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

Comparing COMP/CMSDIST/dbs-client.spec (file contents):
Revision 1.45 by metson, Mon Mar 17 17:33:51 2008 UTC vs.
Revision 1.56 by valya, Tue Jul 15 18:26:38 2008 UTC

# Line 1 | Line 1
1 < ### RPM cms dbs-client DBS_1_1_0
2 < ## INITENV +PATH PYTHONPATH %i/lib/Clients/Python
3 < #
4 < #
1 > ### RPM cms dbs-client DBS_1_2_3
2 > ## INITENV +PATH PYTHONPATH %i/lib/
3 >
4   %define cvstag %{realversion}
5   %define cvsserver cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e
6   Source: %cvsserver&strategy=checkout&module=DBS/Clients/Python&nocache=true&export=DBS&tag=-r%{cvstag}&output=/dbs-client.tar.gz
# Line 31 | Line 30 | cp -r Clients/Python/* %{i}/lib/
30   echo "source $PY2_ZSI_ROOT/etc/profile.d/init.csh"; \
31   ) > %{i}/etc/profile.d/dependencies-setup.csh
32  
33 + # SCRAM ToolBox toolfile
34 + mkdir -p %i/etc/scram.d
35 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
36 + <doc type=BuildSystem::ToolDoc version=1.0>
37 + <Tool name=dbs-client version=%v>
38 + <client>
39 + <Environment name=DBS_CLIENT_BASE default="%i"></Environment>
40 + </client>
41 + <Runtime name=PATH value="$DBS_CLIENT_BASE/bin" type=path>
42 + </Tool>
43 + EOF_TOOLFILE
44 +
45   %post
46   %{relocateConfig}etc/profile.d/dependencies-setup.sh
47   %{relocateConfig}etc/profile.d/dependencies-setup.csh
48 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines