Name: stats-collect Version: 1.0.1 Release: %autorelease Summary: A tool for collecting and visualising system statistics and telemetry License: BSD-3-Clause Url: https://github.com/intel/stats-collect Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %description The Statistics Collection Tool project provides the 'stats-collect' command-line tool. This tool collects system statistics and telemetry, and visualizes them. It’s for debugging and tracing purposes only. %prep %autosetup -n %{name}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files statscollectlibs statscollecttools install -pDm644 docs/man1/stats-collect.1 %{buildroot}/%{_mandir}/man1/stats-collect.1 %files -n %{name} -f %{pyproject_files} %doc README.md %{_bindir}/ipmi-helper %{_bindir}/stats-collect %{_bindir}/stc-agent %{_datadir}/%{name} %{_mandir}/man1/stats-collect.1* %changelog %autochangelog