]> git.pld-linux.org Git - packages/evolution-webcal.git/blame - evolution-webcal.spec
- drop en@shaw locale
[packages/evolution-webcal.git] / evolution-webcal.spec
CommitLineData
9d4d22b3 1Summary: Web calendar subscription utility for Evolution
9a75a71a 2Summary(pl.UTF-8): Narzędzie do subskrypcji sieciowego kalendarza dla Evolution
9d4d22b3 3Name: evolution-webcal
4c6d30bc 4Version: 2.28.1
3ebf32fe 5Release: 1
2f11d64f 6License: GPL v2
9d4d22b3 7Group: X11/Applications
4c6d30bc
SS
8Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-webcal/2.28/%{name}-%{version}.tar.bz2
9# Source0-md5: c5bdefc1ad9128dab4fc2ec2e86ef07d
2610ece2 10BuildRequires: GConf2-devel >= 2.26.0
b2bd1236
MB
11BuildRequires: autoconf >= 2.53
12BuildRequires: automake
2610ece2 13BuildRequires: evolution-data-server-devel >= 2.26.0
b2bd1236
MB
14BuildRequires: gettext-devel
15BuildRequires: gtk+2-devel >= 2:2.14.0
16BuildRequires: intltool >= 0.40.0
17BuildRequires: libgnomeui-devel >= 2.24.0
18BuildRequires: libsoup-devel >= 2.4.0
2f11d64f 19BuildRequires: pkgconfig
122c2a61 20BuildRequires: rpmbuild(macros) >= 1.197
21Requires(post,preun): GConf2
2610ece2 22Requires: evolution >= 2.26.0
4e014077 23# sr@Latn vs. sr@latin
24Conflicts: glibc-misc < 6:2.7
9d4d22b3 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Web calendar subscription utility for Evolution.
29
c5fc0fd1
JR
30%description -l pl.UTF-8
31Narzędzie do subskrypcji sieciowego kalendarza dla Evolution.
0f080119 32
9d4d22b3 33%prep
34%setup -q
9d4d22b3 35
04ddb703
SS
36%{__sed} -i -e 's/^en@shaw//' po/LINGUAS
37rm -f po/en@shaw.po
38
9d4d22b3 39%build
b2bd1236
MB
40%{__intltoolize}
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
9d4d22b3 45%configure \
46 --disable-schemas-install
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
b2bd1236 53 DESTDIR=$RPM_BUILD_ROOT
9d4d22b3 54
55%find_lang %{name}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post
122c2a61 61%gconf_schema_install evolution-webcal.schemas
62
63%preun
64%gconf_schema_uninstall evolution-webcal.schemas
9d4d22b3 65
66%files -f %{name}.lang
67%defattr(644,root,root,755)
68%doc AUTHORS ChangeLog NEWS README TODO
69%attr(755,root,root) %{_libdir}/evolution-webcal
9254a3a5 70%{_sysconfdir}/gconf/schemas/evolution-webcal.schemas
This page took 0.062376 seconds and 4 git commands to generate.