From 51acfb6d9fd91bacfbcd8b9dea74c5fd4979b4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 1 Apr 2011 09:09:01 +0200 Subject: [PATCH] valgrind exists only on selected architectures --- libtiger.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 0.3.4-2 +- valgrind exists only on selected architectures + * Sun Mar 27 2011 Nicolas Chauvet - 0.3.4-1 - Update to 0.3.4