SHA256
12
0
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:
Tomáš Chvátal 2017-07-15 07:33:54 +00:00 committed by Git OBS Bridge
parent ab4ad80a95
commit 6cbbe49b90

View File

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