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:
parent
9d377f733b
commit
b0d4d1d7a8
@ -12,7 +12,10 @@ License: LGPLv2+
|
|||||||
URL: http://libiptcdata.sourceforge.net/
|
URL: http://libiptcdata.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
@ -51,6 +54,9 @@ metadata in images.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# fix compatibility with gtk-doc 1.26
|
||||||
|
gtkdocize
|
||||||
|
autoreconf -fiv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc --enable-python --disable-static
|
%configure --enable-gtk-doc --enable-python --disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user