]> git.pld-linux.org Git - packages/evolution-webcal.git/blob - evolution-webcal.spec
- BR: evolution-data-server-devel >= 0.0.91
[packages/evolution-webcal.git] / evolution-webcal.spec
1 Summary:        Web calendar subscription utility for Evolution
2 Summary(pl):    Narzêdzie do subskrypcji sieciowego kalendarza dla Evolution
3 Name:           evolution-webcal
4 Version:        1.0.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  020efc0242f5282e78eba30f8278156b
10 Patch0:         %{name}-paths.patch
11 BuildRequires:  GConf2-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  evolution-data-server-devel >= 0.0.91
15 BuildRequires:  libgnomeui-devel >= 2.0.0
16 BuildRequires:  libsoup-devel >= 2.1.8
17 Requires(post): GConf2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Web calendar subscription utility for Evolution.
22
23 %description -l pl
24 Narzêdzie do subskrypcji sieciowego kalendarza dla Evolution.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure \
35         --disable-schemas-install
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %post
51 %gconf_schema_install
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README TODO
56 %attr(755,root,root) %{_libdir}/evolution-webcal
57 %{_sysconfdir}/gconf/schemas/*
58 %{_datadir}/application-registry/*
This page took 0.053057 seconds and 4 git commands to generate.