BR: xorg-x11-server-Xvfb. Use xvfb-run

This commit is contained in:
Yanko Kaneti 2017-07-19 14:44:37 +03:00
parent 19a517cb3e
commit 443dceee32

View File

@ -17,6 +17,9 @@ BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-3.0)
# for tests
BuildRequires: xorg-x11-server-Xvfb
%description %description
libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quite 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 ready or generic enough for use inside those libraries. This is often a proving
@ -46,7 +49,7 @@ developing applications that use %{name}.
%check %check
%meson_test xvfb-run ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -79,7 +82,7 @@ developing applications that use %{name}.
%changelog %changelog
* Wed Jul 19 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.4-1 * Wed Jul 19 2017 Yanko Kaneti <yaneti@declera.com> - 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 <klember@redhat.com> - 3.25.3-3 * Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 3.25.3-3
- Drop the workaround as meson is now fixed - Drop the workaround as meson is now fixed