From b47a739ccfc3d701e87d49d5db220962fe969052 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 22 Mar 2023 12:23:11 +0200 Subject: [PATCH] Add support for riscv64 Signed-off-by: David Abdurachmanov --- jemalloc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index 44155b4..2c89269 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 5.3.0 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} Summary: General-purpose scalable concurrent malloc implementation License: BSD @@ -11,7 +11,7 @@ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version} BuildRequires: gcc BuildRequires: /usr/bin/xsltproc BuildRequires: perl-generators -%ifnarch s390 %{mips} +%ifarch %{valgrind_arches} BuildRequires: valgrind-devel %endif BuildRequires: make @@ -32,7 +32,7 @@ developing applications that use %{name}. %setup -q # Override PAGESIZE, bz #1545539 -%ifarch %ix86 %arm x86_64 s390x +%ifarch %ix86 %arm x86_64 s390x riscv64 %define lg_page --with-lg-page=12 %endif @@ -105,6 +105,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Tue Mar 22 2023 David Abdurachmanov - 5.3.0-3.0.riscv64 +- Add support for riscv64 + * Thu Jan 19 2023 Fedora Release Engineering - 5.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild