From 3d5872831d8b2ebd59d8ef8062caa52a98957ab9 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 4 Apr 2023 16:53:41 +0800 Subject: [PATCH] disable docs --- python-jinja2.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index d25e43c..900b6e1 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname Jinja2 Name: python-jinja2 @@ -9,9 +9,7 @@ License: BSD URL: https://palletsprojects.com/p/jinja/ Source0: https://files.pythonhosted.org/packages/7a/ff/75c28576a1d900e87eb6335b063fab47a8ef3c8b4d88524c4bf78f670cce/%{srcname}-%{version}.tar.gz -# Enable building without docs to avoid a circular dependency between this -# and python-sphinx: -%bcond_without docs +%bcond_with docs BuildArch: noarch @@ -89,6 +87,9 @@ rm -rvf docs/_build/html/.buildinfo %doc CHANGES.rst %changelog +* Tue Apr 04 2023 mgb01105731 - 3.1.2-2 +- disable docs + * Wed Jan 04 2023 mgb01105731 - 3.1.2-1 - update to version 3.1.2 -- Gitee