summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-03-22 08:41:05 -0700
committerChristopher Aillon <caillon@redhat.com>2011-03-22 08:41:05 -0700
commit9f7e181bc4d21787a8ebc8110bd98149e2252f28 (patch)
tree9b71b7126e9b8a03dfdc33bb41e18fe654efa5f2 /firefox.spec
parentUse pre-versioning similar to XULRunner (diff)
downloadlibrewolf-fedora-ff-9f7e181bc4d21787a8ebc8110bd98149e2252f28.tar.gz
librewolf-fedora-ff-9f7e181bc4d21787a8ebc8110bd98149e2252f28.tar.bz2
librewolf-fedora-ff-9f7e181bc4d21787a8ebc8110bd98149e2252f28.zip
Firefox 4
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 7ef6c57..aa166b1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -13,7 +13,7 @@
%global gecko_version 2.0
%global alpha_version 0
%global beta_version 0
-%global rc_version 2
+%global rc_version 0
%global mozappdir %{_libdir}/%{name}-%{firefox_dir_ver}
%global langpackdir %{mozappdir}/langpacks
@@ -45,13 +45,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.21%{?pre_tag}%{?dist}
+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}-20110318.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20110322.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -357,6 +357,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-1
+- Firefox 4
+
* Fri Mar 18 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.21
- Firefox 4.0 RC 2
bgstack15