|
|
@ -1,11 +1,11 @@ |
|
|
|
%__meson /usr/bin/meson |
|
|
|
%__meson /usr/bin/meson |
|
|
|
|
|
|
|
|
|
|
|
%meson() %{expand:\ |
|
|
|
%meson() %{expand:\ |
|
|
|
CFLAGS="%{optflags}" ; \ |
|
|
|
export CFLAGS="%{optflags}" ; \ |
|
|
|
CXXFLAGS="%{optflags}" ; \ |
|
|
|
export CXXFLAGS="%{optflags}" ; \ |
|
|
|
FFLAGS="%{optflags} -I%{_fmoddir}" ; \ |
|
|
|
export FFLAGS="%{optflags} -I%{_fmoddir}" ; \ |
|
|
|
FCFLAGS="%{optflags} -I%{_fmoddir}" ; \ |
|
|
|
export FCFLAGS="%{optflags} -I%{_fmoddir}" ; \ |
|
|
|
LDFLAGS="%{__global_ldflags}" ; \ |
|
|
|
export LDFLAGS="%{__global_ldflags}" ; \ |
|
|
|
%__meson %{?1} \\\ |
|
|
|
%__meson %{?1} \\\ |
|
|
|
--prefix=%{_prefix} \\\ |
|
|
|
--prefix=%{_prefix} \\\ |
|
|
|
--buildtype=plain \ |
|
|
|
--buildtype=plain \ |
|
|
|