update to 3.0.5 [release 3.0.5-1mamba;Sat Jun 29 2019]
This commit is contained in:
parent
32ff5b718d
commit
e8f26d120a
18
scons.spec
18
scons.spec
@ -1,5 +1,5 @@
|
|||||||
Name: scons
|
Name: scons
|
||||||
Version: 3.0.0
|
Version: 3.0.5
|
||||||
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,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://www.scons.org/
|
URL: http://www.scons.org/
|
||||||
Source: http://downloads.sourceforge.net/scons/scons-src-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/scons/%{version}/scons-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -26,24 +26,19 @@ 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 -n %{name}-src-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} bootstrap.py build/scons || true
|
|
||||||
pushd build/scons
|
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd build/scons
|
|
||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{_includedir}/python \
|
||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--install-data=%{_datadir} \
|
--install-data=%{_datadir} \
|
||||||
--record=../../.packlist
|
--record=.packlist
|
||||||
cd ../..
|
|
||||||
|
|
||||||
sed -i -e "s,%{_mandir}.*,," .packlist
|
sed -i -e "s,%{_mandir}.*,," .packlist
|
||||||
|
|
||||||
@ -54,9 +49,12 @@ rm -f .packlist
|
|||||||
%files -f .packlist
|
%files -f .packlist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc HOWTO LICENSE src/RELEASE.txt src/CHANGES.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 29 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.5-1mamba
|
||||||
|
- update to 3.0.5
|
||||||
|
|
||||||
* Mon Oct 09 2017 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
* Mon Oct 09 2017 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user