mecab update: 0.97 -> 0.98pre1

This commit is contained in:
Mamoru Tasaka 2009-03-08 19:00:33 +00:00
parent fc693558d6
commit 6b4cf738f4
3 changed files with 14 additions and 6 deletions

View File

@ -1 +1 @@
mecab-0.97.tar.gz
mecab-0.98pre1.tar.gz

View File

@ -1,6 +1,6 @@
%define mainver 0.97
%undefine betaver
%define fedorarel 4
%define mainver 0.98
%define betaver pre1
%define fedorarel 1
# Note:
# mecab dictionary requires mecab-devel to rebuild it,
@ -42,6 +42,10 @@ for MeCab.
%prep
%setup -q -n %{name}-%{mainver}%{?betaver}
mv doc/doxygen .
find . -name \*.cpp -print0 | xargs -0 %{__chmod} 0644
# compiler flags fix
%{__sed} -i.flags \
-e '/-O3/s|CFLAGS=\"\(.*\)\"|CFLAGS=\${CFLAGS:-\1}|' \
@ -92,7 +96,7 @@ cd ..
%files
%defattr(-,root,root,-)
%doc AUTHORS BSD COPYING GPL LGPL
%doc doc/* example/
%doc doc/ example/
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/mecabrc
@ -105,11 +109,15 @@ cd ..
%dir %{_libdir}/%{name}/dic/
%files devel
%doc doxygen/
%{_bindir}/%{name}-config
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}.h
%changelog
* Mon Mar 9 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.98-0.1.pre1
- Update to 0.98pre1
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.97-4
- F-11: Mass rebuild

View File

@ -1 +1 @@
17821363921220e97578765110ce3e71 mecab-0.97.tar.gz
f5ac5efadaec532216b0a2dcb2740e06 mecab-0.98pre1.tar.gz