For building RPMs, a spec file is already supplied and will be
made automatically after ./configure
is
ran. The spec file expects a source tarball with the following
structure:
mysql-administrator/ mysql-administrator/mysql-gui-common/* mysql-administrator/mysql-administrator/*
The contents of each subdir is the entire bk tree for each
tool (Windows specific files and bk metadata are optional, of
course). You must make a tar.gz file and put it in
/usr/src/redhat/SOURCES
(or whatever is
your rpm SOURCES directory).
Then, execute: rpmbuild -ba
mysql-administrator.spec
That should build the srpm and rpm files for the tool.
This is a translation of the MySQL Administrator Manual that can be found at dev.mysql.com. The original MySQL Administrator Manual is in English, and this translation is not necessarily as up to date as the English version. Даний документ є перекладом оригінальної англійської документації по MySQL Administrator яка доступна за адресою dev.mysql.com .