diff --git a/.gitignore b/.gitignore index 4ff6775..d2c12ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /oslo.sphinx-1.0.tar.gz +/oslosphinx-2.0.tar.gz diff --git a/python-oslo-sphinx.spec b/python-oslo-sphinx.spec index 9555332..21efa0e 100644 --- a/python-oslo-sphinx.spec +++ b/python-oslo-sphinx.spec @@ -1,8 +1,8 @@ -%global sname oslo.sphinx +%global sname oslosphinx Name: python-oslo-sphinx -Version: 1.0 -Release: 4%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: OpenStack Sphinx Extensions Group: Development/Languages @@ -29,8 +29,6 @@ OpenStack. %prep %setup -q -n %{sname}-%{version} -# Remove bundled egg-info -rm -rf oslo_sphinx.egg-info %build %{__python} setup.py build @@ -43,11 +41,13 @@ rm -fr doc/build/html/.buildinfo %files %doc LICENSE README.rst -%{python_sitelib}/oslo +%{python_sitelib}/%{sname} %{python_sitelib}/*.egg-info -%{python_sitelib}/*-nspkg.pth %changelog +* Fri Mar 07 2014 Pádraig Brady 2.0-1 +- Latest upstream + * 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 b097759..812b5a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1db31018f62aa17ea8d4aa1ebe1952be oslo.sphinx-1.0.tar.gz +e18da999af42e844962fad7c12a7afab oslosphinx-2.0.tar.gz