TrueType-motoya-l.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. %define fontname motoya-l
  2. %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
  3. Name: TrueType-%{fontname}
  4. Summary: Motoya L font
  5. Summary(ja): モトヤ L フォント
  6. Version: 1.01
  7. Release: 1%{?_dist_release}
  8. License: apache License
  9. Group: User Interface/X
  10. URL: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts
  11. Source0: motoya-l-font-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. Requires: %{name}-cedar %{name}-maruberi %{name}-doc
  15. %description
  16. Motoya L font is lightweight and specialisation font
  17. for mobile device.
  18. This package is Meta-package to install Motoya L Cedar
  19. and Motoya L Maruberi.
  20. %description -l ja
  21. モトヤ L フォントは、携帯機器に特化した軽量フォントです。
  22. このパッケージはモトヤLシーダ・モトヤLマルベリを
  23. インストールするためのメタパッケージです。
  24. %package cedar
  25. Summary: Motoya L Cedar font
  26. Summary(ja): モトヤ L シーダフォント
  27. Group: User Interface/X
  28. Requires: %{name}-doc
  29. %description cedar
  30. This package include Motoya L Cedar font.
  31. %description -l ja cedar
  32. このパッケージにはモトヤ L シーダフォントが含まれています。
  33. %package maruberi
  34. Summary: Motoya L maruberi font
  35. Summary(ja): モトヤ L マルベリフォント
  36. Group: User Interface/X
  37. Requires: %{name}-doc
  38. %description maruberi
  39. This package include Motoya L Maruberi font.
  40. %description -l ja maruberi
  41. このパッケージにはモトヤ L マルベリフォントが含まれています。
  42. %package doc
  43. Summary: Motoya L font Documents
  44. Summary(ja): モトヤ L フォントドキュメント
  45. Group: User Interface/X
  46. %description doc
  47. This package includes important documents for Motoya L font
  48. includes enduser license.
  49. %description -l ja doc
  50. このパッケージにはモトヤ L フォントのライセンスを含む
  51. ドキュメント類が含まれています。
  52. %prep
  53. %setup -qn motoya-l-font-%{version}
  54. %clean
  55. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  56. rm -rf ${RPM_BUILD_ROOT}
  57. fi
  58. %build
  59. %install
  60. rm -rf %{buildroot}
  61. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  62. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  63. %post cedar
  64. %__font_install_post %{_fontdir}
  65. %post maruberi
  66. %__font_install_post %{_fontdir}
  67. %postun cedar
  68. %__font_install_postun %{_fontdir}
  69. %postun maruberi
  70. %__font_install_postun %{_fontdir}
  71. %files
  72. %files cedar
  73. %{_fontdir}/MTLc3m.ttf
  74. %files maruberi
  75. %{_fontdir}/MTLmr3m.ttf
  76. %files doc
  77. %doc MODULE_LICENSE_APACHE2 NOTICE README.txt
  78. %changelog
  79. * Sat May 28 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.01-1
  80. - new upstream release
  81. * Mon Sep 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.00-1
  82. - initial build for VineSeed