Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
720298cb
Commit
720298cb
authored
Apr 12, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compat macros.
parent
9c1f9560
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+13
-9
No files found.
support-files/mysql.spec.sh
View file @
720298cb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment