%global framework kauth Name: kf6-%{framework} Version: 6.29.0 Release: 1%{?dist} Summary: Execute actions as privileged user License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.1-or-later URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: kf6-rpm-macros BuildRequires: polkit-qt6-1-devel BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qttools-devel BuildRequires: pkgconfig(xkbcommon) BuildRequires: cmake(KF6CoreAddons) BuildRequires: cmake(KF6WindowSystem) Requires: kde-filesystem %description KAuth provides a convenient, system-integrated way of offloading actions that need to be performed as a privileged (root) user onto another process, communicating with this process through DBus. Uses the real PolicyKit (polkit-qt6-1) backend for privilege escalation, built from real upstream source elsewhere in this repo. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n %{framework}-%{version} -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 %files %exclude %{_datadir}/locale/*/LC_MESSAGES/*.qm %doc README.md %license LICENSES/*.txt %{_kf6_datadir}/dbus-1/system.d/org.kde.kf6auth.conf %{_kf6_datadir}/kf6/kauth/ %{_kf6_datadir}/qlogging-categories6/%{framework}.* %{_kf6_libdir}/libKF6AuthCore.so.6 %{_kf6_libdir}/libKF6AuthCore.so.%{version} %{_kf6_qtplugindir}/kf6/kauth/ %files devel %{_kf6_includedir}/KAuth/ %{_kf6_includedir}/KAuthCore/ %{_kf6_libdir}/cmake/KF6Auth/ %{_kf6_libdir}/libKF6AuthCore.so %{_kf6_libexecdir}/kauth/ %changelog * Sat Aug 29 2026 Smech - 6.29.0-1 - Real upstream source, real polkit-qt6-1 backend, %exclude wildcard for locale content, kde-filesystem Requires