1 |
< |
### RPM lcg root 5.12.00 |
2 |
< |
# INITENV +PATH PYTHONPATH %i/lib/python |
3 |
< |
Source: cvs://:pserver:cvs@root.cern.ch:2401/user/cvs?passwd=Ah<Z&tag=-rv%(echo %v | tr . -)&module=root&output=/%{n}_v%{v}.source.tar.gz |
4 |
< |
#Source: ftp://root.cern.ch/%n/%{n}_v%{v}.source.tar.gz |
5 |
< |
Requires: gccxml python qt gsl castor openssl mysql libpng libjpg libtiff dcap pcre zlib |
6 |
< |
Patch: root-cint-bug |
1 |
> |
### RPM lcg root 5.22.00a |
2 |
> |
## INITENV +PATH PYTHONPATH %i/lib/python |
3 |
> |
## INITENV SET ROOTSYS %i |
4 |
> |
#Source: cvs://:pserver:cvs@root.cern.ch:2401/user/cvs?passwd=Ah<Z&tag=-rv%(echo %realversion | tr . -)&module=root&output=/%{n}_v%{realversion}.source.tar.gz |
5 |
> |
Source: ftp://root.cern.ch/%n/%{n}_v%{realversion}.source.tar.gz |
6 |
> |
%define closingbrace ) |
7 |
> |
%define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo flase;; esac) |
8 |
> |
|
9 |
> |
Patch0: root-5.18-00-libpng |
10 |
> |
Patch1: root-5.21-04-CINT-maxlongline |
11 |
> |
Patch2: root-5.22-00-TMVA-shut-the-hell-up-for-once |
12 |
> |
Patch3: root-5.22-00a-TMVA-shut-the-hell-up-again |
13 |
> |
Patch4: root-5.22-00a-CINTFunctional |
14 |
> |
Patch5: root-5.22-00a-TClass |
15 |
> |
Patch6: root-5.22-00a-fireworks-graf3d-gui |
16 |
> |
Patch7: root-5.22-00a-Reflex-Class |
17 |
> |
Patch8: root-5.22-00a-Cintex |
18 |
> |
Patch9: root-5.22-00a-roofit-silence-static-printout |
19 |
> |
Patch10: root-5.22-00a-TMVA-just-shut-the-hell-up |
20 |
> |
Patch11: root-5.22-00a-th1 |
21 |
> |
Patch12: root-5.22-00a-smatrix |
22 |
> |
Patch13: root-5.22-00a-fireworks1 |
23 |
> |
Patch14: root-5.22-00a-Reflex-gendict_selclass |
24 |
> |
Patch15: root-5.22-00a-MatrixInversion |
25 |
> |
Patch16: root-5.22-00a-gcc44 |
26 |
> |
Patch17: root-5.22-00a-fireworks2 |
27 |
> |
Patch18: root-5.22-00a-fireworks3 |
28 |
> |
Patch19: root-5.22-00a-TBranchElement |
29 |
> |
Patch20: root-5.22-00a-tmplt |
30 |
> |
Patch21: root-5.22-00a-TBranchElement_TStreamerInfo |
31 |
> |
Patch22: root-5.22-00a-gcc43-array-bounds-dictionary-workaround |
32 |
> |
|
33 |
> |
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
34 |
> |
%define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2) |
35 |
> |
|
36 |
> |
Requires: gccxml gsl castor libjpg dcap pcre python |
37 |
> |
|
38 |
> |
%if "%online" != "true" |
39 |
> |
Requires: qt openssl mysql libpng zlib libungif xrootd |
40 |
> |
%else |
41 |
> |
%define skiplibtiff true |
42 |
> |
%endif |
43 |
> |
|
44 |
> |
%if "%cpu" == "amd64" |
45 |
> |
%define skiplibtiff true |
46 |
> |
%endif |
47 |
> |
|
48 |
> |
%if "%skiplibtiff" != "true" |
49 |
> |
Requires: libtiff |
50 |
> |
%endif |
51 |
> |
|
52 |
|
%prep |
53 |
|
%setup -n root |
54 |
< |
%patch -p0 |
54 |
> |
%patch0 -p1 |
55 |
> |
%patch1 -p1 |
56 |
> |
%patch2 -p1 |
57 |
> |
%patch3 -p1 |
58 |
> |
%patch4 -p1 |
59 |
> |
%patch5 -p1 |
60 |
> |
%patch6 -p1 |
61 |
> |
%patch7 -p0 |
62 |
> |
%patch8 -p0 |
63 |
> |
%patch9 -p1 |
64 |
> |
%patch10 -p1 |
65 |
> |
%patch11 -p1 |
66 |
> |
%patch12 -p1 |
67 |
> |
%patch13 -p1 |
68 |
> |
%patch14 -p0 |
69 |
> |
%patch15 -p0 |
70 |
> |
# patch16 is compiler version dependent, see below |
71 |
> |
%patch17 -p1 |
72 |
> |
%patch18 -p1 |
73 |
> |
%patch19 -p0 |
74 |
> |
%patch20 -p0 |
75 |
> |
%patch21 -p0 |
76 |
> |
# work around patch issue... |
77 |
> |
rm graf3d/gl/src/gl2ps.c |
78 |
> |
# patch22 is compiler version dependent, see below |
79 |
> |
|
80 |
> |
case %gccver in |
81 |
> |
4.3) |
82 |
> |
%patch22 -p1 |
83 |
> |
4.4) |
84 |
> |
%patch16 -p1 |
85 |
> |
;; |
86 |
> |
esac |
87 |
> |
|
88 |
|
%build |
89 |
+ |
|
90 |
|
mkdir -p %i |
91 |
|
export ROOTSYS=%_builddir/root |
92 |
< |
CONFIG_ARGS="--enable-table |
92 |
> |
|
93 |
> |
%if "%online" == "true" |
94 |
> |
# Build without mysql, and use system qt. |
95 |
> |
# Also skip xrootd and odbc for online case: |
96 |
> |
|
97 |
> |
EXTRA_CONFIG_ARGS="--with-f77=/usr |
98 |
> |
--disable-mysql |
99 |
> |
--disable-xrootd |
100 |
> |
--disable-odbc |
101 |
> |
--disable-qt --disable-qtgsi" |
102 |
> |
%else |
103 |
> |
EXTRA_CONFIG_ARGS="--with-f77=${GCC_ROOT} |
104 |
> |
--with-xrootd=$XROOTD_ROOT |
105 |
> |
--enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include |
106 |
> |
--enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include |
107 |
> |
--with-ssl-incdir=${OPENSSL_ROOT}/include |
108 |
> |
--with-ssl-libdir=${OPENSSL_ROOT}/lib |
109 |
> |
--enable-qtgsi" |
110 |
> |
%endif |
111 |
> |
|
112 |
> |
CONFIG_ARGS="--enable-table |
113 |
|
--disable-builtin-pcre |
114 |
|
--disable-builtin-freetype |
115 |
|
--disable-builtin-zlib |
116 |
|
--with-gccxml=${GCCXML_ROOT} |
117 |
< |
--enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include |
19 |
< |
--enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include |
20 |
< |
--with-dcap-libdir=${DCAP_ROOT}/lib |
21 |
< |
--with-dcap-incdir=${DCAP_ROOT}/include |
117 |
> |
--enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python2.4 |
118 |
|
--enable-explicitlink |
23 |
– |
--enable-qtgsi |
24 |
– |
--enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include |
25 |
– |
--enable-mathcore |
119 |
|
--enable-mathmore |
120 |
|
--enable-reflex |
121 |
|
--enable-cintex |
123 |
|
--enable-roofit |
124 |
|
--disable-ldap |
125 |
|
--disable-krb5 |
126 |
< |
--with-dcap-libdir=${DCAP_ROOT}/lib |
126 |
> |
--with-gsl-incdir=${GSL_ROOT}/include |
127 |
> |
--with-gsl-libdir=${GSL_ROOT}/lib |
128 |
> |
--with-dcap-libdir=${DCAP_ROOT}/lib |
129 |
|
--with-dcap-incdir=${DCAP_ROOT}/include |
35 |
– |
--with-ssl-incdir=${OPENSSL_ROOT}/include |
36 |
– |
--with-ssl-libdir=${OPENSSL_ROOT}/lib |
37 |
– |
--with-shift-incdir=${CASTOR_ROOT}/include |
38 |
– |
--with-shift-libdir=${CASTOR_ROOT}/lib |
130 |
|
--disable-pgsql |
131 |
< |
--disable-xml" |
131 |
> |
--disable-xml ${EXTRA_CONFIG_ARGS}" |
132 |
> |
|
133 |
> |
#case %gccver in |
134 |
> |
# 4.*) |
135 |
> |
# CONFIG_ARGS="$CONFIG_ARGS --disable-cern" |
136 |
> |
# ;; |
137 |
> |
#esac |
138 |
|
|
139 |
< |
case $(uname)-$(uname -m) in |
139 |
> |
case $(uname)-$(uname -p) in |
140 |
|
Linux-x86_64) |
141 |
< |
./configure linuxx8664gcc $CONFIG_ARGS;; |
142 |
< |
Linux*) |
143 |
< |
./configure linux $CONFIG_ARGS;; |
141 |
> |
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff;; |
142 |
> |
Linux-i*86) |
143 |
> |
./configure linux $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;; |
144 |
|
Darwin*) |
145 |
< |
./configure macosx $CONFIG_ARGS;; |
145 |
> |
./configure macosx $CONFIG_ARGS --disable-rfio --disable-builtin_afterimage ;; |
146 |
> |
Linux-ppc64*) |
147 |
> |
./configure linux $CONFIG_ARGS --disable-rfio;; |
148 |
|
esac |
149 |
|
|
150 |
< |
make |
150 |
> |
case %cmsplatf in |
151 |
> |
osx*) |
152 |
> |
makeopts= |
153 |
> |
;; |
154 |
> |
*) |
155 |
> |
makeopts="%makeprocesses" |
156 |
> |
;; |
157 |
> |
esac |
158 |
> |
|
159 |
> |
make $makeopts |
160 |
|
make cintdlls |
161 |
+ |
|
162 |
|
%install |
163 |
|
# Override installers if we are using GNU fileutils cp. On OS X |
164 |
|
# ROOT's INSTALL is defined to "cp -pPR", which only works with |
171 |
|
cp="cp -pPR" |
172 |
|
fi |
173 |
|
|
174 |
< |
#export ROOTSYS=%i/root |
174 |
> |
export ROOTSYS=%i |
175 |
|
make INSTALL="$cp" INSTALLDATA="$cp" install |
176 |
< |
mkdir -p %i/root/lib/python |
177 |
< |
cp -r reflex/python/genreflex %i/root/lib/python |
176 |
> |
mkdir -p $ROOTSYS/lib/python |
177 |
> |
cp -r cint/reflex/python/genreflex $ROOTSYS/lib/python |
178 |
> |
# |
179 |
> |
|
180 |
> |
# SCRAM ToolBox toolfile |
181 |
> |
mkdir -p %i/etc/scram.d |
182 |
> |
# rootcore toolfile |
183 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcore |
184 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
185 |
> |
<Tool name=rootcore version=%v> |
186 |
> |
<info url="http://root.cern.ch/root/"></info> |
187 |
> |
<lib name=Tree> |
188 |
> |
<lib name=Net> |
189 |
> |
<lib name=Thread> |
190 |
> |
<lib name=MathCore> |
191 |
> |
<lib name=RIO> |
192 |
> |
<lib name=Core> |
193 |
> |
<lib name=Cint> |
194 |
> |
<Client> |
195 |
> |
<Environment name=ROOTCORE_BASE default="%i"></Environment> |
196 |
> |
<Environment name=LIBDIR default="$ROOTCORE_BASE/lib"></Environment> |
197 |
> |
<Environment name=INCLUDE default="$ROOTCORE_BASE/include"></Environment> |
198 |
> |
<Environment name=INCLUDE default="$ROOTCORE_BASE/cint"></Environment> |
199 |
> |
</Client> |
200 |
> |
<use name=sockets> |
201 |
> |
<use name=pcre> |
202 |
> |
<use name=zlib> |
203 |
> |
<Runtime name=PATH value="$ROOTCORE_BASE/bin" type=path> |
204 |
> |
<Runtime name=ROOTSYS value="$ROOTCORE_BASE/"> |
205 |
> |
<Runtime name=PYTHONPATH value="$ROOTCORE_BASE/lib" type=path> |
206 |
> |
</Tool> |
207 |
> |
EOF_TOOLFILE |
208 |
> |
|
209 |
> |
# root toolfile, alias for rootphysics. Using rootphysics is preferred. |
210 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/root |
211 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
212 |
> |
<Tool name=root version=%v> |
213 |
> |
<info url="http://root.cern.ch/root/"></info> |
214 |
> |
<use name=rootphysics> |
215 |
> |
</Tool> |
216 |
> |
EOF_TOOLFILE |
217 |
> |
|
218 |
> |
# roothistmatrix toolfile |
219 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roothistmatrix |
220 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
221 |
> |
<Tool name=roothistmatrix version=%v> |
222 |
> |
<info url="http://root.cern.ch/root/"></info> |
223 |
> |
<lib name=Hist> |
224 |
> |
<lib name=Matrix> |
225 |
> |
<use name=ROOTCore> |
226 |
> |
</Tool> |
227 |
> |
EOF_TOOLFILE |
228 |
> |
|
229 |
> |
# rootgpad toolfile |
230 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgpad |
231 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
232 |
> |
<Tool name=rootgpad version=%v> |
233 |
> |
<info url="http://root.cern.ch/root/"></info> |
234 |
> |
<lib name=Gpad> |
235 |
> |
<lib name=Graf> |
236 |
> |
<use name=roothistmatrix> |
237 |
> |
</Tool> |
238 |
> |
EOF_TOOLFILE |
239 |
> |
|
240 |
> |
# rootphysics toolfile |
241 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootphysics |
242 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
243 |
> |
<Tool name=rootphysics version=%v> |
244 |
> |
<info url="http://root.cern.ch/root/"></info> |
245 |
> |
<lib name=Physics> |
246 |
> |
<use name=roothistmatrix> |
247 |
> |
</Tool> |
248 |
> |
EOF_TOOLFILE |
249 |
> |
|
250 |
> |
# rootgraphics toolfile, identical to old "root" toolfile |
251 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgraphics |
252 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
253 |
> |
<Tool name=rootgraphics version=%v> |
254 |
> |
<info url="http://root.cern.ch/root/"></info> |
255 |
> |
<lib name=TreePlayer> |
256 |
> |
<lib name=Graf3d> |
257 |
> |
<lib name=Postscript> |
258 |
> |
<use name=rootgpad> |
259 |
> |
</Tool> |
260 |
> |
EOF_TOOLFILE |
261 |
> |
|
262 |
> |
# rootcintex toolfile |
263 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcintex |
264 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
265 |
> |
<Tool name=rootcintex version=%v> |
266 |
> |
<info url="http://root.cern.ch/root/"></info> |
267 |
> |
<lib name=Cintex> |
268 |
> |
<use name=ROOTRflx> |
269 |
> |
<use name=ROOTCore> |
270 |
> |
</Tool> |
271 |
> |
EOF_TOOLFILE |
272 |
> |
|
273 |
> |
# (temporarily eviscerated) rootinteractive toolfile (GQt/qt lib dependencies |
274 |
> |
# have been removed for the moment) |
275 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive |
276 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
277 |
> |
<Tool name=rootinteractive version=%v> |
278 |
> |
<info url="http://root.cern.ch/root/"></info> |
279 |
> |
<lib name=Rint> |
280 |
> |
<lib name=GQt> |
281 |
> |
<lib name=Gui> |
282 |
> |
<use name=qt> |
283 |
> |
<use name=libjpg> |
284 |
> |
<use name=libpng> |
285 |
> |
<use name=rootgpad> |
286 |
> |
</Tool> |
287 |
> |
EOF_TOOLFILE |
288 |
> |
|
289 |
> |
# rootmath toolfile |
290 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath |
291 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
292 |
> |
<Tool name=rootmath version=%v> |
293 |
> |
<info url="http://root.cern.ch/root/"></info> |
294 |
> |
<lib name=GenVector> |
295 |
> |
<lib name=MathMore> |
296 |
> |
<use name=ROOTCore> |
297 |
> |
<use name=gsl> |
298 |
> |
</Tool> |
299 |
> |
EOF_TOOLFILE |
300 |
> |
|
301 |
> |
# rootminuit toolfile |
302 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit |
303 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
304 |
> |
<Tool name=rootminuit version=%v> |
305 |
> |
<info url="http://root.cern.ch/root/"></info> |
306 |
> |
<lib name=Minuit> |
307 |
> |
<use name=rootgpad> |
308 |
> |
</Tool> |
309 |
> |
EOF_TOOLFILE |
310 |
> |
|
311 |
> |
# rootminuit2 toolfile |
312 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit2 |
313 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
314 |
> |
<Tool name=rootminuit2 version=%v> |
315 |
> |
<info url="http://root.cern.ch/root/"></info> |
316 |
> |
<lib name=Minuit2> |
317 |
> |
<use name=rootgpad> |
318 |
> |
</Tool> |
319 |
> |
EOF_TOOLFILE |
320 |
> |
|
321 |
> |
# rootrflx toolfile |
322 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrflx |
323 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
324 |
> |
<Tool name=rootrflx version=%v> |
325 |
> |
<info url="http://root.cern.ch/root/"></info> |
326 |
> |
<lib name=Reflex> |
327 |
> |
<Client> |
328 |
> |
<Environment name=ROOTRFLX_BASE default="%i"></Environment> |
329 |
> |
<Environment name=LIBDIR default="$ROOTRFLX_BASE/lib"></Environment> |
330 |
> |
<Environment name=INCLUDE default="$ROOTRFLX_BASE/include"></Environment> |
331 |
> |
</Client> |
332 |
> |
<use name=sockets> |
333 |
> |
<use name=gccxml> |
334 |
> |
<Runtime name=PATH value="$ROOTRFLX_BASE/bin" type=path> |
335 |
> |
<Runtime name=ROOTSYS value="$ROOTRFLX_BASE/"> |
336 |
> |
<Runtime name=GENREFLEX value="$ROOTRFLX_BASE/bin/genreflex"> |
337 |
> |
</Tool> |
338 |
> |
EOF_TOOLFILE |
339 |
> |
|
340 |
> |
# roothtml toolfile |
341 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roothtml |
342 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
343 |
> |
<Tool name=roothtml version=%v> |
344 |
> |
<info url="http://root.cern.ch/root/"></info> |
345 |
> |
<lib name=Html> |
346 |
> |
<use name=rootgpad> |
347 |
> |
</Tool> |
348 |
> |
EOF_TOOLFILE |
349 |
> |
|
350 |
> |
# rootroofit toolfile |
351 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootroofit |
352 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
353 |
> |
<Tool name=rootroofit version=%v> |
354 |
> |
<info url="http://root.cern.ch/root/"></info> |
355 |
> |
<lib name=RooFit> |
356 |
> |
<lib name=RooFitCore> |
357 |
> |
<use name=ROOTMinuit> |
358 |
> |
</Tool> |
359 |
> |
EOF_TOOLFILE |
360 |
> |
|
361 |
> |
# rootmlp toolfile |
362 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmlp |
363 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
364 |
> |
<Tool name=rootmlp version=%v> |
365 |
> |
<info url="http://root.cern.ch/root/"></info> |
366 |
> |
<lib name=MLP> |
367 |
> |
<use name=RootGraphics> |
368 |
> |
</Tool> |
369 |
> |
EOF_TOOLFILE |
370 |
> |
|
371 |
> |
# roottmva toolfile |
372 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roottmva |
373 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
374 |
> |
<Tool name=roottmva version=%v> |
375 |
> |
<info url="http://root.cern.ch/root/"></info> |
376 |
> |
<lib name=TMVA> |
377 |
> |
<use name=ROOTMLP> |
378 |
> |
<use name=rootminuit> |
379 |
> |
</Tool> |
380 |
> |
EOF_TOOLFILE |
381 |
> |
|
382 |
> |
# rootthread toolfile |
383 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootthread |
384 |
> |
<doc type=BuildSystem::ToolDoc version=1.0> |
385 |
> |
<Tool name=rootthread version=%v> |
386 |
> |
<info url="http://root.cern.ch/root/"></info> |
387 |
> |
<use name=ROOTCore> |
388 |
> |
</Tool> |
389 |
> |
EOF_TOOLFILE |
390 |
> |
|
391 |
> |
%post |
392 |
> |
%{relocateConfig}etc/scram.d/root |
393 |
> |
%{relocateConfig}etc/scram.d/rootcore |
394 |
> |
%{relocateConfig}etc/scram.d/roothistmatrix |
395 |
> |
%{relocateConfig}etc/scram.d/rootphysics |
396 |
> |
%{relocateConfig}etc/scram.d/rootgraphics |
397 |
> |
%{relocateConfig}etc/scram.d/rootcintex |
398 |
> |
%{relocateConfig}etc/scram.d/rootinteractive |
399 |
> |
%{relocateConfig}etc/scram.d/rootmath |
400 |
> |
%{relocateConfig}etc/scram.d/rootminuit |
401 |
> |
%{relocateConfig}etc/scram.d/rootminuit2 |
402 |
> |
%{relocateConfig}etc/scram.d/rootrflx |
403 |
> |
%{relocateConfig}etc/scram.d/roothtml |
404 |
> |
%{relocateConfig}etc/scram.d/rootroofit |
405 |
> |
%{relocateConfig}etc/scram.d/rootmlp |
406 |
> |
%{relocateConfig}etc/scram.d/roottmva |
407 |
> |
%{relocateConfig}etc/scram.d/rootthread |