File python-pyramid_debugtoolbar-doc.spec of Package python-pyramid_debugtoolbar
#
# spec file for package python-pyramid_debugtoolbar-doc
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2015 LISA GmbH, Bingen, 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyramid_debugtoolbar-doc
Version: 4.9
Release: 0
Summary: Documentation for python3-pyramid_debugtoolbar
License: BSD-4-Clause AND ZPL-2.1 AND MIT
Group: Documentation/Other
URL: http://docs.pylonsproject.org
Source: https://files.pythonhosted.org/packages/source/p/pyramid_debugtoolbar/pyramid_debugtoolbar-%{version}.tar.gz
Source1: fetch-intersphinx-files.sh
Source2: pyramid.inv
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
BuildRequires: python3-pylons-sphinx-themes
Provides: %{python_module pyramid_debugtoolbar-doc = %{version}}
BuildArch: noarch
%description
This package contains documentation files for python3-pyramid_debugtoolbar.
%prep
%setup -q -n pyramid_debugtoolbar-%{version}
rm demo/.gitignore
# patch in local intersphinx file
sed -i "s|'\(.*\)', None|'\1', 'pyramid.inv'|g" docs/conf.py
cp %{SOURCE2} docs/
%build
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
mkdir -p %{buildroot}%{_docdir}/python-pyramid_debugtoolbar
cp -r build/sphinx/html %{buildroot}%{_docdir}/python-pyramid_debugtoolbar
cp -r demo %{buildroot}%{_docdir}/python-pyramid_debugtoolbar
%fdupes %{buildroot}%{_docdir}/python-pyramid_debugtoolbar
%files
%defattr(-,root,root,-)
%license LICENSE.txt
%doc CONTRIBUTORS.txt
%dir %{_docdir}/python-pyramid_debugtoolbar/
%{_docdir}/python-pyramid_debugtoolbar/html/
%{_docdir}/python-pyramid_debugtoolbar/demo/
%changelog