SPECS: librsvg.spec - apidocs bcond

adgor adgor at pld-linux.org
Fri Dec 2 12:39:17 CET 2005


Author: adgor                        Date: Fri Dec  2 11:39:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- apidocs bcond

---- Files affected:
SPECS:
   librsvg.spec (1.98 -> 1.99) 

---- Diffs:

================================================================
Index: SPECS/librsvg.spec
diff -u SPECS/librsvg.spec:1.98 SPECS/librsvg.spec:1.99
--- SPECS/librsvg.spec:1.98	Sun Oct 30 12:50:18 2005
+++ SPECS/librsvg.spec	Fri Dec  2 12:39:12 2005
@@ -3,6 +3,7 @@
 # - mozilla_firefox bcond/subpackage
 #
 # Conditional build
+%bcond_without	apidocs		# disable gtk-doc
 %bcond_without	libgsf		# build without libgsf (used for run-time decompression)
 %bcond_without	libcroco	# build without CSS support through libcroco
 %bcond_without	gnomeprint	# build without gnome-print support in viewer
@@ -27,7 +28,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	gtk+2-devel >= 2:2.8.6
-BuildRequires:	gtk-doc >= 0.9
+%{?with_apidocs:BuildRequires:	gtk-doc >= 0.9}
 %{?with_gnomevfs:BuildRequires:	gnome-vfs2-devel >= 2.10.0-2}
 BuildRequires:	libart_lgpl-devel >= 2.3.15
 %{?with_libcroco:BuildRequires:	libcroco-devel >= 0.6.0}
@@ -154,7 +155,7 @@
 	%{!?with_libcroco:--without-croco} \
 	%{!?with_libgsf:--without-svgz} \
 	%{!?with_gnomevfs:--disable-gnome-vfs} \
-	--enable-gtk-doc \
+	%{?with_apidocs:--enable-gtk-doc} \
 	--with-html-dir=%{_gtkdocdir}/%{name}
 %{__make}
 
@@ -215,6 +216,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.99  2005/12/02 11:39:12  adgor
+- apidocs bcond
+
 Revision 1.98  2005/10/30 11:50:18  freetz
 - rel.3 (fixed)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/librsvg.spec?r1=1.98&r2=1.99&f=u




More information about the pld-cvs-commit mailing list