forked from pool/lua-luasec
Factoryauto name detection fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luasec?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
060ba04998
commit
55b4182752
@@ -18,7 +18,6 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define mod_name luasec
|
||||
Name: %{flavor}-%{mod_name}
|
||||
Version: 0.6
|
||||
Release: 0
|
||||
Summary: A Lua binding for OpenSSL
|
||||
@@ -34,7 +33,10 @@ BuildRequires: libopenssl-devel
|
||||
Requires: %{flavor}
|
||||
Requires: %{flavor}-luasocket
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-%{mod_name}
|
||||
ExclusiveArch: do_not_build
|
||||
%else
|
||||
Name: %{flavor}-%{mod_name}
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user