This commit is contained in:
drago01 2010-01-12 15:23:09 +00:00
parent 2b3472dc6c
commit 36f4a69a41
4 changed files with 8 additions and 20 deletions

View File

@ -1 +1 @@
iotop-0.3.tar.bz2
iotop-0.4.tar.bz2

View File

@ -1,11 +0,0 @@
diff -upNr iotop-0.2.orign/setup.py iotop-0.2/setup.py
--- iotop-0.2.orign/setup.py 2008-05-23 00:27:55.000000000 +0200
+++ iotop-0.2/setup.py 2008-05-26 17:25:23.000000000 +0200
@@ -2,7 +2,6 @@
import sys
-sys.path.insert(0, 'setuptools-0.6c9-py2.4.egg')
from setuptools import setup, find_packages
from iotop.version import VERSION

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: iotop
Version: 0.3
Release: 2%{?dist}
Version: 0.4
Release: 1%{?dist}
Summary: Top like utility for I/O
Group: Applications/System
@ -12,14 +12,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools-devel
Requires: python
Patch0: iotop-0.2-setuptools.patch
%prep
%setup
%patch0 -p1
%build
%{__python} setup.py build
@ -48,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/*
%changelog
* Tue Jan 12 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.4-1
- New upstream version
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
4b6979b7ee8e667c222abbd9b75dd7d1 iotop-0.3.tar.bz2
3607f8b77ed6686efd9a4a7e6c135ceb iotop-0.4.tar.bz2