From: Mark Huang Date: Sun, 29 Oct 2006 04:38:41 +0000 (+0000) Subject: don't build docbook for now X-Git-Tag: pycurl-7_13_1~416 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b29156d8a811afa241160ef8f2c157e603d58f0b;p=plcapi.git don't build docbook for now --- diff --git a/PLCAPI.spec b/PLCAPI.spec index 82224dd..67d0c7f 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -10,7 +10,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Obsoletes: plcapilib -BuildRequires: docbook-dtds, docbook-utils-pdf +# OpenJade does not honor XML catalog files and tries to access +# www.oasis-open.org even if DTDs are locally installed. Disable +# documentation generation for now. +# BuildRequires: docbook-dtds, docbook-utils-pdf Requires: postgresql-server, SOAPpy @@ -24,8 +27,9 @@ through Apache mod_python. %setup -q %build -# Build __init__.py metafiles, documentation, and PHP API -%{__make} %{?_smp_mflags} +# Build __init__.py metafiles and PHP API. Do not build documentation +# for now. +%{__make} %{?_smp_mflags} SUBDIRS=php # Byte compile %{__python} setup.py build