]> git.pld-linux.org Git - packages/iotop.git/blame - iotop.spec
switch to python3; rel 2
[packages/iotop.git] / iotop.spec
CommitLineData
af0fc14c 1Summary: Top like utility for I/O
2dd96bea 2Summary(hu.UTF-8): Top-szerű program I/O-hoz
6326d170 3Summary(pl.UTF-8): Narzędzie podobne do topa dla I/O
af0fc14c 4Name: iotop
30d62a28 5Version: 0.6
87f36c66 6Release: 2
1a04859a 7License: GPL v2
af0fc14c 8Group: Applications/System
1a04859a 9Source0: http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2
30d62a28 10# Source0-md5: 5ef9456b26d7694abf3101a72e1e0d1d
10b384f3 11Patch0: status-value-error.patch
87f36c66 12Patch1: python3.patch
3e238a09 13URL: http://guichaz.free.fr/iotop/
87f36c66 14BuildRequires: python3-devel
2e09620b 15BuildRequires: rpm-pythonprov
e9ba6113 16BuildRequires: rpmbuild(macros) >= 1.219
87f36c66
JP
17Requires: python3
18Requires: python3-modules
6326d170 19Requires: uname(release) >= 2.6.20
af0fc14c 20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Linux has always been able to show how much I/O was going on (the bi
25and bo columns of the vmstat 1 command). iotop is a Python program
26with a top like UI used to show of behalf of which process is the I/O
27going on.
28
2dd96bea 29%description -l hu.UTF-8
20ea01d8
ZU
30A Linux mindig biztosította a lehetőségét annak, hogy figyelemmel
31kövesd, mennyi I/O művelet zajlik (a bi és a bo oszlopa a vmstat 1
32parancsnak). iotop egy Python program, top-szerű felülettel, amely a
33processzek I/O műveleteit mutatja.
2dd96bea 34
1a04859a 35%description -l pl.UTF-8
e9ba6113
JB
36Linux od zawsze był w stanie pokazać ilośc wykonywanych operacji we/wy
37(kolumny bi i bo polecenia vmstat 1). iotop jest napisanym w języku
38Python narzędziem z interfejsem zbliżonym do programu top,
39wyświetlającym, dla których procesów wykonywane są operacje we/wy.
1a04859a 40
af0fc14c 41%prep
3e238a09 42%setup -q
10b384f3 43%patch0 -p1
87f36c66 44%patch1 -p1
3e238a09
AM
45
46%build
87f36c66 47%py3_build
af0fc14c 48
af0fc14c 49%install
50rm -rf $RPM_BUILD_ROOT
3e238a09 51
87f36c66
JP
52install -d $RPM_BUILD_ROOT%{_sbindir}
53
54%py3_install
55
56%{__mv} $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/iotop
af0fc14c 57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
573e979d 63%doc NEWS THANKS
30d62a28 64%attr(755,root,root) %{_sbindir}/iotop
50c6d8eb 65%{_mandir}/man8/iotop.8*
87f36c66
JP
66%{py3_sitescriptdir}/iotop
67%{py3_sitescriptdir}/iotop-%{version}-py*.egg-info
This page took 0.078347 seconds and 4 git commands to generate.