|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
Name: htop
|
|
|
|
|
Version: 1.0.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
License: GPL+
|
|
|
|
|
URL: http://htop.sourceforge.net/
|
|
|
|
|
Source0: http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: ncurses-devel, python, libtool
|
|
|
|
|
Name: htop
|
|
|
|
|
Version: 1.0.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
License: GPL+
|
|
|
|
|
URL: http://hisham.hm/htop/
|
|
|
|
|
Source0: http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
BuildRequires: python
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
htop is an interactive text-mode process viewer for Linux, similar to
|
|
|
|
@ -20,8 +20,9 @@ top(1).
|
|
|
|
|
%setup -q
|
|
|
|
|
sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -v -f -i
|
|
|
|
|
|
|
|
|
|
%configure --enable-openvz --enable-vserver --enable-taskstats \
|
|
|
|
|
--enable-unicode --enable-native-affinity --enable-cgroup
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
@ -44,8 +45,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/
|
|
|
|
|
%{_datadir}/pixmaps/htop.png
|
|
|
|
|
%{_mandir}/man1/htop.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 28 2014 Morten Stevens <mstevens@imt-systems.com> - 1.0.3-1
|
|
|
|
|
- Update to 1.0.3
|
|
|
|
|
- Should resolve BZ#925557, BZ#987805, BZ#1091943
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|