ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/seal.spec
Revision: 1.60
Committed: Tue Jun 26 18:49:46 2007 UTC (17 years, 10 months ago) by elmer
Branch: MAIN
Changes since 1.59: +3 -0 lines
Log Message:
add define of %bootstrapfile and reqfile (as config/SEAL_xxxx). Not 100%
sure that this is how it is supposed to work, but this at least results
in it using the correct one.

File Contents

# User Rev Content
1 elmer 1.58 ### RPM cms seal SEAL_1_9_2-cms147f
2 eulisse 1.11 ## 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 toolconf ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
8     %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 %cvsprojuc
11     %define cvsserver %cvsprojlc
12     %define conflevel %{nil}
13 elmer 1.56 %define preBuildCommand (rm -rf Extensions MathLibs Documentation)
14 muzaffar 1.59 %define prebuildtarget prebuild
15     %define buildtarget release-build
16     %define patchsrc %patch -p0
17 elmer 1.60 %define bootstrapfile config/SEAL_bootsrc
18     %define reqfile config/SEAL_requirements
19    
20 ratnik 1.38
21 eulisse 1.4 ## IMPORT lcg-scram-build
22 muzaffar 1.59 ## IMPORT cms-scram-build
23 ratnik 1.38 ## IMPORT scramv1-build