Author: lisu Date: Wed Sep 28 10:57:52 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.6.6b - fix build on Titanium (still uses libnotify 0.4) - __rm macro
---- Files affected: packages/liferea: liferea.spec (1.209 -> 1.210) ---- Diffs: ================================================================ Index: packages/liferea/liferea.spec diff -u packages/liferea/liferea.spec:1.209 packages/liferea/liferea.spec:1.210 --- packages/liferea/liferea.spec:1.209 Thu Apr 7 15:00:45 2011 +++ packages/liferea/liferea.spec Wed Sep 28 12:57:46 2011 @@ -10,12 +10,12 @@ Summary: A RSS feed reader Summary(pl.UTF-8): Program do pobierania informacji w formacie RSS Name: liferea -Version: 1.6.5 -Release: 3 -License: GPL v2 +Version: 1.6.6b +Release: 1 +License: GPL v2+ Group: X11/Applications/Networking Source0: http://downloads.sourceforge.net/liferea/%{name}-%{version}.tar.gz -# Source0-md5: b5a2c0803eec5d0aff0b9ca4114eaf16 +# Source0-md5: 1db10281f5ade2fa350f2a245733a74e Patch0: %{name}-desktop.patch Patch1: %{name}-lua51.patch Patch2: %{name}-libnotify-0.7.patch @@ -34,7 +34,11 @@ BuildRequires: gtk-webkit-devel >= 1.1.7 BuildRequires: intltool >= 0.35.5 BuildRequires: libglade2-devel >= 1:2.0.0 +%if "%{pld_release}" != "ti" BuildRequires: libnotify-devel >= 0.7.0 +%else +BuildRequires: libnotify-devel +%endif BuildRequires: libsoup-devel >= 2.26.1 BuildRequires: libtool BuildRequires: libxml2-devel >= 1:2.6.27 @@ -63,7 +67,9 @@ %setup -q %patch0 -p1 %patch1 -p1 +%if "%{pld_release}" != "ti" %patch2 -p1 +%endif %patch3 -p1 %build @@ -88,7 +94,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.la %find_lang %{name} @@ -129,6 +135,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.210 2011/09/28 10:57:46 lisu +- updated to 1.6.6b +- fix build on Titanium (still uses libnotify 0.4) +- __rm macro + Revision 1.209 2011/04/07 13:00:45 megabajt - added -libnotify-0.7.patch and -nm09.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/liferea/liferea.spec?r1=1.209&r2=1.210&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
