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

Comparing COMP/CMSDIST/cmssw.spec (file contents):
Revision 1.45 by elmer, Sat Aug 26 17:05:48 2006 UTC vs.
Revision 1.169 by andreasp, Tue Jul 17 08:52:16 2007 UTC

# Line 1 | Line 1
1 < ### RPM cms cmssw CMSSW_0_8_3
2 < ## IMPORT configurations
3 <
1 > ### RPM cms cmssw CMSSW_1_6_X_2007-07-16-09
2 > ## IMPORT configurations
3   Provides: /bin/zsh
4 < Requires: cmssw-tool-conf python
5 < %define toolconf ${CMSSW_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
6 < %define cvsdir %(echo %n | tr 'a-z' 'A-Z')
7 < %define cvsserver %(echo %n | tr 'A-Z' 'a-z')
8 < %define patchsrc perl -p -i -e 's!<select name=(MyODBC|ignominy|rulechecker)>!!' config/requirements ;
9 < %define confversion %cmsConfiguration
10 < %define conflevel   _2
11 < %define preBuildCommand (rm -rf SimMuon/DTDigitizer/test)
12 < %define buildtarget release-build doc
4 > Requires: cmssw-tool-conf python glimpse
5 >
6 > #-ap start 2007-07-16
7 > # 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 > #-ap end 2007-07-16
16 >
17 > %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 > %define patchsrc perl -p -i -e 's!<select name=(MyODBC)>!!' config/requirements ;
26 > %define useCmsTC        1
27 >
28   ## IMPORT cms-scram-build
29   ## IMPORT scramv1-build

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines