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>
|
Mon Jun 30 14:42:51 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@@ -38,7 +38,8 @@ Obsoletes: %{flavor}-jsregexp < %{version}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q -n jsregexp-%{version}
|
%setup -q -n jsregexp-%{version}
|
||||||
@@ -61,7 +62,7 @@ mkdir -p %{buildroot}%{lua_noarchdir}
|
|||||||
install jsregexp.so %{buildroot}%{lua_archdir}
|
install jsregexp.so %{buildroot}%{lua_archdir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{_bindir}/lua%{lua_version} test.lua
|
%{_bindir}/lua test.lua
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user