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

Comparing COMP/CMSDIST/prodagent.spec (file contents):
Revision 1.49 by elmer, Mon Jul 24 19:53:06 2006 UTC vs.
Revision 1.73 by afanfani, Tue Jan 9 14:39:05 2007 UTC

# Line 1 | Line 1
1 < ### RPM cms prodagent PRODAGENT_0_0_33
1 > ### RPM cms prodagent PRODAGENT_0_1_1
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=PRODAGENT&export=PRODAGENT&&tag=-r%{cvstag}&output=/PRODAGENT.tar.gz
6 < Requires: python mysql py2-mysqldb dbs dls boss
6 > Requires: python mysql py2-mysqldb dbs dls boss prodcommon openssl
7  
8   %prep
9   %setup -n PRODAGENT
# Line 12 | Line 12 | Requires: python mysql py2-mysqldb dbs d
12   make PREFIX=%i install
13   mkdir -p %i/bin
14   cp bin/prod* %{i}/bin
15 + mkdir -p %i/test
16 + cp -R test/* %i/test/
17 + mkdir -p %i/util
18 + cp -R util/* %i/util/
19   mkdir -p %{i}/etc/profile.d
20   mkdir -p %i/workdir
21  
# Line 21 | Line 25 | mkdir -p %i/workdir
25   echo "source $PY2_MYSQLDB_ROOT/etc/profile.d/init.sh"; \
26   echo "source $DBS_ROOT/etc/profile.d/init.sh"; \
27   echo "source $DLS_ROOT/etc/profile.d/init.sh"; \
28 + echo "source $PRODCOMMON_ROOT/etc/profile.d/init.sh"; \
29   echo "source $BOSS_ROOT/etc/profile.d/init.sh" ) > %{i}/etc/profile.d/dependencies-setup.sh
30  
31   (echo "#!/bin/tcsh"; \
# Line 29 | Line 34 | mkdir -p %i/workdir
34   echo "source $PY2_MYSQLDB_ROOT/etc/profile.d/init.csh"; \
35   echo "source $DBS_ROOT/etc/profile.d/init.csh"; \
36   echo "source $DLS_ROOT/etc/profile.d/init.csh"; \
37 + echo "source $PRODCOMMON_ROOT/etc/profile.d/init.csh"; \
38   echo "source $BOSS_ROOT/etc/profile.d/init.csh" ) > %{i}/etc/profile.d/dependencies-setup.csh
39  
40   %post

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines