TrueType-liberation-vl.spec 8.1 KB

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