2024-01-06 03:03:25 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: ksystemstats
|
2024-03-29 18:47:08 +01:00
|
|
|
Version: 6.0.2
|
2024-01-06 03:03:29 +01:00
|
|
|
Release: 1mamba
|
2024-03-29 18:47:08 +01:00
|
|
|
Summary: KDE Plasma daemon that collects statistics about the running system
|
2024-01-06 03:03:25 +01:00
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-03-29 18:47:08 +01:00
|
|
|
URL: https://kde.org/it/plasma-desktop/
|
|
|
|
Source: https://download.kde.org/%{stable_kf6}/plasma/%{version}/ksystemstats-%{version}.tar.xz
|
2024-01-06 03:03:25 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
2024-01-06 03:03:25 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-03-29 18:47:08 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-kio-devel
|
|
|
|
BuildRequires: libkf6-networkmanager-qt-devel
|
|
|
|
BuildRequires: libkf6-solid-devel
|
2024-01-06 03:03:25 +01:00
|
|
|
BuildRequires: libksysguard-devel
|
|
|
|
BuildRequires: libnl-devel
|
2024-01-06 03:03:25 +01:00
|
|
|
BuildRequires: libnm-devel
|
2024-01-06 03:03:25 +01:00
|
|
|
BuildRequires: libsensors-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libudev-devel
|
2024-03-29 18:47:08 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-06 03:03:25 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
2024-03-29 18:47:08 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-06 03:03:25 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
2024-01-06 03:03:28 +01:00
|
|
|
Obsoletes: ksensors <= 0.7.3-4mamba
|
2024-01-06 03:03:25 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
KSystemStats is a daemon that collects statistics about the running system.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-03-29 18:47:08 +01:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
2024-01-06 03:03:25 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 18:47:08 +01:00
|
|
|
%cmake_install
|
2024-01-06 03:03:25 +01:00
|
|
|
|
|
|
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}5_qt.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/kstatsviewer
|
|
|
|
%{_bindir}/ksystemstats
|
2024-03-29 18:47:08 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.kde.ksystemstats1.service
|
2024-01-06 03:03:25 +01:00
|
|
|
%{_userunitdir}/plasma-ksystemstats.service
|
2024-03-29 18:47:08 +01:00
|
|
|
%dir %{_qt6_plugindir}/ksystemstats
|
|
|
|
%{_qt6_plugindir}/ksystemstats/ksystemstats_plugin_*.so
|
2024-01-06 03:03:25 +01:00
|
|
|
%doc LICENSES
|
|
|
|
|
|
|
|
%changelog
|
2024-03-29 18:47:08 +01:00
|
|
|
* Thu Mar 14 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 03 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 03 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:31 +01:00
|
|
|
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:30 +01:00
|
|
|
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 5.27.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:30 +01:00
|
|
|
* Wed Sep 13 2023 Automatic Build System <autodist@mambasoft.it> 5.27.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:29 +01:00
|
|
|
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:29 +01:00
|
|
|
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 5.27.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:28 +01:00
|
|
|
* Sun Jun 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.27.5-2mamba
|
|
|
|
- obsolete ksensors
|
|
|
|
|
2024-01-06 03:03:28 +01:00
|
|
|
* Wed May 10 2023 Automatic Build System <autodist@mambasoft.it> 5.27.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:28 +01:00
|
|
|
* Wed Apr 05 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:27 +01:00
|
|
|
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:27 +01:00
|
|
|
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Feb 22 2023 Automatic Build System <autodist@mambasoft.it> 5.27.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 5.26.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Nov 30 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 5.26.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Sep 07 2022 Automatic Build System <autodist@mambasoft.it> 5.25.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 5.25.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Tue Jun 28 2022 Automatic Build System <autodist@mambasoft.it> 5.25.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Tue Jun 21 2022 Automatic Build System <autodist@mambasoft.it> 5.25.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Tue Jun 14 2022 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed May 04 2022 Automatic Build System <autodist@mambasoft.it> 5.24.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 5.24.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Mar 09 2022 Automatic Build System <autodist@mambasoft.it> 5.24.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Feb 23 2022 Automatic Build System <autodist@mambasoft.it> 5.24.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:26 +01:00
|
|
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 5.23.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Wed Dec 01 2021 Automatic Build System <autodist@mambasoft.it> 5.23.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Wed Nov 10 2021 Automatic Build System <autodist@mambasoft.it> 5.23.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Wed Oct 27 2021 Automatic Build System <autodist@mambasoft.it> 5.23.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 18 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Tue Jul 27 2021 Automatic Build System <autodist@mambasoft.it> 5.22.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 5.22.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 5.22.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:03:25 +01:00
|
|
|
* Wed Jun 16 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.22.0-2mamba
|
|
|
|
- don't provide ksysguard, replaced by plasma-systemmonitor instead
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.22.0-1mamba
|
|
|
|
- package created using the webbuild interface
|