]> git.pld-linux.org Git - packages/mysql.git/blame_incremental - mysql.spec
- use gen_lex_hash from newer mysql (01da261574e3ba326c3ed8f8f2660d894d7ced11 in...
[packages/mysql.git] / mysql.spec
... / ...
CommitLineData
1# TODO:
2# - trigger that prepares system from pre-cluster into cluster
3# - trigger /etc/mysqld.conf into /etc/mysql/mysqld.conf. Solve possible
4# conflict with /var/lib/mysql/mysqld.conf
5# - what's the libwrapper constistent name, i see in specs 'libwrap', 'tcpd', 'tcp_wrappers'
6# - hangs on memcpy() (even mysql client does that) when built on Th, probably some problems
7# with overlaping areas. Note that Ac binaries run fine on Th
8#
9# Conditional build:
10%bcond_with bdb # Berkeley DB support
11%bcond_without innodb # Without InnoDB support
12%bcond_without isam # Without ISAM table format (used in mysql 3.22)
13%bcond_without raid # Without raid
14%bcond_without ssl # Without OpenSSL
15%bcond_without tcpd # Without libwrap (tcp_wrappers) support
16#
17%include /usr/lib/rpm/macros.perl
18Summary: MySQL: a very fast and reliable SQL database engine
19Summary(fr): MySQL: un serveur SQL rapide et fiable
20Summary(pl): MySQL: bardzo szybka i niezawodna baza danych (SQL)
21