rebuilt with python3 == 3.11 [release 4.5.2-2mamba;Mon Oct 16 2023]
This commit is contained in:
parent
10585cefb4
commit
3720f9a3e8
11
scons.spec
11
scons.spec
@ -1,6 +1,6 @@
|
||||
Name: scons
|
||||
Version: 4.5.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An Open Source software construction tool
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,10 @@ URL: https://www.scons.org/
|
||||
Source: https://sourceforge.net/projects/scons/files/scons/%{version}/SCons-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python3 >= %python3_version
|
||||
Requires: python3 >= 3.11
|
||||
|
||||
%description
|
||||
SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software.
|
||||
@ -58,6 +58,9 @@ rm -f .packlist
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.2-2mamba
|
||||
- rebuilt with python3 == 3.11
|
||||
|
||||
* Tue Mar 21 2023 Automatic Build System <autodist@mambasoft.it> 4.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user