mysql.spec.sh
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:14k
- %define mysql_version @VERSION@
- %define shared_lib_version @SHARED_LIB_VERSION@
- %define release 1
- %define mysqld_user mysql
- %define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
- Name: MySQL
- Summary: MySQL: a very fast and reliable SQL database engine
- Group: Applications/Databases
- Summary(pt_BR): MySQL: Um servidor SQL r醦ido e confi醰el.
- Group(pt_BR): Aplica珲es/Banco_de_Dados
- Version: @MYSQL_NO_DASH_VERSION@
- Release: %{release}
- Copyright: GPL / LGPL
- Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%{mysql_version}.tar.gz
- Icon: mysql.gif
- URL: http://www.mysql.com/
- Packager: David Axmark <david@mysql.com>
- Provides: msqlormysql MySQL-server
- Obsoletes: mysql
- # Think about what you use here since the first step is to
- # run a rm -rf
- BuildRoot: /var/tmp/mysql
- # From the manual
- %description
- MySQL is a true multi-user, multi-threaded SQL (Structured Query
- Language) database server. MySQL is a client/server implementation
- that consists of a server daemon (mysqld) and many different client
- programs/libraries.
- The main goals of MySQL are speed, robustness and ease of use. MySQL
- was originally developed because we needed a SQL server that could
- handle very big databases with magnitude higher speed than what any
- database vendor could offer to us. And since we did not need all the
- features that made their server slow we made our own. We have now been
- using MySQL since 1996 in a environment with more than 40 databases,
- 10,000 tables, of which more than 500 have more than 7 million
- rows. This is about 200G of data.
- The base upon which MySQL is built is a set of routines that have been
- used in a highly demanding production environment for many
- years. While MySQL is still in development, it already offers a rich
- and highly useful function set.
- See the documentation for more information
- %description -l pt_BR
- O MySQL