From 27f808defc2efa1bfbfe2ca4f9ab2da4766ddeca Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Mon, 27 May 2024 17:56:31 +0800 Subject: [PATCH] python3-gobject-base provide the %{python3_sitelib}/gi/ directory (cherry picked from commit 686d52e21a6161574dcb39bb70fbd23b91dbf5a8) --- pygobject3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pygobject3.spec b/pygobject3.spec index 6b6b9c9..f9b157d 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -1,6 +1,6 @@ Name: pygobject3 Version: 3.42.0 -Release: 4 +Release: 5 Summary: Provides bindings for GObject based libraries License: LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/PyGObject @@ -76,6 +76,7 @@ xvfb-run %{__python3} setup.py test %{python3_sitearch}/gi/* %{python3_sitearch}/PyGObject-*.egg-info %exclude %{python3_sitearch}/gi/_gi_cairo*.so +%dir %{python3_sitelib}/gi/ %{python3_sitelib}/gi/* %{python3_sitelib}/pygtkcompat/ @@ -86,6 +87,9 @@ xvfb-run %{__python3} setup.py test %{_libdir}/pkgconfig/pygobject-3.0.pc %changelog +* Mon May 27 2024 fuanan - 3.42.0-5 +- python3-gobject-base provide the "%{python3_sitelib}/gi/" directory + * Wed Nov 16 2022 fuanan - 3.42.0-4 - Modify Source0 -- Gitee