From e1ac27dac6c175be8efebf8055baf48c51213856 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 10 Mar 2024 08:50:13 +0000 Subject: automatic import of htop --- .gitignore | 1 + htop.spec | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 64 insertions(+) create mode 100644 htop.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..65f5257 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/htop-3.3.0.tar.gz diff --git a/htop.spec b/htop.spec new file mode 100644 index 0000000..7b7f9ae --- /dev/null +++ b/htop.spec @@ -0,0 +1,62 @@ +Name: htop +Version: 3.3.0 +Release: 1 +Summary: htop - an interactive process viewer +License: GPLv2 +URL: https://htop.dev +Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: perl perl-PathTools ncurses-devel autoconf automake gcc + +%description +htop is a cross-platform interactive process viewer. +htop allows scrolling the list of processes vertically and horizontally to see their full command lines and related information like memory and CPU consumption. +The information displayed is configurable through a graphical setup and can be sorted and filtered interactively. +Tasks related to processes (e.g. killing and renicing) can be done without entering their PIDs. + +%prep +%autosetup -p1 + +%build +./autogen.sh +%configure +%make_build + +%install +%make_install + +%files +%license COPYING +%{_bindir}/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/scalable/apps/htop.svg +%{_datadir}/pixmaps/%{name}.png +%{_mandir}/man1/%{name}.1.gz + +%changelog +* Thu Jan 25 2024 yixiangzhike - 3.3.0-1 +- Update version to 3.3.0 + - htop add '-n/--max-itrations' option + - implement zswap support + - add IRQ PSI meter + - refactor /proc//status parsing + - add option to shadow path prefixes + - fix linux Platform_getProcessLocks() for file-description locks + - fix format specifier warning on 32 bit + - prevent null pointer dereference on ealy error + +* Sun Oct 9 2022 ckji - 3.2.1-1 +- Update version to 3.2.1 + +* Mon Apr 25 2022 wangkai - 3.1.2-1 +- Update version to 3.1.2 + +* Tue Jul 8 2021 xuguangmin - 3.0.5-3 +- Update version to 3.0.5 + +* Mon Jun 7 2021 baizhonggui - 3.0.2-2 +- Fix building error: ./autogen.sh: line 3: autoreconf: command not found +- Add autoconf/automake/gcc in BuildRequires + +* Thu Sep 24 2020 Zhipeng Xie - 3.0.2-1 +- Package init diff --git a/sources b/sources new file mode 100644 index 0000000..c5d2cdd --- /dev/null +++ b/sources @@ -0,0 +1 @@ +637c7ef47b812884c340acc56ead2376 htop-3.3.0.tar.gz -- cgit v1.2.3