]> git.pld-linux.org Git - packages/evolution-webcal.git/blob - evolution-webcal.spec
- up to 2.21.92
[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.21.92
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/evolution-webcal/2.21/%{name}-%{version}.tar.gz
9 # Source0-md5:  88cdd822863f14c76cdbd1971e428e34
10 BuildRequires:  GConf2-devel >= 2.18.0.1
11 BuildRequires:  evolution-data-server-devel >= 1.10.0
12 BuildRequires:  gtk+2-devel >= 2:2.10.10
13 BuildRequires:  intltool >= 0.35.5
14 BuildRequires:  libgnomeui-devel >= 2.18.1
15 BuildRequires:  libsoup-devel >= 2.2.100
16 BuildRequires:  pkgconfig
17 BuildRequires:  rpmbuild(macros) >= 1.197
18 Requires(post,preun):   GConf2
19 Requires:       evolution >= 2.21.0
20 Requires:       gtk+2 >= 2:2.10.10
21 # sr@Latn vs. sr@latin
22 Conflicts:      glibc-misc < 6:2.7
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 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
47         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %post
54 %gconf_schema_install evolution-webcal.schemas
55
56 %preun
57 %gconf_schema_uninstall evolution-webcal.schemas
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README TODO
62 %attr(755,root,root) %{_libdir}/evolution-webcal
63 %{_sysconfdir}/gconf/schemas/evolution-webcal.schemas
This page took 0.080591 seconds and 3 git commands to generate.