update to 4.5.1 [release 4.5.1-1mamba;Sun Mar 19 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 17:40:13 +01:00
parent 7ae56676d0
commit 0e3cafa52f

View File

@ -1,5 +1,5 @@
Name: scons
Version: 4.2.0
Version: 4.5.1
Release: 1mamba
Summary: An Open Source software construction tool
Group: Development/Tools
@ -7,11 +7,11 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.scons.org/
Source: http://downloads.sourceforge.net/scons/%{version}/scons-%{version}.tar.gz
Source: https://sourceforge.net/projects/scons/files/scons/%{version}/SCons-%{version}.tar.gz
License: MIT
Requires: python3 >= %python3_version
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: python3 >= %python3_version
%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.
@ -37,9 +37,9 @@ SCons supports side-by-side variant builds, and is easily extended with user-def
--install-headers=%{python3_inc} \
--install-lib=%{python3_sitearch} \
--install-data=%{_datadir} \
--record=.packlist
--record=%{name}.filelist
sed -i -e "s,%{_mandir}.*,," .packlist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
install -d -m0755 %{buildroot}%{_mandir}/man1
cp scons*.1 %{buildroot}%{_mandir}/man1
@ -48,12 +48,17 @@ cp scons*.1 %{buildroot}%{_mandir}/man1
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
%files -f .packlist
%files -f %{name}.filelist
%defattr(-,root,root)
%dir %{python3_sitearch}/SCons-%{version}-py*.egg-info
%{python3_sitearch}/SCons-%{version}-py*.egg-info/*
%{_mandir}/man1/scons*.1*
%doc LICENSE
%changelog
* Sun Mar 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.1-1mamba
- update to 4.5.1
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
- automatic version update by autodist