diff --git a/galera.spec b/galera.spec index 43466fd..2197c57 100644 --- a/galera.spec +++ b/galera.spec @@ -42,9 +42,8 @@ description of Galera replication engine see https://www.galeracluster.com web. %patch -P1 -p1 %build -%{set_build_flags} -%cmake . \ +%cmake \ -DCMAKE_BUILD_TYPE="%{?with_debug:Debug}%{!?with_debug:RelWithDebInfo}" \ -DINSTALL_LAYOUT=RPM \ -DCMAKE_RULE_MESSAGES:BOOL=OFF \ @@ -59,7 +58,7 @@ description of Galera replication engine see https://www.galeracluster.com web. -DINSTALL_LIBDIR="%{_lib}/galera" \ -DINSTALL_MANPAGE="share/man/man8" -cmake -B %_vpath_builddir -LAH +cmake -B %_vpath_builddir -N -LAH %cmake_build