update to 61.0.1 [release 61.0.1-1mamba;Sun Jul 08 2018]
This commit is contained in:
parent
9f14b492f0
commit
f49b273c89
43
firefox.spec
43
firefox.spec
@ -14,9 +14,10 @@
|
|||||||
%define mozilla_version release
|
%define mozilla_version release
|
||||||
#% define source_dir mozilla-%{mozilla_version}
|
#% define source_dir mozilla-%{mozilla_version}
|
||||||
%define pkgver %(echo %version | tr . _)
|
%define pkgver %(echo %version | tr . _)
|
||||||
|
%define pkgver %(echo %version | tr . _)
|
||||||
|
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 61.0
|
Version: 61.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
|
||||||
@ -38,7 +39,6 @@ Source7: mozilla-firefox-safemode.desktop
|
|||||||
Source8: firefox-autoupdate
|
Source8: firefox-autoupdate
|
||||||
Source9: firefox-17.0-script
|
Source9: firefox-17.0-script
|
||||||
Source10: firefox-openmamba-bookmarks-html
|
Source10: firefox-openmamba-bookmarks-html
|
||||||
Source11: firefox-autoupdate
|
|
||||||
Patch0: firefox-4.0-version.patch
|
Patch0: firefox-4.0-version.patch
|
||||||
Patch1: firefox-4.0-jemalloc.patch
|
Patch1: firefox-4.0-jemalloc.patch
|
||||||
Patch2: firefox-4.0-build-throw.patch
|
Patch2: firefox-4.0-build-throw.patch
|
||||||
@ -144,8 +144,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
|
||||||
@ -222,7 +223,6 @@ export MOZ_SOURCE_CHANGESET=1
|
|||||||
--enable-rust-simd \
|
--enable-rust-simd \
|
||||||
--enable-official-branding \
|
--enable-official-branding \
|
||||||
--enable-update-channel=release \
|
--enable-update-channel=release \
|
||||||
--with-distribution-id="%{distroname}" \
|
|
||||||
--with-system-zlib \
|
--with-system-zlib \
|
||||||
--with-system-bz2 \
|
--with-system-bz2 \
|
||||||
--with-system-icu \
|
--with-system-icu \
|
||||||
@ -306,13 +306,11 @@ export MOZ_SOURCE_CHANGESET=1
|
|||||||
# --disable-logging \
|
# --disable-logging \
|
||||||
# --with-system-mozldap \ --program-suffix=4
|
# --with-system-mozldap \ --program-suffix=4
|
||||||
|
|
||||||
%ifarch ppc
|
#%ifarch ppc
|
||||||
%define makeflags -j1
|
#%define makeflags -j1
|
||||||
%else
|
#%else
|
||||||
%define makeflags %{?_smp_mflags}
|
#%define makeflags %{?_smp_mflags}
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
#___EOF
|
|
||||||
|
|
||||||
../mach build
|
../mach build
|
||||||
../mach buildsymbols
|
../mach buildsymbols
|
||||||
@ -351,7 +349,7 @@ cat > %{buildroot}%{firefoxappdir}/defaults/pref/local-prefs.js << _EOF
|
|||||||
pref("intl.locale.requested", "");
|
pref("intl.locale.requested", "");
|
||||||
|
|
||||||
// Use system-provided dictionaries
|
// Use system-provided dictionaries
|
||||||
pref("spellchecker.dictionary_path", "%{_datadir}/hunspell");
|
pref("spellchecker.dictionary_path", "%{_datadir}/myspell");
|
||||||
|
|
||||||
// Disable default browser checking.
|
// Disable default browser checking.
|
||||||
pref("browser.shell.checkDefaultBrowser", false);
|
pref("browser.shell.checkDefaultBrowser", false);
|
||||||
@ -418,6 +416,10 @@ while read filename; do
|
|||||||
# find $extensiondir -type f -exec chmod 644 {} \;
|
# find $extensiondir -type f -exec chmod 644 {} \;
|
||||||
done
|
done
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{firefoxappdir}/{dictionaries,hyphenation}
|
||||||
|
ln -s %{_datadir}/myspell %{buildroot}%{firefoxappdir}/dictionaries
|
||||||
|
ln -s %{_datadir}/hyphen %{buildroot}%{firefoxappdir}/hyphenation
|
||||||
|
|
||||||
#touch %{buildroot}%{firefoxappdir}/browser/components/compreg.dat
|
#touch %{buildroot}%{firefoxappdir}/browser/components/compreg.dat
|
||||||
#touch %{buildroot}%{firefoxappdir}/browser/components/xpti.dat
|
#touch %{buildroot}%{firefoxappdir}/browser/components/xpti.dat
|
||||||
|
|
||||||
@ -441,7 +443,7 @@ includedir=%{firefoxincludedir}
|
|||||||
|
|
||||||
Name: Mozilla Plug-In API
|
Name: Mozilla Plug-In API
|
||||||
Description: Mozilla Plug-In API
|
Description: Mozilla Plug-In API
|
||||||
Version: %{version}
|
Version: 61.0.1
|
||||||
|
|
||||||
Cflags: -I\${includedir} -DXP_UNIX
|
Cflags: -I\${includedir} -DXP_UNIX
|
||||||
_EOF
|
_EOF
|
||||||
@ -554,8 +556,8 @@ fi
|
|||||||
%{firefoxappdir}/defaults/pref/channel-prefs.js
|
%{firefoxappdir}/defaults/pref/channel-prefs.js
|
||||||
%{firefoxappdir}/defaults/pref/local-prefs.js
|
%{firefoxappdir}/defaults/pref/local-prefs.js
|
||||||
%{firefoxappdir}/dependentlibs.list
|
%{firefoxappdir}/dependentlibs.list
|
||||||
%dir %{firefoxappdir}/dictionaries
|
%{firefoxappdir}/dictionaries
|
||||||
%{firefoxappdir}/dictionaries/*
|
%{firefoxappdir}/hyphenation
|
||||||
%dir %{firefoxappdir}/fonts
|
%dir %{firefoxappdir}/fonts
|
||||||
%{firefoxappdir}/fonts/*
|
%{firefoxappdir}/fonts/*
|
||||||
%dir %{firefoxappdir}/gmp-clearkey
|
%dir %{firefoxappdir}/gmp-clearkey
|
||||||
@ -1896,15 +1898,12 @@ 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
|
||||||
|
* Sun Jul 08 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 61.0.1-1mamba
|
||||||
|
- update to 61.0.1
|
||||||
|
|
||||||
* Thu Jul 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 61.0-1mamba
|
* Thu Jul 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 61.0-1mamba
|
||||||
- update to 61.0
|
- update to 61.0
|
||||||
|
|
||||||
* Fri Jun 15 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 60.0.2-1mamba
|
|
||||||
- update to 60.0.2
|
|
||||||
|
|
||||||
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 59.0.1-1mamba
|
|
||||||
- update to 59.0.1
|
|
||||||
|
|
||||||
* Wed Dec 21 2016 Automatic Build System <autodist@mambasoft.it> 50.1.0-1mamba
|
* Wed Dec 21 2016 Automatic Build System <autodist@mambasoft.it> 50.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user