update to 36.1
This commit is contained in:
parent
1ef24db229
commit
6e766ae8d3
@ -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
BIN
release-v36.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user