File python-openstackdocstheme.spec of Package python-openstackdocstheme
#
# spec file for package python-openstackdocstheme
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global sname openstackdocstheme
Name: python-openstackdocstheme
Version: 1.16.1
Release: 0
Summary: OpenStack Docs Theme
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
# https://review.openstack.org/491157
Patch1: 0001-Break-cycle-dependency-with-os-api-ref.patch
# 0001-Break-cycle-dependency-with-reno.patch
Patch2: 0001-Break-cycle-dependency-with-reno.patch
BuildRequires: openstack-macros
BuildRequires: python-Sphinx
BuildRequires: python-devel
BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-requests >= 2.14.2
BuildRequires: python-setuptools >= 16.0
Requires: python-Sphinx
BuildArch: noarch
%description
Theme and extension support for Sphinx documentation that is published
to docs.openstack.org. Intended for use by OpenStack projects.
%prep
%autosetup -p1 -n %{sname}-%{version}
# we dont need hacking
sed -i '/^hacking.*/d' test-requirements.txt
%py_req_cleanup
%build
%py2_build
%install
%py2_install
%check
%{__python2} setup.py test
%files
%license LICENSE
%doc README.rst
%{python2_sitelib}/%{sname}
%{python2_sitelib}/*.egg-info
%changelog