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.13 by eulisse, Thu Jun 8 13:38:42 2006 UTC vs.
Revision 1.16 by eulisse, Mon Jun 26 12:26:25 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 mysql libpng libjpg libtiff
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
# Line 26 | 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines