From caef7803699d82c1a61bbfec93584388976741e5 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Thu, 4 Sep 2014 15:37:20 +0200 Subject: [PATCH] Use %cmake macro --- mariadb.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index 893b426..91c20aa 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -521,7 +521,8 @@ export LDFLAGS # The INSTALL_xxx macros have to be specified relative to CMAKE_INSTALL_PREFIX # so we can't use %%{_datadir} and so forth here. -cmake . -DBUILD_CONFIG=mysql_release \ +%cmake . \ + -DBUILD_CONFIG=mysql_release \ -DFEATURE_SET="community" \ -DINSTALL_LAYOUT=RPM \ -DDAEMON_NAME="%{daemon_name}" \ @@ -1124,6 +1125,7 @@ fi * Thu Sep 04 2014 Honza Horak - 1:10.0.13-5 - Fix paths in mysql_install_db script Resolves: #1134328 +- Use %%cmake macro * Tue Aug 19 2014 Honza Horak - 1:10.0.13-4 - Build config subpackage everytime