]> git.pld-linux.org Git - packages/rsstail.git/commitdiff
- initial 1.4 AC-branch auto/ac/rsstail-1_4-1 auto/th/rsstail-1_4-1
authorpiotrek <piotrek@pld-linux.org>
Tue, 5 Feb 2008 01:29:59 +0000 (01:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsstail.spec -> 1.1

rsstail.spec [new file with mode: 0644]

diff --git a/rsstail.spec b/rsstail.spec
new file mode 100644 (file)
index 0000000..8e3c316
--- /dev/null
@@ -0,0 +1,42 @@
+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}/*
This page took 0.082016 seconds and 4 git commands to generate.