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.7 by eulisse, Tue May 2 17:08:03 2006 UTC vs.
Revision 1.13 by eulisse, Thu Jun 8 13:38:42 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 rfio openssl openssl-virtual
5 > Requires: gccxml python qt gsl rfio openssl mysql libpng libjpg libtiff
6   Patch0: root
7   %prep
8   %setup -n root
# Line 14 | Line 14 | export ROOTSYS=%i
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 35 | Line 36 | case $(uname)-$(uname -m) in
36      ./configure linuxx8664gcc $CONFIG_ARGS;;
37    Linux*)
38      ./configure linux $CONFIG_ARGS;;
39 <  Darwin)
39 >  Darwin*)
40      ./configure macosx $CONFIG_ARGS;;
41   esac
42  
# Line 55 | Line 56 | fi
56  
57   export ROOTSYS=%i/root
58   make INSTALL="$cp" INSTALLDATA="$cp" install
59 < mkdir -p %i/lib/python
59 > mkdir -p %i/root/lib/python
60   cp -r reflex/python/genreflex %i/root/lib/python

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines