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.8 by eulisse, Wed May 3 07:29:12 2006 UTC vs.
Revision 1.18 by ratnik, Thu Jul 13 02:42:27 2006 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.10.00c
1 > ### RPM lcg root 5.11.06a
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
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 dcap
6 > Patch0: root-dcapfix
7   %prep
8   %setup -n root
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 23 | Line 24 | CONFIG_ARGS="--enable-table
24               --enable-roofit
25               --disable-ldap
26               --disable-krb5
27 +             --with-dcap-libdir=${DCAP_ROOT}/lib
28 +             --with-dcap-incdir=${DCAP_ROOT}/include
29               --with-ssl-incdir=${OPENSSL_ROOT}/include
30               --with-ssl-libdir=${OPENSSL_ROOT}/lib
31 <             --with-shift-incdir=${RFIO_ROOT}/include
32 <             --with-shift-libdir=${RFIO_ROOT}/lib
31 >             --with-shift-incdir=${CASTOR_ROOT}/include
32 >             --with-shift-libdir=${CASTOR_ROOT}/lib
33               --disable-pgsql
34               --disable-xml"
35  
# Line 35 | Line 38 | case $(uname)-$(uname -m) in
38      ./configure linuxx8664gcc $CONFIG_ARGS;;
39    Linux*)
40      ./configure linux $CONFIG_ARGS;;
41 <  Darwin)
41 >  Darwin*)
42      ./configure macosx $CONFIG_ARGS;;
43   esac
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines