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

Till Maas (till) fedora-extras-commits at redhat.com
Wed Jul 11 16:58:13 UTC 2007


Author: till

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

Modified Files:
	fcgi.spec 
Log Message:
remove parallel make flags



Index: fcgi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fcgi/devel/fcgi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fcgi.spec	28 Jun 2007 23:15:26 -0000	1.1
+++ fcgi.spec	11 Jul 2007 16:57:38 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           fcgi
 Version:        2.4.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        FastCGI development kit
 
 Group:          Development/Languages
@@ -42,7 +42,8 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+# does not build with parallel make flags
+make
 
 
 %install
@@ -88,6 +89,9 @@
 
 
 %changelog
+* Tue Jul 11 007 Till Maas <opensource till name> - 2.4.0-3
+- remove parallel make flags
+
 * Tue Apr 17 2007 Till Maas <opensource till name> - 2.4.0-2
 - add some documentation
 - add mkdir ${RPM_BUILD_ROOT} to %%install




More information about the fedora-extras-commits mailing list