ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/online.spec
Revision: 1.35
Committed: Wed Mar 18 15:38:48 2009 UTC (16 years, 1 month ago) by ratnik
Branch: MAIN
CVS Tags: CMSSW_2_2_6_HLT_ONLINE
Changes since 1.34: +2 -1 lines
Log Message:
Updates for CMSSW_2_2_6_HLT_ONLINE; added patch to RecoHI/HiTracking/BuildFile to remove unwanted dependency

File Contents

# User Rev Content
1 ratnik 1.35 ### RPM cms online CMSSW_2_2_6_HLT_ONLINE
2 ratnik 1.1 ## IMPORT configurations
3 ratnik 1.28
4 ratnik 1.1 Provides: /bin/zsh
5 ratnik 1.19 Provides: /bin/ksh
6 ratnik 1.18 Provides: /bin/sed
7 ratnik 1.19 Provides: /usr/bin/awk
8 ratnik 1.28 Provides: /usr/bin/python
9 ratnik 1.18 Provides: perl(Date::Format)
10     Provides: perl(Term::ReadKey)
11     Provides: perl(full)
12 ratnik 1.19 Provides: perl(LWP::UserAgent)
13     Provides: perl(Template)
14    
15 ratnik 1.4 Requires: online-tool-conf python
16 ratnik 1.18
17 ratnik 1.34 %define cmssw_release %(perl -e '$_="%v"; s/_ONLINE//; print;')
18 ratnik 1.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 ratnik 1.26 %define useCmsTC 1
23 ratnik 1.1 %define buildtarget release-build
24     %define saveDeps yes
25    
26 ratnik 1.18 #Defines for file containing list of packages for checkout and build:
27 ratnik 1.33 %define buildsetfile online_build_set
28 ratnik 1.1
29 ratnik 1.26 %define patchsrc2 perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!;' config/BuildFile.xml
30 ratnik 1.28 %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 ratnik 1.35 %define patchsrc5 perl -p -i -e ' s!(.*PixelLowPtUtilities.*)!#$1!;' src/RecoHI/HiTracking/BuildFile
33 ratnik 1.28
34 ratnik 1.18 ## IMPORT cms-scram-build
35     ## IMPORT partial-build
36     ## IMPORT scramv1-build