commit b61feedf972b0520bca12f19adbcd819d8909cfc Author: Erik van Pienbroek epienbro@fedoraproject.org Date: Fri May 31 01:15:48 2013 +0200
Added BR: automake
mingw-glib2.spec | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) --- diff --git a/mingw-glib2.spec b/mingw-glib2.spec index 2aa5e01..4d7e251 100644 --- a/mingw-glib2.spec +++ b/mingw-glib2.spec @@ -35,6 +35,12 @@ BuildRequires: gettext # Native version required for glib-genmarshal BuildRequires: glib2-devel >= 2.31.20
+# glib 2.36.2 apparently needs automake +# make[4]: Entering directory `/builddir/build/BUILD/glib-2.36.2/build_win32static/docs/reference/glib' +# cd ../../../.. && /bin/sh /builddir/build/BUILD/glib-2.36.2/missing automake-1.13 --gnu docs/reference/glib/Makefile +# /builddir/build/BUILD/glib-2.36.2/missing: line 81: automake-1.13: command not found +BuildRequires: automake + # https://bugzilla.gnome.org/show_bug.cgi?id=674214 Patch1: 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch