forked from pool/lua54
- Final release of 5.4.6. No change in the changelog.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=82
This commit is contained in:
parent
a480ec0033
commit
0fa24a50be
@ -1 +1 @@
|
||||
liblua5_4-5
|
||||
liblua5_4-6
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:856103e7298d354d870010b4966ce21281cbf3373abafd50231a98561bca793d
|
||||
size 136198
|
BIN
lua-5.4.6-tests.tar.gz
(Stored with Git LFS)
Normal file
BIN
lua-5.4.6-tests.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 09:39:52 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Final release of 5.4.6. No change in the changelog.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 12:43:31 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
14
lua54.spec
14
lua54.spec
@ -24,17 +24,17 @@
|
||||
%define name_ext %{nil}
|
||||
%endif
|
||||
%define major_version 5.4
|
||||
%define libname liblua5_4-5
|
||||
%define libname liblua5_4-6
|
||||
|
||||
Name: lua54%{name_ext}
|
||||
Version: 5.4.6~rc1
|
||||
Version: 5.4.6
|
||||
Release: 0
|
||||
Summary: Small Embeddable Language with Procedural Syntax
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Other
|
||||
URL: https://www.lua.org
|
||||
Source: https://www.lua.org/work/lua-5.4.6-rc1.tar.gz
|
||||
Source1: https://www.lua.org/tests/lua-5.4.5-tests.tar.gz
|
||||
Source: https://www.lua.org/ftp/lua-%{version}.tar.gz
|
||||
Source1: https://www.lua.org/tests/lua-%{version}-tests.tar.gz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-SUSE tweak the buildsystem to produce what is needed for SUSE
|
||||
Patch0: lua-build-system.patch
|
||||
@ -140,8 +140,8 @@ scripting, and rapid prototyping. Lua is implemented as a small library
|
||||
of C functions, written in ANSI C.
|
||||
|
||||
%prep
|
||||
%setup -q -n lua-5.4.6 -a1
|
||||
mv lua-5.4.5-tests testes
|
||||
%setup -q -n lua-%{version} -a1
|
||||
mv lua-%{version}-tests testes
|
||||
%autopatch -p1
|
||||
|
||||
# manpage
|
||||
@ -209,6 +209,8 @@ cd testes
|
||||
LD_LIBRARY_PATH=%{_libdir} %{_bindir}/lua%{major_version} all.lua
|
||||
%endif
|
||||
|
||||
%clean
|
||||
|
||||
%if "%{flavor}" != "test"
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user