From 4fcd6457960e6c0fab4bea2a2a3b82ac73f8757a Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 2 Jan 2025 10:11:31 +0300 Subject: [PATCH] import htop-3.3.0-5.el10 --- .gitignore | 24 +--- .htop.metadata | 1 + SPECS/htop.spec | 365 ++++++++++++++++++++++++++++++++++++++++++++++++ htop.spec | 64 --------- sources | 1 - 5 files changed, 367 insertions(+), 88 deletions(-) create mode 100644 .htop.metadata create mode 100644 SPECS/htop.spec delete mode 100644 htop.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore index 728511a..3cce38e 100644 --- a/.gitignore +++ b/.gitignore @@ -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.3.0.tar.gz diff --git a/.htop.metadata b/.htop.metadata new file mode 100644 index 0000000..a5f3f90 --- /dev/null +++ b/.htop.metadata @@ -0,0 +1 @@ +b6151bd7906c201a121736c601883725c6a2044c SOURCES/htop-3.3.0.tar.gz diff --git a/SPECS/htop.spec b/SPECS/htop.spec new file mode 100644 index 0000000..0800490 --- /dev/null +++ b/SPECS/htop.spec @@ -0,0 +1,365 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 5; + 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 +Summary: Interactive process viewer +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later +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 +* Thu Jan 02 2025 Arkady L. Shane - 3.3.0-5 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Thu Jul 25 2024 Miroslav Suchý - 3.3.0-5 +- convert GPLv2+ license to SPDX + +* Thu Jul 18 2024 Fedora Release Engineering - 3.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Wed Jan 24 2024 Fedora Release Engineering - 3.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jan 20 2024 Fedora Release Engineering - 3.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 15 2024 Mukundan Ragavan - 3.3.0-1 +- Update to v3.3.0 + +* Thu Jul 20 2023 Fedora Release Engineering - 3.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Feb 14 2023 topazus - 3.2.2-2 +- fix and update the configure options + +* Sun Feb 12 2023 Mukundan Ragavan - 3.2.2-1 +- Update to v3.2.2 + +* Thu Jan 19 2023 Fedora Release Engineering - 3.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Oct 07 2022 Troy Dawson - 3.2.1-3 +- platform-python is for rhel8 only. rhel9 and above follow Fedoras python + naming + +* Thu Jul 21 2022 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jun 10 2022 Mukundan Ragavan - 3.2.1-1 +- Update to v3.2.1 + +* Thu May 05 2022 Mukundan Ragavan - 3.2.0-1 +- update to v3.2.0 + +* Thu Jan 20 2022 Fedora Release Engineering - 3.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sat Dec 11 2021 Mukundan Ragavan - 3.1.2-1 +- Update to 3.1.2 + +* Sat Oct 16 2021 Mukundan Ragavan - 3.1.1-1 +- Update to 3.1.1 + +* Wed Sep 22 2021 Mukundan Ragavan - 3.1.0-1 +- Update to 3.1.0 + +* Thu Jul 22 2021 Fedora Release Engineering - 3.0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Feb 18 2021 Mukundan Ragavan - 3.0.5-4 +- Fix patch application + +* Thu Feb 18 2021 Marcin Juszkiewicz - 3.0.5-3 +- Enable lm-sensors support. +- Patch to enable sensors read on AArch64 platforms. + +* Tue Jan 26 2021 Fedora Release Engineering - 3.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jan 11 2021 Mukundan Ragavan - 3.0.5-1 +- Update to 3.0.5 + +* Tue Dec 22 2020 Mukundan Ragavan - 3.0.4-1 +- Update to 3.0.4 + +* Tue Dec 08 2020 Mukundan Ragavan - 3.0.3-1 +- Update to 3.0.3 + +* Tue Sep 22 2020 Mukundan Ragavan - 3.0.2-1 +- Update to 3.0.2 + +* Thu Sep 03 2020 Mukundan Ragavan - 3.0.1-1 +- Update to 3.0.1 + +* Tue Sep 01 2020 Jozef Mlich - 3.0.0-1 +- see release notes at https://www.freelists.org/post/htop/htop300-released + +* Tue Jul 28 2020 Fedora Release Engineering - 2.2.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Feb 04 2020 Mukundan Ragavan - 2.2.0-8 +- Add patch to build against gcc-10 + +* Wed Jan 29 2020 Fedora Release Engineering - 2.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 2.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jun 25 2019 Pablo Greco - 2.2.0-5 +- Fix python deps for epel 8 + +* Fri Feb 01 2019 Fedora Release Engineering - 2.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 16 2019 Mukundan Ragavan - 2.2.0-3 +- Fix crash when launched with "-s" flag (bug# 1666551) + +* Fri Jul 13 2018 Fedora Release Engineering - 2.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed May 30 2018 Mukundan Ragavan - 2.2.0-1 +- Update to 2.2.0 + +* Wed Feb 14 2018 Mukundan Ragavan - 2.1.0-1 +- Update to 2.1.0 +- Spec cleanup +- drop unused configure options +- Install desktop file (fixes bz#1541785) + +* Wed Feb 07 2018 Fedora Release Engineering - 2.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Sep 10 2017 Vasiliy N. Glazov - 2.0.2-5 +- Cleanup spec + +* Wed Aug 02 2017 Fedora Release Engineering - 2.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun Jul 24 2016 Morten Stevens - 2.0.2-1 +- Update to 2.0.2 (#1359437) + +* Tue Mar 08 2016 Morten Stevens - 2.0.1-1 +- Update to 2.0.1 (#1315522) + +* Mon Feb 15 2016 Morten Stevens - 2.0.0-2 +- Fix buffer reuse (#1308359) +- Fix crash when emptying column + +* Thu Feb 11 2016 Morten Stevens - 2.0.0-1 +- Update to 2.0.0 (#1306817) + +* Wed Feb 03 2016 Fedora Release Engineering - 1.0.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.0.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Feb 21 2015 Till Maas - 1.0.3-5 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + +* Sat Aug 16 2014 Fedora Release Engineering - 1.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 22 2014 Morten Stevens - 1.0.3-3 +- Enable OOM column score support (BZ#1111922) + +* Sat Jun 07 2014 Fedora Release Engineering - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Apr 28 2014 Morten Stevens - 1.0.3-1 +- Update to 1.0.3 +- Should resolve BZ#925557, BZ#987805, BZ#1091943 + +* Sat Aug 03 2013 Fedora Release Engineering - 1.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Nov 09 2012 Miloš Jakubíček - 1.0.2-1 +- Update to 1.0.2 +- Dropped libpagemap patch (conflicting with upstream) +- Removed BR: libpagemap-devel +- Should resolve BZ#859912, BZ#862039, BZ#864495, BZ#874879 + +* Thu Jul 19 2012 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 10 2012 Miloš Jakubíček - 1.0.1-1 +- Update to 1.0.1 +- Should resolve BZ#782272, BZ#815995, BZ#835221 + +* Tue Feb 07 2012 Miloš Jakubíček - 1.0-1 +- Update to 1.0 +- Build with --enable-openvz --enable-vserver --enable-taskstats + --enable-unicode --enable-native-affinity --enable-cgroup +- Drop htop-0.9-system-plpa.patch (no PLPA needed anymore) + +* Fri Jan 13 2012 Fedora Release Engineering - 0.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Apr 08 2011 Miloš Jakubíček - 0.9-3 +- include patch by Petr Holasek (pholasek@redhat.com) that adds + libpagemap support and introduces new -p cmd option and USS, + PSS, SWAP columns + +* Sat Mar 19 2011 Rahul Sundaram - 0.9-2 +- Clean up spec to match current guidelines +- Drop desktop file. Resolves rhbz#689028 + +* Sat Mar 05 2011 Miloš Jakubíček - 0.9-1 +- Update to 0.9 +- Clean specfile, remove Polish translations, unused patches + +* Wed Feb 09 2011 Fedora Release Engineering - 0.8.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Mar 4 2010 Tom "spot" Callaway - 0.8.3-3 +- use plpa system copy instead of embedded one + +* Fri Jul 24 2009 Fedora Release Engineering - 0.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Jun 23 2009 Rafał Psota - 0.8.3-1 +- update to 0.8.3 + +* Fri Jun 12 2009 Rafał Psota - 0.8.2-2 +- "htop aborts after hitting F6 key" fixed (#504795) + +* Tue Jun 02 2009 Rafał Psota - 0.8.2-1 +- update to 0.8.2 + +* Tue Feb 24 2009 Fedora Release Engineering - 0.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 05 2009 Rafał Psota - 0.8.1-3 +- "Tree view doesn't work with threads hidden" fixed (#481072) + +* Tue Nov 18 2008 Rafał Psota - 0.8.1-2 +- non-printable character filter patch (#504144) + +* Tue Oct 14 2008 Rafał Psota - 0.8.1-1 +- update to 0.8.1 + +* Thu Jul 31 2008 Rafał Psota - 0.8-1 +- update to 0.8 + +* Sun Apr 27 2008 Rafał Psota - 0.7-2 +- desktop file fix + +* Mon Feb 11 2008 Rafał Psota - 0.7-1 +- update to 0.7 + +* Sat Dec 9 2006 Dawid Gajownik - 0.6.5-1 +- Update to 0.6.5 + +* Wed Oct 4 2006 Dawid Gajownik - 0.6.4-1 +- Update to 0.6.4 + +* Sat Sep 16 2006 Dawid Gajownik - 0.6.3-2 +- Rebuild for FE6 + +* Sun Jul 30 2006 Dawid Gajownik - 0.6.3-1 +- Update to 0.6.3 +- Correct e-mail address in ChangeLog +- Replace tabs with spaces + +* Sat May 20 2006 Dawid Gajownik - 0.6.2-1 +- Update to 0.6.2 + +* Wed May 10 2006 Dawid Gajownik - 0.6.1-2 +- Add missing BR: desktop-file-utils + +* Wed May 10 2006 Dawid Gajownik - 0.6.1-1 +- Update to 0.6.1 + +* Tue Feb 14 2006 Dawid Gajownik - 0.6-3 +- Rebuild for Fedora Extras 5 + +* Wed Dec 28 2005 Dawid Gajownik - 0.6-2 +- Rebuild with updated tarball + +* Wed Dec 28 2005 Dawid Gajownik - 0.6-1 +- Version 0.6 + +* Fri Nov 11 2005 Dawid Gajownik - 0.5.4-2 +- Don't use superflous CFLAGS variable (Dmitry Butskoy) +- Don't include AUTHORS and NEWS files + +* Thu Nov 10 2005 Dawid Gajownik - 0.5.4-1 +- Initial RPM release. + +## END: Generated by rpmautospec diff --git a/htop.spec b/htop.spec deleted file mode 100644 index a8b3556..0000000 --- a/htop.spec +++ /dev/null @@ -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 diff --git a/sources b/sources deleted file mode 100644 index 5bcf96d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (htop-3.3.0.tar.gz) = 4c03bd183d97ec84010472ea52ff6e210e6d211c813d0ab52bacef16d7e4eef9483e65279fb0a846dcdb532ad19eb1c1c39bad9dd8b103d36aeb51cb5d28e23a