automatic version update by autodist [release 4.2.0-1mamba;Tue Aug 31 2021]
This commit is contained in:
parent
8bf041616a
commit
7ae56676d0
25
scons.spec
25
scons.spec
@ -1,20 +1,17 @@
|
|||||||
Name: scons
|
Name: scons
|
||||||
Version: 3.1.2
|
Version: 4.2.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An Open Source software construction tool
|
Summary: An Open Source software construction tool
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.scons.org/
|
URL: https://www.scons.org/
|
||||||
Source: http://downloads.sourceforge.net/scons/%{version}/scons-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/scons/%{version}/scons-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
Requires: python3 >= %python3_version
|
Requires: python3 >= %python3_version
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
|
||||||
BuildRequires: python3
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%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.
|
||||||
@ -26,9 +23,9 @@ SCons uses MD5 signatures to rebuild only when the contents of a file have reall
|
|||||||
SCons supports side-by-side variant builds, and is easily extended with user-defined Builder and/or Scanner objects.
|
SCons supports side-by-side variant builds, and is easily extended with user-defined Builder and/or Scanner objects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n SCons-%{version}
|
||||||
|
|
||||||
sed -i "s|env python$|env python3|" script/scons*
|
#sed -i "s|env python$|env python3|" script/scons*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python3} setup.py build
|
%{__python3} setup.py build
|
||||||
@ -44,16 +41,22 @@ sed -i "s|env python$|env python3|" script/scons*
|
|||||||
|
|
||||||
sed -i -e "s,%{_mandir}.*,," .packlist
|
sed -i -e "s,%{_mandir}.*,," .packlist
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{_mandir}/man1
|
||||||
|
cp scons*.1 %{buildroot}%{_mandir}/man1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
|
|
||||||
%files -f .packlist
|
%files -f .packlist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/scons*.1*
|
||||||
%doc LICENSE.txt
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Mar 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.2-2mamba
|
* Wed Mar 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.2-2mamba
|
||||||
- rebuilt with python3
|
- rebuilt with python3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user