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