ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/coral.spec
Revision: 1.112
Committed: Fri Apr 25 20:30:16 2008 UTC (17 years ago) by ratnik
Branch: MAIN
CVS Tags: zx20080509, pe20080508-testcvs, dl080505, CMSSW_2_0_4_ONLINE1, dl080425_for21x, nr080425for204onl1
Changes since 1.111: +1 -1 lines
Log Message:
Changes for CMSSW_2_0_4_ONLINE1, force rebuild of seal/coral/pool against  new oracle-env and fixed libtiff.

File Contents

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