From 1d53a67828933ea6508ac6ad22f14376cd9afae0 Mon Sep 17 00:00:00 2001 From: Bartlomiej Palmowski Date: Sun, 11 Aug 2013 12:46:27 +0200 Subject: [PATCH] iotop: 0.4.4 -> 0.6 --- iotop/.footprint | 8 ++++---- iotop/.md5sum | 2 +- iotop/Pkgfile | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/iotop/.footprint b/iotop/.footprint index c0786ffe4..b9ca14fc9 100644 --- a/iotop/.footprint +++ b/iotop/.footprint @@ -1,6 +1,4 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/iotop drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.7/ drwxr-xr-x root/root usr/lib/python2.7/site-packages/ @@ -22,5 +20,7 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/iotop/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/iotop/vmstat.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/iotop/vmstat.pyc drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-rw-r-- root/root usr/man/man1/iotop.1.gz +drwxr-xr-x root/root usr/man/man8/ +-rw-r----- root/root usr/man/man8/iotop.8.gz +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/iotop diff --git a/iotop/.md5sum b/iotop/.md5sum index 6281adb02..e7609a6ea 100644 --- a/iotop/.md5sum +++ b/iotop/.md5sum @@ -1 +1 @@ -cdd38b276cbf238676f5d2bcf098ba9c iotop-0.4.4.tar.bz2 +5ef9456b26d7694abf3101a72e1e0d1d iotop-0.6.tar.bz2 diff --git a/iotop/Pkgfile b/iotop/Pkgfile index 3648d210b..3406c32c4 100644 --- a/iotop/Pkgfile +++ b/iotop/Pkgfile @@ -5,14 +5,14 @@ # Depends on: python name=iotop -version=0.4.4 +version=0.6 release=1 -#source=(http://guichaz.free.fr/$name/files/$name-$version.tar.bz2) -source=(http://pkgs.fedoraproject.org/repo/pkgs/$name/$name-$version.tar.bz2/cdd38b276cbf238676f5d2bcf098ba9c/$name-$version.tar.bz2) +source=(http://guichaz.free.fr/$name/files/$name-$version.tar.bz2) +#source=(http://pkgs.fedoraproject.org/repo/pkgs/$name/$name-$version.tar.bz2/cdd38b276cbf238676f5d2bcf098ba9c/$name-$version.tar.bz2) build() { cd $name-$version - sed -i 's|share/man/man1|man/man1|' setup.py + sed -i 's|share/man/man8|man/man8|' setup.py python setup.py install --root=$PKG --prefix=/usr rm -r $PKG/usr/lib/python*/site-packages/iotop-*.egg-info }