TrueType-cjkunifonts-uming-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. %define fontname cjkunifonts-uming
  2. %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
  3. Name: TrueType-%{fontname}
  4. Summary: CJKUnifonts uming
  5. Summary(ja): CJKUnifonts 明體(明朝体)
  6. Version: 0.2.20080216.1
  7. Release: 2%{?_dist_release}
  8. License: Arphic Public License
  9. Group: User Interface/X
  10. URL: http://freedesktop.org/wiki/Software/CJKUnifonts
  11. Source0: ttf-arphic-uming_%{version}.orig.tar.gz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. Requires: TrueType-%{fontname}-doc
  15. %description
  16. This Chinese Unicode TrueType fonts derived from the original fonts
  17. generously made available by Arphic Technology under the
  18. "Arphic Public License" and extended by the CJK Unifonts project.
  19. %description -l ja
  20. この中国語ユニコード TrueType フォントは
  21. "Arphic Public License" で Arphic Technology により
  22. 寛大にも使用可能となったオリジナルのフォントに由来し、
  23. CJK Unifonts project により拡張されています。
  24. %package doc
  25. Summary: CJKUnifonts uming documents
  26. Summary(ja): CJKUnifonts uming ドキュメント
  27. Group: User Interface/X
  28. %description doc
  29. This package includes important documents for CJKUnifonts uming
  30. includes enduser license.
  31. %description -l ja doc
  32. このパッケージには CJKUnifonts uming のライセンスを含む
  33. ドキュメント類が含まれています。
  34. %prep
  35. %setup -q -c -n %{name}-%{version}
  36. %clean
  37. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  38. rm -rf ${RPM_BUILD_ROOT}
  39. fi
  40. %build
  41. %install
  42. rm -rf %{buildroot}
  43. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  44. cp -a *.ttc $RPM_BUILD_ROOT%{_fontdir}
  45. %post
  46. %__font_install_post %{_fontdir}
  47. %postun
  48. %__font_install_postun %{_fontdir}
  49. %files
  50. %{_fontdir}/uming.ttc
  51. %files doc
  52. %doc license/* Font_Comparison_ShanHeiSun_UMing.*
  53. %doc CONTRIBUTERS FONTLOG INSTALL KNOWN_ISSUES NEWS README TODO
  54. %changelog
  55. * Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 0.2.20080216.1-2
  56. - built with gcc-4.8
  57. * Sun Sep 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.20080216.1-1
  58. - initial build for VineSeed