diff --git a/.abf.yml b/.abf.yml index 3d438b2..fd164b3 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - meson-0.52.0.tar.gz: f5b924f5128f53f9eaeffc2e72ac3f757977a809 + meson-0.56.2.tar.gz: a62199aca12eb69d4df7e828a8d11cc241ecff73 diff --git a/meson.spec b/meson.spec index e73ad8a..732c824 100644 --- a/meson.spec +++ b/meson.spec @@ -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