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.75 by elmer, Thu Feb 7 13:26:56 2008 UTC vs.
Revision 1.80 by elmer, Wed Jul 16 18:04:44 2008 UTC

# Line 1 | Line 1
1 < ### RPM external geant4 9.1.p01-CMS19
1 > ### RPM external geant4 9.1.p02
2   %define downloadv %(echo %v | cut -d- -f1)
3  
4   Requires: clhep
# Line 17 | Line 17 | Source4: http://geant4.cern.ch/support/s
17   Source5: http://geant4.cern.ch/support/source/G4ELASTIC.%{g4ElasticScatteringVersion}.tar.gz
18  
19   Patch: geant-4.8.2.p01-nobanner
20 + Patch1: geant-4.9.1p02-combined-20080716
21  
22   %prep
23   %setup -n %n.%downloadv
24   pwd
25   %patch0 -p1
26 <
26 > %patch1 -p1
27 >
28   %build
29   if [ $(uname) = Darwin ]; then
30    export MACOSX_DEPLOYMENT_TARGET="10.4"
# Line 87 | Line 89 | source G4BuildConf.sh
89   mkdir -p %i
90   tar -cf - config source | tar -C %i -xf -
91  
92 < make %makeprocesses -C $G4BASE global
93 < make %makeprocesses -C $G4BASE includes
92 > make  -C $G4BASE global
93 > make  -C $G4BASE includes
94  
95   %install
96   case $(uname) in Darwin ) so=dylib ;; * ) so=so ;; esac

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines