forked from pool/lua-mediator_lua
Accepting request 873525 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/873525 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-mediator_lua?expand=0&rev=3
This commit is contained in:
commit
c0d868d4ef
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 16:00:44 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Use %lua_provides macro for default lua versioning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 19:07:03 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -29,15 +29,12 @@ Source: https://github.com/Olivine-Labs/mediator_lua/archive/v%{upversio
|
||||
BuildRequires: %{flavor}-devel
|
||||
Requires: %{flavor}
|
||||
BuildArch: noarch
|
||||
%if "%{flavor}" == "lua53"
|
||||
Provides: lua-mediator_lua = %{version}
|
||||
Obsoletes: lua-mediator_lua < %{version}
|
||||
%endif
|
||||
%lua_provides
|
||||
%if "%{flavor}" == ""
|
||||
Name: lua-mediator_lua
|
||||
Name: lua-%{mod_name}
|
||||
ExclusiveArch: do_not_build
|
||||
%else
|
||||
Name: %{flavor}-mediator_lua
|
||||
Name: %{flavor}-%{mod_name}
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user