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
350eef0e
Commit
350eef0e
authored
Jun 11, 2012
by
Joerg Bruehe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Protect traditional RPMs that "SPECIFIC-ULN/" will not break their packaging.
parent
6608ea8f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
8 deletions
+30
-8
SPECIFIC-ULN/CMakeLists.txt
SPECIFIC-ULN/CMakeLists.txt
+22
-7
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+8
-1
No files found.
SPECIFIC-ULN/CMakeLists.txt
View file @
350eef0e
...
@@ -26,12 +26,27 @@ IF(UNIX)
...
@@ -26,12 +26,27 @@ IF(UNIX)
# Left in current directory, to be taken during build
# Left in current directory, to be taken during build
CONFIGURE_FILE
(
mysql.spec.sh
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
SPECFILENAME
}
@ONLY
)
CONFIGURE_FILE
(
mysql.spec.sh
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
SPECFILENAME
}
@ONLY
)
FOREACH
(
ulnfile filter-requires-mysql.sh generate-tarball.sh my.cnf my_config.h
SET
(
PATCHES
mysql-5.5-errno.patch mysql-5.5-fix-tests.patch mysql-5.5-libdir.patch
mysql-5.5-errno.patch
mysql-5.5-mtr1.patch mysql-5.5-stack-guard.patch mysql-5.5-testing.patch
mysql-5.5-fix-tests.patch
mysql-chain-certs.patch mysql-embedded-check.c mysql-expired-certs.patch
mysql-5.5-libdir.patch
mysql.init mysql-install-test.patch mysql-strmov.patch scriptstub.c
)
mysql-5.5-mtr1.patch
INSTALL
(
FILES
${
ulnfile
}
DESTINATION
${
CMAKE_CURRENT_BINARY_DIR
}
)
mysql-5.5-stack-guard.patch
ENDFOREACH
()
mysql-5.5-testing.patch
mysql-chain-certs.patch
mysql-expired-certs.patch
mysql-install-test.patch
mysql-strmov.patch
)
SET
(
OTHER
filter-requires-mysql.sh
generate-tarball.sh
my.cnf
my_config.h
mysql-embedded-check.c
mysql.init
scriptstub.c
)
INSTALL
(
FILES
${
PATCHES
}
${
OTHER
}
DESTINATION
${
CMAKE_CURRENT_BINARY_DIR
}
)
ENDIF
()
ENDIF
()
support-files/mysql.spec.sh
View file @
350eef0e
# Copyright (c) 2000, 201
1
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2000, 201
2
, Oracle and/or its affiliates. All rights reserved.
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -406,6 +406,9 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
...
@@ -406,6 +406,9 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
# Be strict about variables, bail at earliest opportunity, etc.
# Be strict about variables, bail at earliest opportunity, etc.
set
-eu
set
-eu
# Get rid of stuff for ULN RPMs - not needed here
rm
-fr
%
{
src_dir
}
/SPECIFIC-ULN/
# Optional package files
# Optional package files
touch
optional-files-devel
touch
optional-files-devel
...
@@ -1146,6 +1149,10 @@ echo "=====" >> $STATUS_HISTORY
...
@@ -1146,6 +1149,10 @@ echo "=====" >> $STATUS_HISTORY
# merging BK trees)
# merging BK trees)
##############################################################################
##############################################################################
%changelog
%changelog
*
Mon Jun 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
- Make sure newly added
"SPECIFIC-ULN/"
directory does not disturb packaging.
*
Wed Sep 28 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
*
Wed Sep 28 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
- Fix duplicate mentioning of
"mysql_plugin"
and its manual page,
- Fix duplicate mentioning of
"mysql_plugin"
and its manual page,
...
...
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