TrueType-hanazono-mincho-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. %define fontname hanazono-mincho
  2. %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
  3. Name: TrueType-%{fontname}
  4. Summary: Hanazono mincho font
  5. Summary(ja): 花園明朝フォント
  6. Version: 20160201
  7. Release: 1%{?_dist_release}
  8. License: Hanazono Font License, OFL
  9. Group: User Interface/X
  10. URL: http://fonts.jp/hanazono/
  11. Source0: hanazono-%{version}.zip
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. BuildRequires: unzip
  15. Requires: TrueType-%{fontname}-doc
  16. %description
  17. Hanazono mincho font is Japanese TrueType mincho font
  18. that made by KAGE system and FontForge.
  19. This font contains about 80,214 characters (and 2 SPACEs)
  20. defined in ISO/IEC 10646 standard / the Unicode standard.
  21. %description -l ja
  22. 花園明朝フォントは KAGE システムと FontForge により作成された
  23. 日本語 TrueType 明朝フォントです。
  24. このフォントに含まれている文字種は ISO/IEC 10646および
  25. Unicode 標準に収録されている80,214文字(と2つのスペース)となります。
  26. %package doc
  27. Summary: Hanazono font documents
  28. Summary(ja): 花園明朝フォントドキュメント
  29. Group: User Interface/X
  30. %description doc
  31. This package includes important documents
  32. for Hanazono mincho font includes enduser license.
  33. %description -l ja doc
  34. このパッケージには花園明朝フォントのライセンスを含む
  35. ドキュメント類が含まれています。
  36. %prep
  37. %setup -q -c -T
  38. %{_bindir}/unzip -jq %{SOURCE0}
  39. %clean
  40. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  41. rm -rf ${RPM_BUILD_ROOT}
  42. fi
  43. %build
  44. %install
  45. rm -rf %{buildroot}
  46. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  47. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  48. %post
  49. %__font_install_post %{_fontdir}
  50. %postun
  51. %__font_install_postun %{_fontdir}
  52. %files
  53. %{_fontdir}/*.ttf
  54. %files doc
  55. %doc LICENSE.txt README.txt THANKS.txt
  56. %changelog
  57. * Sat Apr 23 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20160201-1
  58. - new upstream release
  59. * Sat Oct 25 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20141012-1
  60. - new upstream release
  61. * Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20131208-1
  62. - new upstream release
  63. * Wed Feb 27 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20130222-1
  64. - new upstream release
  65. * Thu Apr 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120421-1
  66. - new upstream release
  67. * Fri Feb 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120202-1
  68. - initial build for VineSeed