diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,22 @@
name : scons
-version : 3.1.1
-release : 6
+version : 3.1.2
+release : 7
source :
- - https://vorboss.dl.sourceforge.net/project/scons/scons/3.1.1/scons-3.1.1.tar.gz : 4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5
+ - https://sourceforge.net/projects/scons/files/scons/3.1.2/scons-3.1.2.tar.gz : 7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
homepage : https://scons.org/
license : MIT
component : programming.tools
summary : Extensible Python-based build utility
description: |
SCons is a python-based software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
+setup : |
+ sed -i -e "s|#! /usr/bin/env python|#! /usr/bin/env python3|g" script/*
build : |
%python3_setup
install : |
%python3_install
+ install -dm00755 $installdir/usr/share
+ mv $installdir/usr/man $installdir/usr/share/man
# Remove Windows scripts
rm -f $installdir/usr/bin/scons*.bat
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
scons
https://scons.org/
- Joey Riches
- josephriches@gmail.com
+ Martin Reboredo
+ gc1000ll@gmail.com
MIT
programming.tools
@@ -21,13 +21,13 @@
programming.tools
/usr/bin/scons
- /usr/bin/scons-3.1.1
+ /usr/bin/scons-3.1.2
/usr/bin/scons-configure-cache
- /usr/bin/scons-configure-cache-3.1.1
+ /usr/bin/scons-configure-cache-3.1.2
/usr/bin/scons-time
- /usr/bin/scons-time-3.1.1
+ /usr/bin/scons-time-3.1.2
/usr/bin/sconsign
- /usr/bin/sconsign-3.1.1
+ /usr/bin/sconsign-3.1.2
/usr/lib/scons/SCons/Action.py
/usr/lib/scons/SCons/Builder.py
/usr/lib/scons/SCons/CacheDir.py
@@ -416,19 +416,19 @@
/usr/lib/scons/SCons/cpp.py
/usr/lib/scons/SCons/dblite.py
/usr/lib/scons/SCons/exitfuncs.py
- /usr/lib/scons/scons-3.1.1-py3.7.egg-info
- /usr/man/man1/scons-time.1
- /usr/man/man1/scons.1
- /usr/man/man1/sconsign.1
+ /usr/lib/scons/scons-3.1.2-py3.7.egg-info
+ /usr/share/man/man1/scons-time.1
+ /usr/share/man/man1/scons.1
+ /usr/share/man/man1/sconsign.1
-
- 2020-01-27
- 3.1.1
+
+ 2020-06-12
+ 3.1.2
Packaging update
- Joey Riches
- josephriches@gmail.com
+ Martin Reboredo
+ gc1000ll@gmail.com
\ No newline at end of file