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.6 by eulisse, Fri Apr 28 14:50:32 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 8 | Line 10
10   %endif
11  
12   Source: %source
13 + Requires: perl-virtual
14 + # Let's fake the fact that we have perl (DBI) so that rpm does not complain.
15 + Provides: perl(DBI)
16  
17   %prep
18   %setup -n %n-%v
# Line 22 | Line 27 | CFLAGS=-O3 CXX=gcc CXXFLAGS="-O3 -felide
27     ./configure --prefix=%i --with-extra-charsets=complex \
28        --enable-thread-safe-client --enable-local-infile
29   make %makeprocesses
30 + %post
31 + %{relocateConfig}bin/msql2mysql
32 + %{relocateConfig}bin/mysqlaccess
33 + %{relocateConfig}bin/mysqlbug
34 + %{relocateConfig}bin/mysql_config
35 + %{relocateConfig}bin/mysqld_multi
36 + %{relocateConfig}bin/mysqld_safe
37 + %{relocateConfig}bin/mysql_fix_privilege_tables
38 + %{relocateConfig}bin/mysql_install_db
39 +
40 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines