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.23 by eulisse, Thu Aug 10 15:57:38 2006 UTC vs.
Revision 1.43 by eulisse, Tue Nov 28 10:25:52 2006 UTC

# Line 1 | Line 1
1 < ### RPM cms iguana IGUANA_6_12_2-withRoot51200a
1 > ### RPM cms iguana IGUANA_6_13_0-g481p2cms1
2 > # Force rebuild: add do-nothing line (SFA 091106)
3   ## IMPORT configurations
4   Requires: iguana-tool-conf python cms-env
4 #Patch: SCRAMToolBox-amd64
5  
6 #%define patchsrc %%patch0
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 IGUANA
12 > %define cvsdir iguana
13   %define cvsserver iguana
14   %define srctree1 VisGeant4
15   %define realTag %(echo %v | cut -d- -f1)
16 < %define additionalSrc0 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisGeant4&export=%{srctree1}
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@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisExamples&export=%{srctree2}
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  
20 ## IMPORT cms-scram-build
50   ## IMPORT scramv1-build
51  
52   %define confversion %cmsConfiguration
53   %define conflevel   _1  
54  
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines