forked from pool/lua-mpack
Accepting request 873521 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/873521 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-mpack?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 16:01:56 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Use %lua_provides macro for default lua versioning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 19:07:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define libmpack_version 1.0.5
|
||||
%define mod_name mpack
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Summary: Implementation of MessagePack for Lua 5.1
|
||||
@@ -37,11 +38,12 @@ BuildRequires: %{flavor}-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
Requires: %{flavor}
|
||||
%lua_provides
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-mpack
|
||||
Name: lua-%{mod_name}
|
||||
ExclusiveArch: do_not_build
|
||||
%else
|
||||
Name: %{flavor}-mpack
|
||||
Name: %{flavor}-%{mod_name}
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user