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