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