From 05b02bdf3c252d557f0a2d15c63006925360ffc9 Mon Sep 17 00:00:00 2001 From: sdlzx Date: Tue, 21 Dec 2021 02:09:49 +0000 Subject: [PATCH] Remove unused BuildRequires source-highlight source-highlight is not a library for development --- asciidoc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/asciidoc.spec b/asciidoc.spec index 9302143..41fb2bd 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -1,12 +1,12 @@ Name: asciidoc Version: 9.0.4 -Release: 1 +Release: 2 Summary: Python 3 port of Asciidoc Python. License: GPLv2 URL: http://asciidoc.org Source0: https://github.com/%{name}/%{name}-py3/archive/%{version}/%{name}-py3-%{version}.tar.gz -BuildRequires: python3-devel docbook-style-xsl graphviz libxslt source-highlight +BuildRequires: python3-devel docbook-style-xsl graphviz libxslt BuildRequires: texlive-dvisvgm-bin vim-filesystem symlinks automake autoconf Requires: python3 docbook-style-xsl graphviz libxslt source-highlight vim-filesystem @@ -112,6 +112,9 @@ cd .. %exclude %{_docdir}/%{name}/{COPYING,COPYRIGHT,README.asciidoc} %changelog +* Tue Dec 21 sdlzx - 9.0.4-2 +- Remove unused BuildRequires + *Thu Nov 12 2020 shixuantong - 9.0.4-1 - Type:NA - ID:NA -- Gitee