forked from pool/meson
Accepting request 909942 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/909942 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=73
This commit is contained in:
commit
54490e33c1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 30 12:41:22 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
- Relax BuildRequires on rpm, if rpm-config-SUSE is recent enough
|
||||||
|
(jsc#SLE-20017).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 20 09:07:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Jul 20 09:07:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -128,7 +128,9 @@ BuildRequires: wxWidgets-devel
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
# meson makes use of macros that were only defined with rpm 4.15
|
# meson makes use of macros that were only defined with rpm 4.15
|
||||||
|
%if (0%{?suse_version} < 1550 && 0%{?sle_version} < 150400)
|
||||||
Conflicts: rpm-build < 4.15
|
Conflicts: rpm-build < 4.15
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Meson is a build system designed to optimise programmer productivity.
|
Meson is a build system designed to optimise programmer productivity.
|
||||||
|
Loading…
Reference in New Issue
Block a user