forked from pool/meson
This commit is contained in:
parent
280cc404cc
commit
bb6d6607c3
@ -39,7 +39,7 @@ Patch0: meson-suse-ify-macros.patch
|
||||
Patch1: meson-fix-gcc48.patch
|
||||
# PATCH-FIX-OPENSUSE meson-test-installed-bin.patch dimstar@opensuse.org -- We want the test suite to run against /usr/bin/meson coming from our meson package.
|
||||
Patch100: meson-test-installed-bin.patch
|
||||
BuildRequires: python3 >= 3.4
|
||||
BuildRequires: python3
|
||||
BuildArch: noarch
|
||||
%if %{testsuite}
|
||||
BuildRequires: bison
|
||||
@ -79,7 +79,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: libboost_log-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: libboost_test-devel
|
||||
@ -175,7 +175,11 @@ python3 run_tests.py
|
||||
%endif
|
||||
|
||||
%files
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%license COPYING
|
||||
%else
|
||||
%doc COPYING
|
||||
%endif
|
||||
%if !%{testsuite}
|
||||
%{_bindir}/meson
|
||||
%{_bindir}/mesonconf
|
||||
|
Loading…
Reference in New Issue
Block a user