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

Comparing COMP/CMSDIST/crab-server.spec (file contents):
Revision 1.125 by diego, Fri Dec 18 12:38:45 2009 UTC vs.
Revision 1.132 by spiga, Fri Jan 15 16:12:05 2010 UTC

# Line 1 | Line 1
1 < ### RPM cms crab-server CRABSERVER_SLC5_test_1
1 > ### RPM cms crab-server CS_1_1_1_slc5
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: prodcommon prodagent  
6 > ## boost  is neede only for SLC5 build
7 > Requires: prodcommon prodagent boost
8 > #Requires: prodcommon prodagent
9   %prep
10   %setup -n CRAB
11   %build
# Line 16 | Line 18 | make PREFIX=%i install
18   mkdir -p %i/bin
19   cp bin/* %{i}/bin
20  
21 + # The following is needed only for SLC5 build
22 + ###
23 + pushd src/python/CommandManager/server-side
24 +  make -f Makefile_2.4 PYHOME=$PYTHON_ROOT BOOST_HOME=$BOOST_ROOT all
25 +  cp FrontendLoader_1_1.so %i/lib/CommandManager/
26 + popd
27 + ###
28 +        
29   # Copy dependencies to dependencies-setup.sh
30   mkdir -p %i/etc/profile.d
31   for x in %pkgreqs; do

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines