mecab-naist-jdic-vl.spec 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. %define ver 0.6.3b
  2. %define vdate 20111013
  3. Name: mecab-naist-jdic
  4. Summary: NAIST Japanese Dictionary for MeCab
  5. Version: %{ver}.%{vdate}
  6. Release: 3%{_dist_release}
  7. Group: office
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: BSD
  11. URL: https://ja.osdn.net/projects/naist-jdic/
  12. Source0: https://ja.osdn.net/dl/naist-jdic/%{name}-%{ver}-%{vdate}.tar.gz
  13. BuildRoot: %{_tmppath}/%{name}-root
  14. BuildArch: noarch
  15. BuildRequires: mecab-devel
  16. Requires: mecab
  17. %description
  18. NAIST-jdic is an alternative of IPAdic.
  19. %description -l ja
  20.  NAIST-jdic は、IPAdic の代替です。 形態素解析用辞書 IPAdic の ICOT 条項を
  21. クリアするとともに、表記ゆれ情報、複合語情報を付与する作業を行っています。
  22. %prep
  23. %setup -q -n %{name}-%{ver}-%{vdate}
  24. %build
  25. %configure --with-charset=utf-8
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf %{buildroot}
  29. make install DESTDIR=%{buildroot}
  30. %clean
  31. rm -rf %{buildroot}
  32. %files
  33. %defattr(-,root,root,-)
  34. %license COPYING
  35. %doc AUTHORS ChangeLog INSTALL NEWS README RESULT
  36. %{_libdir}/mecab/dic/naist-jdic
  37. %dir %{_sysconfdir}/mecab/dic/naist-jdic
  38. %config(noreplace) %{_sysconfdir}/mecab/dic/naist-jdic/*
  39. %changelog
  40. * Fri Mar 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.3b.20111013-3
  41. - rebuilt with current environment.
  42. * Wed Oct 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.3b.20111013-2
  43. - rebuilt with current environment.
  44. * Wed Oct 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.3b.20111013-1
  45. - new upstream release.
  46. * Thu Mar 31 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.3.20100801-1
  47. - new upstream release.
  48. * Sun Feb 21 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.2.20100208-1
  49. - initial build.