SHA256
12
0
forked from pool/lua-mpack

Accepting request 873491 from home:gmbr3:Lua

upd

OBS-URL: https://build.opensuse.org/request/show/873491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-mpack?expand=0&rev=12
This commit is contained in:
Matej Cepl 2021-02-18 17:51:15 +00:00 committed by Git OBS Bridge
parent ca97f5348c
commit ac74ccc367
2 changed files with 9 additions and 2 deletions

View File

@ -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>

View File

@ -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