update to 61.0.1 [release 61.0.1-1mamba;Sun Jul 08 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 22:19:10 +01:00
parent 9f14b492f0
commit f49b273c89

View File

@ -14,9 +14,10 @@
%define mozilla_version release
#% define source_dir mozilla-%{mozilla_version}
%define pkgver %(echo %version | tr . _)
%define pkgver %(echo %version | tr . _)
Name: firefox
Version: 61.0
Version: 61.0.1
Release: 1mamba
Epoch: 1
Summary: The next generation browsing technology from mozilla.org
@ -38,7 +39,6 @@ Source7: mozilla-firefox-safemode.desktop
Source8: firefox-autoupdate
Source9: firefox-17.0-script
Source10: firefox-openmamba-bookmarks-html
Source11: firefox-autoupdate
Patch0: firefox-4.0-version.patch
Patch1: firefox-4.0-jemalloc.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.
%prep
%setup -q -n mozilla-release-FIREFOX_%{pkgver}_RELEASE -D -T
:<< ___EOF
%setup -q -n mozilla-release-FIREFOX_%{pkgver}_RELEASE
#-D -T
#:<< ___EOF
#cd %{source_dir}
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
@ -222,7 +223,6 @@ export MOZ_SOURCE_CHANGESET=1
--enable-rust-simd \
--enable-official-branding \
--enable-update-channel=release \
--with-distribution-id="%{distroname}" \
--with-system-zlib \
--with-system-bz2 \
--with-system-icu \
@ -306,13 +306,11 @@ export MOZ_SOURCE_CHANGESET=1
# --disable-logging \
# --with-system-mozldap \ --program-suffix=4
%ifarch ppc
%define makeflags -j1
%else
%define makeflags %{?_smp_mflags}
%endif
#___EOF
#%ifarch ppc
#%define makeflags -j1
#%else
#%define makeflags %{?_smp_mflags}
#%endif
../mach build
../mach buildsymbols
@ -351,7 +349,7 @@ cat > %{buildroot}%{firefoxappdir}/defaults/pref/local-prefs.js << _EOF
pref("intl.locale.requested", "");
// Use system-provided dictionaries
pref("spellchecker.dictionary_path", "%{_datadir}/hunspell");
pref("spellchecker.dictionary_path", "%{_datadir}/myspell");
// Disable default browser checking.
pref("browser.shell.checkDefaultBrowser", false);
@ -418,6 +416,10 @@ while read filename; do
# find $extensiondir -type f -exec chmod 644 {} \;
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/xpti.dat
@ -441,7 +443,7 @@ includedir=%{firefoxincludedir}
Name: Mozilla Plug-In API
Description: Mozilla Plug-In API
Version: %{version}
Version: 61.0.1
Cflags: -I\${includedir} -DXP_UNIX
_EOF
@ -554,8 +556,8 @@ fi
%{firefoxappdir}/defaults/pref/channel-prefs.js
%{firefoxappdir}/defaults/pref/local-prefs.js
%{firefoxappdir}/dependentlibs.list
%dir %{firefoxappdir}/dictionaries
%{firefoxappdir}/dictionaries/*
%{firefoxappdir}/dictionaries
%{firefoxappdir}/hyphenation
%dir %{firefoxappdir}/fonts
%{firefoxappdir}/fonts/*
%dir %{firefoxappdir}/gmp-clearkey
@ -1896,15 +1898,12 @@ Zulu language support for Firefox.
#%{firefoxappdir}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
%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
- 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
- automatic version update by autodist