Update to 1.0.3

epel8
Morten Stevens 11 years ago
parent 4d89f0b5e5
commit ec56ea2e7c

1
.gitignore vendored

@ -3,3 +3,4 @@ htop-0.8.3.tar.gz
/htop-1.0.tar.gz
/htop-1.0.1.tar.gz
/htop-1.0.2.tar.gz
/htop-1.0.3.tar.gz

@ -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

@ -1 +1 @@
0d01cca8df3349c74569cefebbd9919e htop-1.0.2.tar.gz
e768b9b55c033d9c1dffda72db3a6ac7 htop-1.0.3.tar.gz

Loading…
Cancel
Save