update to 4.5.1 [release 4.5.1-1mamba;Sun Mar 19 2023]
This commit is contained in:
parent
7ae56676d0
commit
0e3cafa52f
17
scons.spec
17
scons.spec
@ -1,5 +1,5 @@
|
|||||||
Name: scons
|
Name: scons
|
||||||
Version: 4.2.0
|
Version: 4.5.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An Open Source software construction tool
|
Summary: An Open Source software construction tool
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -7,11 +7,11 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.scons.org/
|
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
|
License: MIT
|
||||||
Requires: python3 >= %python3_version
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: python3 >= %python3_version
|
||||||
|
|
||||||
%description
|
%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.
|
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-headers=%{python3_inc} \
|
||||||
--install-lib=%{python3_sitearch} \
|
--install-lib=%{python3_sitearch} \
|
||||||
--install-data=%{_datadir} \
|
--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
|
install -d -m0755 %{buildroot}%{_mandir}/man1
|
||||||
cp scons*.1 %{buildroot}%{_mandir}/man1
|
cp scons*.1 %{buildroot}%{_mandir}/man1
|
||||||
@ -48,12 +48,17 @@ cp scons*.1 %{buildroot}%{_mandir}/man1
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
|
|
||||||
%files -f .packlist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/SCons-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/SCons-%{version}-py*.egg-info/*
|
||||||
%{_mandir}/man1/scons*.1*
|
%{_mandir}/man1/scons*.1*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user