Fix build with gtk-doc 1.26

gtk-doc 1.26 drops some deprecated features which necessitates regenerating the build system to pick up the corresponding macros.
This commit is contained in:
Yaakov Selkowitz 2018-01-24 07:50:54 +00:00
parent 9d377f733b
commit b0d4d1d7a8

View File

@ -12,7 +12,10 @@ License: LGPLv2+
URL: http://libiptcdata.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gettext
BuildRequires: gettext-devel
BuildRequires: libtool
BuildRequires: gtk-doc
@ -51,6 +54,9 @@ metadata in images.
%prep
%setup -q
# fix compatibility with gtk-doc 1.26
gtkdocize
autoreconf -fiv
%build
%configure --enable-gtk-doc --enable-python --disable-static