Blame SPECS/iotop.spec

b23258
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
b23258
Name: iotop
b23258
Version: 0.6
8955b8
Release: 4%{?dist}
b23258
Summary: Top like utility for I/O       
b23258
b23258
Group: Applications/System          
b23258
License: GPLv2+
b23258
URL: http://guichaz.free.fr/iotop/            
b23258
Source0: http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2 
b23258
8955b8
# from upstream, for iotop <= 0.6, rhbz#1582821
8955b8
Patch1: iotop-0.6-splitline.patch
8955b8
Patch2: iotop-0.3.2-ppcprio.patch
8955b8
Patch3: iotop-0.6-aarch64prio.patch
8955b8
b23258
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b23258
b23258
BuildArch: noarch
b23258
BuildRequires: python-devel
b23258
Requires: python
b23258
      
b23258
%prep
b23258
%setup
8955b8
%patch1 -p1 -b .splitline
8955b8
%patch2 -p1 -b .ppcprio
8955b8
%patch3 -p1 -b .aarch64prio
b23258
b23258
%build
b23258
%{__python} setup.py build
b23258
b23258
%description
b23258
Linux has always been able to show how much I/O was going on
b23258
(the bi and bo columns of the vmstat 1 command).
b23258
iotop is a Python program with a top like UI used to
b23258
show of behalf of which process is the I/O going on.
b23258
b23258
b23258
%install
b23258
rm -rf $RPM_BUILD_ROOT
b23258
%{__python} setup.py install --root=${RPM_BUILD_ROOT}
b23258
b23258
b23258
%clean
b23258
rm -rf $RPM_BUILD_ROOT
b23258
b23258
b23258
%files
b23258
%defattr(-,root,root,-)
b23258
%doc COPYING NEWS THANKS
b23258
%{_sbindir}/iotop
b23258
%{_mandir}/man8/iotop.*
b23258
%{python_sitelib}/*
b23258
b23258
%changelog
8955b8
* Thu Aug 02 2018 Michal Hlavinka <mhlavink@redhat.com> - 0.6-4
8955b8
- fix prio field for ppc and aarch64 (#1610912, #1610914)
8955b8
8955b8
* Mon Jul 09 2018 Michal Hlavinka <mhlavink@redhat.com> - 0.6-3
8955b8
- fix data value unpack with latest kernels (#1582821)
8955b8
aa2250
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.6-2
aa2250
- Mass rebuild 2013-12-27
aa2250
b23258
* Wed Mar 29 2013 Michal Hlavinka <mhlavink@redhat.com> - 0.6-1
b23258
- iotop updated to 0.6
b23258
b23258
* Tue Feb 05 2013 Michal Hlavinka <mhlavink@redhat.com> - 0.5-1
b23258
- iotop updated to 0.5
b23258
b23258
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-3
b23258
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b23258
b23258
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-2
b23258
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b23258
b23258
* Wed Nov 16 2011 Michal Hlavinka <mhlavink@redhat.com> - 0.4.4-1
b23258
- iotop updated to 0.4.4
b23258
b23258
* Fri Oct 14 2011 Michal Hlavinka <mhlavink@redhat.com> 0.4.3-3
b23258
- fix typo in last patch
b23258
b23258
* Thu Oct 13 2011 Michal Hlavinka <mhlavink@redhat.com> 0.4.3-2
b23258
- after CVE-2011-2494 fix, iotop needs root privileges
b23258
b23258
* Sun Sep 18 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.4.3-1
b23258
- New upstream version
b23258
b23258
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
b23258
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b23258
b23258
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.4-2
b23258
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
b23258
b23258
* Tue Jan 12 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.4-1
b23258
- New upstream version
b23258
b23258
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
b23258
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b23258
b23258
* Tue May 19 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-1
b23258
- New upstream version
b23258
- fixes RH #475917
b23258
b23258
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-3
b23258
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b23258
b23258
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.2.1-2
b23258
- Rebuild for Python 2.6
b23258
b23258
* Wed Jul 09 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.2.1-1
b23258
- Update to 0.2.1
b23258
b23258
* Mon Jul 07 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.2-2
b23258
- New upstream tarball..
b23258
b23258
* Mon May 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.2-1
b23258
- Update to new upstream version
b23258
b23258
* Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.1-3
b23258
- Fix build issue
b23258
b23258
* Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.1-2
b23258
- Fix traceback on xterm-color RH #400071
b23258
b23258
* Sun Nov 3 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.1-1
b23258
- Fix version
b23258
b23258
* Sun Nov 3 2007 Adel Gadllah <adel.gadllah@gmail.com> 20070930-1
b23258
- Initial Build