delete valgrind make check

valgrind cannot startup with stripped ld.so, so delete "VALGRIND=memcheck"
This commit is contained in:
chenditang 2020-06-30 17:30:33 +08:00
parent a61e8d9a19
commit f86a5188cc

View File

@ -1,6 +1,6 @@
Name: hyphen Name: hyphen
Version: 2.8.8 Version: 2.8.8
Release: 13 Release: 14
Summary: A library of text hyphenation Summary: A library of text hyphenation
Group: System Environment/Libraries Group: System Environment/Libraries
License: GPLv2 or LGPLv2+ or MPLv1.1 License: GPLv2 or LGPLv2+ or MPLv1.1
@ -8,9 +8,6 @@ URL: http://hunspell.github.io
Source0: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
BuildRequires: perl-interpreter, patch, autoconf, automake, libtool BuildRequires: perl-interpreter, patch, autoconf, automake, libtool
%ifarch x86_64 %{x86}
BuildRequires: valgrind
%endif
%description %description
Hyphen is a library for high quality text hyphenation and justification. Hyphen is a library for high quality text hyphenation and justification.
@ -43,9 +40,6 @@ cd ..
%check %check
make check make check
%ifarch x86_64 %{x86}
VALGRIND=memcheck make check
%endif
%ldconfig_scriptlets %ldconfig_scriptlets
@ -64,6 +58,12 @@ VALGRIND=memcheck make check
%{_datadir}/%{name}/hyph_en*.dic %{_datadir}/%{name}/hyph_en*.dic
%changelog %changelog
* Tue Jun 30 2020 chenditang <chenditang1@huawei.com> - 2.8.8-14
- Type:NA
- ID:NA
- SUG:NA
- DESC:delete valgrind make check
* Mon Dec 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.8.8-13 * Mon Dec 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.8.8-13
- Type:NA - Type:NA
- ID:NA - ID:NA