rpms/barcode/FC-3 barcode.spec,1.3,1.4

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


Author: ixs

Update of /cvs/extras/rpms/barcode/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16039

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/FC-3/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:42:53 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: generates barcodes from text strings
 Name: barcode
 Version: 0.98
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 Group: Applications/Text
 Source0: ftp://ftp.gnu.org/gnu/barcode/barcode-0.98.tar.gz
@@ -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 scm-commits mailing list