From 4d28a821ed67b46a1d5a0a58f1814ac2cef71e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 13 Jun 2018 12:30:38 +0200 Subject: [PATCH] Use Python 3 Sphinx --- python-simplejson.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-simplejson.spec b/python-simplejson.spec index df321ab..64c7aa4 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -1,7 +1,7 @@ Name: python-simplejson Version: 3.10.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -40,7 +40,6 @@ Group: System Environment/Libraries BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-nose -BuildRequires: python2-sphinx %{?python_provide:%python_provide python2-simplejson} %description -n python2-simplejson @@ -68,6 +67,7 @@ Group: System Environment/Libraries BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-nose +BuildRequires: python%{python3_pkgversion}-sphinx %{?python_provide:%python_provide python%{python3_pkgversion}-simplejson} %description -n python%{python3_pkgversion}-simplejson @@ -94,10 +94,10 @@ python stdlib. %build %py2_build -./scripts/make_docs.py - %py3_build +PATH=%{_libexecdir}/python3-sphinx:$PATH %{__python3} scripts/make_docs.py + %install %py2_install @@ -123,6 +123,9 @@ nosetests-%{python3_version} -q %{python3_sitearch}/* %changelog +* Mon Jul 2 2018 Miro Hrončok - 3.10.0-9 +- Use Python 3 Sphinx + * Sun Jun 17 2018 Miro Hrončok - 3.10.0-8 - Rebuilt for Python 3.7