summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec19
1 files changed, 13 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index 5be8b93..4ffc4ed 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -9,15 +9,15 @@
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
-%global firefox_dir_ver 4
-%global gecko_version 2.0.1
+%global firefox_dir_ver 5
+%global gecko_version 5.0
%global alpha_version 0
%global beta_version 0
%global rc_version 0
%global mozappdir %{_libdir}/%{name}-%{firefox_dir_ver}
%global langpackdir %{mozappdir}/langpacks
-%global tarballdir mozilla-2.0
+%global tarballdir mozilla-release
%define official_branding 1
%define build_langpacks 1
@@ -44,14 +44,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 4.0.1
-Release: 2%{?pre_tag}%{?dist}
+Version: 5.0
+Release: 1%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20110428.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20110621.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -63,6 +63,7 @@ Source23: firefox.1
#Build patches
Patch0: firefox-version.patch
+Patch1: firefox-5.0-cache-build.patch
# Fedora patches
Patch12: firefox-stub.patch
@@ -115,6 +116,9 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{firefox_dir_ver}/' %{P:%%PATCH0} \
%{__patch} -p1 -b --suffix .version --fuzz=0 < version.patch
+# Build patches
+%patch1 -p2 -b .cache
+
# For branding specific patches.
# Fedora patches
@@ -355,6 +359,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Jun 21 2011 Martin Stransky <stransky@redhat.com> - 5.0-1
+- Update to 5.0
+
* Tue May 10 2011 Martin Stransky <stransky@redhat.com> - 4.0.1-2
- Fixed rhbz#676183 - "firefox -g" is broken
bgstack15