File python3-tox-doc.spec of Package python3-tox
#
# spec file for package python3-tox-doc
#
# Copyright (c) 2016 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/
#
Name: python3-tox-doc
Version: 2.3.1
Release: 0
Summary: Documentation for python3-tox
License: MIT
Group: Documentation/HTML
Url: https://bitbucket.org/hpk42/tox
Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
# PATCH-FIX-OPENSUSE speilicke@suse.com -- Due to update-alternative usage, some bianries aren't available at build-time
Patch0: tox-disable-env-tests.patch
BuildRequires: unzip
BuildRequires: python3-tox = %{version}
BuildRequires: python3-Sphinx
Recommends: python3-tox = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Documentation and help files for python3-tox.
%prep
%setup -q -n tox-%{version}
%patch0 -p1
sed -i -e "/^\\[testenv\\]/ a\\sitepackages = True" tox.ini
sed -i -e "s/tox=tox:cmdline/tox-%{py3_ver}=tox:cmdline/" \
-e "s/tox-quickstart=tox._quickstart:main/tox-quickstart-%{py3_ver}=tox._quickstart:main/" setup.py
%build
# Not needed
%install
cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML documentation
%files
%defattr(-,root,root,-)
%doc doc/_build/html
%changelog