From b6342e6928162a47edbc78852004e25985a13794 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 5 Mar 2013 10:18:36 -0500 Subject: [PATCH] Enable g-ir-doctool - Resolves: #903782 --- gobject-introspection.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index bf7eba9..0bc1873 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,6 +1,6 @@ Name: gobject-introspection Version: 1.35.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Introspection system for GObject-based libraries Group: Development/Libraries @@ -29,6 +29,8 @@ BuildRequires: freetype-devel BuildRequires: gnome-common BuildRequires: intltool BuildRequires: gtk-doc +# For doctool +BuildRequires: python-mako %description GObject Introspection can scan C header and source files in order to @@ -42,6 +44,8 @@ Group: Development/Libraries Requires: %name = %{version}-%{release} # Not always, but whatever, it's a tiny dep to pull in Requires: libtool +# For g-ir-doctool +Requires: python-mako Obsoletes: gir-repository-devel %description devel @@ -51,8 +55,8 @@ Libraries and headers for gobject-introspection %setup -q %build -(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;) -%configure --enable-gtk-doc +(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;) +%configure --enable-gtk-doc --enable-doctool make V=1 %{?_smp_mflags} @@ -90,6 +94,10 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Tue Mar 05 2013 Colin Walters - 1.35.8-2 +- Enable g-ir-doctool +- Resolves: #903782 + * Tue Feb 19 2013 Richard Hughes - 1.35.8-1 - Update to 1.35.8