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 flavor @BUILD_FLAVOR@
|
||||||
%define libmpack_version 1.0.5
|
%define libmpack_version 1.0.5
|
||||||
Name: %{flavor}-mpack
|
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of MessagePack for Lua 5.1
|
Summary: Implementation of MessagePack for Lua 5.1
|
||||||
@ -39,7 +38,10 @@ BuildRequires: gcc
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
|
Name: lua-mpack
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
|
%else
|
||||||
|
Name: %{flavor}-mpack
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user