From 803d1f66125a3355058beefc05ab233a7ec160f9 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Mon, 12 Nov 2018 00:01:11 +0100 Subject: [PATCH] New htop v3 Beta 5 package --- fedora/SPECS/htop.spec | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 fedora/SPECS/htop.spec diff --git a/fedora/SPECS/htop.spec b/fedora/SPECS/htop.spec new file mode 100644 index 0000000..333fe38 --- /dev/null +++ b/fedora/SPECS/htop.spec @@ -0,0 +1,44 @@ +Name: htop +Version: 3.0.0beta5 +Release: 1%{?dist} +Summary: System Top + +Group: System +License: GPL +URL: https://hisham.hm/htop/ +SOURCE0: %name-%version.tar.gz + +BuildRequires: gcc +BuildRequires: ncurses-devel + +%description +This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!) + +This software has evolved considerably over the years, and is reasonably complete, but there is always room for improvement. + + +%prep +%setup -q + + +%build +./autogen.sh +%configure +make %{?_smp_mflags} + + +%install +make install DESTDIR=%{buildroot} + + +%files +%doc AUTHORS COPYING ChangeLog INSTALL NEWS TESTPLAN +%{_bindir}/htop +%{_datarootdir}/applications/htop.desktop +%{_mandir}/man1 +%{_mandir}/man1/htop.1.gz +%{_datarootdir}/pixmaps/htop.png + + +%changelog +