File python-pycadf.spec of Package python-pycadf
#
# spec file for package python
#
# Copyright (c) 2019 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 pycadf
Name: python-%{sname}
Version: 2.6.1
Release: 0
Summary: DMTF Cloud Audit (CADF) data model
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/pycadf
Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-setuptools >= 16.0
Requires: python-Babel >= 2.3.4
Requires: python-WebOb >= 1.7.1
Requires: python-debtcollector >= 1.2.0
Requires: python-iso8601 >= 0.1.11
Requires: python-netaddr >= 0.7.13
Requires: python-oslo.config >= 4.0.0
Requires: python-oslo.messaging >= 5.24.2
Requires: python-oslo.serialization >= 1.10.0
Requires: python-pytz >= 2013.6
Requires: python-six >= 1.9.0
BuildArch: noarch
%description
DMTF Cloud Audit (CADF) data model
%package doc
Summary: Documentation for the DMTF Cloud Audit (CADF) data model
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 4.7.0
%description doc
Documentation for the DMTF Cloud Audit (CADF) data model.
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
%build
%py2_build
# generate html docs
%{__python2} setup.py build_sphinx
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
%py2_install
# FIXME: pbr/wheel bug installing onfiguration files in /usr/etc
mkdir -p %{buildroot}/%{_sysconfdir}
mv %{buildroot}%{_prefix}%{_sysconfdir}/%{sname} %{buildroot}/%{_sysconfdir}/
%files
%doc README.rst
%license LICENSE
%dir %{_sysconfdir}/%{sname}
%config(noreplace) %{_sysconfdir}/%{sname}/*.conf
%{python2_sitelib}/%{sname}
%{python2_sitelib}/%{sname}-*-py?.?.egg-info
%files doc
%license LICENSE
%doc doc/build/html
%changelog