require libksysguard-helper [release 5.16.0-2mamba;Wed Jun 19 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 04:55:34 +01:00
parent 49b43f2b74
commit 5661d74b0e

View File

@ -1,8 +1,8 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libksysguard
Version: 5.15.5
Release: 1mamba
Version: 5.16.0
Release: 2mamba
Summary: KDE Frameworks 5 sysguard library
Group: System/Libraries
Vendor: openmamba
@ -40,6 +40,7 @@ BuildRequires: libz-devel
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: extra-cmake-modules
Requires: %{name}-helper = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -56,7 +57,6 @@ This package contains libraries and header files for developing applications tha
%package helper
Group: Graphical Desktop/Applications/Utilities
Summary: KDE Frameworks 5 libsysguard dbus helper
Conflicts: kde-workspace
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description helper
@ -120,7 +120,7 @@ exit 0
%files helper
%defattr(-,root,root)
%{_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
%{_datadir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
%{_datadir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
%{_libexecdir}/kf5/kauth/ksysguardprocesslist_helper
%{_datadir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
@ -131,6 +131,12 @@ exit 0
%{_datadir}/ksysguard/scripts/smaps/*
%changelog
* Wed Jun 19 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.16.0-2mamba
- require libksysguard-helper
* Thu Jun 13 2019 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
- automatic version update by autodist
* Wed May 08 2019 Automatic Build System <autodist@mambasoft.it> 5.15.5-1mamba
- automatic version update by autodist