]> git.pld-linux.org Git - packages/akonadi-googledata.git/blob - akonadi-googledata.spec
- kill unsupported locales
[packages/akonadi-googledata.git] / akonadi-googledata.spec
1 Summary:        Google contacts and calendar Akonadi resource plugin
2 Summary(pl.UTF-8):      Wtyczka zasobów Kalendarz i kontaktów Google dla Akonadi
3 Name:           akonadi-googledata
4 Version:        1.2.0
5 Release:        3
6 License:        LGPL v2.1
7 Group:          X11/Applications
8 Source0:        http://libgcal.googlecode.com/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  483bb82d4492ff20edb64d3d4edc02eb
10 URL:            http://code.google.com/p/libgcal/
11 BuildRequires:  akonadi-devel
12 BuildRequires:  boost-devel
13 BuildRequires:  cmake >= 2.6.2
14 BuildRequires:  libgcal-devel
15 BuildRequires:  libxslt-progs
16 BuildRequires:  rpmbuild(macros) >= 1.600
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Plugin allowing synchronizing Google calendar and contacts with KDE
21 applications like KOrganizer, Kontact or Kaddressbook.
22
23 %description -l pl.UTF-8
24 Wtyczka pozwalająca na synchronizację kalendarza oraz kontaktów Google
25 z programami środowiska KDE, takimi jak KOrganizer, Kontakt czy
26 Kaddressbook.
27
28 %prep
29 %setup -q
30
31 %build
32 install -d build
33 cd build
34 %cmake \
35         -DMYSQLD_EXECUTABLE=%{_sbindir}/mysqld \
36         ..
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} -C build install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/sr@ijekavian
46 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/sr@ijekavianlatin
47
48 %find_lang %{name} --all-name --with-kde
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc README ChangeLog
56 %attr(755,root,root) %{_bindir}/akonadi_gcal_resource
57 %attr(755,root,root) %{_bindir}/akonadi_googledata_resource
58 %{_datadir}/akonadi/agents/gcalresource.desktop
59 %{_datadir}/akonadi/agents/googledataresource.desktop
This page took 0.080513 seconds and 3 git commands to generate.