Dominique Leuenberger 2022-04-06 19:50:58 +00:00 committed by Git OBS Bridge
commit e2cd040a81
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 \