File MozillaThunderbird.spec of Package MozillaThunderbird
#
# spec file for package MozillaThunderbird
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2006-2025 Wolfgang Rosenauer <wr@rosenauer.org>
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define _dwz_low_mem_die_limit 40000000
%define _dwz_max_die_limit 200000000
# changed with every update
# 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 (or esr)
# major 69
# mainver %major.99
%define major 135
%define mainver %major.0~release
%define orig_version 135.0
%define orig_suffix %{nil}
%define update_channel release
%define source_prefix thunderbird-%{orig_version}
# for fresh, non-LTS builds
#define update_channel beta
#define source_prefix thunderbird-%{major}.0
%define branding 1
# PGO builds do not work in TW currently (bmo#1680306)
%define do_profiling 0
# upstream default is clang (to use gcc for large parts set to 0)
%define clang_build 1
%define use_lto 1
%bcond_with only_print_mozconfig
%bcond_with mozilla_tb_valgrind
%bcond_without mozilla_tb_optimize_for_size
# define if ccache should be used or not
%define useccache 1
# No i586 on SLE-12, as the rpmlints are broken and can't handle the big rpms resulting from this build.
%if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000
ExclusiveArch: aarch64 ppc64le x86_64 s390x
%else
# Firefox only supports i686
%ifarch %ix86
ExclusiveArch: i586 i686
BuildArch: i686
%{expand:%%global optflags %(echo "%optflags"|sed -e s/i586/i686/) -march=i686 -mtune=generic -msse2}
%endif
%endif
%{expand:%%global optflags %(echo "%optflags"|sed -e s/-flto=auto//) }
# general build definitions
%define progname thunderbird
%define pkgname MozillaThunderbird
%define srcname thunderbird
%define appname Thunderbird
%define progdir %{_prefix}/%_lib/%{progname}
%define gnome_dir %{_prefix}
%{!?orig_suffix:%global orig_suffix ""}
%define desktop_file_name %(echo "%{orig_suffix}" | grep -q esr && echo "%{progname}-esr" || echo "%{progname}")
%define __provides_exclude ^lib.*\\.so.*$
%define __requires_exclude ^(libmoz.*|liblgpllibs.*|libxul.*|libgk.*|libldap.*|libldif.*|libprldap.*|librnp.*)$
%define localize 1
%ifarch %ix86 x86_64
%define crashreporter 1
%else
%define crashreporter 0
%endif
%define with_pipewire0_3 1
%define wayland_supported 1
Name: %{pkgname}
BuildRequires: Mesa-devel
BuildRequires: autoconf213
BuildRequires: cairo-devel
BuildRequires: cargo >= 1.73
BuildRequires: dbus-1-glib-devel
BuildRequires: dejavu-fonts
BuildRequires: fdupes
BuildRequires: freetype2-devel
BuildRequires: gcc-c++
BuildRequires: memory-constraints
BuildRequires: rust >= 1.78
%if 0%{useccache} != 0
BuildRequires: ccache
%endif
BuildRequires: libXcomposite-devel
BuildRequires: libcurl-devel
BuildRequires: libevent-devel
BuildRequires: mozilla-nspr-devel >= 4.35
BuildRequires: mozilla-nss-devel >= 3.101.1
BuildRequires: nasm >= 2.14
# Opus, WebM (VP8&9), WebP and AV1 support
BuildRequires: dav1d-devel
BuildRequires: libaom-devel
BuildRequires: libopus-devel
BuildRequires: libvpx-devel >= 1.3.0
BuildRequires: libwebp-devel >= 1.0.1
%if 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 150000
BuildRequires: libXtst-devel
BuildRequires: nodejs12 >= 12.22.12
#BuildRequires: python-libxml2
BuildRequires: python39
BuildRequires: python39-curses
BuildRequires: python39-devel
%else
%if 0%{?sle_version} > 150000 && 0%{?sle_version} <= 150600
BuildRequires: nodejs12 >= 12.22.12
BuildRequires: python39
BuildRequires: python39-curses
BuildRequires: python39-devel
%else
# ALP
BuildRequires: nodejs >= 19.0.0
BuildRequires: python3 >= 3.11
BuildRequires: python3-curses
# FF may be pissy about python3's sqlite
BuildRequires: python3-devel
BuildRequires: python3-glean
BuildRequires: python3-gpsd
BuildRequires: python3-pip
BuildRequires: python3-psutil
BuildRequires: python3-zstandard
%endif
%endif
BuildRequires: rust-cbindgen >= 0.26
BuildRequires: unzip
BuildRequires: update-desktop-files
BuildRequires: xorg-x11-libXt-devel
%if 0%{?do_profiling}
BuildRequires: xvfb-run
%endif
BuildRequires: libidl-devel
BuildRequires: libiw-devel
BuildRequires: libjpeg-devel
BuildRequires: libnotify-devel
BuildRequires: libpng-devel
BuildRequires: libproxy-devel
BuildRequires: nss-shared-helper-devel
BuildRequires: yasm
BuildRequires: zip
BuildRequires: zstd
BuildRequires: pkgconfig(alsa)
#BuildRequires: sqlite3-devel >= 3.8
#BuildRequires: libicu-devel
BuildRequires: startup-notification-devel
%if 0%{?suse_version} < 1550
BuildRequires: pkgconfig(gconf-2.0) >= 1.2.1
%endif
%if 0%{?suse_version} < 1599
BuildRequires: clang15-devel
%else
BuildRequires: clang-devel >= 18
%endif
BuildRequires: pkgconfig(glib-2.0) >= 2.22
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(sndio)
%if %{with_pipewire0_3}
BuildRequires: pkgconfig(libpipewire-0.3)
%endif
%if %{with mozilla_tb_valgrind}
BuildRequires: pkgconfig(valgrind)
%endif
BuildRequires: binutils-gold
BuildRequires: lld
BuildRequires: llvm-gold
# 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
BuildRequires: pkgconfig(libavcodec)
Version: %{mainver}
Release: 0
Provides: MozillaThunderbird-devel = %{version}
Provides: thunderbird = %{version}
Obsoletes: MozillaThunderbird-devel < %{version}
Provides: appdata()
Provides: appdata(thunderbird.appdata.xml)
Summary: An integrated email, news feeds, chat, and newsgroups client
License: MPL-2.0
Group: Productivity/Networking/Email/Clients
URL: https://www.thunderbird.net/
%if !%{with only_print_mozconfig}
Source: http://ftp.mozilla.org/pub/%{srcname}/releases/%{version}%{orig_suffix}/source/%{srcname}-%{orig_version}%{orig_suffix}.source.tar.xz
Source1: thunderbird.desktop
Source2: thunderbird-rpmlintrc
Source3: mozilla.sh.in
Source4: tar_stamps
Source6: suse-default-prefs.js
%if %{localize}
Source7: thunderbird-%{orig_version}%{orig_suffix}.strings_all.tar.zst
%endif
Source9: thunderbird.appdata.xml
Source13: spellcheck.js
Source14: https://github.com/openSUSE/firefox-scripts/raw/913fab1a196e2a0623b5c554598bfde3b4b49e29/create-tar.sh
# Set up API keys, see http://www.chromium.org/developers/how-tos/api-keys
# Note: these are for the openSUSE Firefox builds ONLY. For your own distribution,
# please get your own set of keys.
Source18: mozilla-api-key
Source19: google-api-key
Source20: https://ftp.mozilla.org/pub/%{srcname}/releases/%{version}%{orig_suffix}/source/%{srcname}-%{orig_version}%{orig_suffix}.source.tar.xz.asc
Source21: https://ftp.mozilla.org/pub/%{srcname}/releases/%{version}%{orig_suffix}/KEY#/mozilla.keyring
# Gecko/Toolkit
Patch1: mozilla-nongnome-proxies.patch
Patch3: mozilla-ntlm-full-path.patch
Patch4: mozilla-aarch64-startup-crash.patch
#Patch5: mozilla-bmo531915.patch
Patch6: mozilla-s390-context.patch
#Patch7: mozilla-pgo.patch
Patch8: mozilla-reduce-rust-debuginfo.patch
#Patch10: mozilla-bmo1504834-part1.patch
Patch14: mozilla-bmo849632.patch
#Patch15: mozilla-bmo998749.patch
Patch17: mozilla-libavcodec58_91.patch
#Patch18: mozilla-silence-no-return-type.patch
#Patch20: one_swizzle_to_rule_them_all.patch
Patch21: svg-rendering.patch
Patch22: thunderbird-silence-no-return.patch
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: /bin/sh
PreReq: coreutils
PreReq: fileutils
PreReq: textutils
### build options end
%requires_ge mozilla-nspr
%requires_ge mozilla-nss
%requires_ge libfreetype6
Recommends: libcanberra0
Recommends: libotr5
Recommends: libpulse0
# To make security-keys (e.g. Yubikey) work with TB, it needs the udev-rules installed.
# A clean package with the most common rules exists only in SP3 onwards. `u2f-hosts` could be used on older
# code streams, but it contains more than just the rules, so we're not recommending it here.
%if 0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150300
Recommends: libfido2-udev
%endif
Requires: %{name}-openpgp
Suggests: %{name}-openpgp-librnp
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
%define libgssapi libgssapi_krb5.so.2
# for native file dialogue support with widget.use-xdg-desktop-portal
Requires: xdg-desktop-portal-gtk
Recommends: xdg-desktop-portal-kde
ExcludeArch: armv6l armv6hl
%description
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.
%package openpgp-librnp
Summary: Thunderbird's upstream OpenPGP implementation
Group: Productivity/Networking/Email/Clients
Requires: %{name} = %{version}
Provides: %{name}-openpgp
Conflicts: %{name}-openpgp
%description openpgp-librnp
Thunderbird's upstream OpenPGP implementation.
%if %localize
%package translations-common
Summary: Common translations for %{appname}
Group: System/Localization
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}
Obsoletes: %{name}-translations < %{version}-%{release}
%description translations-common
This package contains several common languages for the user interface
of %{appname}.
%package translations-other
Summary: Extra translations for %{appname}
Group: System/Localization
Provides: locale(%{name}:ach;af;an;ast;az;be;bg;bn;br;bs;cak;cy;dsb;en_CA;eo;es_MX;et;eu;fa;ff;fy_NL;ga_IE;gd;gl;gn;gu_IN;he;hi_IN;hr;hsb;hy_AM;ia;id;is;ka;kab;kk;km;kn;lij;lt;lv;mk;mr;ms;my;ne_NP;nn_NO;oc;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;te;th;tr;uk;ur;uz;vi;xh)
Requires: %{name} = %{version}
Obsoletes: %{name}-translations < %{version}-%{release}
%description translations-other
This package contains rarely used languages for the user interface
of %{appname}.
%endif
%if !%{with only_print_mozconfig}
%prep
%if %localize
# If generated incorrectly, the tarball will be ~270B in
# size, so 1MB seems like good enough limit to check.
MINSIZE=1048576
if (( $(stat -Lc%s "%{SOURCE7}") < MINSIZE)); then
echo "Translations tarball %{SOURCE7} not generated properly."
exit 1
fi
%setup -q -n %{source_prefix} -b 7
%else
%setup -q -n %{source_prefix}
%endif
cd $RPM_BUILD_DIR/%{srcname}-%{orig_version}
%autopatch -p1
%endif
%build
%ifarch aarch64 %arm ppc64 ppc64le riscv64
%limit_build -m 2500
%endif
ulimit -Sn 4096
#export SUSE_ZNOW=0
%if !%{with only_print_mozconfig}
# no need to add build time to binaries
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{pkgname}.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" {} +
# When doing only_print_mozconfig, this file isn't necessarily available, so skip it
cp %{SOURCE4} .obsenv.sh
%else
# We need to make sure its empty
echo "" > .obsenv.sh
%endif
cat >> .obsenv.sh <<EOF
export CARGO_HOME=${RPM_BUILD_DIR}/%{srcname}-%{orig_version}/.cargo
#export MOZ_SOURCE_CHANGESET=\$RELEASE_TAG
#export SOURCE_REPO=\$RELEASE_REPO
#export source_repo=\$RELEASE_REPO
#export MOZ_SOURCE_REPO=\$RELEASE_REPO
export MOZ_BUILD_DATE=\$RELEASE_TIMESTAMP
%if %branding
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1
%endif
export MOZ_TELEMETRY_REPORTING=1
# of course, this doesn't work because Mozilla has hardcoded python versions for its bundled crap
#export MACH_USE_SYSTEM_PYTHON=1
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none
# https://bugzilla.mozilla.org/show_bug.cgi?id=25619523
export MOZ_LINUX_VAAPI=1
# they broke that now too
#export MOZ_ALSA=1
# PA "support" in FF is quite broken, it uses bad hardcoded values and tends to mute sound without errors, if there is something it doesn't like about an output
#export MOZ_PULSEAUDIO=
# jack backend is under-developed, doesn't handle mono-streams and hangs when jackd/pipewire restarts
#export MOZ_JACK=1
## Fuck you, Mozilla
# they broke that option in 49
#export MOZ_SOCIAL=0
export MOZ_REQUIRE_SIGNING=
# http://custombuttons.sourceforge.net/forum/viewtopic.php?p=71631#p71701
export MOZ_ALLOW_LEGACY_EXTENSIONS=1
export MOZ_GLX_IGNORE_BLACKLIST=1
#export MOZ_GL_PROVIDER=EGL
#export MOZ_EGL_XRENDER_COMPOSITE=1
%if 0%{wayland_supported}
#export MOZ_WAYLAND=1
%else
#export MOZ_WAYLAND=
%endif
export CFLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection"
export CFLAGS="${CFLAGS} -w -fPIC -DNDEBUG -O3 -pipe"
export OPTIMIZED_CFLAGS=on
export RUSTC_OPT_LEVEL=3
export RUSTFLAGS="\${RUSTFLAGS} -Cpanic=unwind -Copt-level=3"
%if 0%{?use_lto}
# --release -Cdebug_assertions=no -Cpanic=unwind -Cembed-bitcode=yes -Clto=thin -Ccodegen-units=1 ?
export RUSTFLAGS="\${RUSTFLAGS} -Clto=thin -Ccodegen-units=16"
%endif
%ifarch x86_64
export CFLAGS="\${CFLAGS} -march=x86-64 -mtune=generic -mssse3 -msse4 -msse4.1 -msse4.2 -mavx -maes -mpclmul"
export RUSTFLAGS="\${RUSTFLAGS} -Ctarget-feature=+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+avx,+rdrand,+f16c"
%endif
%if 0%{?clang_build}
export CC=clang
export CXX=clang++
#export CPP='clang -E' LD=ld.lld AR=llvm-ar AS=llvm-as NM=llvm-nm OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump RANLIB=llvm-ranlib
# -fembed-bitcode ?
%if 0%{?use_lto}
export CFLAGS="\${CFLAGS} -flto=thin"
export LDFLAGS="\${LDFLAGS} -flto=thin"
%endif
%ifarch x86_64
# fails pre-build compilation check
#export CFLAGS="${CFLAGS} -fglobal-isel"
%endif
export CXXFLAGS="\${CFLAGS}"
# gold linker optimization
# -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped are important safeguards from exceeding memory limits
# gold's multi-threading (-Wl,--threads -Wl,--preread-archive-symbols) is broken, may be fixed in binutils-2.36
#export LDFLAGS="${LDFLAGS} -flto=thin -Wl,--plugin-opt,jobs=3 -Wl,--plugin-opt=O3 -Wl,--gc-sections -Wl,-O1 -Wl,--icf=all -Wl,--sort-common -Wl,--no-posix-fallocate"
# for lld
# optimizations: -Wl,-S -Wl,--gc-sections -Wl,--print-gc-sections -Wl,--icf=all -Wl,-O1 -Wl,--lto-O3 %{?jobs:-Wl,--threads=%{jobs},--thinlto-jobs=%{jobs}}
# also see https://reviews.llvm.org/D69294 and https://lists.llvm.org/pipermail/llvm-dev/2016-November/107460.html
export LDFLAGS="\${LDFLAGS} -fuse-ld=lld -Wl,--no-mmap-output-file,--as-needed -Wl,-S -Wl,--icf=safe -Wl,-O2"
%if 0%{?use_lto}
export LDFLAGS="\${LDFLAGS} -Wl,--plugin-opt=O3 -Wl,--lto-O3 %{?jobs:-Wl,--threads=%{jobs} }-Wl,--thinlto-jobs=3 -Wl,--lto-partitions=16"
# try -Clinker=clang -Clinker-plugin-lto or --plugin-opt=no-opaque-pointers for https://github.com/llvm/llvm-project/issues/55377 ?
export RUSTFLAGS="\${RUSTFLAGS} -Clink-arg=-Wl,--no-mmap-output-file,--as-needed,-S,--icf=safe,--plugin-opt=O3,--lto-O3,%{?jobs:--threads=%{jobs},}--thinlto-jobs=3,--lto-partitions=16"
%endif
%else
export CC=gcc
export CXX=g++
%if 0%{?gcc_version:%{gcc_version}} >= 12
export CFLAGS="\$CFLAGS -fimplicit-constexpr"
%endif
export CXXFLAGS="\${CFLAGS}"
export LDFLAGS="\$LDFLAGS -fPIC -Wl,-z,relro,-z,now"
### NOTE: these sections are not required anymore. Alson --no-keep-memory + -Wl,-z,pack-relative-relocs causes
### ld to go OOM (https://sourceware.org/bugzilla/show_bug.cgi?id=30756)
# export LDFLAGS="\$LDFLAGS -Wl,--no-keep-memory -Wl,--reduce-memory-overheads -Wl,--no-map-whole-files -Wl,--hash-size=31"
#
export LDFLAGS="\${LDFLAGS} -fuse-ld=gold -Wl,--icf=safe -Wl,-O2"
# -Wl,--no-mmap-output-file,--as-needed,-S,--gc-sections,--icf=all,--lto-O3 ?
export RUSTFLAGS="\${RUSTFLAGS} -Clink-arg=--icf=safe"
# A lie to prevent -Wl,--gc-sections being set which requires more memory than 32bit can offer
#export GC_SECTIONS_BREAKS_DEBUG_RANGES=yes
%endif
#export JS_SMOOSH_DISABLE_OPCODE_CHECK=1
export MOZCONFIG=\$RPM_BUILD_DIR/mozconfig
# Mozilla's retarded parser mangles all valid options and then shits itself to death
export RUSTFLAGS_REAL="\${RUSTFLAGS}"
export RUSTFLAGS=""
EOF
# Done with env-variables.
source ./.obsenv.sh
# crutches for "smoosh"
python3 ./third_party/rust/jsparagus/update_stencil.py "${PWD}/" "${PWD}/third_party/rust/jsparagus-stencil" || \
echo "smoosh crutch failed but who really cares ?"
# Generating mozconfig
cat << EOF > $MOZCONFIG
mk_add_options RUSTFLAGS="${RUSTFLAGS_REAL}"
# https://firefox-source-docs.mozilla.org/setup/configuring_build_options.html
mk_add_options AUTOCLOBBER=1
mk_add_options JS_SMOOSH_DISABLE_OPCODE_CHECK=1
mk_add_options MOZ_SOCIAL=0
mk_add_options MOZ_REQUIRE_SIGNING=
mk_add_options MOZ_ALLOW_LEGACY_EXTENSIONS=1
mk_add_options MOZ_GLX_IGNORE_BLACKLIST=1
mk_add_options MOZ_LINUX_VAAPI=1
# take a guess which one actually works !
# https://bugzilla.mozilla.org/show_bug.cgi?id=1240379
# https://bugzilla.mozilla.org/show_bug.cgi?id=811115
#mk_add_options MOZ_EGL_XRENDER_COMPOSITE=1
#mk_add_options MOZ_GL_PROVIDER=GLContextProviderEGL
#mk_add_options MOZ_GL_DEFAULT_PROVIDER=GLContextProviderEGL
%if %branding
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
%else
# 'release' switch may break build almost at the end and doesn't seem to provide noticeable improvement in rebuilds
ac_add_options --disable-release
%endif
# default is '%{?jobs:-j%jobs}' but it may fail with LTO
mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
ac_add_options --disable-bootstrap
ac_add_options --prefix=%{_prefix}
ac_add_options --libdir=%{_libdir}
ac_add_options --includedir=%{_includedir}
ac_add_options --enable-application=comm/mail
ac_add_options --enable-project=comm/mail
#ac_add_options --enable-calendar
# cairo-gtk3 / cairo-gtk3-wayland / cairo-gtk3-wayland-only / cairo-gtk3-x11-wayland
%if 0%{wayland_supported}
ac_add_options --enable-default-toolkit=cairo-gtk3-x11-wayland
#mk_add_options MOZ_WAYLAND=1
#mk_add_options MOZ_ENABLE_WAYLAND=1
%else
ac_add_options --enable-default-toolkit=cairo-gtk3
#mk_add_options MOZ_WAYLAND=
#mk_add_options MOZ_ENABLE_WAYLAND=
%endif
# bmo#1441155 - Disable the generation of Rust debug symbols on Linux32
# this eat up a lot of RAM during build and is likely to trigger failure
%ifarch %ix86 x86_64 %arm
ac_add_options --disable-debug-symbols
%else
ac_add_options --enable-debug-symbols=-g1
%endif
ac_add_options --disable-strip
ac_add_options --disable-install-strip
# building with elf-hack started to fail everywhere with FF73
#%%if 0%%{?suse_version} > 1549
%ifarch %arm %ix86 x86_64
#ac_add_options --disable-elf-hack
%endif
#%%endif
ac_add_options --enable-icf
# this will fail build if any of compilation-specific options are enabled
#ac_add_options --disable-compile-environment
ac_add_options --enable-cpp-rtti
%if 0%{?clang_build}
# use gold or lld (normally invoked as 'ld.lld' but Mozilla broke that)
#ac_add_options --disable-gold
ac_add_options --enable-linker=lld
%else
ac_add_options --enable-linker=gold
%endif
ac_add_options --enable-jemalloc
#ac_add_options --enable-phc
#ac_add_options --enable-clang-plugin
#ac_add_options --enable-mozsearch-plugin
#ac_add_options --enable-perf
#ac_add_options --disable-gpsd
ac_add_options --with-unsigned-addon-scopes=app,system
# that may just fail: https://bugzilla.mozilla.org/show_bug.cgi?id=1402564
#ac_add_options --enable-ui-locale=en-GB
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
%if 0%{useccache} != 0
ac_add_options --with-ccache
%endif
%if %{localize}
ac_add_options --with-l10n-base=$RPM_BUILD_DIR/l10n-central
%endif
ac_add_options --with-system-libevent
# and now they managed to break even that !
ac_add_options --with-system-libvpx
ac_add_options --with-system-webp
#ac_add_options --enable-libjpeg-turbo
ac_add_options --with-system-jpeg # libjpeg-turbo is used internally... and externally
ac_add_options --with-system-png # supposedly doesn't work because of missing APNG support. but we'll see
ac_add_options --with-system-zlib
# and now they broke this too. who needs shared libraries that are actually shared, anyway ?
#ac_add_options --with-system-icu # they've done it again…
#ac_add_options --enable-system-sqlite
ac_add_options --enable-system-ffi
ac_add_options --enable-system-pixman
# removed by Mozilla
#ac_add_options --enable-system-cairo
ac_add_options --enable-system-extension-dirs
ac_add_options --enable-dbus
#ac_add_options --enable-skia
#ac_add_options --enable-skia-pdf
#ac_add_options --enable-startup-notification
ac_add_options --disable-alsa
ac_add_options --enable-pulseaudio
ac_add_options --enable-jack
ac_add_options --enable-audio-backends=jack,pulseaudio
ac_add_options --enable-ffmpeg
ac_add_options --enable-av1
ac_add_options --enable-webrtc
ac_add_options --enable-raw
ac_add_options --enable-universalchardet
ac_add_options --enable-startupcache
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-rust-tests
ac_add_options --disable-gtest-in-build
ac_add_options --disable-debug
#ac_add_options --disable-necko-wifi
ac_add_options --enable-update-channel=%{update_channel}
ac_add_options --with-mozilla-api-keyfile=%{SOURCE18}
# Google-service currently not available for free anymore
#ac_add_options --with-google-location-service-api-keyfile=%{SOURCE19}
ac_add_options --with-google-safebrowsing-api-keyfile=%{SOURCE19}
ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --allow-addon-sideload
ac_add_options --enable-jit
#ac_add_options --enable-jitspew
# https://github.com/mozilla-spidermonkey/jsparagus
#ac_add_options --enable-smoosh
#ac_add_options --enable-small-chunk-size
ac_add_options --enable-gczeal
%ifarch x86_64
#ac_add_options --enable-wasm-avx
#ac_add_options --enable-wasm-simd
#ac_add_options --enable-wasm-relaxed-simd
#ac_add_options --enable-wasm-memory64
%endif
#ac_add_options --enable-wasm-gc
# broken with linking errors
#ac_add_options --enable-wasm-moz-intgemm
# at least temporary until the "wasi-sysroot" issue is solved
ac_add_options --without-wasm-sandboxed-libraries
# another broken option: https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
%ifarch x86_64 aarch64
#ac_add_options --enable-rust-simd
%endif
%if %branding
ac_add_options --enable-official-branding
%endif
ac_add_options --enable-libproxy
%if ! %crashreporter
ac_add_options --disable-crashreporter
%endif
ac_add_options --disable-parental-controls
# Disable neon for arm as it does not build correctly
%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
# mitigation/workaround for bmo#1512162
%ifarch s390x
ac_add_options --enable-optimize="-O1"
%endif
%ifarch x86_64
%if 0%{?use_lto}
%if 0%{?clang_build}
ac_add_options --enable-lto=thin
# LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
#ac_add_options --disable-lto
%else
ac_add_options --enable-lto
%endif
%else
ac_add_options --disable-lto
%endif
ac_add_options --enable-optimize="\${CFLAGS}"
%if 0%{?do_profiling}
ac_add_options MOZ_PGO=1
%endif
%endif
%if %{with mozilla_tb_valgrind}
ac_add_options --disable-jemalloc
ac_add_options --enable-valgrind
%endif
EOF
%if %{with only_print_mozconfig}
cat ./.obsenv.sh
cat $MOZCONFIG
%else
%if 0%{useccache} != 0
ccache -s
%endif
%if 0%{?do_profiling}
xvfb-run --server-args="-screen 0 1920x1080x24" \
%endif
./mach build -v
# build additional locales
%if %localize
# Work around the following Exception: Cannot use MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="system" for any sites other than ('mach', 'build', 'common'). The current attempted site is "tb_common".
# by unsetting MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE, which we don't need for l10n-packages
unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE
truncate -s 0 %{_tmppath}/translations.{common,other}
# langpack-build can not be done in parallel easily (see https://bugzilla.mozilla.org/show_bug.cgi?id=1660943)
# Therefore, we have to have a separate obj-dir for each language
# We do this, by creating a mozconfig-template with the necessary switches
# and a placeholder obj-dir, which gets copied and modified for each language
# Create mozconfig-template for langbuild
cat << EOF > ${MOZCONFIG}_LANG
mk_add_options MOZILLA_OFFICIAL=''
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj_LANG
ac_add_options --enable-application=comm/mail
ac_add_options --prefix=%{_prefix}
ac_add_options --with-l10n-base=$RPM_BUILD_DIR/l10n-central
ac_add_options --disable-updater
ac_add_options --without-wasm-sandboxed-libraries
%if %branding
ac_add_options --enable-official-branding
%endif
EOF
#%%define njobs 0%{?jobs:%jobs}
# Weird race condition when building langpacks which comes and goes in OBS/IBS is hitting heavy with TB 128
# so we have to build it sequentially, sadly.
%define njobs 1
mkdir -p $RPM_BUILD_DIR/langpacks_artifacts/
sed -r '/^(ja-JP-mac|ga-IE|en-US|)$/d;s/ .*$//' $RPM_BUILD_DIR/%{source_prefix}/comm/mail/locales/shipped-locales \
| xargs -n 1 %{?njobs:-P %njobs} -I {} /bin/sh -c '
locale=$1
cp ${MOZCONFIG}_LANG ${MOZCONFIG}_$locale
sed -i "s|obj_LANG|obj_$locale|" ${MOZCONFIG}_$locale
export MOZCONFIG=${MOZCONFIG}_$locale
# nsinstall is needed for langpack-build. It is already built by `./mach build`, but building it again is very fast
./mach build config/nsinstall langpack-$locale
cp -L ../obj_$locale/dist/linux-*/xpi/thunderbird-%{orig_version}.$locale.langpack.xpi \
$RPM_BUILD_DIR/langpacks_artifacts/langpack-$locale@thunderbird.mozilla.org.xpi
# check against the fixed common list and sort into the right filelist
_matched=0
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
[ "$_match" = "$locale" ] && _matched=1
done
[ $_matched -eq 1 ] && _l10ntarget=common || _l10ntarget=other
echo %{progdir}/extensions/langpack-$locale@thunderbird.mozilla.org.xpi \
>> %{_tmppath}/translations.$_l10ntarget
' -- {}
%endif
%if 0%{useccache} != 0
ccache -s
%endif
%endif
%install
cd $RPM_BUILD_DIR/obj
source %{SOURCE4}
#export MOZ_SOURCE_STAMP=$RELEASE_TAG
#export MOZ_SOURCE_REPO=$RELEASE_REPO
make -C comm/mail/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0
# copy tree into RPM_BUILD_ROOT
mkdir -p %{buildroot}%{progdir}
cp -rf $RPM_BUILD_DIR/obj/dist/%{srcname}/* %{buildroot}%{progdir}
mkdir -p %{buildroot}%{progdir}/extensions
cp -rf $RPM_BUILD_DIR/langpacks_artifacts/* %{buildroot}%{progdir}/extensions/
# remove some executable permissions
find %{buildroot}%{progdir} \
-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
# overwrite the mozilla start-script and link it to /usr/bin
mkdir --parents %{buildroot}%{_bindir}/
sed "s:%%PREFIX:%{_prefix}:g
s:%%PROGDIR:%{progdir}:g
s:%%APPNAME:%{progname}:g
s:%%WAYLAND_SUPPORTED:%{wayland_supported}:g
s:%%PROFILE:.thunderbird:g" \
%{SOURCE3} > %{buildroot}%{progdir}/%{progname}.sh
chmod 755 %{buildroot}%{progdir}/%{progname}.sh
ln -sf ../..%{progdir}/%{progname}.sh %{buildroot}%{_bindir}/%{progname}
# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} \
%{buildroot}%{_datadir}/applications/%{desktop_file_name}.desktop
%suse_update_desktop_file %{desktop_file_name} Network Email GTK
# additional mime-types
#mkdir -p %{buildroot}%{_datadir}/mime/packages
# cp %{SOURCE8} %{buildroot}%{_datadir}/mime/packages/%{progname}.xml
# appdata
mkdir -p %{buildroot}%{_datadir}/appdata
sed -e 's,thunderbird.desktop,%{desktop_file_name}.desktop,g' \
%{SOURCE9} > %{buildroot}%{_datadir}/appdata/%{desktop_file_name}.appdata.xml
# apply SUSE defaults
sed -e 's,RPM_VERSION,%{mainversion},g
s,GSSAPI,%{libgssapi},g' \
%{SOURCE6} > suse-default-prefs
cp suse-default-prefs %{buildroot}%{progdir}/defaults/pref/all-opensuse.js
rm suse-default-prefs
# use correct locale for useragent
cat > %{buildroot}%{progdir}/defaults/pref/all-l10n.js << EOF
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
EOF
#
# Install symbolic icon for GNOME
mkdir -p %{buildroot}%{gnome_dir}/share/icons/hicolor/symbolic/apps/
cp %{_builddir}/%{source_prefix}/comm/mail/branding/thunderbird/TB-symbolic.svg \
%{buildroot}%{gnome_dir}/share/icons/hicolor/symbolic/apps/%{progname}-symbolic.svg
for size in 16 22 24 32 48 64 128 256; do
mkdir -p %{buildroot}%{gnome_dir}/share/icons/hicolor/${size}x${size}/apps/
cp %{buildroot}%{progdir}/chrome/icons/default/default$size.png \
%{buildroot}%{gnome_dir}/share/icons/hicolor/${size}x${size}/apps/%{progname}.png
done
# excluded files
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
# 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.
%fdupes %{buildroot}%{progdir}
%fdupes %{buildroot}%{_libdir}/mozilla
%fdupes %{buildroot}%{_datadir}
%post
# update mime and desktop database
%mime_database_post
%desktop_database_post
%icon_theme_cache_post
exit 0
%postun
%icon_theme_cache_postun
%desktop_database_postun
%mime_database_postun
exit 0
%files
%defattr(-,root,root)
%attr(755,root,root) %{progdir}/%{progname}.sh
%dir %{progdir}
%{progdir}/application.ini
%{progdir}/dependentlibs.list
%{progdir}/*.so
%exclude %{progdir}/librnp.so
%{progdir}/glxtest
%{progdir}/vaapitest
%{progdir}/omni.ja
%{progdir}/fonts/
%{progdir}/pingsender
%{progdir}/platform.ini
%{progdir}/rnp-cli
%{progdir}/rnpkeys
%{progdir}/thunderbird-bin
# crashreporter files
%if %crashreporter
%{progdir}/crashreporter
%endif
%dir %{progdir}/chrome/
%{progdir}/chrome/icons/
%{progdir}/defaults/
%{progdir}/isp/
%{_datadir}/appdata/
%{_datadir}/applications/%{desktop_file_name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{progname}.png
%{_datadir}/icons/hicolor/symbolic/apps/%{progname}-symbolic.svg
%{_bindir}/%{progname}
%files openpgp-librnp
%{progdir}/librnp.so
%if %localize
%files translations-common -f %{_tmppath}/translations.common
%defattr(-,root,root)
%dir %{progdir}/extensions/
%files translations-other -f %{_tmppath}/translations.other
%defattr(-,root,root)
%dir %{progdir}/extensions/
%endif
%changelog