fix: add buildrequires and adjust license

epel9
Marc Deop 3 years ago
parent fb21944657
commit 1ded417eb8

@ -2,7 +2,7 @@
Name: libksysguard Name: libksysguard
Summary: Library for managing processes running on the system Summary: Library for managing processes running on the system
Version: 5.22.90 Version: 5.22.90
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://invent.kde.org/plasma/%{name} URL: https://invent.kde.org/plasma/%{name}
@ -52,6 +52,7 @@ BuildRequires: cmake(Qt5WebEngineWidgets)
BuildRequires: pkgconfig(libpcap) BuildRequires: pkgconfig(libpcap)
BuildRequires: pkgconfig(libnl-3.0) pkgconfig(libnl-route-3.0) BuildRequires: pkgconfig(libnl-3.0) pkgconfig(libnl-route-3.0)
BuildRequires: libXres-devel BuildRequires: libXres-devel
BuildRequires: lm_sensors-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
Obsoletes: kf5-ksysguard < 5.1.95 Obsoletes: kf5-ksysguard < 5.1.95
@ -111,7 +112,7 @@ developing applications that use %{name}.
%ldconfig_scriptlets %ldconfig_scriptlets
%files -f ksysguard_qt5.lang %files -f ksysguard_qt5.lang
%license COPYING.LIB %license LICENSES
%{_kf5_libdir}/liblsofui.so.* %{_kf5_libdir}/liblsofui.so.*
%{_kf5_libdir}/libprocessui.so.* %{_kf5_libdir}/libprocessui.so.*
%{_kf5_libdir}/libprocesscore.so.* %{_kf5_libdir}/libprocesscore.so.*
@ -152,6 +153,10 @@ developing applications that use %{name}.
%changelog %changelog
* Sun Sep 19 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-2
- Add BuildRequires lm_sensors-devel
- Adjust license
* Fri Sep 17 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-1 * Fri Sep 17 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-1
- 5.22.90 - 5.22.90

Loading…
Cancel
Save