SHA256
6
0
forked from pool/meson

Accepting request 845975 from GNOME:Next

Resubmit 0.56.0 - with additional patch to not break sysprof

OBS-URL: https://build.opensuse.org/request/show/845975
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=191
This commit is contained in:
2020-11-04 14:33:15 +00:00
committed by Git OBS Bridge
parent 8fa392370e
commit 5bda4cb4e6
8 changed files with 113 additions and 26 deletions

View File

@@ -28,7 +28,7 @@
%{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim}
%bcond_with setuptools
Name: meson%{name_ext}
Version: 0.55.3
Version: 0.56.0
Release: 0
Summary: Python-based build system
License: Apache-2.0
@@ -43,6 +43,8 @@ Patch0: meson-suse-ify-macros.patch
Patch1: meson-test-installed-bin.patch
# PATCH-FEATURE-OPENSUSE meson-distutils.patch tchvatal@suse.com -- build and install using distutils instead of full setuptools
Patch2: meson-distutils.patch
# PATCH-FIX-UPSTREAM 7930.patch -- pkgconfig: Make external deps of static library public
Patch3: https://patch-diff.githubusercontent.com/raw/mesonbuild/meson/pull/7930.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-base
@@ -162,6 +164,7 @@ This package provides support for meson.build files in Vim.
%if !%{with setuptools}
%patch2 -p1
%endif
%patch3 -p1
# We do not have gmock available at this moment - can't run the test suite for it
rm -r "test cases/frameworks/3 gmock" \