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

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


Author: arbiter

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

Modified Files:
	bip.spec 
Log Message:
forcing -j1 with make


Index: bip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bip/F-9/bip.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bip.spec	6 May 2008 17:35:36 -0000	1.3
+++ bip.spec	6 May 2008 17:45:12 -0000	1.4
@@ -7,7 +7,7 @@
 URL: http://bip.t1r.net
 Source0: http://bip.t1r.net/downloads/bip-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: openssl-devel flex byacc autoconf m4 bison-devel
+BuildRequires: openssl-devel flex byacc autoconf m4
 
 %description
 Bip is an IRC proxy, which means it keeps connected to your preferred IRC
@@ -26,7 +26,7 @@
 
 %build
 %configure --enable-openssl
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="$RPM_OPT_FLAGS" -j1
 
 
 %install




More information about the fedora-extras-commits mailing list