From d698d0df2a844b461558b7d7d4c019627eb4fa84 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Mon, 4 Mar 2024 21:22:44 -0800 Subject: python/python3-putio.py: Fix versioning issue Signed-off-by: Willy Sudiarto Raharjo --- python/python3-putio.py/python3-putio.py.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python/python3-putio.py/python3-putio.py.SlackBuild') diff --git a/python/python3-putio.py/python3-putio.py.SlackBuild b/python/python3-putio.py/python3-putio.py.SlackBuild index db7c597e42..88e4b56767 100644 --- a/python/python3-putio.py/python3-putio.py.SlackBuild +++ b/python/python3-putio.py/python3-putio.py.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-putio.py SRCNAM=putio.py VERSION=${VERSION:-8.7.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fix building from source +sed -i "s/'0'/\'$VERSION\'/" setup.py + python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3