From 482cbd9d3a4fcfc1ff00a20b36f0a0b2df415c46 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 10:12:26 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- xmlstarlet.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlstarlet.spec b/xmlstarlet.spec index f8bef54..f56a72b 100644 --- a/xmlstarlet.spec +++ b/xmlstarlet.spec @@ -1,13 +1,13 @@ Name: xmlstarlet Version: 1.6.1 -Release: 12 +Release: 13 Summary: Command Line Tool to Process XML Documents License: MIT URL: http://xmlstar.sourceforge.net/ Source0: http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz Patch0001: xmlstarlet-1.6.1-nogit.patch -BuildRequires: xmlto automake autoconf libxslt-devel libxml2-devel >= 2.6.23 +BuildRequires: xmlto automake autoconf libxslt-devel libxml2-devel >= 2.6.23 gcc %description XMLStarlet (xml) is a command line XML toolkit which can be used to @@ -46,5 +46,8 @@ make check %{_mandir}/man1/xmlstarlet.1* %changelog +* Mon May 31 2021 huanghaitao - 1.6.1-13 +- Completing build dependencies to fix gcc compiler missing error + * Wed Jan 8 2020 wangzhishun - 1.6.1-12 - Package init