SPECS: rsstail.spec (NEW) - initial 1.4

piotrek piotrek at pld-linux.org
Tue Feb 5 02:30:04 CET 2008


Author: piotrek                      Date: Tue Feb  5 01:30:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial 1.4

---- Files affected:
SPECS:
   rsstail.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/rsstail.spec
diff -u /dev/null SPECS/rsstail.spec:1.1
--- /dev/null	Tue Feb  5 02:30:04 2008
+++ SPECS/rsstail.spec	Tue Feb  5 02:29:59 2008
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	RSS reader
+Summary(pl.UTF-8):	Czytnik RSS
+Name:		rsstail
+Version:	1.4
+Release:	1
+License:	GPL
+Group:		Applications/Text
+Source0:	http://www.vanheusden.com/rsstail/%{name}-%{version}.tgz
+# Source0-md5:	b48341a469049e0c339be519999b7a4b
+URL:		http://www.vanheusden.com/rsstail/
+BuildRequires:	libmrss-devel
+Requires:	libmrss
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+RSSTail is more or less an rss reader: it monitors an rss-feed and if
+it detects a new entry it'll emit only that new entry.
+
+%description -l pl.UTF-8
+RSSTail jest czytnikiem RSS. Monitoruje zadany kanał RSS i jeśli
+pojawia się nowa pozycja, wyświetla tylko tę nową pozycję.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-02-05 01:29:59  piotrek
+- initial 1.4
+
================================================================


More information about the pld-cvs-commit mailing list