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

Comparing COMP/CMSDIST/root.spec (file contents):
Revision 1.9 by eulisse, Thu May 11 08:25:15 2006 UTC vs.
Revision 1.17 by eulisse, Tue Jul 11 15:40:37 2006 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.10.00c
1 > ### RPM lcg root 5.12.00
2   # INITENV +PATH PYTHONPATH %i/lib/python
3 < # Source: cvs://:pserver:cvs@root.cern.ch:2401/user/cvs?passwd=Ah<Z&tag=-rv%(echo %v | tr . -)&module=root&output=/%{n}_v%{v}.source.tar.gz
4 < Source: ftp://root.cern.ch/%n/%{n}_v%{v}.source.tar.gz
5 < Requires: gccxml python qt gsl rfio openssl openssl-virtual glibc
6 < Patch0: root
3 > Source: cvs://:pserver:cvs@root.cern.ch:2401/user/cvs?passwd=Ah<Z&tag=-rv%(echo %v | tr . -)&module=root&output=/%{n}_v%{v}.source.tar.gz
4 > #Source: ftp://root.cern.ch/%n/%{n}_v%{v}.source.tar.gz
5 > Requires: gccxml python qt gsl castor openssl mysql libpng libjpg libtiff
6 > #Patch0: root
7   %prep
8   %setup -n root
9 < %patch0
9 > #%patch0
10  
11   %build
12   mkdir -p %i
13 < export ROOTSYS=%i
13 > export ROOTSYS=%_builddir/root
14   CONFIG_ARGS="--enable-table
15               --with-gccxml=${GCCXML_ROOT}
16               --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include
17 +             --enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include
18               --enable-explicitlink
19               --enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include
20               --enable-mathcore
# Line 25 | Line 26 | CONFIG_ARGS="--enable-table
26               --disable-krb5
27               --with-ssl-incdir=${OPENSSL_ROOT}/include
28               --with-ssl-libdir=${OPENSSL_ROOT}/lib
29 <             --with-shift-incdir=${RFIO_ROOT}/include
30 <             --with-shift-libdir=${RFIO_ROOT}/lib
29 >             --with-shift-incdir=${CASTOR_ROOT}/include
30 >             --with-shift-libdir=${CASTOR_ROOT}/lib
31               --disable-pgsql
32               --disable-xml"
33  
# Line 35 | Line 36 | case $(uname)-$(uname -m) in
36      ./configure linuxx8664gcc $CONFIG_ARGS;;
37    Linux*)
38      ./configure linux $CONFIG_ARGS;;
39 <  Darwin)
39 >  Darwin*)
40      ./configure macosx $CONFIG_ARGS;;
41   esac
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines