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