Revision: | 1.12 |
Committed: | Fri May 19 16:39:58 2006 UTC (18 years, 11 months ago) by eulisse |
Branch: | MAIN |
CVS Tags: | CRABSERVER_TEST_BUILD_V4, CRABSERVER_TEST_BUILD_V3, CRABSERVER_TEST_BUILD_V2, CRABSERVER_TEST_BUILD_V1, forCRABSERVER104test, forCRABSERVER103, PRODAGENT_0_10_12_V10, PRODAGENT_0_10_12_V9, PRODAGENT_0_10_12_V8, PRODAGENT_0_10_12_V7, PRODAGENT_0_10_12_V6, PRODAGENT_0_10_12_V5, PRODAGENT_0_10_12_V4, forCS102pre4, PRODAGENT_0_10_12_V3, PRODAGENT_0_10_12_V2, PRODAGENT_0_10_12, PRODAGENT_0_10_3, PRODAGENT_0_10_3_20080521, PRODAGENT_0_8_3_SL4, forPA070pre3-slc3, forPA070pre3-slc4, forPA070pre3-slc, forPA061, forPA060pre7-slc4, forPA060pre3, forDBS106, forPA050pre3, WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, forPA030, forPA020, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0, PR0_3_13, PR0_3_12, PR0-3-11, forPR034, forPR033, forPIL116, forPR032, forPR030, forPR020, forPA011, forPR010, forPA010, af20060928, ProdAgent_pa17, phedex_2_3_series, V00-00-10, V00-00-09, V00-00-08, V00-00-07, V00-00-06 |
Changes since 1.11: | +0 -4 lines |
Log Message: | Bumping revisions because of changes in scram-build.spec |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.9 | ### RPM lcg coral CORAL_1_4_2 |
2 | eulisse | 1.1 | Requires: coral-tool-conf |
3 | eulisse | 1.8 | %define confversion 43 |
4 | eulisse | 1.1 | %define toolconf ${CORAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
5 | eulisse | 1.5 | %define cvsdir coral |
6 | %define cvsserver CORAL | ||
7 | %define srctree coral | ||
8 | eulisse | 1.7 | %define configtree coral/config/scram |
9 | eulisse | 1.2 | # This allows to compile CORAL on linux systems that are not recognized as slc3 but still linux based. |
10 | eulisse | 1.10 | %define patchsrc if [ "%cmsplatf" != "slc3_ia32_gcc323" ] && [ "$(uname)" = "Linux" ]; then cp %{configtree}/slc3_ia32_gcc323.mk %{configtree}/%{cmsplatf}.mk; fi |
11 | eulisse | 1.6 | %define patchinstall mkdir -p %{i}/include; for x in `ls %{i}/src`; do if [ -d %{i}/src/$x/$x ]; then cp -r %{i}/src/$x/$x %{i}/include; fi ; done |
12 | eulisse | 1.5 | |
13 | %define conflevel _1 | ||
14 | # FIXME: Remove when it successfully builds... should just be release | ||
15 | %define buildtarget release-build release-docs release-freeze | ||
16 | #%define buildtarget %{nil} | ||
17 | |||
18 | eulisse | 1.1 | ## IMPORT lcg-scram-build |
19 | ## IMPORT scram-build |