generated from pool/new_package
Make the package buildable with LuaJIT.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 20:15:27 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Make the package buildable with LuaJIT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 14:42:51 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
@@ -38,7 +38,8 @@ Obsoletes: %{flavor}-jsregexp < %{version}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Provides ECMAScript regular expressions for Lua 5.1, 5.2, 5.3, 5.4 and LuaJit. Uses libregexp from Fabrice Bellard's QuickJS.
|
||||
Provides ECMAScript regular expressions for Lua 5.1, 5.2, 5.3,
|
||||
5.4 and LuaJit. Uses libregexp from Fabrice Bellard's QuickJS.
|
||||
|
||||
%prep
|
||||
%setup -q -n jsregexp-%{version}
|
||||
@@ -61,7 +62,7 @@ mkdir -p %{buildroot}%{lua_noarchdir}
|
||||
install jsregexp.so %{buildroot}%{lua_archdir}
|
||||
|
||||
%check
|
||||
%{_bindir}/lua%{lua_version} test.lua
|
||||
%{_bindir}/lua test.lua
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user