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.62 by valya, Sat Aug 16 15:17:32 2008 UTC vs.
Revision 1.92 by yuyi, Wed Apr 29 18:31:22 2009 UTC

# Line 1 | Line 1
1 < ### RPM cms dbs-client DBS_1_2_4
1 > ### RPM cms dbs-client DBS_2_0_6_patch_2
2   ## INITENV +PATH PYTHONPATH %i/lib/
3   ## INITENV +PATH PYTHONPATH %i/bin/
4   ## INITENV +PATH PYTHONPATH %{i}/lib/
# Line 6 | Line 6
6   ## INITENV SET DBS_CLIENT_CONFIG %{i}/lib/DBSAPI/dbs.config
7   ## INITENV SET DBSCMD_HOME %{i}/lib/DBSAPI
8  
9 +
10   %define cvstag %{realversion}
11   %define cvsserver cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e
12   Source: %cvsserver&strategy=checkout&module=DBS/Clients/Python&nocache=true&export=DBS&tag=-r%{cvstag}&output=/dbs-client.tar.gz
13 < Requires: python openssl py2-zsi
13 > Requires: python openssl py2-zsi py2-pyxml
14  
15   %prep
16   %setup -n DBS
# Line 21 | Line 22 | mkdir -p %{i}/bin
22   mkdir -p %{i}/lib
23   mkdir -p %{i}/etc/profile.d
24   cp -r Clients/Python/* %{i}/lib/
25 < cp -r Clients/Python/DBSAPI/dbsCommandLine.py %{i}/bin/dbs
26 < chmod a+x %{i}/bin/dbs
25 > mv %{i}/lib/bin/* %{i}/bin/
26 >
27 > #cp -r Clients/Python/DBSAPI/dbsCommandLine.py %{i}/bin/dbs
28 > #chmod a+x %{i}/bin/dbs
29  
30   (echo "#!/bin/sh"; \
31   echo "source $PYTHON_ROOT/etc/profile.d/init.sh"; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines