ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/iguana.spec
Revision: 1.56
Committed: Fri Feb 9 13:55:01 2007 UTC (18 years, 2 months ago) by sashby
Branch: MAIN
CVS Tags: dl070211, nr070211_cms144a_2-p1slc4, nr070210_cms144a_2-p1slc4, cms144a_2-p1slc3
Changes since 1.55: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 sashby 1.56 ### RPM cms iguana IGUANA_6_15_0-p1
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