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
|
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user