use subpackage xorg-x11-server-Xvfb provide xvfb-run command

This commit is contained in:
fuanan 2022-01-10 10:51:59 +08:00
parent dfe0514387
commit 7411c3d1aa

View File

@ -1,6 +1,6 @@
Name: pygobject3 Name: pygobject3
Version: 3.42.0 Version: 3.42.0
Release: 1 Release: 2
Summary: Provides bindings for GObject based libraries Summary: Provides bindings for GObject based libraries
License: LGPLv2+ and MIT License: LGPLv2+ and MIT
URL: https://wiki.gnome.org/Projects/PyGObject URL: https://wiki.gnome.org/Projects/PyGObject
@ -10,7 +10,7 @@ BuildRequires: glib2-devel >= 2.56.0 gobject-introspection-devel >= 1.56.0
BuildRequires: meson cairo-gobject-devel BuildRequires: meson cairo-gobject-devel
BuildRequires: python3-devel >= 3.6 python3-cairo-devel >= 1.16.0 BuildRequires: python3-devel >= 3.6 python3-cairo-devel >= 1.16.0
#for test suite #for test suite
BuildRequires: python3-pytest gtk3 dbus-x11 dejavu-fonts xorg-x11-server BuildRequires: python3-pytest gtk3 dbus-x11 dejavu-fonts xorg-x11-server-Xvfb
%description %description
PyGObject is a Python package which provides bindings for GObject based libraries such as PyGObject is a Python package which provides bindings for GObject based libraries such as
@ -86,6 +86,9 @@ xvfb-run %{__python3} setup.py test
%{_libdir}/pkgconfig/pygobject-3.0.pc %{_libdir}/pkgconfig/pygobject-3.0.pc
%changelog %changelog
* Mon Jan 10 2022 fuanan <fuanan3@huawei.com> - 3.42.0-2
- use subpackage xorg-x11-server-Xvfb provide xvfb-run command
* Tue Nov 30 2021 fuanan <fuanan3@huawei.com> - 3.42.0-1 * Tue Nov 30 2021 fuanan <fuanan3@huawei.com> - 3.42.0-1
- update version to 3.42.0 - update version to 3.42.0