]> git.pld-linux.org Git - packages/evolution-webcal.git/blob - evolution-webcal.spec
- new
[packages/evolution-webcal.git] / evolution-webcal.spec
1 Summary:        Web calendar subscription utility for Evolution
2 Name:           evolution-webcal
3 Version:        1.0.2
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Source0:        http://www.gnome.org/~dobey/%{name}-%{version}.tar.bz2
8 # Source0-md5:  08d818efdb21a880015f89077556ac5d
9 Patch0:         %{name}-paths.patch
10 BuildRequires:  GConf2-devel
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  evolution-data-server-devel >= 0.0.90
14 BuildRequires:  libgnomeui-devel >= 2.0.0
15 BuildRequires:  libsoup-devel >= 2.1.8
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 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__aclocal}
28 %{__autoconf}
29 %{__automake}
30 %configure \
31         --disable-schemas-install
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT \
39         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
40
41 %find_lang %{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %post
47 %gconf_schema_install
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README TODO
52 %attr(755,root,root) %{_libdir}/evolution-webcal
53 %{_sysconfdir}/gconf/schemas/*
54 %{_datadir}/application-registry/*
This page took 0.082667 seconds and 4 git commands to generate.