diff --git a/SPECS/tbb.spec b/SPECS/tbb.spec index c38a7f4..25f2d8c 100644 --- a/SPECS/tbb.spec +++ b/SPECS/tbb.spec @@ -1,7 +1,7 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: 2020.3 -Release: 8%{?dist} +Release: 8%{?dist}.1 License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -61,10 +61,9 @@ Blocks (TBB) C++ libraries. %package doc Summary: The Threading Building Blocks documentation -Provides: bundled(jquery) %description doc -PDF documentation for the user of the Threading Building Block (TBB) +HTML documentation for the user of the Threading Building Block (TBB) C++ library. @@ -91,6 +90,9 @@ sed -i 's,env python,python3,' python/TBB.py python/tbb/__*.py # Remove shebang from files that don't need it sed -i '/^#!/d' python/tbb/{pool,test}.py +# Disable jQuery use +sed -i '/^SEARCHENGINE/s/YES/NO/' Doxyfile + %build compiler="" if [[ %{__cc} == *"gcc"* ]]; then @@ -124,6 +126,9 @@ popd # Build the documentation make doxygen +# We don't want to ship jQuery in the tbb-doc package +rm html/jquery.js +find html -name '*.html' | xargs sed -i '/