ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/online.spec
Revision: 1.18
Committed: Mon Mar 31 18:39:09 2008 UTC (17 years, 1 month ago) by ratnik
Branch: MAIN
CVS Tags: apFor210p3v1, apFor210p3v0, CMSSW_2_0_1, dl080418, CMSSW_2_1_0_pre2, apFor210p2v2, dl080415t2, dl080415, apFor210p2v1, apFor210p2v0, CMSSW_2_0_0, dl080408cand200t1, dl080408t1, dl080407t3, dl080407t2, CMSSW_2_1_0_pre1, CMSSW_2_0_0_pre7_ONLINE1, dl080407, apFor210p1, CMSSW_2_0_0_pre9, dl080405, nr080331for200p7onl1
Changes since 1.17: +20 -172 lines
Log Message:
Updated for 2.0.0.pre7. Reuses partial-build.file and scramv1-build.file. Will  only  work with  xml  version of scram. Provides a patch to DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h to make it compilable with gcc 3.4.6.

File Contents

# User Rev Content
1 ratnik 1.18 ### RPM cms online CMSSW_2_0_0_pre7_ONLINE1
2 ratnik 1.1 ## IMPORT configurations
3     Provides: /bin/zsh
4 ratnik 1.18 Provides: /bin/sed
5     Provides: perl(Date::Format)
6     Provides: perl(Term::ReadKey)
7     Provides: perl(full)
8 ratnik 1.4 Requires: online-tool-conf python
9 ratnik 1.18
10 ratnik 1.16 %define cmssw_release %(perl -e '$_="%v"; s/_ONLINE1//; print;')
11 ratnik 1.18 %define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
12     %define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z')
13     %define cvsdir %cvsprojuc
14     %define cvsserver %cvsprojlc
15 ratnik 1.1 %define buildtarget release-build
16     %define saveDeps yes
17    
18 ratnik 1.18 #Defines for file containing list of packages for checkout and build:
19     %define buildsetrepo CMSDIST
20     %define buildsetfile online_build_set.file
21     %define buildsetvers buildset_V1_0
22 ratnik 1.1
23    
24 ratnik 1.18 %define patchsrc2 perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!;' config/BuildFile.xml
25     %define patchsrc3 perl -p -i -e ' s!int depth=1,!int depth,!;' src/DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h
26    
27     ## IMPORT cms-scram-build
28     ## IMPORT partial-build
29     ## IMPORT scramv1-build