1 |
< |
### RPM lcg seal SEAL_1_7_8 |
1 |
> |
### RPM lcg seal SEAL_1_8_1 |
2 |
> |
## IMPORT configurations |
3 |
|
Requires: seal-tool-conf |
4 |
< |
%define confversion 40 |
5 |
< |
%define toolconf ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
6 |
< |
Patch0: SEAL |
4 |
> |
%define tmpplatf %(echo %cmsplatf | cut -d_ -f2) |
5 |
> |
Patch: seal-gcc34-and-newer |
6 |
> |
Patch2: seal-osx104 |
7 |
> |
|
8 |
|
%define patchsrc %%patch0 |
9 |
< |
%define cvsdir %(echo %n | tr 'a-z' 'A-Z') |
8 |
< |
%define cvsserver %(echo %n | tr 'A-Z' 'a-z') |
9 |
< |
%define buildtarget release |
10 |
< |
## IMPORT lcg-scram-build |
11 |
< |
## IMPORT scram-build |
9 |
> |
%define patchsrc2 %%patch3 |
10 |
|
|
11 |
+ |
%define confversion %lcgConfiguration |
12 |
+ |
%define toolconf ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
13 |
+ |
%define cvsdir SEAL |
14 |
+ |
%define cvsserver seal |
15 |
+ |
%define buildtarget release |
16 |
|
%define conflevel %{nil} |
17 |
+ |
%define srctree seal |
18 |
+ |
%define configtree scram |
19 |
|
# FIXME: Remove when it successfully builds... should just be release |
20 |
|
%define buildtarget release-build release-docs release-freeze |
21 |
< |
#%define buildtarget %{nil} |
21 |
> |
## IMPORT lcg-scram-build |
22 |
> |
## IMPORT scram-build |
23 |
> |
# |