forked from pool/lua-cffi-lua
Not yet adding luajit version to _multibuild (gh#q66/cffi-lua#63)
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>luajit</package>
|
|
||||||
<package>lua51</package>
|
<package>lua51</package>
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
<package>lua54</package>
|
<package>lua54</package>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Mon Oct 20 17:45:26 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Mon Oct 20 17:45:26 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
- Exclude 32bit architectures from building (gh#q66/cffi-lua#59)
|
- Exclude 32bit architectures from building (gh#q66/cffi-lua#59)
|
||||||
- Add luajit version to _multibuild
|
- Not yet adding luajit version to _multibuild (gh#q66/cffi-lua#63)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 23:47:19 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Tue Aug 26 23:47:19 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|||||||
@@ -32,12 +32,14 @@ Patch0: 0001-Corrects-1st-example-in-introduction.md.patch
|
|||||||
# fix second typo in introduction.md
|
# fix second typo in introduction.md
|
||||||
Patch1: 0002-docs-fixed-the-second-example-in-introduction.md.patch
|
Patch1: 0002-docs-fixed-the-second-example-in-introduction.md.patch
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
|
BuildRequires: %{flavor}-compat-5.3
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
|
Requires: %{flavor}-compat-5.3
|
||||||
# gh#q66/cffi-lua#59
|
# gh#q66/cffi-lua#59
|
||||||
ExcludeArch: %{ix86} armv6l armv6hl armv7l armv7hl
|
ExcludeArch: %{ix86} armv6l armv6hl armv7l armv7hl
|
||||||
%lua_provides
|
%lua_provides
|
||||||
|
|||||||
Reference in New Issue
Block a user