From 8e007b21f9d4be9c29c49c1f98c95ba558fe8d54 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 4 Dec 2020 15:57:27 +0200 Subject: [PATCH] Add support for riscv64 Signed-off-by: David Abdurachmanov --- efl.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/efl.spec b/efl.spec index 1aa8d17..3f69383 100644 --- a/efl.spec +++ b/efl.spec @@ -10,6 +10,10 @@ # %%global has_luajit 0 # %%endif +%ifarch riscv64 +%global has_luajit 0 +%endif + # Look, you probably don't want this. scim is so 2012. ibus is the new hotness. # Enabling this means you'll almost certainly need to pass ECORE_IMF_MODULE=xim # to get anything to work. (*cough*terminology*cough*) @@ -26,7 +30,7 @@ Name: efl Version: 1.25.1 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: Collection of Enlightenment libraries License: BSD and LGPLv2+ and GPLv2 and zlib URL: http://enlightenment.org/ @@ -42,7 +46,7 @@ Patch3: efl-1.25.0-no-neon.patch # Upstream efl probably needs to rework how they use check in their C tests Patch4: efl-1.25.0-check-fix.patch -%ifnarch s390 s390x +%ifnarch s390 s390x riscv64 BuildRequires: libunwind-devel %endif BuildRequires: gcc-c++ @@ -566,6 +570,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/libexactness*.so %changelog +* Fri Dec 04 2020 David Abdurachmanov - 1.25.1-2.0.riscv64 +- Add support for riscv64 + * Fri Oct 23 10:33:37 CEST 2020 Nils Philippsen - 1.25.1-2 - rebuild for new libavif