Enable tests on ppc{,64} again, perhaps hangs were due to glibc bug 513945

This commit is contained in:
Mamoru Tasaka 2009-07-28 16:44:43 +00:00
parent 836e790c93
commit 3d49aed4ce

View File

@ -1,6 +1,6 @@
%define mainver 0.98
%define betaver pre3
%define fedorarel 4
%define fedorarel 5
# Note:
# mecab dictionary requires mecab-devel to rebuild it,
@ -81,12 +81,6 @@ find . -name \*.cpp -print0 | xargs -0 %{__chmod} 0644
%{__mkdir} -p $RPM_BUILD_ROOT%{_libdir}/mecab/dic/
%check
# Test hangs, need check later
%ifarch ppc ppc64
echo "Test disabled, please check later!!"
exit 0
%endif
# here enable rpath
export LD_LIBRARY_PATH=$(pwd)/src/.libs
cd tests
@ -121,6 +115,9 @@ cd ..
%{_includedir}/%{name}.h
%changelog
* Wed Jul 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.98-0.5.pre3
- Enable tests on ppc{,64} again
* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.98-0.4.pre3
- Kill tests on ppc, ppc64 for now as tests hang