automatic version update by autodist [release 39.0.3-1mamba;Fri Aug 07 2015]
This commit is contained in:
parent
1eac92caab
commit
6d3a8fd601
@ -7,10 +7,12 @@ if [ -z "$FIREFOX_VERSION" ]; then
|
||||
exit 2
|
||||
fi
|
||||
|
||||
[ -e firefox-$FIREFOX_VERSION-langpacks.tar.bz2 ] && exit 0
|
||||
|
||||
rm -rf firefox-$FIREFOX_VERSION
|
||||
mkdir firefox-$FIREFOX_VERSION
|
||||
cd firefox-$FIREFOX_VERSION
|
||||
wget -r -N -l 1 -np -nd -A "*.xpi" ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$FIREFOX_VERSION/linux-i686/xpi/*.xpi
|
||||
wget -r -N -l 1 -np -nd -A "*.xpi" https://ftp.mozilla.org/pub/firefox/releases/$FIREFOX_VERSION/linux-i686/xpi/
|
||||
rm -f robots.txt
|
||||
tar -cj *.xpi > ../firefox-$FIREFOX_VERSION-langpacks.tar.bz2
|
||||
#rm -rf firefox-$FIREFOX_VERSION
|
||||
|
11
firefox.spec
11
firefox.spec
@ -15,8 +15,8 @@
|
||||
%define source_dir mozilla-%{mozilla_version}
|
||||
|
||||
Name: firefox
|
||||
Version: 39.0
|
||||
Release: 2mamba
|
||||
Version: 39.0.3
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: The next generation browsing technology from mozilla.org
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
@ -24,7 +24,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.mozilla.org/firefox
|
||||
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.bz2
|
||||
Source0: https://ftp.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.bz2
|
||||
# langpack got with
|
||||
# sh firefox-autoupdate %{version}
|
||||
Source1: firefox-%{version}-langpacks.tar.bz2
|
||||
@ -365,7 +365,7 @@ includedir=%{firefoxincludedir}
|
||||
|
||||
Name: Mozilla Plug-In API
|
||||
Description: Mozilla Plug-In API
|
||||
Version: %{version}
|
||||
Version: 39.0.3
|
||||
|
||||
Cflags: -I\${includedir} -DXP_UNIX
|
||||
_EOF
|
||||
@ -1722,6 +1722,9 @@ Zulu language support for Firefox.
|
||||
#%{firefoxappdir}/browser/extensions/langpack-zu@firefox.mozilla.org/
|
||||
|
||||
%changelog
|
||||
* Fri Aug 07 2015 Automatic Build System <autodist@mambasoft.it> 39.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 39.0-2mamba
|
||||
- provide mozilla-plugin.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user