Enable tests on ppc{,64} again, perhaps hangs were due to glibc bug 513945
This commit is contained in:
parent
836e790c93
commit
3d49aed4ce
11
mecab.spec
11
mecab.spec
@ -1,6 +1,6 @@
|
|||||||
%define mainver 0.98
|
%define mainver 0.98
|
||||||
%define betaver pre3
|
%define betaver pre3
|
||||||
%define fedorarel 4
|
%define fedorarel 5
|
||||||
|
|
||||||
# Note:
|
# Note:
|
||||||
# mecab dictionary requires mecab-devel to rebuild it,
|
# 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/
|
%{__mkdir} -p $RPM_BUILD_ROOT%{_libdir}/mecab/dic/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Test hangs, need check later
|
|
||||||
%ifarch ppc ppc64
|
|
||||||
echo "Test disabled, please check later!!"
|
|
||||||
exit 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# here enable rpath
|
# here enable rpath
|
||||||
export LD_LIBRARY_PATH=$(pwd)/src/.libs
|
export LD_LIBRARY_PATH=$(pwd)/src/.libs
|
||||||
cd tests
|
cd tests
|
||||||
@ -121,6 +115,9 @@ cd ..
|
|||||||
%{_includedir}/%{name}.h
|
%{_includedir}/%{name}.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Kill tests on ppc, ppc64 for now as tests hang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user