also package build-system.jam
This commit is contained in:
parent
ed95db05cd
commit
74756b504a
@ -23,7 +23,7 @@ Name: boost
|
|||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.44.0
|
Version: 1.44.0
|
||||||
%define pristine_version 1_44_0
|
%define pristine_version 1_44_0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Boost
|
License: Boost
|
||||||
|
|
||||||
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
|
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
|
||||||
@ -558,7 +558,7 @@ popd
|
|||||||
echo ============================= install build ==================
|
echo ============================= install build ==================
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/boost-build
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/boost-build
|
||||||
pushd tools/build/v2
|
pushd tools/build/v2
|
||||||
cp -a boost-build.jam bootstrap.jam build/ kernel/ options/ tools/ util/ user-config.jam $RPM_BUILD_ROOT%{_datadir}/boost-build/
|
cp -a boost-build.jam bootstrap.jam build-system.jam build/ kernel/ options/ tools/ util/ user-config.jam $RPM_BUILD_ROOT%{_datadir}/boost-build/
|
||||||
# Not a real file
|
# Not a real file
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/boost-build/build/project.ann.py
|
rm -f $RPM_BUILD_ROOT%{_datadir}/boost-build/build/project.ann.py
|
||||||
popd
|
popd
|
||||||
@ -794,6 +794,9 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_
|
|||||||
%{_bindir}/bjam
|
%{_bindir}/bjam
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 3 2010 Tom "spot" Callaway <spot@fedoraproject.org> - 1.44.0-3
|
||||||
|
- also package build-system.jam in boost-build
|
||||||
|
|
||||||
* Tue Nov 30 2010 Tom "spot" Callaway <spot@fedoraproject.org> - 1.44.0-2
|
* Tue Nov 30 2010 Tom "spot" Callaway <spot@fedoraproject.org> - 1.44.0-2
|
||||||
- add boost-build, boost-jam subpackages
|
- add boost-build, boost-jam subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user