Author: undefine Date: Thu Sep 21 12:20:10 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial by pi3ter
---- Files affected: SPECS: rsstool.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/rsstool.spec diff -u /dev/null SPECS/rsstool.spec:1.1 --- /dev/null Thu Sep 21 14:20:10 2006 +++ SPECS/rsstool.spec Thu Sep 21 14:20:04 2006 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: Read, parse, merge and write RSS (and Atom) feeds +Summary(pl): Narzędzie do manipulowania kanałami RSS (oraz ATOM) +Name: rsstool +Version: 0.9.3 +Release: 1 +License: GPL +Group: Applications/Text +Source0: http://download.berlios.de/rsstool/%{name}-%{version}-src.tar.gz +# Source0-md5: ed803d66598eae4c5f74cf2d9361a31b +URL: http://rsstool.berlios.de +BuildRequires: libxml2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Read, parse, merge and write RSS (and Atom) feeds. It has some other +functions build-in like text, html, property file output or templates +with custom tags to insert RSS feeds into pages that could be uploaded +to a server that supports only static html + +%description -l pl +rsstool czyta, parsuje, łączy i zapisuje kanały RSS (i ATOM). Pozwala +na generowanie wyjścia w postaci RSS, html i txt. Możliwe jest też +tworzenie szablonów do wstawienia rss na stronę www w przypadku gdy +serwer obsługuje jedynie statyczny html. + +%prep +%setup -q -n %{name}-%{version}-src + +%build +cd src +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install src/rsstool $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%doc changes.html + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/09/21 12:20:04 undefine +- initial by pi3ter + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
