OBS User unknown 2008-08-02 02:00:42 +00:00 committed by Git OBS Bridge
parent 05404d31bd
commit df7681fe8c
2 changed files with 15 additions and 7 deletions

View File

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

View File

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