ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/genser.spec
Revision: 1.25
Committed: Fri Oct 20 15:04:30 2006 UTC (18 years, 6 months ago) by eulisse
Branch: MAIN
CVS Tags: re20080623, forPHEDEX303, forPHEDEX-datasvc100, forPHEDEX302, forPHEDEX301, forPHEDEX300, forPHEDEX300pre14, forPHEDEX300pre13, forPHEDEX300pre12, forPHEDEX300pre11, forPHEDEX-datasvc002, forPHEDEX-datasvc001, forPHEDEX300pre7, forPHEDEX300pre6, forPHEDEX263, forPHEDEX262_cmsbuild2, forPHEDEX262_cmsbuild, forPHEDEX262, forPHEDEX261-slc3, forPHEDEX261, forPHEDEX260-1, forPHEDEX260, ge20071212-phedex, forPHEDEX2542, forPHEDEX2541, forPHEDEX2540, forPHEDEX2536, forPHEDEX2535, forPHEDEX2534, forPHEDEX2533, forPHEDEX2532, forPHEDEX2531, forPHEDEX253, forPHEDEX252, forPHEDEX251-micro-pre1, forPHEDEX251, forPHEDEX250, forPHEDEX242, forPHEDEX241, for106, ge20061020-for106
Changes since 1.24: +1 -1 lines
Log Message:
Updated for CMS_141c (CMSSW_1_0_6)

File Contents

# User Rev Content
1 eulisse 1.25 ### RPM lcg genser GENSER_1_3_0-forCMS141c
2 eulisse 1.10 ## IMPORT configurations
3 eulisse 1.1 Requires: genser-tool-conf
4     Patch0: genser
5    
6 eulisse 1.10 %define confversion %lcgConfiguration
7 eulisse 1.3 %define toolconf ${GENSER_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
8 eulisse 1.1 %define patchsrc %%patch0
9     %define cvsdir simu
10     %define cvsserver simu
11     %define cvsproj GENSER
12     %define cvsconfig simu/GENSER/config/scram
13 eulisse 1.2
14 eulisse 1.4 %define srctree1 pythia/6_227
15     %define pythiaversion pythia-6227-0
16 eulisse 1.2 %define additionalSrc0 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{pythiaversion}&module=simu/GENSER/pythia&export=%{srctree1}
17    
18 argiro 1.21 %define toprexversion toprex-421-0
19     %define srctree2 toprex/421
20     %define additionalSrc1 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{toprexversion}&module=simu/GENSER/toprex&export=%{srctree2}
21    
22    
23     %define tauolaversion tauola-27-121-1
24     %define srctree3 tauola/27.121.1
25     %define additionalSrc2 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{tauolaversion}&module=simu/GENSER/tauola&export=%{srctree3}
26    
27     %define charybdis charybdis-1002-0
28     %define srctree4 charybdis/1_002
29     %define additionalSrc3 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{charybdis}&module=simu/GENSER/charybdis&export=%{srctree4}
30    
31     %define photos photos-215-1
32     %define srctree5 photos/215
33     %define additionalSrc4 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{photos}&module=simu/GENSER/photos&export=%{srctree5}
34    
35    
36 eulisse 1.2 %define additionalSubst s!cvs:[?]module=simu/GENSER/config/scram!file:config!;
37    
38 eulisse 1.1 %define buildtarget release
39     %define conflevel %{nil}
40 eulisse 1.4 %define buildtarget %{nil}
41 argiro 1.21
42     %define bootstrapfile %_builddir/%{configtree}/BootStrapFile
43     %define scrambuildcmd rm -rf pythia/6_227/examples; scram b lib ; cd pythia/6_227/dummy ; scram b lib ; cd ../pdfdummy ; scram b lib ; cd ../../../toprex/421 ; scram b lib; cd ../../tauola/27.121.1; scram b lib; cd aux1; scram b; cd ..; cd ../../charybdis/1_002; scram b lib ; cd ../../photos/215; scram b lib
44 eulisse 1.1
45     ## IMPORT lcg-scram-build
46     ## IMPORT scram-build
47