Name: polkit-qt Version: 0.9.3 Release: 1mamba Summary: Qt bindings for PolicyKit Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://api.kde.org/kdesupport-api/kdesupport-apidocs/polkit-qt/html/ Source: ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-qt-%{version}.tar.bz2 License: LGPL BuildRequires: cmake BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Polkit-qt aims to make it easy for Qt developers to take advantage of PolicyKit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with PolicyKit. %package devel Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Polkit-qt aims to make it easy for Qt developers to take advantage of PolicyKit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with PolicyKit. This package contains static libraries and header files need for development. %prep %setup -q %build %cmake -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build # -DBUILD_EXAMPLES=1 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libpolkit-qt-core.so.* %{_libdir}/libpolkit-qt-gui.so.* %doc AUTHORS COPYING README %files devel %defattr(-,root,root) %{_includedir}/PolicyKit/polkit-qt/ %{_libdir}/libpolkit-qt-core.so %{_libdir}/libpolkit-qt-gui.so %{_libdir}/pkgconfig/polkit-qt.pc %{_libdir}/pkgconfig/polkit-qt-core.pc %{_libdir}/pkgconfig/polkit-qt-gui.pc %changelog * Fri Jan 15 2010 Davide Madrisan 0.9.3-1mamba - update to 0.9.3 * Tue Sep 01 2009 Davide Madrisan 0.9.2-1mamba - package created by autospec