rpms/arc/FC-5 arc.spec,1.13,1.14

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun May 7 10:57:02 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/arc/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32691

Modified Files:
	arc.spec 
Log Message:
* Sun May  7 2006 <j.w.r.degoede at hhs.nl> 5.21o-2
- Unorphan, build for FC-5, devel



Index: arc.spec
===================================================================
RCS file: /cvs/extras/rpms/arc/FC-5/arc.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- arc.spec	2 Mar 2006 21:28:17 -0000	1.13
+++ arc.spec	7 May 2006 10:57:02 -0000	1.14
@@ -1,9 +1,7 @@
 Name:      arc
 Version:   5.21o
-Release:   1%{dist}
-
+Release:   2%{?dist}
 Summary:   Arc archiver
-
 Group:     Applications/Archiving
 License:   GPL
 URL:       http://arc.sourceforge.net/
@@ -14,39 +12,37 @@
 Arc file archiver and compressor. Long since superseded by zip/unzip
 but useful if you have old .arc files you need to unpack.
 
-%prep
-cat<<EOT
-
-Build disabled. Package is without maintainer.
-
-EOT
-exit 1
 
+%prep
 %setup -q
+sed -i -e 's,^OPT =.*$,OPT = ${RPM_OPT_FLAGS},' Makefile
 
-sed -i \
-  -e 's,^OPT =.*$,OPT = ${RPM_OPT_FLAGS},' \
-  Makefile
 
 %build
 make %{?_smp_mflags}
 
+
 %install
 rm -fr %{buildroot}
 install -m 0755 -d %{buildroot}{%{_bindir},%{_mandir}/man1}
 install -m 0755 arc marc %{buildroot}%{_bindir}
 install -m 0644 arc.1 %{buildroot}%{_mandir}/man1/
 
+
 %clean
 rm -fr %{buildroot}
 
+
 %files
 %defattr(0644, root, root, 0755)
 %doc LICENSE COPYING PATCHLEVEL Readme Arc521.doc
 %doc %{_mandir}/man1/*
 %attr (0755,root,root) %{_bindir}/*
 
+
 %changelog
+* Sun May  7 2006 <j.w.r.degoede at hhs.nl> 5.21o-2
+- Unorphan, build for FC-5, devel
 
 * Thu Oct 13 2005 <Nicolas.Mailhot at laPoste.net> 5.21o-1
 - 5.21o




More information about the fedora-extras-commits mailing list