|
|
|
@ -201,7 +201,7 @@ end}
|
|
|
|
|
Summary: Mozilla Firefox Web browser
|
|
|
|
|
Name: firefox
|
|
|
|
|
Version: 102.9.0
|
|
|
|
|
Release: 3%{?dist}.inferit.4
|
|
|
|
|
Release: 3%{?dist}.inferit.5
|
|
|
|
|
URL: https://www.mozilla.org/firefox/
|
|
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
|
|
|
|
|
@ -448,8 +448,8 @@ BuildRequires: desktop-file-utils
|
|
|
|
|
Requires: redhat-indexhtml
|
|
|
|
|
|
|
|
|
|
%if !0%{?flatpak}
|
|
|
|
|
#TODO
|
|
|
|
|
BuildRequires: system-bookmarks
|
|
|
|
|
# INF-613 Require system-bookmarks to import bookmarks
|
|
|
|
|
Requires: system-bookmarks
|
|
|
|
|
%endif
|
|
|
|
|
%if %{?system_ffi}
|
|
|
|
|
BuildRequires: pkgconfig(libffi)
|
|
|
|
@ -1163,9 +1163,10 @@ mkdir -p test_results
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# set up our default bookmarks
|
|
|
|
|
%if !0%{?flatpak}
|
|
|
|
|
%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/browser/content/browser/default-bookmarks.html
|
|
|
|
|
%endif
|
|
|
|
|
# INF-613 Bookmarks import from default-bookmarks.html from system-bookmarks
|
|
|
|
|
#%%if !0%{?flatpak}
|
|
|
|
|
#%%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/browser/content/browser/default-bookmarks.html
|
|
|
|
|
#%%endif
|
|
|
|
|
|
|
|
|
|
# Make sure locale works for langpacks
|
|
|
|
|
%{__cat} > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
|
|
|
|
@ -1471,6 +1472,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 13 2023 Arkady L. Shane <tigro@msvsphere.ru> - 102.9.0-3.inferit.5
|
|
|
|
|
- INF-613 import bookmarks from system-bookmarks
|
|
|
|
|
|
|
|
|
|
* Tue Sep 12 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.9.0-3.inferit.4
|
|
|
|
|
- Changed the start page to https://msvsphere-os.ru
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|