123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- %define fontname ubuntufont
- %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
- Name: TrueType-%{fontname}
- Summary: Ubuntu font family
- Summary(ja): Ubuntu フォントファミリ
- Version: 0.80
- Release: 2%{?_dist_release}
- License: Ubuntu Font License 1.0
- Group: User Interface/X
- URL: http://font.ubuntu.com/
- Source0: ubuntu-font-family-%{version}.zip
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- BuildRequires: unzip
- Requires: TrueType-%{fontname}-mono
- Requires: TrueType-%{fontname}-sans
- Requires: TrueType-%{fontname}-doc
- Obsoletes: TrueType-%{fontname}-bold
- Obsoletes: TrueType-%{fontname}-italic
- Obsoletes: TrueType-%{fontname}-regular
- %description
- The Ubuntu Font Family are a set of matching new libre/open fonts in
- development during 2010--2011.
- %description -l ja
- Ubuntu フォントファミリは2010年から2011年の間に開発された
- 自由でオープンな新しいフォントのセットです。
- %package mono
- Summary: Ubuntu font family monospace
- Summary(ja): Ubuntu フォントファミリ 等幅
- Group: User Interface/X
- %description mono
- This package includes Ubuntu font family monospace font.
- %description -l ja mono
- このパッケージには Ubuntu フォントファミリ 等幅フォントが含まれています。
- %package sans
- Summary: Ubuntu font family sanserif
- Summary(ja): Ubuntu フォントファミリ サンセリフ
- Group: User Interface/X
- %description sans
- This package includes Ubuntu font family sanserif fonts.
- %description -l ja sans
- このパッケージには Ubuntu フォントファミリ サンセリフフォントが含まれています。
- %package doc
- Summary: Ubuntu font family documents
- Summary(ja): Ubuntu フォントファミリドキュメント
- Group: User Interface/X
- %description doc
- This package includes important documents for Ubuntu font family
- includes enduser license.
- %description -l ja doc
- このパッケージには Ubuntu フォントファミリのライセンスを含む
- ドキュメント類が含まれています。
- %prep
- %setup -q -c -T
- %{_bindir}/unzip -ojq %{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 mono
- %__font_install_post %{_fontdir}
- %post sans
- %__font_install_post %{_fontdir}
- %postun mono
- %__font_install_postun %{_fontdir}
- %postun sans
- %__font_install_postun %{_fontdir}
- %files
- %files mono
- %{_fontdir}/UbuntuMono*.ttf
- %files sans
- %{_fontdir}/Ubuntu-*.ttf
- %files doc
- %doc *.txt
- %changelog
- * Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 0.80-2
- - built with gcc-4.8
- * Sat Oct 01 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.80-1
- - new upstream release
- - obsoleted bold, italic, regular packages
- - reorganized two packages, -mono and -sans
- * Sat Dec 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.70.1-1
- - initial build for VineSeed
|