diff --git a/firefox.spec b/firefox.spec index 8aa6902..c79d1dd 100644 --- a/firefox.spec +++ b/firefox.spec @@ -17,7 +17,7 @@ %define pkgver %(echo %version | tr . _) Name: firefox -Version: 106.0.1 +Version: 106.0.2 Release: 1mamba Epoch: 1 Summary: The next generation browsing technology from mozilla.org @@ -276,9 +276,11 @@ This package contains the %{2} language support files for Firefox.\ #% debug_package %prep -%setup -q -#-D -T -#:<< ___EOF +%setup -q -D -T +:<< ___EOF + +# Don't clean build at the end +%global __spec_rmbuild_cmd /bin/true sed -e 's|__RPM_VERSION_INTERNAL__|%{firefox_internal_version}|' %{PATCH0} | patch -p0 @@ -446,7 +448,7 @@ END mkdir -p %{buildroot}%{_datadir}/applications desktop-file-install --vendor mozilla --dir %{buildroot}%{_datadir}/applications %{SOURCE2} -desktop-file-install --vendor mozilla --dir %{buildroot}%{_datadir}/applications %{SOURCE7} +#desktop-file-install --vendor mozilla --dir %{buildroot}%{_datadir}/applications %{SOURCE7} # install firefox icon @@ -517,7 +519,7 @@ includedir=%{firefoxincludedir} Name: Mozilla Plug-In API Description: Mozilla Plug-In API -Version: 106.0.1 +Version: 106.0.2 Cflags: -I\${includedir} -DXP_UNIX _EOF @@ -581,7 +583,7 @@ fi %{_sysconfdir}/ld.so.conf.d/%{name}.conf %{_bindir}/firefox %{_datadir}/applications/mozilla-firefox.desktop -%{_datadir}/applications/mozilla-firefox-safemode.desktop +#%{_datadir}/applications/mozilla-firefox-safemode.desktop %{_datadir}/icons/hicolor/*x*/apps/firefox*.png %dir %{firefoxappdir} %{firefoxappdir}/*.ini @@ -638,6 +640,9 @@ fi %{_libdir}/pkgconfig/mozilla-plugin.pc %changelog +* Thu Oct 27 2022 Automatic Build System 106.0.2-1mamba +- automatic version update by autodist + * Tue Oct 25 2022 Automatic Build System 106.0.1-1mamba - automatic version update by autodist