[python-heatclient/el6] Switch to epel build

Jeff Peeler jpeeler at fedoraproject.org
Thu Mar 28 20:09:17 UTC 2013


commit 6bf5a3f5551c4d95253c5b7f17bfb0bf7b5a2542
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Thu Mar 28 16:09:00 2013 -0400

    Switch to epel build

 python-heatclient.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-heatclient.spec b/python-heatclient.spec
index 5cd7656..cfb4d77 100644
--- a/python-heatclient.spec
+++ b/python-heatclient.spec
@@ -1,6 +1,6 @@
 Name:		python-heatclient
 Version:	0.2.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Python API and CLI for OpenStack Heat
 
 Group:		Development/Languages
@@ -26,7 +26,7 @@ the OpenStack Heat API.
 Summary:	Documentation for OpenStack Heat API Client
 Group:		Documentation
 
-BuildRequires:	python-sphinx
+BuildRequires:	python-sphinx10
 
 %description doc
 This is a client for the OpenStack Heat API. There's a Python API (the
@@ -52,7 +52,7 @@ mv %{buildroot}/usr/heatclient/versioninfo %{buildroot}%{python_sitelib}/heatcli
 rm -fr %{buildroot}%{python_sitelib}/tests
 
 export PYTHONPATH="$( pwd ):$PYTHONPATH"
-sphinx-build -b html doc/source html
+sphinx-1.0-build -b html doc/source html
 
 # Fix hidden-file-or-dir warnings
 rm -fr html/.doctrees html/.buildinfo
@@ -67,5 +67,8 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Thu Mar 28 2013 Jeff Peeler <jpeeler at redhat.com> 0.2.1-2
+- changed buildrequires for python-sphinx to python-sphinx10
+
 * Mon Mar 11 2013 Steven Dake <sdake at redhat.com> 0.2.1-1
 - copied from python-novaclient spec file and tailored to suit


More information about the scm-commits mailing list