From adf65b58274366c1caed8ef19750a045371779cf Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sat, 30 Apr 2011 08:39:21 -0700 Subject: [PATCH] Build docs sine 2.1.5 doesn't ship with them prebuilt --- python-simplejson.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-simplejson.spec b/python-simplejson.spec index bfd10de..f236625 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: python-setuptools-devel BuildRequires: python-nose - +BuildRequires: python-sphinx # we don't want to provide private python extension libs %{?filter_setup: @@ -53,7 +53,7 @@ python stdlib. %build %{__python} setup.py build - +./scripts/make_docs.py %install rm -rf %{buildroot}