Firefox 4.0 Beta 9
This commit is contained in:
parent
a29ca70c4c
commit
b51b2892ba
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ firefox-3.6.4.source.tar.bz2
|
|||||||
/firefox-langpacks-4.0b7-20101111.tar.bz2
|
/firefox-langpacks-4.0b7-20101111.tar.bz2
|
||||||
/firefox-4.0b8.source.tar.bz2
|
/firefox-4.0b8.source.tar.bz2
|
||||||
/firefox-langpacks-4.0b8-20101221.tar.bz2
|
/firefox-langpacks-4.0b8-20101221.tar.bz2
|
||||||
|
/firefox-4.0b9.source.tar.bz2
|
||||||
|
/firefox-langpacks-4.0b9-20110111.tar.bz2
|
||||||
|
13
firefox.spec
13
firefox.spec
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
# xulrunner_version matches the firefox package.
|
# xulrunner_version matches the firefox package.
|
||||||
# xulrunner_version_max is first next incompatible xulrunner version
|
# xulrunner_version_max is first next incompatible xulrunner version
|
||||||
%define xulrunner_version 2.0-0.11b8
|
%define xulrunner_version 2.0-0.15b9
|
||||||
%define xulrunner_version_max 2.1
|
%define xulrunner_version_max 2.1
|
||||||
|
|
||||||
%define official_branding 1
|
%define official_branding 1
|
||||||
@ -27,19 +27,19 @@
|
|||||||
%define cvsdate 20080327
|
%define cvsdate 20080327
|
||||||
%define nightly .cvs%{cvsdate}
|
%define nightly .cvs%{cvsdate}
|
||||||
%else
|
%else
|
||||||
%define prever b8
|
%define prever b9
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 0.11%{?prever}%{?dist}
|
Release: 0.12%{?prever}%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?prever}/source/firefox-%{version}%{?prever}.source.tar.bz2
|
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?prever}/source/firefox-%{version}%{?prever}.source.tar.bz2
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source2: firefox-langpacks-%{version}%{?prever}-20101221.tar.bz2
|
Source2: firefox-langpacks-%{version}%{?prever}-20110111.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
Source11: firefox-mozconfig-branded
|
Source11: firefox-mozconfig-branded
|
||||||
@ -375,7 +375,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{mozappdir}/modules/stylePanel.jsm
|
%{mozappdir}/modules/stylePanel.jsm
|
||||||
%{mozappdir}/modules/tabview/
|
%{mozappdir}/modules/tabview/
|
||||||
%{mozappdir}/modules/services-sync/
|
%{mozappdir}/modules/services-sync/
|
||||||
#%{mozappdir}/modules/services-crypto/WeaveCrypto.js
|
%{mozappdir}/modules/services-crypto/WeaveCrypto.js
|
||||||
%{mozappdir}/modules/domplate.jsm
|
%{mozappdir}/modules/domplate.jsm
|
||||||
%{mozappdir}/modules/PropertyPanel.jsm
|
%{mozappdir}/modules/PropertyPanel.jsm
|
||||||
%{mozappdir}/modules/HUDService.jsm
|
%{mozappdir}/modules/HUDService.jsm
|
||||||
@ -397,6 +397,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 14 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.12b9
|
||||||
|
- Firefox 4.0 Beta 9
|
||||||
|
|
||||||
* Thu Jan 6 2011 Dan Horák <dan[at]danny.cz> - 4.0-0.11b8
|
* Thu Jan 6 2011 Dan Horák <dan[at]danny.cz> - 4.0-0.11b8
|
||||||
- disable ipc on non-x86 arches to match xulrunner
|
- disable ipc on non-x86 arches to match xulrunner
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
665ffbf8571e713d5da8f98e3d971e9d firefox-4.0b8.source.tar.bz2
|
be58ef0be58cfa3d1efda63bec41fc25 firefox-4.0b9.source.tar.bz2
|
||||||
5f6cdaa2cee2a25ab3a40f9ddc206dcc firefox-langpacks-4.0b8-20101221.tar.bz2
|
3c67102dc03fa8a56cf13210b86c60e3 firefox-langpacks-4.0b9-20110111.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user