Name: btop Version: 1.2.13 Release: 1%{?dist} Summary: A monitor of resources # include/robin_hood.h: MIT; include/widechar_width.hpp: CC0 License: ASL 2.0 and MIT and CC0 URL: https://github.com/aristocratos/btop Source0: https://github.com/aristocratos/btop/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: sed %description Resource monitor that shows usage and stats for processor, memory, disks, network and processes. %prep %autosetup sed -i '/^\t@sleep/d' Makefile %build %make_build OPTFLAGS="%{optflags}" ADDFLAGS="%{build_ldflags}" VERBOSE=true %install %make_install PREFIX="/usr" rm %{buildroot}%{_datadir}/btop/README.md %files %license LICENSE %doc README.md CHANGELOG.md %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/*/*/*/%{name}.png %{_datadir}/icons/*/*/*/%{name}.svg %changelog * Mon Nov 14 2022 Thomas Schneider - 1.2.13-1 - new version * Tue May 10 2022 Thomas Schneider - 1.2.6-1 - Initial packaging