From 2c6345e1c460db5fb2355b0769007532f542c305 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Mon, 29 Sep 2025 11:20:22 +0800 Subject: [PATCH] add /usr/lib64/girepository-1.0 dir (cherry picked from commit e122a639aec9c09b22a87d3d0f635a35360eb683) --- gobject-introspection.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 578a0b4..c016393 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.76.1 -Release: 1 +Release: 2 Summary: Introspection system for GObject-based libraries License: GPLv2+ and LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection @@ -55,6 +55,7 @@ fi %files %license COPYING COPYING.GPL COPYING.LGPL %{_libdir}/lib*.so.* +%dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/*.typelib %files devel @@ -74,6 +75,9 @@ fi %{_mandir}/man1/*.1* %changelog +* Mon Sep 29 2025 shixuantong - 1.76.1-2 +- add /usr/lib64/girepository-1.0 dir + * Sat Jan 27 2024 shixuantong - 1.76.1-1 - upgrade version to 1.76.1 -- Gitee