[libkate/f14/master] - no valgrind on s390(x)

Dan Horák sharkcz at fedoraproject.org
Sat Aug 28 10:20:59 UTC 2010


commit d38182aa8e279c6642e0f0a003b3a1e4c5080911
Author: Dan Horák <dan at danny.cz>
Date:   Sat Aug 28 12:16:53 2010 +0200

    - no valgrind on s390(x)

 libkate.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libkate.spec b/libkate.spec
index f2535ef..6b378e5 100644
--- a/libkate.spec
+++ b/libkate.spec
@@ -2,7 +2,7 @@
 
 Name:           libkate
 Version:        0.3.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Libraries to handle the Kate bitstream format
 
 Group:          System Environment/Libraries
@@ -17,7 +17,9 @@ BuildRequires:  liboggz
 BuildRequires:  libpng-devel
 BuildRequires:  bison
 BuildRequires:  flex
+%ifnarch s390 s390x
 BuildRequires:  valgrind
+%endif
 BuildRequires:  doxygen
  
 
@@ -134,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 28 2010 Dan Horák <dan[at]danny.cz> - 0.3.7-3
+- no valgrind on s390(x)
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.3.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list