From 287f2036a869729743351b3e295245e5823cb38c Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Fri, 3 Oct 2014 08:45:45 +0700 Subject: python/stem: Updated for version 1.2.2. Signed-off-by: Willy Sudiarto Raharjo --- python/stem/stem.SlackBuild | 10 +++++----- python/stem/stem.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'python/stem') diff --git a/python/stem/stem.SlackBuild b/python/stem/stem.SlackBuild index 20fa1ffda3..20f3e54955 100644 --- a/python/stem/stem.SlackBuild +++ b/python/stem/stem.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stem -# Copyright 2013 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2013-2014 Markus Reichelt, Stolberg (Rhld.), DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # Markus Reichelt , 0xCCEEF115 PRGNAM=stem -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ cd $TMP/$PRGNAM-$VERSION 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 $PKG/usr/man1 +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/man/man1 cp -a docs/ LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild @@ -87,8 +87,8 @@ if [ "$DOC" = "yes" ]; then make man cp -a _build/html $PKG/usr/doc/$PRGNAM-$VERSION rm $PKG/usr/doc/$PRGNAM-$VERSION/html/{.buildinfo,objects.inv} - cp -a _build/man $PKG/usr/man1 - find $PKG/usr/man1 -type f -exec gzip -9 {} \; + cp -a _build/man $PKG/usr/man/man1 + find $PKG/usr/man/man1 -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man1 -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/docs/* rmdir $PKG/usr/doc/$PRGNAM-$VERSION/docs diff --git a/python/stem/stem.info b/python/stem/stem.info index 5d6a6f4a71..f682a776ca 100644 --- a/python/stem/stem.info +++ b/python/stem/stem.info @@ -1,8 +1,8 @@ PRGNAM="stem" -VERSION="1.1.1" +VERSION="1.2.2" HOMEPAGE="https://stem.torproject.org/" -DOWNLOAD="https://pypi.python.org/packages/source/s/stem/stem-1.1.1.tar.bz2" -MD5SUM="e375b0e257ea7db9ae36c2324f4a8abf" +DOWNLOAD="https://pypi.python.org/packages/source/s/stem/stem-1.2.2.tar.bz2" +MD5SUM="843f3526c6abcdab352af27241d1ef50" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad