]> git.pld-linux.org Git - packages/evolution-rss.git/blob - evolution-rss.spec
- 0.0.5
[packages/evolution-rss.git] / evolution-rss.spec
1 #TODO - change default time check - now is 1 min
2 Summary:        RSS Reader for Evolution Mail
3 Summary(pl.UTF-8):      Czytnik kanałów informacyjnych RSS dla Evolution
4 Name:           evolution-rss
5 Version:        0.0.5
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://mips.edu.ms/%{name}-%{version}.tar.gz
10 # Source0-md5:  227a95b7b7d5c90e930226a9534551c6
11 Patch0:         %{name}-ac.patch
12 URL:            http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
13 BuildRequires:  GConf2-devel >= 2.18.0.1
14 BuildRequires:  autoconf
15 BuildRequires:  evolution-data-server-devel >= 1.12.0
16 BuildRequires:  evolution-devel >= 2.12.0
17 BuildRequires:  gtk+2-devel >= 2:2.10.10
18 BuildRequires:  intltool >= 0.35.5
19 BuildRequires:  libgnomeui-devel >= 2.18.1
20 BuildRequires:  libsoup-devel >= 2.2.100
21 BuildRequires:  pkgconfig
22 BuildRequires:  rpmbuild(macros) >= 1.197
23 Requires(post,preun):   GConf2
24 Requires:       evolution >= 2.12.0
25 Requires:       gtk+2 >= 2:2.10.10
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 RSS Reader for Evolution Mail.
30
31 %description -l pl.UTF-8
32 Czytnik kanałów informacyjnych RSS dla Evolution.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 %{__autoconf}
40 %configure \
41         --enable-gtk-doc \
42         --with-html-dir=%{_gtkdocdir}
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT \
51         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
52
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %post   -p /sbin/ldconfig
59 %postun -p /sbin/ldconfig
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog NEWS README TODO
64 %{_datadir}/evolution/*/glade/*.glade
65 %{_libdir}/bonobo/servers/*.server
66 %attr(755,root,root) %{_libdir}/evolution/*/plugins/*.so
67 %{_libdir}/evolution/*/plugins/org*
68 %{_datadir}/evolution/*/errors/org*
69 %{_datadir}/evolution/*/images/*.png
This page took 0.047738 seconds and 4 git commands to generate.