]> git.pld-linux.org Git - packages/yarssr.git/blob - yarssr.spec
- updated to 0.1.8, BR->R, added desktop file (by Robert Kurowski)
[packages/yarssr.git] / yarssr.spec
1 Summary:        A RSS feed reader
2 Summary(pl):    Program do pobierania informacji w formacie RSS
3 Name:           yarssr
4 Version:        0.1.8
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/yarssr/yarssr-%{version}.tar.bz2
9 # Source0-md5:  d26420fe0b15156945a51ba4445e7823
10 Source1:        %{name}.desktop
11 URL:            http://yarssr.sourceforge.net/
12 Requires:       perl-Gtk2-GladeXML
13 Requires:       perl-Gtk2-TrayIcon
14 Requires:       perl-XML-RSS
15 Requires:       perl-Gnome2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 YARSSR is a GTK+/GNOME RSS Reader nested in system tray.
20
21 %description -l pl
22 YARSSR to czytnik informacji RSS dla GTK+/GNOME dzia³aj±cy w
23 obszarze powiadamiania.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_desktopdir}
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         PREFIX=%{_prefix}
38
39 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files 
45 %defattr(644,root,root,755)
46 %doc ChangeLog TODO README
47 %attr(755,root,root) %{_bindir}/*
48 %{_desktopdir}/*
This page took 0.090944 seconds and 3 git commands to generate.