]> git.pld-linux.org Git - packages/libkgapi.git/blame - libkgapi.spec
- updated to 2.2.0
[packages/libkgapi.git] / libkgapi.spec
CommitLineData
01b46055
AM
1Summary: Library to access to Google services
2Name: libkgapi
344c6b68 3Version: 2.2.0
01b46055
AM
4Release: 1
5License: GPL v2+
6Group: Development/Libraries
7URL: http://www.progdan.cz/2012/05/libkgoogle-libkgapi
344c6b68
WF
8Source0: http://download.kde.org/stable/libkgapi/%{version}/src/%{name}-%{version}.tar.bz2
9# Source0-md5: f3f2e4e68bb8baf849935f2f2eecf781
01b46055
AM
10BuildRequires: kde4-kdelibs-devel
11BuildRequires: kde4-kdepimlibs-devel
12
13%description
14Library to access to Google services, this package is needed by
15kdepim-runtime to build akonadi-google resources.
16
17
18%package devel
19Summary: Development files for %{name}
20Group: Development/Libraries
21Requires: %{name} = %{version}-%{release}
22Requires: kde4-kdepimlibs-devel
23
24%description devel
25Libraries and header files for developing applications that use
26akonadi-google resources.
27
28
29%prep
30%setup -q
31
32%build
33install -d build
34cd build
35%cmake \
36 ../
37
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} -C build install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post -p /sbin/ldconfig
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(644,root,root,755)
073f342c 54%doc README LICENSE
073f342c
WF
55%attr(755,root,root) %{_libdir}/libkgapi2.so.*.*.*
56%attr(755,root,root) %ghost %{_libdir}/libkgapi2.so.?
01b46055
AM
57
58%files devel
59%defattr(644,root,root,755)
073f342c 60%{_includedir}/LibKGAPI2
073f342c 61%{_includedir}/libkgapi2
073f342c 62%attr(755,root,root) %{_libdir}/libkgapi2.so
073f342c 63%{_libdir}/cmake/LibKGAPI2
This page took 0.073595 seconds and 4 git commands to generate.