rpms/bip/F-9 bip.spec,1.4,1.5

Lorenzo Villani (arbiter) fedora-extras-commits at redhat.com
Tue May 6 17:57:24 UTC 2008


Author: arbiter

Update of /cvs/pkgs/rpms/bip/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24538/F-9

Modified Files:
	bip.spec 
Log Message:
avoid parallel compiles (removed %{?_smp_mflags})


Index: bip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bip/F-9/bip.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bip.spec	6 May 2008 17:45:12 -0000	1.4
+++ bip.spec	6 May 2008 17:56:49 -0000	1.5
@@ -1,6 +1,6 @@
 Name:    bip
 Version: 0.7.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: IRC Bouncer 
 Group:   Applications/Internet
 License: GPLv2+
@@ -26,7 +26,7 @@
 
 %build
 %configure --enable-openssl
-make CFLAGS="$RPM_OPT_FLAGS" -j1
+make CFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
@@ -50,6 +50,9 @@
 %{_mandir}/man5/bip.conf.5.gz
 
 %changelog
+* Tue May 06 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.2-6
+- Removed _smp_mflags to avoid compilation errors with parallel jobs
+
 * Wed Apr 30 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.2-5
 - Corrected License field
 - Removed openssl from Requires




More information about the scm-commits mailing list