File python-pyramid_mako-doc.spec of Package python-pyramid_mako
#
# spec file for package python-pyramid_mako-doc
#
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyramid_mako-doc
Version: 1.0.2
Release: 0
Summary: Documentation for python3-pyramid_mako
License: SUSE-Repoze
Group: Documentation/HTML
Url: https://github.com/Pylons/pyramid_mako
Source: https://files.pythonhosted.org/packages/source/p/pyramid_mako/pyramid_mako-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
BuildRequires: python3-pylons-sphinx-themes
Provides: %{python_module pyramid_mako-doc = %{version}}
BuildArch: noarch
%description
This package contains documentation files for python3-pyramid_mako.
%prep
%setup -q -n pyramid_mako-%{version}
%build
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
mkdir -p %{buildroot}%{_docdir}/python-pyramid_tm
cp -r build/sphinx/html %{buildroot}%{_docdir}/python-pyramid_tm
%fdupes %{buildroot}%{_docdir}/python-pyramid_tm
%files
%defattr(-,root,root,-)
%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
%license LICENSE.txt
%else
%doc LICENSE.txt
%endif
%doc CONTRIBUTORS.txt COPYRIGHT.txt
%dir %{_docdir}/python-pyramid_tm/
%{_docdir}/python-pyramid_tm/html/
%changelog