1 |
< |
### RPM lcg seal SEAL_1_7_8 |
1 |
> |
### RPM cms seal SEAL_1_9_0 |
2 |
> |
## IMPORT configurations |
3 |
|
Requires: seal-tool-conf |
3 |
– |
%define confversion 40 |
4 |
– |
%define toolconf ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
5 |
– |
Patch0: SEAL |
6 |
– |
%define patchsrc %%patch0 |
7 |
– |
%define cvsdir %(echo %n | tr 'a-z' 'A-Z') |
8 |
– |
%define cvsserver %(echo %n | tr 'A-Z' 'a-z') |
9 |
– |
## IMPORT lcg-scram-build |
10 |
– |
## IMPORT scram-build |
4 |
|
|
5 |
+ |
%define confversion %cmsConfiguration |
6 |
+ |
%define toolconf ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
7 |
+ |
%define cvsdir SEAL |
8 |
+ |
%define cvsserver seal |
9 |
+ |
%define buildtarget release |
10 |
|
%define conflevel %{nil} |
11 |
+ |
%define srctree seal |
12 |
+ |
%define cvssrc seal |
13 |
+ |
%define bootstrapfile %_builddir/config/SEAL_bootsrc |
14 |
+ |
%define reqfile %_builddir/config/SEAL_requirements |
15 |
+ |
|
16 |
+ |
# Download requirements and project build templates (from CMSSW/config) |
17 |
|
# FIXME: Remove when it successfully builds... should just be release |
18 |
< |
%define buildtarget release-build release-docs release-freeze |
19 |
< |
#%define buildtarget %{nil} |
18 |
> |
%define buildtarget release-build |
19 |
> |
|
20 |
> |
|
21 |
> |
# NR: define tag and repository for project's config: |
22 |
> |
%define configtag V00-01-01 |
23 |
> |
%define cvsconfig config |
24 |
> |
|
25 |
> |
# NR: the lcgaawrappertag tag is also used as a flag |
26 |
> |
# for lcg-scram-build to choose the right toolbox: |
27 |
> |
%define lcgaawrappertag SEAL_1_9_0 |
28 |
> |
## IMPORT lcg-scram-build |
29 |
> |
## IMPORT scramv1-build |