From 35437365d016e22157f0e0b77e9f115ac8768adb Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mar 07 2014 13:53:23 +0000 Subject: update to release 1.1 --- diff --git a/.gitignore b/.gitignore index d2c12ae..f986d10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /oslo.sphinx-1.0.tar.gz /oslosphinx-2.0.tar.gz +/oslo.sphinx-1.1.tar.gz diff --git a/python-oslo-sphinx.spec b/python-oslo-sphinx.spec index 21efa0e..1f3205f 100644 --- a/python-oslo-sphinx.spec +++ b/python-oslo-sphinx.spec @@ -1,7 +1,7 @@ -%global sname oslosphinx +%global sname oslo.sphinx Name: python-oslo-sphinx -Version: 2.0 +Version: 1.1 Release: 1%{?dist} Summary: OpenStack Sphinx Extensions @@ -29,6 +29,8 @@ OpenStack. %prep %setup -q -n %{sname}-%{version} +# Remove bundled egg-info +rm -rf oslo_sphinx.egg-info %build %{__python} setup.py build @@ -41,12 +43,13 @@ rm -fr doc/build/html/.buildinfo %files %doc LICENSE README.rst -%{python_sitelib}/%{sname} +%{python_sitelib}/oslo %{python_sitelib}/*.egg-info +%{python_sitelib}/*-nspkg.pth %changelog -* Fri Mar 07 2014 Pádraig Brady 2.0-1 -- Latest upstream +* Fri Mar 07 2014 Pádraig Brady - 1.1-1 +- Update to release 1.1 * Sun Aug 04 2013 Fedora Release Engineering - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 812b5a6..5d015c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e18da999af42e844962fad7c12a7afab oslosphinx-2.0.tar.gz +6b41d488c4c8fe3a2310f16985d7bb85 oslo.sphinx-1.1.tar.gz