|
|
@ -1,3 +1,111 @@
|
|
|
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 1;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: htop
|
|
|
|
|
|
|
|
Version: 3.3.0
|
|
|
|
|
|
|
|
Release: %autorelease.inferit
|
|
|
|
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
|
|
|
URL: http://hisham.hm/htop/
|
|
|
|
|
|
|
|
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Patch1: 0001-Update-Russian-translation.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 8
|
|
|
|
|
|
|
|
BuildRequires: platform-python
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/pathfix.py
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: python
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
top(1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 8
|
|
|
|
|
|
|
|
pathfix.py -pni "/usr/libexec/platform-python" scripts/
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
autoreconf -vfi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
|
|
|
|
--enable-openvz \
|
|
|
|
|
|
|
|
--enable-vserver \
|
|
|
|
|
|
|
|
--enable-hwloc \
|
|
|
|
|
|
|
|
--enable-unicode \
|
|
|
|
|
|
|
|
--enable-sensors \
|
|
|
|
|
|
|
|
--enable-delayacct \
|
|
|
|
|
|
|
|
--enable-capabilities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
|
|
|
%doc AUTHORS ChangeLog README
|
|
|
|
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
%{_bindir}/htop
|
|
|
|
|
|
|
|
%{_datadir}/pixmaps/htop.png
|
|
|
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
|
|
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
%{_mandir}/man1/htop.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.3.0-1.inferit
|
|
|
|
|
|
|
|
- INF-1028: Update Russian translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 07 2022 Troy Dawson <tdawson@redhat.com> - 3.2.1-3
|
|
|
|
|
|
|
|
- platform-python is for rhel8 only. rhel9 and above follow Fedoras python
|
|
|
|
|
|
|
|
naming
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 10 2022 Mukundan Ragavan <nonamedotc@gmail.com> - 3.2.1-1
|
|
|
|
|
|
|
|
- Update to v3.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 05 2022 Mukundan Ragavan <nonamedotc@gmail.com> - 3.2.0-1
|
|
|
|
|
|
|
|
- update to v3.2.0
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-2
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
@ -243,3 +351,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.5.4-1
|
|
|
|
* Thu Nov 10 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.5.4-1
|
|
|
|
- Initial RPM release.
|
|
|
|
- Initial RPM release.
|
|
|
|
|
|
|
|
|