1 |
< |
### RPM cms seal SEAL_1_9_1 |
1 |
> |
### RPM cms seal SEAL_LCG_54_pre2-CMS19g |
2 |
|
## IMPORT configurations |
3 |
|
Provides: /bin/zsh |
4 |
|
Requires: seal-tool-conf |
5 |
+ |
Patch: seal-SV1BuildFiles |
6 |
|
|
7 |
< |
%define toolconf ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
8 |
< |
%define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z') |
9 |
< |
%define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z') |
10 |
< |
%define cvsdir %cvsprojuc |
11 |
< |
%define cvsserver %cvsprojlc |
12 |
< |
%define cvsconfig config |
13 |
< |
%define confversion %cmsConfiguration |
14 |
< |
%define conflevel %{nil} |
15 |
< |
%define prebuildtarget prebuild |
16 |
< |
%define buildtarget release-build |
17 |
< |
%define bootstrapfile %_builddir/%{cvsconfig}/%{cvsprojuc}_bootsrc |
18 |
< |
%define reqfile %_builddir/%{cvsconfig}/%{cvsprojuc}_requirements |
19 |
< |
|
20 |
< |
# Download requirements and project build templates (from CMSSW/config) |
21 |
< |
# FIXME: Remove when it successfully builds... should just be release |
21 |
< |
%define buildtarget release-build |
22 |
< |
|
23 |
< |
|
24 |
< |
# NR: define tag and repository for project's config: |
25 |
< |
%define configtag V00-01-06 |
26 |
< |
%define cvsconfig config |
27 |
< |
|
28 |
< |
# NR: the lcgaawrappertag tag is also used as a flag |
29 |
< |
# for lcg-scram-build to choose the right toolbox: |
30 |
< |
%define lcgaawrappertag SEAL_1_9_1 |
7 |
> |
%define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z') |
8 |
> |
%define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z') |
9 |
> |
%define cvsdir %cvsprojuc |
10 |
> |
%define cvsserver %cvsprojlc |
11 |
> |
%define cvstag LCG_54_pre2 |
12 |
> |
%define preBuildCommand (rm -rf Extensions MathLibs Documentation config) |
13 |
> |
%define prebuildtarget prebuild |
14 |
> |
%define buildtarget release-build |
15 |
> |
%define patchsrc %patch -p0 |
16 |
> |
|
17 |
> |
%if "%{?online_release:set}" == "set" |
18 |
> |
# Disable building tests in online release, |
19 |
> |
# since they bring dependency on cppunit: |
20 |
> |
%define patchsrc2 perl -p -i -e ' s!(<ClassPath.*/tests\\+.*>)!#$1!;' config/BuildFile |
21 |
> |
%endif |
22 |
|
|
23 |
|
## IMPORT lcg-scram-build |
24 |
+ |
## IMPORT cms-scram-build |
25 |
|
## IMPORT scramv1-build |