SPECS: cairo.spec - wo apidocs bcond
adgor
adgor at pld-linux.org
Thu Nov 10 23:00:34 CET 2005
Author: adgor Date: Thu Nov 10 22:00:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- wo apidocs bcond
---- Files affected:
SPECS:
cairo.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: SPECS/cairo.spec
diff -u SPECS/cairo.spec:1.40 SPECS/cairo.spec:1.41
--- SPECS/cairo.spec:1.40 Thu Nov 10 11:58:12 2005
+++ SPECS/cairo.spec Thu Nov 10 23:00:28 2005
@@ -1,7 +1,8 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_with xcb # enable XCB backend (XCB not released yet)
+%bcond_without apidocs # disable gtk-doc
+%bcond_with xcb # enable XCB backend (XCB not released yet)
#
Summary: Cairo - multi-platform 2D graphics library
Summary(pl): Cairo - wieloplatformowa biblioteka graficzna 2D
@@ -18,7 +19,7 @@
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel >= 2.1.10
BuildRequires: glitz-devel >= 0.4.4
-BuildRequires: gtk-doc >= 1.3
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.3}
BuildRequires: libpng-devel
BuildRequires: libtool
BuildRequires: pkgconfig
@@ -110,7 +111,7 @@
%{__autoconf}
%{__automake}
%configure \
- --enable-gtk-doc \
+ %{?with_apidocs:--enable-gtk-doc} \
%{?with_xcb:--enable-xcb} \
--enable-glitz \
--enable-ps \
@@ -154,6 +155,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2005/11/10 22:00:28 adgor
+- wo apidocs bcond
+
Revision 1.40 2005/11/10 10:58:12 qboosh
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cairo.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list