!1 add necessary BuildRequires

Merge pull request !1 from chengquan/developer
This commit is contained in:
openeuler-ci-bot 2020-03-20 15:28:54 +08:00 committed by Gitee
commit bb6adcecdc

View File

@ -4,13 +4,13 @@
Name: lua-expat
Version: 1.3.0
Release: 15
Release: 16
Summary: A SAX XML parser based on the Expat library
License: MIT
URL: http://www.keplerproject.org/luaexpat/
Source0: http://matthewwild.co.uk/projects/luaexpat/luaexpat-%{version}.tar.gz
BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver}, gcc, expat-devel
BuildRequires: lua >= %{luaver} lua-devel >= %{luaver} gcc expat-devel gdb
Requires: lua(abi) = %{luaver}
%description
@ -54,6 +54,9 @@ lua -e 'package.cpath="./src/?.so;" .. package.cpath; package.path="./src/?.lua;
%doc doc/us/*
%changelog
* Thu Mar 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.0-16
- add necessary BuildRequires
* Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.0-15
- Build for Help Package