ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/seal.spec
Revision: 1.87
Committed: Mon Jan 21 13:30:14 2008 UTC (17 years, 3 months ago) by elmer
Branch: MAIN
CVS Tags: pe20080125a-ports-lcg54-412, pe20080125a-ports-lcg54, pe20080123a-ports-412, pe20080123a-ports
Changes since 1.86: +1 -2 lines
Log Message:
Update to final version of LCG54: POOL_2_7_0/CORAL_1_9_3/SEAL_1_9_4. (Remove
also hardcoded cvstag used to make SCRAM happy with the "LCG_54_preX" tags
we were using when testing this.)

File Contents

# User Rev Content
1 elmer 1.87 ### RPM cms seal SEAL_1_9_4-CMS19
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