Author: megabajt Date: Fri Jan 18 20:19:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.11 - added -no_versioned_soname.patch - more verbose files
---- Files affected: SPECS: liferea.spec (1.161 -> 1.162) ---- Diffs: ================================================================ Index: SPECS/liferea.spec diff -u SPECS/liferea.spec:1.161 SPECS/liferea.spec:1.162 --- SPECS/liferea.spec:1.161 Thu Jan 17 01:07:05 2008 +++ SPECS/liferea.spec Fri Jan 18 21:19:08 2008 @@ -16,15 +16,16 @@ Summary: A RSS feed reader Summary(pl.UTF-8): Program do pobierania informacji w formacie RSS Name: liferea -Version: 1.4.10 -Release: 2 +Version: 1.4.11 +Release: 1 License: GPL v2 Group: X11/Applications/Networking Source0: http://dl.sourceforge.net/liferea/%{name}-%{version}.tar.gz -# Source0-md5: 7a60b58fc0044f72fb0d67f77eaffad5 +# Source0-md5: b96a479a4b72560cbdd8df8b7efd24b3 Patch0: %{name}-desktop.patch Patch1: %{name}-xulrunner.patch Patch2: %{name}-lua51.patch +Patch3: %{name}-no_versioned_soname.patch URL: http://liferea.sourceforge.net/ BuildRequires: GConf2-devel >= 2.10.0 %{?with_nm:BuildRequires: NetworkManager-devel} @@ -99,6 +100,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__glib_gettextize} @@ -144,15 +146,17 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/liferea +%attr(755,root,root) %{_bindir}/liferea-add-feed +%attr(755,root,root) %{_bindir}/liferea-bin %dir %{_libdir}/%{name} -%attr(755,root,root) %{_libdir}/%{name}/*.so.*.*.* +%attr(755,root,root) %{_libdir}/%{name}/liblinotiflibnotify.so %{_iconsdir}/hicolor/48x48/apps/liferea.png -%{_mandir}/pl/man1/liferea.1* %{_sysconfdir}/gconf/schemas/liferea.schemas %{_datadir}/%{name} %{_desktopdir}/*.desktop %{_mandir}/man1/liferea.1* +%{_mandir}/pl/man1/liferea.1* %if %{with lua} %attr(755,root,root) %{_libdir}/%{name}/libliscrlua.so %endif @@ -160,13 +164,13 @@ %if %{with gtkhtml} %files gtkhtml %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/%{name}/liblihtmlg.so* +%attr(755,root,root) %{_libdir}/%{name}/liblihtmlg.so %endif %if %{with xulrunner} %files mozilla %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/%{name}/liblihtmlx.so* +%attr(755,root,root) %{_libdir}/%{name}/liblihtmlx.so %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -175,6 +179,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.162 2008-01-18 20:19:08 megabajt +- updated to 1.4.11 +- added -no_versioned_soname.patch +- more verbose files + Revision 1.161 2008-01-17 00:07:05 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/liferea.spec?r1=1.161&r2=1.162&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
