From cefd5342abc1a18a519b47d702bf20ba75ba6c99 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 5 Feb 2014 21:14:45 +0100 Subject: [PATCH] Drop the versioned gtk-doc dep ... that was added in the previous commit. New gtk-doc 1.19.1 tarball isn't out yet and we can't build depend on it. Having a newer gtk-doc isn't essential for the build as the gtk+ source tarball already includes generated docs and those get used instead. --- gtk3.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk3.spec b/gtk3.spec index 170e244..b9b7673 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -9,7 +9,6 @@ %global atk_version 2.7.5 %global cairo_version 1.13.1 %global xrandr_version 1.2.99.4-2 -%global gtk_doc_version 1.19.1 %global bin_version 3.0.0 @@ -36,7 +35,7 @@ BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version} BuildRequires: gtk2-devel BuildRequires: libXi-devel BuildRequires: gettext -BuildRequires: gtk-doc >= %{gtk_doc_version} +BuildRequires: gtk-doc BuildRequires: cups-devel BuildRequires: libXrandr-devel >= %{xrandr_version} BuildRequires: libXrender-devel