File openstack-designate-doc.spec of Package openstack-designate-doc

#
# spec file for package openstack-designate-doc
#
# Copyright (c) 2020 SUSE LLC
#
# 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/
#


%define component designate

%define version_unconverted 7.0.1.dev25

Name:           openstack-%{component}-doc
Version:        7.0.1~dev25
Release:        0
Summary:        OpenStack DNS Service (Designate)
License:        Apache-2.0
Group:          Documentation/HTML
URL:            https://github.com/openstack/designate
Source:         http://tarballs.openstack.org/designate/designate-stable-rocky.tar.gz
BuildRequires:  openstack-suse-macros
BuildRequires:  python-Babel
BuildRequires:  python-Sphinx
BuildRequires:  python-designate
BuildRequires:  python-devel
BuildRequires:  python-openstackdocstheme
BuildRequires:  python-oslo.policy
BuildRequires:  python-oslosphinx
BuildRequires:  python-psutil
BuildRequires:  python-sphinxcontrib-blockdiag
BuildRequires:  python-sphinxcontrib-httpdomain
BuildRequires:  python-suds-jurko
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Designate is an OpenStack inspired DNSaaS.

This package contains documentation files for openstack-designate.

%prep
%setup -q -n %{component}-%{version_unconverted}
%openstack_cleanup_prep
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg

%build
sphinx-build doc/source doc/build/html
rm doc/build/html/.buildinfo # Remove unneeded files

%install

%files
%defattr(-,root,root,-)
%doc LICENSE doc/build/html

%changelog
openSUSE Build Service is sponsored by