[packages/lua-filesystem] - rel 5, build luajit only on supported archs
baggins
baggins at pld-linux.org
Thu Dec 26 11:54:09 CET 2024
commit 04c98590d730328e985b17020145740085e2f10a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Dec 26 11:52:47 2024 +0100
- rel 5, build luajit only on supported archs
lua-filesystem.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/lua-filesystem.spec b/lua-filesystem.spec
index f4c4d0f..3984f10 100644
--- a/lua-filesystem.spec
+++ b/lua-filesystem.spec
@@ -3,6 +3,10 @@
%bcond_without lua53 # lua53 package
%bcond_without luajit # luajit package
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 mips mips64 mipsel ppc
+%undefine with_luajit
+%endif
+
%define real_name luafilesystem
%define tag_ver %(echo %{version} | tr . _)
@@ -10,7 +14,7 @@ Summary: File System Library for Lua
Summary(hu.UTF-8): Fájlrendszer-könyvtár Lua-hoz.
Name: lua54-filesystem
Version: 1.8.0
-Release: 4
+Release: 5
License: BSD-like
Group: Development/Languages
Source0: https://github.com/keplerproject/luafilesystem/archive/v%{tag_ver}/%{real_name}-%{version}.tar.gz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lua-filesystem.git/commitdiff/04c98590d730328e985b17020145740085e2f10a
More information about the pld-cvs-commit
mailing list