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 Fri Jul 11 17:29:45 CEST 2008 - bwalle@suse.de

View File

@ -15,7 +15,7 @@ Name: htop
Url: http://htop.sourceforge.net Url: http://htop.sourceforge.net
Summary: An Interactive text-mode Process Viewer for Linux Summary: An Interactive text-mode Process Viewer for Linux
Version: 0.8 Version: 0.8
Release: 1 Release: 7
License: GPL v2 or later License: GPL v2 or later
Group: System/Monitoring Group: System/Monitoring
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
@ -41,15 +41,12 @@ Authors:
%patch0 -p0 %patch0 -p0
%build %build
./configure CFLAGS="$RPM_OPT_FLAGS" \ %configure \
--prefix=%{_prefix} \ --enable-taskstats
--libdir=%{_libdir} \
--mandir=%{_mandir}
make make
%install %install
mkdir -p %{buildroot}/%{_bindir} %makeinstall
make install DESTDIR=%{buildroot}
%clean %clean
rm -rf %{_buildroot} rm -rf %{_buildroot}
@ -63,6 +60,10 @@ rm -rf %{_buildroot}
%{_mandir}/*/%{name}* %{_mandir}/*/%{name}*
%changelog %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 * Fri Jul 11 2008 bwalle@suse.de
- update to htop 0.8 - update to htop 0.8
* Ability to change sort column with the mouse by clicking * Ability to change sort column with the mouse by clicking