1 |
### RPM cms cmssw CMSSW_1_2_0_4821
|
2 |
## IMPORT configurations
|
3 |
|
4 |
Provides: /bin/zsh
|
5 |
Requires: cmssw-tool-conf python glimpse
|
6 |
%define toolconf ${CMSSW_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 patchsrc perl -p -i -e 's!<select name=(MyODBC|ignominy|rulechecker)>!!' config/requirements ;
|
10 |
%define confversion %cmsConfiguration
|
11 |
%define conflevel _2
|
12 |
%define preBuildCommand (rm -rf VisCosmics VisDocumentation VisExamples VisMonitoring VisReco VisRoot VisSimulation VisFramework/VisApplication VisFramework/VisEventSetup VisFramework/VisWebFrameworkBase VisFramework/VisConfigService VisFramework/VisFrameworkBase VisFramework/VisEvent DQM/EcalBarrelMonitorDisplayPlugins DQM/SiStripMonitorDisplayPlugins)
|
13 |
%define buildtarget gindices release-build doc
|
14 |
## IMPORT cms-scram-build
|
15 |
## IMPORT scramv1-build
|
16 |
|