Completing build dependencies to fix gcc compiler missing error

This commit is contained in:
hht8 2021-06-07 10:12:26 +08:00
parent b89961d9e6
commit 482cbd9d3a

View File

@ -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 <huanghaitao8@huawei.com> - 1.6.1-13
- Completing build dependencies to fix gcc compiler missing error
* Wed Jan 8 2020 wangzhishun <wangzhishun1@huawei.com> - 1.6.1-12
- Package init