Add support for riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-12-04 15:57:27 +02:00
parent 56508f752c
commit 8e007b21f9
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 9 additions and 2 deletions

View File

@ -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 <david.abdurachmanov@sifive.com> - 1.25.1-2.0.riscv64
- Add support for riscv64
* Fri Oct 23 10:33:37 CEST 2020 Nils Philippsen <nils@tiptoe.de> - 1.25.1-2
- rebuild for new libavif