diff --git a/python-scons.spec b/python-scons.spec index 37ba354558e1b28c127e2dab0d8faab1ed177cbb..35381cdf738d4ae7eb1a84bbf63631ee85d0b2ac 100644 --- a/python-scons.spec +++ b/python-scons.spec @@ -1,11 +1,11 @@ Name: scons -Version: 4.8.1 +Version: 4.9.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 +# Source1: https://scons.org/doc/%{version}/scons-doc-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: python3-pip python3-hatchling python3-hatch-vcs @@ -46,7 +46,7 @@ and faster way to build software. %prep %autosetup -n %{name}-%{version} -N -%setup -n %{name}-%{version} -q -T -D -a 1 +# %setup -n %{name}-%{version} -q -T -D -a 1 %build %pyproject_build @@ -63,11 +63,15 @@ and faster way to build software. %{_bindir}/%{name} %{_bindir}/%{name}{ign,-time,-configure-cache} %{python3_sitelib}/SCons* +%{python3_sitelib}/scons-4.9.0.dist-info/* %files doc -%doc HTML PDF EPUB TEXT +%doc %changelog +* Tue May 13 2025 openeuler_bot - 4.9.0-1 +There are no changes mentioned in the document. + * Wed Nov 27 2024 xu_ping <707078654@qq.com> - 4.8.1-1 - Upgrade to version 4.8.1 * Added more type annotations to internal routines. @@ -93,4 +97,4 @@ some more explanation. - update package version * Sat Nov 30 2019 zhouyihang - 3.0.1-10 -- Package init +- Package init \ No newline at end of file diff --git a/scons-4.8.1.tar.gz b/scons-4.9.0.tar.gz similarity index 44% rename from scons-4.8.1.tar.gz rename to scons-4.9.0.tar.gz index 92896d470755b5041a5c18de8aecef9ddeeb3a10..40e8328f78ad34ac51426387cbe25a62dbac4be3 100644 Binary files a/scons-4.8.1.tar.gz and b/scons-4.9.0.tar.gz differ