diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-01-10 08:08:03 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-13 14:43:33 -0600 |
commit | 96a8bdc26cd70ed0cad98a59cb0be563bda920bf (patch) | |
tree | 47bea16229f5cc310999341bfee5338d345dbd72 /development | |
parent | cdcecec4748454277faf39f7d6c01a9bc339cc24 (diff) |
development/Sphinx: Updated for version 1.1.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/Sphinx/Sphinx.SlackBuild | 6 | ||||
-rw-r--r-- | development/Sphinx/Sphinx.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild index 53d527ed58ef..80304c3ad884 100644 --- a/development/Sphinx/Sphinx.SlackBuild +++ b/development/Sphinx/Sphinx.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Sphinx -# Copyright 2011 Mikko Värri, Finland +# Copyright 2012 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Sphinx -VERSION=${VERSION:-1.1} +VERSION=${VERSION:-1.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ python setup.py install --root=$PKG PYTHONPATH="../" make -C doc SPHINXBUILD="python ../sphinx-build.py" html -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/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info index bab8eeff3cb2..ce4465953faf 100644 --- a/development/Sphinx/Sphinx.info +++ b/development/Sphinx/Sphinx.info @@ -1,8 +1,8 @@ PRGNAM="Sphinx" -VERSION="1.1" +VERSION="1.1.2" HOMEPAGE="http://sphinx.pocoo.org/" -DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.1.tar.gz" -MD5SUM="909927a2c0fe62e7ff5794387c8af34e" +DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.1.2.tar.gz" +MD5SUM="b65a5d5d6172f3dcfefb4770ec63926e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" |