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