diff --git a/boost.spec b/boost.spec index 7dc5e3ae509c62ae150806fb9fbf8b57717d0005..40bc0fff7e65f73ab38b4eb0f7e38a12ea074748 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