1 |
< |
### RPM external geant4 9.1-dbg-global |
1 |
> |
### RPM external geant4 9.1.p01-dbg-global |
2 |
|
%define downloadv %(echo %v | cut -d- -f1) |
3 |
|
# Special distribution for local validation at FNAL: see comments below. |
4 |
|
Provides: /bin/awk |
17 |
|
Source4: http://geant4.cern.ch/support/source/G4RadioactiveDecay.%{radioactiveDecayVersion}.tar.gz |
18 |
|
Source5: http://geant4.cern.ch/support/source/G4ELASTIC.%{g4ElasticScatteringVersion}.tar.gz |
19 |
|
|
20 |
< |
#Patch: geant-4.8.2.p01-nobanner |
20 |
> |
Patch: geant-4.8.2.p01-nobanner |
21 |
|
|
22 |
|
%prep |
23 |
|
%setup -n %n.%downloadv |
24 |
|
pwd |
25 |
|
|
26 |
+ |
%patch0 -p1 |
27 |
+ |
|
28 |
|
# ONLY for Fermilab tests ! |
29 |
|
# Add -g option to keep debug symbols: |
30 |
|
cp -p config/sys/Linux-g++.gmk config/sys/Linux-g++.gmk.orig |