update mecab to 0.97

This commit is contained in:
Mamoru Tasaka 2008-02-03 12:45:25 +00:00
parent 23b07c497b
commit ea674d5e33
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
mecab-0.96.tar.gz mecab-0.97.tar.gz

View File

@ -1,6 +1,6 @@
%define mainver 0.96 %define mainver 0.97
%undefine betaver %undefine betaver
%define fedorarel 2 %define fedorarel 1
# Note: # Note:
# mecab dictionary requires mecab-devel to rebuild it, # mecab dictionary requires mecab-devel to rebuild it,
@ -9,7 +9,7 @@
Name: mecab Name: mecab
Version: %{mainver} Version: %{mainver}
%if %{?betaver:0}%{!?betaver:1} %if %{?betaver:0}%{!?betaver:1}
Release: %{fedorarel}%{?dist}.2 Release: %{fedorarel}%{?dist}
%else %else
Release: 0.%{fedorarel}.%{betaver}%{?dist} Release: 0.%{fedorarel}.%{betaver}%{?dist}
%endif %endif
@ -61,8 +61,7 @@ for MeCab.
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
libtool libtool
#%%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
make -k
%install %install
%{__rm} -rf $RPM_BUILD_ROOT %{__rm} -rf $RPM_BUILD_ROOT
@ -110,6 +109,9 @@ cd ..
%{_includedir}/%{name}.h %{_includedir}/%{name}.h
%changelog %changelog
* Sun Feb 3 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.97-1
- 0.97
* Thu Oct 25 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.96-2 * Thu Oct 25 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.96-2
- License fix - License fix

View File

@ -1 +1 @@
baf018d9eae158571613d6918392fc17 mecab-0.96.tar.gz 17821363921220e97578765110ce3e71 mecab-0.97.tar.gz