From 07b0d8807bee3b8033cd75101ed0c59c6e5302e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Apr 2012 19:04:17 +0200 Subject: xulrunner, sync with rawhide --- xulrunner.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xulrunner.spec b/xulrunner.spec index e0ddec5..64bdd30 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -387,7 +387,7 @@ export LIBDIR='%{_libdir}' MOZ_SMP_FLAGS=-j1 # On x86 architectures, Mozilla can build up to 4 jobs at once in parallel, # however builds tend to fail on other arches when building in parallel. -%ifarch %{ix86} x86_64 +%ifarch %{ix86} x86_64 ppc ppc64 [ -z "$RPM_BUILD_NCPUS" ] && \ RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`" [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2 @@ -563,6 +563,9 @@ fi #--------------------------------------------------------------------- %changelog +* Mon Apr 30 2012 Martin Stransky - 12.0-2 +- Enable ppc(64) paralell builds (rhbz#816612) + * Sun Apr 29 2012 Remi Collet - 12.0-1 - Sync with rawhide, update to 12.0 -- cgit