ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/seal.spec
Revision: 1.88
Committed: Sat Jan 26 21:27:46 2008 UTC (17 years, 3 months ago) by elmer
Branch: MAIN
CVS Tags: CMSSW_1_8_0_pre9, CMSSW_2_0_0_pre1, CMSSW_1_8_0_pre8, dl080202, pe20080126-for180p8
Changes since 1.87: +1 -1 lines
Log Message:
Force a rebuild of everything from SEAL on up, as a new configuration CMS_151j
(for 1_8_X). This is to work around the afs inode conflict seen at CERN.

File Contents

# User Rev Content
1 elmer 1.88 ### RPM cms seal SEAL_1_9_3-CMS18j
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 elmer 1.84
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