[goocanvas2] Fix the build

Kalev Lember kalev at fedoraproject.org
Sat May 17 22:34:17 UTC 2014


commit e3c5f2dafa41472dda9133fb61e1c94254a60433
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 17 23:57:16 2014 +0200

    Fix the build
    
    Ship prebuilt docs and don't attempt to rebuild them.

 goocanvas2.spec |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/goocanvas2.spec b/goocanvas2.spec
index fb6dc05..dd6efdb 100644
--- a/goocanvas2.spec
+++ b/goocanvas2.spec
@@ -12,7 +12,6 @@ URL:            http://live.gnome.org/GooCanvas
 Source0:        https://download.gnome.org/sources/goocanvas/2.0/goocanvas-%{version}.tar.xz
 
 BuildRequires:  gettext, pkgconfig
-BuildRequires:  autoconf, automake, libtool, gtk-doc
 BuildRequires:  gtk3-devel >= 2.91.3
 BuildRequires:  cairo-devel >= 1.4.0
 BuildRequires:  gobject-introspection-devel
@@ -42,7 +41,6 @@ developing applications that use %{name}.
 %build
 # python GI wrapper is not enabled yet until i figure a proper way to package it
 %configure --disable-static \
-           --enable-gtk-doc=yes \
            --enable-python=no
 make %{?_smp_mflags}
 


More information about the scm-commits mailing list