From 6dab92fa4ea5b518242b170473501f7200c8af02 Mon Sep 17 00:00:00 2001 From: liweigang Date: Sun, 7 Apr 2024 13:44:13 +0800 Subject: [PATCH] Fix build error Signed-off-by: liweigang --- glib2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index fd98ad0..3116b5f 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.78.3 -Release: 1 +Release: 2 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: https://www.gtk.org @@ -190,9 +190,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %defattr(-,root,root) %{_mandir}/man1/* %doc %{_datadir}/gtk-doc/html/* +%{_datadir}/doc/glib-2.0/ %endif %changelog +* Sun Apr 07 2024 liweigang - 2.78.3-2 +- fix build error + * Mon Feb 5 2024 hanhuihui - 2.78.3-1 - Update to 2.78.3 -- Gitee