/[packages]/cauldron/yarssr/current/SPECS/yarssr.spec
ViewVC logotype

Contents of /cauldron/yarssr/current/SPECS/yarssr.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 95583 - (show annotations) (download)
Fri May 6 19:55:28 2011 UTC (12 years, 11 months ago) by grenoya
File size: 1031 byte(s)
imported package yarssr
1 Summary: An unobtrusive RSS Aggregator
2 Name: yarssr
3 Version: 0.2.2
4 Release: %mkrel 7
5 Group: Networking/News
6 License: GPL
7 URL: http://yarssr.sourceforge.net/
8 Source: http://osdn.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
9 BuildRoot: %{_tmppath}/root-%{name}-%{version}
10 BuildRequires: coreutils, gettext
11 BuildArch: noarch
12
13 %description
14 Yet Another RSS Reader is an RSS aggregator and reader that displays its
15 results in the GNOME or KDE system tray (notification area). To view the
16 contents of the feed just click the menu-item and it will launch in your
17 favorite browser. It is written in Perl and uses gtk2-perl for its
18 interface. YARSSR is still early in development, but is entirely usable.
19
20 %prep
21 %setup -q
22
23 %build
24 %make PREFIX=%{_prefix}
25
26 %install
27 %makeinstall_std PREFIX=%{_prefix}
28 %find_lang %name
29
30 %clean
31 [ %buildroot != '/' ] && rm -fr %buildroot
32
33 %files -f %name.lang
34 %defattr(-,root,root,0755)
35 %doc ChangeLog INSTALL README TODO
36 %{_bindir}/%{name}
37 %{_prefix}/lib/%{name}
38 %{_datadir}/%{name}
39
40
41

  ViewVC Help
Powered by ViewVC 1.1.30