]> git.pld-linux.org Git - packages/evolution-webcal.git/blob - evolution-webcal.spec
- updated to 2.10.0
[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:        1
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 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure \
39         --disable-schemas-install
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
55 %gconf_schema_install evolution-webcal.schemas
56
57 %preun
58 %gconf_schema_uninstall evolution-webcal.schemas
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README TODO
63 %attr(755,root,root) %{_libdir}/evolution-webcal
64 %{_sysconfdir}/gconf/schemas/evolution-webcal.schemas
This page took 0.069541 seconds and 3 git commands to generate.