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_12_1 |
2 |
> |
## IMPORT configurations |
3 |
> |
Requires: iguana-tool-conf python cms-env |
4 |
> |
|
5 |
> |
%define patchsrc3 perl -p -i -e 's|.*ignominy.*||' config/requirements |
6 |
> |
%define patchsrc4 perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' $(grep -r -e "^#\!.*perl.*" . | cut -d: -f1) |
7 |
> |
|
8 |
|
%define toolconf ${IGUANA_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
9 |
< |
%define cvsdir %(echo %n | tr 'a-z' 'A-Z') |
10 |
< |
%define cvsserver %(echo %n | tr 'A-Z' 'a-z') |
9 |
> |
%define cvsdir IGUANA |
10 |
> |
%define cvsserver iguana |
11 |
|
%define srctree1 VisGeant4 |
12 |
< |
%define additionalSrc0 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{v}&module=VisGeant4&export=%{srctree1} |
12 |
> |
%define realTag %(echo %v | cut -d- -f1) |
13 |
> |
%define additionalSrc0 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisGeant4&export=%{srctree1} |
14 |
|
|
15 |
|
%define srctree2 VisExamples |
16 |
< |
%define additionalSrc1 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{v}&module=VisExamples&export=%{srctree2} |
16 |
> |
%define additionalSrc1 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisExamples&export=%{srctree2} |
17 |
|
|
18 |
|
## IMPORT cms-scram-build |
19 |
|
## IMPORT scramv1-build |
20 |
|
|
21 |
< |
%define confversion 134a |
21 |
> |
%define confversion %cmsConfiguration |
22 |
|
%define conflevel _1 |
23 |
+ |
|
24 |
|
# |
25 |
|
# |