Update to 3.1.1
This commit is contained in:
parent
edc77dec9e
commit
c22ee6a08a
@ -1,2 +1,2 @@
|
|||||||
thunderbird-langpacks-3.1-20100624.tar.bz2
|
thunderbird-3.1.1.source.tar.bz2
|
||||||
thunderbird-3.1.source.tar.bz2
|
thunderbird-langpacks-3.1.1-20100720.tar.bz2
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
e4c013f198fc054a87a31ecf85eb17e4 thunderbird-langpacks-3.1-20100624.tar.bz2
|
3a8479252bb9a0c534870896fc10e2ff thunderbird-3.1.1.source.tar.bz2
|
||||||
feb4d737d568066076879a09bd0d506e thunderbird-3.1.source.tar.bz2
|
57024bdeb2267b787ba72741ceac9591 thunderbird-langpacks-3.1.1-20100720.tar.bz2
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
%define tarballdir comm-1.9.2
|
%define tarballdir comm-1.9.2
|
||||||
|
|
||||||
%define official_branding 1
|
%define official_branding 1
|
||||||
%define include_debuginfo 0
|
%define enable_mozilla_crashreporter 0
|
||||||
|
|
||||||
%define version_internal 3.1
|
%define version_internal 3.1
|
||||||
%define mozappdir %{_libdir}/%{name}-%{version_internal}
|
%define mozappdir %{_libdir}/%{name}-%{version_internal}
|
||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 3.1
|
Version: 3.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
@ -37,7 +37,7 @@ Group: Applications/Internet
|
|||||||
Source0: %{tarball}
|
Source0: %{tarball}
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
# Language package archive is build by RH
|
# Language package archive is build by RH
|
||||||
Source1: thunderbird-langpacks-%{version}-20100624.tar.bz2
|
Source1: thunderbird-langpacks-%{version}-20100720.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
# Config file for compilation
|
# Config file for compilation
|
||||||
Source10: thunderbird-mozconfig
|
Source10: thunderbird-mozconfig
|
||||||
@ -144,7 +144,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
|
|||||||
%if %{official_branding}
|
%if %{official_branding}
|
||||||
%{__cat} %{SOURCE11} >> .mozconfig
|
%{__cat} %{SOURCE11} >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
%if %{include_debuginfo}
|
%if %{enable_mozilla_crashreporter}
|
||||||
%{__cat} %{SOURCE13} >> .mozconfig
|
%{__cat} %{SOURCE13} >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -176,7 +176,7 @@ export MAKE="gmake %{moz_make_flags}"
|
|||||||
make -f client.mk build
|
make -f client.mk build
|
||||||
|
|
||||||
# create debuginfo for crash-stats.mozilla.com
|
# create debuginfo for crash-stats.mozilla.com
|
||||||
%if %{include_debuginfo}
|
%if %{enable_mozilla_crashreporter}
|
||||||
cd %{moz_objdir}
|
cd %{moz_objdir}
|
||||||
make buildsymbols
|
make buildsymbols
|
||||||
%endif
|
%endif
|
||||||
@ -302,9 +302,9 @@ touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
|
|||||||
|
|
||||||
|
|
||||||
# Add debuginfo for crash-stats.mozilla.com
|
# Add debuginfo for crash-stats.mozilla.com
|
||||||
%if %{include_debuginfo}
|
%if %{enable_mozilla_crashreporter}
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
|
mkdir -p $RPM_BUILD_ROOT%{_exec_prefix}/lib/debug%{mozappdir}
|
||||||
cp %{moz_objdir}/mozilla/dist/thunderbird-%{version}.en-US.linux-*.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
|
cp %{moz_objdir}/mozilla/dist/thunderbird-%{version}.en-US.linux-*.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_exec_prefix}/lib/debug%{mozappdir}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
@ -383,7 +383,7 @@ fi
|
|||||||
%{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
|
%{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
|
||||||
%{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
|
%{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
|
%{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
|
||||||
%if %{include_debuginfo}
|
%if %{enable_mozilla_crashreporter}
|
||||||
%{mozappdir}/crashreporter
|
%{mozappdir}/crashreporter
|
||||||
%{mozappdir}/crashreporter.ini
|
%{mozappdir}/crashreporter.ini
|
||||||
%{mozappdir}/Throbber-small.gif
|
%{mozappdir}/Throbber-small.gif
|
||||||
@ -393,6 +393,9 @@ fi
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 20 2010 Jan Horak <jhorak@redhat.com> - 3.1.1-1
|
||||||
|
- Update to 3.1.1
|
||||||
|
|
||||||
* Thu Jun 24 2010 Jan Horak <jhorak@redhat.com> - 3.1-1
|
* Thu Jun 24 2010 Jan Horak <jhorak@redhat.com> - 3.1-1
|
||||||
- Thunderbird 3.1
|
- Thunderbird 3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user