Merge pull request #2 from import/meson:rosa2019.1

Backports
This commit is contained in:
djam 2021-02-14 06:24:47 +00:00
commit d972929c51
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
sources:
meson-0.52.0.tar.gz: f5b924f5128f53f9eaeffc2e72ac3f757977a809
meson-0.56.2.tar.gz: a62199aca12eb69d4df7e828a8d11cc241ecff73

View file

@ -3,7 +3,7 @@
Summary: High productivity build system
Name: meson
Version: 0.52.0
Version: 0.56.2
Release: 1
License: ASL 2.0
Group: Development/Tools
@ -87,7 +87,7 @@ Valgrind, CCache and the like.
%{_bindir}/%{name}
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
%{_mandir}/man1/%{name}.1.*
%{_sys_macros_dir}/%{name}.macros
%{_rpmmacrodir}/*%{name}*
%{py3_puresitedir}/%{name}-%{version}-py*.egg-info/
%{py3_puresitedir}/mesonbuild/
@ -105,7 +105,7 @@ Valgrind, CCache and the like.
%py3_install
# Install our rpm macro helper for meson
install -D -m 0644 %{SOURCE2} %{buildroot}%{_sys_macros_dir}/%{name}.macros
%install_macro meson %{SOURCE2}
%if %{with check}
%check