2015-03-21 19:42:55 +08:00
|
|
|
%__meson /usr/bin/meson
|
|
|
|
|
2015-08-02 06:10:27 +08:00
|
|
|
%meson() %{expand:\
|
|
|
|
CFLAGS="%{optflags}" ; \
|
|
|
|
CXXFLAGS="%{optflags}" ; \
|
|
|
|
FFLAGS="%{optflags} -I%{_fmoddir}" ; \
|
|
|
|
FCFLAGS="%{optflags} -I%{_fmoddir}" ; \
|
|
|
|
LDFLAGS="%{__global_ldflags}" ; \
|
|
|
|
%__meson %{?1} \\\
|
2015-03-21 19:42:55 +08:00
|
|
|
--prefix=%{_prefix} \\\
|
2015-08-02 06:10:27 +08:00
|
|
|
--buildtype=plain \
|
|
|
|
}
|