From 420a7aec52f0ecedef8b0856df2251912371aa6b8c87ac9ab788d3a712840824 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Sep 2007 16:52:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=14 --- MozillaThunderbird.changes | 8 ++++++++ MozillaThunderbird.spec | 20 +++++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 6decd17..54d9612 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 3 17:50:50 CEST 2007 - maw@suse.de + +- Merge some changes from the build service (thanks, Wolfgang): + + Provide locale info (#302288) + + Update releasedate +- Uncomment %clean. + ------------------------------------------------------------------- Tue Aug 21 18:45:00 CEST 2007 - maw@suse.de diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 08421df..10b0084 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -14,7 +14,7 @@ Name: MozillaThunderbird BuildRequires: fdupes gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip License: GPL v2 or later, LGPL v2 or later Version: 2.0.0.6 -Release: 1 +Release: 7 Summary: The Stand-Alone Mozilla Mail Component URL: http://www.mozilla.org/products/thunderbird/ Group: Productivity/Networking/Email/Clients @@ -72,7 +72,7 @@ Requires: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}' mozil BuildRequires: mozilla-nss-devel %endif %define _unpackaged_files_terminate_build 0 -%define releasedate 2007071900 +%define releasedate 2007080100 %define progname thunderbird %define progdir %{_prefix}/%_lib/thunderbird %define my_provides /tmp/my-provides @@ -102,6 +102,7 @@ Authors: %package translations Summary: Translations of MozillaThunderbird +Provides: locale(MozillaThunderbird:be;bg;ca;cs;da;de;el;en_GB;es_AR;es_ES;eu;fi;fr;ga_IE;hu;it;ja;ko;lt;mk;nb_NO;nl;nn_NO;pa_IN;pl;pt_BR;pt_PT;ru;sk;sl;sv_SE;tr;zh_CN;zh_TW) Group: Productivity/Networking/Email/Clients PreReq: %{name} = %{version} @@ -324,11 +325,11 @@ chmod 755 %{my_requires} %endif %clean -### rm -rf $RPM_BUILD_ROOT -### %if %has_system_nspr && !%has_system_nss -### rm -f %{my_provides} -### rm -f %{my_requires} -### %endif +rm -rf $RPM_BUILD_ROOT +%if %has_system_nspr && !%has_system_nss +rm -f %{my_provides} +rm -f %{my_requires} +%endif %triggerin -- myspell-dictionary @@ -596,6 +597,11 @@ exit 0 %endif %changelog +* Mon Sep 03 2007 - maw@suse.de +- Merge some changes from the build service (thanks, Wolfgang): + + Provide locale info (#302288) + + Update releasedate +- Uncomment %%clean. * Tue Aug 21 2007 - maw@suse.de - Use %%fdupes. * Tue Aug 21 2007 - maw@suse.de