1 |
< |
### RPM cms crab-server CRABSERVER_1_0_2_pre3 |
1 |
> |
### RPM cms crab-server CRABSERVER_1_0_4_test |
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-crab |
6 |
< |
|
6 |
> |
Requires: python dbs-client dls-client prodcommon prodagent py2-pyxml |
7 |
|
%prep |
8 |
|
%setup -n CRAB |
9 |
|
%build |
20 |
|
|
21 |
|
(echo "#!/bin/sh"; \ |
22 |
|
echo "source $PYTHON_ROOT/etc/profile.d/init.sh"; \ |
23 |
+ |
echo "source $PY2_PYOPENSSL_ROOT/etc/profile.d/init.sh"; \ |
24 |
+ |
echo "source $PY2_PYXML_ROOT/etc/profile.d/init.sh"; \ |
25 |
|
echo "source $DBS_CLIENT_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"; \ |
29 |
|
|
30 |
|
(echo "#!/bin/tcsh"; \ |
31 |
|
echo "source $PYTHON_ROOT/etc/profile.d/init.csh"; \ |
32 |
+ |
echo "source $PY2_PYOPENSSL_ROOT/etc/profile.d/init.csh"; \ |
33 |
+ |
echo "source $PY2_PYXML_ROOT/etc/profile.d/init.csh"; \ |
34 |
|
echo "source $DBS_CLIENT_ROOT/etc/profile.d/init.csh"; \ |
35 |
|
echo "source $DLS_CLIENT_ROOT/etc/profile.d/init.csh"; \ |
36 |
|
echo "source $PRODCOMMON_ROOT/etc/profile.d/init.csh"; \ |