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

Comparing COMP/CMSDIST/crab-server.spec (file contents):
Revision 1.22 by afanfani, Mon Apr 14 10:06:52 2008 UTC vs.
Revision 1.93 by spiga, Thu Jan 29 09:33:05 2009 UTC

# Line 1 | Line 1
1 < ### RPM cms crab-server CRABSERVER_1_0_0_pre2
1 > ### RPM cms crab-server CRABSERVER_1_0_7_pre2
2   ## INITENV +PATH PYTHONPATH %i/lib
3 + #
4   %define cvstag %v
5   Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=CRAB/CRABSERVER&export=CRAB&&tag=-r%{cvstag}&output=/CRABSERVER.tar.gz
6 < Requires: python dbs-client dls-client prodcommon prodagent
6 <
6 > Requires: python dbs-client dls-client prodcommon prodagent py2-pyxml
7   %prep
8   %setup -n CRAB
9   %build
10  
11   echo "PWD=$PWD"
12 #cd CRABSERVER
13 #echo "PWD=$PWD"
12   mv CRABSERVER/* .
13  
14   %install
# Line 22 | Line 20 | mkdir -p %{i}/etc/profile.d
20  
21   (echo "#!/bin/sh"; \
22   echo "source $PYTHON_ROOT/etc/profile.d/init.sh"; \
23 + echo "source $PY2_PYXML_ROOT/etc/profile.d/init.sh"; \
24   echo "source $DBS_CLIENT_ROOT/etc/profile.d/init.sh"; \
25   echo "source $DLS_CLIENT_ROOT/etc/profile.d/init.sh"; \
26   echo "source $PRODCOMMON_ROOT/etc/profile.d/init.sh"; \
# Line 29 | Line 28 | mkdir -p %{i}/etc/profile.d
28  
29   (echo "#!/bin/tcsh"; \
30   echo "source $PYTHON_ROOT/etc/profile.d/init.csh"; \
31 + echo "source $PY2_PYXML_ROOT/etc/profile.d/init.csh"; \
32   echo "source $DBS_CLIENT_ROOT/etc/profile.d/init.csh"; \
33   echo "source $DLS_CLIENT_ROOT/etc/profile.d/init.csh"; \
34   echo "source $PRODCOMMON_ROOT/etc/profile.d/init.csh"; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines