1 |
< |
### RPM cms iguana IGUANA_6_8_0 |
1 |
> |
### RPM cms iguana IGUANA_6_10_0 |
2 |
> |
## IMPORT configurations |
3 |
|
Requires: iguana-tool-conf python |
4 |
|
Patch0: iguana |
5 |
|
%define patchsrc %%patch0 |
6 |
+ |
%define patchsrc2 perl -p -i -e 's|.*ignominy.*||' config/requirements |
7 |
+ |
%define patchsrc3 perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' $(grep -r -e "^#\!.*perl.*" . | cut -d: -f1) |
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') |
17 |
|
## IMPORT cms-scram-build |
18 |
|
## IMPORT scramv1-build |
19 |
|
|
20 |
< |
%define confversion 133 |
20 |
> |
%define confversion %cmsConfiguration |
21 |
|
%define conflevel _1 |
22 |
+ |
# |
23 |
+ |
# |