ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/mysql.spec
(Generate patch)

Comparing COMP/CMSDIST/mysql.spec (file contents):
Revision 1.3 by eulisse, Wed Apr 5 09:44:11 2006 UTC vs.
Revision 1.5 by eulisse, Tue Apr 18 16:18:37 2006 UTC

# Line 1 | Line 1
1   ### RPM external mysql 5.0.18
2 + ## INITENV +PATH LD_LIBRARY_PATH %i/lib/mysql
3 +
4   #Different download locations according to the version.
5  
6   %if "%(echo %v | cut -d. -f1)" == "4"
# Line 22 | Line 24 | CFLAGS=-O3 CXX=gcc CXXFLAGS="-O3 -felide
24     ./configure --prefix=%i --with-extra-charsets=complex \
25        --enable-thread-safe-client --enable-local-infile
26   make %makeprocesses
27 + %post
28 + %{relocateConfig}bin/msql2mysql
29 + %{relocateConfig}bin/mysqlaccess
30 + %{relocateConfig}bin/mysqlbug
31 + %{relocateConfig}bin/mysql_config
32 + %{relocateConfig}bin/mysqld_multi
33 + %{relocateConfig}bin/mysqld_safe
34 + %{relocateConfig}bin/mysql_fix_privilege_tables
35 + %{relocateConfig}bin/mysql_install_db
36 +
37 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines