SHA256
10
0
forked from pool/lua-markdown

Accepting request 873526 from devel:languages:lua

OBS-URL: https://build.opensuse.org/request/show/873526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-markdown?expand=0&rev=3
This commit is contained in:
2021-02-18 19:42:15 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 18 16:00:13 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Use %lua_provides macro for default lua versioning
-------------------------------------------------------------------
Mon Jul 6 19:06:55 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -28,15 +28,12 @@ Source: https://github.com/mpeterv/markdown/archive/%{upversion}.tar.gz#
BuildRequires: %{flavor}-devel
Requires: %{flavor}
BuildArch: noarch
%if "%{flavor}" == "lua53"
Provides: lua-markdown = %{version}
Obsoletes: lua-markdown < %{version}
%endif
%lua_provides
%if "%{flavor}" == ""
Name: lua-markdown
Name: lua-%{mod_name}
ExclusiveArch: do_not_build
%else
Name: %{flavor}-markdown
Name: %{flavor}-%{mod_name}
%endif
%description