1 |
< |
### RPM cms seal SEAL_1_9_2-CMS5q |
1 |
> |
### RPM cms seal SEAL_1_9_2-CMS15 |
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 |
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 |
12 |
– |
%define conflevel %{nil} |
11 |
|
%define preBuildCommand (rm -rf Extensions MathLibs Documentation) |
12 |
|
%define prebuildtarget prebuild |
13 |
|
%define buildtarget release-build |
14 |
|
%define patchsrc %patch -p0 |
15 |
|
|
16 |
+ |
%if "%{?online_release:set}" == "set" |
17 |
+ |
# Disable building tests in online release, |
18 |
+ |
# since they bring dependency on cppunit: |
19 |
+ |
%define patchsrc2 perl -p -i -e ' s!(<ClassPath.*/tests\\+.*>)!#$1!;' config/BuildFile |
20 |
+ |
%endif |
21 |
+ |
|
22 |
|
## IMPORT lcg-scram-build |
23 |
|
## IMPORT cms-scram-build |
24 |
|
## IMPORT scramv1-build |