]> git.pld-linux.org Git - packages/liferea.git/blob - liferea.spec
- gnome-vfs2-devel is not needed anymore
[packages/liferea.git] / liferea.spec
1 Summary:        A RSS feed reader
2 Summary(pl):    Program do pobierania informacji w formacie RSS
3 Name:           liferea
4 Version:        0.5.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  4790c907f018e7f6c92e2b922a250ac8
10 URL:            http://liferea.sourceforge.net/
11 BuildRequires:  GConf2-devel >= 2.4.0
12 BuildRequires:  gtk+2-devel >= 2.2.0
13 BuildRequires:  libxml2-devel >= 2.0.0
14 BuildRequires:  libgtkhtml-devel >= 2.4.0
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Liferea is a GTK+ clone of FeedReader.
20
21 %description -l pl
22 Liferea jest klonem, napisanym za pomocĀ± biblioteki GTK+, programu
23 FeedReader.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
38
39 %find_lang %{name}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f %{name}.lang
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog NEWS README
47 %attr(755,root,root) %{_bindir}/*
48 %{_datadir}/%{name}
49 %{_desktopdir}/*
50 %{_pixmapsdir}/*
51 %dir %{_libdir}/%{name}
52 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
53 %{_libdir}/%{name}/lib*.la
54 %{_mandir}/man1/liferea.1*
55 #%{_pixmapsdir}/*
This page took 0.079036 seconds and 3 git commands to generate.