Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 28833b4e2fbdcfd53850651d62d92d38 > files > 2

iotop-0.2.1-4mdv2009.1.src.rpm

Summary:	Display I/O usage of processes in a top like UI
Name:		iotop
Version:	0.2.1
Release:	%mkrel 4
License:	GPLv2
Group:		Monitoring
Url:		http://guichaz.free.fr/iotop/
Source0:	http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2
BuildRequires:	zlib
%py_requires -d
Requires:	python
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%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. It requires a Linux kernel 2.6.20
with TASK_IO_ACCOUNTING enabled.

%prep
%setup -q

%build
python setup.py build

%install
rm -rf %{buildroot}

python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc NEWS THANKS
%{_bindir}/%{name}
%{py_sitedir}/*
%{_mandir}/man1/*


%changelog
* Tue Jan 06 2009 Funda Wang <fundawang@mandriva.org> 0.2.1-4mdv2009.1
+ Revision: 326081
- rebuild
- rebuild

* Tue Jan 06 2009 Jérôme Soyer <saispo@mandriva.org> 0.2.1-2mdv2009.1
+ Revision: 325317
- Rebuild for new python

* Sun Jul 27 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 0.2.1-1mdv2009.0
+ Revision: 250582
- add missing buildrequires on zlib
- update to new version 0.2.1
- correct the url and source
- fix mixture of tabs and spaces
- spec file clean

* Fri Jul 18 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0-3mdv2009.0
+ Revision: 238199
- spec cleanup

  + Michael Scherer <misc@mandriva.org>
    - add missing requires on python, as found by guillomovitch

  + Thierry Vignaud <tvignaud@mandriva.com>
    - fix no-buildroot-tag

* Tue Dec 18 2007 Olivier Blin <oblin@mandriva.com> 0-1mdv2008.1
+ Revision: 132091
- build as noarch
- initial iotop package
- create iotop