Compare commits
No commits in common. 'epel9' and 'i8ce' have entirely different histories.
@ -1,23 +1 @@
|
|||||||
htop-0.8.3.tar.gz
|
SOURCES/htop-3.2.1.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
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
5ed43123007ba5a5733e64588834e7ad8dfee35b SOURCES/htop-3.2.1.tar.gz
|
@ -1,27 +1,63 @@
|
|||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-2
|
Name: htop
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
Version: 3.2.1
|
||||||
|
Release: 1%{?dist}
|
||||||
* Sat Dec 11 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.1.2-1
|
Summary: Interactive process viewer
|
||||||
- Update to 3.1.2
|
License: GPLv2+
|
||||||
|
URL: http://hisham.hm/htop/
|
||||||
* Sat Oct 16 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.1.1-1
|
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
- Update to 3.1.1
|
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
* Wed Sep 22 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.1.0-1
|
BuildRequires: ncurses-devel
|
||||||
- Update to 3.1.0
|
%if 0%{?rhel} >= 8
|
||||||
|
BuildRequires: platform-python
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-5
|
BuildRequires: /usr/bin/pathfix.py
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
%else
|
||||||
|
BuildRequires: python
|
||||||
* Thu Feb 18 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.0.5-4
|
%endif
|
||||||
- Fix patch application
|
BuildRequires: libtool
|
||||||
|
|
||||||
* Thu Feb 18 2021 Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> - 3.0.5-3
|
%description
|
||||||
- Enable lm-sensors support.
|
htop is an interactive text-mode process viewer for Linux, similar to
|
||||||
- Patch to enable sensors read on AArch64 platforms.
|
top(1).
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
|
%prep
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
%autosetup
|
||||||
|
%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 \
|
||||||
|
--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
|
||||||
|
* Wed Mar 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.2.1-1
|
||||||
|
- Rebuilt for MSVSphere 8.9
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.2.1-1
|
||||||
|
- Update to 3.2.1
|
||||||
|
|
||||||
* Mon Jan 11 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.0.5-1
|
* Mon Jan 11 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.0.5-1
|
||||||
- Update to 3.0.5
|
- Update to 3.0.5
|
@ -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
|
|
Loading…
Reference in new issue