1 |
< |
### RPM lcg root 5.18.00a-200onl2 |
1 |
> |
### RPM lcg root 5.18.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 |
11 |
|
Patch4: root-5.18-00a-Cintex |
12 |
|
Patch5: root-5.18-00a-Cintex2 |
13 |
|
Patch6: root-5.18-00a-TBufferFile |
14 |
+ |
Patch7: root-5.18-00a-cintexquickfix2 |
15 |
|
|
16 |
|
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
17 |
|
%define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2) |
18 |
|
|
19 |
|
Requires: gccxml gsl castor libjpg dcap pcre python |
20 |
|
|
21 |
< |
%if "%{?online_release:set}" != "set" |
21 |
> |
%if "%cmsplatf" != "slc4onl_ia32_gcc346" |
22 |
|
Requires: qt openssl mysql libpng zlib libungif xrootd |
23 |
|
%else |
24 |
|
%define skiplibtiff true |
41 |
|
%patch4 -p0 |
42 |
|
%patch5 -p0 |
43 |
|
%patch6 -p0 |
44 |
+ |
%patch7 -p0 |
45 |
|
|
46 |
|
%build |
47 |
|
mkdir -p %i |
48 |
|
export ROOTSYS=%_builddir/root |
49 |
|
|
50 |
< |
%if "%{?online_release:set}" == "set" |
50 |
> |
%if "%cmsplatf" == "slc4onl_ia32_gcc346" |
51 |
|
# Build without mysql, and use system qt. |
52 |
|
# Also skip xrootd and odbc for online case: |
53 |
|
|