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
mkdir -p %{_vpath_builddir}
%cmake \
-DBUILD_STATIC_LIBS:BOOL=OFF \
-DCMAKE_BUILD_TYPE:STRING=RELEASE \
-DCMAKE_C_FLAGS_RELEASE:STRING="" \
-DDISABLE_BSYMBOLIC:BOOL=OFF \
-DDISABLE_WERROR:BOOL=ON \
-DENABLE_RDRAND:BOOL=ON \
-DENABLE_THREADING:BOOL=ON \
-B $PWD/%{_vpath_builddir} \
-DBUILD_STATIC_LIBS:BOOL=OFF \
-DCMAKE_BUILD_TYPE:STRING=RELEASE \
-DCMAKE_C_FLAGS_RELEASE:STRING="" \
-DDISABLE_BSYMBOLIC:BOOL=OFF \
-DDISABLE_WERROR:BOOL=ON \
-DENABLE_RDRAND:BOOL=ON \
-DENABLE_THREADING:BOOL=ON \
-B $PWD/%{_vpath_builddir} \
-S $PWD
%make_build -C %{_vpath_builddir} all doc