TrueType-konatu-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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: 20121218
  7. Release: 2%{?_dist_release}
  8. License: MIT
  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. Obsoletes: TrueType-konatu-fixed, TrueType-konatu-proportional
  17. %description
  18. Konatu is Gothic type font set for Japanese.
  19. This font was created as BeOS(ZETA) bitmap font at first,
  20. and also made as TrueType font.
  21. This font is contained two type fonts.
  22. - Konatsu.ttf(proportional)
  23. - KonatuTohaba.ttf (monospace)
  24. %description -l ja
  25. 小夏フォントはゴシック系の日本語フォントセットです。
  26. 当初は BeOS(ZETA) のビットマップフォントとして
  27. 作られ、その後 TrueType フォントとしても作成されました。
  28. このフォントは2つのタイプのフォントを含んでいます。
  29. - Konatsu.ttf(プロポーショナル)
  30. - KonatuTohaba.ttf (等幅)
  31. %package doc
  32. Summary: Konatu font Documents
  33. Summary(ja): 小夏フォントドキュメント
  34. Group: User Interface/X
  35. %description doc
  36. This package includes important documents for Konatu font
  37. includes enduser license.
  38. %description -l ja doc
  39. このパッケージには小夏フォントのライセンスを含む
  40. ドキュメント類が含まれています。
  41. %prep
  42. %setup -q -n Konatu_ver_%{version}
  43. %clean
  44. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  45. rm -rf ${RPM_BUILD_ROOT}
  46. fi
  47. %build
  48. %install
  49. rm -rf %{buildroot}
  50. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  51. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  52. %post
  53. %__font_install_post %{_fontdir}
  54. %postun
  55. %__font_install_postun %{_fontdir}
  56. %files
  57. %{_fontdir}/*.ttf
  58. %files doc
  59. %doc *.txt
  60. %changelog
  61. * Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 20121218-2
  62. - built with gcc-4.8
  63. * Sat Dec 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20121218-1
  64. - new upstream release
  65. - changed License CC-BY-SA to MIT
  66. * Mon Oct 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 26-2
  67. - unified fixed and proportional font again
  68. - fixed description a little
  69. * Wed Jan 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 26-1
  70. - new upstream release
  71. - splitted two packages - mono and proportional
  72. * Fri Oct 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 25-1
  73. - initial build for Vine Linux