From 2c2f0cc6ba646c62a6d1b946815ab806827e61c6 Mon Sep 17 00:00:00 2001 From: drago01 Date: Fri, 28 Dec 2007 14:27:57 +0000 Subject: [PATCH] fix build --- iotop.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/iotop.spec b/iotop.spec index 635a0c8..e827ca6 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,6 +1,6 @@ Name: iotop Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Top like utility for I/O Group: Applications/System @@ -14,8 +14,10 @@ BuildArch: noarch Requires: python %prep +cp -p %{SOURCE0} . %patch0 -p0 -b .xterm-color + %build %description @@ -28,7 +30,7 @@ show of behalf of which process is the I/O going on. %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -p -m 0755 %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/iotop +install -p -m 0755 iotop.py $RPM_BUILD_ROOT%{_bindir}/iotop %clean @@ -41,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 28 2007 Adel Gadllah 0.1-3 +- Fix build issue + * Fri Dec 28 2007 Adel Gadllah 0.1-2 - Fix traceback on xterm-color RH #400071