[python-oslo-sphinx] initial import (#982428)

Pádraig Brady pbrady at fedoraproject.org
Tue Jul 23 14:06:09 UTC 2013


commit dd225f6576c6c3c3f912fa4b879fe3bff882fa6d
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Jul 23 15:03:24 2013 +0100

    initial import (#982428)

 .gitignore              |    1 +
 python-oslo-sphinx.spec |   55 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4ff6775 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/oslo.sphinx-1.0.tar.gz
diff --git a/python-oslo-sphinx.spec b/python-oslo-sphinx.spec
new file mode 100644
index 0000000..90f32d1
--- /dev/null
+++ b/python-oslo-sphinx.spec
@@ -0,0 +1,55 @@
+%global sname oslo.sphinx
+
+Name:       python-oslo-sphinx
+Version:    1.0
+Release:    3%{?dist}
+Summary:    OpenStack Sphinx Extensions
+
+Group:      Development/Languages
+License:    ASL 2.0
+URL:        https://launchpad.net/oslo
+Source0:    http://tarballs.openstack.org/%{sname}/%{sname}-%{version}.tar.gz
+
+BuildArch:  noarch
+Requires:   python-setuptools
+
+BuildRequires: python2-devel
+BuildRequires: python-setuptools
+BuildRequires: python-pbr
+BuildRequires: python-d2to1
+
+%description
+The Oslo project intends to produce a python library containing
+infrastructure code shared by OpenStack projects. The APIs provided
+by the project should be high quality, stable, consistent and generally
+useful.
+
+The oslo-sphinx library contains Sphinx theme and extensions support used by
+OpenStack.
+
+%prep
+%setup -q -n %{sname}-%{version}
+# Remove bundled egg-info
+rm -rf oslo_sphinx.egg-info
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+# Fix hidden-file-or-dir warnings
+rm -fr doc/build/html/.buildinfo
+
+%files
+%doc LICENSE README.rst
+%{python_sitelib}/oslo
+%{python_sitelib}/*.egg-info
+%{python_sitelib}/*-nspkg.pth
+
+%changelog
+* Mon Jul 22 2013 Pádraig Brady <pbrady at redhat.com> 1.0-3
+- Review adjustments
+
+* Mon Jul 8 2013 Dan Prince <dprince at redhat.com> 1.0-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..b097759 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1db31018f62aa17ea8d4aa1ebe1952be  oslo.sphinx-1.0.tar.gz


More information about the scm-commits mailing list