Commit 720298cb authored by Jonathan Perkin's avatar Jonathan Perkin

Compat macros.

parent 9c1f9560
...@@ -20,18 +20,22 @@ ...@@ -20,18 +20,22 @@
# NOTE: "vendor" is used in upgrade/downgrade check, so you can't # NOTE: "vendor" is used in upgrade/downgrade check, so you can't
# change these, has to be exactly as is. # change these, has to be exactly as is.
%define mysql_old_vendor MySQL AB %define mysql_old_vendor MySQL AB
%define mysql_vendor_2 Sun Microsystems, Inc. %define mysql_vendor_2 Sun Microsystems, Inc.
%define mysql_vendor Oracle and/or its affiliates %define mysql_vendor Oracle and/or its affiliates
%define mysql_license GPL %define mysql_license GPL
%define mysql_version @VERSION@ %define mysql_version @VERSION@
%define mysqld_user mysql %define mysqld_user mysql
%define mysqld_group mysql %define mysqld_group mysql
%define mysqldatadir /var/lib/mysql %define mysqldatadir /var/lib/mysql
%define release 1 %define release 1
# Macros we use which are not available in all versions of RPM
%defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# RPM build tools now automatically detect Perl module dependencies. This # RPM build tools now automatically detect Perl module dependencies. This
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment