From 50d046e3fd57a1e776928c352dab27b5d03d92d2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 20 Jun 2013 19:48:48 +0200 Subject: [PATCH] Fix the build https://bugzilla.gnome.org/show_bug.cgi?id=700350 --- glib2.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glib2.spec b/glib2.spec index ad8456b..530d9e5 100644 --- a/glib2.spec +++ b/glib2.spec @@ -76,6 +76,10 @@ the functionality of the installed glib2 package. %prep %setup -q -n glib-%{version} +# Workaround wrong gtk-doc.make timestamp +# https://bugzilla.gnome.org/show_bug.cgi?id=700350 +touch -r Makefile.am gtk-doc.make + %build # Support builds of both git snapshots and tarballs packed with autogoo (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;