OpenType-textar-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. %define fontname textar
  2. %define _fontdir %{_datadir}/fonts/OpenType-%{fontname}
  3. Name: OpenType-%{fontname}
  4. Summary: A Japanese proportional font for Shift_JIS art
  5. Summary(ja): Shift_JIS アートのための日本語プロポーショナルフォント
  6. Version: 0.11
  7. Release: 1%{?_dist_release}
  8. License: IPA font license
  9. Group: User Interface/X
  10. URL: http://code.google.com/p/textar-font/
  11. Source0: %{fontname}-font-%{version}.tar.gz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. Requires: OpenType-%{fontname}-doc
  15. %description
  16. Textar Font is a japanese propotional font, derived from
  17. the IPA PGothic font ver.3.02.
  18. It aims to represent Shift_JIS art graphics properly,
  19. almost all of which require the MS PGothic font.
  20. - textar.otf
  21. - textar-min.ttf (covered only level1/2 kanji character)
  22. %description -l ja
  23. Textarフォントは、IPA Pゴシックフォント ver.3.02に由来する
  24. 日本語プロポーショナルフォントです。
  25. これは、MS Pゴシックフォントを必要とするほとんどすべての
  26. Shift_JIS アートグラフィックを適切に表示することを目的としています。
  27. - textar.otf
  28. - textar-min.ttf (第一/第二水準の漢字のみカバー)
  29. %package doc
  30. Summary: textar font documents
  31. Summary(ja): textar フォントドキュメント
  32. Group: User Interface/X
  33. %description doc
  34. This package includes important documents for textar font
  35. includes enduser license.
  36. %description -l ja doc
  37. このパッケージには textar フォントのライセンスを含む
  38. ドキュメント類が含まれています。
  39. %prep
  40. %setup -qn %{fontname}-font-%{version}
  41. rm -rf src/ipagp.ttf
  42. rm -rf files/%{fontname}.ttf
  43. %__tar cjf src-%{fontname}.tar.bz2 src/
  44. %clean
  45. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  46. rm -rf ${RPM_BUILD_ROOT}
  47. fi
  48. %build
  49. %install
  50. rm -rf %{buildroot}
  51. mkdir -p %{buildroot}%{_fontdir}
  52. cp -a files/*.[ot]tf %{buildroot}%{_fontdir}
  53. %post
  54. %__font_install_post %{_fontdir}
  55. %postun
  56. %__font_install_postun %{_fontdir}
  57. %files
  58. %{_fontdir}/%{fontname}.otf
  59. %{_fontdir}/%{fontname}-min.ttf
  60. %files doc
  61. %doc IPA_Font_License_Agreement_v1.0.txt README README_JA
  62. %doc src-*.bz2
  63. %changelog
  64. * Thu Jan 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.11-1
  65. - initial build for VineSeed