remove BuildRequires gdb

This commit is contained in:
Zhiqiang Liu 2021-07-23 11:55:25 +08:00
parent 0f0fd9bb2b
commit e9751a95d5

View File

@ -5,7 +5,7 @@
Name: lua-expat
Version: 1.3.0
Release: 19
Release: 20
Summary: A SAX XML parser based on the Expat library
License: MIT
URL: http://www.keplerproject.org/luaexpat/
@ -13,7 +13,7 @@ Source0: http://matthewwild.co.uk/projects/luaexpat/luaexpat-%{version}.t
Patch6000: lua-expat-1.3.0-improve-test.patch
BuildRequires: lua >= %{luaver} lua-devel >= %{luaver} gcc expat-devel gdb
BuildRequires: lua >= %{luaver} lua-devel >= %{luaver} gcc expat-devel
Requires: lua(abi) = %{luaver}
%description
@ -57,6 +57,9 @@ lua -e 'package.cpath="./src/?.so;" .. package.cpath; package.path="./src/?.lua;
%doc doc/us/*
%changelog
* Fri Jul 23 2021 yuanxin<yuanxin24@huawei.com> - 1.3.0-20
- remove BuildRequires gdb
* Fri Aug 14 2020 shenyangyang<shenyangyang4@huawei.com> - 1.3.0-19
- Type:bugfix
- ID:NA