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.8 by eulisse, Wed May 24 08:47:08 2006 UTC vs.
Revision 1.231 by andreasp, Fri Oct 26 09:32:55 2007 UTC

# Line 1 | Line 1
1 < ### RPM cms cmssw CMSSW_0_7_0_pre1
2 < Requires: cmssw-tool-conf python
3 < %define toolconf ${CMSSW_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
4 < %define cvsdir %(echo %n | tr 'a-z' 'A-Z')
5 < %define cvsserver %(echo %n | tr 'A-Z' 'a-z')
6 < %define patchsrc perl -p -i -e 's!<select name=(MyODBC|ignominy|rulechecker|fed9uutils)>!!' config/requirements ;
1 > ### RPM cms cmssw CMSSW_1_6_X
2 > ## IMPORT configurations
3 > Provides: /bin/zsh
4 > Requires: cmssw-tool-conf python glimpse
5 >
6 > %define toolconf        ${CMSSW_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
7 > %define cvsprojuc       %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
8 > %define cvsprojlc       %(echo %cvsprojuc | tr 'A-Z' 'a-z')
9 > %define cvsdir          %cvsprojuc
10 > %define cvsserver       %cvsprojlc
11 > %define conflevel       _2
12 > %define prebuildtarget  gindices
13 > %define buildtarget     release-build
14 > %define patchsrc perl -p -i -e 's!<select name=(MyODBC)>!!' config/requirements ;
15 > %define useCmsTC        1
16  
8 %define confversion 134a
9 %define conflevel   _2
10 %define preBuildCommand (rm -rf SimMuon/DTDigitizer/test)
11 %define buildtarget release-build
17   ## IMPORT cms-scram-build
18   ## IMPORT scramv1-build
14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines