ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/seal.spec
Revision: 1.80
Committed: Mon Nov 5 20:27:33 2007 UTC (17 years, 5 months ago) by ratnik
Branch: MAIN
CVS Tags: CMSSW_1_7_5_ONLINE1, CMSSW_1_7_5_ONLINE, nr080115onl175, nr071121onl170_xdaq5, CMSSW_1_7_0_ONLINE, nr071116onlpre13, CMSSW_1_7_0_pre10_ONLINE, nr071105a
Changes since 1.79: +8 -1 lines
Log Message:
Change for CMSSW_1_7_0_pre10 rebuild: disable building tests in case of online release, to avoid dependency on cppunit.

File Contents

# User Rev Content
1 ratnik 1.80 ### RPM cms seal SEAL_1_9_2-CMS15
2 dlange 1.75 ## IMPORT configurations
3 muzaffar 1.41 Provides: /bin/zsh
4 ratnik 1.38 Requires: seal-tool-conf
5 muzaffar 1.59 Patch: seal-SV1BuildFiles
6 ratnik 1.49
7 muzaffar 1.59 %define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
8     %define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z')
9     %define cvsdir %cvsprojuc
10     %define cvsserver %cvsprojlc
11 elmer 1.56 %define preBuildCommand (rm -rf Extensions MathLibs Documentation)
12 muzaffar 1.59 %define prebuildtarget prebuild
13     %define buildtarget release-build
14     %define patchsrc %patch -p0
15 ratnik 1.80
16     %if "%{?online_release:set}" == "set"
17     # Disable building tests in online release,
18     # since they bring dependency on cppunit:
19     %define patchsrc2 perl -p -i -e ' s!(<ClassPath.*/tests\\+.*>)!#$1!;' config/BuildFile
20     %endif
21    
22 eulisse 1.4 ## IMPORT lcg-scram-build
23 muzaffar 1.59 ## IMPORT cms-scram-build
24 ratnik 1.38 ## IMPORT scramv1-build