|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.1)
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
Name: htop
|
|
|
|
|
Version: 3.2.2
|
|
|
|
|
Version: 3.3.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -27,6 +27,9 @@ BuildRequires: python
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: lm_sensors-devel
|
|
|
|
|
BuildRequires: hwloc-devel
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
|
BuildRequires: libnl3-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
htop is an interactive text-mode process viewer for Linux, similar to
|
|
|
|
@ -45,10 +48,11 @@ autoreconf -vfi
|
|
|
|
|
%configure \
|
|
|
|
|
--enable-openvz \
|
|
|
|
|
--enable-vserver \
|
|
|
|
|
--enable-taskstats \
|
|
|
|
|
--enable-hwloc \
|
|
|
|
|
--enable-unicode \
|
|
|
|
|
--with-sensors \
|
|
|
|
|
--enable-cgroup
|
|
|
|
|
--enable-sensors \
|
|
|
|
|
--enable-delayacct \
|
|
|
|
|
--enable-capabilities
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
@ -67,9 +71,18 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
%{_mandir}/man1/htop.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 05 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 3.2.2-1
|
|
|
|
|
* Mon Jan 15 2024 Mukundan Ragavan <nonamedotc@gmail.com> - 3.3.0-1
|
|
|
|
|
- Update to v3.3.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 05 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 3.2.2-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 topazus <topazus@outlook.com> - 3.2.2-2
|
|
|
|
|
- fix and update the configure options
|
|
|
|
|
|
|
|
|
|
* Sun Feb 12 2023 Mukundan Ragavan <nonamedotc@gmail.com> - 3.2.2-1
|
|
|
|
|
- Update to v3.2.2
|
|
|
|
|
|
|
|
|
|