From b4068bb2fe824ef468e5037d08e73f497e2fc4f0 Mon Sep 17 00:00:00 2001
From: Jonathan Perkin <jonathan.perkin@oracle.com>
Date: Mon, 12 Apr 2010 14:42:49 +0200
Subject: [PATCH] fix

---
 support-files/mysql.spec.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 6c7960ad06f..623faf9b0fd 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -35,8 +35,8 @@
 
 # Macros we use which are not available in all versions of RPM
 %if 0%{defined expand}
-%defined()              %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
-%undefined()            %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
+%define defined()       %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
+%define undefined()     %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
 %endif
 
 # ----------------------------------------------------------------------------