rpms/bip/devel bip.spec,1.1,1.2

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


Author: arbiter

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

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


Index: bip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bip/devel/bip.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bip.spec	1 May 2008 18:31:33 -0000	1.1
+++ bip.spec	6 May 2008 17:56:55 -0000	1.2
@@ -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 %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+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