File project.diff of Package python-peppercorn
--- python-peppercorn.changes.orig
+++ python-peppercorn.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Jun 21 15:21:32 UTC 2018 - hpj@urpla.net
+
+- add patch peppercorn-0.5-fix-pylons-theme.patch to build docs properly
+
+-------------------------------------------------------------------
Wed Oct 4 18:54:04 UTC 2017 - bruno@ioda-net.ch
- Build doc with python3 only
--- python-peppercorn.spec.orig
+++ python-peppercorn.spec
@@ -26,11 +26,14 @@ License: BSD-4-Clause AND ZPL-2.1
Group: Development/Languages/Python
Url: http://docs.pylonsproject.org/projects/peppercorn/en/latest/
Source: https://files.pythonhosted.org/packages/source/p/peppercorn/peppercorn-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE hpj@urpla.net peppercorn-0.5-fix-pylons-theme.patch -- use pylons theme properly
+Patch: peppercorn-0.5-fix-pylons-theme.patch
# Documentation requirements:
BuildRequires: python3-Sphinx
# Testing requirements:
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pylons-sphinx-themes}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -56,6 +59,7 @@ This package contains documentation file
%prep
%setup -q -n peppercorn-%{version}
+%patch -p1
%build
%python_build