From 641f6013bc7883e9dbd707efbac9bf86723cfe65 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Needed gtk-doc for the m4 macros to build the configure script. Added some more BRs revealed by auto-buildrequires. --- pango/mingw32-pango.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/pango/mingw32-pango.spec b/pango/mingw32-pango.spec index 8159664..47844a9 100644 --- a/pango/mingw32-pango.spec +++ b/pango/mingw32-pango.spec @@ -33,14 +33,21 @@ BuildArch: noarch BuildRequires: mingw32-filesystem >= 23 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils -BuildRequires: mingw32-iconv -BuildRequires: mingw32-gettext + BuildRequires: mingw32-cairo >= 1.8.0 -BuildRequires: mingw32-freetype +BuildRequires: mingw32-expat BuildRequires: mingw32-fontconfig +BuildRequires: mingw32-freetype +BuildRequires: mingw32-gettext BuildRequires: mingw32-glib2 +BuildRequires: mingw32-iconv +BuildRequires: mingw32-libpng +BuildRequires: mingw32-pixman BuildRequires: pkgconfig +# Required in order to rebuild the configure script. +BuildRequires: gtk-doc + # These are required for the patch BuildRequires: autoconf, automake, libtool @@ -65,8 +72,10 @@ Static version of the MinGW Windows Pango library. %patch1000 # Regenerate the configure script -autoreconf --install --force -libtoolize --install --force +aclocal +autoreconf +libtoolize + %build # Need to run the correct version of glib-mkenums. @@ -89,6 +98,7 @@ rm -f $RPM_BUILD_ROOT/%{_mingw32_libdir}/charset.alias %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc COPYING -- 1.8.3.1