1 |
< |
### RPM cms online CMSSW_2_2_6_HLT_ONLINE1 |
1 |
> |
### RPM cms online CMSSW_3_2_1_ONLINE |
2 |
|
## IMPORT configurations |
3 |
|
|
4 |
|
Provides: /bin/zsh |
11 |
|
Provides: perl(full) |
12 |
|
Provides: perl(LWP::UserAgent) |
13 |
|
Provides: perl(Template) |
14 |
– |
|
14 |
|
Requires: online-tool-conf python |
15 |
+ |
Patch0: online_src |
16 |
|
|
17 |
< |
%define cmssw_release %(perl -e '$_="%v"; s/_ONLINE1//; print;') |
17 |
> |
%define cmssw_release %(perl -e '$_="%v"; s/_ONLINE//; print;') |
18 |
|
%define cvsprojuc %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z') |
19 |
|
%define cvsprojlc %(echo %cvsprojuc | tr 'A-Z' 'a-z') |
20 |
|
%define cvsdir %cvsprojuc |
26 |
|
#Defines for file containing list of packages for checkout and build: |
27 |
|
%define buildsetfile online_build_set |
28 |
|
|
29 |
< |
%define patchsrc2 perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!;' config/BuildFile.xml |
30 |
< |
%define patchsrc3 perl -p -i -e ' s!(<use name=root>)!$1\\n<use name=Foundation/PluginManager>!;' src/DQM/L1TMonitorClient/BuildFile |
31 |
< |
%define patchsrc4 perl -p -i -e ' s!(<use name=boost>)!$1\\n<use name=EventFilter/Utilities>!;' src/DQM/SiPixelMonitorClient/BuildFile |
32 |
< |
%define patchsrc5 perl -p -i -e ' s!(.*PixelLowPtUtilities.*)!#$1!;' src/RecoHI/HiTracking/BuildFile |
29 |
> |
%define patchsrc2 perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!' config/BuildFile.xml |
30 |
> |
%define patchsrc3 %patch -p0 |
31 |
> |
%define patchsrc4 rm -rf src/DQM/SiPixelHistoricInfoClient/bin |
32 |
|
|
33 |
|
## IMPORT cms-scram-build |
34 |
|
## IMPORT partial-build |