rpms/firefox/devel firefox.spec,1.119,1.120

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 15 12:14:37 UTC 2006


Author: kengert

Update of /cvs/dist/rpms/firefox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26731

Modified Files:
	firefox.spec 
Log Message:
Force "gmake -j1" on ppc ppc64 s390 s390x



Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- firefox.spec	12 Jun 2006 22:14:18 -0000	1.119
+++ firefox.spec	15 Jun 2006 12:14:34 -0000	1.120
@@ -9,7 +9,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        1.5.0.4
-Release:        2
+Release:        3
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPL/LGPL
 Group:          Applications/Internet
@@ -135,7 +135,14 @@
 %build
 
 export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
-MAKE="gmake %{?_smp_mflags}" make -f client.mk build
+
+%ifarch ppc ppc64 s390 s390x
+%define moz_make_flags -j1
+%else
+%define moz_make_flags %{?_smp_mflags}
+%endif
+
+MAKE="gmake %{moz_make_flags}" make -f client.mk build
 
 #---------------------------------------------------------------------
 
@@ -264,6 +271,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Jun 15 2006 Kai Engert <kengert at redhat.com> - 1.5.0.4-3
+- Force "gmake -j1" on ppc ppc64 s390 s390x
+
 * Mon Jun 12 2006 Kai Engert <kengert at redhat.com> - 1.5.0.4-2
 - Firefox 1.5.0.4
 




More information about the fedora-cvs-commits mailing list