summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-03-09 14:53:50 -0800
committerChristopher Aillon <caillon@redhat.com>2011-03-09 14:53:50 -0800
commit02547ae08bbe3045fcf18ac1c7d52da8479f0cc6 (patch)
treeb05e2074e2a2b3b1f0c4b5b8108b9b6743374e24 /firefox.spec
parentDon't explicitly define MOZ_SERVICES_SYNC=1 (diff)
downloadlibrewolf-fedora-ff-02547ae08bbe3045fcf18ac1c7d52da8479f0cc6.tar.gz
librewolf-fedora-ff-02547ae08bbe3045fcf18ac1c7d52da8479f0cc6.tar.bz2
librewolf-fedora-ff-02547ae08bbe3045fcf18ac1c7d52da8479f0cc6.zip
4.0 RC 1
Update tarballdir for 2.0
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index ca797c3..ac05f40 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,12 +10,12 @@
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%global firefox_dir_ver 4
-%global gecko_version 2.0-beta12
-%global pre_version b12
+%global gecko_version 2.0-rc1
+%global pre_version rc1
%global pre_tag .%{?pre_version}
%global mozappdir %{_libdir}/%{name}-%{firefox_dir_ver}
-%global tarballdir mozilla-central
+%global tarballdir mozilla-2.0
%define official_branding 1
%define build_langpacks 1
@@ -24,13 +24,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.18%{?pre_tag}%{?dist}
+Release: 0.19%{?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}-20110225.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20110309.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -332,6 +332,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Mar 9 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.19
+- Firefox 4.0 RC 1
+
* Sat Feb 26 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.18b12
- Switch to using the omni chrome file format
bgstack15