7
0
forked from pool/lua-dkjson

3 Commits

Author SHA256 Message Date
e4b13f8b84 Switch off building lua51 build of the package. 2025-10-24 16:47:53 +02:00
34ea1b9907 Don't depend on lua5.1 2025-10-11 17:12:07 +02:00
a5d9a23c66 Add luajit version to _multibuild 2025-10-06 10:47:00 +02:00
3 changed files with 14 additions and 4 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:47:53 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Sat Oct 11 15:12:03 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Don't depend on lua5.1
-------------------------------------------------------------------
Sat Dec 28 00:26:59 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -53,14 +53,14 @@ when LPeg is available dkjson can use it to speed up decoding.
%autosetup -p1 -n dkjson-%{uptag}
%build
/bin/true
:
%install
install -D -m 0644 -t %{buildroot}%{lua_noarchdir} -p dkjson.lua
%check
lua%{lua_version} speedtest.lua dkjson
lua%{lua_version} jsontest.lua
lua speedtest.lua dkjson
lua jsontest.lua
%files
# license is included in readme.txt file