From 8387a44929139aff9dbceeb93a177f0f94ea1cdf Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 30 Jun 2023 13:39:48 +0300 Subject: [PATCH] Properly check valgrind arches Signed-off-by: David Abdurachmanov --- qm-dsp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qm-dsp.spec b/qm-dsp.spec index 5ae57de..3f5c755 100644 --- a/qm-dsp.spec +++ b/qm-dsp.spec @@ -3,7 +3,7 @@ Name: qm-dsp Version: 1.7.1 -Release: 18%{?dist} +Release: 18.0.riscv64%{?dist} Summary: Library for DSP and Music Informatics purposes # some source files with different original licenses, see README.txt @@ -22,7 +22,9 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: imake BuildRequires: kiss-fft-static +%ifarch %{valgrind_arches} BuildRequires: valgrind +%endif %if 0%{?rhel} && 0%{?rhel} <= 7 BuildRequires: boost148-devel %else @@ -95,6 +97,9 @@ LDFLAGS="%{?__global_ldflags}" \ %changelog +* Fri Jan 30 2023 David Abdurachmanov - 1.7.1-18.0.riscv64 +- Properly check valgrind arches + * Fri Jan 20 2023 Fedora Release Engineering - 1.7.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild