update to 60.4.0 [release 60.4.0-1mamba;Tue Jan 22 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 18:29:32 +01:00
parent faa5e3c16b
commit 76725e506e
4 changed files with 128 additions and 105 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,15 @@
%define distroname openmamba %define distroname openmamba
%define majversion %(echo %version | cut -d. -f 1-2) %define majversion %(echo %version | cut -d. -f 1-2)
%define mozilla_version %(echo %version | cut -d. -f 1) %define mozilla_version %(echo %version | cut -d. -f 1)
%define xul_sdk_dir %(pkg-config --variable=sdkdir libxul)
%define thunderbird_internal %{majversion} %define thunderbird_internal %{majversion}
%define tbdir %{_libdir}/thunderbird-%{majversion} %define tbdir %{_libdir}/thunderbird
#%define enable_debug_info 0 #%define enable_debug_info 0
#%define build_langpack 1 #%define build_langpack 1
#%define with_calendar 0 #%define with_calendar 0
%define source_dir comm-esr%(echo %version | cut -d. -f1) #%define source_dir comm-esr%(echo %version | cut -d. -f1)
Name: thunderbird Name: thunderbird
Version: 38.6.0 Version: 60.4.0
Release: 1mamba Release: 1mamba
Summary: Mozilla Thunderbird email, RSS, and newsgroup client Summary: Mozilla Thunderbird email, RSS, and newsgroup client
Group: Graphical Desktop/Applications/Internet Group: Graphical Desktop/Applications/Internet
@ -18,7 +17,8 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.mozilla.org/projects/thunderbird/ URL: http://www.mozilla.org/projects/thunderbird/
Source0: http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2 Source0: http://ftp.mozilla.org/pub/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.xz
#http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2
# wget ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/3.1/linux-i686/xpi/*.xpi # wget ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/3.1/linux-i686/xpi/*.xpi
# tar -cj *.xpi > ../thunderbird-%{version}-langpacks.tar.bz2 # tar -cj *.xpi > ../thunderbird-%{version}-langpacks.tar.bz2
# or # or
@ -142,7 +142,9 @@ Because the project is small and tightly managed, bugs targeted to a particular
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%prep %prep
%setup -q -c -D -T %setup -q
#-D -T
#:<< ___EOF
%define _use_internal_dependency_generator 0 %define _use_internal_dependency_generator 0
%define __find_provides %{_builddir}/thunderbird-%{version}/find_provides.sh %define __find_provides %{_builddir}/thunderbird-%{version}/find_provides.sh
@ -169,42 +171,27 @@ done
_EOF _EOF
chmod +x %{_builddir}/thunderbird-%{version}/find_requires.sh chmod +x %{_builddir}/thunderbird-%{version}/find_requires.sh
:<< ___EOF #:<< ___EOF
cd %{source_dir} #%patch4 -p1
#%patch0 -p1 #sed -e 's|@DEFAULT_BROWSER@|firefox|' %{PATCH7} | patch -p1
#%if %enable_debug_info
#%patch1 -p1
#%endif
#%patch2 -p1
#%patch3 -p0
%patch4 -p1
#%patch5
#%patch6 -p1
sed -e 's|@DEFAULT_BROWSER@|firefox|' %{PATCH7} | patch -p1 #sed -e 's/__RPM_VERSION_INTERNAL__/%{thunderbird_internal}/' %{P:%%PATCH8} \
#> version.patch
#%{__patch} -p1 -b --suffix .version --fuzz=0 < version.patch
sed -e 's/__RPM_VERSION_INTERNAL__/%{thunderbird_internal}/' %{P:%%PATCH8} \ #sed -i 's|pref("network.protocol-handler.warn-external.ftp", false);|pref("network.protocol-handler.warn-external.ftp", true);|' mail/app/profile/all-thunderbird.js
> version.patch #sed -i 's|pref("network.protocol-handler.warn-external.http", false);|pref("network.protocol-handler.warn-external.http", true);|' mail/app/profile/all-thunderbird.js
%{__patch} -p1 -b --suffix .version --fuzz=0 < version.patch #sed -i 's|pref("network.protocol-handler.warn-external.https", false);|pref("network.protocol-handler.warn-external.https", true);|' mail/app/profile/all-thunderbird.js
#%patch9 -p1 #
#%patch10 #for p in $(find . -name "*.py"); do
#%patch11 # sed -i 's|#!/usr/bin/python|#!%{__python}|' $p
#%patch12 # sed -i 's|#!/usr/bin/env python|#!%{__python}|' $p
#%patch13 -p0 -b .os2cc # sed -i 's|#!python|#!%{__python}|' $p
# sed -i 's|#!/usr/local/bin/python2.1|#!%{__python}|' $p
sed -i 's|pref("network.protocol-handler.warn-external.ftp", false);|pref("network.protocol-handler.warn-external.ftp", true);|' mail/app/profile/all-thunderbird.js # sed -i 's|#!/usr/local/bin/python|#!%{__python}|' $p
sed -i 's|pref("network.protocol-handler.warn-external.http", false);|pref("network.protocol-handler.warn-external.http", true);|' mail/app/profile/all-thunderbird.js #done
sed -i 's|pref("network.protocol-handler.warn-external.https", false);|pref("network.protocol-handler.warn-external.https", true);|' mail/app/profile/all-thunderbird.js
for p in $(find . -name "*.py"); do
sed -i 's|#!/usr/bin/python|#!%{__python}|' $p
sed -i 's|#!/usr/bin/env python|#!%{__python}|' $p
sed -i 's|#!python|#!%{__python}|' $p
sed -i 's|#!/usr/local/bin/python2.1|#!%{__python}|' $p
sed -i 's|#!/usr/local/bin/python|#!%{__python}|' $p
done
#for c in $(find . -name "configure" -o -name "configure.in"); do #for c in $(find . -name "configure" -o -name "configure.in"); do
# sed -i 's|python2.6 python2.5 python2.4 python|python2.6|' $c # sed -i 's|python2.6 python2.5 python2.4 python|python2.6|' $c
@ -212,11 +199,15 @@ done
rm -f .mozconfig rm -f .mozconfig
cat << EOF > .mozconfig cat << EOF > .mozconfig
mk_add_options MOZ_CO_PROJECT=mail ac_add_options --enable-application=comm/mail
ac_add_options --enable-application=mail ac_add_options --enable-calendar
ac_add_options --prefix=%{_prefix} ac_add_options --prefix=%{_prefix}
ac_add_options --libdir=%{_libdir} ac_add_options --libdir=%{_libdir}
ac_add_options --enable-linker=gold
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options --enable-optimize
# System libraries # System libraries
ac_add_options --with-system-nspr ac_add_options --with-system-nspr
@ -230,28 +221,20 @@ ac_add_options --with-system-libvpx
ac_add_options --enable-system-hunspell ac_add_options --enable-system-hunspell
ac_add_options --enable-system-sqlite ac_add_options --enable-system-sqlite
ac_add_options --enable-system-ffi ac_add_options --enable-system-ffi
ac_add_options --enable-system-cairo
ac_add_options --enable-system-pixman ac_add_options --enable-system-pixman
ac_add_options --with-pthreads ac_add_options --with-pthreads
# Features # Features
ac_add_options --enable-official-branding ac_add_options --enable-official-branding
ac_add_options --enable-safe-browsing ac_add_options --enable-update-channel=release
ac_add_options --with-distribution-id=org.openmamba
ac_add_options --enable-startup-notification ac_add_options --enable-startup-notification
ac_add_options --enable-gio
ac_add_options --disable-gstreamer
ac_add_options --disable-gnomevfs
ac_add_options --disable-crashreporter ac_add_options --disable-crashreporter
ac_add_options --disable-updater ac_add_options --disable-updater
ac_add_options --disable-tests ac_add_options --disable-tests
ac_add_options --disable-mochitest
ac_add_options --disable-installer
ac_add_options --disable-debug-symbols ac_add_options --disable-debug-symbols
# Optimization
ac_add_options --enable-optimize
export MOZILLA_OFFICIAL=1 export MOZILLA_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1
EOF EOF
@ -269,8 +252,7 @@ echo "export MOZ_DEBUG_SYMBOLS="1"" >> .mozconfig
#__EOF #__EOF
%build %build
:<< _EOF #:<< ___EOF
cd %{source_dir}
## Disable C++ exceptions since Mozilla code is not exception-safe ## Disable C++ exceptions since Mozilla code is not exception-safe
#MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \ #MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \
# %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g') # %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g')
@ -293,18 +275,8 @@ export MAKE="gmake %{makeflags}"
export BUILD_OFFICIAL=1 export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1 export MOZILLA_OFFICIAL=1
#export LDFLAGS='-lX11 -lXrender' PYTHON=%{__python} ./mach build
#export MOZ_PHOENIX="1" ./mach buildsymbols
make -f client.mk build
# 38.5.0: not a mistake
make -f client.mk build
#\
# NSS_LIBS="`pkg-config --libs nss` -lcrmf" \
# NSS_CFLAGS="`pkg-config --cflags nss`"
# SDK_BIN_DIR=%{xul_sdk_dir}/sdk/bin/
# -f client.mk build
#%if %enable_debug_info #%if %enable_debug_info
#cd objdir-tb #cd objdir-tb
@ -315,19 +287,21 @@ make -f client.mk build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd %{source_dir} export DESTDIR=%{buildroot}
./mach install
DESTDIR=%{buildroot} make -f client.mk install MOZ_SERVICES_SYNC="1" #DESTDIR=%{buildroot} make -f client.mk install MOZ_SERVICES_SYNC="1"
# SDK_BIN_DIR=%{xul_sdk_dir}/sdk/bin/
mkdir -p %{buildroot}%{_datadir}/applications mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --mode=644 --dir %{buildroot}%{_datadir}/applications %{S:2} desktop-file-install --mode=644 --dir %{buildroot}%{_datadir}/applications %{S:2}
for i in 16 22 24 32 48 256 ; do for i in 16 22 24 32 48 64 128 256 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
cp other-licenses/branding/thunderbird/mailicon${i}.png \ cp comm/mail/branding/thunderbird/default${i}.png \
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/thunderbird.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/thunderbird.png
done done
install -D -m644 comm/mail/branding/thunderbird/TB-symbolic.svg \
%{buildroot}%{_datadir}/icons/hicolor/symbolic/apps/thunderbird-symbolic.svg
# FIXME handle system/user preferences with xdg-open # FIXME handle system/user preferences with xdg-open
for d in %{buildroot}%{tbdir}/greprefs %{buildroot}%{tbdir}/defaults/pref ; do for d in %{buildroot}%{tbdir}/greprefs %{buildroot}%{tbdir}/defaults/pref ; do
mkdir -p $d mkdir -p $d
@ -347,18 +321,18 @@ pref("network.protocol-handler.app.ftp", "%{_bindir}/firefox");
# disable global indexing by default # disable global indexing by default
pref("mailnews.database.global.indexer.enabled", false); pref("mailnews.database.global.indexer.enabled", false);
# do not switch to Smart Folders after upgrade to 3.x # do not switch to Smart Folders after upgrade to 3.x
pref("mail.folder.views.version", "1") pref("mail.folder.views.version", "1");
pref("network.protocol-handler.warn-external.ftp", true); pref("network.protocol-handler.warn-external.ftp", true);
pref("network.protocol-handler.warn-external.http", true); pref("network.protocol-handler.warn-external.http", true);
pref("network.protocol-handler.warn-external.https", true); pref("network.protocol-handler.warn-external.https", true);
_EOF _EOF
done done
rm -rf %{buildroot}%{_bindir}/thunderbird #rm -rf %{buildroot}%{_bindir}/thunderbird
rm -rf %{buildroot}%{_bindir}/thunderbird-config #rm -rf %{buildroot}%{_bindir}/thunderbird-config
#
cat %{SOURCE4} | sed -e 's/MOZILLA_VERSION/%{thunderbird_internal}/g' -e 's,LIBDIR,%{_libdir},g' > %{buildroot}%{_bindir}/thunderbird #cat %{SOURCE4} | sed -e 's/MOZILLA_VERSION/%{thunderbird_internal}/g' -e 's,LIBDIR,%{_libdir},g' > %{buildroot}%{_bindir}/thunderbird
chmod 755 %{buildroot}%{_bindir}/thunderbird #chmod 755 %{buildroot}%{_bindir}/thunderbird
install -d %{buildroot}%{tbdir}/extensions install -d %{buildroot}%{tbdir}/extensions
install -d thunderbird-langpacks && tar -C thunderbird-langpacks -xjf %{SOURCE1} install -d thunderbird-langpacks && tar -C thunderbird-langpacks -xjf %{SOURCE1}
@ -387,7 +361,7 @@ touch %{buildroot}%{tbdir}/components/xpti.dat
mkdir -p %{buildroot}%{_libdir}/mozilla/plugins mkdir -p %{buildroot}%{_libdir}/mozilla/plugins
install -c -m 644 mozilla/LICENSE %{buildroot}%{tbdir} #install -c -m 644 mozilla/LICENSE %{buildroot}%{tbdir}
%if %{?with_calendar} %if %{?with_calendar}
mkdir -p %{buildroot}%{tbdir}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} mkdir -p %{buildroot}%{tbdir}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}
@ -429,12 +403,13 @@ fi
%attr(755,root,root) %{_bindir}/thunderbird %attr(755,root,root) %{_bindir}/thunderbird
%{_datadir}/applications/thunderbird.desktop %{_datadir}/applications/thunderbird.desktop
%{_datadir}/icons/hicolor/*x*/apps/thunderbird.png %{_datadir}/icons/hicolor/*x*/apps/thunderbird.png
%{_datadir}/icons/hicolor/symbolic/apps/thunderbird-symbolic.svg
%dir %{_libdir}/mozilla/plugins %dir %{_libdir}/mozilla/plugins
%dir %{tbdir} %dir %{tbdir}
%{tbdir}/run-mozilla.sh #%{tbdir}/run-mozilla.sh
%{tbdir}/thunderbird %{tbdir}/thunderbird
%{tbdir}/thunderbird-bin %{tbdir}/thunderbird-bin
%{tbdir}/LICENSE #%{tbdir}/LICENSE
%{tbdir}/*.ini %{tbdir}/*.ini
%{tbdir}/*.xml %{tbdir}/*.xml
%{tbdir}/chrome.manifest %{tbdir}/chrome.manifest
@ -445,20 +420,21 @@ fi
%dir %{tbdir}/components %dir %{tbdir}/components
%ghost %{tbdir}/components/compreg.dat %ghost %{tbdir}/components/compreg.dat
%ghost %{tbdir}/components/xpti.dat %ghost %{tbdir}/components/xpti.dat
%{tbdir}/components/lib*.so #%{tbdir}/components/lib*.so
%{tbdir}/components/components.manifest #%{tbdir}/components/components.manifest
%dir %{tbdir}/defaults %dir %{tbdir}/defaults
%dir %{tbdir}/defaults/messenger %dir %{tbdir}/defaults/messenger
%{tbdir}/defaults/messenger/mailViews.dat %{tbdir}/defaults/messenger/mailViews.dat
%{tbdir}/defaults/pref/*.js %{tbdir}/defaults/pref/*.js
%{tbdir}/dependentlibs.list %{tbdir}/dependentlibs.list
#%dir %{tbdir}/distribution %dir %{tbdir}/distribution
#%dir %{tbdir}/distribution/extensions %dir %{tbdir}/distribution/extensions
%{tbdir}/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi
#%{tbdir}/distribution/extensions/tbtestpilot@labs.mozilla.com.xpi #%{tbdir}/distribution/extensions/tbtestpilot@labs.mozilla.com.xpi
%dir %{tbdir}/dictionaries %dir %{tbdir}/dictionaries
%{tbdir}/dictionaries/* %{tbdir}/dictionaries/*
%dir %{tbdir}/extensions %dir %{tbdir}/extensions
%{tbdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} %{tbdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
#%if "%{?with_calendar}" #%if "%{?with_calendar}"
#%{tbdir}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} #%{tbdir}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}
#%{tbdir}/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc} #%{tbdir}/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
@ -467,28 +443,33 @@ fi
#%{tbdir}/hyphenation/hyph*.dic #%{tbdir}/hyphenation/hyph*.dic
#%dir %{tbdir}/icons #%dir %{tbdir}/icons
#%{tbdir}/icons/updater.png #%{tbdir}/icons/updater.png
%dir %{tbdir}/fonts
%{tbdir}/fonts/EmojiOneMozilla.ttf
%{tbdir}/greprefs/all-redhat.js
%{tbdir}/gtk2/libmozgtk.so
%dir %{tbdir}/isp %dir %{tbdir}/isp
%{tbdir}/isp/* %{tbdir}/isp/*
%{tbdir}/lib*.so %{tbdir}/lib*.so
%{tbdir}/plugin-container %{tbdir}/plugin-container
#%{tbdir}/update.locale #%{tbdir}/update.locale
#%{tbdir}/updater #%{tbdir}/updater
%dir %{tbdir}/greprefs #%dir %{tbdir}/greprefs
%{tbdir}/greprefs/*.js #%{tbdir}/greprefs/*.js
%{tbdir}/omni.ja %{tbdir}/omni.ja
%{tbdir}/pingsender
%{tbdir}/removed-files %{tbdir}/removed-files
%dir %{tbdir}/searchplugins #%dir %{tbdir}/searchplugins
%{tbdir}/searchplugins/* #%{tbdir}/searchplugins/*
%dir %{_datadir}/idl/thunderbird-%{majversion} #%dir %{_datadir}/idl/thunderbird-%{majversion}
%{_datadir}/idl/thunderbird-%{majversion}/* #%{_datadir}/idl/thunderbird-%{majversion}/*
#%{_datadir}/idl/thunderbird-%{majversion}/.mkdir.done #%{_datadir}/idl/thunderbird-%{majversion}/.mkdir.done
%files devel #%files devel
%defattr(-,root,root) #%defattr(-,root,root)
%dir %{_libdir}/thunderbird-devel-%{majversion} #%dir %{_libdir}/thunderbird-devel
%{_libdir}/thunderbird-devel-%{majversion}/* #%{_libdir}/thunderbird-devel/*
%dir %{_includedir}/thunderbird-%{version} #%dir %{_includedir}/thunderbird
%{_includedir}/thunderbird-%{version}/* #%{_includedir}/thunderbird/*
#%{_includedir}/thunderbird-%{version}/.mkdir.done #%{_includedir}/thunderbird-%{version}/.mkdir.done
%package i18n-ast %package i18n-ast
@ -559,9 +540,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description i18n-bn-BD %description i18n-bn-BD
Bengali (Bangladesh) language support for Thunderbird. Bengali (Bangladesh) language support for Thunderbird.
%files i18n-bn-BD #%files i18n-bn-BD
%defattr(-,root,root) #%defattr(-,root,root)
%{tbdir}/extensions/langpack-bn-BD@thunderbird.mozilla.org/ #%{tbdir}/extensions/langpack-bn-BD@thunderbird.mozilla.org/
%package i18n-br %package i18n-br
Summary: Breton language support for Thunderbird Summary: Breton language support for Thunderbird
@ -930,6 +911,30 @@ Japanese language support for Thunderbird.
#%defattr(-,root,root) #%defattr(-,root,root)
#%{tbdir}/extensions/langpack-ka@thunderbird.mozilla.org/ #%{tbdir}/extensions/langpack-ka@thunderbird.mozilla.org/
%package i18n-kab
Summary: Kabyle language support for Thunderbird
Group: System/Internationalization
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description i18n-kab
Kabyle language support for Thunderbird.
%files i18n-kab
%defattr(-,root,root)
%{tbdir}/extensions/langpack-kab@thunderbird.mozilla.org/
%package i18n-kk
Summary: Kazakh language support for Thunderbird
Group: System/Internationalization
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description i18n-kk
Kazakh language support for Thunderbird.
%files i18n-kk
%defattr(-,root,root)
%{tbdir}/extensions/langpack-kk@thunderbird.mozilla.org/
%package i18n-ko %package i18n-ko
Summary: Korean language support for Thunderbird Summary: Korean language support for Thunderbird
Group: System/Internationalization Group: System/Internationalization
@ -954,6 +959,18 @@ Lithuanian language support for Thunderbird.
%defattr(-,root,root) %defattr(-,root,root)
%{tbdir}/extensions/langpack-lt@thunderbird.mozilla.org/ %{tbdir}/extensions/langpack-lt@thunderbird.mozilla.org/
%package i18n-ms
Summary: Montserrat language support for Thunderbird
Group: System/Internationalization
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description i18n-ms
Montserrat language support for Thunderbird.
%files i18n-ms
%defattr(-,root,root)
%{tbdir}/extensions/langpack-ms@thunderbird.mozilla.org/
#%package i18n-mk #%package i18n-mk
#Summary: Macedonian language support for Thunderbird #Summary: Macedonian language support for Thunderbird
#Group: System/Internationalization #Group: System/Internationalization
@ -1017,9 +1034,9 @@ Provides: %{name}-i18n-pa = %{?epoch:%epoch:}%{version}-%{release}
%description i18n-pa-IN %description i18n-pa-IN
Punjabi (IN) language support for Thunderbird. Punjabi (IN) language support for Thunderbird.
%files i18n-pa-IN #%files i18n-pa-IN
%defattr(-,root,root) #%defattr(-,root,root)
%{tbdir}/extensions/langpack-pa-IN@thunderbird.mozilla.org/ #%{tbdir}/extensions/langpack-pa-IN@thunderbird.mozilla.org/
%package i18n-pl %package i18n-pl
Summary: Polish language support for Thunderbird Summary: Polish language support for Thunderbird
@ -1178,9 +1195,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description i18n-ta-LK %description i18n-ta-LK
Tamil (Sri Lanka) language support for Thunderbird. Tamil (Sri Lanka) language support for Thunderbird.
%files i18n-ta-LK #%files i18n-ta-LK
%defattr(-,root,root) #%defattr(-,root,root)
%{tbdir}/extensions/langpack-ta-LK@thunderbird.mozilla.org/ #%{tbdir}/extensions/langpack-ta-LK@thunderbird.mozilla.org/
%package i18n-tr %package i18n-tr
Summary: Turkish language support for Thunderbird Summary: Turkish language support for Thunderbird
@ -1243,6 +1260,12 @@ Chinese (Traditional) language support for Thunderbird.
%{tbdir}/extensions/langpack-zh-TW@thunderbird.mozilla.org/ %{tbdir}/extensions/langpack-zh-TW@thunderbird.mozilla.org/
%changelog %changelog
* Tue Jan 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 60.4.0-1mamba
- update to 60.4.0
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 45.1.0-1mamba
- update to 45.1.0
* Sat Feb 13 2016 Automatic Build System <autodist@mambasoft.it> 38.6.0-1mamba * Sat Feb 13 2016 Automatic Build System <autodist@mambasoft.it> 38.6.0-1mamba
- automatic version update by autodist - automatic version update by autodist