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

Comparing COMP/CMSDIST/online.spec (file contents):
Revision 1.23 by ratnik, Thu Apr 24 17:48:44 2008 UTC vs.
Revision 1.37 by muzaffar, Thu Jun 18 16:03:43 2009 UTC

# Line 1 | Line 1
1 < ### RPM cms online CMSSW_2_0_0_ONLINE2
1 > ### RPM cms online CMSSW_3_1_0_pre10_ONLINE
2   ## IMPORT configurations
3 +
4   Provides: /bin/zsh
5   Provides: /bin/ksh
6   Provides: /bin/sed
7   Provides: /usr/bin/awk
8 + Provides: /usr/bin/python
9   Provides: perl(Date::Format)
10   Provides: perl(Term::ReadKey)
11   Provides: perl(full)
# Line 12 | Line 14 | Provides: perl(Template)
14  
15   Requires: online-tool-conf python
16  
17 < %define cmssw_release   %(perl -e '$_="%v"; s/_ONLINE2//; print;')
17 > %define cmssw_release   %(perl -e '$_="%v"; s/_ONLINE//; print;')
18   %define cvsprojuc       %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
19   %define cvsprojlc       %(echo %cvsprojuc | tr 'A-Z' 'a-z')
20   %define cvsdir          %cvsprojuc
21   %define cvsserver       %cvsprojlc
22 + %define useCmsTC        1
23   %define buildtarget     release-build
24   %define saveDeps        yes
25  
26   #Defines for file containing list of packages for checkout and build:
27 < %define buildsetrepo    CMSDIST
25 < %define buildsetfile    online_build_set.file
26 < %define buildsetvers    buildset_V2_1
27 <
27 > %define buildsetfile    online_build_set
28  
29 < %define patchsrc2     perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!;' config/BuildFile.xml
30 < %define patchsrc3     perl -p -i -e ' s!int depth=1,!int depth,!;' src/DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h
31 < %define scramcmd $SCRAMV1_ROOT/bin/scram
29 > %define patchsrc2       perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!;' config/BuildFile.xml
30 > %define patchsrc3       perl -p -i -e ' s!(<use name=root>)!$1\\n<use name=Foundation/PluginManager>!;' src/DQM/L1TMonitorClient/BuildFile
31 > %define patchsrc4       perl -p -i -e ' s!(<use name=boost>)!$1\\n<use name=EventFilter/Utilities>!;' src/DQM/SiPixelMonitorClient/BuildFile
32 > %define patchsrc5       perl -p -i -e ' s!(.*PixelLowPtUtilities.*)!#$1!;' src/RecoHI/HiTracking/BuildFile
33  
34   ## IMPORT cms-scram-build
35   ## IMPORT partial-build

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines