From df7681fe8cc6604a92312c0afcfd3486d3cb08e61d91c0ff640e39c7b855f1b1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 2 Aug 2008 02:00:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htop?expand=0&rev=5 --- htop.changes | 7 +++++++ htop.spec | 15 ++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/htop.changes b/htop.changes index ae28f88..2773acd 100644 --- a/htop.changes +++ b/htop.changes @@ -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 diff --git a/htop.spec b/htop.spec index 018f278..5eb4fb7 100644 --- a/htop.spec +++ b/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