114 lines
3.5 KiB
RPMSpec
114 lines
3.5 KiB
RPMSpec
Name: htop
|
|
Version: 3.2.1
|
|
Release: 1mamba
|
|
Summary: An interactive process viewer for Linux
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
URL: http://htop.sourceforge.net
|
|
Source: https://github.com/htop-dev/htop.git/%{version}/htop-%{version}.tar.bz2
|
|
#Source: http://hisham.hm/htop/releases/%{version}/htop-%{version}.tar.gz
|
|
Patch0: htop-0.9-libplpa.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libncurses-devel
|
|
BuildRequires: libnl-devel
|
|
BuildRequires: libunwind-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
htop is an interactive process viewer for Linux.
|
|
It is a text-mode application (for console or X terminals) and requires ncurses.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch0 -p1
|
|
./autogen.sh
|
|
|
|
%build
|
|
#rm -rf plpa-*/
|
|
#autoreconf -isvf
|
|
%configure
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/htop
|
|
%{_datadir}/man/man1/*
|
|
%{_datadir}/applications/htop.desktop
|
|
%{_datadir}/icons/hicolor/scalable/apps/htop.svg
|
|
%{_datadir}/pixmaps/htop.png
|
|
%doc AUTHORS COPYING
|
|
# ChangeLog NEWS README TODO
|
|
|
|
%changelog
|
|
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 03 2022 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 30 2021 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 15 2021 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 21 2021 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 22 2020 Automatic Build System <autodist@mambasoft.it> 3.0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 3.0.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 16 2020 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.1-1mamba
|
|
- update to 3.0.1
|
|
|
|
* Thu Apr 12 2018 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 06 2018 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 22 2016 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 14 2016 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 11 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
|
- update to 1.0.3
|
|
|
|
* Sun Nov 11 2012 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 13 2012 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 04 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9-1mamba
|
|
- package created by autospec
|