]> git.pld-linux.org Git - packages/liferea.git/blob - liferea.spec
- updated to 0.5.3b
[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.3b
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/liferea/%{name}-%{version}.tar.gz
9 # Source0-md5:  3c2fa931b8b67cf41677f6e836f9ddda
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:  libstdc++-devel
16 BuildRequires:  mozilla-devel
17 BuildRequires:  pkgconfig
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _noautoreqdep   libgtkembedmoz.so libxpcom.so
21
22 %description
23 Liferea is a GTK+ clone of FeedReader.
24
25 %description -l pl
26 Liferea jest klonem, napisanym za pomoc± biblioteki GTK+, programu
27 FeedReader.
28
29 %package mozilla
30 Summary:        Mozilla HTML browser module for Liferea
31 Summary(pl):    Modu³ przegl±darki HTML dla Liferea oparty na Mozilli
32 Group:          X11/Applications/Networking
33 Requires:       %{name} = %{version}-%{release}
34
35 %description mozilla
36 Mozilla HTML browser module for Liferea.
37
38 %description mozilla -l pl
39 Modu³ przegl±darki HTML dla Liferea oparty na Mozilli.
40
41 %prep
42 %setup -q
43
44 %build
45 glib-gettextize -f
46 %{__aclocal}
47 %{__libtoolize}
48 %{__autoheader}
49 %{__automake}
50 %{__autoconf}
51 %configure \
52         --disable-schemas-install
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
61
62 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.la
63
64 %find_lang %{name}
65
66 %post
67 %gconf_schema_install
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README
75 %attr(755,root,root) %{_bindir}/*
76 %dir %{_libdir}/%{name}
77 %attr(755,root,root) %{_libdir}/%{name}/liblihtmlg.so*
78 %{_sysconfdir}/gconf/schemas/*.schemas
79 %{_datadir}/%{name}
80 %{_desktopdir}/*
81 %{_pixmapsdir}/*
82 %{_mandir}/man1/liferea.1*
83
84 %files mozilla
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/%{name}/liblihtmlm.so*
This page took 0.035176 seconds and 4 git commands to generate.