forked from pool/lua-mpack
Accepting request 819794 from devel:languages:lua
- Add lua54 as new build target OBS-URL: https://build.opensuse.org/request/show/819794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-mpack?expand=0&rev=3
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</multibuild>
|
||||
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 19:07:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Add lua54 as new build target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-mpack
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: Implementation of MessagePack for Lua 5.1
|
||||
License: MIT
|
||||
Group: Development/Libraries/Other
|
||||
Url: https://github.com/libmpack/libmpack-lua
|
||||
URL: https://github.com/libmpack/libmpack-lua
|
||||
Source: https://github.com/libmpack/libmpack-lua/archive/%{version}.tar.gz
|
||||
# libmpack source is necessary to build lua-mpack, next release should build
|
||||
# fine against system version
|
||||
@@ -64,7 +64,7 @@ popd
|
||||
sed -i 's|LUA_CMOD_INSTALLDIR :=.*|LUA_CMOD_INSTALLDIR := $(shell echo "%{lua_archdir}")|g' Makefile
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} \
|
||||
%make_build \
|
||||
USE_SYSTEM_LUA=yes \
|
||||
MPACK_LUA_VERSION=%{lua_version} \
|
||||
CFLAGS="%{optflags} -fPIC"
|
||||
|
Reference in New Issue
Block a user