# | Line 1 | Line 1 | |
---|---|---|
1 | < | ### RPM external geant4 9.3.p01 |
1 | > | ### RPM external geant4 9.4.p02 |
2 | %define downloadv %(echo %v | cut -d- -f1) | |
3 | ||
4 | Requires: clhep | |
# | Line 6 | Line 6 | Requires: clhep | |
6 | Source0: http://geant4.cern.ch/support/source/%n.%downloadv.tar.gz | |
7 | ||
8 | Patch0: geant-4.8.2.p01-nobanner | |
9 | – | Patch1: geant4.9.3.p01-G4CascadeInterface |
9 | ||
10 | %prep | |
11 | %setup -n %n.%downloadv | |
12 | ||
13 | %patch0 -p1 | |
15 | – | %patch1 -p1 |
14 | ||
15 | %build | |
16 | if [ $(uname) = Darwin ]; then |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |