TrueType-liberation-vl.spec 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. %define fontname liberation
  2. %define archivename %{name}-%{version}
  3. %define common_desc \
  4. The Liberation Fonts are intended to be replacements for the three most \
  5. commonly used fonts on Microsoft systems: Times New Roman, Arial, and Courier \
  6. New.
  7. %define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
  8. Name: TrueType-%{fontname}
  9. Summary: Fonts to replace commonly used Microsoft Windows fonts
  10. Summary(ja): 一般に使用されている Microsoft Windows のフォントを置換するためのフォント
  11. Version: 1.05.3.20100510
  12. Release: 1%{?_dist_release}
  13. # The license of the Liberation Fonts is a EULA that contains GPLv2 and two
  14. # exceptions:
  15. # The first exception is the standard FSF font exception.
  16. # The second exception is an anti-lockdown clause somewhat like the one in
  17. # GPLv3. This license is Free, but GPLv2 and GPLv3 incompatible.
  18. License: Liberation
  19. Group: User Interface/X
  20. URL: https://www.redhat.com/promo/fonts/
  21. Source0: %{fontname}-fonts-ttf-%{version}.tar.gz
  22. Requires: TrueType-%{fontname}-sans >= %{version}
  23. Requires: TrueType-%{fontname}-serif >= %{version}
  24. Requires: TrueType-%{fontname}-mono >= %{version}
  25. Requires: TrueType-%{fontname}-doc = %{version}
  26. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  27. BuildArch: noarch
  28. %description
  29. %common_desc
  30. Meta-package of Liberation fonts which installs Sans, Serif, and Monospace
  31. families.
  32. %description -l ja
  33. liberation fonts はマイクロソフトのシステムでよく使用される3つのフォント、
  34. Times New Roman・Arial・Courier New を置換することが意図されている
  35. フォントです。
  36. このパッケージは Liberation フォントのメタパッケージです。
  37. Sans・Serif・Monospace の3書体をインストールします。
  38. %package sans
  39. Summary: liberation sans TrueType Fonts
  40. Summary(ja): liberation sans True Type フォント
  41. Group: User Interface/X
  42. Requires: TrueType-liberation-doc
  43. %description sans
  44. This package includes liberation sans TrueType fonts.
  45. %description -l ja sans
  46. このパッケージには liberation sans フォントが含まれています。
  47. %package serif
  48. Summary: liberation serif TrueType Fonts
  49. Summary(ja): liberation serif True Type フォント
  50. Group: User Interface/X
  51. Requires: TrueType-liberation-doc
  52. %description serif
  53. This package includes liberation serif TrueType fonts.
  54. %description -l ja serif
  55. このパッケージには liberation serif フォントが含まれています。
  56. %package mono
  57. Summary: liberation mono TrueType Fonts
  58. Summary(ja): liberation mono True Type フォント
  59. Group: User Interface/X
  60. Requires: TrueType-liberation-doc
  61. %description mono
  62. This package includes liberation mono TrueType fonts.
  63. %description -l ja mono
  64. このパッケージには liberation mono フォントが含まれています。
  65. %package doc
  66. Summary: liberation Font Documents
  67. Summary(ja): liberation フォントドキュメント
  68. Group: User Interface/X
  69. %description doc
  70. This package includes important documents for liberation fonts includes enduser
  71. license.
  72. %description -l ja doc
  73. このパッケージには liberation フォントのライセンスを含むドキュメント類が含まれています。
  74. %prep
  75. %setup -q -n %{fontname}-fonts-%{version}
  76. #mv ttf/*.ttf .
  77. %clean
  78. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  79. rm -rf ${RPM_BUILD_ROOT}
  80. fi
  81. %build
  82. %install
  83. rm -rf %{buildroot}
  84. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  85. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  86. # generate fonts.dir and fonts.scale
  87. #mkfontdir %{buildroot}%{_fontdir}
  88. #mkfontscale %{buildroot}%{_fontdir}
  89. %post sans
  90. %__font_install_post %{_fontdir}
  91. %post serif
  92. %__font_install_post %{_fontdir}
  93. %post mono
  94. %__font_install_post %{_fontdir}
  95. %postun sans
  96. %__font_install_postun %{_fontdir}
  97. %postun serif
  98. %__font_install_postun %{_fontdir}
  99. %postun mono
  100. %__font_install_postun %{_fontdir}
  101. %files
  102. %files sans
  103. %{_fontdir}/LiberationSans*.ttf
  104. %files serif
  105. %{_fontdir}/LiberationSerif-*.ttf
  106. %files mono
  107. %{_fontdir}/LiberationMono-*.ttf
  108. %files doc
  109. %doc AUTHORS COPYING ChangeLog License.txt README
  110. %changelog
  111. * Mon May 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.3.20100510-1
  112. - new upstream release
  113. - added Requires: TrueType-%{fontname}-doc = %{version}
  114. * Sun Dec 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.2.20091227-1
  115. - new upstream release
  116. * Wed Jul 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.1.20090721-1
  117. - new upstream release
  118. * Fri Jul 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.1.20090706-1
  119. - new upstream release
  120. * Tue Apr 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.04.93-1
  121. - initial build for VineSeed
  122. * Fri Jan 09 2009 Caius Chance <cchance@redhat.com> - 1.04.93-3.fc11
  123. - Resolves: rhbz#477410 (Convert to new font packaging guidelines.)
  124. * Tue Dec 09 2008 Caius Chance <cchance@redhat.com> - 1.04.93-2.fc11
  125. - Resolves: rhbz#474522 (Cent sign is not coressed in Sans & Mono.)
  126. * Wed Dec 03 2008 Caius Chance <cchance@redhat.com> - 1.04.93-1.fc11
  127. - Resolves: rhbz#473481
  128. (Blurriness of Greek letter m (U+03BC) in Liberation Sans Regular.)
  129. * Thu Jul 17 2008 Caius Chance <cchance@redhat.com> - 1.04.90-1.fc10
  130. - Resolves: rhbz#258592
  131. (Incorrect glyph points and missing hinting instructions for U+0079, U+03BC,
  132. U+0431, U+2010..2012.)
  133. * Thu Jul 17 2008 Caius Chance <cchance@redhat.com> - 1.04-1.fc10
  134. - Resolves: rhbz#455717 (Update sources to version 1.04.)
  135. - Improved .spec file.
  136. * Thu Jun 12 2008 Caius Chance <cchance@redhat.com> - 1.04-0.1.beta2.fc10
  137. - Updated source version to 1.04.beta2.
  138. - Removed License.txt and COPYING as already included in sources.
  139. * Thu Apr 10 2008 Caius Chance <cchance@redhat.com> - 1.03-1.fc9
  140. - Resolves: rhbz#251890 (Exchanged and incomplete glyphs.)
  141. - Repack source tarball and re-align source version number.
  142. * Mon Mar 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-2
  143. - correct license tag, license explanation added
  144. * Tue Mar 25 2008 Caius Chance <cchance@redhat.com> - 1.02-1.fc9
  145. - Resolves: rhbz#240525 (Alignment mismatch of dot accents.)
  146. * Wed Jan 16 2008 Caius Chance <cchance@redhat.com> - 1.01-1.fc9
  147. - Moved source tarball from cvs to separated storage.
  148. * Mon Jan 14 2008 Caius Chance <cchance@redhat.com> - 1.0-1.fc9
  149. - Resolves: rhbz#428596 (Liberation fonts need to be updated to latest font.)
  150. * Wed Nov 28 2007 Caius Chance <cchance@redhat.com> - 0.2-4.fc9
  151. - Resolves: rhbz#367791 (remove 59-liberation-fonts.conf)
  152. * Wed Sep 12 2007 Jens Petersen <petersen@redhat.com> - 0.2-3.fc8
  153. - add fontdir macro
  154. - create fonts.dir and fonts.scale (reported by Mark Alford, #245961)
  155. - add catalogue symlink
  156. * Wed Sep 12 2007 Jens Petersen <petersen@redhat.com> - 0.2-2.fc8
  157. - update license field to GPLv2
  158. * Thu Jun 14 2007 Caius Chance <cchance@redhat.com> 0.2-1.fc8
  159. - Updated new source tarball from upstream: '-3' (version 0.2).
  160. * Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> 0.1-9
  161. - Bump revision
  162. * Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> 0.1-8
  163. - Change the license tag to "GPL + font exception"
  164. * Mon May 14 2007 Matthias Clasen <mclasen@redhat.com> 0.1-7
  165. - Correct the source url
  166. * Mon May 14 2007 Matthias Clasen <mclasen@redhat.com> 0.1-6
  167. - Incorporate package review feedback
  168. * Fri May 11 2007 Matthias Clasen <mclasen@redhat.com> 0.1-5
  169. - Bring the package in sync with Fedora packaging standards
  170. * Wed Apr 25 2007 Meethune Bhowmick <bhowmick@redhat.com> 0.1-4
  171. - Require fontconfig package for post and postun
  172. * Tue Apr 24 2007 Meethune Bhowmick <bhowmick@redhat.com> 0.1-3
  173. - Bump version to fix issue in RHEL4 RHN
  174. * Thu Mar 29 2007 Richard Monk <rmonk@redhat.com> 0.1-2rhis
  175. - New license file
  176. * Thu Mar 29 2007 Richard Monk <rmonk@redhat.com> 0.1-1rhis
  177. - Inital packaging