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