Compare commits

3 Commits

3 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<multibuild>
<package>lua51</package>
<package>luajit</package>
<package>lua53</package>
<package>lua54</package>
</multibuild>

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 24 14:50:24 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Sun Oct 12 00:36:30 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Make the package buildable with LuaJIT.
-------------------------------------------------------------------
Wed Nov 23 10:39:52 UTC 2022 - Michal Suchanek <msuchanek@suse.com>

View File

@@ -45,13 +45,13 @@ A pure-lua implementation of the Markdown text-to-html markup system.
sed -i '\|%{_bindir}/env |d' markdown.lua
%build
/bin/true
:
%install
install -v -D -m 0644 -p -t %{buildroot}%{lua_noarchdir} markdown.lua
%check
lua%{lua_version} markdown-tests.lua
lua markdown-tests.lua
%files
%license LICENSE