rpms/torcs/devel torcs.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Feb 10 00:04:31 UTC 2005


Author: thias

Update of /cvs/extras/rpms/torcs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26639

Modified Files:
	torcs.spec 
Log Message:
Remove %{?_smp_mflags} as the buildsystem's -j4 makes the build fail.



Index: torcs.spec
===================================================================
RCS file: /cvs/extras/rpms/torcs/devel/torcs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- torcs.spec	9 Feb 2005 15:39:54 -0000	1.3
+++ torcs.spec	10 Feb 2005 00:04:29 -0000	1.4
@@ -46,7 +46,8 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+# Having %{?_smp_mflags} makes the build fail with 1.2.3
+%{__make}
 
 
 %install
@@ -117,6 +118,7 @@
 - Update to 1.2.3.
 - Remove billy and K1999 robot packages (no longer upstream).
 - Update plib requirement from plib16 to plib (1.8.x).
+- Remove %%{?_smp_mflags} as the build fails with -jN.
 
 * Fri Nov  5 2004 Matthias Saou <http://freshrpms.net/> 1.2.2-4
 - Add +x chmod'ing to .so files in order to get them stripped properly.




More information about the fedora-extras-commits mailing list