Name: btop Version: 1.2.8 Release: 1%{?dist} Summary: Modern and colorful command line resource monitor that shows usage and stats # The entire source code is ASL 2.0 except: # include/robin_hood.h - MIT # include/widechar_width.hpp - Public Domain License: ASL 2.0 and MIT and Public Domain URL: https://github.com/aristocratos/btop Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: make Requires: hicolor-icon-theme # Bundling was chosen for robin-hood-hashing as it is semi-abandoned # by its developer and other packages are unlikely to need it. # Bundling was chosen for widecharwidth as it is not versioned upstream # and doesn't appear to be a widely-used lib. Provides: bundled(widecharwidth) Provides: bundled(robin-hood-hashing) = 3.11.5 %description Resource monitor that shows usage and stats for processor, memory, disks, network and processes. C++ version and continuation of bashtop and bpytop. %prep %autosetup %build %make_build %install %make_install PREFIX=%{_prefix} rm -f %{buildroot}%{_datadir}/btop/README.md desktop-file-validate %{buildroot}%{_datadir}/applications/btop.desktop %files %license LICENSE %doc README.md CHANGELOG.md %{_bindir}/%{name} %{_datadir}/applications/btop.desktop %{_datadir}/btop %{_datadir}/icons/hicolor/*/apps/btop.* %changelog * Thu Jul 14 2022 Jonathan Wright - 1.2.8-1 - Initial version of package