%global githubproject aristocratos/%{name} %global debug_package %{nil} Name: bashtop Version: 0.8.12 Release: 0%{?dist}.1sunshine Summary: Resource monitor that shows usage and stats for processor, memory, disks, network and processes License: ASL 2.0 URL: https://github.com/%{githubproject}/ Source0: https://github.com/%{githubproject}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch Requires: bash >= 4.4 # I believe this is base/default in all Redhat distributions: Requires: coreutils # I believe this is base/default in all Redhat distributions: Requires: grep Requires: procps-ng >= 3.1.15 Requires: sed Requires: gawk # Recommends is not defined on EPEL < 8 or Fedoras < 22 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 Recommends: lm-sensors %endif # Recommends: curl %description bashtop is a resource monitor that shows usage and stats for processor, memory, disks, network and processes. Features * Easy to use, with a game inspired menu system. * Fast and responsive UI with UP, DOWN keys process selection. * Function for showing detailed stats for selected process. * Ability to filter processes. * Easy switching between sorting options. * Send SIGTERM, SIGKILL, SIGINT to selected process. * UI menu for changing all config file options. * Auto scaling graph for network usage. %prep %setup -q %build # nothing to build %install install -d %{buildroot}%{_bindir} install -p -m755 %{name} %{buildroot}%{_bindir} %files %license LICENSE %doc README.md *.png %{_bindir}/%{name} %changelog * Sun Apr 26 2020 Moritz Barsnick 0.8.12-0.1sunshine - update to 0.8.12 * Sun Apr 26 2020 Moritz Barsnick 0.8.11-0.1sunshine - update to 0.8.11 - adapt description (update feature not satisfied by Requires) - drop my thcount patch, it's upstream - make BR procps-ng versioned (for thcount/nlwp) * Sun Apr 26 2020 Moritz Barsnick 0.8.10-0.2sunshine - add a patch to work around broken thcount format specifier in psproc-ng < 3.3.12 * Sun Apr 26 2020 Moritz Barsnick 0.8.10-0.1sunshine - initial RPM