rpms/prtconf/devel prtconf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Sun Jan 20 15:24:16 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/prtconf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16542/devel

Modified Files:
	.cvsignore sources 
Added Files:
	prtconf.spec 
Log Message:
initial import from review



--- NEW FILE prtconf.spec ---
Summary: SPARC OpenPROM dump utility
Name: prtconf
Version: 1.3
Release: 8%{?dist}
ExclusiveArch: sparc sparc64
License: GPLv2+
Group: Applications/System
Source: http://www.cs.elte.hu/pub/Linux/sunsite.mff.cuni.cz/prtconf/prtconf-1.3.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://ultra.linux.cz/

%description
This utility will dump SPARC OpenPROM device tree
in the format similar to Solaris prtconf, that is,
in a nicely readable compact format.

%prep
%setup

%build
sed -i '/^CFLAGS/d' Makefile
make CFLAGS="%optflags"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
install -m 0755 prtconf $RPM_BUILD_ROOT%{_sbindir}/prtconf
install -m 0755 eeprom $RPM_BUILD_ROOT%{_sbindir}/eeprom
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
install -m 0644 prtconf.8 $RPM_BUILD_ROOT%{_mandir}/man8/prtconf.8
install -m 0644 eeprom.8 $RPM_BUILD_ROOT%{_mandir}/man8/eeprom.8
# convert from dos to unix
sed -i 's/\r//' examples/ultrabook

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING examples/*
%{_sbindir}/eeprom
%{_sbindir}/prtconf
%{_mandir}/man8/eeprom.8.gz
%{_mandir}/man8/prtconf.8.gz

%changelog
* Sat Jan 19 2008 Dennis Gilmore <dennis at ausil.us> - 1.3-8
- Clean up items for fedora review

* Wed Aug 15 2007 Dennis Gilmore <dennis at ausil.us> - 1.3-7
- fix buildroot, clarify license 

* Thu Jan 27 2005 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-6
- Bump back to 1.3, revise spec, -5 is the last version in Aurora that I know of.

* Wed Jan 26 2005 Peter Jones <pjones at redhat.com> - 1.2-3
- updated for newer rpm, file locations, etc.

* Sat Nov 28 1998 Jakub Jelinek <jj at ultra.linux.cz>
- buildroot


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/prtconf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jan 2008 02:03:58 -0000	1.1
+++ .cvsignore	20 Jan 2008 15:23:42 -0000	1.2
@@ -0,0 +1 @@
+prtconf-1.3.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/prtconf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jan 2008 02:03:58 -0000	1.1
+++ sources	20 Jan 2008 15:23:42 -0000	1.2
@@ -0,0 +1 @@
+ddc65b86d8642086943c4d169634b37f  prtconf-1.3.tgz




More information about the fedora-extras-commits mailing list