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

Comparing COMP/CMSDIST/iguana.spec (file contents):
Revision 1.1 by eulisse, Sun Mar 5 13:06:09 2006 UTC vs.
Revision 1.44 by eulisse, Thu Nov 30 21:03:36 2006 UTC

# Line 1 | Line 1
1 < ### RPM cms iguana IGUANA_6_7_0_pre1
2 < Requires: iguana-tool-conf
3 < Patch0: iguana
4 < %define patchsrc %%patch0
1 > ### RPM cms iguana IGUANA_6_13_0-for120p9
2 > # Force rebuild: add do-nothing line (SFA 091106)
3 > ## IMPORT configurations
4 > Requires: iguana-tool-conf python cms-env
5 >
6 > %define patchsrc perl -p -i -e 's|.*ignominy.*||' config/requirements
7 > %define patchsrc2 perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' $(grep -r -e "^#\!.*perl.*" . | cut -d: -f1)
8 > %define patchsrc3 rm -rf %srctree/VisExamples/VisG4ExAtlas; rm -rf  %srctree/Ig_Modules/IgQtProfileService/test/
9 >
10 >
11   %define toolconf ${IGUANA_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
12 < %define cvsdir %(echo %n | tr 'a-z' 'A-Z')
13 < %define cvsserver %(echo %n | tr 'A-Z' 'a-z')
12 > %define cvsdir iguana
13 > %define cvsserver iguana
14   %define srctree1 VisGeant4
15 < %define additionalSrc0 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{v}&module=VisGeant4&export=%{srctree1}
15 > %define realTag %(echo %v | cut -d- -f1)
16 > %define additionalSrc0 cvs://:pserver:anonymous@isscvs.cern.ch:/local/reps/iguanacms?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisGeant4&export=%{srctree1}
17 >
18 >
19 > %define srctree2 VisExamples
20 > %define additionalSrc1 cvs://:pserver:anonymous@isscvs.cern.ch:/local/reps/iguanacms?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisExamples&export=%{srctree2}
21 >
22 > #
23 > # here cut and paste cms-scram-build.file
24 > # I need to modify the cvs repo, since iguana has been migrated to IT (SA, 060904)
25 >
26 > %define cvsproj     %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
27 > %define cvsrepo         cvs://:pserver:anonymous@isscvs.cern.ch:/local/reps/%cvsdir?passwd=AA_:yZZ3e
28 > %define cvstag          %(echo %v | cut -d- -f1)
29 > %if "%{?cvsconfig:set}" != "set"
30 > %define cvsconfig       config
31 > %endif
32 > %define cvssrc          %cvsproj
33 > %define srctree         src
34 >
35 > %define tbxrepo         cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/SCRAMToolBox?passwd=AA_:yZZ3e
36 > %define conftag         CMS_%confversion%conflevel
37 > %define confsite        CMSconfigs
38 >
39 > %if "%{buildarch:set}" != "set"
40 > %define buildarch       :
41 > %endif
42 >
43 > %if "%{?buildtarget:set}" != "set"
44 > %define buildtarget %{nil}      
45 > %endif
46 >
47 > # end cut and paste
48 >
49  
11 ## IMPORT cms-scram-build
50   ## IMPORT scramv1-build
51  
52 < %define confversion 130
52 > %define confversion %cmsConfiguration
53   %define conflevel   _1  
54 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines