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.6 by eulisse, Fri Apr 14 20:38:07 2006 UTC vs.
Revision 1.7 by eulisse, Tue May 2 17:08:03 2006 UTC

# Line 2 | Line 2
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
5 > Requires: gccxml python qt gsl rfio openssl openssl-virtual
6   Patch0: root
7   %prep
8   %setup -n root
# Line 20 | Line 20 | CONFIG_ARGS="--enable-table
20               --enable-reflex  
21               --enable-cintex
22               --enable-minuit2
23 <             --enable-roofit"
23 >             --enable-roofit
24 >             --disable-ldap
25 >             --disable-krb5
26 >             --with-ssl-incdir=${OPENSSL_ROOT}/include
27 >             --with-ssl-libdir=${OPENSSL_ROOT}/lib
28 >             --with-shift-incdir=${RFIO_ROOT}/include
29 >             --with-shift-libdir=${RFIO_ROOT}/lib
30 >             --disable-pgsql
31 >             --disable-xml"
32  
33   case $(uname)-$(uname -m) in
34    Linux-x86_64)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines