|
|
|
@ -134,7 +134,7 @@ end}
|
|
|
|
|
|
|
|
|
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
|
|
|
|
Name: thunderbird
|
|
|
|
|
Version: 115.4.1
|
|
|
|
|
Version: 115.5.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
URL: http://www.mozilla.org/projects/thunderbird/
|
|
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
@ -143,14 +143,19 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} == 8
|
|
|
|
|
# Started to ship on aarch64 in RHEL 8.2, on s390x in RHEL 8.3
|
|
|
|
|
%if %{rhel_minor_version} == 1
|
|
|
|
|
ExcludeArch: %{ix86} aarch64 s390x
|
|
|
|
|
ExcludeArch: %{ix86} s390x aarch64
|
|
|
|
|
%else
|
|
|
|
|
%if %{rhel_minor_version} == 2
|
|
|
|
|
ExcludeArch: %{ix86} s390x
|
|
|
|
|
%else
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
|
ExcludeArch: aarch64 s390 ppc
|
|
|
|
|
ExcludeArch: aarch64 s390 ppc ppc64
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# We can't use the official tarball as it contains some test files that use
|
|
|
|
@ -160,7 +165,7 @@ ExcludeArch: aarch64 s390 ppc
|
|
|
|
|
#Source0: https://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?pre_version}/source/thunderbird-%%{version}%%{?pre_version}.processed-source.tar.xz
|
|
|
|
|
Source0: thunderbird-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
|
|
|
|
%if %{with langpacks}
|
|
|
|
|
Source1: thunderbird-langpacks-%{version}-20231025.tar.xz
|
|
|
|
|
Source1: thunderbird-langpacks-%{version}-20231121.tar.xz
|
|
|
|
|
%endif
|
|
|
|
|
Source2: cbindgen-vendor.tar.xz
|
|
|
|
|
Source3: process-official-tarball
|
|
|
|
@ -1014,6 +1019,13 @@ echo "ac_add_options --with-mozilla-api-keyfile=`pwd`/mozilla-api-key" >> .mozco
|
|
|
|
|
echo "ac_add_options --with-google-location-service-api-keyfile=`pwd`/google-loc-api-key" >> .mozconfig
|
|
|
|
|
echo "ac_add_options --with-google-safebrowsing-api-keyfile=`pwd`/google-api-key" >> .mozconfig
|
|
|
|
|
|
|
|
|
|
# May result in empty --with-libclang-path= in earlier versions.
|
|
|
|
|
# So far this is needed only for c8s.
|
|
|
|
|
%if 0%{?rhel} == 8 && %{rhel_minor_version} >= 10
|
|
|
|
|
# Clang 17 upstream's detection fails, tell it where to look.
|
|
|
|
|
echo "ac_add_options --with-libclang-path=`llvm-config --libdir`" >> .mozconfig
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig
|
|
|
|
|
|
|
|
|
|
# Remove executable bit to make brp-mangle-shebangs happy.
|
|
|
|
@ -1502,6 +1514,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
#===============================================================================
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 21 2023 Eike Rathke <erack@redhat.com> - 115.5.0-1
|
|
|
|
|
- Update to 115.5.0 build1
|
|
|
|
|
|
|
|
|
|
* Wed Oct 25 2023 Eike Rathke <erack@redhat.com> - 115.4.1-1
|
|
|
|
|
- Update to 115.4.1 build1
|
|
|
|
|
|
|
|
|
@ -1532,7 +1547,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
* Thu Apr 06 2023 Eike Rathke <erack@redhat.com> - 102.10.0-1
|
|
|
|
|
- Update to 102.10.0 build1
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 102.3.0-3
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 102.9.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Mon Mar 13 2023 Eike Rathke <erack@redhat.com> - 102.9.0-2
|
|
|
|
|