OpenType-textar-vl.spec 2.5 KB

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