[libkate] Fix valgrind arches

Nicolas Chauvet kwizart at fedoraproject.org
Mon Aug 12 11:31:49 UTC 2013


commit 6ea40efdd878444547f575d90a602c9de3b34c4f
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Mon Aug 12 13:31:32 2013 +0200

    Fix valgrind arches

 libkate.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libkate.spec b/libkate.spec
index 0f41d1f..19bac76 100644
--- a/libkate.spec
+++ b/libkate.spec
@@ -1,6 +1,6 @@
 Name:           libkate
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Libraries to handle the Kate bitstream format
 
 Group:          System Environment/Libraries
@@ -14,7 +14,7 @@ BuildRequires:  liboggz
 BuildRequires:  libpng-devel
 BuildRequires:  bison
 BuildRequires:  flex
-%ifnarch s390 %{sparc}
+%ifarch %{ix86} x86_64 ppc ppc64 s390x %{arm}
 BuildRequires:  valgrind
 %endif
 BuildRequires:  doxygen
@@ -124,10 +124,10 @@ make check
 
 
 %changelog
-* Mon Aug 12 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.4.1-1
+* Mon Aug 12 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.4.1-2
 - Update to 0.4.1
 - Spec file clean-up
-- Avoid valgrind restriction on certain arches
+- Set the current valgrind arches
 - Use unversioned docdir - rhbz#993818
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8-8


More information about the scm-commits mailing list