From 7afb2d61aa4ba3551474d740f56322dc83b209ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 20 May 2020 09:58:05 +0200 Subject: [PATCH] Skip latex tests See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/ILL6SD5U74RTVPDEK4WU743USLSQCIA3/ --- python-sphinx.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-sphinx.spec b/python-sphinx.spec index 26ef433..0b6c8dd 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -15,6 +15,8 @@ %bcond_without imagemagick_tests %endif +# During texlive updates, sometimes the latex environment is unstable +%bcond_with latex_tests %global upstream_name Sphinx @@ -87,6 +89,7 @@ BuildRequires: texinfo BuildRequires: ImageMagick %endif +%if %{with latex_tests} BuildRequires: texlive-collection-fontsrecommended BuildRequires: texlive-collection-latex BuildRequires: texlive-dvipng @@ -117,6 +120,7 @@ BuildRequires: tex(upquote.sty) BuildRequires: tex(utf8x.def) BuildRequires: tex(wrapfig.sty) %endif +%endif %description