[boost] also package build-system.jam

Tom Callaway spot at fedoraproject.org
Fri Dec 3 16:33:21 UTC 2010


commit b098466e103a54db9d581781740fc42c73a20502
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Dec 3 11:33:47 2010 -0500

    also package build-system.jam

 boost.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index 9289deb..0fb5876 100644
--- a/boost.spec
+++ b/boost.spec
@@ -23,7 +23,7 @@ Name: boost
 Summary: The free peer-reviewed portable C++ source libraries
 Version: 1.44.0
 %define pristine_version 1_44_0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Boost
 
 # The CMake build framework (set of CMakeLists.txt and module.cmake files) is
@@ -558,7 +558,7 @@ popd
 echo ============================= install build ==================
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/boost-build
 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
 rm -f $RPM_BUILD_ROOT%{_datadir}/boost-build/build/project.ann.py
 popd
@@ -794,6 +794,9 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_
 %{_bindir}/bjam
 
 %changelog
+* Fri Dec  3 2010 Tom "spot" Callaway <spot at fedoraproject.org> - 1.44.0-3
+- also package build-system.jam in boost-build
+
 * Tue Nov 30 2010 Tom "spot" Callaway <spot at fedoraproject.org> - 1.44.0-2
 - add boost-build, boost-jam subpackages
 


More information about the scm-commits mailing list