[python-oslo-vmware] Upstream 0.6.0

Alan Pevec apevec at fedoraproject.org
Wed Oct 1 22:18:32 UTC 2014


commit 73b4f312dca6d45f4a477a5913c392fd3788e0d4
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Sun Sep 21 01:53:18 2014 +0200

    Upstream 0.6.0

 .gitignore              |    1 +
 python-oslo-vmware.spec |   18 +++++++++++-------
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce4b9d9..ac864ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /oslo.vmware-0.3.tar.gz
 /oslo.vmware-0.5.0.tar.gz
+/oslo.vmware-0.6.0.tar.gz
diff --git a/python-oslo-vmware.spec b/python-oslo-vmware.spec
index ecf1597..10d5662 100644
--- a/python-oslo-vmware.spec
+++ b/python-oslo-vmware.spec
@@ -1,7 +1,7 @@
 %global sname oslo.vmware
 
 Name:           python-oslo-vmware
-Version:        0.5.0
+Version:        0.6.0
 Release:        1%{?dist}
 Summary:        Oslo VMware library for OpenStack projects
 
@@ -55,24 +55,28 @@ sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
 %{__python2} setup.py build
 
 # generate html docs
-sphinx-build doc/source html
+export PYTHONPATH="$( pwd ):$PYTHONPATH"
+%{__python2} setup.py build_sphinx
 
 # remove the sphinx-build leftovers
-rm -rf html/.{doctrees,buildinfo}
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 %{__python2} setup.py install --skip-build --root %{buildroot}
 
 %files
 %doc README.rst LICENSE
-%{python2_sitelib}/oslo
-%{python2_sitelib}/%{sname}-%{version}-py?.?-*.pth
-%{python2_sitelib}/%{sname}-%{version}-py?.?.egg-info
+%{python_sitelib}/oslo
+%{python_sitelib}/*.egg-info
+%{python_sitelib}/*-nspkg.pth
 
 %files doc
-%doc html doc/source/readme.rst
+%doc doc/build/html
 
 %changelog
+* Sun Sep 21 2014 Alan Pevec <apevec at redhat.com> - 0.6.0-1
+- Upstream 0.6.0
+
 * Thu Sep 11 2014 Haïkel Guémar <hguemar at fedoraproject.org> - 0.5.0-1
 - Upstream 0.5.0
 
diff --git a/sources b/sources
index 1fa5a89..6ee4d2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3024935bedc62e4ee2a0b2ce2a9fa614  oslo.vmware-0.5.0.tar.gz
+d98b25c725d4c1cd3198f5c58ecb3c9b  oslo.vmware-0.6.0.tar.gz


More information about the scm-commits mailing list