From c49625d4cfb250271f5ec8c99a52ecf0a0e31045 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Apr 2011 12:41:27 +0100 Subject: [PATCH] no valgrind on ARMv5 arches --- curl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/curl.spec b/curl.spec index d6a6322..5e3c0b5 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.21.4 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -47,8 +47,8 @@ BuildRequires: pkgconfig BuildRequires: stunnel BuildRequires: zlib-devel -# valgrind is not available on s390(x) or sparc -%ifnarch s390 s390x %{sparc} +# valgrind is not available on s390(x), sparc or arm5 +%ifnarch s390 s390x %{sparc} %{arm} BuildRequires: valgrind %endif @@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Sat Arp 16 2011 Peter Robinson 7.21.4-3 +- no valgrind on ARMv5 arches + * Sat Mar 05 2011 Dennis Gilmore 7.21.4-3 - no valgrind on sparc arches