File python-saharaclient.spec of Package python-saharaclient
#
# spec file for package python-saharaclient
#
# Copyright (c) 2020 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 https://bugs.opensuse.org/
#
%global sname saharaclient
Name: python-saharaclient
Version: 0.18.0
Release: 0
Summary: Client library for OpenStack Sahara API
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{name}
Source0: https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-keystoneclient
BuildRequires: python-mock
BuildRequires: python-os-testr
BuildRequires: python-osc-lib
BuildRequires: python-oslo.i18n
BuildRequires: python-oslo.log
BuildRequires: python-oslo.serialization
BuildRequires: python-oslo.utils
BuildRequires: python-oslotest
BuildRequires: python-pbr
BuildRequires: python-requests
BuildRequires: python-requests-mock
BuildRequires: python-setuptools
BuildRequires: python-testrepository
Requires: python-Babel
Requires: python-PrettyTable
Requires: python-keystoneauth1
Requires: python-keystoneclient
Requires: python-openstackclient
Requires: python-osc-lib
Requires: python-oslo.i18n
Requires: python-oslo.log
Requires: python-oslo.serialization
Requires: python-oslo.utils
Requires: python-requests
Requires: python-six
BuildArch: noarch
%description
Python client library for interacting with OpenStack Sahara API.
%package doc
Summary: Documentation for Client library for OpenStack Sahara API
Group: Documentation
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx
%description doc
Python client library for interacting with OpenStack Sahara API.
%prep
%setup -q -n %{name}-%{version}
# FIXME: can be removed when https://review.openstack.org/#/c/363681/ is merged
sed -i -e 's/^\s\{4\}git_cmd\(.*\)/ "\/usr\/bin\/true"\1/' doc/source/conf.py
%build
%py2_build
%install
%py2_install
# Build HTML docs and man page
%{__python2} setup.py build_sphinx
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
%{__python2} setup.py testr
%files
%license LICENSE
%doc ChangeLog README.rst
%{_bindir}/sahara
%{python2_sitelib}/saharaclient
%{python2_sitelib}/*.egg-info
%files doc
%doc doc/build/html
%license LICENSE
%changelog