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
7ae10acb
Commit
7ae10acb
authored
Mar 03, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql.spec.sh:
Don't create empty embedded RPM, bug#15769
parent
32b003e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
20 deletions
+24
-20
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+24
-20
No files found.
support-files/mysql.spec.sh
View file @
7ae10acb
...
@@ -204,24 +204,24 @@ the standard MySQL package.
...
@@ -204,24 +204,24 @@ the standard MySQL package.
Please note that this is a dynamically linked binary!
Please note that this is a dynamically linked binary!
%package embedded
#
%package embedded
Requires: %
{
name
}
-devel
#
Requires: %{name}-devel
Summary: MySQL - embedded library
#
Summary: MySQL - embedded library
Group: Applications/Databases
#
Group: Applications/Databases
Obsoletes: mysql-embedded
#
Obsoletes: mysql-embedded
#
%description embedded
#
%description embedded
This package contains the MySQL server as an embedded library.
#
This package contains the MySQL server as an embedded library.
#
The embedded MySQL server library makes it possible to run a
#
The embedded MySQL server library makes it possible to run a
full-featured MySQL server inside the client application.
#
full-featured MySQL server inside the client application.
The main benefits are increased speed and more simple management
#
The main benefits are increased speed and more simple management
for
embedded applications.
#
for embedded applications.
#
The API is identical
for
the embedded MySQL version and the
#
The API is identical for the embedded MySQL version and the
client/server version.
#
client/server version.
#
%
{
see_base
}
#
%{see_base}
%prep
%prep
%setup
-n
mysql-%
{
mysql_version
}
%setup
-n
mysql-%
{
mysql_version
}
...
@@ -712,14 +712,18 @@ fi
...
@@ -712,14 +712,18 @@ fi
%attr
(
755, root, root
)
%
{
_sbindir
}
/mysqld-max
%attr
(
755, root, root
)
%
{
_sbindir
}
/mysqld-max
%attr
(
644, root, root
)
%
{
_libdir
}
/mysql/mysqld-max.sym
%attr
(
644, root, root
)
%
{
_libdir
}
/mysql/mysqld-max.sym
%files embedded
#
%files embedded
%defattr
(
-, root, root, 0755
)
#
%defattr(-, root, root, 0755)
# %attr(644, root, root) %{_libdir}/mysql/libmysqld.a
# %attr(644, root, root) %{_libdir}/mysql/libmysqld.a
# The spec file changelog only includes changes made to the spec file
# The spec file changelog only includes changes made to the spec file
# 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 Mar 03 2006 Kent Boortz <kent@mysql.com>
- Don
't output an embedded package as it is empty
* Fri Jan 10 2006 Joerg Bruehe <joerg@mysql.com>
* Fri Jan 10 2006 Joerg Bruehe <joerg@mysql.com>
- Use "-i" on "make test-force";
- Use "-i" on "make test-force";
...
...
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