TrueType-ubuntufont-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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.83
  7. Release: 1%{?_dist_release}
  8. License: Ubuntu Font License 1.0
  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}-mono
  16. Requires: TrueType-%{fontname}-sans
  17. Requires: TrueType-%{fontname}-doc
  18. Obsoletes: TrueType-%{fontname}-bold
  19. Obsoletes: TrueType-%{fontname}-italic
  20. Obsoletes: TrueType-%{fontname}-regular
  21. %description
  22. The Ubuntu Font Family are a set of matching new libre/open fonts in
  23. development during 2010--2011.
  24. %description -l ja
  25. Ubuntu フォントファミリは2010年から2011年の間に開発された
  26. 自由でオープンな新しいフォントのセットです。
  27. %package mono
  28. Summary: Ubuntu font family monospace
  29. Summary(ja): Ubuntu フォントファミリ 等幅
  30. Group: User Interface/X
  31. %description mono
  32. This package includes Ubuntu font family monospace font.
  33. %description -l ja mono
  34. このパッケージには Ubuntu フォントファミリ 等幅フォントが含まれています。
  35. %package sans
  36. Summary: Ubuntu font family sanserif
  37. Summary(ja): Ubuntu フォントファミリ サンセリフ
  38. Group: User Interface/X
  39. %description sans
  40. This package includes Ubuntu font family sanserif fonts.
  41. %description -l ja sans
  42. このパッケージには Ubuntu フォントファミリ サンセリフフォントが含まれています。
  43. %package doc
  44. Summary: Ubuntu font family documents
  45. Summary(ja): Ubuntu フォントファミリドキュメント
  46. Group: User Interface/X
  47. %description doc
  48. This package includes important documents for Ubuntu font family
  49. includes enduser license.
  50. %description -l ja doc
  51. このパッケージには Ubuntu フォントファミリのライセンスを含む
  52. ドキュメント類が含まれています。
  53. %prep
  54. %setup -q -c -T
  55. %{_bindir}/unzip -ojq %{SOURCE0}
  56. %clean
  57. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  58. rm -rf ${RPM_BUILD_ROOT}
  59. fi
  60. %build
  61. %install
  62. rm -rf %{buildroot}
  63. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  64. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  65. %post mono
  66. %__font_install_post %{_fontdir}
  67. %post sans
  68. %__font_install_post %{_fontdir}
  69. %postun mono
  70. %__font_install_postun %{_fontdir}
  71. %postun sans
  72. %__font_install_postun %{_fontdir}
  73. %files
  74. %files mono
  75. %{_fontdir}/UbuntuMono*.ttf
  76. %files sans
  77. %{_fontdir}/Ubuntu-*.ttf
  78. %files doc
  79. %doc *.txt
  80. %changelog
  81. * Tue Apr 19 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.83-1
  82. - new upstream release
  83. * Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 0.80-2
  84. - built with gcc-4.8
  85. * Sat Oct 01 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.80-1
  86. - new upstream release
  87. - obsoleted bold, italic, regular packages
  88. - reorganized two packages, -mono and -sans
  89. * Sat Dec 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.70.1-1
  90. - initial build for VineSeed