automatic version update by autodist [release 38.6.0-1mamba;Sat Feb 13 2016]
This commit is contained in:
parent
f9d0a3784e
commit
faa5e3c16b
@ -10,7 +10,7 @@
|
|||||||
%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.5.1
|
Version: 38.6.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
|
||||||
@ -142,8 +142,7 @@ 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
|
%setup -q -c -D -T
|
||||||
#-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
|
||||||
@ -162,13 +161,15 @@ cat > %{_builddir}/thunderbird-%{version}/find_requires.sh <<_EOF
|
|||||||
while read line; do
|
while read line; do
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
sofile="\${line/\(*}"
|
sofile="\${line/\(*}"
|
||||||
|
%else
|
||||||
|
sofile="\${line}"
|
||||||
%endif
|
%endif
|
||||||
[ ! -f %{buildroot}%{tbdir}/\$sofile -a ! -f %{buildroot}%{_libdir}/thunderbird-devel-%{majversion}/\$sofile ] && echo "\$line"
|
[ ! -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
|
:<< ___EOF
|
||||||
|
|
||||||
cd %{source_dir}
|
cd %{source_dir}
|
||||||
|
|
||||||
@ -268,7 +269,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" | \
|
||||||
@ -1242,6 +1243,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 Feb 13 2016 Automatic Build System <autodist@mambasoft.it> 38.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jan 23 2016 Automatic Build System <autodist@mambasoft.it> 38.5.1-1mamba
|
* Sat Jan 23 2016 Automatic Build System <autodist@mambasoft.it> 38.5.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user