Revision: | 1.18 |
Committed: | Thu Mar 20 23:27:26 2008 UTC (17 years, 1 month ago) by ratnik |
Branch: | MAIN |
CVS Tags: | CMSSW_2_0_0_ONLINE2, nrnr080424for200onl2, apFor210p3v1, apFor210p3v0, CMSSW_2_0_1, dl080418, CMSSW_2_1_0_pre2, CMSSW_2_0_0_ONLINE1, apFor210p2v2, dl080415t2, dl080415, apFor210p2v1, apFor210p2v0, nr080413, CMSSW_2_0_0, dl080408cand200t1, dl080408t1, nr080408for200p9, dl080407t3, dl080407t2, CMSSW_2_1_0_pre1, CMSSW_2_0_0_pre7_ONLINE1, dl080407, apFor210p1, CMSSW_2_0_0_pre9, dl080405, nr080331for200p7onl1, CMSSW_2_0_0_pre8, sm080328a, CMSSW_2_0_0_pre7, nr080320a |
Changes since 1.17: | +18 -18 lines |
Log Message: | Updated for CMSSW_1_8_1_FWLITE |
# | User | Rev | Content |
---|---|---|---|
1 | ratnik | 1.18 | ### RPM cms fwlite CMSSW_1_8_1_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 | %define saveDeps yes | ||
17 | ratnik | 1.15 | |
18 | #Defines for file containing list of packages for checkout and build: | ||
19 | ratnik | 1.18 | %define buildsetrepo CMSDIST |
20 | %define buildsetfile fwlite_build_set.file | ||
21 | %define buildsetvers buildset_V3_3 | ||
22 | ratnik | 1.15 | |
23 | # Skip library load and symbol checks to avoid dependency on seal: | ||
24 | ratnik | 1.18 | %define nolibchecks on |
25 | ratnik | 1.1 | |
26 | ratnik | 1.7 | # Switch off building tests: |
27 | ratnik | 1.15 | %define patchsrc3 perl -p -i -e ' s!(<ClassPath.*test\\+test>)!#$1!;' config/BuildFile |
28 | |||
29 | ratnik | 1.17 | |
30 | ratnik | 1.15 | ## IMPORT cms-scram-build |
31 | ## IMPORT partial-build | ||
32 | ## IMPORT scramv1-build |