Author: qboosh Date: Sat Dec 23 20:29:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5.7, updated FHS patch, added HOME_ETC support (patches) (from l00natyk)
---- Files affected: SPECS: snownews.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/snownews.spec diff -u SPECS/snownews.spec:1.12 SPECS/snownews.spec:1.13 --- SPECS/snownews.spec:1.12 Tue Dec 13 19:01:47 2005 +++ SPECS/snownews.spec Sat Dec 23 21:28:58 2006 @@ -6,14 +6,16 @@ Summary: Text mode RSS newsreader for Linux and Unix Summary(pl): Tekstowy czytnik newsów RSS dla Linuksa i innych Uniksów Name: snownews -Version: 1.5.6.1 +Version: 1.5.7 Release: 1 License: GPL v2 Group: Applications/Networking Source0: http://kiza.kcore.de/software/snownews/download/%{name}-%{version}.tar.gz -# Source0-md5: 466ca82e8df03d6126d6cc0f20772025 +# Source0-md5: 75ffa004e755a233f49b1cdfcd9e3d85 URL: http://kiza.kcore.de/software/snownews/ Patch0: %{name}-FHS.patch +Patch1: %{name}-home_etc.patch +Patch2: %{name}-home_etc_utils.patch BuildRequires: gettext-devel BuildRequires: libxml2-devel BuildRequires: ncurses-devel @@ -47,6 +49,8 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build ./configure \ @@ -72,7 +76,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc CREDITS README README.colors +%doc CREDITS README %attr(755,root,root) %{_bindir}/snownews %{_mandir}/man1/snownews.1* %lang(de) %{_mandir}/de/man1/snownews.1* @@ -85,6 +89,7 @@ %files utils %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/opml2snow +%attr(755,root,root) %{_bindir}/snow2opml %attr(755,root,root) %{_bindir}/snowsync %{_mandir}/man1/opml2snow.1* @@ -94,6 +99,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2006/12/23 20:28:58 qboosh +- updated to 1.5.7, updated FHS patch, added HOME_ETC support (patches) + (from l00natyk) + Revision 1.12 2005/12/13 18:01:47 glen - adapterized (avoid macros with /usr/include/{ncurses,freetype}*) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/snownews.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
