ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/coral.spec
Revision: 1.103
Committed: Fri Mar 7 23:23:55 2008 UTC (17 years, 1 month ago) by ratnik
Branch: MAIN
CVS Tags: nr080307onl180onl1
Changes since 1.102: +6 -0 lines
Log Message:
Switched off building tests in online release case.

File Contents

# User Rev Content
1 elmer 1.102 ### RPM cms coral CORAL_1_9_2-CMS18l
2 dlange 1.71 ## IMPORT configurations
3 muzaffar 1.39 Provides: /bin/zsh
4 eulisse 1.1 Requires: coral-tool-conf
5 elmer 1.84 Patch: coral-1_9_1-SV1BuildFiles
6 elmer 1.102 Patch1: coral-1_9_2-FrontierAccess
7 ratnik 1.37
8 muzaffar 1.54 %define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
9     %define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z')
10     %define cvsdir %cvsprojlc
11     %define cvsserver %cvsprojlc
12 elmer 1.56 %define preBuildCommand (rm -rf LFCLookupService LFCReplicaService MySQLAccess)
13 muzaffar 1.54 %define prebuildtarget prebuild
14     %define buildtarget release-build
15     %define patchsrc %patch -p0
16 elmer 1.102 %define patchsrc2 %patch1 -p0
17     %define patchsrc3 rm -rf %{srctree}/Tests/*
18 eulisse 1.5
19 ratnik 1.103 %if "%{?online_release:set}" == "set"
20     # Disable building tests in online release,
21     # since they bring dependency on cppunit:
22     %define patchsrc4 perl -p -i -e ' s!(<ClassPath.*/tests\\+.*>)!#$1!;' config/BuildFile
23     %endif
24    
25 eulisse 1.1 ## IMPORT lcg-scram-build
26 muzaffar 1.54 ## IMPORT cms-scram-build
27 ratnik 1.37 ## IMPORT scramv1-build