TrueType-liberation-vl.spec 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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.07.0
  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-ttf-%{version}
  76. %clean
  77. if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
  78. rm -rf ${RPM_BUILD_ROOT}
  79. fi
  80. %build
  81. %install
  82. rm -rf %{buildroot}
  83. mkdir -p $RPM_BUILD_ROOT%{_fontdir}
  84. cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
  85. %post sans
  86. %__font_install_post %{_fontdir}
  87. %post serif
  88. %__font_install_post %{_fontdir}
  89. %post mono
  90. %__font_install_post %{_fontdir}
  91. %postun sans
  92. %__font_install_postun %{_fontdir}
  93. %postun serif
  94. %__font_install_postun %{_fontdir}
  95. %postun mono
  96. %__font_install_postun %{_fontdir}
  97. %files
  98. %files sans
  99. %{_fontdir}/LiberationSans*.ttf
  100. %files serif
  101. %{_fontdir}/LiberationSerif-*.ttf
  102. %files mono
  103. %{_fontdir}/LiberationMono-*.ttf
  104. %files doc
  105. %doc AUTHORS COPYING ChangeLog License.txt README TODO
  106. %changelog
  107. * Wed Jun 01 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.07.0-1
  108. - new upstream release
  109. * Thu Jul 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.06.0.20100721-1
  110. - new upstream release
  111. - added TODO in %%doc
  112. * Wed Jun 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.3.20100621-1
  113. - new upstream release
  114. * Mon May 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.3.20100510-1
  115. - new upstream release
  116. - added Requires: TrueType-%{fontname}-doc = %{version}
  117. * Sun Dec 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.2.20091227-1
  118. - new upstream release
  119. * Wed Jul 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.1.20090721-1
  120. - new upstream release
  121. * Fri Jul 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.1.20090706-1
  122. - new upstream release
  123. * Tue Apr 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.04.93-1
  124. - initial build for VineSeed
  125. * Fri Jan 09 2009 Caius Chance <cchance@redhat.com> - 1.04.93-3.fc11
  126. - Resolves: rhbz#477410 (Convert to new font packaging guidelines.)
  127. * Tue Dec 09 2008 Caius Chance <cchance@redhat.com> - 1.04.93-2.fc11
  128. - Resolves: rhbz#474522 (Cent sign is not coressed in Sans & Mono.)
  129. * Wed Dec 03 2008 Caius Chance <cchance@redhat.com> - 1.04.93-1.fc11
  130. - Resolves: rhbz#473481
  131. (Blurriness of Greek letter m (U+03BC) in Liberation Sans Regular.)
  132. * Thu Jul 17 2008 Caius Chance <cchance@redhat.com> - 1.04.90-1.fc10
  133. - Resolves: rhbz#258592
  134. (Incorrect glyph points and missing hinting instructions for U+0079, U+03BC,
  135. U+0431, U+2010..2012.)
  136. * Thu Jul 17 2008 Caius Chance <cchance@redhat.com> - 1.04-1.fc10
  137. - Resolves: rhbz#455717 (Update sources to version 1.04.)
  138. - Improved .spec file.
  139. * Thu Jun 12 2008 Caius Chance <cchance@redhat.com> - 1.04-0.1.beta2.fc10
  140. - Updated source version to 1.04.beta2.
  141. - Removed License.txt and COPYING as already included in sources.
  142. * Thu Apr 10 2008 Caius Chance <cchance@redhat.com> - 1.03-1.fc9
  143. - Resolves: rhbz#251890 (Exchanged and incomplete glyphs.)
  144. - Repack source tarball and re-align source version number.
  145. * Mon Mar 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-2
  146. - correct license tag, license explanation added
  147. * Tue Mar 25 2008 Caius Chance <cchance@redhat.com> - 1.02-1.fc9
  148. - Resolves: rhbz#240525 (Alignment mismatch of dot accents.)
  149. * Wed Jan 16 2008 Caius Chance <cchance@redhat.com> - 1.01-1.fc9
  150. - Moved source tarball from cvs to separated storage.
  151. * Mon Jan 14 2008 Caius Chance <cchance@redhat.com> - 1.0-1.fc9
  152. - Resolves: rhbz#428596 (Liberation fonts need to be updated to latest font.)
  153. * Wed Nov 28 2007 Caius Chance <cchance@redhat.com> - 0.2-4.fc9
  154. - Resolves: rhbz#367791 (remove 59-liberation-fonts.conf)
  155. * Wed Sep 12 2007 Jens Petersen <petersen@redhat.com> - 0.2-3.fc8
  156. - add fontdir macro
  157. - create fonts.dir and fonts.scale (reported by Mark Alford, #245961)
  158. - add catalogue symlink
  159. * Wed Sep 12 2007 Jens Petersen <petersen@redhat.com> - 0.2-2.fc8
  160. - update license field to GPLv2
  161. * Thu Jun 14 2007 Caius Chance <cchance@redhat.com> 0.2-1.fc8
  162. - Updated new source tarball from upstream: '-3' (version 0.2).
  163. * Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> 0.1-9
  164. - Bump revision
  165. * Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> 0.1-8
  166. - Change the license tag to "GPL + font exception"
  167. * Mon May 14 2007 Matthias Clasen <mclasen@redhat.com> 0.1-7
  168. - Correct the source url
  169. * Mon May 14 2007 Matthias Clasen <mclasen@redhat.com> 0.1-6
  170. - Incorporate package review feedback
  171. * Fri May 11 2007 Matthias Clasen <mclasen@redhat.com> 0.1-5
  172. - Bring the package in sync with Fedora packaging standards
  173. * Wed Apr 25 2007 Meethune Bhowmick <bhowmick@redhat.com> 0.1-4
  174. - Require fontconfig package for post and postun
  175. * Tue Apr 24 2007 Meethune Bhowmick <bhowmick@redhat.com> 0.1-3
  176. - Bump version to fix issue in RHEL4 RHN
  177. * Thu Mar 29 2007 Richard Monk <rmonk@redhat.com> 0.1-2rhis
  178. - New license file
  179. * Thu Mar 29 2007 Richard Monk <rmonk@redhat.com> 0.1-1rhis
  180. - Inital packaging