2007-01-15 23:49:32 +01:00
|
|
|
#
|
2011-03-31 11:35:27 +02:00
|
|
|
# spec file for package MozillaThunderbird
|
2007-01-15 23:49:32 +01:00
|
|
|
#
|
2019-01-29 20:03:55 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
# 2006-2019 Wolfgang Rosenauer <wr@rosenauer.org>
|
2007-01-15 23:49:32 +01:00
|
|
|
#
|
2008-09-15 12:18:41 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-11-16 07:50:12 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:49:32 +01:00
|
|
|
#
|
|
|
|
|
2011-12-20 21:28:19 +01:00
|
|
|
|
2019-09-13 22:15:12 +02:00
|
|
|
# changed with every update
|
2019-09-25 17:13:22 +02:00
|
|
|
# orig_version vs. mainver: To have beta-builds
|
|
|
|
# FF70beta3 would be released as FF69.99
|
|
|
|
# orig_version would be the upstream tar ball
|
|
|
|
# orig_version 70.0
|
|
|
|
# orig_suffix b3
|
|
|
|
# major 69
|
|
|
|
# mainver %major.99
|
|
|
|
%define major 68
|
- Mozilla Thunderbird 68.2.0
* Message Display WebExtension API
* Message Search WebExtension API
* Better visual feedback for unread messages when using the dark theme
* Fixed various issues when editing mailing list
* Fixed application windows not maintaining their size after restart
MFSA 2019-33 (bsc#1154738)
* CVE-2019-15903 (bmo#1584907)
Heap overflow in expat library in XML_GetCurrentLineNumber
* CVE-2019-11757 (bmo#1577107)
Use-after-free when creating index updates in IndexedDB
* CVE-2019-11758 (bmo#1536227)
Potentially exploitable crash due to 360 Total Security
* CVE-2019-11759 (bmo#1577953)
Stack buffer overflow in HKDF output
* CVE-2019-11760 (bmo#1577719)
Stack buffer overflow in WebRTC networking
* CVE-2019-11761 (bmo#1561502)
Unintended access to a privileged JSONView object
* CVE-2019-11762 (bmo#1582857)
document.domain-based origin isolation has same-origin-property violation
* CVE-2019-11763 (bmo#1584216)
Incorrect HTML parsing results in XSS bypass technique
* CVE-2019-11764 (bmo#1558522, bmo#1577061, bmo#1548044, bmo#1571223,
bmo#1573048, bmo#1578933, bmo#1575217, bmo#1583684, bmo#1586845,
bmo#1581950, bmo#1583463, bmo#1586599)
Memory safety bugs fixed in Firefox 70 and Firefox ESR 68.2
- removed obsolete patches
mozilla-bmo1573381.patch
mozilla-bmo1512162.patch
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=499
2019-10-23 15:33:15 +02:00
|
|
|
%define mainver %major.2.0
|
|
|
|
%define orig_version 68.2.0
|
2019-09-25 17:13:22 +02:00
|
|
|
%define orig_suffix %{nil}
|
|
|
|
%define update_channel release
|
- Mozilla Thunderbird 68.2.0
* Message Display WebExtension API
* Message Search WebExtension API
* Better visual feedback for unread messages when using the dark theme
* Fixed various issues when editing mailing list
* Fixed application windows not maintaining their size after restart
MFSA 2019-33 (bsc#1154738)
* CVE-2019-15903 (bmo#1584907)
Heap overflow in expat library in XML_GetCurrentLineNumber
* CVE-2019-11757 (bmo#1577107)
Use-after-free when creating index updates in IndexedDB
* CVE-2019-11758 (bmo#1536227)
Potentially exploitable crash due to 360 Total Security
* CVE-2019-11759 (bmo#1577953)
Stack buffer overflow in HKDF output
* CVE-2019-11760 (bmo#1577719)
Stack buffer overflow in WebRTC networking
* CVE-2019-11761 (bmo#1561502)
Unintended access to a privileged JSONView object
* CVE-2019-11762 (bmo#1582857)
document.domain-based origin isolation has same-origin-property violation
* CVE-2019-11763 (bmo#1584216)
Incorrect HTML parsing results in XSS bypass technique
* CVE-2019-11764 (bmo#1558522, bmo#1577061, bmo#1548044, bmo#1571223,
bmo#1573048, bmo#1578933, bmo#1575217, bmo#1583684, bmo#1586845,
bmo#1581950, bmo#1583463, bmo#1586599)
Memory safety bugs fixed in Firefox 70 and Firefox ESR 68.2
- removed obsolete patches
mozilla-bmo1573381.patch
mozilla-bmo1512162.patch
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=499
2019-10-23 15:33:15 +02:00
|
|
|
%define releasedate 20191021120853
|
2019-09-25 17:13:22 +02:00
|
|
|
%define source_prefix thunderbird-%{mainver}
|
2019-09-13 22:15:12 +02:00
|
|
|
|
|
|
|
# always build with GCC as SUSE Security Team requires that
|
2019-09-20 13:19:56 +02:00
|
|
|
%define clang_build 0
|
2019-09-13 22:15:12 +02:00
|
|
|
|
|
|
|
# PIE, full relro
|
|
|
|
%define build_hardened 1
|
2014-07-28 15:29:31 +02:00
|
|
|
|
2019-09-25 17:13:22 +02:00
|
|
|
%bcond_with only_print_mozconfig
|
|
|
|
|
2016-01-19 11:28:29 +01:00
|
|
|
%bcond_without mozilla_tb_kde4
|
|
|
|
%bcond_with mozilla_tb_valgrind
|
|
|
|
%bcond_without mozilla_tb_optimize_for_size
|
2013-09-16 11:26:56 +02:00
|
|
|
|
2019-09-13 22:15:12 +02:00
|
|
|
# general build definitions
|
|
|
|
%define progname thunderbird
|
|
|
|
%define pkgname MozillaThunderbird
|
|
|
|
%define appname Thunderbird
|
|
|
|
%define progdir %{_prefix}/%_lib/%{progname}
|
|
|
|
%define gnome_dir %{_prefix}
|
|
|
|
%define desktop_file_name %{progname}
|
|
|
|
%define __provides_exclude ^lib.*\\.so.*$
|
|
|
|
%define __requires_exclude ^(libmoz.*|liblgpllibs.*|libxul.*|libldap.*|libldif.*|libprldap.*)$
|
|
|
|
%define localize 1
|
|
|
|
%define crashreporter 0
|
|
|
|
|
|
|
|
%define has_system_cairo 0
|
|
|
|
|
|
|
|
Name: %{pkgname}
|
2011-12-20 09:05:23 +01:00
|
|
|
BuildRequires: Mesa-devel
|
2017-09-28 10:25:59 +02:00
|
|
|
BuildRequires: alsa-devel
|
2011-12-20 09:05:23 +01:00
|
|
|
BuildRequires: autoconf213
|
|
|
|
BuildRequires: dbus-1-glib-devel
|
|
|
|
BuildRequires: fdupes
|
2018-08-06 16:26:01 +02:00
|
|
|
%if 0%{?suse_version} <= 1320
|
|
|
|
BuildRequires: gcc7-c++
|
|
|
|
%else
|
2011-12-20 09:05:23 +01:00
|
|
|
BuildRequires: gcc-c++
|
2018-08-06 16:26:01 +02:00
|
|
|
%endif
|
2019-09-13 22:15:12 +02:00
|
|
|
BuildRequires: cargo >= 1.34
|
2018-08-06 16:26:01 +02:00
|
|
|
#BuildRequires: hunspell-devel
|
2015-12-30 09:16:54 +01:00
|
|
|
BuildRequires: libXcomposite-devel
|
2011-12-20 09:05:23 +01:00
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libidl-devel
|
|
|
|
BuildRequires: libnotify-devel
|
2018-10-29 09:28:50 +01:00
|
|
|
BuildRequires: memory-constraints
|
2019-09-13 22:15:12 +02:00
|
|
|
BuildRequires: mozilla-nspr-devel >= 4.21
|
|
|
|
BuildRequires: mozilla-nss-devel >= 3.44.1
|
|
|
|
BuildRequires: nasm >= 2.13
|
2019-09-25 17:13:22 +02:00
|
|
|
BuildRequires: nodejs8 >= 8.11
|
2019-09-13 22:15:12 +02:00
|
|
|
BuildRequires: python-devel
|
2017-12-11 09:32:59 +01:00
|
|
|
BuildRequires: python2-xml
|
2019-09-13 22:15:12 +02:00
|
|
|
BuildRequires: python3 >= 3.5
|
|
|
|
BuildRequires: rust >= 1.34
|
|
|
|
BuildRequires: rust-cbindgen >= 0.8.7
|
2011-12-20 09:05:23 +01:00
|
|
|
BuildRequires: startup-notification-devel
|
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRequires: update-desktop-files
|
2012-03-14 08:47:37 +01:00
|
|
|
BuildRequires: xorg-x11-libXt-devel
|
2014-07-28 15:29:31 +02:00
|
|
|
BuildRequires: xz
|
2011-12-20 09:05:23 +01:00
|
|
|
BuildRequires: yasm
|
|
|
|
BuildRequires: zip
|
2018-08-15 11:38:21 +02:00
|
|
|
%if 0%{?suse_version} < 1550
|
2017-11-22 20:21:46 +01:00
|
|
|
BuildRequires: pkgconfig(gconf-2.0) >= 1.2.1
|
2018-08-15 11:38:21 +02:00
|
|
|
%endif
|
2017-11-25 08:08:27 +01:00
|
|
|
BuildRequires: pkgconfig(gdk-x11-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.22
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
2017-11-22 20:21:46 +01:00
|
|
|
BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0
|
2018-08-06 16:26:01 +02:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
2017-11-22 20:21:46 +01:00
|
|
|
BuildRequires: pkgconfig(gtk+-unix-print-2.0)
|
2018-08-06 16:26:01 +02:00
|
|
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
2017-05-16 11:11:43 +02:00
|
|
|
BuildRequires: pkgconfig(libffi)
|
2014-07-28 15:29:31 +02:00
|
|
|
BuildRequires: pkgconfig(libpulse)
|
2016-01-19 11:28:29 +01:00
|
|
|
%if %{with mozilla_tb_valgrind}
|
|
|
|
BuildRequires: pkgconfig(valgrind)
|
|
|
|
%endif
|
2018-08-06 16:26:01 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
BuildRequires: llvm-clang-devel >= 3.9.0
|
|
|
|
%else
|
|
|
|
# this covers the workaround to compile on Leap 42 in OBS
|
|
|
|
BuildRequires: clang4-devel
|
2014-07-28 15:29:31 +02:00
|
|
|
%endif
|
2017-03-18 22:27:55 +01:00
|
|
|
# libavcodec is required for H.264 support but the
|
|
|
|
# openSUSE version is currently not able to play H.264
|
|
|
|
# therefore the Packman version is required
|
|
|
|
# minimum version of libavcodec is 53
|
|
|
|
Recommends: libavcodec-full >= 0.10.16
|
2019-09-13 22:15:12 +02:00
|
|
|
Version: %{mainver}
|
2011-12-20 09:05:23 +01:00
|
|
|
Release: 0
|
2019-09-25 17:13:22 +02:00
|
|
|
Provides: MozillaThunderbird-devel = %{version}
|
2010-12-10 10:44:42 +01:00
|
|
|
Provides: thunderbird = %{version}
|
2019-09-25 17:13:22 +02:00
|
|
|
Obsoletes: MozillaThunderbird-devel < %{version}
|
2015-11-24 08:57:32 +01:00
|
|
|
Provides: appdata()
|
|
|
|
Provides: appdata(thunderbird.appdata.xml)
|
2016-01-19 11:28:29 +01:00
|
|
|
%if %{with mozilla_tb_kde4}
|
2012-03-14 08:47:37 +01:00
|
|
|
# this is needed to match this package with the kde4 helper package without the main package
|
|
|
|
# having a hard requirement on the kde4 package
|
|
|
|
%define kde_helper_version 6
|
|
|
|
Provides: mozilla-kde4-version = %{kde_helper_version}
|
|
|
|
%endif
|
2019-08-02 22:55:56 +02:00
|
|
|
Summary: An integrated email, news feeds, chat, and newsgroups client
|
2012-07-16 10:37:53 +02:00
|
|
|
License: MPL-2.0
|
2007-01-15 23:49:32 +01:00
|
|
|
Group: Productivity/Networking/Email/Clients
|
2019-08-02 22:55:56 +02:00
|
|
|
Url: https://www.thunderbird.net/
|
2019-09-25 17:13:22 +02:00
|
|
|
%if !%{with only_print_mozconfig}
|
|
|
|
Source: http://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}%{orig_suffix}/source/%{progname}-%{orig_version}%{orig_suffix}.source.tar.xz
|
2012-03-14 08:47:37 +01:00
|
|
|
Source1: thunderbird.desktop
|
2019-09-25 17:13:22 +02:00
|
|
|
Source2: thunderbird-rpmlintrc
|
2007-01-15 23:49:32 +01:00
|
|
|
Source3: mozilla.sh.in
|
2019-09-25 17:13:22 +02:00
|
|
|
Source4: tar_stamps
|
2007-01-15 23:49:32 +01:00
|
|
|
Source6: suse-default-prefs.js
|
2019-09-25 17:13:22 +02:00
|
|
|
Source7: l10n-%{version}.tar.xz
|
2014-10-14 23:45:11 +02:00
|
|
|
Source9: thunderbird.appdata.xml
|
2019-09-25 17:13:22 +02:00
|
|
|
Source10: compare-locales.tar.xz
|
|
|
|
Source14: https://github.com/openSUSE/firefox-scripts/raw/master/create-tar.sh
|
|
|
|
Source20: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}%{orig_suffix}/source/%{progname}-%{orig_version}%{orig_suffix}.source.tar.xz.asc
|
2019-09-26 10:29:27 +02:00
|
|
|
Source21: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}/KEY#/mozilla.keyring
|
2011-06-28 20:42:13 +02:00
|
|
|
# Gecko/Toolkit
|
2019-09-13 22:15:12 +02:00
|
|
|
Patch1: mozilla-nongnome-proxies.patch
|
|
|
|
Patch2: mozilla-kde.patch
|
2019-09-25 17:13:22 +02:00
|
|
|
Patch3: mozilla-ntlm-full-path.patch
|
|
|
|
Patch4: mozilla-openaes-decl.patch
|
|
|
|
Patch5: mozilla-aarch64-startup-crash.patch
|
|
|
|
Patch6: mozilla-bmo1463035.patch
|
|
|
|
Patch7: mozilla-cubeb-noreturn.patch
|
|
|
|
Patch8: mozilla-fix-aarch64-libopus.patch
|
|
|
|
Patch9: mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch
|
|
|
|
Patch10: mozilla-s390-context.patch
|
|
|
|
Patch11: mozilla-s390-bigendian.patch
|
|
|
|
Patch12: mozilla-reduce-rust-debuginfo.patch
|
|
|
|
Patch13: mozilla-ppc-altivec_static_inline.patch
|
|
|
|
Patch14: mozilla-bmo1005535.patch
|
|
|
|
Patch15: mozilla-bmo1568145.patch
|
|
|
|
Patch17: mozilla-bmo1504834-part1.patch
|
|
|
|
Patch18: mozilla-bmo1504834-part2.patch
|
|
|
|
Patch19: mozilla-bmo1504834-part3.patch
|
|
|
|
Patch20: mozilla-bmo1511604.patch
|
|
|
|
Patch21: mozilla-bmo1554971.patch
|
|
|
|
Patch22: mozilla-nestegg-big-endian.patch
|
2019-09-26 10:29:27 +02:00
|
|
|
Patch24: mozilla-fix-top-level-asm.patch
|
|
|
|
Patch100: thunderbird-broken-locales-build.patch
|
2019-09-25 17:13:22 +02:00
|
|
|
%endif # only_print_mozconfig
|
2007-01-15 23:49:32 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-10-23 22:52:20 +02:00
|
|
|
PreReq: coreutils fileutils textutils /bin/sh
|
2012-04-20 23:16:28 +02:00
|
|
|
Recommends: libcanberra0
|
2017-03-18 22:27:55 +01:00
|
|
|
Recommends: libpulse0
|
2009-07-21 12:08:52 +02:00
|
|
|
### build options
|
2007-01-15 23:49:32 +01:00
|
|
|
%define has_system_cairo 0
|
2009-07-21 12:08:52 +02:00
|
|
|
### build options end
|
2017-12-11 09:32:59 +01:00
|
|
|
Requires: mozilla-nspr >= %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
|
|
|
Requires: mozilla-nss >= %(rpm -q --queryformat '%%{VERSION}' mozilla-nss)
|
2019-09-25 17:13:22 +02:00
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(postun): desktop-file-utils
|
2007-01-15 23:49:32 +01:00
|
|
|
%define libgssapi libgssapi_krb5.so.2
|
|
|
|
|
|
|
|
%description
|
2019-08-02 22:55:56 +02:00
|
|
|
Thunderbird is a free, open-source, cross-platform application for
|
|
|
|
managing email, news feeds, chat, and news groups. It is a local
|
|
|
|
(rather than browser- or web-based) email application that is powerful
|
|
|
|
yet easy to use.
|
2007-01-15 23:49:32 +01:00
|
|
|
|
2011-06-28 20:42:13 +02:00
|
|
|
%if %localize
|
2009-08-10 18:18:59 +02:00
|
|
|
%package translations-common
|
2019-09-13 22:15:12 +02:00
|
|
|
Summary: Common translations for %{appname}
|
2009-08-28 23:51:34 +02:00
|
|
|
Group: System/Localization
|
2019-09-13 22:15:12 +02:00
|
|
|
Provides: locale(%{name}:ar;ca;cs;da;de;el;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
|
|
|
|
Requires: %{name} = %{version}
|
2009-08-10 18:18:59 +02:00
|
|
|
Obsoletes: %{name}-translations < %{version}-%{release}
|
|
|
|
|
|
|
|
%description translations-common
|
2019-09-13 22:15:12 +02:00
|
|
|
This package contains several common languages for the user interface
|
|
|
|
of %{appname}.
|
2007-01-15 23:49:32 +01:00
|
|
|
|
2009-08-10 18:18:59 +02:00
|
|
|
%package translations-other
|
2019-09-13 22:15:12 +02:00
|
|
|
Summary: Extra translations for %{appname}
|
2009-08-28 23:51:34 +02:00
|
|
|
Group: System/Localization
|
2019-09-25 17:13:22 +02:00
|
|
|
Provides: locale(%{name}:ast;be;bg;br;cak;cy;dsb;et;eu;fy_NL;ga_IE;gd;gl;he;hr;hsb;hy_AM;id;is;ka;kab;kk;lt;ms;nn_NO;rm;ro;si;sk;sl;sq;sr;tr;uk;uz;vi)
|
2019-09-13 22:15:12 +02:00
|
|
|
Requires: %{name} = %{version}
|
2009-08-10 18:18:59 +02:00
|
|
|
Obsoletes: %{name}-translations < %{version}-%{release}
|
2007-01-15 23:49:32 +01:00
|
|
|
|
2009-08-10 18:18:59 +02:00
|
|
|
%description translations-other
|
2019-09-13 22:15:12 +02:00
|
|
|
This package contains rarely used languages for the user interface
|
|
|
|
of %{appname}.
|
2011-06-28 20:42:13 +02:00
|
|
|
%endif
|
2008-01-18 19:28:32 +01:00
|
|
|
|
2010-07-24 17:36:48 +02:00
|
|
|
%if %crashreporter
|
|
|
|
%package buildsymbols
|
2019-09-13 22:15:12 +02:00
|
|
|
Summary: Breakpad buildsymbols for %{appname}
|
2010-07-24 17:36:48 +02:00
|
|
|
Group: Development/Debug
|
|
|
|
|
|
|
|
%description buildsymbols
|
|
|
|
This subpackage contains the Breakpad created and compatible debugging
|
|
|
|
symbols meant for upload to Mozilla's crash collector database.
|
|
|
|
%endif
|
|
|
|
|
2019-09-25 17:13:22 +02:00
|
|
|
%if !%{with only_print_mozconfig}
|
2007-01-15 23:49:32 +01:00
|
|
|
%prep
|
2019-09-13 22:15:12 +02:00
|
|
|
%if %localize
|
|
|
|
# If generated incorrectly, the tarball will be ~270B in
|
|
|
|
# size, so 1MB seems like good enough limit to check.
|
|
|
|
MINSIZE=1048576
|
2019-09-25 17:13:22 +02:00
|
|
|
if (( $(stat -Lc%s "%{SOURCE7}") < MINSIZE)); then
|
2019-09-13 22:15:12 +02:00
|
|
|
echo "Translations tarball %{SOURCE7} not generated properly."
|
|
|
|
exit 1
|
|
|
|
fi
|
2019-09-25 17:13:22 +02:00
|
|
|
%setup -q -n %{source_prefix} -b 7 -b 10
|
2019-09-13 22:15:12 +02:00
|
|
|
%else
|
|
|
|
%setup -q -n %{source_prefix}
|
2012-03-14 08:47:37 +01:00
|
|
|
%endif
|
2019-09-13 22:15:12 +02:00
|
|
|
%patch1 -p1
|
|
|
|
%if %{with mozilla_tb_kde4}
|
|
|
|
%patch2 -p1
|
2018-08-06 16:26:01 +02:00
|
|
|
%endif
|
2019-09-13 22:15:12 +02:00
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
2019-09-20 12:17:10 +02:00
|
|
|
%patch6 -p1
|
2019-09-20 13:19:56 +02:00
|
|
|
%patch7 -p1
|
2019-09-25 17:13:22 +02:00
|
|
|
%patch8 -p1
|
|
|
|
%patch9 -p1
|
|
|
|
%patch10 -p1
|
2019-10-11 15:15:29 +02:00
|
|
|
%ifarch s390x ppc64
|
2019-09-25 17:13:22 +02:00
|
|
|
%patch11 -p1
|
|
|
|
%endif
|
|
|
|
%patch12 -p1
|
|
|
|
%patch13 -p1
|
|
|
|
%patch14 -p1
|
|
|
|
%patch15 -p1
|
|
|
|
%patch17 -p1
|
|
|
|
%patch18 -p1
|
|
|
|
%patch19 -p1
|
|
|
|
%patch20 -p1
|
|
|
|
%patch21 -p1
|
|
|
|
%patch22 -p1
|
2019-09-26 10:29:27 +02:00
|
|
|
%patch24 -p1
|
2019-09-25 17:13:22 +02:00
|
|
|
# Thunderbird
|
|
|
|
%patch100 -p1
|
|
|
|
%endif # only_print_mozconfig
|
2007-01-15 23:49:32 +01:00
|
|
|
|
|
|
|
%build
|
2019-09-25 17:13:22 +02:00
|
|
|
%if !%{with only_print_mozconfig}
|
2019-04-24 22:43:44 +02:00
|
|
|
%define _lto_cflags %{nil}
|
2011-06-28 20:42:13 +02:00
|
|
|
# no need to add build time to binaries
|
|
|
|
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
|
|
|
|
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
|
|
|
|
TIME="\"$(date -d "${modified}" "+%%R")\""
|
|
|
|
find . -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
|
|
|
|
#
|
2016-01-19 11:28:29 +01:00
|
|
|
%if %{with mozilla_tb_kde4}
|
2018-08-06 16:26:01 +02:00
|
|
|
kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
|
2012-03-14 08:47:37 +01:00
|
|
|
if test "$kdehelperversion" != %{kde_helper_version}; then
|
|
|
|
echo fix kde helper version in the .spec file
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
%endif
|
2019-09-25 17:13:22 +02:00
|
|
|
%endif # only_print_mozconfig
|
2019-09-13 22:15:12 +02:00
|
|
|
|
2009-06-20 05:15:11 +02:00
|
|
|
export SUSE_ASNEEDED=0
|
2007-01-15 23:49:32 +01:00
|
|
|
export MOZ_BUILD_DATE=%{releasedate}
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
export BUILD_OFFICIAL=1
|
2019-10-11 15:15:29 +02:00
|
|
|
export MOZ_TELEMETRY_REPORTING=1
|
2018-08-06 16:26:01 +02:00
|
|
|
%if 0%{?suse_version} <= 1320
|
|
|
|
export CC=gcc-7
|
2019-09-13 22:15:12 +02:00
|
|
|
%else
|
|
|
|
%if 0%{?clang_build} == 0
|
|
|
|
export CC=gcc
|
|
|
|
export CXX=g++
|
2018-08-06 16:26:01 +02:00
|
|
|
%endif
|
2019-09-13 22:15:12 +02:00
|
|
|
%endif
|
|
|
|
%ifarch %arm %ix86
|
|
|
|
# Limit RAM usage during link
|
|
|
|
export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
|
|
|
%endif
|
|
|
|
%if 0%{?build_hardened}
|
|
|
|
export LDFLAGS="${LDFLAGS} -fPIC -Wl,-z,relro,-z,now"
|
2016-06-23 16:40:05 +02:00
|
|
|
%endif
|
2014-01-02 22:34:06 +01:00
|
|
|
%ifarch ppc64 ppc64le
|
2019-09-13 22:15:12 +02:00
|
|
|
%if 0%{?clang_build} == 0
|
2007-06-14 00:42:39 +02:00
|
|
|
export CFLAGS="$CFLAGS -mminimal-toc"
|
|
|
|
%endif
|
2014-11-04 12:16:51 +01:00
|
|
|
%endif
|
2007-01-15 23:49:32 +01:00
|
|
|
export CXXFLAGS="$CFLAGS"
|
|
|
|
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
2019-09-25 17:13:22 +02:00
|
|
|
%if %{with only_print_mozconfig}
|
|
|
|
echo "export CC=$CC"
|
|
|
|
echo "export CXX=$CXX"
|
|
|
|
echo "export CFLAGS=\"$CFLAGS\""
|
|
|
|
echo "export LDFLAGS=\"$LDFLAGS\""
|
|
|
|
echo "export RUSTFLAGS=\"$RUSTFLAGS\""
|
|
|
|
echo ""
|
|
|
|
cat << EOF
|
|
|
|
%else
|
2019-09-13 22:15:12 +02:00
|
|
|
%limit_build -m 2000
|
2016-01-26 07:33:46 +01:00
|
|
|
export MOZ_DEBUG_FLAGS="-pipe"
|
2007-01-15 23:49:32 +01:00
|
|
|
cat << EOF > $MOZCONFIG
|
2019-10-11 15:15:29 +02:00
|
|
|
%endif
|
2007-01-15 23:49:32 +01:00
|
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options BUILD_OFFICIAL=1
|
2009-07-21 12:08:52 +02:00
|
|
|
mk_add_options MOZ_MILESTONE_RELEASE=1
|
2016-04-30 15:53:52 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
%ifarch i586
|
|
|
|
mk_add_options MOZ_MAKE_FLAGS=-j1
|
|
|
|
%else
|
2007-01-15 23:49:32 +01:00
|
|
|
mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
|
2016-04-30 15:53:52 +02:00
|
|
|
%endif
|
|
|
|
%endif
|
2014-07-28 15:29:31 +02:00
|
|
|
mk_add_options MOZ_OBJDIR=$RPM_BUILD_DIR/obj
|
2007-01-15 23:49:32 +01:00
|
|
|
ac_add_options --prefix=%{_prefix}
|
2009-07-21 12:08:52 +02:00
|
|
|
ac_add_options --libdir=%{progdir}
|
2007-01-15 23:49:32 +01:00
|
|
|
ac_add_options --includedir=%{_includedir}
|
2019-10-11 15:15:29 +02:00
|
|
|
ac_add_options --enable-application=comm/mail
|
|
|
|
ac_add_options --enable-calendar
|
2009-07-21 12:08:52 +02:00
|
|
|
ac_add_options --disable-tests
|
|
|
|
ac_add_options --disable-debug
|
2017-04-17 14:52:44 +02:00
|
|
|
ac_add_options --enable-alsa
|
2019-09-13 22:15:12 +02:00
|
|
|
ac_add_options --enable-default-toolkit=cairo-gtk3
|
|
|
|
%if 0%{?suse_version} >= 1550
|
|
|
|
ac_add_options --disable-gconf
|
2017-06-01 08:10:49 +02:00
|
|
|
%endif
|
2019-09-13 22:15:12 +02:00
|
|
|
# bmo#1441155 - Disable the generation of Rust debug symbols on Linux32
|
2018-08-06 16:26:01 +02:00
|
|
|
%ifarch %ix86 %arm
|
2019-09-13 22:15:12 +02:00
|
|
|
ac_add_options --disable-debug-symbols
|
|
|
|
%else
|
|
|
|
ac_add_options --enable-debug-symbols
|
2018-08-06 16:26:01 +02:00
|
|
|
%endif
|
2019-09-13 22:15:12 +02:00
|
|
|
%if 0%{?suse_version} > 1549
|
|
|
|
%ifnarch aarch64 ppc64 ppc64le s390x
|
2018-08-06 16:26:01 +02:00
|
|
|
ac_add_options --disable-elf-hack
|
2017-03-18 22:27:55 +01:00
|
|
|
%endif
|
2018-08-06 16:26:01 +02:00
|
|
|
%endif
|
2009-07-21 12:08:52 +02:00
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
2007-01-15 23:49:32 +01:00
|
|
|
ac_add_options --with-system-zlib
|
2019-10-11 15:15:29 +02:00
|
|
|
%if 0%{?localize}
|
2011-06-28 20:42:13 +02:00
|
|
|
ac_add_options --with-l10n-base=$RPM_BUILD_DIR/l10n
|
2019-10-11 15:15:29 +02:00
|
|
|
%endif
|
2009-12-08 13:41:27 +01:00
|
|
|
ac_add_options --disable-updater
|
2009-07-21 12:08:52 +02:00
|
|
|
#ac_add_options --with-system-png # no apng support
|
2018-08-06 16:26:01 +02:00
|
|
|
#ac_add_options --enable-system-hunspell
|
2009-07-21 12:08:52 +02:00
|
|
|
ac_add_options --enable-startup-notification
|
2010-07-24 17:36:48 +02:00
|
|
|
ac_add_options --disable-necko-wifi
|
2012-04-20 23:16:28 +02:00
|
|
|
ac_add_options --enable-update-channel=%{update_channel}
|
2007-01-15 23:49:32 +01:00
|
|
|
%if %has_system_cairo
|
|
|
|
ac_add_options --enable-system-cairo
|
|
|
|
%endif
|
2019-10-11 15:15:29 +02:00
|
|
|
ac_add_options --with-unsigned-addon-scopes=app
|
|
|
|
ac_add_options --enable-official-branding
|
2010-07-24 17:36:48 +02:00
|
|
|
%if ! %crashreporter
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
%endif
|
2019-09-25 17:13:22 +02:00
|
|
|
%ifarch %arm
|
|
|
|
ac_add_options --with-fpu=vfpv3-d16
|
|
|
|
ac_add_options --with-float-abi=hard
|
|
|
|
%ifarch armv6l armv6hl
|
|
|
|
ac_add_options --with-arch=armv6
|
|
|
|
%else
|
|
|
|
ac_add_options --with-arch=armv7-a
|
|
|
|
%endif
|
|
|
|
%endif
|
2019-10-11 15:15:29 +02:00
|
|
|
%ifarch aarch64 %arm s390x
|
|
|
|
ac_add_options --disable-webrtc
|
2016-01-19 11:28:29 +01:00
|
|
|
%endif
|
2019-09-25 17:13:22 +02:00
|
|
|
# mitigation/workaround for bmo#1512162
|
|
|
|
%ifarch s390x
|
|
|
|
ac_add_options --enable-optimize="-O1"
|
|
|
|
%endif
|
2019-09-20 13:19:56 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
# LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
|
|
|
|
%if 0%{?suse_version} > 1500
|
|
|
|
ac_add_options --enable-lto
|
|
|
|
%endif
|
|
|
|
%endif
|
2019-10-11 15:15:29 +02:00
|
|
|
%if %{with mozilla_tb_valgrind}
|
|
|
|
ac_add_options --disable-jemalloc
|
|
|
|
ac_add_options --enable-valgrind
|
2019-09-25 17:13:22 +02:00
|
|
|
%endif
|
2019-10-11 15:15:29 +02:00
|
|
|
EOF
|
2019-09-25 17:13:22 +02:00
|
|
|
%if !%{with only_print_mozconfig}
|
|
|
|
%ifarch ppc64 s390x s390
|
|
|
|
# NOTE: Currently, system-icu is too old, so we can't build with that,
|
|
|
|
# but have to generate the .dat-file freshly. This seems to be a
|
|
|
|
# less fragile approach anyways.
|
|
|
|
# ac_add_options --with-system-icu
|
|
|
|
echo "Generate big endian version of config/external/icu/data/icud58l.dat"
|
|
|
|
./mach python intl/icu_sources_data.py .
|
|
|
|
ls -l config/external/icu/data
|
|
|
|
rm -f config/external/icu/data/icudt*l.dat
|
|
|
|
%endif
|
2018-08-06 16:26:01 +02:00
|
|
|
./mach build
|
2019-09-25 17:13:22 +02:00
|
|
|
%endif # only_print_mozconfig
|
2007-01-15 23:49:32 +01:00
|
|
|
|
|
|
|
%install
|
2014-07-28 15:29:31 +02:00
|
|
|
cd $RPM_BUILD_DIR/obj
|
2018-08-06 16:26:01 +02:00
|
|
|
make -C comm/mail/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0
|
2007-01-15 23:49:32 +01:00
|
|
|
# copy tree into RPM_BUILD_ROOT
|
2018-07-02 15:49:36 +02:00
|
|
|
mkdir -p %{buildroot}%{progdir}
|
2019-09-25 17:13:22 +02:00
|
|
|
cp -rf $RPM_BUILD_DIR/obj/dist/%{progname}/* %{buildroot}%{progdir}
|
2007-01-15 23:49:32 +01:00
|
|
|
# build additional locales
|
|
|
|
%if %localize
|
2019-09-13 22:15:12 +02:00
|
|
|
mkdir -p %{buildroot}%{progdir}/extensions/
|
2018-07-02 15:49:36 +02:00
|
|
|
truncate -s 0 %{_tmppath}/translations.{common,other}
|
2019-09-13 22:15:12 +02:00
|
|
|
sed -r '/^(ja-JP-mac|en-US|$)/d;s/ .*$//' $RPM_BUILD_DIR/%{source_prefix}/comm/mail/locales/shipped-locales \
|
2019-07-11 15:06:47 +02:00
|
|
|
| xargs -n 1 -I {} /bin/sh -c '
|
2019-09-13 22:15:12 +02:00
|
|
|
locale=$1
|
|
|
|
pushd $RPM_BUILD_DIR/compare-locales
|
|
|
|
PYTHONPATH=lib \
|
|
|
|
scripts/compare-locales -m ../l10n-merged/$locale \
|
|
|
|
../%{source_prefix}/comm/mail/locales/l10n.ini ../l10n $locale
|
|
|
|
popd
|
|
|
|
LOCALE_MERGEDIR=$RPM_BUILD_DIR/l10n-merged/$locale \
|
2018-08-06 16:26:01 +02:00
|
|
|
make -C comm/mail/locales langpack-$locale
|
2015-06-21 13:26:59 +02:00
|
|
|
cp -rL dist/xpi-stage/locale-$locale \
|
2018-07-02 15:49:36 +02:00
|
|
|
%{buildroot}%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org
|
2019-09-13 22:15:12 +02:00
|
|
|
# remove prefs and profile defaults from langpack
|
|
|
|
rm -rf %{buildroot}%{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org/defaults
|
2009-08-10 18:18:59 +02:00
|
|
|
# check against the fixed common list and sort into the right filelist
|
|
|
|
_matched=0
|
2013-09-16 17:36:59 +02:00
|
|
|
for _match in ar ca cs da de el en-GB es-AR es-CL es-ES fi fr hu it ja ko nb-NO nl pl pt-BR pt-PT ru sv-SE zh-CN zh-TW; do
|
2019-09-13 22:15:12 +02:00
|
|
|
[ "$_match" = "$locale" ] && _matched=1
|
2009-08-10 18:18:59 +02:00
|
|
|
done
|
|
|
|
[ $_matched -eq 1 ] && _l10ntarget=common || _l10ntarget=other
|
2019-10-11 15:15:29 +02:00
|
|
|
echo %{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org \
|
|
|
|
>> %{_tmppath}/translations.$_l10ntarget
|
2018-07-02 15:49:36 +02:00
|
|
|
' -- {}
|
2019-09-20 19:52:56 +02:00
|
|
|
# repack the lightning xpi with all available locales (boo#939153) (lp#545778)
|
|
|
|
_extid="{e2fda1a4-762b-4020-b5ad-a41df1933103}"
|
|
|
|
rm -rf _lightning
|
|
|
|
mkdir -p _lightning
|
|
|
|
unzip -q -d _lightning "%{buildroot}%{progdir}/distribution/extensions/${_extid}.xpi"
|
|
|
|
_langpacks=$(cd "%{buildroot}%{progdir}/extensions/" && find langpack-* -type d -prune -print|cut -d'-' -f2-|cut -d'@' -f1)
|
|
|
|
for _loc in $_langpacks ; do
|
|
|
|
_dir="%{buildroot}%{progdir}/extensions/langpack-${_loc}@thunderbird.mozilla.org"
|
|
|
|
_dir="${_dir}/distribution/extensions/${_extid}"
|
|
|
|
test -d "_lightning/chrome/calendar-${_loc}" && continue
|
|
|
|
test -d "_lightning/chrome/lightning-${_loc}" && continue
|
|
|
|
test -f "${_dir}/chrome.manifest" || continue
|
|
|
|
cp -rL "${_dir}"/chrome/{calendar,lightning}-"${_loc}" _lightning/chrome/
|
|
|
|
cat "${_dir}/chrome.manifest" >> _lightning/chrome.manifest
|
|
|
|
done
|
|
|
|
(cd _lightning && zip -q9r ../"${_extid}.xpi" *)
|
|
|
|
cp -p "${_extid}.xpi" %{buildroot}%{progdir}/distribution/extensions/
|
2007-01-15 23:49:32 +01:00
|
|
|
%endif
|
2019-10-11 15:15:29 +02:00
|
|
|
# remove some executable permissions
|
|
|
|
find %{buildroot}%{_libdir}/%{progname} \
|
|
|
|
-name "*.js" -o \
|
|
|
|
-name "*.jsm" -o \
|
|
|
|
-name "*.rdf" -o \
|
|
|
|
-name "*.properties" -o \
|
|
|
|
-name "*.dtd" -o \
|
|
|
|
-name "*.txt" -o \
|
|
|
|
-name "*.xml" -o \
|
|
|
|
-name "*.css" \
|
|
|
|
-exec chmod a-x {} +
|
|
|
|
# remove mkdir.done files from installed base
|
|
|
|
find %{buildroot}%{progdir} -type f -name ".mkdir.done" -delete
|
2007-01-15 23:49:32 +01:00
|
|
|
# overwrite the mozilla start-script and link it to /usr/bin
|
2018-07-02 15:49:36 +02:00
|
|
|
mkdir --parents %{buildroot}%{_bindir}/
|
2007-01-15 23:49:32 +01:00
|
|
|
sed "s:%%PREFIX:%{_prefix}:g
|
|
|
|
s:%%PROGDIR:%{progdir}:g
|
2009-07-21 12:08:52 +02:00
|
|
|
s:%%APPNAME:thunderbird:g
|
2007-01-15 23:49:32 +01:00
|
|
|
s:%%PROFILE:.thunderbird:g" \
|
2018-07-02 15:49:36 +02:00
|
|
|
%{SOURCE3} > %{buildroot}%{progdir}/%{progname}.sh
|
|
|
|
chmod 755 %{buildroot}%{progdir}/%{progname}.sh
|
|
|
|
ln -sf ../..%{progdir}/%{progname}.sh %{buildroot}%{_bindir}/%{progname}
|
2019-09-13 22:15:12 +02:00
|
|
|
# desktop file
|
2018-07-02 15:49:36 +02:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/applications
|
2007-01-15 23:49:32 +01:00
|
|
|
install -m 644 %{SOURCE1} \
|
2018-07-02 15:49:36 +02:00
|
|
|
%{buildroot}%{_datadir}/applications/%{desktop_file_name}.desktop
|
2019-10-11 15:15:29 +02:00
|
|
|
%suse_update_desktop_file %{desktop_file_name} Network Email GTK
|
2014-10-14 23:45:11 +02:00
|
|
|
# appdata
|
2018-07-02 15:49:36 +02:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/appdata
|
|
|
|
cp %{SOURCE9} %{buildroot}%{_datadir}/appdata/%{desktop_file_name}.appdata.xml
|
2007-01-15 23:49:32 +01:00
|
|
|
# apply SUSE defaults
|
2010-04-12 07:11:02 +02:00
|
|
|
sed -e 's,RPM_VERSION,%{mainversion},g
|
2007-01-15 23:49:32 +01:00
|
|
|
s,GSSAPI,%{libgssapi},g' \
|
|
|
|
%{SOURCE6} > suse-default-prefs
|
2018-07-02 15:49:36 +02:00
|
|
|
cp suse-default-prefs %{buildroot}%{progdir}/defaults/pref/all-opensuse.js
|
2007-01-15 23:49:32 +01:00
|
|
|
rm suse-default-prefs
|
|
|
|
# use correct locale for useragent
|
2018-07-02 15:49:36 +02:00
|
|
|
cat > %{buildroot}%{progdir}/defaults/pref/all-l10n.js << EOF
|
2007-01-15 23:49:32 +01:00
|
|
|
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
|
|
|
|
EOF
|
2008-10-23 22:52:20 +02:00
|
|
|
#
|
2018-08-06 16:26:01 +02:00
|
|
|
for size in 16 22 24 32 48 64 128; do
|
2018-07-02 15:49:36 +02:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/
|
2016-05-17 08:38:09 +02:00
|
|
|
cp %{buildroot}%{progdir}/chrome/icons/default/default$size.png \
|
|
|
|
%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{progname}.png
|
2009-07-21 12:08:52 +02:00
|
|
|
done
|
2009-07-29 01:23:56 +02:00
|
|
|
# excluded files
|
2018-07-02 15:49:36 +02:00
|
|
|
rm -f %{buildroot}%{progdir}/thunderbird
|
|
|
|
rm -f %{buildroot}%{progdir}/removed-files
|
|
|
|
rm -f %{buildroot}%{progdir}/precomplete
|
|
|
|
rm -f %{buildroot}%{progdir}/updater
|
|
|
|
rm -f %{buildroot}%{progdir}/updater.ini
|
|
|
|
rm -f %{buildroot}%{progdir}/update.locale
|
|
|
|
rm -f %{buildroot}%{progdir}/dictionaries/en-US*
|
|
|
|
rm -f %{buildroot}%{progdir}/nspr-config
|
2007-09-10 12:43:39 +02:00
|
|
|
# Some sites use different partitions for /usr/(lib|lib64) and /usr/share. Since you
|
|
|
|
# can't create hardlinks across partitions, we'll do this more than once.
|
2018-07-02 15:49:36 +02:00
|
|
|
%fdupes %{buildroot}%{progdir}
|
|
|
|
%fdupes %{buildroot}%{_libdir}/mozilla
|
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2019-09-25 17:13:22 +02:00
|
|
|
# create breakpad debugsymbols
|
2010-07-24 17:36:48 +02:00
|
|
|
%if %crashreporter
|
2019-09-13 22:15:12 +02:00
|
|
|
SYMBOLS_NAME="thunderbird-%{version}-%{release}.%{_arch}-%{suse_version}-symbols"
|
2010-07-24 17:36:48 +02:00
|
|
|
make buildsymbols \
|
|
|
|
SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \
|
2019-09-25 17:13:22 +02:00
|
|
|
SYMBOL_FULL_ARCHIVE_BASENAME="$SYMBOLS_NAME-full" \
|
2010-07-24 17:36:48 +02:00
|
|
|
SYMBOL_ARCHIVE_BASENAME="$SYMBOLS_NAME"
|
2015-06-21 13:26:59 +02:00
|
|
|
if [ -e dist/*symbols.zip ]; then
|
2018-07-02 15:49:36 +02:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/mozilla/
|
|
|
|
cp dist/*symbols.zip %{buildroot}%{_datadir}/mozilla/
|
2010-07-24 17:36:48 +02:00
|
|
|
fi
|
|
|
|
%endif
|
2007-01-15 23:49:32 +01:00
|
|
|
|
|
|
|
%clean
|
2018-07-02 15:49:36 +02:00
|
|
|
rm -rf %{buildroot}
|
2009-08-10 18:18:59 +02:00
|
|
|
%if %localize
|
|
|
|
rm -rf %{_tmppath}/translations.*
|
|
|
|
%endif
|
2007-01-15 23:49:32 +01:00
|
|
|
|
|
|
|
%post
|
2019-09-25 17:13:22 +02:00
|
|
|
%desktop_database_post
|
2011-11-09 14:17:12 +01:00
|
|
|
%icon_theme_cache_post
|
2009-07-21 12:08:52 +02:00
|
|
|
exit 0
|
|
|
|
|
2011-11-09 14:17:12 +01:00
|
|
|
%postun
|
2019-09-25 17:13:22 +02:00
|
|
|
%desktop_database_postun
|
2011-11-09 14:17:12 +01:00
|
|
|
%icon_theme_cache_postun
|
|
|
|
exit 0
|
|
|
|
|
2007-01-15 23:49:32 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%attr(755,root,root) %{progdir}/%{progname}.sh
|
|
|
|
%dir %{progdir}
|
2009-07-21 12:08:52 +02:00
|
|
|
%{progdir}/application.ini
|
2010-10-20 00:30:24 +02:00
|
|
|
%{progdir}/blocklist.xml
|
2017-03-18 22:27:55 +01:00
|
|
|
%{progdir}/chrome.manifest
|
2012-06-06 08:41:25 +02:00
|
|
|
%{progdir}/dependentlibs.list
|
2017-03-18 22:27:55 +01:00
|
|
|
%{progdir}/fonts/
|
2017-04-02 23:31:26 +02:00
|
|
|
%dir %{progdir}/gtk2
|
|
|
|
%{progdir}/gtk2/libmozgtk.so
|
2011-06-28 20:42:13 +02:00
|
|
|
%{progdir}/*.so
|
2012-02-01 15:14:46 +01:00
|
|
|
%{progdir}/omni.ja
|
2018-08-06 16:26:01 +02:00
|
|
|
%{progdir}/pingsender
|
2009-07-21 12:08:52 +02:00
|
|
|
%{progdir}/platform.ini
|
2011-06-28 20:42:13 +02:00
|
|
|
%{progdir}/plugin-container
|
2007-01-15 23:49:32 +01:00
|
|
|
%{progdir}/thunderbird-bin
|
2010-07-24 17:36:48 +02:00
|
|
|
# crashreporter files
|
|
|
|
%if %crashreporter
|
|
|
|
%{progdir}/crashreporter
|
|
|
|
%{progdir}/crashreporter.ini
|
2019-09-25 17:13:22 +02:00
|
|
|
%{progdir}/minidump-analyzer
|
2010-07-24 17:36:48 +02:00
|
|
|
%{progdir}/Throbber-small.gif
|
|
|
|
%endif
|
2007-01-15 23:49:32 +01:00
|
|
|
%dir %{progdir}/chrome/
|
|
|
|
%{progdir}/chrome/icons/
|
2015-06-21 13:26:59 +02:00
|
|
|
%{progdir}/distribution/
|
2007-01-15 23:49:32 +01:00
|
|
|
%{progdir}/defaults/
|
2019-01-29 20:03:55 +01:00
|
|
|
%{progdir}/features/
|
2007-06-14 00:42:39 +02:00
|
|
|
%{progdir}/isp/
|
2014-10-14 23:45:11 +02:00
|
|
|
%{_datadir}/appdata/
|
2011-01-13 14:15:29 +01:00
|
|
|
%{_datadir}/applications/%{desktop_file_name}.desktop
|
2009-07-21 12:08:52 +02:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{progname}.png
|
2007-01-15 23:49:32 +01:00
|
|
|
%{_bindir}/%{progname}
|
|
|
|
|
2010-07-24 17:36:48 +02:00
|
|
|
%if %localize
|
2009-08-10 18:18:59 +02:00
|
|
|
%files translations-common -f %{_tmppath}/translations.common
|
|
|
|
%defattr(-,root,root)
|
2019-09-13 22:15:12 +02:00
|
|
|
%dir %{progdir}/extensions/
|
2009-08-10 18:18:59 +02:00
|
|
|
|
|
|
|
%files translations-other -f %{_tmppath}/translations.other
|
2007-01-15 23:49:32 +01:00
|
|
|
%defattr(-,root,root)
|
2019-09-13 22:15:12 +02:00
|
|
|
%dir %{progdir}/extensions/
|
2007-01-15 23:49:32 +01:00
|
|
|
%endif
|
2008-01-18 19:28:32 +01:00
|
|
|
|
2010-07-24 17:36:48 +02:00
|
|
|
%if %crashreporter
|
|
|
|
%files buildsymbols
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/mozilla/
|
|
|
|
%endif
|
|
|
|
|
2007-03-08 19:54:29 +01:00
|
|
|
%changelog
|