and comment about licensing

.spec cosmetics
epel9
Rex Dieter 4 years ago
parent b155564b09
commit 4c5a115309

@ -1,8 +1,9 @@
Name: ksystemstats Name: ksystemstats
Version: 5.21.90 Version: 5.21.90
Release: 1%{?dist} Release: 2%{?dist}
Summary: KSystemStats is a daemon that collects statistics about the running system. Summary: KSystemStats is a daemon that collects statistics about the running system.
# KDE e.V. may determine that future GPL versions are accepted
License: GPLv2 or GPLv3 License: GPLv2 or GPLv3
URL: https://invent.kde.org/plasma/%{name} URL: https://invent.kde.org/plasma/%{name}
@ -16,7 +17,6 @@ URL: https://invent.kde.org/plasma/%{name}
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib BuildRequires: libappstream-glib
BuildRequires: libksysguard-devel >= %{majmin} BuildRequires: libksysguard-devel >= %{majmin}
@ -45,7 +45,6 @@ BuildRequires: lm_sensors-devel
BuildRequires: systemd-devel BuildRequires: systemd-devel
BuildRequires: pkgconfig(libpcap) BuildRequires: pkgconfig(libpcap)
%description %description
KSystemStats is a daemon that collects statistics about the running system. KSystemStats is a daemon that collects statistics about the running system.
@ -62,23 +61,29 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%build %build
%cmake_kf5 %cmake_kf5
%cmake_build %cmake_build
%install %install
%cmake_install %cmake_install
%find_lang %{name}_plugins %find_lang ksystemstats_plugins
%files -f %{name}_plugins.lang %files -f ksystemstats_plugins.lang
%doc README.md %doc README.md
%license LICENSES/* %license LICENSES/*
%dir %{_qt5_plugindir}/ksystemstats/ %{_kf5_bindir}/ksystemstats
%{_kf5_bindir}/%{name}
%{_kf5_bindir}/kstatsviewer %{_kf5_bindir}/kstatsviewer
%{_datadir}/dbus-1/services/org.kde.%{name}.service %{_datadir}/dbus-1/services/org.kde.ksystemstats.service
%{_userunitdir}/plasma-%{name}.service %{_userunitdir}/plasma-ksystemstats.service
%{_qt5_plugindir}/ksystemstats/ %{_qt5_plugindir}/ksystemstats/
%changelog %changelog
* Tue May 18 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-2
- and comment about licensing
- .spec cosmetics
* Tue May 18 2021 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 5.21.90-1 * Tue May 18 2021 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 5.21.90-1
- Initial Package - Initial Package

Loading…
Cancel
Save