summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2009-03-13 23:35:56 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2009-03-13 23:35:56 +0000
commitaa0879f2c41378d9362881c4a0575ec41dfbd29e (patch)
treee2c24585fc309988e9cdcab867b2c89009a56c70
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild (diff)
downloadlibrewolf-fedora-ff-aa0879f2c41378d9362881c4a0575ec41dfbd29e.tar.gz
librewolf-fedora-ff-aa0879f2c41378d9362881c4a0575ec41dfbd29e.tar.bz2
librewolf-fedora-ff-aa0879f2c41378d9362881c4a0575ec41dfbd29e.zip
- 3.1 beta 3
-rw-r--r--.cvsignore2
-rw-r--r--firefox.spec20
-rw-r--r--sources2
3 files changed, 12 insertions, 12 deletions
diff --git a/.cvsignore b/.cvsignore
index bc78652..cf8d0cf 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-firefox-3.1b2-source.tar.bz2
+firefox-3.1b3-source.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index aedcbed..7bd0feb 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -3,9 +3,10 @@
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%define mozappdir %{_libdir}/%{name}-%{internal_version}
+%define tarballdir mozilla-1.9.1
%define gecko_version 1.9.1
-%define internal_version 3.1b2
+%define internal_version 3.1b3
%define official_branding 0
%define build_langpacks 0
@@ -18,14 +19,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.1
-Release: 0.7.beta2%{?dist}
+Release: 0.10.beta3%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
%if %{official_branding}
%define tarball firefox-%{version}-source.tar.bz2
%else
-%define tarball firefox-3.1b2-source.tar.bz2
+%define tarball firefox-3.1b3-source.tar.bz2
%endif
Source0: %{tarball}
%if %{build_langpacks}
@@ -71,7 +72,6 @@ BuildRequires: libXrender-devel
BuildRequires: system-bookmarks
BuildRequires: startup-notification-devel
BuildRequires: gecko-devel-unstable = %{gecko_version}
-BuildRequires: autoconf213
Requires: gecko-libs = %{gecko_version}
Requires: system-bookmarks
@@ -90,7 +90,7 @@ compliance, performance and portability.
%prep
%setup -q -c
-cd mozilla-central
+cd %{tarballdir}
# For branding specific patches.
@@ -108,9 +108,6 @@ cd mozilla-central
%{__cat} %{SOURCE11} >> .mozconfig
%endif
-# Manually generate configure if it's not in the tarball...
-autoconf-2.13
-
# Set up SDK path
echo "ac_add_options --with-libxul-sdk=\
`pkg-config --variable=sdkdir libxul`" >> .mozconfig
@@ -118,7 +115,7 @@ echo "ac_add_options --with-libxul-sdk=\
#---------------------------------------------------------------------
%build
-cd mozilla-central
+cd %{tarballdir}
# Mozilla builds with -Wall with exception of a few warnings which show up
# everywhere in the code; so, don't override that.
@@ -146,7 +143,7 @@ make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
%install
%{__rm} -rf $RPM_BUILD_ROOT
-cd mozilla-central
+cd %{tarballdir}
DESTDIR=$RPM_BUILD_ROOT make install
@@ -324,6 +321,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Mar 13 2009 Christopher Aillon <caillon@redhat.com> - 3.1-0.10
+- 3.1 beta 3
+
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-0.7.beta2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
diff --git a/sources b/sources
index 8bb428a..ee952f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-961168576de81960630013f22f3e61c0 firefox-3.1b2-source.tar.bz2
+61cd1a7fc587f6d2a33c564033198e2c firefox-3.1b3-source.tar.bz2
bgstack15