From b29156d8a811afa241160ef8f2c157e603d58f0b Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sun, 29 Oct 2006 04:38:41 +0000 Subject: [PATCH] don't build docbook for now --- PLCAPI.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.43.0