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>
|
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
|
BuildRequires: %{flavor}-devel
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if "%{flavor}" == "lua53"
|
%lua_provides
|
||||||
Provides: lua-mediator_lua = %{version}
|
|
||||||
Obsoletes: lua-mediator_lua < %{version}
|
|
||||||
%endif
|
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
Name: lua-mediator_lua
|
Name: lua-%{mod_name}
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
%else
|
%else
|
||||||
Name: %{flavor}-mediator_lua
|
Name: %{flavor}-%{mod_name}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user