commit
dda33dc518
@ -1,10 +1,11 @@
|
|||||||
%define luaver 5.3.5
|
# this macro is needed for bumping version of lua
|
||||||
|
%global luaver %(lua -e "print(string.sub(_VERSION, 5))" || echo 0)
|
||||||
%define lualibdir %{_libdir}/lua/%{luaver}
|
%define lualibdir %{_libdir}/lua/%{luaver}
|
||||||
%define luapkgdir %{_datadir}/lua/%{luaver}
|
%define luapkgdir %{_datadir}/lua/%{luaver}
|
||||||
|
|
||||||
Name: lua-expat
|
Name: lua-expat
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 18
|
Release: 19
|
||||||
Summary: A SAX XML parser based on the Expat library
|
Summary: A SAX XML parser based on the Expat library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.keplerproject.org/luaexpat/
|
URL: http://www.keplerproject.org/luaexpat/
|
||||||
@ -56,6 +57,12 @@ lua -e 'package.cpath="./src/?.so;" .. package.cpath; package.path="./src/?.lua;
|
|||||||
%doc doc/us/*
|
%doc doc/us/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 14 2020 shenyangyang<shenyangyang4@huawei.com> - 1.3.0-19
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Modify macro of luaver for bumping version of lua
|
||||||
|
|
||||||
* Wed Aug 12 2020 wenzhanli<wenzhanli2@huawei.com> - 1.3.0-18
|
* Wed Aug 12 2020 wenzhanli<wenzhanli2@huawei.com> - 1.3.0-18
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user