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.17 by eulisse, Tue Jul 11 15:40:37 2006 UTC vs.
Revision 1.21 by eulisse, Fri Jul 14 13:22:46 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 castor openssl mysql libpng libjpg libtiff
6 < #Patch0: root
5 > Requires: gccxml python qt gsl castor openssl mysql libpng libjpg libtiff dcap pcre zlib
6   %prep
7   %setup -n root
9 #%patch0
8  
9   %build
10   mkdir -p %i
11   export ROOTSYS=%_builddir/root
12 < CONFIG_ARGS="--enable-table
12 > CONFIG_ARGS="--enable-table
13 >             --disable-builtin-pcre
14 >             --disable-builtin-freetype
15 >             --disable-builtin-zlib
16               --with-gccxml=${GCCXML_ROOT}
17               --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include
18               --enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include
19 +             --with-dcap-libdir=${DCAP_ROOT}/lib
20 +             --with-dcap-incdir=${DCAP_ROOT}/include
21               --enable-explicitlink
22 +             --enable-qtgsi
23               --enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include
24               --enable-mathcore
25 +             --enable-mathmore
26               --enable-reflex  
27               --enable-cintex
28               --enable-minuit2
29               --enable-roofit
30               --disable-ldap
31               --disable-krb5
32 +                 --with-dcap-libdir=${DCAP_ROOT}/lib
33 +             --with-dcap-incdir=${DCAP_ROOT}/include
34               --with-ssl-incdir=${OPENSSL_ROOT}/include
35               --with-ssl-libdir=${OPENSSL_ROOT}/lib
36               --with-shift-incdir=${CASTOR_ROOT}/include
# Line 40 | Line 47 | case $(uname)-$(uname -m) in
47      ./configure macosx $CONFIG_ARGS;;
48   esac
49  
50 < make %makeprocesses
51 <
50 > make
51 > make cintdlls
52   %install
53   # Override installers if we are using GNU fileutils cp.  On OS X
54   # ROOT's INSTALL is defined to "cp -pPR", which only works with

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines