SPECS: poppler.spec - Apidocs bcond
adgor
adgor at pld-linux.org
Fri Jan 27 12:43:31 CET 2006
Author: adgor Date: Fri Jan 27 11:43:31 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Apidocs bcond
---- Files affected:
SPECS:
poppler.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SPECS/poppler.spec
diff -u SPECS/poppler.spec:1.29 SPECS/poppler.spec:1.30
--- SPECS/poppler.spec:1.29 Mon Jan 23 16:31:05 2006
+++ SPECS/poppler.spec Fri Jan 27 12:43:26 2006
@@ -1,6 +1,7 @@
# $Revision$, $Date$
#
# Conditional build:
+%bcond_without apidocs # disable gtk-doc
%bcond_without cairo # disable Cairo backend
%bcond_without qt # disable qt wrapper
#
@@ -24,7 +25,7 @@
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel >= 2.0
BuildRequires: gtk+2-devel >= 2.0.0
-BuildRequires: gtk-doc >= 1.0
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.0}
BuildRequires: libstdc++-devel
BuildRequires: libtool >= 2:1.5
BuildRequires: pkgconfig
@@ -183,7 +184,7 @@
%{!?with_cairo:--disable-cairo-output} \
%{!?with_qt:--disable-poppler-qt} \
--enable-a4-paper \
- --enable-gtk-doc \
+ %{?with_apidocs:--enable-gtk-doc} \
--with-html-dir=%{_gtkdocdir}
%{__make}
@@ -270,6 +271,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2006/01/27 11:43:26 adgor
+- Apidocs bcond
+
Revision 1.29 2006/01/23 15:31:05 wrobell
- o: -utils
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/poppler.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list