ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/seal.spec
Revision: 1.86
Committed: Fri Jan 18 00:11:53 2008 UTC (17 years, 3 months ago) by elmer
Branch: MAIN
CVS Tags: pe20080120a-ports-412, pe20080120a-ports, pe20080119a-ports-412, pe20080119a-ports, pe20080118g-ports-412, pe20080118g-ports, pe20080118f-ports-412, pe20080118f-ports, nr_pe20080118e-ports-onl, pe20080118e-ports-412, pe20080118e-ports, pe20080118d-ports-412, pe20080118d-ports, pe20080118c-ports, pe20080118b-ports, pe20080118a-ports
Changes since 1.85: +2 -2 lines
Log Message:
Update to LCG prerelease tag LCG_54_pre3

File Contents

# User Rev Content
1 elmer 1.86 ### RPM cms seal SEAL_LCG_54_pre3-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.86 %define cvstag LCG_54_pre3
12 elmer 1.56 %define preBuildCommand (rm -rf Extensions MathLibs Documentation)
13 muzaffar 1.59 %define prebuildtarget prebuild
14     %define buildtarget release-build
15     %define patchsrc %patch -p0
16 elmer 1.84
17     %if "%{?online_release:set}" == "set"
18     # Disable building tests in online release,
19     # since they bring dependency on cppunit:
20     %define patchsrc2 perl -p -i -e ' s!(<ClassPath.*/tests\\+.*>)!#$1!;' config/BuildFile
21     %endif
22    
23 eulisse 1.4 ## IMPORT lcg-scram-build
24 muzaffar 1.59 ## IMPORT cms-scram-build
25 ratnik 1.38 ## IMPORT scramv1-build