]> git.pld-linux.org Git - packages/evolution-webcal.git/blob - evolution-webcal.spec
- up to version 1.0.5
[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.5
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:  d77a9dcab8ddc5e3511ca35c6ba94bc1
10 BuildRequires:  GConf2-devel
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  evolution-data-server-devel >= 0.0.94
14 BuildRequires:  libgnomeui-devel >= 2.0.0
15 BuildRequires:  libsoup-devel >= 2.1.11
16 Requires(post): GConf2
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Web calendar subscription utility for Evolution.
21
22 %description -l pl
23 Narzêdzie do subskrypcji sieciowego kalendarza dla Evolution.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__automake}
32 %configure \
33         --disable-schemas-install
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
42
43 %find_lang %{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %post
49 %gconf_schema_install
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README TODO
54 %attr(755,root,root) %{_libdir}/evolution-webcal
55 %{_sysconfdir}/gconf/schemas/*
56 %{_datadir}/application-registry/*
This page took 0.032176 seconds and 4 git commands to generate.