ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/online.spec
Revision: 1.27
Committed: Wed Jun 4 22:24:00 2008 UTC (16 years, 10 months ago) by ratnik
Branch: MAIN
CVS Tags: nr080714_forCRAB, nr080624_for21x, nr080623_for21x, CMSSW_2_0_8_ONLINE1-cms2, CMSSW_2_0_8_ONLINE1
Changes since 1.26: +1 -1 lines
Log Message:
CMSSW_2_0_8_ONLINE1

File Contents

# User Rev Content
1 ratnik 1.27 ### RPM cms online CMSSW_2_0_8_ONLINE1
2 ratnik 1.1 ## IMPORT configurations
3     Provides: /bin/zsh
4 ratnik 1.19 Provides: /bin/ksh
5 ratnik 1.18 Provides: /bin/sed
6 ratnik 1.19 Provides: /usr/bin/awk
7 ratnik 1.18 Provides: perl(Date::Format)
8     Provides: perl(Term::ReadKey)
9     Provides: perl(full)
10 ratnik 1.19 Provides: perl(LWP::UserAgent)
11     Provides: perl(Template)
12    
13 ratnik 1.4 Requires: online-tool-conf python
14 ratnik 1.18
15 ratnik 1.24 %define cmssw_release %(perl -e '$_="%v"; s/_ONLINE1//; print;')
16 ratnik 1.18 %define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
17     %define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z')
18     %define cvsdir %cvsprojuc
19     %define cvsserver %cvsprojlc
20 ratnik 1.26 %define useCmsTC 1
21 ratnik 1.1 %define buildtarget release-build
22     %define saveDeps yes
23    
24 ratnik 1.18 #Defines for file containing list of packages for checkout and build:
25     %define buildsetrepo CMSDIST
26     %define buildsetfile online_build_set.file
27 ratnik 1.26 %define buildsetvers buildset_V2_2
28 ratnik 1.1
29 ratnik 1.26 %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
32 ratnik 1.19
33 ratnik 1.18 ## IMPORT cms-scram-build
34     ## IMPORT partial-build
35     ## IMPORT scramv1-build