diff --git a/SCons-4.6.0.tar.gz b/SCons-4.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0572279241ec9d358bbb53012ae21f22a1c08242 Binary files /dev/null and b/SCons-4.6.0.tar.gz differ diff --git a/python-scons.spec b/python-scons.spec index 2e13bd0785fc1a0f121a7352490bbaf4e1247112..35622839b1c4343a8076ce8c8b8c4f9bada25c9d 100644 --- a/python-scons.spec +++ b/python-scons.spec @@ -1,11 +1,10 @@ Name: scons -Version: 4.5.2 +Version: 4.6.0 Release: 1 Summary: An Open Source software construction tool License: MIT URL: http://www.scons.org -Source0: https://github.com/SCons/scons/archive/%{version}/scons-%{version}.tar.gz -Source1: https://scons.org/doc/%{version}/scons-doc-%{version}.tar.gz +Source0: https://github.com/SCons/scons/archive/%{version}/SCons-%{version}.tar.gz BuildArch: noarch BuildRequires: make @@ -44,9 +43,7 @@ and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software. %prep -%autosetup -n %{name}-%{version} -N -%setup -n %{name}-%{version} -q -T -D -a 1 -cd .. +%autosetup -n SCons-%{version} -N # Convert to UTF-8 for file in %{name}-%{version}/src/*.txt; do diff --git a/scons-4.5.2.tar.gz b/scons-4.5.2.tar.gz deleted file mode 100644 index 3558559835d8f28ff0684471f9cb27c478e8667c..0000000000000000000000000000000000000000 Binary files a/scons-4.5.2.tar.gz and /dev/null differ diff --git a/scons-doc-4.5.2.tar.gz b/scons-doc-4.5.2.tar.gz deleted file mode 100644 index 56ae58c9e1ef5a88e4a2d1dd6a7febfd65a4c93e..0000000000000000000000000000000000000000 Binary files a/scons-doc-4.5.2.tar.gz and /dev/null differ