OpenType-texgyre-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. %define ver 2.005
  2. %define rel 1
  3. %define fontname texgyre
  4. %define _fontdir %{_datadir}/fonts/OpenType-%{fontname}
  5. Summary: The TeX Gyre (TG) Collection of Fonts
  6. Summary(ja): TeX Gyreフォントコレクション
  7. Name: OpenType-%{fontname}
  8. Version: %{ver}
  9. Release: %{rel}%{?_dist_release}
  10. Source0: http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-%{version}otf.zip
  11. Source1: GUST-FONT-LICENSE.txt
  12. License: GUST Font Licens
  13. Group: User Interface/X
  14. URL: http://www.gust.org.pl/projects/e-foundry/tex-gyre
  15. BuildArch: noarch
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: ara_t
  20. %description
  21. tex-gyre -- TeX Fonts extending freely available URW fonts
  22. The TeX-Gyre bundle consists of six font families:
  23. TeX Gyre Adventor is based on the URW Gothic L family of fonts
  24. (which is derived from ITC Avant Garde Gothic,
  25. designed by Herb Lubalin and Tom Carnase).
  26. TeX Gyre Bonum is based on the URW Bookman L family
  27. (from Bookman Old Style, designed by Alexander Phemister).
  28. TeX Gyre Chorus is based on URW Chancery L Medium Italic
  29. (from ITC Zapf Chancery, designed by Hermann Zapf in 1979).
  30. TeX-Gyre Cursor is based on URW Nimbus Mono L
  31. (based on Courier, designed by Howard G. Kettler in 1955, for IBM).
  32. TeX Gyre Heros is based on URW Nimbus Sans L
  33. (from Helvetica, prepared by Max Miedinger, with Eduard Hoffmann in 1957).
  34. TeX Gyre Pagella is based on URW Palladio L
  35. (from Palatino, designed by Hermann Zapf in the 1940s).
  36. TeX Gyre Schola is based on the URW Century Schoolbook L family
  37. (which was designed by Morris Fuller Benton for the American Type Founders).
  38. TeX Gyre Termes is based on the URW Nimbus Roman No9 L family of fonts
  39. (whose original, Times, was designed by Stanley Morison together
  40. with Starling Burgess and Victor Lardent and first offered by Monotype).
  41. %prep
  42. %setup -q -T -a 0 -c
  43. %build
  44. %install
  45. %{__rm} -rf ${RPM_BUILD_ROOT}
  46. %{__mkdir_p} ${RPM_BUILD_ROOT}%{_fontdir}
  47. %{__mkdir_p} ${RPM_BUILD_ROOT}%{_docdir}/%{name}
  48. %{__install} -m0644 *.otf ${RPM_BUILD_ROOT}%{_fontdir}
  49. %{__install} -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_docdir}/%{name}
  50. %clean
  51. %{__rm} -rf ${RPM_BUILD_ROOT}
  52. %post
  53. %__font_install_post %{_fontdir}
  54. %postun
  55. %__font_install_postun %{_fontdir}
  56. %files
  57. %defattr(-,root,root)
  58. %{_fontdir}
  59. %{_docdir}
  60. %changelog
  61. * Sun Oct 08 2017 Toshiaki Ara <ara_t@384.jp> 2.005-1
  62. - initial build for Vine Linux