Changes of Revision 5
[-] | Changed | mysql.spec |
x 1
2 rm -f man/mysqlman.1 man/safe_mysqld.1 3 4 %build 5 +cd bdb/dist ; sh s_all ; cd ../.. 6 +cd innobase ; autoreconf -fi ; cd .. 7 autoreconf -f -i 8 # Generate file reservedwords.texi from sql/lex.h 9 echo "@multitable @columnfractions .25 .25 .25 .25" >Docs/reservedwords.texi 10
11 echo "@end multitable" >>Docs/reservedwords.texi 12 # For some platforms the berkeley DB backend does not work. 13 export BERKELEY="with" 14 -cd bdb/dist ; autoreconf -fi ; cd ../.. 15 %ifarch ppc ppc64 s390 s390x mips alpha x86_64 sparc hppa 16 export BERKELEY="without" 17 %endif 18 |