[curl/f15/master] no valgrind on sparc

Dennis Gilmore ausil at fedoraproject.org
Sat Mar 5 06:43:03 UTC 2011


commit 2efb99607ad21a490130974aed91e1bf225ddabf
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Mar 5 00:42:45 2011 -0600

    no valgrind on sparc

 curl.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 04ac99b..a234133 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.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -41,8 +41,8 @@ BuildRequires: pkgconfig
 BuildRequires: stunnel
 BuildRequires: zlib-devel
 
-# valgrind is not available on s390(x)
-%ifnarch s390 s390x
+# valgrind is not available on s390(x) or sparc
+%ifnarch s390 s390x %{sparc}
 BuildRequires: valgrind
 %endif
 
@@ -220,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Sat MAr 05 2011 Dennis Gilmore <dennis at ausil.us> - 7.21.3-4
+- no valgrind on sparc
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.21.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list