|
|
|
@ -194,7 +194,7 @@ end}
|
|
|
|
|
%global build_langpacks 1
|
|
|
|
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
|
|
|
|
Name: thunderbird
|
|
|
|
|
Version: 78.13.0
|
|
|
|
|
Version: 78.14.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
URL: http://www.mozilla.org/projects/thunderbird/
|
|
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
@ -210,7 +210,7 @@ ExclusiveArch: i686 x86_64 ppc64 s390x
|
|
|
|
|
# From ftp://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?ext_version}/source
|
|
|
|
|
Source0: https://archive.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
|
|
|
|
|
%if %{build_langpacks}
|
|
|
|
|
Source1: thunderbird-langpacks-%{version}%{?ext_version}-20210804.tar.xz
|
|
|
|
|
Source1: thunderbird-langpacks-%{version}%{?ext_version}-20210902.tar.xz
|
|
|
|
|
# Locales for lightning
|
|
|
|
|
%endif
|
|
|
|
|
Source2: cbindgen-vendor-0.14.3.tar.xz
|
|
|
|
@ -523,7 +523,7 @@ Obsoletes: thunderbird-lightning
|
|
|
|
|
# in dependencies:
|
|
|
|
|
#AutoProv: 0
|
|
|
|
|
#%%define _use_internal_dependency_generator 0
|
|
|
|
|
#%%define __find_requires %{SOURCE101}
|
|
|
|
|
#%%define __find_requires %%{SOURCE101}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Mozilla Thunderbird is a standalone mail and newsgroup client.
|
|
|
|
@ -1364,8 +1364,8 @@ test -f "%{buildroot}%{mozappdir}/distribution/extensions/unicode-width/scripts/
|
|
|
|
|
#
|
|
|
|
|
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
|
|
|
|
#
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
|
|
|
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/mozilla-thunderbird.appdata.xml <<EOF
|
|
|
|
|
%{__mkdir_p} %{buildroot}%{_datadir}/appdata
|
|
|
|
|
cat > %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml <<EOF
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
|
|
|
|
<!--
|
|
|
|
@ -1520,6 +1520,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
#===============================================================================
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 02 2021 Eike Rathke <erack@redhat.com> - 78.14.0-1
|
|
|
|
|
- Update to 78.14.0 build1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Jan Horak <jhorak@redhat.com> - 78.13.0-2
|
|
|
|
|
- Use the right name for the appstream file
|
|
|
|
|
|
|
|
|
|
* Wed Aug 04 2021 Eike Rathke <erack@redhat.com> - 78.13.0-1
|
|
|
|
|
- Update to 78.13.0 build1
|
|
|
|
|
|
|
|
|
|