Resolves: rhbz#1239570 FTBFS in rawhide with valgrind warnings
This commit is contained in:
parent
d898d1b5c1
commit
0a76633cf5
@ -3,7 +3,7 @@
|
|||||||
Name: hunspell
|
Name: hunspell
|
||||||
Summary: A spell checker and morphological analyzer library
|
Summary: A spell checker and morphological analyzer library
|
||||||
Version: 1.3.3
|
Version: 1.3.3
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://hunspell.sourceforge.net/
|
URL: http://hunspell.sourceforge.net/
|
||||||
@ -71,12 +71,10 @@ make %{?_smp_mflags}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#%ifarch %{ix86} x86_64, see rhbz#813780
|
#%ifarch %{ix86} x86_64, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
|
||||||
%ifarch %{ix86}
|
#VALGRIND=memcheck make check
|
||||||
VALGRIND=memcheck make check
|
|
||||||
%else
|
|
||||||
make check
|
make check
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -124,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/hunspell.5.gz
|
%{_mandir}/man5/hunspell.5.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 07 2017 Caolán McNamara <caolanm@redhat.com> - 1.3.3-7
|
||||||
|
- Resolves: rhbz#1239570 FTBFS in rawhide with valgrind warnings
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-6
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user