Accepting request 867502 from devel:languages:lua

OBS-URL: https://build.opensuse.org/request/show/867502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-macros?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-02-04 19:23:36 +00:00 committed by Git OBS Bridge
commit 62083c3fbb
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 27 15:51:37 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Add lua_provides macro for default lua naming
-------------------------------------------------------------------
Sun Apr 12 13:22:39 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -11,3 +11,11 @@
# lua includes folder
%lua_incdir %{_includedir}/lua%{lua_version}
# Lua default version
%lua_provides \
%if "%{flavor}" == "lua54" \
Provides: lua-%{mod_name} = %{version}-%{release} \
Obsoletes: lua-%{mod_name} < %{version}-%{release} \
%endif \
%{nil}