1 |
eulisse |
1.1 |
### RPM lcg coral CORAL_1_2_0
|
2 |
|
|
Requires: coral-tool-conf
|
3 |
|
|
%define confversion 40
|
4 |
|
|
%define toolconf ${CORAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
|
5 |
|
|
%define cvsdir %(echo %n | tr 'A-Z' 'a-z')
|
6 |
|
|
%define cvsserver %(echo %n | tr 'A-Z' 'a-z')
|
7 |
eulisse |
1.2 |
# This allows to compile CORAL on linux systems that are not recognized as slc3 but still linux based.
|
8 |
eulisse |
1.3 |
%define patchsrc if [ "%cmsplatf" != "slc3_ia32_gcc323" ] && [ "$(uname)" = "Linux" ]; then cp config/slc3_ia32_gcc323.mk config/%{cmsplatf}.mk; fi
|
9 |
eulisse |
1.1 |
## IMPORT lcg-scram-build
|
10 |
|
|
## IMPORT scram-build
|
11 |
|
|
|
12 |
|
|
%define conflevel _1
|
13 |
|
|
# FIXME: Remove when it successfully builds... should just be release
|
14 |
|
|
%define buildtarget release-build release-docs release-freeze
|
15 |
|
|
#%define buildtarget %{nil}
|