From 77c4145e2a6aaad0201451bf9852d887e61fda18171df3c15be6b4b1045cea5f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 4 May 2014 01:34:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=19 --- kauth-4.98.0.tar.xz | 3 --- kauth.spec | 13 ++++++++----- 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 kauth-4.98.0.tar.xz diff --git a/kauth-4.98.0.tar.xz b/kauth-4.98.0.tar.xz deleted file mode 100644 index af7d922..0000000 --- a/kauth-4.98.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36c4ce79adcbd193181e15f973166fca16b456bb6d83d5f8bcdbf0e8167bd404 -size 47320 diff --git a/kauth.spec b/kauth.spec index 19119aa..bc33033 100644 --- a/kauth.spec +++ b/kauth.spec @@ -18,20 +18,22 @@ %define lname libKF5Auth5 Name: kauth -Version: 4.98.0 +Version: 4.99.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.12 +BuildRequires: extra-cmake-modules >= 0.0.13 BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{_kf5_version} BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: libpolkit-qt5-1-devel Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org Source0: kauth-%{version}.tar.xz +Patch0: polkit-qt5-support.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -58,6 +60,7 @@ Development files. %prep %setup -q +%patch0 -p1 %build %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} @@ -79,11 +82,10 @@ Development files. %doc COPYING* README* %{_kf5_libdir}/libKF5Auth.so.* %{_kf5_plugindir}/ +%dir %{_kf5_libdir}/libexec +%{_kf5_libdir}/libexec/kauth/ # Until security review is done! %exclude %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf -%dir %{_kf5_datadir}/kauth -%{_kf5_datadir}/kauth/dbus_policy.stub -%{_kf5_datadir}/kauth/dbus_service.stub %files devel %defattr(-,root,root) @@ -93,5 +95,6 @@ Development files. %{_kf5_includedir}/*/ %{_kf5_includedir}/*.h %{_kf5_mkspecsdir}/qt_KAuth.pri +%{_kf5_datadir}/kauth/ %changelog