ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/fwlite.spec
Revision: 1.29
Committed: Fri Jun 26 09:17:54 2009 UTC (15 years, 10 months ago) by andreasp
Branch: MAIN
CVS Tags: CERNOIDv01, WMCORE-before-refactor, PerfSuiteDB_20090930, PerfSuiteDB_20090916, PerfSuiteDB_20090904_almost_stable, PerfSuiteDB_20090904, PerfSuiteDB_20090901, forHEARTBEATr04, RPMVERIFY_0_2, forHEARTBEATr01, CMSSW_2_2_13_FWLITE, apFor2213fwlitev0
Changes since 1.28: +2 -1 lines
Log Message:
update for 2.2.13-fwlite, added patchsrc4 to not build plugins for FWLITE (on request/suggestion of Chris)

File Contents

# User Rev Content
1 andreasp 1.29 ### RPM cms fwlite CMSSW_2_2_13_FWLITE
2 ratnik 1.1 ## IMPORT configurations
3     Provides: /bin/zsh
4 ratnik 1.24 Provides: /bin/sed
5     Provides: perl(Date::Format)
6     Provides: perl(Term::ReadKey)
7     Provides: perl(full)
8     Requires: fwlite-tool-conf python
9    
10     %define cmssw_release %(perl -e '$_="%v"; s/_FWLITE//; print;')
11     %define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
12     %define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z')
13     %define cvsdir %cvsprojuc
14     %define cvsserver %cvsprojlc
15     %define useCmsTC 1
16     %define saveDeps yes
17 ratnik 1.15
18     #Defines for file containing list of packages for checkout and build:
19 ratnik 1.27 %define buildsetfile fwlite_build_set
20 ratnik 1.15
21     # Skip library load and symbol checks to avoid dependency on seal:
22 ratnik 1.24 %define nolibchecks on
23 ratnik 1.1
24 ratnik 1.7 # Switch off building tests:
25 ratnik 1.24 %define patchsrc3 perl -p -i -e ' s|(<classpath.*test\\+test.*>)||;' config/BuildFile.xml*
26 andreasp 1.29 %define patchsrc4 perl -p -i -e ' s|(<classpath.*plugins\\+plugins.*>)||;' config/BuildFile.xml*
27 ratnik 1.15
28 ratnik 1.17
29 ratnik 1.15 ## IMPORT cms-scram-build
30     ## IMPORT partial-build
31     ## IMPORT scramv1-build