From b2935ff7ac84a13f66ccefae46c25f86e92e0016 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 7 Mar 2013 00:26:25 +0100 Subject: [PATCH] libboost_context.so must be guarded by conditional --- boost.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 84292d5..0e72a17 100644 --- a/boost.spec +++ b/boost.spec @@ -34,7 +34,7 @@ Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.53.0 %define version_enc 1_53_0 -Release: 5%{?dist} +Release: 6%{?dist} License: Boost and MIT and Python %define toplev_dirname %{name}_%{version_enc} @@ -981,7 +981,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/%{name} %{_libdir}/libboost_atomic-mt.so %{_libdir}/libboost_chrono*.so +%if %{with context} %{_libdir}/libboost_context*.so +%endif %{_libdir}/libboost_date_time*.so %{_libdir}/libboost_filesystem*.so %{_libdir}/libboost_graph.so @@ -1079,6 +1081,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/bjam.1* %changelog +* Wed Mar 6 2013 Petr Machata - 1.53.0-6 +- libboost_context.so must be guarded by conditional in the expanded + filelist at boost-devel. + * Tue Mar 5 2013 Petr Machata - 1.53.0-5 - Split off Python 3 DSO symlink to a separate subpackage boost-python3-devel. This makes it possible to install