TrueType-misaki-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. %define fontname misaki
  2. %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
  3. Name: TrueType-%{fontname}
  4. Summary: Misaki font
  5. Summary(ja): 美咲フォント
  6. Version: 20150410
  7. Release: 1%{?_dist_release}
  8. License: m plus font license
  9. Group: User Interface/X
  10. URL: http://www.geocities.jp/littlimi/misaki.htm
  11. Source0: %{fontname}_ttf_2015-04-10.zip
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. Buildrequires: unzip
  15. Requires: TrueType-%{fontname}-gothic = %{version}
  16. Requires: TrueType-%{fontname}-mincho = %{version}
  17. Requires: TrueType-%{fontname}-doc = %{version}
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: kudoh
  21. %description
  22. Misaki font was originally made for PCE-500 SCRNJP 8×8 bitmap font.
  23. Now, this font is provided as TrueType font.
  24. %description -l ja
  25. 美咲フォントは元々 PC-E500 SCRNJP 用に作られた
  26. 8×8 ビットマップフォントです。
  27. 現在は TrueType フォントとして提供されています。
  28. #-- ゴシック
  29. %package gothic
  30. Summary: Misaki gothic Font
  31. Summary(ja): 美咲フォント(ゴシック体)
  32. Group: User Interface/X
  33. Requires: TrueType-misaki-doc
  34. %description gothic
  35. This package include Misaki gothic TrueType font.
  36. %description -l ja gothic
  37. このパッケージには美咲フォントゴシック体が含まれています。
  38. #-- 明朝
  39. %package mincho
  40. Summary: Misaki mincho Font
  41. Summary(ja): 美咲フォント(明朝体)
  42. Group: User Interface/X
  43. Requires: TrueType-misaki-doc
  44. %description mincho
  45. This package include Misaki mincho TrueType font.
  46. %description -l ja mincho
  47. このパッケージには美咲フォント明朝体が含まれています。
  48. %package doc
  49. Summary: Misaki font documents
  50. Summary(ja): 美咲フォントドキュメント
  51. Group: User Interface/X
  52. %description doc
  53. This package includes important documents for Misaki font
  54. includes enduser license.
  55. %description -l ja doc
  56. このパッケージには美咲フォントのライセンスを含む
  57. ドキュメント類が含まれています。
  58. %prep
  59. %setup -qcT
  60. %{_bindir}/unzip -oq %{SOURCE0}
  61. # permission fixed
  62. chmod -x *.txt
  63. chmod 644 *.ttf
  64. %clean
  65. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  66. rm -rf ${RPM_BUILD_ROOT}
  67. fi
  68. %build
  69. %install
  70. rm -rf %{buildroot}
  71. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  72. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  73. %post gothic
  74. %__font_install_post %{_fontdir}
  75. %post mincho
  76. %__font_install_post %{_fontdir}
  77. %postun gothic
  78. %__font_install_postun %{_fontdir}
  79. %postun mincho
  80. %__font_install_postun %{_fontdir}
  81. %files
  82. %files gothic
  83. %{_fontdir}/misaki_gothic.ttf
  84. %files mincho
  85. %{_fontdir}/misaki_mincho.ttf
  86. %files doc
  87. %doc *.txt
  88. %changelog
  89. * Tue Apr 19 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 20150410-1
  90. - new upstream release
  91. * Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 20120603-2
  92. - built with gcc-4.8
  93. * Tue Jun 19 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120603-1
  94. - initial build for VineSeed