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:
parent
5fc6776c3d
commit
cbcd51c0cd
@ -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>
|
Mon Mar 23 10:54:05 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
%global package_glib 1
|
%global package_glib 1
|
||||||
# Docs are the same for GTK2/3, dito for glib
|
# Docs are the same for GTK2/3, dito for glib
|
||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
|
%define gtkdoc %nil
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "gtk3"
|
%if "%{flavor}" == "gtk3"
|
||||||
%global gtksuffix 3
|
%global gtksuffix 3
|
||||||
@ -47,6 +48,7 @@
|
|||||||
%global psuffix -gtk%{gtkver}
|
%global psuffix -gtk%{gtkver}
|
||||||
%bcond_with testtools
|
%bcond_with testtools
|
||||||
%bcond_with docs
|
%bcond_with docs
|
||||||
|
%define gtkdoc GTKDOCIZE=true
|
||||||
%endif
|
%endif
|
||||||
%global libname_glib libdbusmenu-glib%{soname_glib}
|
%global libname_glib libdbusmenu-glib%{soname_glib}
|
||||||
Name: libdbusmenu%{?psuffix}
|
Name: libdbusmenu%{?psuffix}
|
||||||
@ -203,7 +205,7 @@ This package contains the development files for the dbusmenu-jsonloader library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -Wno-error"
|
export CFLAGS="%{optflags} -Wno-error"
|
||||||
autoreconf -vfi
|
%gtkdoc autoreconf -fiv
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Loading…
Reference in New Issue
Block a user