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

Comparing COMP/CMSDIST/fwlite.spec (file contents):
Revision 1.37 by dsr, Wed Mar 31 14:45:38 2010 UTC vs.
Revision 1.73 by zafar, Fri Jul 8 10:40:30 2011 UTC

# Line 1 | Line 1
1 < ### RPM cms fwlite CMSSW_3_5_6_FWLITE
2 < ## IMPORT configurations
1 > ### RPM cms fwlite CMSSW_4_4_0_pre4_FWLITE
2 >
3   Requires: fwlite-tool-conf python
4  
5 < %define cmssw_release   %(perl -e '$_="%v"; s/_FWLITE//; print;')
6 < %define cvsprojuc       %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
7 < %define cvsprojlc       %(echo %cvsprojuc | tr 'A-Z' 'a-z')
8 < %define cvsdir          %cvsprojuc
9 < %define cvsserver       %cvsprojlc
10 < %define useCmsTC        1
5 > %define useCmsTC        yes
6   %define saveDeps        yes
7  
8 < #Defines for file containing list of packages for checkout and build:
9 < %define buildsetfile    fwlite_build_set
15 <
16 < # Skip library load and symbol checks to avoid dependency on seal:
17 < %define nolibchecks     on
8 > # Switch off building tests
9 > %define patchsrc perl -p -i -e ' s|(<classpath.*test\\+test.*>)||;' config/BuildFile.xml*
10  
11 < # Switch off building tests and plugins:
12 < %define patchsrc3 perl -p -i -e ' s|(<classpath.*test\\+test.*>)||;' config/BuildFile.xml*
21 < %define patchsrc4 perl -p -i -e ' s|(<classpath.*plugins\\+plugins.*>)||;' config/BuildFile.xml*
11 > # Includes parts of the framework that we don't want in fwlite
12 > %define patchsrc2 rm -rf src/DataFormats/GeometrySurface/plugins
13  
14 + # depends on MessageService, which pulls in service dependencies
15 + %define patchsrc3 rm -f src/FWCore/MessageLogger/python/MessageLogger_cfi.py
16  
17 < ## IMPORT cms-scram-build
18 < ## IMPORT partial-build
26 < ## IMPORT scramv1-build
17 > ## IMPORT cmssw-partial-build
18 > ## IMPORT scram-project-build

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines