ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/fwlite.spec
Revision: 1.27
Committed: Fri Nov 28 12:22:38 2008 UTC (16 years, 5 months ago) by ratnik
Branch: MAIN
CVS Tags: nr081128-packagelist
Changes since 1.26: +2 -5 lines
Log Message:
Updated to CMSSW_2_2_0.
Compatibility changes for scramv1-build.file rev 1.101 :
Modifications to build set file are now bypassing CVS.

File Contents

# User Rev Content
1 ratnik 1.27 ### RPM cms fwlite CMSSW_2_2_0_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 ratnik 1.15
27 ratnik 1.17
28 ratnik 1.15 ## IMPORT cms-scram-build
29     ## IMPORT partial-build
30     ## IMPORT scramv1-build