From 8a959e555595313f8252ec902814ebd349e5b2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 4 Jun 2015 10:45:27 +0200 Subject: [PATCH] - valgrind available only on selected arches --- libdap.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libdap.spec b/libdap.spec index a027604..052f17b 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,7 +1,7 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP Version: 3.14.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -28,7 +28,9 @@ BuildRequires: libuuid-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig +%ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 BuildRequires: valgrind +%endif Provides: bundled(gnulib) @@ -146,6 +148,9 @@ make check %changelog +* Thu Jun 04 2015 Dan HorĂ¡k - 3.14.0-4 +- valgrind available only on selected arches + * Fri Apr 17 2015 Orion Poplawski - 3.14.0-3 - Add patch to add needed includes