forked from pool/lua-mpack
Factoryauto name detection fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-mpack?expand=0&rev=4
This commit is contained in:
parent
ab4ad80a95
commit
6cbbe49b90
@ -18,7 +18,6 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define libmpack_version 1.0.5
|
||||
Name: %{flavor}-mpack
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Summary: Implementation of MessagePack for Lua 5.1
|
||||
@ -39,7 +38,10 @@ BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
Requires: %{flavor}
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-mpack
|
||||
ExclusiveArch: do_not_build
|
||||
%else
|
||||
Name: %{flavor}-mpack
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user