From 6e479bf61613b7b9fffb0af5986fdb1ae3ffb41f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 12 Nov 2013 07:41:24 +0700 Subject: network/PyRSS2Gen: Updated for version 1.1. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- network/PyRSS2Gen/PyRSS2Gen.SlackBuild | 13 +++++++------ network/PyRSS2Gen/PyRSS2Gen.info | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/network/PyRSS2Gen/PyRSS2Gen.SlackBuild b/network/PyRSS2Gen/PyRSS2Gen.SlackBuild index 09ddbe52593e0..2285cf259befc 100644 --- a/network/PyRSS2Gen/PyRSS2Gen.SlackBuild +++ b/network/PyRSS2Gen/PyRSS2Gen.SlackBuild @@ -6,7 +6,7 @@ # Based on http://slackbuilds.org/template.SlackBuild PRGNAM=PyRSS2Gen -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -32,11 +32,12 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py build || exit 1 python setup.py install --root=$PKG || exit 1 diff --git a/network/PyRSS2Gen/PyRSS2Gen.info b/network/PyRSS2Gen/PyRSS2Gen.info index ffa3656fd03d1..0d47049559092 100644 --- a/network/PyRSS2Gen/PyRSS2Gen.info +++ b/network/PyRSS2Gen/PyRSS2Gen.info @@ -1,8 +1,8 @@ PRGNAM="PyRSS2Gen" -VERSION="1.0.0" +VERSION="1.1" HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html" -DOWNLOAD="http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz" -MD5SUM="b37ed0c9cfa4438a73dbbb0207f3aff6" +DOWNLOAD="http://www.dalkescientific.com/Python/PyRSS2Gen-1.1.tar.gz" +MD5SUM="c56b9453d52b0a70be4f3e95112058aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3