ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cmssw.spec
Revision: 1.52
Committed: Mon Sep 11 13:51:49 2006 UTC (18 years, 7 months ago) by argiro
Branch: MAIN
CVS Tags: for110p5
Changes since 1.51: +1 -1 lines
Log Message:
Modified  for cms141b with root 5.12.00e

File Contents

# User Rev Content
1 argiro 1.52 ### RPM cms cmssw CMSSW_1_0_0_pre5
2 eulisse 1.12 ## IMPORT configurations
3 argiro 1.36
4 eulisse 1.24 Provides: /bin/zsh
5 eulisse 1.3 Requires: cmssw-tool-conf python
6 eulisse 1.2 %define toolconf ${CMSSW_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
7 eulisse 1.1 %define cvsdir %(echo %n | tr 'a-z' 'A-Z')
8     %define cvsserver %(echo %n | tr 'A-Z' 'a-z')
9 eulisse 1.9 %define patchsrc perl -p -i -e 's!<select name=(MyODBC|ignominy|rulechecker)>!!' config/requirements ;
10 eulisse 1.12 %define confversion %cmsConfiguration
11 eulisse 1.4 %define conflevel _2
12 eulisse 1.32 %define buildtarget release-build doc
13 eulisse 1.1 ## IMPORT cms-scram-build
14     ## IMPORT scramv1-build
15 argiro 1.49