]> git.pld-linux.org Git - packages/evolution-webcal.git/blob - evolution-webcal.spec
- rel 3
[packages/evolution-webcal.git] / evolution-webcal.spec
1 Summary:        Web calendar subscription utility for Evolution
2 Summary(pl.UTF-8):      Narzędzie do subskrypcji sieciowego kalendarza dla Evolution
3 Name:           evolution-webcal
4 Version:        2.10.0
5 Release:        3
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/evolution-webcal/2.10/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a29004e6e1ad977845ed7c68963c8925
10 BuildRequires:  GConf2-devel >= 2.18.0.1
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake
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 Web calendar subscription utility for Evolution.
27
28 %description -l pl.UTF-8
29 Narzędzie do subskrypcji sieciowego kalendarza dla Evolution.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure \
36         --disable-schemas-install
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT \
44         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post
52 %gconf_schema_install evolution-webcal.schemas
53
54 %preun
55 %gconf_schema_uninstall evolution-webcal.schemas
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README TODO
60 %attr(755,root,root) %{_libdir}/evolution-webcal
61 %{_sysconfdir}/gconf/schemas/evolution-webcal.schemas
This page took 0.132729 seconds and 4 git commands to generate.