rpms/barcode/devel barcode.spec,1.3,1.4

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Jul 15 18:40:23 UTC 2005


Author: ixs

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

Modified Files:
	barcode.spec 
Log Message:
Switched off threaded make, as it's causing problems when rebuilding the documentation



Index: barcode.spec
===================================================================
RCS file: /cvs/extras/rpms/barcode/devel/barcode.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- barcode.spec	7 Jul 2005 21:45:58 -0000	1.3
+++ barcode.spec	15 Jul 2005 18:40:21 -0000	1.4
@@ -36,7 +36,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make
 
 %install
 rm -rf %{buildroot}
@@ -67,6 +67,10 @@
 %{_mandir}/man3/barcode.3.gz
 
 %changelog
+* Thu Jul 15 2005 Andreas Thienemann <andreas at bawue.net> 0.98-7
+- Switched off threaded make, as it's causing problems when rebuilding
+  the documentation
+
 * Thu Jul 07 2005 Andreas Thienemann <andreas at bawue.net> 0.98-6
 - Added configure patch to pick up correct libdir for x86_64
 - Added missing BuildRequires for ghostscript and tetex-dvips




More information about the fedora-extras-commits mailing list