1 |
< |
### RPM cms iguana IGUANA_6_7_0_pre1 |
2 |
< |
Requires: iguana-tool-conf |
3 |
< |
Patch0: iguana |
4 |
< |
%define patchsrc %%patch0 |
1 |
> |
### RPM cms iguana IGUANA_6_15_1 |
2 |
> |
## IMPORT configurations |
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 %(echo %n | tr 'a-z' 'A-Z') |
8 |
< |
%define cvsserver %(echo %n | tr 'A-Z' 'a-z') |
9 |
< |
%define srctree1 VisGeant4 |
10 |
< |
%define additionalSrc0 cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/IGUANACMS?passwd=AA_:yZZ3e&tag=-r%{v}&module=VisGeant4&export=%{srctree1} |
7 |
> |
%define cvsdir iguana |
8 |
> |
%define cvsserver iguana |
9 |
> |
%define confversion %cmsConfiguration |
10 |
> |
%define conflevel _1 |
11 |
> |
%define buildtarget release-build |
12 |
> |
|
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 |
> |
%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 |
< |
## IMPORT cms-scram-build |
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 130 |
40 |
< |
%define conflevel _1 |
39 |
> |
|
40 |
> |
|
41 |
> |
|