From 9b1a9cb4fe20afc9cbac8cb8b56a739b5946b24b Mon Sep 17 00:00:00 2001 From: User Date: Sun, 24 Mar 2019 00:18:58 +0300 Subject: [PATCH] update to 0.44.1 --- meson.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/meson.spec b/meson.spec index 45ebf02..128ea51 100644 --- a/meson.spec +++ b/meson.spec @@ -1,9 +1,11 @@ +%define debug %nil +%define debug_package %nil %bcond_with check Summary: High productivity build system Name: meson -Version: 0.49.2 -Release: 2 +Version: 0.44.1 +Release: 1 License: ASL 2.0 Group: Development/Tools Url: http://mesonbuild.com/ @@ -12,7 +14,7 @@ Source1: https://github.com/mesonbuild/meson/releases/download/%{version}/%{name Source2: %{name}.macros BuildRequires: python3-setuptools -BuildRequires: pkgconfig(python3) >= 3.5 +BuildRequires: pkgconfig(python3) >= 3.4 %if %{with check} BuildRequires: locales @@ -83,11 +85,16 @@ Valgrind, CCache and the like. %files %doc README.md COPYING %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.* +%{_bindir}/mesonconf +%{_bindir}/mesonintrospect +%{_bindir}/mesontest +%{_bindir}/wraptool +%{_mandir}/man1/%{name}*.1.* +%{_mandir}/man1/wraptool.1.* %{py3_puresitedir}/mesonbuild/ %{py3_puresitedir}/%{name}-%{version}-py*.egg-info/ %{_sys_macros_dir}/%{name}.macros -%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy +#{_datadir}/polkit-1/actions/com.mesonbuild.install.policy #----------------------------------------------------------------------------