From 1a45c398263a286f4afb9d612ac79374f8e819c2 Mon Sep 17 00:00:00 2001 From: xu-think-about-it Date: Tue, 7 Mar 2023 13:21:40 +0800 Subject: [PATCH] remove --enable-gtk-doc --- glade3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/glade3.spec b/glade3.spec index 24bafb3..8b71ff0 100644 --- a/glade3.spec +++ b/glade3.spec @@ -1,7 +1,7 @@ Name: glade3 Epoch: 2 Version: 3.8.6 -Release: 7 +Release: 8 Summary: User Interface Designer for GTK+ 2 License: GPLv2+ @@ -61,7 +61,6 @@ This package contains development files for %{name}-libgladeui. %build %configure --disable-static \ - --enable-gtk-doc \ --enable-python # Omit unused direct shared library dependencies. @@ -189,6 +188,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/glade-3.desktop %{_includedir}/libgladeui-1.0/gladeui %changelog +* Tue Mar 07 2023 xuxiangxiang - 2:3.8.6-8 +- remove "--enable-gtk-doc" + * Mon Jun 13 2022 tanyulong - 2:3.8.6-7 - rebuild and solve compile error -- Gitee