Another attpempt at tests. More BR

This commit is contained in:
Yanko Kaneti 2017-07-19 14:58:12 +03:00
parent 443dceee32
commit 6c2df78f4f

View File

@ -18,7 +18,10 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
# for tests
BuildRequires: dbus
BuildRequires: xorg-x11-server-Xvfb
BuildRequires: words
%description
libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quite
@ -49,7 +52,7 @@ developing applications that use %{name}.
%check
xvfb-run ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
dbus-run-session -- xvfb-run ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
%post -p /sbin/ldconfig
@ -82,7 +85,7 @@ xvfb-run ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
%changelog
* Wed Jul 19 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.4-1
- Update to 3.25.4. Add tests, BR: xorg-x11-server-Xvfb
- Update to 3.25.4. Add tests, BR: xorg-x11-server-Xvfb, words, dbus
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 3.25.3-3
- Drop the workaround as meson is now fixed