mecab update: 0.97 -> 0.98pre1
This commit is contained in:
parent
fc693558d6
commit
6b4cf738f4
@ -1 +1 @@
|
||||
mecab-0.97.tar.gz
|
||||
mecab-0.98pre1.tar.gz
|
||||
|
16
mecab.spec
16
mecab.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user