From b7764dc050b91e39fe4bd9d97ff31e8eb68202a5 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 2 Jul 2009 12:35:39 +0000 Subject: [PATCH] use "--disable-gtk-doc" to avoid rebuilding documentation (#477807) --- babl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/babl.spec b/babl.spec index 990235f..d3be455 100644 --- a/babl.spec +++ b/babl.spec @@ -1,12 +1,12 @@ Summary: A dynamic, any to any, pixel format conversion library Name: babl Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL License: LGPLv3+ and GPLv3+ Group: System Environment/Libraries URL: http://www.gegl.org/babl/ -Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2 Patch0: babl-build-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: librsvg2 w3m @@ -32,7 +32,7 @@ developing with %{name}. %patch0 -p0 -b .fix %build -%configure --disable-static +%configure --disable-static --disable-gtk-doc make %{?_smp_mflags} @@ -72,6 +72,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Jun 25 2009 Nils Philippsen - 0.1.0-3 +- use "--disable-gtk-doc" to avoid rebuilding documentation (#477807) + * Thu Jun 25 2009 Nils Philippsen - 0.1.0-2 - fix timestamps of built documentation for multilib (#477807)