Accepting request 729018 from home:AndreasStieger:branches:devel:tools:building
scons 3.1.1 OBS-URL: https://build.opensuse.org/request/show/729018 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=85
This commit is contained in:
parent
e447af279f
commit
2e63ffa81b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:792e7d59c421b9946160c1a373f66e71c0e388c321cef2edf105210beed4ac95
|
||||
size 5510846
|
3
scons-src-3.1.1.tar.gz
Normal file
3
scons-src-3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b231af52b0ee0cf91b61f4323518e02a07eedd554a07890fcbcd425dfa88d5c
|
||||
size 5641414
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af581cc04627133f6da9881d8ccde40f7e66623ac9ca2b9bcc7eed680a84467d
|
||||
size 156227
|
3
scons-user.html-3.1.1.tar.bz2
Normal file
3
scons-user.html-3.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a36633c90cb9cc15ffda686658fdf3aa83b294241429966e78dae42c3f7a432c
|
||||
size 156775
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 18:34:18 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- scons 3.1.1:
|
||||
* Change the default for AppendENVPath to delete_existing=0, so
|
||||
path order will not be changed, unless explicitly set
|
||||
* Add the textfile tool to the default tool list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:07:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -26,13 +26,13 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: scons%{psuffix}
|
||||
Version: 3.0.5
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: Replacement for Make
|
||||
License: MIT
|
||||
Group: Development/Tools/Building
|
||||
URL: http://www.scons.org/
|
||||
Source0: https://github.com/SCons/%{modname}/archive/%{version}.tar.gz
|
||||
URL: https://www.scons.org/
|
||||
Source0: http://prdownloads.sourceforge.net/scons/%{modname}-src-%{version}.tar.gz
|
||||
#http://www.scons.org/doc/%%{version}/HTML/scons-user.html
|
||||
Source1: scons-user.html-%{version}.tar.bz2
|
||||
# Adjust to exclude all failing tests
|
||||
@ -74,7 +74,7 @@ provides itself as well as the features. SCons allows you to use the
|
||||
full power of Python to control compilation.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{modname}-%{version}
|
||||
%setup -q -n %{modname}-src-%{version} -a1
|
||||
%autopatch -p1
|
||||
|
||||
sed -i -e '/QT_LIBPATH = os.path.join.*QTDIR/s/lib/%{_lib}/' \
|
||||
@ -129,6 +129,7 @@ echo "Skiping tests on this architecture due to failures"
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc src/CHANGES.txt README.rst src/RELEASE.txt
|
||||
%doc scons-user.html
|
||||
%{_bindir}/*
|
||||
%{python3_sitelib}/SCons
|
||||
%{python3_sitelib}/%{modname}*.egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user