development/Sphinx: Updated for version 1.1.2.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Mikko Värri 2012-01-10 08:08:03 -02:00 committed by Erik Hanson
parent cdcecec474
commit 96a8bdc26c
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"