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.9 by afanfani, Fri Oct 5 13:30:02 2007 UTC vs.
Revision 1.26 by afanfani, Fri Apr 18 09:20:36 2008 UTC

# Line 1 | Line 1
1 < ### RPM cms crab-server CRABSERVER_0_0_2
1 > ### RPM cms crab-server CRABSERVER_1_0_0_pre4b
2   ## INITENV +PATH PYTHONPATH %i/lib
3
3   %define cvstag %v
4   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
5 < Requires: python boss dbs-client dls prodcommon prodagent
5 > Requires: python dbs-client dls-client prodcommon prodagent
6  
7   %prep
8   %setup -n CRAB
# Line 24 | Line 23 | mkdir -p %{i}/etc/profile.d
23   (echo "#!/bin/sh"; \
24   echo "source $PYTHON_ROOT/etc/profile.d/init.sh"; \
25   echo "source $DBS_CLIENT_ROOT/etc/profile.d/init.sh"; \
26 < echo "source $DLS_ROOT/etc/profile.d/init.sh"; \
26 > echo "source $DLS_CLIENT_ROOT/etc/profile.d/init.sh"; \
27   echo "source $PRODCOMMON_ROOT/etc/profile.d/init.sh"; \
28 < echo "source $PRODAGENT_ROOT/etc/profile.d/init.sh"; \
30 < echo "source $BOSS_ROOT/etc/profile.d/init.sh" ) > %{i}/etc/profile.d/dependencies-setup.sh
28 > echo "source $PRODAGENT_ROOT/etc/profile.d/init.sh" ) > %{i}/etc/profile.d/dependencies-setup.sh
29  
30   (echo "#!/bin/tcsh"; \
31   echo "source $PYTHON_ROOT/etc/profile.d/init.csh"; \
32   echo "source $DBS_CLIENT_ROOT/etc/profile.d/init.csh"; \
33 < echo "source $DLS_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"; \
35 < echo "source $PRODAGENT_ROOT/etc/profile.d/init.csh"; \
38 < echo "source $BOSS_ROOT/etc/profile.d/init.csh" ) > %{i}/etc/profile.d/dependencies-setup.csh
35 > echo "source $PRODAGENT_ROOT/etc/profile.d/init.csh" ) > %{i}/etc/profile.d/dependencies-setup.csh
36  
37   %post
38   %{relocateConfig}etc/profile.d/dependencies-setup.sh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines