ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/coral.spec
Revision: 1.117
Committed: Tue Nov 4 01:26:09 2008 UTC (16 years, 5 months ago) by elmer
Branch: MAIN
CVS Tags: MotT0_1_0_2, MotT0_1_0_1, MotT0_1_0_0, MotT0_100531_1, MotT0_100528_1, T0Mon_100518_1, T0Mon_100503_1, T0Mon_100316_1, T0Mon_100308_2, T0Mon_100308_1, T0Mon_100216_1, T0Mon_100210_1, T0Mon_100204_4, T0Mon_100204_3, T0Mon_100204_1, T0Mon_100127_1, T0Mon_091111_1, T0Mon_090828_1, T0Mon_090822_1, T0Mon_090715_1, T0Mon_090612_1, T0Mon_090611_1, T0Mon_090610_1, T0Mon_090601_1, T0Mon_090527_2, T0Mon_090527_1, T0Mon_090522_1, T0Mon_090519_2, T0Mon_090519_1, T0Mon_090517_1, T0Mon_090516_1, T0Mon_090515_4, T0Mon_090515_3, T0Mon_090515_2, T0Mon_090515_1, T0Mon_090510_1, T0Mon_090406_1, T0Mon_090326_1, T0Mon_090325_1, T0Mon_090318_1, T0Mon_090315_1, T0Mon_090303_1, testofc, T0Mon_081107_1, pe20081105-noseal, T0Mon_081105_1
Changes since 1.116: +3 -3 lines
Log Message:
Update to CORAL_2_0_0

File Contents

# User Rev Content
1 elmer 1.117 ### RPM cms coral CORAL_2_0_0
2     ## 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.117 Patch: coral-2_0_0-SV1BuildFiles
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 dlange 1.106 %define patchsrc3 rm -rf %{srctree}/Tests/*
17 ratnik 1.103
18 ratnik 1.113 %if "%cmsplatf" == "slc4onl_ia32_gcc346"
19 ratnik 1.107 # Disable building tests in online release,
20     # since they bring dependency on cppunit:
21     %define patchsrc4 perl -p -i -e 's!(<classpath.*/tests\\+.*>)!!;' config/BuildFile.xml
22     %endif
23    
24 eulisse 1.1 ## IMPORT lcg-scram-build
25 muzaffar 1.54 ## IMPORT cms-scram-build
26 ratnik 1.37 ## IMPORT scramv1-build