]> git.pld-linux.org Git - packages/rsstail.git/blame - rsstail.spec
- initial 1.4
[packages/rsstail.git] / rsstail.spec
CommitLineData
2452161a 1Summary: RSS reader
2Summary(pl.UTF-8): Czytnik RSS
3Name: rsstail
4Version: 1.4
5Release: 1
6License: GPL
7Group: Applications/Text
8Source0: http://www.vanheusden.com/rsstail/%{name}-%{version}.tgz
9# Source0-md5: b48341a469049e0c339be519999b7a4b
10URL: http://www.vanheusden.com/rsstail/
11BuildRequires: libmrss-devel
12Requires: libmrss
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16RSSTail is more or less an rss reader: it monitors an rss-feed and if
17it detects a new entry it'll emit only that new entry.
18
19%description -l pl.UTF-8
20RSSTail jest czytnikiem RSS. Monitoruje zadany kanał RSS i jeśli
21pojawia się nowa pozycja, wyświetla tylko tę nową pozycję.
22
23%prep
24%setup -q
25
26%build
27%{__make}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc readme.txt
41%attr(755,root,root) %{_bindir}/*
42%{_mandir}/*
This page took 0.060021 seconds and 4 git commands to generate.