TrueType-umefont-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. %define archivename umefont
  2. %define _fontdir %{_datadir}/fonts/TrueType-umefont
  3. %define package_ver 415
  4. Name: TrueType-umefont
  5. Summary: Ume Fonts are Japanese fonts that the license restriction is a little
  6. Summary(ja): 梅フォント - ライセンス制約の少ない日本語フォント
  7. Version: %{package_ver}
  8. Release: 1%{?_dist_release}
  9. License: mplus Font License
  10. Group: User Interface/X
  11. BuildArch: noarch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. URL: http://sourceforge.jp/projects/%{archivename}/wiki/FrontPage
  14. Source: %{archivename}-%{package_ver}.tar.gz
  15. Requires: TrueType-%{archivename}-mincho = %{version}
  16. Requires: TrueType-%{archivename}-gothic = %{version}
  17. Requires: TrueType-%{archivename}-doc = %{version}
  18. %description
  19. Ume Fonts are Japanese fonts that to be able to be using
  20. that the license restriction is a little regularly it.
  21. %description -l ja
  22. 梅フォントはライセンス制約の少ない常用可能な日本語フォントです。
  23. このパッケージは明朝、ゴシック両書体をインストールするためのメタパッケージです。
  24. #-- 明朝
  25. %package mincho
  26. Summary: Ume Mincho TrueType Fonts
  27. Summary(ja): 梅フォント(明朝体)
  28. Group: User Interface/X
  29. Requires: TrueType-umefont-doc
  30. %description mincho
  31. This package includes Ume Mincho TrueType fonts.
  32. %description -l ja mincho
  33. このパッケージには梅フォントの明朝体フォントが含まれています。
  34. プロポーショナル:梅P明朝
  35. 等幅:梅明朝
  36. #-- ゴシック
  37. %package gothic
  38. Summary: Ume Gothic TrueType Fonts
  39. Summary(ja): 梅フォント(ゴシック体)
  40. Group: User Interface/X
  41. Requires: TrueType-umefont-doc
  42. %description gothic
  43. This package includes Ume Gothic TrueType fonts.
  44. %description -l ja gothic
  45. このパッケージには梅フォントのゴシック体フォントが含まれています。
  46. プロポーショナル:梅PゴシックC4、梅PゴシックC5、梅Pゴシック、梅PゴシックO5
  47. 等幅:梅ゴシックC4、梅ゴシックC5、梅ゴシック、梅ゴシックO5
  48. UI:梅UIゴシック、梅UIゴシックO5
  49. #-- ドキュメント
  50. %package doc
  51. Summary: ume Font Documents
  52. Summary(ja): 梅フォントドキュメント
  53. Group: User Interface/X
  54. %description doc
  55. This package includes license for ume fonts enduser.
  56. %description -l ja doc
  57. このパッケージには梅フォントのライセンスが含まれています。
  58. %prep
  59. %setup -q -n %{archivename}-%{package_ver}
  60. %build
  61. %install
  62. /bin/rm -rf $RPM_BUILD_ROOT
  63. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  64. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  65. %clean
  66. rm -rf $RPM_BUILD_ROOT
  67. #%{__rm} -rf %{_topdir}/SOURCES/%{archivename}-%{package_ver}.tar.gz
  68. #%{__rm} -rf %{_topdir}/BUILD/%{archivename}-%{package_ver}
  69. %post mincho
  70. %__font_install_post %{_fontdir}
  71. %post gothic
  72. %__font_install_post %{_fontdir}
  73. %postun mincho
  74. %__font_install_postun %{_fontdir}
  75. %postun gothic
  76. %__font_install_postun %{_fontdir}
  77. %files
  78. %files mincho
  79. %{_fontdir}/ume-*m*3.ttf
  80. %files gothic
  81. %{_fontdir}/ume-pg*.ttf
  82. %{_fontdir}/ume-ugo*.ttf
  83. %{_fontdir}/ume-tg*.ttf
  84. %files doc
  85. %doc *.html
  86. %changelog
  87. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 415-1
  88. - new upstream release
  89. * Wed Mar 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 413-1
  90. - new upstream release
  91. * Mon Feb 1 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 412-1
  92. - new upstream release
  93. * Tue Jan 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 411-1
  94. - new upstream release
  95. * Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 410-1
  96. - new upstream release
  97. * Tue Nov 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 409-1
  98. - new upstream release
  99. * Wed Oct 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 408-1
  100. - new upstream release
  101. * Thu Sep 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 407-1
  102. - new upstream release
  103. * Tue Aug 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 406-1vl5
  104. - new upstream release
  105. * Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 405-1vl5
  106. - new upstream release
  107. * Fri Jun 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 404-2vl5
  108. - fixed License (Umefont License to mplus Font License)
  109. - changed summary, summary(ja)
  110. * Mon Jun 1 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 404-1vl5
  111. - new upstream release
  112. * Thu May 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 403-1vl5
  113. - new upstream release
  114. - changed License, summary, description
  115. - spec in UTF-8
  116. * Sat Apr 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 402-1vl5
  117. - initial build for VineSeed