ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/geant4.spec
(Generate patch)

Comparing COMP/CMSDIST/geant4.spec (file contents):
Revision 1.2 by eulisse, Sun Mar 5 13:02:00 2006 UTC vs.
Revision 1.9 by eulisse, Wed May 3 11:50:10 2006 UTC

# Line 1 | Line 1
1   ### RPM external geant4 7.1
2   ## INITENV SET G4NDL_PATH %i/data/G4NDL%{g4NDLVersion}
3   ## INITENV SET G4EMLOW_PATH %i/data/G4EMLOW%{g4EMLOWVersion}
4 < ## INITENV SET PHOTON_EVAPORATION_PATH %i/data/PhotonEvaportation/%{photonEvaportationVersion}
4 > ## INITENV SET PHOTON_EVAPORATION_PATH %i/data/PhotonEvaportation%{photonEvaporationVersion}
5   ## INITENV SET RADIATIVE_DECAY_PATH %i/data/RadiativeDecay%{radiativeDecayVersion}
6   # Build system fudging and some patches by Lassi A. Tuura <lat@iki.fi>
7   Requires: clhep
# Line 14 | Line 14 | Source1: http://geant4.cern.ch/support/s
14   Source2: http://geant4.cern.ch/support/source/G4EMLOW.%{g4EMLOWVersion}.tar.gz
15   Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.%{photonEvaporationVersion}.tar.gz
16   Source4: http://geant4.cern.ch/support/source/RadiativeDecay.%{radiativeDecayVersion}.tar.gz
17 + Source5: http://geant4.web.cern.ch/geant4/physics_lists/geant4.6.1/lists/Packaging.tar
18  
19   %prep
20   %setup -n %n.%v
# Line 73 | Line 74 | mkdir -p %i
74   tar -cf - config source | tar -C %i -xf -
75   make %makeprocesses -C $G4BASE all
76   make %makeprocesses -C $G4BASE includes
77 + make %makeprocesses -C $G4BASE
78   make %makeprocesses -C $G4BASE global
79 + make %makeprocesses -C $G4BASE
80  
81   %install
82   mkdir -p %i/etc
# Line 84 | Line 87 | tar -C %i/data -zxvf %_sourcedir/G4NDL*.
87   tar -C %i/data -zxvf %_sourcedir/G4EMLOW*.tar.gz
88   tar -C %i/data -zxvf %_sourcedir/Photon*.tar.gz
89   tar -C %i/data -zxvf %_sourcedir/Rad*.tar.gz
90 + mkdir -p %i/share
91 + cp -r physics_lists  %i/share

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines