Specs added from this server

This commit is contained in:
Daniel Steiner
2017-07-06 09:46:08 +02:00
parent 6f9d369383
commit 192156612e
10 changed files with 2627 additions and 0 deletions

43
centos/SPECS/htop.spec Normal file
View File

@@ -0,0 +1,43 @@
Name: htop
Version: 2.0.2
Release: 1%{?dist}
Summary: System Top
Group: System
License: GPL
URL: http://someting
SOURCE0: %name-%version.tar.gz
BuildRequires: gcc
%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