123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- %define fontname stix
- %define fontname_cap STIX
- %define _fontdir %{_datadir}/fonts/OpenType-%{fontname}
- Name: OpenType-%{fontname}
- Summary: the Scientific and Technical Information eXchange fonts
- Summary(ja): 数式用のフリーなフォント STIX フォント
- Version: 1.1.0
- Release: 1%{?_dist_release}
- License: OFL
- Group: User Interface/X
- URL: http://www.stixfonts.org/
- Source0: %{fontname_cap}v%{version}.zip
- BuildRequires: unzip
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- Requires: OpenType-%{fontname}-doc
- %description
- The mission of the Scientific and Technical Information Exchange (STIX) font
- creation project is the preparation of a comprehensive set of fonts that
- serve the scientific and engineering community in the process from manuscript
- creation through final publication, both in electronic and print formats.
- %package doc
- Summary: STIX font Document
- Summary(ja): STIX フォントドキュメント
- Group: User Interface/X
- %description doc
- This package includes important documents for STIX font
- includes enduser license.
- %description -l ja doc
- このパッケージには STIX フォントのライセンスを含む
- ドキュメント類が含まれています。
- %prep
- %setup -q -c -n %{fontname_cap}v%{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 Fonts/STIX-General/*.otf $RPM_BUILD_ROOT%{_fontdir}
- cp -a Fonts/STIX-Word/*.otf $RPM_BUILD_ROOT%{_fontdir}
- %post
- %__font_install_post %{_fontdir}
- %postun
- %__font_install_postun %{_fontdir}
- %files
- %{_fontdir}/*.otf
- %files doc
- %doc License/STIX\ Font\ License\ 2010.pdf
- %doc STIX\ Font\ 1.1.0\ Release\ Documentation.doc
- %changelog
- * Wed Apr 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
- - new upstream release
- * Tue Aug 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-1
- - initial build for VineSeed
|