ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/iguana.spec
Revision: 1.55
Committed: Thu Feb 8 14:29:32 2007 UTC (18 years, 2 months ago) by sashby
Branch: MAIN
CVS Tags: forCMS145_2_slc4, forCMS145_2_slc3, cms145pre5-slc4, cms145pre5-slc3, cms145pre4-slc3, cms145pre3-slc3, cms145pre2-slc3
Changes since 1.54: +8 -20 lines
Log Message:
Bump the IGUANA version to incorporate LD_LIBRARY_PATH changes. No code changes.

File Contents

# User Rev Content
1 sashby 1.55 ### RPM cms iguana IGUANA_6_15_1
2 eulisse 1.9 ## IMPORT configurations
3 sashby 1.55
4     Provides: /bin/zsh
5 elmer 1.52 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 sashby 1.55 %define confversion %cmsConfiguration
10     %define conflevel _1
11     %define buildtarget release-build
12 elmer 1.52
13 argiro 1.29 # here cut and paste cms-scram-build.file
14 sashby 1.55 # 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 sashby 1.55 ## IMPORT scramv1-build
38 argiro 1.29
39 eulisse 1.2
40 eulisse 1.1
41 eulisse 1.12