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.9 by eulisse, Fri May 19 10:23:49 2006 UTC vs.
Revision 1.12 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external mysql 5.0.18
2 + Requires: gcc-wrapper
3   ## INITENV +PATH LD_LIBRARY_PATH %i/lib/mysql
4  
5   #Different download locations according to the version.
# Line 22 | Line 23 | perl -p -i -e 's/-traditional-cpp/-no-cp
23   %endif
24  
25   %build
26 + ## IMPORT gcc-wrapper
27   CFLAGS=-O3 CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
28     ./configure --prefix=%i --with-extra-charsets=complex \
29        --enable-thread-safe-client --enable-local-infile
30   make %makeprocesses
31   %install
32   make install
33 < perl -p -i -e "s|^#!.*perl(.*)|#!/usr/bin/env perl$1|" $(grep -r /usr/local/bin/perl . | cut -d: -f1)
33 > perl -p -i -e "s|^#!.*perl(.*)|#!/usr/bin/env perl$1|" $(grep -r -e "^#!.*perl.*" %i | cut -d: -f1)
34   %post
35   %{relocateConfig}bin/msql2mysql
36   %{relocateConfig}bin/mysqlaccess

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines