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 \