ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cmssw.spec
Revision: 1.173
Committed: Thu Jul 19 10:03:55 2007 UTC (17 years, 9 months ago) by andreasp
Branch: MAIN
Changes since 1.172: +1 -1 lines
Log Message:
updated for integration build CMSSW_1_6_X_2007-07-19-12

File Contents

# User Rev Content
1 andreasp 1.173 ### RPM cms cmssw CMSSW_1_6_X_2007-07-19-12_2007-07-16-09
2 elmer 1.127 ## IMPORT configurations
3     Provides: /bin/zsh
4 dlange 1.158 Requires: cmssw-tool-conf python glimpse
5 andreasp 1.161
6 andreasp 1.170 #-ap start 2007-07-17
7 andreasp 1.169 # WARNING: the following statement is needed to build the nightlies
8     # but will make "standard" builds of tags like CMSSW_X-Y-Z-g483
9     # impossible without creating a new queue in the TC.
10     # If you want to reuse an existing tag for this type of builds,
11     # please comment out the following statement:
12    
13     %define cvstag %v
14    
15 andreasp 1.170 #-ap end 2007-07-17
16 andreasp 1.169
17 elmer 1.127 %define toolconf ${CMSSW_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
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 conflevel _2
23     %define prebuildtarget gindices
24     %define buildtarget release-build
25 andreasp 1.161 %define patchsrc perl -p -i -e 's!<select name=(MyODBC)>!!' config/requirements ;
26 elmer 1.127 %define useCmsTC 1
27 dlange 1.126
28 eulisse 1.1 ## IMPORT cms-scram-build
29     ## IMPORT scramv1-build