TrueType-ubuntufont-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. %define fontname ubuntufont
  2. %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
  3. Name: TrueType-%{fontname}
  4. Summary: Ubuntu font family
  5. Summary(ja): Ubuntu フォントファミリ
  6. Version: 0.70.1
  7. Release: 1%{?_dist_release}
  8. License: Ubuntu Font License
  9. Group: User Interface/X
  10. URL: http://font.ubuntu.com/
  11. Source0: ubuntu-font-family-%{version}.zip
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. BuildRequires: unzip
  15. Requires: TrueType-%{fontname}-regular
  16. Requires: TrueType-%{fontname}-bold
  17. Requires: TrueType-%{fontname}-italic
  18. Requires: TrueType-%{fontname}-doc
  19. %description
  20. The Ubuntu Font Family are a set of matching new libre/open fonts in
  21. development during 2010--2011.
  22. %description -l ja
  23. Ubuntu フォントファミリは2010年から2011年の間に開発された
  24. 自由でオープンな新しいフォントのセットです。
  25. %package regular
  26. Summary: Ubuntu font family regular
  27. Summary(ja): Ubuntu フォントファミリ レギュラー
  28. Group: User Interface/X
  29. %description regular
  30. This package includes Ubuntu font family regular font.
  31. %description -l ja regular
  32. このパッケージには Ubuntu フォントファミリ レギュラーフォントが含まれています。
  33. %package bold
  34. Summary: Ubuntu font family bold
  35. Summary(ja): Ubuntu フォントファミリ ボールド
  36. Group: User Interface/X
  37. %description bold
  38. This package includes Ubuntu font family bold fonts.
  39. %description -l ja bold
  40. このパッケージには Ubuntu フォントファミリ ボールドフォントが含まれています。
  41. %package italic
  42. Summary: Ubuntu font family italic
  43. Summary(ja): Ubuntu フォントファミリ イタリック
  44. Group: User Interface/X
  45. %description italic
  46. This package includes Ubuntu font family italic font.
  47. %description -l ja italic
  48. このパッケージには Ubuntu フォントファミリ イタリックフォントが含まれています。
  49. %package doc
  50. Summary: Ubuntu font family documents
  51. Summary(ja): Ubuntu フォントファミリドキュメント
  52. Group: User Interface/X
  53. %description doc
  54. This package includes important documents for Ubuntu font family
  55. includes enduser license.
  56. %description -l ja doc
  57. このパッケージには Ubuntu フォントファミリのライセンスを含む
  58. ドキュメント類が含まれています。
  59. %prep
  60. %setup -q -c -T
  61. %{_bindir}/unzip -ojq %{SOURCE0}
  62. %clean
  63. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  64. rm -rf ${RPM_BUILD_ROOT}
  65. fi
  66. %build
  67. %install
  68. rm -rf %{buildroot}
  69. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  70. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  71. %post regular
  72. %__font_install_post %{_fontdir}
  73. %post bold
  74. %__font_install_post %{_fontdir}
  75. %post italic
  76. %__font_install_post %{_fontdir}
  77. %postun regular
  78. %__font_install_postun %{_fontdir}
  79. %postun bold
  80. %__font_install_postun %{_fontdir}
  81. %postun italic
  82. %__font_install_postun %{_fontdir}
  83. %files
  84. %files regular
  85. %{_fontdir}/Ubuntu-R.ttf
  86. %files bold
  87. %{_fontdir}/Ubuntu-B*.ttf
  88. %files italic
  89. %{_fontdir}/Ubuntu-I.ttf
  90. %files doc
  91. %doc *.txt
  92. %changelog
  93. * Sat Dec 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.70.1-1
  94. - initial build for VineSeed