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.105 by muzaffar, Mon Dec 20 13:45:03 2010 UTC vs.
Revision 1.112 by davidlt, Tue Feb 28 10:43:39 2012 UTC

# Line 1 | Line 1
1 < ### RPM external geant4 9.4
1 > ### RPM external geant4 9.4.p03
2   %define downloadv %(echo %v | cut -d- -f1)
3  
4   Requires: clhep
5  
6   Source0: http://geant4.cern.ch/support/source/%n.%downloadv.tar.gz
7  
8 < Patch0:  geant-4.8.2.p01-nobanner
8 > Patch0: geant-4.8.2.p01-nobanner
9 > Patch1: geant4-9.4.p03-fix-anti-proton-bug
10  
11   %prep
12   %setup -n %n.%downloadv
13  
14   %patch0 -p1
15 + %patch1 -p1
16  
17   %build
18   if [ $(uname) = Darwin ]; then
# Line 62 | Line 64 | echo "export G4VIS_BUILD_DAWNFILE_DRIVER
64   # echo "export G4VIS_BUILD_VRML_DRIVER=1" >> G4BuildConf.sh
65   # echo "export G4VIS_BUILD_RAYTRACER_DRIVER=1" >> G4BuildConf.sh
66   # export G4LIB_BUILD_G3TOG4=1
67 < source G4BuildConf.sh
67 > source ./G4BuildConf.sh
68   mkdir -p %i
69   tar -cf - config source | tar -C %i -xf -
70  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines