1 |
< |
### RPM cms cmssw CMSSW_1_6_X_2007-07-16-09 |
1 |
> |
### RPM cms cmssw CMSSW_2_0_6 |
2 |
|
## IMPORT configurations |
3 |
|
Provides: /bin/zsh |
4 |
+ |
Provides: /bin/ksh |
5 |
+ |
Provides: /bin/sed |
6 |
+ |
Provides: /usr/bin/awk |
7 |
+ |
Provides: perl(Date::Format) |
8 |
+ |
Provides: perl(Term::ReadKey) |
9 |
+ |
Provides: perl(full) |
10 |
+ |
Provides: perl(LWP::UserAgent) |
11 |
+ |
Provides: perl(Template) |
12 |
|
Requires: cmssw-tool-conf python glimpse |
13 |
|
|
6 |
– |
#-ap start 2007-07-16 |
7 |
– |
# WARNING: the following statement is needed to build the nightlies |
8 |
– |
# but will make "standard" builds of tags like CMSSW_X-Y-Z-g483 |
9 |
– |
# impossible without creating a new queue in the TC. |
10 |
– |
# If you want to reuse an existing tag for this type of builds, |
11 |
– |
# please comment out the following statement: |
12 |
– |
|
13 |
– |
%define cvstag %v |
14 |
– |
|
15 |
– |
#-ap end 2007-07-16 |
16 |
– |
|
17 |
– |
%define toolconf ${CMSSW_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
14 |
|
%define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z') |
15 |
|
%define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z') |
16 |
|
%define cvsdir %cvsprojuc |
17 |
|
%define cvsserver %cvsprojlc |
22 |
– |
%define conflevel _2 |
18 |
|
%define prebuildtarget gindices |
19 |
|
%define buildtarget release-build |
25 |
– |
%define patchsrc perl -p -i -e 's!<select name=(MyODBC)>!!' config/requirements ; |
20 |
|
%define useCmsTC 1 |
21 |
+ |
%define saveDeps yes |
22 |
|
|
23 |
|
## IMPORT cms-scram-build |
24 |
|
## IMPORT scramv1-build |