Name: libkgeomap Version: 15.08.3 Release: 1mamba Summary: World-Map Library interface for KDE Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.kde.org Source: http://download.kde.org/stable/applications/%{version}/src/libkgeomap-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: kdelibs-devel BuildRequires: libgcc BuildRequires: libkexiv2-devel BuildRequires: libmarble4-devel BuildRequires: libphonon-devel BuildRequires: libqt5-devel BuildRequires: libsoprano-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: automoc4 BuildRequires: cmake BuildRoot: %{_tmppath}/%{name}-%{version}-root %description World-Map Library interface for KDE. %package devel Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. %debug_package %prep %setup -q %build %cmake_kde4 -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_kde4_libdir}/libkgeomap.so.* %dir %{_kde4_datadir}/libkgeomap %{_kde4_datadir}/libkgeomap/* %doc AUTHORS COPYING COPYING.LIB %files devel %defattr(-,root,root) %{_kde4_bindir}/libkgeomap_demo %dir %{_kde4_includedir}/libkgeomap %{_kde4_includedir}/libkgeomap/*.h %{_kde4_libdir}/libkgeomap.so %{_kde4_libdir}/pkgconfig/libkgeomap.pc %{_kde4_datadir}/cmake/modules/FindKGeoMap.cmake %changelog * Sat Dec 26 2015 Silvan Calarco 15.08.3-1mamba - package created using the webbuild interface