|
|
@ -1,10 +1,11 @@
|
|
|
|
Name: htop
|
|
|
|
Name: htop
|
|
|
|
Version: 3.0.5
|
|
|
|
Version: 3.0.5
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://hisham.hm/htop/
|
|
|
|
URL: http://hisham.hm/htop/
|
|
|
|
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Patch0: htop-enable-acpitz-sensors.patch -p1
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
@ -16,6 +17,7 @@ BuildRequires: python
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: lm_sensors-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
htop is an interactive text-mode process viewer for Linux, similar to
|
|
|
|
htop is an interactive text-mode process viewer for Linux, similar to
|
|
|
@ -35,6 +37,7 @@ autoreconf -vfi
|
|
|
|
--enable-vserver \
|
|
|
|
--enable-vserver \
|
|
|
|
--enable-taskstats \
|
|
|
|
--enable-taskstats \
|
|
|
|
--enable-unicode \
|
|
|
|
--enable-unicode \
|
|
|
|
|
|
|
|
--with-sensors \
|
|
|
|
--enable-cgroup
|
|
|
|
--enable-cgroup
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
@ -54,6 +57,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_mandir}/man1/htop.1*
|
|
|
|
%{_mandir}/man1/htop.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 18 2021 Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> - 3.0.5-3
|
|
|
|
|
|
|
|
- Enable lm-sensors support.
|
|
|
|
|
|
|
|
- Patch to enable sensors read on AArch64 platforms.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|