rpms/babl/devel babl.spec,1.11,1.12

Nils Philippsen nphilipp at fedoraproject.org
Thu Jul 2 12:36:09 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/babl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23627

Modified Files:
	babl.spec 
Log Message:
use "--disable-gtk-doc" to avoid rebuilding documentation (#477807)



Index: babl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/babl.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- babl.spec	25 Jun 2009 09:49:13 -0000	1.11
+++ babl.spec	2 Jul 2009 12:35:39 -0000	1.12
@@ -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 <nils at redhat.com> - 0.1.0-3
+- use "--disable-gtk-doc" to avoid rebuilding documentation (#477807)
+
 * Thu Jun 25 2009 Nils Philippsen <nils at redhat.com> - 0.1.0-2
 - fix timestamps of built documentation for multilib (#477807)
 




More information about the fedora-extras-commits mailing list