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
This commit is contained in:
Alexei Sorokin 2022-04-03 12:01:47 +00:00 committed by Git OBS Bridge
parent 5fc6776c3d
commit cbcd51c0cd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 3 11:09:27 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Set GTKDOCIZE=true when gtk3 to fix issues with autoconf 2.70
-------------------------------------------------------------------
Mon Mar 23 10:54:05 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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 \