From cbcd51c0cd64ec98b538ca2b3af04b5cce0563d80c20b577cf14fea3b80bc13d Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sun, 3 Apr 2022 12:01:47 +0000 Subject: [PATCH] Accepting request 966644 from home:gmbr3:Active - Set GTKDOCIZE=true when gtk3 to fix issues with autoconf 2.70 OBS-URL: https://build.opensuse.org/request/show/966644 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libdbusmenu?expand=0&rev=19 --- libdbusmenu.changes | 5 +++++ libdbusmenu.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libdbusmenu.changes b/libdbusmenu.changes index 0e76423..67deb70 100644 --- a/libdbusmenu.changes +++ b/libdbusmenu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 3 11:09:27 UTC 2022 - Callum Farmer + +- Set GTKDOCIZE=true when gtk3 to fix issues with autoconf 2.70 + ------------------------------------------------------------------- Mon Mar 23 10:54:05 UTC 2020 - Dominique Leuenberger diff --git a/libdbusmenu.spec b/libdbusmenu.spec index ded549d..658d214 100644 --- a/libdbusmenu.spec +++ b/libdbusmenu.spec @@ -38,6 +38,7 @@ %global package_glib 1 # Docs are the same for GTK2/3, dito for glib %bcond_without docs +%define gtkdoc %nil %endif %if "%{flavor}" == "gtk3" %global gtksuffix 3 @@ -47,6 +48,7 @@ %global psuffix -gtk%{gtkver} %bcond_with testtools %bcond_with docs +%define gtkdoc GTKDOCIZE=true %endif %global libname_glib libdbusmenu-glib%{soname_glib} Name: libdbusmenu%{?psuffix} @@ -203,7 +205,7 @@ This package contains the development files for the dbusmenu-jsonloader library. %build export CFLAGS="%{optflags} -Wno-error" -autoreconf -vfi +%gtkdoc autoreconf -fiv %configure \ --disable-static \