From 0ef21cd515870fc97c2fe365fb2abe7aa5ad37d1 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 14 Dec 2021 10:58:43 +0800 Subject: [PATCH] add the missing iostreams.so --- boost.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 7dc5e3a..40bc0ff 100644 --- a/boost.spec +++ b/boost.spec @@ -18,7 +18,7 @@ Name: boost Version: 1.78.0 -Release: 1 +Release: 2 Summary: The free peer-reviewed portable C++ source libraries License: Boost Software License 1.0 URL: http://www.boost.org @@ -61,7 +61,7 @@ Requires: %{name}-type_erasure%{?_isa} = %{version}-%{release} Requires: %{name}-wave%{?_isa} = %{version}-%{release} Requires: %{name}-contract%{?_isa} = %{version}-%{release} -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ boost-iostreams BuildRequires: bzip2-devel zlib-devel libicu-devel %if %{with python3} BuildRequires: python3-devel python3-numpy @@ -790,6 +790,8 @@ rm -f tmp-doc-files-to-be-installed rm -f tmp-doc-directories %{__install} -p -m 644 -t $EXAMPLESPATH LICENSE_1_0.txt +cp -a %{_libdir}/libboost_iostreams.so.1.77.0* %{buildroot}%{_libdir} + %post doctools CATALOG=%{_sysconfdir}/xml/catalog %{_bindir}/xmlcatalog --noout --add "rewriteSystem" \ @@ -1034,6 +1036,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Tue Dec 14 2021 zhouwenpei - 1.78.0-2 +- add the missing iostreams.so + * Fri Dec 10 2021 sdlzx - 1.78.0-1 - update to 1.78.0 -- Gitee