From b6fe1c4f6f5cd4590aa3a575580874e5856d95b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 11 Feb 2021 16:01:28 -0600 Subject: [PATCH] .spec cleanup fix dir ownership --- libksysguard.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/libksysguard.spec b/libksysguard.spec index 16dc82a..083a901 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -1,10 +1,11 @@ + Name: libksysguard Summary: Library for managing processes running on the system Version: 5.21.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ -URL: https://cgit.kde.org/%{name}.git +URL: https://invent.kde.org/plasma/%{name} %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -81,7 +82,7 @@ developing applications that use %{name}. %build -%{cmake_kf5} \ +%cmake_kf5 \ -DKDE_INSTALL_INCLUDEDIR:PATH=%{_kf5_includedir} %cmake_build @@ -104,12 +105,12 @@ developing applications that use %{name}. %{_kf5_libdir}/libKSysGuardFormatter.so* %{_kf5_libdir}/libKSysGuardSensors.so* %{_kf5_libdir}/libKSysGuardSensorFaces.so* -%{_kf5_datadir}/ksysguard +%{_kf5_datadir}/ksysguard/ %{_kf5_datadir}/qlogging-categories5/libksysguard.categories %{_qt5_plugindir}/kpackage/packagestructure/sensorface_packagestructure.so %{_qt5_plugindir}/designer/ksignalplotter5widgets.so %{_qt5_plugindir}/designer/ksysguard*.so -%{_qt5_qmldir}/org/kde/ksysguard/* +%{_qt5_qmldir}/org/kde/ksysguard/ %files common %{_kf5_libexecdir}/kauth/ksysguardprocesslist_helper @@ -125,10 +126,15 @@ developing applications that use %{name}. %{_kf5_libdir}/libprocesscore.so %{_kf5_libdir}/libksignalplotter.so %{_kf5_libdir}/libksgrd.so -%{_kf5_libdir}/cmake/KSysGuard/* -%{_kf5_libdir}/cmake/KF5SysGuard/* +%{_kf5_libdir}/cmake/KSysGuard/ +%{_kf5_libdir}/cmake/KF5SysGuard/ + %changelog +* Thu Feb 11 2021 Rex Dieter - 5.21.0-2 +- .spec cleanup +- fix dir ownership + * Thu Feb 11 2021 Jan Grulich - 5.21.0-1 - 5.21.0