Revision: | 1.26 |
Committed: | Mon Sep 22 18:11:45 2008 UTC (16 years, 7 months ago) by ratnik |
Branch: | MAIN |
CVS Tags: | MotT0_1_0_2, MotT0_1_0_1, MotT0_1_0_0, MotT0_100531_1, MotT0_100528_1, T0Mon_100518_1, T0Mon_100503_1, T0Mon_100316_1, T0Mon_100308_2, T0Mon_100308_1, T0Mon_100216_1, T0Mon_100210_1, T0Mon_100204_4, T0Mon_100204_3, T0Mon_100204_1, T0Mon_100127_1, T0Mon_091111_1, T0Mon_090828_1, T0Mon_090822_1, T0Mon_090715_1, T0Mon_090612_1, T0Mon_090611_1, T0Mon_090610_1, T0Mon_090601_1, T0Mon_090527_2, T0Mon_090527_1, T0Mon_090522_1, T0Mon_090519_2, T0Mon_090519_1, T0Mon_090517_1, T0Mon_090516_1, T0Mon_090515_4, T0Mon_090515_3, T0Mon_090515_2, T0Mon_090515_1, T0Mon_090510_1, T0Mon_090406_1, T0Mon_090326_1, T0Mon_090325_1, T0Mon_090318_1, T0Mon_090315_1, T0Mon_090303_1, testofc, T0Mon_081107_1, T0Mon_081105_1, PRODAGENT_0_12_2, T0Mon_080926_1, CMSSW_2_1_7_FWLITE |
Changes since 1.25: | +2 -2 lines |
Log Message: | Updated for CMSSW_2_1_7_FWLITE (changes from Sep 9th.) |
# | User | Rev | Content |
---|---|---|---|
1 | ratnik | 1.26 | ### RPM cms fwlite CMSSW_2_1_7_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 buildtarget release-build | ||
16 | %define useCmsTC 1 | ||
17 | %define saveDeps yes | ||
18 | ratnik | 1.15 | |
19 | #Defines for file containing list of packages for checkout and build: | ||
20 | ratnik | 1.24 | %define buildsetrepo CMSDIST |
21 | %define buildsetfile fwlite_build_set.file | ||
22 | ratnik | 1.26 | %define buildsetvers buildset_V3_11 |
23 | ratnik | 1.15 | |
24 | # Skip library load and symbol checks to avoid dependency on seal: | ||
25 | ratnik | 1.24 | %define nolibchecks on |
26 | ratnik | 1.1 | |
27 | ratnik | 1.7 | # Switch off building tests: |
28 | ratnik | 1.24 | %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 |