diff options
Diffstat (limited to 'boost.spec')
-rw-r--r-- | boost.spec | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,8 @@ Patch3: boost-1.81-random-Update-multiprecision_int_test.cpp-to-not-accidental.p Patch4: boost-1.81-random-test-Add-missing-includes.patch # https://github.com/boostorg/phoenix/pull/116 Patch5: boost-1.81-phoenix-Update-avoid-placeholders-uarg1.10-ODR-violates.patch +# https://lists.boost.org/Archives/boost/2020/04/248812.php +Patch6: boost-1.73.0-cmakedir.patch Requires: %{name}-atomic%{?_isa} = %{version}-%{release} Requires: %{name}-chrono%{?_isa} = %{version}-%{release} @@ -301,6 +303,9 @@ as that on the Boost web page (http://www.boost.org/doc/libs/%{version_enc}). --libdir=$RPM_BUILD_ROOT%{_libdir} \ install +# Remove buildroot definition from cmake files +sed -i -e 's,%{buildroot},,g' $(find %{buildroot}%{_libdir}/cmake -name "*.cmake") + mkdir boost-doc boost-example cp -r index.html boost.png rst.css boost.css doc more boost-doc find libs -name doc -exec cp {} boost-doc --parents -r \; |