Resolves: rhbz#1366680 No valgrind on MIPS

This commit is contained in:
Caolán McNamara 2016-08-13 17:20:56 +01:00
parent 27b7fe8610
commit f36f43a143

View File

@ -1,7 +1,7 @@
Name: hyphen
Summary: A text hyphenation library
Version: 2.8.8
Release: 4%{?dist}
Release: 5%{?dist}
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
Group: System Environment/Libraries
URL: http://hunspell.sf.net
@ -9,8 +9,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPLv2 or LGPLv2+ or MPLv1.1
BuildRequires: perl, patch, autoconf, automake, libtool
# s390 lacks valgrind support
# no working valgrind built for MIPS yet
# tests with valgrind fail on arm
%ifnarch s390 %{arm}
%ifnarch s390 %{arm} %{mips}
BuildRequires: valgrind
%endif
@ -43,7 +44,7 @@ make %{?_smp_mflags}
%check
make check
%ifnarch s390 %{arm}
%ifnarch s390 %{arm} %{mips}
VALGRIND=memcheck make check
%endif
@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/substrings.pl
%changelog
* Fri Aug 12 2016 Michal Toman <mtoman@fedoraproject.org> - 2.8.8-5
- Resolves: rhbz#1366680 No valgrind on MIPS
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild