File python-zaqarclient.spec of Package python-zaqarclient
#
# spec file for package python-zaqarclient
#
# 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 zaqarclient
Name: python-zaqarclient
Version: 1.4.0
Release: 0
Summary: Client Library for OpenStack Zaqar Queueing API
License: Apache-2.0
Group: Development/Languages/Python
Url: http://launchpad.net/%{sname}
Source0: https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-ddt >= 1.0.1
BuildRequires: python-devel
BuildRequires: python-fixtures >= 3.0.0
BuildRequires: python-jsonschema >= 2.0.0
BuildRequires: python-keystoneauth1 >= 2.18.0
BuildRequires: python-mock >= 2.0
BuildRequires: python-nose
BuildRequires: python-nose-exclude
BuildRequires: python-openstack-doc-tools >= 0.23
BuildRequires: python-os-client-config >= 1.22.0
BuildRequires: python-osc-lib >= 1.2.0
BuildRequires: python-oslo.i18n >= 2.1.0
BuildRequires: python-oslo.log >= 3.11.0
BuildRequires: python-oslo.utils >= 3.18.0
BuildRequires: python-pbr >= 1.8
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-requests >= 2.10.0
BuildRequires: python-requests-mock >= 1.1
BuildRequires: python-setuptools >= 16.0
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
Requires: python-jsonschema >= 2.0.0
Requires: python-keystoneauth1 >= 2.18.0
Requires: python-openstack-doc-tools >= 0.23
Requires: python-osc-lib >= 1.2.0
Requires: python-oslo.i18n >= 2.1.0
Requires: python-oslo.log >= 3.11.0
Requires: python-oslo.utils >= 3.18.0
Requires: python-pbr >= 1.8
Requires: python-requests >= 2.10.0
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.17.1
BuildArch: noarch
%description
Python client to Zaqar Queueing API.
%package doc
Summary: Documentation for OpenStack Zaqar Queueing API
Group: Documentation
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 4.7.0
%description doc
Documentation for the client library for interacting with Openstack
Zaqar Queueing API.
%prep
%autosetup -n %{name}-%{version}
%py_req_cleanup
%build
%py2_build
# Build HTML docs and man page
%{__python2} setup.py build_sphinx
%install
%py2_install
%check
PYTHONPATH=. nosetests
%files
%doc README.rst ChangeLog examples
%license LICENSE
%{python2_sitelib}/%{sname}
%{python2_sitelib}/python_zaqarclient-*-py?.?.egg-info
%files doc
%doc doc/build/html
%license LICENSE
%changelog