12
0

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:
Dominique Leuenberger 2021-02-18 19:42:11 +00:00 committed by Git OBS Bridge
commit c0d868d4ef
2 changed files with 8 additions and 6 deletions

View File

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

View File

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