diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-01-14 17:27:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-01-14 17:27:54 +0100 |
commit | 60f94058adc2bd5cfee482d7c2b7f1773316f37f (patch) | |
tree | 91446d096915e474d4c3c7390b4983c0e4a1d75d | |
parent | 7aed93ad2afb086239f6c7a875a3e66320ad1608 (diff) |
firefox4-4.0-0.17.beta9
-rwxr-xr-x | ffxpi | 3 | ||||
-rw-r--r-- | firefox-dev.spec | 11 |
2 files changed, 10 insertions, 4 deletions
@@ -47,6 +47,9 @@ packxpi() { mv $1.xpi /tmp cd tmp/$1 zip ../../$1.xpi -r install.rdf chrome/* chrome.manifest + + echo -n "Controle... " + xmlwf install.rdf && echo done fi } donexpi() { diff --git a/firefox-dev.spec b/firefox-dev.spec index dd8a034..374e59a 100644 --- a/firefox-dev.spec +++ b/firefox-dev.spec @@ -25,12 +25,12 @@ %global relcan b9 %global firefox firefox -%global mycomment Beta 9 (build 1 candidate) +%global mycomment Beta 9 Summary: Mozilla Firefox Web browser -Name: firefox +Name: firefox4 Version: 4.0 -Release: 0.16.beta9.build1%{?dist} +Release: 0.17.beta9%{?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}-20110112.tar.bz2 +Source2: firefox-langpacks-%{version}%{?relcan}-20110114.tar.bz2 %endif Source12: firefox-redhat-default-prefs.js # firefox3.destop without translation to allow change name @@ -569,6 +569,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Jan 14 2011 Remi Collet <rpms@famillecollet.com> - 4.0-0.17.beta9 +- update to 4.0b9 + * Wed Jan 12 2011 Remi Collet <rpms@famillecollet.com> - 4.0-0.16.beta9.build1 - update to 4.0b9 build1 candidate - use bundled cairo |