123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- %define fontname hanazono-mincho
- %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
- Name: TrueType-%{fontname}
- Summary: Hanazono mincho font
- Summary(ja): 花園明朝フォント
- Version: 20160201
- Release: 1%{?_dist_release}
- License: Hanazono Font License, OFL
- Group: User Interface/X
- URL: http://fonts.jp/hanazono/
- Source0: hanazono-%{version}.zip
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- BuildRequires: unzip
- Requires: TrueType-%{fontname}-doc
- %description
- Hanazono mincho font is Japanese TrueType mincho font
- that made by KAGE system and FontForge.
- This font contains about 80,214 characters (and 2 SPACEs)
- defined in ISO/IEC 10646 standard / the Unicode standard.
- %description -l ja
- 花園明朝フォントは KAGE システムと FontForge により作成された
- 日本語 TrueType 明朝フォントです。
- このフォントに含まれている文字種は ISO/IEC 10646および
- Unicode 標準に収録されている80,214文字(と2つのスペース)となります。
- %package doc
- Summary: Hanazono font documents
- Summary(ja): 花園明朝フォントドキュメント
- Group: User Interface/X
- %description doc
- This package includes important documents
- for Hanazono mincho font includes enduser license.
- %description -l ja doc
- このパッケージには花園明朝フォントのライセンスを含む
- ドキュメント類が含まれています。
- %prep
- %setup -q -c -T
- %{_bindir}/unzip -jq %{SOURCE0}
- %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 *.ttf $RPM_BUILD_ROOT%{_fontdir}
- %post
- %__font_install_post %{_fontdir}
- %postun
- %__font_install_postun %{_fontdir}
- %files
- %{_fontdir}/*.ttf
- %files doc
- %doc LICENSE.txt README.txt THANKS.txt
- %changelog
- * Sat Apr 23 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20160201-1
- - new upstream release
- * Sat Oct 25 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20141012-1
- - new upstream release
- * Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20131208-1
- - new upstream release
- * Wed Feb 27 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20130222-1
- - new upstream release
- * Thu Apr 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120421-1
- - new upstream release
- * Fri Feb 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120202-1
- - initial build for VineSeed
|