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