1 |
< |
### RPM lcg seal SEAL_1_8_1 |
1 |
> |
### RPM cms seal SEAL_LCG_54_pre2-CMS19g |
2 |
> |
## IMPORT configurations |
3 |
> |
Provides: /bin/zsh |
4 |
|
Requires: seal-tool-conf |
5 |
< |
%define tmpplatf %(echo %cmsplatf | cut -d_ -f2) |
4 |
< |
Patch: seal-gcc34-and-newer |
5 |
< |
Patch2: seal-no-dlcompat |
5 |
> |
Patch: seal-SV1BuildFiles |
6 |
|
|
7 |
< |
%define patchsrc %%patch0 |
8 |
< |
%define patchsrc2 %%patch2 |
9 |
< |
%define patchsrc3 perl -p -i -e "s|osx104_gcc40|%cmsplatf|g" scram/BuildFile scram/RequirementsDoc |
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 |
|
|
11 |
– |
%define confversion 43 |
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 |
23 |
|
## IMPORT lcg-scram-build |
24 |
< |
## IMPORT scram-build |
25 |
< |
# |
24 |
> |
## IMPORT cms-scram-build |
25 |
> |
## IMPORT scramv1-build |