ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/iguana.spec
Revision: 1.49
Committed: Wed Jan 31 17:36:23 2007 UTC (18 years, 2 months ago) by muzaffar
Branch: MAIN
CVS Tags: CMSSW_1_3_0_SLC4_pre2, CMSSW_1_3_0_pre2, forCMS144_2-slc3, forCMS144_2-slc4, sfa010207-slc4, sfa010207-slc3, cms144slc3p2
Changes since 1.48: +1 -1 lines
Log Message:
iguana spec updated for IGUAAN_6_15_0 based on CMS_144_1

File Contents

# User Rev Content
1 muzaffar 1.49 ### RPM cms iguana IGUANA_6_15_0
2 eulisse 1.9 ## IMPORT configurations
3 muzaffar 1.48
4     Provides: /bin/zsh
5 eulisse 1.12 Requires: iguana-tool-conf python cms-env
6 eulisse 1.1 %define toolconf ${IGUANA_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
7 argiro 1.29 %define cvsdir iguana
8 eulisse 1.16 %define cvsserver iguana
9 muzaffar 1.48 %define confversion %cmsConfiguration
10     %define conflevel _1
11     %define buildtarget release-build
12 eulisse 1.1
13 argiro 1.29 # here cut and paste cms-scram-build.file
14 muzaffar 1.48 # I need to modify the cvs repo, since ignominy has been migrated to IT (SFA, 031106)
15 argiro 1.29
16     %define cvsproj %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
17     %define cvsrepo cvs://:pserver:anonymous@isscvs.cern.ch:/local/reps/%cvsdir?passwd=AA_:yZZ3e
18     %define cvstag %(echo %v | cut -d- -f1)
19     %if "%{?cvsconfig:set}" != "set"
20     %define cvsconfig config
21     %endif
22     %define cvssrc %cvsproj
23     %define srctree src
24 sashby 1.46 %define tbxrepo cvs://:pserver:anonymous@isscvs.cern.ch:/local/reps/scramtoolbox?passwd=AA_:yZZ3e
25 argiro 1.29 %define conftag CMS_%confversion%conflevel
26     %define confsite CMSconfigs
27    
28     %if "%{buildarch:set}" != "set"
29     %define buildarch :
30     %endif
31    
32     %if "%{?buildtarget:set}" != "set"
33     %define buildtarget %{nil}
34     %endif
35    
36     # end cut and paste
37 muzaffar 1.48 ## IMPORT scramv1-build
38 argiro 1.29
39 eulisse 1.2
40 eulisse 1.1
41 eulisse 1.12