Name: iotop
Summary: Per process I/O bandwidth monitor
Version: 0.5
Release: 1
License: GPL
Group: System Environment/Base
URL: http://guichaz.free.fr/iotop/
Description: Iotop is a Python program with a top like UI used to show of behalf of which
process is the I/O going on.
The build was not successful.
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dag ### EL6 ships with iotop-0.3.2-3.el6 %{?el6:# Tag: rfx} ### ExclusiveDist: el5 %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Summary: Per process I/O bandwidth monitor Name: iotop Version: 0.5 Release: 1%{?dist} License: GPL Group: System Environment/Base URL: http://guichaz.free.fr/iotop/ Source: http://guichaz.free.fr/iotop/files/iotop-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: python >= 2.5 Requires: python >= 2.5 %description Iotop is a Python program with a top like UI used to show of behalf of which process is the I/O going on. %prep %setup %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}" %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ChangeLog COPYING NEWS THANKS %doc %{_mandir}/man8/iotop.8* %{_bindir}/iotop %{python_sitelib}/iotop/ %exclude %{python_sitelib}/*.egg-info/ %changelog * Tue Feb 12 2013 Dag Wieers <dag@wieers.com> - 0.5-1 - Updated to release 0.5. * Fri May 08 2009 Dag Wieers <dag@wieers.com> - 0.3-1 - Initial package. (using DAR)