From b880ca50f174d3623b956ed7e6e4931d3f3c276c Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Mon, 28 Oct 2024 15:20:42 +0800 Subject: [PATCH] Fix files that are installed but not packaged. --- glib2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index 8ce9ea8..829cfbc 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.78.6 -Release: 3 +Release: 4 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPL-2.1-or-later URL: https://www.gtk.org @@ -189,9 +189,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files help %{_mandir}/man1/* +%{_datadir}/doc/* %doc %{_datadir}/gtk-doc/html/* %changelog +* Mon Oct 28 2024 xuguangmin - 2.78.6-4 +- Fix files that are installed but not packaged. + * Thu Oct 24 2024 GuoCe - 2.78.6-3 - Correct translation information -- Gitee