1 |
ratnik |
1.24 |
### RPM cms fwlite CMSSW_2_0_10_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 |
|
|
%define buildsetvers buildset_V3_9
|
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
|