From c1ba9e582bf67bd84c1acddcd476d467fd8d1724 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Wed, 1 Oct 2014 08:56:49 +0700 Subject: [PATCH] python/feedparser: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- python/feedparser/feedparser.SlackBuild | 3 ++- python/feedparser/feedparser.info | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/python/feedparser/feedparser.SlackBuild b/python/feedparser/feedparser.SlackBuild index 45a0114437..4eeb9f8bb1 100644 --- a/python/feedparser/feedparser.SlackBuild +++ b/python/feedparser/feedparser.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for feedparser # Modified by Luis Henrique +# Maintained 2014 by Christoph Willing # Copyright 2008-2009 Chess Griffin # All rights reserved. @@ -74,7 +75,7 @@ python setup.py build || exit 1 python setup.py install --root $PKG || exit 1 -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/python/feedparser/feedparser.info b/python/feedparser/feedparser.info index 93312d64df..c7c6394c12 100644 --- a/python/feedparser/feedparser.info +++ b/python/feedparser/feedparser.info @@ -6,5 +6,5 @@ MD5SUM="f2253de78085a1d5738f626fcc1d8f71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" -MAINTAINER="Luis Henrique" -EMAIL="lmello.009@gmail.com" +MAINTAINER="Christoph Willing" +EMAIL="chris.willing@iinet.net.au"