!5 Update to 36.1

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-06-07 09:27:12 +00:00 committed by Gitee
commit d39186efe0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
%{!?luaver: %global luaver %(lua -e "print(string.sub(_VERSION, 5))" || echo 0)}
Name: lua-posix
Version: 35.0
Version: 36.1
Release: 1
Summary: A POSIX library(including curses) for lua
License: MIT
@ -20,18 +20,22 @@ only available APIs.
%autosetup -n luaposix-%{version}
%build
build-aux/luke CFLAGS="%build_cflags"
build-aux/luke CFLAGS="%build_cflags" LDFLAGS="%build_ldflags"
%install
build-aux/luke install PREFIX=%{buildroot}%{_prefix} INST_LIBDIR=%{buildroot}%{_libdir}/lua/%{luaver}
%files
%license LICENSE
%doc AUTHORS ChangeLog.old NEWS.md README.md
%doc AUTHORS NEWS.md README.md
%{_libdir}/lua/%{luaver}/*
%{_datadir}/lua/%{luaver}/posix/
%changelog
* Wed Jun 7 2023 liyanan <thistleslyn@163.com> - 36.1-1
- Update to 36.1
* Fri Aug 07 2020 lingsheng <lingsheng@huawei.com> - 35.0-1
- Update to 35.0

Binary file not shown.

BIN
release-v36.1.tar.gz Normal file

Binary file not shown.