mysql.spec.sh
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:14k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. %define mysql_version @VERSION@
  2. %define shared_lib_version @SHARED_LIB_VERSION@
  3. %define release 1
  4. %define mysqld_user mysql
  5. %define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
  6. Name: MySQL
  7. Summary: MySQL: a very fast and reliable SQL database engine
  8. Group: Applications/Databases
  9. Summary(pt_BR): MySQL: Um servidor SQL r醦ido e confi醰el.
  10. Group(pt_BR): Aplica珲es/Banco_de_Dados
  11. Version: @MYSQL_NO_DASH_VERSION@
  12. Release: %{release}
  13. Copyright: GPL / LGPL
  14. Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%{mysql_version}.tar.gz
  15. Icon: mysql.gif
  16. URL: http://www.mysql.com/
  17. Packager: David Axmark <david@mysql.com>
  18. Provides: msqlormysql MySQL-server
  19. Obsoletes: mysql
  20. # Think about what you use here since the first step is to
  21. # run a rm -rf
  22. BuildRoot: /var/tmp/mysql
  23. # From the manual
  24. %description
  25. MySQL is a true multi-user, multi-threaded SQL (Structured Query
  26. Language) database server. MySQL is a client/server implementation
  27. that consists of a server daemon (mysqld) and many different client
  28. programs/libraries.
  29. The main goals of MySQL are speed, robustness and ease of use.  MySQL
  30. was originally developed because we needed a SQL server that could
  31. handle very big databases with magnitude higher speed than what any
  32. database vendor could offer to us. And since we did not need all the
  33. features that made their server slow we made our own. We have now been
  34. using MySQL since 1996 in a environment with more than 40 databases,
  35. 10,000 tables, of which more than 500 have more than 7 million
  36. rows. This is about 200G of data.
  37. The base upon which MySQL is built is a set of routines that have been
  38. used in a highly demanding production environment for many
  39. years. While MySQL is still in development, it already offers a rich
  40. and highly useful function set.
  41. See the documentation for more information
  42. %description -l pt_BR
  43. O MySQL