[boost] libboost_context.so must be guarded by conditional

Petr Machata pmachata at fedoraproject.org
Wed Mar 6 23:30:41 UTC 2013


commit b2935ff7ac84a13f66ccefae46c25f86e92e0016
Author: Petr Machata <pmachata at redhat.com>
Date:   Thu Mar 7 00:26:25 2013 +0100

    libboost_context.so must be guarded by conditional

 boost.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <pmachata at redhat.com> - 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 <pmachata at redhat.com> - 1.53.0-5
 - Split off Python 3 DSO symlink to a separate subpackage
   boost-python3-devel.  This makes it possible to install


More information about the scm-commits mailing list