]> git.pld-linux.org Git - packages/evolution-webcal.git/blob - evolution-webcal.spec
- updated gettext BR
[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.32.0
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/evolution-webcal/2.32/%{name}-%{version}.tar.bz2
9 # Source0-md5:  eec3c2464b18853fd03ebb4da1a69031
10 BuildRequires:  GConf2-devel >= 2.26.0
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake
13 BuildRequires:  evolution-data-server-devel >= 2.26.0
14 BuildRequires:  gettext-tools
15 BuildRequires:  gtk+2-devel >= 2:2.18.0
16 BuildRequires:  intltool >= 0.40.0
17 BuildRequires:  libsoup-devel >= 2.4.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.197
20 Requires(post,preun):   GConf2
21 Requires:       evolution >= 2.26.0
22 # sr@Latn vs. sr@latin
23 Conflicts:      glibc-misc < 6:2.7
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Web calendar subscription utility for Evolution.
28
29 %description -l pl.UTF-8
30 Narzędzie do subskrypcji sieciowego kalendarza dla Evolution.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__intltoolize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure \
42         --disable-schemas-install
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 %gconf_schema_install evolution-webcal.schemas
58
59 %preun
60 %gconf_schema_uninstall evolution-webcal.schemas
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README TODO
65 %attr(755,root,root) %{_libdir}/evolution-webcal
66 %{_sysconfdir}/gconf/schemas/evolution-webcal.schemas
This page took 0.097106 seconds and 3 git commands to generate.