summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-02-22 02:30:18 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-02-22 02:30:18 +0000
commite3ec569036f8db8b30e14ecb0851a791d006863d (patch)
tree752e19437625d851c877bc79df0ba9990b4650cc
parent- Update to latest trunk (2008-02-20) (diff)
downloadlibrewolf-fedora-ff-e3ec569036f8db8b30e14ecb0851a791d006863d.tar.gz
librewolf-fedora-ff-e3ec569036f8db8b30e14ecb0851a791d006863d.tar.bz2
librewolf-fedora-ff-e3ec569036f8db8b30e14ecb0851a791d006863d.zip
- Update to latest trunk (2008-02-21)
-rw-r--r--.cvsignore2
-rw-r--r--firefox.spec20
-rw-r--r--sources2
3 files changed, 13 insertions, 11 deletions
diff --git a/.cvsignore b/.cvsignore
index e35d51f..f376960 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
firefox-langpacks-20080104.tar.bz2
-mozilla-20080220.tar.bz2
+mozilla-20080221.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index 69e4697..dc5309f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,20 +7,20 @@
%define mozappdir %{_libdir}/%{name}-%{version_internal}
%define gecko_version 1.9
-%define xulrunner_version 1.9-0.beta3.24
+%define xulrunner_version 1.9-0.beta3.25
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080220
+%define cvsdate 20080221
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta3.24%{?nightly}%{?dist}
+Release: 0.beta3.25%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -131,11 +131,13 @@ export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'
-%ifarch ppc ppc64 s390 s390x
-%define moz_make_flags -j1
-%else
-%define moz_make_flags %{?_smp_mflags}
+MOZ_SMP_FLAGS=-j1
+%ifnarch ppc ppc64 s390 s390x
+[ -z "$RPM_BUILD_NCPUS" ] && \
+ RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
+[ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
%endif
+%define moz_make_flags $MOZ_SMP_FLAGS
INTERNAL_GECKO=%{version_internal}
MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}
@@ -313,8 +315,8 @@ fi
#---------------------------------------------------------------------
%changelog
-* Wed Feb 20 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.24
-- Update to latest trunk (2008-02-20)
+* Thu Feb 21 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.25
+- Update to latest trunk (2008-02-21)
* Sun Feb 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.23
- Update to latest trunk (2008-02-17)
diff --git a/sources b/sources
index 6d70ddc..6e9b2b9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
d04a2981b603b9abbc8a5e0525759c4b firefox-langpacks-20080104.tar.bz2
-16ece57828adac257433c50074fcedc1 mozilla-20080220.tar.bz2
+a8825828e9cb8d3dd5efcce54bd4abaf mozilla-20080221.tar.bz2
bgstack15