Compare commits

..

2 Commits
i9e ... epel9

Author SHA1 Message Date
Mukundan Ragavan b30169c41b Update to v3.3.0
1 year ago
Fedora Release Engineering 818e8bbdb8 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

24
.gitignore vendored

@ -1 +1,23 @@
SOURCES/htop-3.3.0.tar.gz 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

@ -1 +0,0 @@
b6151bd7906c201a121736c601883725c6a2044c SOURCES/htop-3.3.0.tar.gz

@ -1,24 +0,0 @@
From f5a11c1517c458b410711f531716ad0d6c3d48e7 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Mon, 5 Feb 2024 17:56:56 +0300
Subject: [PATCH] Update Russian translation
---
htop.desktop | 1 +
1 file changed, 1 insertion(+)
diff --git a/htop.desktop b/htop.desktop
index 20bed49..e0403a2 100644
--- a/htop.desktop
+++ b/htop.desktop
@@ -2,6 +2,7 @@
Type=Application
Version=1.0
Name=Htop
+Name[ru]=Диспетчер процессов Htop
GenericName=Process Viewer
GenericName[ca]=Visualitzador de processos
GenericName[da]=Procesfremviser
--
2.43.0

@ -1,111 +1,3 @@
## 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
@ -351,4 +243,3 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
* 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.

@ -0,0 +1,64 @@
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

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