ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/fwlite.spec
Revision: 1.20
Committed: Wed May 14 23:12:37 2008 UTC (16 years, 11 months ago) by ratnik
Branch: MAIN
CVS Tags: nr080514_206fwlite_no_trajectory
Changes since 1.19: +3 -2 lines
Log Message:
Changes for 2.0.6:

 * Updated version
 * Added useCmsTC flag to insure source url consistent with the base releases
 * Updated to buildset_V3_6 to provide more dictionaries. Only those related to
   Trajectory are still missing.

File Contents

# User Rev Content
1 ratnik 1.20 ### RPM cms fwlite CMSSW_2_0_6_FWLITE
2 ratnik 1.1 ## IMPORT configurations
3     Provides: /bin/zsh
4 ratnik 1.18 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 buildtarget release-build
16 ratnik 1.20 %define useCmsTC 1
17 ratnik 1.18 %define saveDeps yes
18 ratnik 1.15
19     #Defines for file containing list of packages for checkout and build:
20 ratnik 1.18 %define buildsetrepo CMSDIST
21     %define buildsetfile fwlite_build_set.file
22 ratnik 1.20 %define buildsetvers buildset_V3_6
23 ratnik 1.15
24     # Skip library load and symbol checks to avoid dependency on seal:
25 ratnik 1.18 %define nolibchecks on
26 ratnik 1.1
27 ratnik 1.7 # Switch off building tests:
28 ratnik 1.19 %define patchsrc3 perl -p -i -e ' s|(<classpath.*test\\+test.*>)||;' config/BuildFile.xml*
29 ratnik 1.15
30 ratnik 1.17
31 ratnik 1.15 ## IMPORT cms-scram-build
32     ## IMPORT partial-build
33     ## IMPORT scramv1-build