TrueType-konatu-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. %define fontname konatu
  2. %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
  3. Name: TrueType-%{fontname}
  4. Summary: Konatu font - Gothic type font set for Japanese
  5. Summary(ja): ゴシック系日本語フォントセット 小夏フォント
  6. Version: 26
  7. Release: 1%{?_dist_release}
  8. License: Creative Commons (CC-BY-SA)
  9. Group: User Interface/X
  10. URL: http://www.masuseki.com/index.php?u=be/konatu.htm
  11. Source0: Konatu_ver_%{version}.zip
  12. BuildRequires: unzip
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildArch: noarch
  15. Requires: %{name}-doc
  16. %description
  17. Konatu is Gothic type font set for Japanese.
  18. This font was created as BeOS(ZETA) bitmap font at first,
  19. and also made as TrueType font.
  20. This font is contained two type fonts.
  21. - Konatsu.ttf(proportional)
  22. - KonatuTohaba.ttf (fixed)
  23. %description -l ja
  24. 小夏フォントはゴシック形の日本語フォントセットです。
  25. 当初は BeOS(ZETA) のビットマップフォントとして
  26. 作られ、その後 TrueType フォントとしても作成されました。
  27. このフォントは2つのタイプのフォントを含んでいます。
  28. - Konatsu.ttf(プロポーショナル)
  29. - KonatuTohaba.ttf (等幅)
  30. このパッケージは上記2つのフォントをインストールするメタパッケージです。
  31. %package fixed
  32. Summary: Konatu fonts (fixed)
  33. Summary(ja): 小夏フォント(等幅)
  34. Group: User Interface/X
  35. Requires: %{name}-doc
  36. %description fixed
  37. This package includes Konatu TrueType fonts (fixed).
  38. %description -l ja fixed
  39. このパッケージには小夏フォント(等幅)が含まれています。
  40. %package proportional
  41. Summary(ja): 小夏フォント(プロポーショナル)
  42. Group: User Interface/X
  43. Requires: %{name}-doc
  44. %description proportional
  45. This package includes Konatu TrueType fonts (proportional).
  46. %description -l ja proportional
  47. このパッケージには小夏フォント(プロポーショナル)が含まれています。
  48. %package doc
  49. Summary: Konatu font Documents
  50. Summary(ja): 小夏フォントドキュメント
  51. Group: User Interface/X
  52. %description doc
  53. This package includes important documents for Konatu font
  54. includes enduser license.
  55. %description -l ja doc
  56. このパッケージには小夏フォントのライセンスを含む
  57. ドキュメント類が含まれています。
  58. %prep
  59. %setup -q -n Konatu_ver_%{version}
  60. %clean
  61. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  62. rm -rf ${RPM_BUILD_ROOT}
  63. fi
  64. %build
  65. %install
  66. rm -rf %{buildroot}
  67. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  68. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  69. %post fixed
  70. %__font_install_post %{_fontdir}
  71. %post proportional
  72. %__font_install_post %{_fontdir}
  73. %postun fixed
  74. %__font_install_postun %{_fontdir}
  75. %postun proportional
  76. %__font_install_postun %{_fontdir}
  77. %files
  78. %files fixed
  79. %{_fontdir}/KonatuTohaba.ttf
  80. %files proportional
  81. %{_fontdir}/Konatu.ttf
  82. %files doc
  83. %doc *.txt
  84. %changelog
  85. * Wed Jan 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 26-1
  86. - new upstream release
  87. - splitted two packages - fixed and proportional
  88. * Fri Oct 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 25-1
  89. - initial build for Vine Linux