You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
%__meson /usr/bin/meson
|
|
|
|
|
|
|
|
%meson() %{expand:\
|
|
|
|
export CFLAGS="%{optflags}" ; \
|
|
|
|
export CXXFLAGS="%{optflags}" ; \
|
|
|
|
export FFLAGS="%{optflags} -I%{_fmoddir}" ; \
|
|
|
|
export FCFLAGS="%{optflags} -I%{_fmoddir}" ; \
|
|
|
|
export LDFLAGS="%{__global_ldflags}" ; \
|
|
|
|
%__meson %{?1} \\\
|
|
|
|
--prefix=%{_prefix} \\\
|
|
|
|
--libdir=%{_libdir} \\\
|
|
|
|
--libexecdir=%{_libexecdir} \\\
|
|
|
|
--bindir=%{_bindir} \\\
|
|
|
|
--includedir=%{_includedir} \\\
|
|
|
|
--datadir=%{_datadir} \\\
|
|
|
|
--mandir=%{_mandir} \\\
|
|
|
|
--localedir=%{_datadir}/locale \\\
|
|
|
|
--sysconfdir=%{_sysconfdir} \\\
|
|
|
|
--buildtype=plain \
|
|
|
|
%{nil} \
|
|
|
|
}
|