From 938c7fc3ace6a3ab3dcafd2004e48e1cdb39bae3 Mon Sep 17 00:00:00 2001 From: kkz Date: Wed, 2 Mar 2022 15:56:16 +0800 Subject: [PATCH] remove some unnecessary buildrequirements --- python-sphinx.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 0c60593..7f32816 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,9 +1,9 @@ Name: python-sphinx Version: 4.3.1 -Release: 1 +Release: 2 Epoch: 1 Summary: Python documentation generator -License: BSD and MIT +License: BSD and MIT URL: http://sphinx-doc.org/ Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz Patch1: sphinx-test_theming.diff @@ -29,10 +29,8 @@ BuildRequires: python3-sphinx-theme-alabaster BuildRequires: dos2unix -BuildRequires: python3-test BuildRequires: python3-html5lib BuildRequires: python3-mock -BuildRequires: python3-pytest BuildRequires: python3-snowballstemmer BuildRequires: gettext @@ -225,6 +223,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %{_mandir}/man1/* %changelog +* Wed Mar 2 2022 zhaoshuang - 4.3.1-2 +- delete some unnecessary buildrequirements + * Mon Dec 13 2021 shixuantong - 4.3.1-1 - update version to 4.3.1 -- Gitee