SHA256
10
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:
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

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