123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- %define fontname ipaexfont
- %define _fontdir %{_datadir}/fonts/OpenType-%{fontname}
- Name: OpenType-%{fontname}
- Summary: IPAex Fonts - JIS X 0213:2004 compliant OpenType fonts
- Summary(ja): IPAex フォント - JIS X 0213:2004に準拠した OpenType フォント
- Version: 1.03
- Release: 1%{?_dist_release}
- License: IPA Font License v1.0
- Group: User Interface/X
- URL: http://ossipedia.ipa.go.jp/ipafont/index.html
- #URL: http://sourceforge.jp/projects/ipafonts/
- Source0: IPAexfont00103.zip
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- BuildRequires: unzip
- Requires: OpenType-%{fontname}-mincho = %{version}
- Requires: OpenType-%{fontname}-gothic = %{version}
- Requires: OpenType-%{fontname}-doc
- %description
- IPAex Fonts are JIS X 0213:2004 compliant OpenType fonts
- based on TrueType outlines.
- This package is meta package to install Mincho and Gothic.
- %description -l ja
- IPAex フォントは、JIS X 0213:2004に準拠した
- TrueType アウトラインベースの OpenType フォントです。
- このパッケージは明朝、ゴシック両書体をインストールするためのメタパッケージです。
- #-- 明朝
- %package mincho
- Summary: IPAex Fonts (Mincho)
- Summary(ja): IPAex フォント(明朝体)
- Group: User Interface/X
- Requires: OpenType-%{fontname}-doc
- %description mincho
- This package includes IPAex Fonts (Mincho).
- %description -l ja mincho
- このパッケージには IPAex フォントの明朝体フォントが含まれています。
- #-- ゴシック
- %package gothic
- Summary: IPAex Fonts (Gothic)
- Summary(ja): IPAex フォント(ゴシック体)
- Group: User Interface/X
- Requires: OpenType-%{fontname}-doc
- %description gothic
- This package includes IPAex Fonts (Gothic).
- %description -l ja gothic
- このパッケージには IPAex フォントのゴシック体フォントが含まれています。
- %package doc
- Summary: %{name} Fonts Documents
- Summary(ja): %{name} フォントドキュメント
- Group: User Interface/X
- %description doc
- This package includes important documents for IPAex Fonts
- includes enduser license.
- %description -l ja doc
- このパッケージには IPAex フォントのライセンスを含む
- ドキュメント類が含まれています。
- %prep
- %setup -q -n IPAexfont00103
- %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 mincho
- %__font_install_post %{_fontdir}
- %post gothic
- %__font_install_post %{_fontdir}
- %postun mincho
- %__font_install_postun %{_fontdir}
- %postun gothic
- %__font_install_postun %{_fontdir}
- %files
- %files mincho
- %{_fontdir}/ipaexm.ttf
- %files gothic
- %{_fontdir}/ipaexg.ttf
- %files doc
- %doc IPA_Font_License_Agreement_v1.0.txt Readme_IPAexfont00103.txt
- %changelog
- * Thu Dec 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.03-1
- - new upstream release
- * Sat Jul 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.02-2
- - fixed document filename
- * Thu May 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.02-1
- - new upstream release
- * Fri Mar 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.01-1
- - initial build for VineSeed
|