ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/seal.spec
(Generate patch)

Comparing COMP/CMSDIST/seal.spec (file contents):
Revision 1.13 by eulisse, Tue Jul 4 16:56:36 2006 UTC vs.
Revision 1.42 by sashby, Tue Jan 30 12:06:45 2007 UTC

# Line 1 | Line 1
1 < ### RPM lcg seal SEAL_1_8_1
1 > ### RPM cms seal SEAL_1_9_1
2   ## IMPORT configurations
3 + Provides: /bin/zsh
4   Requires: seal-tool-conf
5 < %define tmpplatf %(echo %cmsplatf | cut -d_ -f2)
6 < Patch: seal-gcc34-and-newer
7 < Patch2: seal-osx104
8 <
9 < %define patchsrc %%patch0
10 < %define patchsrc2 %%patch3
11 <
12 < %define confversion %lcgConfiguration
13 < %define toolconf ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
14 < %define cvsdir SEAL
15 < %define cvsserver seal
16 < %define buildtarget release
17 < %define conflevel       %{nil}
18 < %define srctree seal
19 < %define configtree scram
5 >
6 > %define toolconf       ${SEAL_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
7 > %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 > %define cvsconfig      config
12 > %define confversion    %cmsConfiguration
13 > %define conflevel      %{nil}
14 > %define prebuildtarget prebuild
15 > %define buildtarget    release-build
16 > %define bootstrapfile  %_builddir/%{cvsconfig}/%{cvsprojuc}_bootsrc
17 > %define reqfile        %_builddir/%{cvsconfig}/%{cvsprojuc}_requirements
18 >
19 > # Download requirements and project build templates (from CMSSW/config)
20   # FIXME: Remove when it successfully builds... should just be release
21 < %define buildtarget     release-build release-docs release-freeze
21 > %define buildtarget     release-build
22 >
23 >
24 > # NR: define tag and repository for project's config:
25 > %define configtag V00-01-05
26 > %define cvsconfig config
27 >
28 > # NR: the lcgaawrappertag tag is also used as a flag
29 > # for lcg-scram-build to choose the right toolbox:
30 > %define lcgaawrappertag SEAL_1_9_1
31 >
32   ## IMPORT lcg-scram-build
33 < ## IMPORT scram-build
23 < #
33 > ## IMPORT scramv1-build

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines