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 dcap pcre zlib |
5 |
> |
Requires: gccxml python qt gsl castor openssl mysql libpng libjpg libtiff dcap pcre zlib oracle |
6 |
|
Patch: root-cint-bug |
7 |
|
%prep |
8 |
|
%setup -n root |
17 |
|
--with-gccxml=${GCCXML_ROOT} |
18 |
|
--enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include |
19 |
|
--enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include |
20 |
< |
--with-dcap-libdir=${DCAP_ROOT}/lib |
21 |
< |
--with-dcap-incdir=${DCAP_ROOT}/include |
20 |
> |
--with-dcap-libdir=${DCAP_ROOT}/lib --with-dcap-incdir=${DCAP_ROOT}/include |
21 |
> |
--enable-oracle --with-oracle-libdir=${ORACLE_ROOT}/lib --with-oracle-incdir=${ORACLE_ROOT}/include |
22 |
|
--enable-explicitlink |
23 |
|
--enable-qtgsi |
24 |
|
--enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include |