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 |
7 |
|
%prep |
8 |
|
%setup -n root |
9 |
< |
|
9 |
> |
%patch -p0 |
10 |
|
%build |
11 |
|
mkdir -p %i |
12 |
|
export ROOTSYS=%_builddir/root |
48 |
|
./configure macosx $CONFIG_ARGS;; |
49 |
|
esac |
50 |
|
|
51 |
< |
make %makeprocesses |
51 |
> |
make |
52 |
|
make cintdlls |
53 |
|
%install |
54 |
|
# Override installers if we are using GNU fileutils cp. On OS X |