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