From 443dceee325312ad12c0d1a4d3e2351b253f81ae Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Wed, 19 Jul 2017 14:44:37 +0300 Subject: [PATCH] BR: xorg-x11-server-Xvfb. Use xvfb-run --- libdazzle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libdazzle.spec b/libdazzle.spec index d057ca8..826f25b 100644 --- a/libdazzle.spec +++ b/libdazzle.spec @@ -17,6 +17,9 @@ BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) +# for tests +BuildRequires: xorg-x11-server-Xvfb + %description libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quite ready or generic enough for use inside those libraries. This is often a proving @@ -46,7 +49,7 @@ developing applications that use %{name}. %check -%meson_test +xvfb-run ninja test %{__ninja_common_opts} -C %{_vpath_builddir} %post -p /sbin/ldconfig @@ -79,7 +82,7 @@ developing applications that use %{name}. %changelog * Wed Jul 19 2017 Yanko Kaneti - 3.25.4-1 -- Update to 3.25.4. Add tests +- Update to 3.25.4. Add tests, BR: xorg-x11-server-Xvfb * Tue Jul 18 2017 Kalev Lember - 3.25.3-3 - Drop the workaround as meson is now fixed