This commit is contained in:
parent
05404d31bd
commit
df7681fe8c
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 13:57:32 CEST 2008 - puzel@suse.cz
|
||||
|
||||
- configure with --enable-taskstats to enable
|
||||
per-processes IO statistics
|
||||
- use %configure and %makeinstall macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 17:29:45 CEST 2008 - bwalle@suse.de
|
||||
|
||||
|
15
htop.spec
15
htop.spec
@ -15,7 +15,7 @@ Name: htop
|
||||
Url: http://htop.sourceforge.net
|
||||
Summary: An Interactive text-mode Process Viewer for Linux
|
||||
Version: 0.8
|
||||
Release: 1
|
||||
Release: 7
|
||||
License: GPL v2 or later
|
||||
Group: System/Monitoring
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
@ -41,15 +41,12 @@ Authors:
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
||||
--prefix=%{_prefix} \
|
||||
--libdir=%{_libdir} \
|
||||
--mandir=%{_mandir}
|
||||
%configure \
|
||||
--enable-taskstats
|
||||
make
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_bindir}
|
||||
make install DESTDIR=%{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
rm -rf %{_buildroot}
|
||||
@ -63,6 +60,10 @@ rm -rf %{_buildroot}
|
||||
%{_mandir}/*/%{name}*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2008 puzel@suse.cz
|
||||
- configure with --enable-taskstats to enable
|
||||
per-processes IO statistics
|
||||
- use %%configure and %%makeinstall macros
|
||||
* Fri Jul 11 2008 bwalle@suse.de
|
||||
- update to htop 0.8
|
||||
* Ability to change sort column with the mouse by clicking
|
||||
|
Loading…
Reference in New Issue
Block a user