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