]> git.pld-linux.org Git - packages/liferea.git/blob - liferea.spec
- updated to 0.4.7d
[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.4.7d
5 Release:        1
6 License:        GPL
7 Group:          Applications/Internet
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  6b3aa6ed521dc286a39b1fa703c6c99f
10 URL:            http://liferea.sourceforge.net/
11 BuildRequires:  GConf2-devel >= 2.4.0
12 BuildRequires:  gnome-vfs2-devel >= 2.4.0
13 BuildRequires:  gtk+2-devel >= 2.2.0
14 BuildRequires:  libxml2-devel >= 2.0.0
15 BuildRequires:  libgtkhtml-devel >= 2.4.0
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         libdir=%{_libdir}/%{name}
39
40 %find_lang %{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f %{name}.lang
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README
48 %attr(755,root,root) %{_bindir}/*
49 %{_datadir}/%{name}
50 %{_desktopdir}/*
51 %dir %{_libdir}/%{name}
52 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
53 %{_libdir}/%{name}/lib*.la
54 #%{_pixmapsdir}/*
This page took 0.065783 seconds and 4 git commands to generate.