mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Compat macros.
This commit is contained in:
parent
4a2817f63a
commit
a733d1973a
1 changed files with 13 additions and 9 deletions
|
@ -20,18 +20,22 @@
|
|||
|
||||
# NOTE: "vendor" is used in upgrade/downgrade check, so you can't
|
||||
# change these, has to be exactly as is.
|
||||
%define mysql_old_vendor MySQL AB
|
||||
%define mysql_vendor_2 Sun Microsystems, Inc.
|
||||
%define mysql_vendor Oracle and/or its affiliates
|
||||
%define mysql_old_vendor MySQL AB
|
||||
%define mysql_vendor_2 Sun Microsystems, Inc.
|
||||
%define mysql_vendor Oracle and/or its affiliates
|
||||
|
||||
%define mysql_license GPL
|
||||
%define mysql_version @VERSION@
|
||||
%define mysql_license GPL
|
||||
%define mysql_version @VERSION@
|
||||
|
||||
%define mysqld_user mysql
|
||||
%define mysqld_group mysql
|
||||
%define mysqldatadir /var/lib/mysql
|
||||
%define mysqld_user mysql
|
||||
%define mysqld_group 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
|
||||
|
|
Loading…
Add table
Reference in a new issue