From 6b6e7ef8a6474c03cc6eea5531809399d43dcf6d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 00:37:13 +0100 Subject: [PATCH] automatic version update by autodist [release 5.9.0-1mamba;Wed Apr 15 2015] --- README.md | 2 ++ kauth.spec | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 kauth.spec diff --git a/README.md b/README.md index 183d8db..b1eb587 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # kauth +KAuth provides a convenient, system-integrated way to offload actions that need to be performed as a privileged user (root, for example) to small (hopefully secure) helper utilities. + diff --git a/kauth.spec b/kauth.spec new file mode 100644 index 0000000..34f0956 --- /dev/null +++ b/kauth.spec @@ -0,0 +1,98 @@ +%define majver %(echo %version | cut -d. -f1-2) +Name: kauth +Version: 5.9.0 +Release: 1mamba +Summary: Execute actions as privileged user +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{majver}/kauth-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libkcoreaddons-devel +BuildRequires: libqt5-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KAuth provides a convenient, system-integrated way to offload actions that need to be performed as a privileged user (root, for example) to small (hopefully secure) helper utilities. + +%package -n lib%{name} +Group: System/Libraries +Summary: Execute actions as privileged user + +%description -n lib%{name} +KAuth provides a convenient, system-integrated way to offload actions that need to be performed as a privileged user (root, for example) to small (hopefully secure) helper utilities. + +%package -n lib%{name}-devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description -n lib%{name}-devel +This package contains libraries and header files for developing applications that use %{name}. + +%debug_package + +%prep +%setup -q + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +#%find_lang kauth5-qt + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -n lib%{name} -p /sbin/ldconfig +%postun -n lib%{name} -p /sbin/ldconfig + +%files -n lib%{name} +%defattr(-,root,root) +%{_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf +%{_libdir}/libKF5Auth.so.* +%dir %{_libdir}/plugins/kauth +%dir %{_libdir}/plugins/kauth/helper +%{_libdir}/plugins/kauth/helper/kauth_helper_plugin.so +%{_libdir}/plugins/kauth/backend/kauth_backend_plugin.so +%{_libdir}/libexec/kauth/kauth-policy-gen +%{_datadir}/locale/*/LC_MESSAGES/kauth5_qt.qm +%doc COPYING.LIB + +%files -n lib%{name}-devel +%defattr(-,root,root) +%{_includedir}/KF5/kauth_version.h +%dir %{_includedir}/KF5/KAuth +%{_includedir}/KF5/KAuth/* +%dir %{_libdir}/cmake/KF5Auth +%{_libdir}/cmake/KF5Auth/KF5Auth*.cmake +%{_libdir}/libKF5Auth.so +/usr/mkspecs/modules/qt_KAuth.pri +%{_datadir}/kf5/kauth/dbus_policy.stub +%{_datadir}/kf5/kauth/dbus_service.stub +%doc README.md + +%changelog +* Wed Apr 15 2015 Automatic Build System 5.9.0-1mamba +- automatic version update by autodist + +* Sat Mar 21 2015 Automatic Build System 5.8.0-1mamba +- automatic version update by autodist + +* Sat Feb 28 2015 Automatic Build System 5.7.0-1mamba +- automatic version update by autodist + +* Fri Feb 13 2015 Silvan Calarco 5.6.0-1mamba +- package created using the webbuild interface