no valgrind on ARMv5 arches

This commit is contained in:
Peter Robinson 2011-04-16 12:41:27 +01:00
parent 0fa65fb125
commit c49625d4cf
1 changed files with 6 additions and 3 deletions

View File

@ -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 <pbrobinson@gmail.com> 7.21.4-3
- no valgrind on ARMv5 arches
* Sat Mar 05 2011 Dennis Gilmore <dennis@ausil.us> 7.21.4-3
- no valgrind on sparc arches