[libtiger] valgrind exists only on selected architectures

Dan Horák sharkcz at fedoraproject.org
Fri Apr 1 07:09:06 UTC 2011


commit 51acfb6d9fd91bacfbcd8b9dea74c5fd4979b4bb
Author: Dan Horák <dan at danny.cz>
Date:   Fri Apr 1 09:09:01 2011 +0200

    valgrind exists only on selected architectures

 libtiger.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libtiger.spec b/libtiger.spec
index 1a40405..4d9fbb2 100644
--- a/libtiger.spec
+++ b/libtiger.spec
@@ -1,6 +1,6 @@
 Name:           libtiger
 Version:        0.3.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Rendering library for Kate streams using Pango and Cairo
 
 Group:          System Environment/Libraries
@@ -11,7 +11,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libkate-devel >= 0.2.7
 BuildRequires:  pango-devel
+%ifarch %{ix86} x86_64 ppc ppc64 s390x
 BuildRequires:  valgrind
+%endif
 BuildRequires:  doxygen
 
 
@@ -89,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr  1 2011 Dan Horák <dan[at]danny.cz> - 0.3.4-2
+- valgrind exists only on selected architectures
+
 * Sun Mar 27 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.3.4-1
 - Update to 0.3.4
 


More information about the scm-commits mailing list