forked from pool/meson
Accepting request 613073 from GNOME:Next
- BuildRequire python3-base instead of python3: make building a bit cheaper. - BuildRequire python3-base instead of python3: make building a bit cheaper. OBS-URL: https://build.opensuse.org/request/show/613073 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=99
This commit is contained in:
parent
4fccc50640
commit
71ee2096dd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 20 14:20:31 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- BuildRequire python3-base instead of python3: make building a bit
|
||||||
|
cheaper.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 30 07:03:53 UTC 2018 - dimstar@opensuse.org
|
Mon Apr 30 07:03:53 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Patch3: meson-suse-fix-llvm-3.8.patch
|
|||||||
Patch4: meson-restore-python3.4.patch
|
Patch4: meson-restore-python3.4.patch
|
||||||
# PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x.
|
# PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x.
|
||||||
Patch5: meson-fix-gcc48.patch
|
Patch5: meson-fix-gcc48.patch
|
||||||
BuildRequires: python3
|
BuildRequires: python3-base
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{testsuite}
|
%if %{testsuite}
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -190,7 +190,7 @@ python3 run_tests.py
|
|||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%else
|
%else
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%endif
|
%endif
|
||||||
%if !%{testsuite}
|
%if !%{testsuite}
|
||||||
%{_bindir}/meson
|
%{_bindir}/meson
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 20 14:20:31 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- BuildRequire python3-base instead of python3: make building a bit
|
||||||
|
cheaper.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 30 07:03:53 UTC 2018 - dimstar@opensuse.org
|
Mon Apr 30 07:03:53 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package meson-testsuite
|
# spec file for package meson
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -45,7 +45,7 @@ Patch3: meson-suse-fix-llvm-3.8.patch
|
|||||||
Patch4: meson-restore-python3.4.patch
|
Patch4: meson-restore-python3.4.patch
|
||||||
# PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x.
|
# PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x.
|
||||||
Patch5: meson-fix-gcc48.patch
|
Patch5: meson-fix-gcc48.patch
|
||||||
BuildRequires: python3
|
BuildRequires: python3-base
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{testsuite}
|
%if %{testsuite}
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -190,7 +190,7 @@ python3 run_tests.py
|
|||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%else
|
%else
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%endif
|
%endif
|
||||||
%if !%{testsuite}
|
%if !%{testsuite}
|
||||||
%{_bindir}/meson
|
%{_bindir}/meson
|
||||||
|
Loading…
Reference in New Issue
Block a user