Compare commits

...

No commits in common. 'epel9' and 'c9' have entirely different histories.
epel9 ... c9

24
.gitignore vendored

@ -1,23 +1 @@
htop-0.8.3.tar.gz
/htop-0.9.tar.gz
/htop-1.0.tar.gz
/htop-1.0.1.tar.gz
/htop-1.0.2.tar.gz
/htop-1.0.3.tar.gz
/htop-2.0.0.tar.gz
/htop-2.0.1.tar.gz
/htop-2.0.2.tar.gz
/htop-2.1.0.tar.gz
/htop-2.2.0.tar.gz
/htop-3.0.1.tar.gz
/htop-3.0.2.tar.gz
/htop-3.0.3.tar.gz
/htop-3.0.4.tar.gz
/htop-3.0.5.tar.gz
/htop-3.1.0.tar.gz
/htop-3.1.1.tar.gz
/htop-3.1.2.tar.gz
/htop-3.2.0.tar.gz
/htop-3.2.1.tar.gz
/htop-3.2.2.tar.gz
/htop-3.3.0.tar.gz
SOURCES/htop-3.2.2.tar.gz

@ -0,0 +1 @@
dcfc38733f2b7908e5627961bd1485778e292380 SOURCES/htop-3.2.2.tar.gz

@ -1,3 +1,91 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.1)
## 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.2.2
Release: %autorelease
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
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
%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-taskstats \
--enable-unicode \
--with-sensors \
--enable-cgroup
%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
* 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
@ -243,3 +331,4 @@
* Thu Nov 10 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.5.4-1
- Initial RPM release.

@ -1,64 +0,0 @@
Name: htop
Version: 3.3.0
Release: %autorelease
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
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
%autochangelog

@ -1 +0,0 @@
SHA512 (htop-3.3.0.tar.gz) = 4c03bd183d97ec84010472ea52ff6e210e6d211c813d0ab52bacef16d7e4eef9483e65279fb0a846dcdb532ad19eb1c1c39bad9dd8b103d36aeb51cb5d28e23a
Loading…
Cancel
Save