Author: lisu Date: Tue Aug 30 07:20:39 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.7.10 - mail-gdk-display.patch already applied by upstream - use __rm macro - BR: sed >= 4.0
---- Files affected: packages/claws-mail: claws-mail.spec (1.194 -> 1.195) ---- Diffs: ================================================================ Index: packages/claws-mail/claws-mail.spec diff -u packages/claws-mail/claws-mail.spec:1.194 packages/claws-mail/claws-mail.spec:1.195 --- packages/claws-mail/claws-mail.spec:1.194 Sat Aug 20 00:20:10 2011 +++ packages/claws-mail/claws-mail.spec Tue Aug 30 09:20:34 2011 @@ -11,14 +11,13 @@ Summary: A bleeding edge branch of Sylpheed, a GTK2 based, lightweight, and fast e-mail client Summary(pl.UTF-8): Rozwojowa wersja Sylpheed z dużą ilością zmian oraz ulepszeń Name: claws-mail -Version: 3.7.9 -Release: 3 -License: GPL v3 +Version: 3.7.10 +Release: 1 +License: GPL v3+ Group: X11/Applications/Mail Source0: http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2 -# Source0-md5: 2f9d2dcabf84e312cfeb56efa799b5b3 +# Source0-md5: fcf58dcff52f0908ff3bc368d820408b Source1: %{name}.desktop -Patch0: %{name}-gdk-display.patch URL: http://www.claws-mail.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -37,6 +36,7 @@ %{?with_jpilot:BuildRequires: pilot-link-devel} BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.311 +BuildRequires: sed >= 4.0 BuildRequires: startup-notification-devel >= 0.5 Requires(post,postun): gtk-update-icon-cache Requires(post,postun): hicolor-icon-theme @@ -255,9 +255,8 @@ %prep %setup -q -%patch0 -p1 -rm -f po/stamp-po +%{__rm} po/stamp-po # pt_PT -> pt hack mv -f po/{pt_PT,pt}.po @@ -301,9 +300,9 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir} -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/*.{deps,la} -rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/RELEASE_NOTES -rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/manual/{de,en,es,fr,pl}/*.{pdf,ps,html,txt} +%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/*.{deps,la} +%{__rm} $RPM_BUILD_ROOT%{_docdir}/%{name}/RELEASE_NOTES +%{__rm} $RPM_BUILD_ROOT%{_docdir}/%{name}/manual/{de,en,es,fr,pl}/*.{pdf,ps,html,txt} %find_lang %{name} @@ -380,6 +379,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.195 2011/08/30 07:20:34 lisu +- updated to 3.7.10 +- mail-gdk-display.patch already applied by upstream +- use __rm macro +- BR: sed >= 4.0 + Revision 1.194 2011/08/19 22:20:10 dirdival - fixed crash with libnotify - http://bugs.gentoo.org/show_bug.cgi?id=362297 - removed not used doc dirs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/claws-mail/claws-mail.spec?r1=1.194&r2=1.195&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
