|
|
|
@ -1,13 +1,11 @@
|
|
|
|
|
Name: htop
|
|
|
|
|
Version: 2.0.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.0.1
|
|
|
|
|
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
|
|
|
|
|
Patch0: htop-2.0.0-fix-emptying-column.patch
|
|
|
|
|
Patch1: htop-2.0.0-fix-buffer-reuse.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
@ -20,8 +18,6 @@ top(1).
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -57,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/
|
|
|
|
|
%{_mandir}/man1/htop.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 08 2016 Morten Stevens <mstevens@fedoraproject.org> - 2.0.1-1
|
|
|
|
|
- Update to 2.0.1 (#1315522)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2016 Morten Stevens <mstevens@fedoraproject.org> - 2.0.0-2
|
|
|
|
|
- Fix buffer reuse (#1308359)
|
|
|
|
|
- Fix crash when emptying column
|
|
|
|
|