[openstack-glance/el6] trivial python-sphinx invocation changes to build on EPEL6

Matt Domsch mdomsch at fedoraproject.org
Tue Aug 30 14:46:34 UTC 2011


commit 2d01af3888d5f9b572fa50adc1a3cc632786d014
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Tue Aug 30 14:46:30 2011 -0500

    trivial python-sphinx invocation changes to build on EPEL6

 openstack-glance.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 8a19e5a..84d91d3 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -65,7 +65,7 @@ Group:            Documentation
 
 Requires:         %{name} = %{version}-%{release}
 
-BuildRequires:    python-sphinx
+BuildRequires:    python-sphinx10
 BuildRequires:    graphviz
 
 # Required to build module documents
@@ -101,7 +101,7 @@ rm -fr %{buildroot}%{python_sitelib}/tests
 
 export PYTHONPATH="$( pwd ):$PYTHONPATH"
 pushd doc
-sphinx-build -b html source build/html
+sphinx-1.0-build -b html source build/html
 popd
 
 # Fix hidden-file-or-dir warnings


More information about the scm-commits mailing list