.spec cleanup

fix dir ownership
epel9
Rex Dieter 4 years ago
parent e20fec5dcd
commit b6fe1c4f6f

@ -1,10 +1,11 @@
Name: libksysguard Name: libksysguard
Summary: Library for managing processes running on the system Summary: Library for managing processes running on the system
Version: 5.21.0 Version: 5.21.0
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://cgit.kde.org/%{name}.git URL: https://invent.kde.org/plasma/%{name}
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50 %if %{revision} >= 50
@ -81,7 +82,7 @@ developing applications that use %{name}.
%build %build
%{cmake_kf5} \ %cmake_kf5 \
-DKDE_INSTALL_INCLUDEDIR:PATH=%{_kf5_includedir} -DKDE_INSTALL_INCLUDEDIR:PATH=%{_kf5_includedir}
%cmake_build %cmake_build
@ -104,12 +105,12 @@ developing applications that use %{name}.
%{_kf5_libdir}/libKSysGuardFormatter.so* %{_kf5_libdir}/libKSysGuardFormatter.so*
%{_kf5_libdir}/libKSysGuardSensors.so* %{_kf5_libdir}/libKSysGuardSensors.so*
%{_kf5_libdir}/libKSysGuardSensorFaces.so* %{_kf5_libdir}/libKSysGuardSensorFaces.so*
%{_kf5_datadir}/ksysguard %{_kf5_datadir}/ksysguard/
%{_kf5_datadir}/qlogging-categories5/libksysguard.categories %{_kf5_datadir}/qlogging-categories5/libksysguard.categories
%{_qt5_plugindir}/kpackage/packagestructure/sensorface_packagestructure.so %{_qt5_plugindir}/kpackage/packagestructure/sensorface_packagestructure.so
%{_qt5_plugindir}/designer/ksignalplotter5widgets.so %{_qt5_plugindir}/designer/ksignalplotter5widgets.so
%{_qt5_plugindir}/designer/ksysguard*.so %{_qt5_plugindir}/designer/ksysguard*.so
%{_qt5_qmldir}/org/kde/ksysguard/* %{_qt5_qmldir}/org/kde/ksysguard/
%files common %files common
%{_kf5_libexecdir}/kauth/ksysguardprocesslist_helper %{_kf5_libexecdir}/kauth/ksysguardprocesslist_helper
@ -125,10 +126,15 @@ developing applications that use %{name}.
%{_kf5_libdir}/libprocesscore.so %{_kf5_libdir}/libprocesscore.so
%{_kf5_libdir}/libksignalplotter.so %{_kf5_libdir}/libksignalplotter.so
%{_kf5_libdir}/libksgrd.so %{_kf5_libdir}/libksgrd.so
%{_kf5_libdir}/cmake/KSysGuard/* %{_kf5_libdir}/cmake/KSysGuard/
%{_kf5_libdir}/cmake/KF5SysGuard/* %{_kf5_libdir}/cmake/KF5SysGuard/
%changelog %changelog
* Thu Feb 11 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-2
- .spec cleanup
- fix dir ownership
* Thu Feb 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.0-1 * Thu Feb 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.0-1
- 5.21.0 - 5.21.0

Loading…
Cancel
Save