diff options
| author | Remi Collet <fedora@famillecollet.com> | 2011-01-12 19:33:12 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2011-01-12 19:33:12 +0100 | 
| commit | ae627d3bd8fd120eeed9951a239b123fa24e7e8c (patch) | |
| tree | 612a0e1c3737d3d59f27b6c662b84d4c90b89357 | |
| parent | 7ec2027ed4f5ce2ca53920367bebf7944d803ba5 (diff) | |
firefox 4.0b6 build1
| -rwxr-xr-x | ffxpi | 9 | ||||
| -rw-r--r-- | firefox-dev.spec | 31 | 
2 files changed, 15 insertions, 25 deletions
@@ -11,10 +11,11 @@ getxpi() {  		then	URL=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$1/linux-i686/xpi  		else	URL=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/$1-candidates/$2/linux-i686/xpi/  		fi -		# 75 extensions (25+26+24) -		for i in af ar as be bg bn-BD bn-IN ca cs cy da de el en-GB eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL \ -			ga-IE gd gl gu-IN he hi-IN hr hu id is it ja ka kk kn ko ku lt lv mk ml mn mr nb-NO nl nn-NO \ -			oc or pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK ta te th tr uk vi zh-CN zh-TW +		# 75 extensions (24+28+24+7) +		for i in af ak ar as be bg bn-BD bn-IN br ca cs cy da de el en-GB en-ZA eo es-AR es-CL es-ES es-MX et eu \ +			fa fi fr fy-NL ga-IE gd gl gu-IN he hi-IN hr hu hy-AM id is it ja ka kk kn ko ku lg lt lv mk ml mn  \ +			mr nb-NO nl nn-NO oc or pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK ta te th tr \ +                        uk vi zh-CN zh-TW mai nso son  		do 	echo -en "$i\t"  			[ -f $i.xpi ] && echo "already downloaded"  			[ -f $i.xpi ] || wget -nv $URL/$i.xpi diff --git a/firefox-dev.spec b/firefox-dev.spec index 0df80d0..0a68c5e 100644 --- a/firefox-dev.spec +++ b/firefox-dev.spec @@ -23,14 +23,14 @@  %define nightly .cvs%{cvsdate}  %endif -%global relcan b8 +%global relcan b9  %global firefox firefox -%global mycomment  Beta 8 +%global mycomment  Beta 9 (build 1 candidate)  Summary:        Mozilla Firefox Web browser  Name:           firefox  Version:        4.0 -Release:        0.15.beta8%{?dist} +Release:        0.16.beta9.build1%{?dist}  URL:            http://www.mozilla.org/projects/firefox/  License:        MPLv1.1 or GPLv2+ or LGPLv2+  Group:          Applications/Internet @@ -43,7 +43,7 @@ Group:          Applications/Internet  %endif  Source0:        %{tarball}  %if %{build_langpacks} -Source2:        firefox-langpacks-%{version}%{?relcan}-20101221.tar.bz2 +Source2:        firefox-langpacks-%{version}%{?relcan}-20110112.tar.bz2  %endif  Source12:       firefox-redhat-default-prefs.js  # firefox3.destop without translation to allow change name @@ -52,8 +52,6 @@ Source21:       firefox4.sh.in  Source23:       firefox.1  Source100:      find-external-requires -Source200:      firefox-bookmarks.html -  # build patches from xulrunner  #Patch0:        xulrunner-version.patch 	=> firefox / firefox4-version.patch  #Patch1:        mozilla-build.patch @@ -131,7 +129,7 @@ BuildRequires:  nss-devel >= %{nss_version}  %if %{fedora} >= 11  BuildRequires:  hunspell-devel  %endif -%if %{fedora} >= 14 +%if %{fedora} >= 99  BuildRequires:  cairo-devel >= %{cairo_version}  %endif  %if %{fedora} >= 10 @@ -140,9 +138,7 @@ BuildRequires:  libnotify-devel  %if %{fedora} >= 9  BuildRequires:  lcms-devel >= %{lcms_version}  %endif -%if %{fedora} >= 7  BuildRequires:  system-bookmarks -%endif  BuildRequires:  libpng-devel  BuildRequires:  libjpeg-devel  BuildRequires:  zip @@ -164,9 +160,7 @@ BuildRequires:  autoconf213  BuildRequires:  mesa-libGL-devel  BuildRequires:  yasm -%if %{fedora} >= 7  Requires:       system-bookmarks -%endif  %if 0%{?fedora} >= 12  Requires:       nss >= %{nss_version}  Requires:       nspr >= %{nspr_version} @@ -251,7 +245,7 @@ ac_add_options --with-system-nss  %if %{fedora} >= 11  ac_add_options --enable-system-hunspell  %endif -%if %{fedora} >= 14 +%if %{fedora} >= 99  ac_add_options --enable-system-cairo  %endif  %if %{fedora} >= 10 @@ -266,9 +260,6 @@ ac_add_options --enable-system-lcms  ac_add_options --disable-necko-wifi  ac_add_options --disable-ipc  %endif -%if %{fedora} <= 8 -ac_add_options --disable-ipc -%endif  ac_add_options --with-system-jpeg  ac_add_options --with-system-zlib  ac_add_options --with-system-bz2 @@ -386,11 +377,7 @@ EOF  # set up our default bookmarks  %{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bookmarks.html -%if %{fedora} >= 7  ln -s %{default_bookmarks_file} $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bookmarks.html -%else -%{__cp} %{SOURCE200} $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bookmarks.html -%endif  %{__install} -p -D -m 644 %{SOURCE23} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 @@ -456,11 +443,9 @@ done  # Copy over the LICENSE  %{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT/%{mozappdir} -%if %{fedora} >= 7  # Use the system hunspell dictionaries  %{__rm} -rf $RPM_BUILD_ROOT/%{mozappdir}/dictionaries  ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{mozappdir}/dictionaries -%endif  # ghost files  touch $RPM_BUILD_ROOT/%{mozappdir}/components/compreg.dat @@ -584,6 +569,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :  #---------------------------------------------------------------------  %changelog +* Wed Jan 12 2011 Remi Collet <rpms@famillecollet.com> - 4.0-0.16.beta9.build1 +- update to 4.0b9 build1 candidate +- use bundled cairo +  * Fri Dec 31 2010 Remi Collet <rpms@famillecollet.com> - 4.0-0.15.beta8  - rename to firefox (and obsolete firefox4)  | 
