diff --git a/chromaprint.spec b/chromaprint.spec index 0bd1d59..37d7d6b 100644 --- a/chromaprint.spec +++ b/chromaprint.spec @@ -88,7 +88,8 @@ License for binaries is GPLv2+ but source code is MIT + LGPLv2+ # examples and cli tools require ffmpeg, so turn off; test depend of external artifact so turn off. %cmake -GNinja \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTS=OFF + -DBUILD_TESTS=OFF \ + -DBUILD_TOOLS=OFF # -DBUILD_TOOLS=%{?with_ffmpeg:ON}%{!?with_ffmpeg:OFF} %cmake_build