mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
- added mysql_waitpid to the MySQL-client RPM and binary distributions
- renamed MySQL.rpm to MySQL-server.rpm scripts/make_binary_distribution.sh: - added mysql_waitpid to binary distribution (required for mysql-test-run) support-files/mysql.spec.sh: - renamed package "MySQL" to "MySQL-server" - fixed Copyright tag - added mysql_waitpid to "client" subpackage (required for mysql-test-run)
This commit is contained in:
parent
f2564f616c
commit
f9e1f8e2dc
2 changed files with 39 additions and 4 deletions
|
@ -64,7 +64,7 @@ do
|
|||
done
|
||||
|
||||
for i in extra/comp_err extra/replace extra/perror extra/resolveip \
|
||||
extra/my_print_defaults extra/resolve_stack_dump \
|
||||
extra/my_print_defaults extra/mysql_waitpid extra/resolve_stack_dump \
|
||||
isam/isamchk isam/pack_isam myisam/myisamchk \
|
||||
myisam/myisampack sql/mysqld client/mysqlbinlog \
|
||||
client/mysql sql/mysqld client/mysqlshow client/mysqlcheck \
|
||||
|
|
|
@ -12,7 +12,7 @@ Summary(pt_BR): MySQL: Um servidor SQL r
|
|||
Group(pt_BR): Aplicações/Banco_de_Dados
|
||||
Version: @MYSQL_NO_DASH_VERSION@
|
||||
Release: %{release}
|
||||
Copyright: GPL / LGPL
|
||||
Copyright: GPL
|
||||
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%{mysql_version}.tar.gz
|
||||
Icon: mysql.gif
|
||||
URL: http://www.mysql.com/
|
||||
|
@ -45,6 +45,34 @@ The MySQL web site (http://www.mysql.com/) provides the latest
|
|||
news and information about the MySQL software. Also please see the
|
||||
documentation and the manual for more information.
|
||||
|
||||
%package server
|
||||
Release: %{release}
|
||||
Summary: MySQL: a very fast and reliable SQL database server
|
||||
Group: Applications/Databases
|
||||
Summary(pt_BR): MySQL: Um servidor SQL rápido e confiável.
|
||||
Group(pt_BR): Aplicações/Banco_de_Dados
|
||||
Requires: fileutils sh-utils
|
||||
Provides: msqlormysql mysql-server mysql MySQL
|
||||
Obsoletes: MySQL mysql mysql-server
|
||||
|
||||
%description server
|
||||
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
|
||||
and robust SQL (Structured Query Language) database server. MySQL Server
|
||||
is intended for mission-critical, heavy-load production systems as well
|
||||
as for embedding into mass-deployed software. MySQL is a trademark of
|
||||
MySQL AB.
|
||||
|
||||
The MySQL software has Dual Licensing, which means you can use the MySQL
|
||||
software free of charge under the GNU General Public License
|
||||
(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
|
||||
licenses from MySQL AB if you do not wish to be bound by the terms of
|
||||
the GPL. See the chapter "Licensing and Support" in the manual for
|
||||
further info.
|
||||
|
||||
The MySQL web site (http://www.mysql.com/) provides the latest
|
||||
news and information about the MySQL software. Also please see the
|
||||
documentation and the manual for more information.
|
||||
|
||||
This package includes the MySQL server binary (statically linked,
|
||||
compiled with InnoDB support) as well as related utilities to run
|
||||
and administrate a MySQL server.
|
||||
|
@ -62,7 +90,7 @@ Obsoletes: mysql-client
|
|||
Provides: mysql-client
|
||||
|
||||
%description client
|
||||
This package contains the standard MySQL clients.
|
||||
This package contains the standard MySQL clients and administration tools.
|
||||
|
||||
%{see_base}
|
||||
|
||||
|
@ -386,7 +414,7 @@ fi
|
|||
%clean
|
||||
[ "$RBR" != "/" ] && [ -d $RBR ] && rm -rf $RBR;
|
||||
|
||||
%files
|
||||
%files server
|
||||
%defattr(755 root, root)
|
||||
|
||||
%doc %attr(644, root, root) COPYING COPYING.LIB README
|
||||
|
@ -440,6 +468,7 @@ fi
|
|||
%attr(755, root, root) /usr/bin/msql2mysql
|
||||
%attr(755, root, root) /usr/bin/mysql
|
||||
%attr(755, root, root) /usr/bin/mysql_find_rows
|
||||
%attr(755, root, root) /usr/bin/mysql_waitpid
|
||||
%attr(755, root, root) /usr/bin/mysqlaccess
|
||||
%attr(755, root, root) /usr/bin/mysqladmin
|
||||
%attr(755, root, root) /usr/bin/mysqlbinlog
|
||||
|
@ -502,6 +531,12 @@ fi
|
|||
|
||||
%changelog
|
||||
|
||||
* Fri Jan 24 2003 Lenz Grimmer <lenz@mysql.com>
|
||||
|
||||
- renamed package "MySQL" to "MySQL-server"
|
||||
- fixed Copyright tag
|
||||
- added mysql_waitpid to client subpackage (required for mysql-test-run)
|
||||
|
||||
* Wed Nov 27 2002 Lenz Grimmer <lenz@mysql.com>
|
||||
|
||||
- moved init script from /etc/rc.d/init.d to /etc/init.d (the majority of
|
||||
|
|
Loading…
Add table
Reference in a new issue