[packages/chromaprint] require %{_isa} variants of runtime deps
atler
atler at pld-linux.org
Sun Sep 21 14:19:21 CEST 2025
commit b5f025ecf623aa22b558f139471b321e26694cd3
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Sep 21 14:18:30 2025 +0200
require %{_isa} variants of runtime deps
chromaprint.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chromaprint.spec b/chromaprint.spec
index e03877a..1a2d235 100644
--- a/chromaprint.spec
+++ b/chromaprint.spec
@@ -22,7 +22,7 @@ BuildRequires: cmake >= 3.10
%{?with_fftw3:BuildRequires: fftw3-devel >= 3}
BuildRequires: libstdc++-devel >= 6:5
BuildRequires: taglib-devel
-Requires: libchromaprint = %{version}-%{release}
+Requires: libchromaprint%{?_isa} = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -70,7 +70,7 @@ nagłówkowym.
Summary: Headers for developing programs that will use libchromaprint
Summary(pl.UTF-8): Pliki nagłówkowe do tworzenia programów wykorzystujących libchromaprint
Group: Development/Libraries
-Requires: libchromaprint = %{version}-%{release}
+Requires: libchromaprint%{?_isa} = %{version}-%{release}
%description -n libchromaprint-devel
This package contains the headers that programmers will need to
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromaprint.git/commitdiff/b5f025ecf623aa22b558f139471b321e26694cd3
More information about the pld-cvs-commit
mailing list