rpms/iotop/F-8 iotop.spec,1.2,1.3

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Fri Dec 28 14:33:34 UTC 2007


Author: drago01

Update of /cvs/pkgs/rpms/iotop/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4358

Modified Files:
	iotop.spec 
Log Message:
fix build


Index: iotop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iotop/F-8/iotop.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iotop.spec	28 Dec 2007 13:48:31 -0000	1.2
+++ iotop.spec	28 Dec 2007 14:33:01 -0000	1.3
@@ -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 @@
 Requires: python
       
 %prep
+cp -p %{SOURCE0} .
 %patch0 -p0 -b .xterm-color
 
+
 %build
 
 %description
@@ -28,7 +30,7 @@
 %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 @@
 
 
 %changelog
+* Fri Dec 28 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.1-3
+- Fix build issue
+
 * Fri Dec 28 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.1-2
 - Fix traceback on xterm-color RH #400071
 




More information about the fedora-extras-commits mailing list