Compare commits

...

5 Commits
epel9 ... i9e

Author SHA1 Message Date
Arkady L. Shane 252705d58c
INF-1028: Update Russian translation
12 months ago
MSVSphere Packaging Team 51abf2916d import htop-3.3.0-1.el9
1 year ago
MSVSphere Packaging Team dfa351327f Merge and update
1 year ago
MSVSphere Packaging Team 0eec42b6d9 Remove unnecessary files and fix spec-file
1 year ago
Sergey Cherevko 95a28d3078
import htop-3.2.2-1.el9
2 years ago

23
.gitignore vendored

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

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

@ -0,0 +1,24 @@
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,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
- 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
- Initial RPM release.

@ -1,64 +0,0 @@
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
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.2.2.tar.gz) = dd82d5b2f70694e76b3740ef0f6f6d3446fe83b748c2cfe61c783985d62cb6e1d00fcb4b1fe7dc8f1d8c6bc7b29474e1e88eaa01f154198d702b100bcbc135bb
Loading…
Cancel
Save