1 |
< |
### RPM cms iguana IGUANA_6_12_2-forCMS140 |
1 |
> |
### RPM cms iguana IGUANA_6_15_0-cms145 |
2 |
|
## IMPORT configurations |
3 |
– |
Requires: iguana-tool-conf python cms-env |
4 |
– |
#Patch: SCRAMToolBox-amd64 |
5 |
– |
|
6 |
– |
#%define patchsrc %%patch0 |
7 |
– |
%define patchsrc perl -p -i -e 's|.*ignominy.*||' config/requirements |
8 |
– |
%define patchsrc2 perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' $(grep -r -e "^#\!.*perl.*" . | cut -d: -f1) |
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 |
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@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisGeant4&export=%{srctree1} |
9 |
> |
%define confversion %cmsConfiguration |
10 |
> |
%define conflevel _1 |
11 |
> |
%define buildtarget release-build |
12 |
|
|
13 |
< |
%define srctree2 VisExamples |
14 |
< |
%define additionalSrc1 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{realTag}&module=VisExamples&export=%{srctree2} |
13 |
> |
# here cut and paste cms-scram-build.file |
14 |
> |
# I need to modify the cvs repo, since ignominy has been migrated to IT (SFA, 031106) |
15 |
|
|
16 |
< |
## IMPORT cms-scram-build |
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 |
18 |
> |
%define cvstag %(echo %v | cut -d- -f1) |
19 |
> |
%if "%{?cvsconfig:set}" != "set" |
20 |
> |
%define cvsconfig config |
21 |
> |
%endif |
22 |
> |
%define cvssrc %cvsproj |
23 |
> |
%define srctree src |
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 |
> |
|
28 |
> |
%if "%{buildarch:set}" != "set" |
29 |
> |
%define buildarch : |
30 |
> |
%endif |
31 |
> |
|
32 |
> |
%if "%{?buildtarget:set}" != "set" |
33 |
> |
%define buildtarget %{nil} |
34 |
> |
%endif |
35 |
> |
|
36 |
> |
# end cut and paste |
37 |
|
## IMPORT scramv1-build |
38 |
|
|
39 |
< |
%define confversion %cmsConfiguration |
24 |
< |
%define conflevel _1 |
39 |
> |
|
40 |
|
|
41 |
|
|