automatic version update by autodist [release 73.0.1-1mamba;Tue Feb 18 2020]
This commit is contained in:
parent
135ea932a6
commit
1017244519
27
firefox.spec
27
firefox.spec
@ -17,7 +17,7 @@
|
|||||||
%define pkgver %(echo %version | tr . _)
|
%define pkgver %(echo %version | tr . _)
|
||||||
|
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 70.0.1
|
Version: 73.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The next generation browsing technology from mozilla.org
|
Summary: The next generation browsing technology from mozilla.org
|
||||||
@ -26,7 +26,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||||||
URL: http://www.mozilla.org/firefox
|
URL: http://www.mozilla.org/firefox
|
||||||
Source: https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_%{pkgver}_RELEASE.tar.bz2
|
Source: https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_%{pkgver}_RELEASE.zip
|
||||||
#Source0: https://ftp.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
|
#Source0: https://ftp.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
|
||||||
# langpack got with
|
# langpack got with
|
||||||
# sh firefox-autoupdate %{version}
|
# sh firefox-autoupdate %{version}
|
||||||
@ -140,8 +140,9 @@ Mofilla Firefox is the next generation browsing technology from mozilla.org.
|
|||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mozilla-release-FIREFOX_%{pkgver}_RELEASE -D -T
|
%setup -q -n mozilla-release-FIREFOX_%{pkgver}_RELEASE
|
||||||
:<< ___EOF
|
#-D -T
|
||||||
|
#:<< ___EOF
|
||||||
#cd %{source_dir}
|
#cd %{source_dir}
|
||||||
|
|
||||||
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
|
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
|
||||||
@ -171,7 +172,7 @@ sed -e 's|__RPM_VERSION_INTERNAL__|%{firefox_internal_version}|' %{PATCH0} | pat
|
|||||||
#%patch12 -p1
|
#%patch12 -p1
|
||||||
|
|
||||||
%patch13 -p1
|
%patch13 -p1
|
||||||
%patch14 -p1
|
#%patch14 -p1
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%endif
|
%endif
|
||||||
@ -190,6 +191,7 @@ ac_add_options --enable-release
|
|||||||
ac_add_options --enable-hardening
|
ac_add_options --enable-hardening
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
ac_add_options --disable-debug-symbols
|
ac_add_options --disable-debug-symbols
|
||||||
|
ac_add_options --disable-elf-hack
|
||||||
ac_add_options --enable-optimize="-O2"
|
ac_add_options --enable-optimize="-O2"
|
||||||
%else
|
%else
|
||||||
ac_add_options --enable-optimize
|
ac_add_options --enable-optimize
|
||||||
@ -429,7 +431,7 @@ includedir=%{firefoxincludedir}
|
|||||||
|
|
||||||
Name: Mozilla Plug-In API
|
Name: Mozilla Plug-In API
|
||||||
Description: Mozilla Plug-In API
|
Description: Mozilla Plug-In API
|
||||||
Version: 70.0.1
|
Version: 73.0.1
|
||||||
|
|
||||||
Cflags: -I\${includedir} -DXP_UNIX
|
Cflags: -I\${includedir} -DXP_UNIX
|
||||||
_EOF
|
_EOF
|
||||||
@ -497,7 +499,7 @@ fi
|
|||||||
%dir %{firefoxappdir}
|
%dir %{firefoxappdir}
|
||||||
%{firefoxappdir}/*.ini
|
%{firefoxappdir}/*.ini
|
||||||
%{firefoxappdir}/firefox
|
%{firefoxappdir}/firefox
|
||||||
%{firefoxappdir}/browser/chrome.manifest
|
#%{firefoxappdir}/browser/chrome.manifest
|
||||||
%{firefoxappdir}/browser/omni.ja
|
%{firefoxappdir}/browser/omni.ja
|
||||||
%dir %{firefoxappdir}/distribution
|
%dir %{firefoxappdir}/distribution
|
||||||
%{firefoxappdir}/distribution/distribution.ini
|
%{firefoxappdir}/distribution/distribution.ini
|
||||||
@ -512,7 +514,7 @@ fi
|
|||||||
%{firefoxappdir}/browser/features/*.xpi
|
%{firefoxappdir}/browser/features/*.xpi
|
||||||
%exclude %{firefoxappdir}/browser/extensions/langpack-*
|
%exclude %{firefoxappdir}/browser/extensions/langpack-*
|
||||||
%{firefoxappdir}/firefox-bin
|
%{firefoxappdir}/firefox-bin
|
||||||
%{firefoxappdir}/chrome.manifest
|
#%{firefoxappdir}/chrome.manifest
|
||||||
%{firefoxappdir}/libmozsandbox.so
|
%{firefoxappdir}/libmozsandbox.so
|
||||||
%{firefoxappdir}/minidump-analyzer
|
%{firefoxappdir}/minidump-analyzer
|
||||||
%{firefoxappdir}/pingsender
|
%{firefoxappdir}/pingsender
|
||||||
@ -1871,6 +1873,15 @@ Zulu language support for Firefox.
|
|||||||
#%{firefoxappdir}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
|
#%{firefoxappdir}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 18 2020 Automatic Build System <autodist@mambasoft.it> 73.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 13 2020 Automatic Build System <autodist@mambasoft.it> 73.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 72.0.2-1mamba
|
||||||
|
- update to 72.0.2
|
||||||
|
|
||||||
* Sat Nov 02 2019 Automatic Build System <autodist@mambasoft.it> 70.0.1-1mamba
|
* Sat Nov 02 2019 Automatic Build System <autodist@mambasoft.it> 70.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user