X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;fp=PLCAPI.spec;h=67d0c7fe41731f79d10f34f9596451693beb6f49;hb=b29156d8a811afa241160ef8f2c157e603d58f0b;hp=82224dd1b42945ff5fb8a13e0d3464187ffa1892;hpb=e071d84a70b40cbbae0b4418d860307d6bd5bc07;p=plcapi.git 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