2021-03-07 10:45:29 +01:00
|
|
|
%global betaversion beta5
|
2017-07-06 09:46:08 +02:00
|
|
|
Name: htop
|
2021-03-07 10:45:29 +01:00
|
|
|
Version: 3.0.5
|
2017-07-06 09:46:08 +02:00
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: System Top
|
|
|
|
|
|
|
|
|
|
Group: System
|
|
|
|
|
License: GPL
|
2021-03-07 10:45:29 +01:00
|
|
|
URL: https://hisham.hm/htop/
|
|
|
|
|
SOURCE0: %name-%{version}.tar.gz
|
2017-07-06 09:46:08 +02:00
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
2018-11-04 14:50:02 +01:00
|
|
|
BuildRequires: ncurses-devel
|
2021-03-07 10:45:29 +01:00
|
|
|
BuildRequires: lm_sensors-devel
|
2017-07-06 09:46:08 +02:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
|
|
|
|
|
|
|
|
|
|
This software has evolved considerably over the years, and is reasonably complete, but there is always room for improvement.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-03-07 10:45:29 +01:00
|
|
|
%setup -q -n %name-%{version}
|
2017-07-06 09:46:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
./autogen.sh
|
2021-03-07 10:45:29 +01:00
|
|
|
./configure --prefix=%{_prefix}
|
|
|
|
|
make
|
2017-07-06 09:46:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS TESTPLAN
|
|
|
|
|
%{_bindir}/htop
|
|
|
|
|
%{_datarootdir}/applications/htop.desktop
|
2021-03-07 10:45:29 +01:00
|
|
|
%{_datarootdir}/icons/hicolor/scalable/apps/htop.svg
|
2017-07-06 09:46:08 +02:00
|
|
|
%{_mandir}/man1/htop.1.gz
|
|
|
|
|
%{_datarootdir}/pixmaps/htop.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-03-07 10:45:29 +01:00
|
|
|
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.5
|
|
|
|
|
- Update to 3.0.5 version.
|
2017-07-06 09:46:08 +02:00
|
|
|
|