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.48 by valya, Fri Apr 18 13:36:04 2008 UTC

# Line 1 | Line 1
1 < ### RPM cms dbs-client DBS_1_1_0
2 < ## INITENV +PATH PYTHONPATH %i/lib/Clients/Python
1 > ### RPM cms dbs-client DBS_1_1_3
2 > ## INITENV +PATH PYTHONPATH %i/lib/
3   #
4   #
5   %define cvstag %{realversion}
# Line 31 | Line 31 | cp -r Clients/Python/* %{i}/lib/
31   echo "source $PY2_ZSI_ROOT/etc/profile.d/init.csh"; \
32   ) > %{i}/etc/profile.d/dependencies-setup.csh
33  
34 + # SCRAM ToolBox toolfile
35 + mkdir -p %i/etc/scram.d
36 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
37 + <doc type=BuildSystem::ToolDoc version=1.0>
38 + <Tool name=dbs-client version=%v>
39 + <client>
40 + <Environment name=DBS_CLIENT_BASE default="%i"></Environment>
41 + </client>
42 + <Runtime name=PATH value="$DBS_CLIENT_BASE/bin" type=path>
43 + </Tool>
44 + EOF_TOOLFILE
45 +
46   %post
47   %{relocateConfig}etc/profile.d/dependencies-setup.sh
48   %{relocateConfig}etc/profile.d/dependencies-setup.csh
49 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines