ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dbs-web.spec
(Generate patch)

Comparing COMP/CMSDIST/dbs-web.spec (file contents):
Revision 1.33 by valya, Wed Jun 6 15:34:13 2007 UTC vs.
Revision 1.36 by valya, Thu Jul 12 16:22:48 2007 UTC

# Line 1 | Line 1
1 < ### RPM cms dbs-web V03_04_24
1 > ### RPM cms dbs-web V03_05_02
2   ## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -d. -f 1,2`/site-packages
3  
4   %define cvstag %v
5   #Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS/Web/DataDiscovery&export=DBS/Web/DataDiscovery&tag=-r%{cvstag}&output=/dbs-web.tar.gz
6   Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS/Web/DataDiscovery&tag=-r%{cvstag}&output=/dbs-web.tar.gz
7 < Requires: python dls py2-sqlalchemy cherrypy mysql py2-mysqldb oracle py2-cx-oracle sqlite py2-pysqlite py2-cheetah webtools yui elementtree
7 > Requires: python py2-sqlalchemy cherrypy mysql py2-mysqldb oracle py2-cx-oracle sqlite py2-pysqlite py2-cheetah webtools yui elementtree
8  
9   %prep
10   %setup -n DBS/Web/DataDiscovery
# Line 35 | Line 35 | ln -s $YUI_ROOT/build YUI
35   echo "source $ORACLE_ROOT/etc/profile.d/init.sh"; \
36   echo "source $PY2_CX_ORACLE_ROOT/etc/profile.d/init.sh"; \
37   echo "source $MYSQL_ROOT/etc/profile.d/init.sh"; \
38 echo "source $DLS_ROOT/etc/profile.d/init.sh"; \
38   echo "source $ELEMENTTREE_ROOT/etc/profile.d/init.sh"; \
39 + echo -e "export PYTHONPATH=\044PYTHONPATH:\044ELEMENTTREE_ROOT/share/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages/"; \
40   echo -e "export DLSHOME=$DLS_ROOT/Client/lib"; \
41   echo -e "export DDHOME=\044DBS_WEB_ROOT/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages"; \
42   echo -e "export TNS_ADMIN=\044DDHOME"; \
# Line 58 | Line 58 | ln -s $YUI_ROOT/build YUI
58   echo "source $ORACLE_ROOT/etc/profile.d/init.csh"; \
59   echo "source $PY2_CX_ORACLE_ROOT/etc/profile.d/init.csh"; \
60   echo "source $MYSQL_ROOT/etc/profile.d/init.csh"; \
61 echo "source $DLS_ROOT/etc/profile.d/init.csh"; \
61   echo "source $ELEMENTTREE_ROOT/etc/profile.d/init.csh"; \
62 + echo -e "setup PYTHONPATH \044PYTHONPATH:\044ELEMENTTREE_ROOT/share/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages/"; \
63   echo -e "setenv DLSHOME $DLS_ROOT/Client/lib"; \
64   echo -e "setenv DDHOME \044DBS_WEB_ROOT/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages"; \
65   echo -e "setenv TNS_ADMIN \044DDHOME"; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines