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
05144f7e
Commit
05144f7e
authored
Dec 13, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge knielsen@bk-internal.mysql.com:/home/bk/mysql-5.0
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
parents
5946c950
4904fd3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
4 deletions
+24
-4
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+24
-4
No files found.
support-files/mysql.spec.sh
View file @
05144f7e
...
@@ -35,7 +35,7 @@ Release: %{release}
...
@@ -35,7 +35,7 @@ Release: %{release}
License: %
{
license
}
License: %
{
license
}
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%
{
mysql_version
}
.tar.gz
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%
{
mysql_version
}
.tar.gz
URL: http://www.mysql.com/
URL: http://www.mysql.com/
Packager:
Lenz Grimmer
<build@mysql.com>
Packager:
MySQL Production Engineering Team
<build@mysql.com>
Vendor: MySQL AB
Vendor: MySQL AB
Provides: msqlormysql MySQL-server mysql
Provides: msqlormysql MySQL-server mysql
BuildRequires: ncurses-devel
BuildRequires: ncurses-devel
...
@@ -325,7 +325,13 @@ fi
...
@@ -325,7 +325,13 @@ fi
make test-force
||
true
make test-force
||
true
# Save mysqld-max
# Save mysqld-max
mv
sql/mysqld sql/mysqld-max
# check if mysqld was installed in .libs/
if
test
-f
sql/.libs/mysqld
then
cp
sql/.libs/mysqld sql/mysqld-max
else
cp
sql/mysqld sql/mysqld-max
fi
nm
--numeric-sort
sql/mysqld-max
>
sql/mysqld-max.sym
nm
--numeric-sort
sql/mysqld-max
>
sql/mysqld-max.sym
# Save the perror binary so it supports the NDB error codes (BUG#13740)
# Save the perror binary so it supports the NDB error codes (BUG#13740)
mv
extra/perror extra/perror.ndb
mv
extra/perror extra/perror.ndb
...
@@ -363,14 +369,19 @@ BuildMySQL "--disable-shared \
...
@@ -363,14 +369,19 @@ BuildMySQL "--disable-shared \
--with-client-ldflags='-all-static'
\
--with-client-ldflags='-all-static'
\
$USE_OTHER_LIBC_DIR
\
$USE_OTHER_LIBC_DIR
\
%else
%else
--with-zlib-dir=bundled
\
%endif
%endif
--with-zlib-dir=bundled
\
--with-comment=
\"
MySQL Community Edition - Standard (GPL)
\"
\
--with-comment=
\"
MySQL Community Edition - Standard (GPL)
\"
\
--with-server-suffix='%{server_suffix}'
\
--with-server-suffix='%{server_suffix}'
\
--with-archive-storage-engine
\
--with-archive-storage-engine
\
--with-innodb
\
--with-innodb
\
--with-big-tables"
--with-big-tables"
nm
--numeric-sort
sql/mysqld
>
sql/mysqld.sym
if
test
-f
sql/.libs/mysqld
then
nm
--numeric-sort
sql/.libs/mysqld
>
sql/mysqld.sym
else
nm
--numeric-sort
sql/mysqld
>
sql/mysqld.sym
fi
# We might want to save the config log file
# We might want to save the config log file
if
test
-n
"
$MYSQL_CONFLOG_DEST
"
if
test
-n
"
$MYSQL_CONFLOG_DEST
"
...
@@ -679,6 +690,8 @@ fi
...
@@ -679,6 +690,8 @@ fi
%
{
_libdir
}
/mysql/libndbclient.a
%
{
_libdir
}
/mysql/libndbclient.a
%
{
_libdir
}
/mysql/libndbclient.la
%
{
_libdir
}
/mysql/libndbclient.la
%
{
_libdir
}
/mysql/libvio.a
%
{
_libdir
}
/mysql/libvio.a
%
{
_libdir
}
/mysql/libz.a
%
{
_libdir
}
/mysql/libz.la
%files shared
%files shared
%defattr
(
-, root, root, 0755
)
%defattr
(
-, root, root, 0755
)
...
@@ -707,6 +720,13 @@ fi
...
@@ -707,6 +720,13 @@ fi
# itself - note that they must be ordered by date (important when
# itself - note that they must be ordered by date (important when
# merging BK trees)
# merging BK trees)
%changelog
%changelog
*
Fri Dec 12 2005 Rodrigo Novo <rodrigo@mysql.com>
- Added zlib to the list of
(
static
)
libraries installed
- Added check against libtool wierdness
(
WRT: sql/mysqld
||
sql/.libs/mysqld
)
- Compile MySQL with bundled zlib
- Fixed %packager name to
"MySQL Production Engineering Team"
*
Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com>
*
Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com>
- Avoid using the
"bundled"
zlib on
"shared"
builds:
- Avoid using the
"bundled"
zlib on
"shared"
builds:
...
...
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