!4 Completing build dependencies to fix gcc compiler missing error

From: @hht8
Reviewed-by: @licihua
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2021-06-10 16:58:00 +08:00 committed by Gitee
commit 0ddb610a6d

View File

@ -1,13 +1,13 @@
Name: xmlstarlet Name: xmlstarlet
Version: 1.6.1 Version: 1.6.1
Release: 12 Release: 13
Summary: Command Line Tool to Process XML Documents Summary: Command Line Tool to Process XML Documents
License: MIT License: MIT
URL: http://xmlstar.sourceforge.net/ URL: http://xmlstar.sourceforge.net/
Source0: http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz
Patch0001: xmlstarlet-1.6.1-nogit.patch 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 %description
XMLStarlet (xml) is a command line XML toolkit which can be used to XMLStarlet (xml) is a command line XML toolkit which can be used to
@ -46,5 +46,8 @@ make check
%{_mandir}/man1/xmlstarlet.1* %{_mandir}/man1/xmlstarlet.1*
%changelog %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 * Wed Jan 8 2020 wangzhishun <wangzhishun1@huawei.com> - 1.6.1-12
- Package init - Package init