automatic version update by autodist [release 2.3.5-1mamba;Thu Jul 09 2015]

This commit is contained in:
Automatic Build System 2024-01-05 17:40:12 +01:00
parent b1fb6777a5
commit 788b8dc07b

View File

@ -1,6 +1,6 @@
Name: scons Name: scons
Version: 2.3.0 Version: 2.3.5
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
@ -41,14 +41,11 @@ cd build/scons
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{_includedir}/python \ --install-headers=%{_includedir}/python \
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--install-data=%{_datadir} \
--record=../../.packlist --record=../../.packlist
cd ../.. cd ../..
sed -i -e "s,%{_prefix}/man.*,," .packlist sed -i -e "s,%{_mandir}.*,," .packlist
rm -rf %{buildroot}%{_prefix}/man
install -d %{buildroot}%{_mandir}/man1
install -m 644 doc/man/*.1 %{buildroot}%{_mandir}/man1
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -60,6 +57,18 @@ rm -f .packlist
%doc HOWTO LICENSE src/RELEASE.txt src/CHANGES.txt %doc HOWTO LICENSE src/RELEASE.txt src/CHANGES.txt
%changelog %changelog
* Thu Jul 09 2015 Automatic Build System <autodist@mambasoft.it> 2.3.5-1mamba
- automatic version update by autodist
* Wed Oct 01 2014 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
- automatic version update by autodist
* Thu Jul 10 2014 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
- automatic version update by autodist
* Wed Mar 26 2014 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
- automatic version update by autodist
* Wed May 22 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-2mamba * Wed May 22 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-2mamba
- python 2.7 rebuild - python 2.7 rebuild