automatic version update by autodist [release 38.5.1-1mamba;Sat Jan 23 2016]

This commit is contained in:
Automatic Build System 2024-01-05 18:29:32 +01:00
parent 2fb624feba
commit f9d0a3784e

View File

@ -10,13 +10,13 @@
%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.4.0 Version: 38.5.1
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
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@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/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
@ -142,9 +142,8 @@ 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 -c
:<< ___EOF #-D -T
%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
@ -161,11 +160,16 @@ cat > %{_builddir}/thunderbird-%{version}/find_requires.sh <<_EOF
#! /bin/sh #! /bin/sh
%{_prefix}/lib/rpm/find-requires %{buildroot} %{_target_cpu} 2>/dev/null | %{_prefix}/lib/rpm/find-requires %{buildroot} %{_target_cpu} 2>/dev/null |
while read line; do while read line; do
[ ! -f %{buildroot}%{tbdir}/\$line -a ! -f %{buildroot}%{_libdir}/thunderbird-devel-%{majversion}/\$line ] && echo "\$line" %ifarch x86_64
sofile="\${line/\(*}"
%endif
[ ! -f %{buildroot}%{tbdir}/\$sofile -a ! -f %{buildroot}%{_libdir}/thunderbird-devel-%{majversion}/\$sofile ] && echo "\$line"
done done
_EOF _EOF
chmod +x %{_builddir}/thunderbird-%{version}/find_requires.sh chmod +x %{_builddir}/thunderbird-%{version}/find_requires.sh
#:<< ___EOF
cd %{source_dir} cd %{source_dir}
#%patch0 -p1 #%patch0 -p1
@ -264,8 +268,7 @@ echo "export MOZ_DEBUG_SYMBOLS="1"" >> .mozconfig
#__EOF #__EOF
%build %build
:<< __EOF #:<< _EOF
cd %{source_dir} 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" | \
@ -293,6 +296,9 @@ export MOZILLA_OFFICIAL=1
#export MOZ_PHOENIX="1" #export MOZ_PHOENIX="1"
make -f client.mk build make -f client.mk build
# 38.5.0: not a mistake
make -f client.mk build
#\ #\
# NSS_LIBS="`pkg-config --libs nss` -lcrmf" \ # NSS_LIBS="`pkg-config --libs nss` -lcrmf" \
# NSS_CFLAGS="`pkg-config --cflags nss`" # NSS_CFLAGS="`pkg-config --cflags nss`"
@ -1236,6 +1242,9 @@ Chinese (Traditional) language support for Thunderbird.
%{tbdir}/extensions/langpack-zh-TW@thunderbird.mozilla.org/ %{tbdir}/extensions/langpack-zh-TW@thunderbird.mozilla.org/
%changelog %changelog
* Sat Jan 23 2016 Automatic Build System <autodist@mambasoft.it> 38.5.1-1mamba
- automatic version update by autodist
* Fri Nov 27 2015 Automatic Build System <autodist@mambasoft.it> 38.4.0-1mamba * Fri Nov 27 2015 Automatic Build System <autodist@mambasoft.it> 38.4.0-1mamba
- automatic version update by autodist - automatic version update by autodist