27 |
|
|
28 |
|
Requires: gccxml gsl libjpg libpng libtiff libungif pcre python fftw3 |
29 |
|
|
30 |
< |
%if "%ismac" == "false" |
30 |
> |
%if "%ismac" != "true" |
31 |
|
Requires: castor dcap |
32 |
|
%endif |
33 |
|
|
34 |
< |
%if "%online-%ismac" == "false-true" |
35 |
< |
Requires: openssl zlib gfortran-macosx |
34 |
> |
%if "%online" != "true" |
35 |
> |
Requires: openssl zlib xrootd |
36 |
|
%endif |
37 |
|
|
38 |
< |
%if "%online-%ismac" == "false-false" |
39 |
< |
Requires: openssl zlib qt xrootd |
38 |
> |
%if "%ismac" == "true" |
39 |
> |
Requires: gfortran-macosx |
40 |
> |
%endif |
41 |
> |
|
42 |
> |
%if "%online" != "true" |
43 |
> |
%if "%ismac" != "true" |
44 |
> |
Requires: qt |
45 |
> |
%endif |
46 |
|
%endif |
47 |
|
|
48 |
|
%prep |