I have made the following changes intended for : CE:Utils / iotop Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below
https://build.pub.meego.com/request/show/2627 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2627: Messages from BOSS: None State: new 2011-10-24T14:04:03 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_Utils_armv7hl found. accepted on No date Changes: submit: home:sage:Mer:Utils / iotop -> CE:Utils / iotop Index: iotop.yaml =================================================================== --- iotop.yaml (revision 0) +++ iotop.yaml (revision 83e8032d34db3d1627b8d5bb5efcc2bf) @@ -0,0 +1,26 @@ +Name: iotop +Summary: Simple top-like I/O monitor +Version: 0.4.3 +Release: 1 +Group: System/Console +License: GPLv2+ +URL: http://guichaz.free.fr/iotop/ +Sources: + - http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2 +Description: | + Iotop does for I/O usage what top(1) does for CPU usage. It watches I/O + usage information output by the Linux kernel and displays a table of + current I/O usage by processes on the system. It is handy for answering + the question "Why is the disk churning so much?". + +PkgBR: + - python +Configure: none +Builder: none +BuildArch: noarch +SubPackages: + - Name: doc + Summary: Documentation for simple top-like I/O monitor + Group: Documentation + Description: "%{summary}." + Index: iotop.changes =================================================================== --- iotop.changes (revision 0) +++ iotop.changes (revision 83e8032d34db3d1627b8d5bb5efcc2bf) @@ -0,0 +1,2 @@ +* Thu Apr 21 2011 Tapio Rantala <[email protected]> - 0.4.3-1 +- Initial meego packaging Index: iotop-0.4.3.tar.bz2 =================================================================== Binary file iotop-0.4.3.tar.bz2 added Index: iotop.spec =================================================================== --- iotop.spec (revision 0) +++ iotop.spec (revision 83e8032d34db3d1627b8d5bb5efcc2bf) @@ -0,0 +1,85 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: iotop +Summary: Simple top-like I/O monitor +Version: 0.4.3 +Release: 1 +Group: System/Console +License: GPLv2+ +BuildArch: noarch +URL: http://guichaz.free.fr/iotop/ +Source0: http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2 +Source100: iotop.yaml +BuildRequires: python + + +%description +Iotop does for I/O usage what top(1) does for CPU usage. It watches I/O +usage information output by the Linux kernel and displays a table of +current I/O usage by processes on the system. It is handy for answering +the question "Why is the disk churning so much?". + + + +%package doc +Summary: Documentation for simple top-like I/O monitor +Group: Documentation +Requires: %{name} = %{version}-%{release} + +%description doc +%{summary}. + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + + + +# >> build post +./setup.py build +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre + +# >> install post +./setup.py install --root=%{buildroot} +# << install post + + + + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%{_bindir}/iotop +%{python_sitelib}/iotop-* +%{python_sitelib}/iotop/* +%{_mandir}/man1/iotop.1.gz +# << files + + +%files doc +%defattr(-,root,root,-) +# >> files doc +%doc ChangeLog COPYING NEWS README THANKS +# << files doc +
