Small cosmetics to spec file

This commit is contained in:
Björn Esser 2020-05-10 20:09:10 +02:00
parent e85f910c6b
commit cbe7c2bdbe

View File

@ -78,14 +78,14 @@ This package contains the reference manual for %{name}.
%build %build
mkdir -p %{_vpath_builddir} mkdir -p %{_vpath_builddir}
%cmake \ %cmake \
-DBUILD_STATIC_LIBS:BOOL=OFF \ -DBUILD_STATIC_LIBS:BOOL=OFF \
-DCMAKE_BUILD_TYPE:STRING=RELEASE \ -DCMAKE_BUILD_TYPE:STRING=RELEASE \
-DCMAKE_C_FLAGS_RELEASE:STRING="" \ -DCMAKE_C_FLAGS_RELEASE:STRING="" \
-DDISABLE_BSYMBOLIC:BOOL=OFF \ -DDISABLE_BSYMBOLIC:BOOL=OFF \
-DDISABLE_WERROR:BOOL=ON \ -DDISABLE_WERROR:BOOL=ON \
-DENABLE_RDRAND:BOOL=ON \ -DENABLE_RDRAND:BOOL=ON \
-DENABLE_THREADING:BOOL=ON \ -DENABLE_THREADING:BOOL=ON \
-B $PWD/%{_vpath_builddir} \ -B $PWD/%{_vpath_builddir} \
-S $PWD -S $PWD
%make_build -C %{_vpath_builddir} all doc %make_build -C %{_vpath_builddir} all doc