texlive-common-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. ## -*- coding: utf-8-unix -*-
  2. %bcond_with firstbuild
  3. Obsoletes: texlive-common < %{version}
  4. Obsoletes: jadetex tetex dvipdfmx xdvik xdvik-motif
  5. Obsoletes: tetex-latex tetex-afm tetex-type1 tetex-devel
  6. Obsoletes: pTeX pLaTeX2e pLaTeX2e_Macros dvipsk
  7. Obsoletes: dvipdfm texmacro-aps
  8. Obsoletes: makejvf <= 1.1a
  9. Obsoletes: task-texmacro-phys < 1.1
  10. Summary: Common base for all TeX Live packages
  11. Summary(ja): TeX Live パッケージの共通ベース
  12. Name: texlive-common
  13. Version: 2016
  14. Release: 1%{?_dist_release}
  15. License: distributable
  16. Group: Applications/Publishing
  17. URL: http://www.tug.org/texlive/
  18. Requires: texlive = %{version}
  19. Requires: texlive-collection-basic = %{version}
  20. Requires: texlive-collection-latex = %{version}
  21. #### $ pdftex -ini -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini
  22. ## dehypht-x-2009-06-19.tex
  23. Requires: texlive-collection-langgerman = %{version}
  24. ## catkoi
  25. Requires: texlive-collection-langcyrillic = %{version}
  26. ## grahyph5.tex
  27. ## dehypht-x-2009-06-19.tex
  28. Requires: texlive-collection-langgreek = %{version}
  29. #### $ xetex -ini -jobname=xelatex -progname=xelatex -etex xelatex.ini
  30. ## unicode-letters
  31. Requires: texlive-collection-xetex = %{version}
  32. Requires: texlive-collection-langcjk = %{version}
  33. Requires: texlive-collection-langjapanese = %{version}
  34. BuildArch: noarch
  35. Buildroot: %{_tmppath}/%{name}-%{version}-root
  36. Vendor: Project Vine
  37. Distribution: Vine Linux
  38. Packager: munepi
  39. %description
  40. The TeX Live software distribution offers a complete TeX system for a
  41. variety of Unix, Macintosh, Windows and other platforms. It
  42. encompasses programs for editing, typesetting, previewing and printing
  43. of TeX documents in many different languages, and a large collection
  44. of TeX macros and font libraries.
  45. The distribution includes extensive general documentation about TeX,
  46. as well as the documentation for the included software packages.
  47. This package is a virtual package
  48. to provide a common base for all TeX Live packages.
  49. %description -l ja
  50. TeX Live ソフトウェアディストリビューションは、
  51. さまざまな Unix, Macintosh, Windows、および
  52. 他のプラットホームに対して完全な TeX システムを提供します。
  53. 多くの異なった言語を含む TeX ドキュメントの
  54. 編集、組版、閲覧、印刷するためのプログラム、
  55. そして、TeX マクロやフォントライブラリの大きなコレクションを
  56. 同梱しています。
  57. このディストリビューションは
  58. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  59. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  60. このパッケージは TeX Live パッケージの共通ベースを
  61. 提供ための仮想パッケージです。
  62. %files
  63. %changelog
  64. * Thu Apr 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-1
  65. - TeX Live 2016
  66. * Mon Jan 11 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2
  67. - dropped Provides: jadetex
  68. * Mon Apr 27 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1
  69. - TeX Live 2015
  70. * Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
  71. - TeX Live 2014
  72. * Mon Jan 13 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2
  73. - rebuilt
  74. * Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1
  75. - TeX Live 2013
  76. * Wed Nov 21 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  77. - TeX Live 2012
  78. * Sat Nov 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  79. - TeX Live 2011
  80. * Mon May 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-6
  81. - added Requires(post): for all requirements of texlive-collection-*
  82. - added Requires: texlive
  83. * Sat Apr 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-5
  84. - improved %%post
  85. - checked the maps containing Require(post) dependencies
  86. * Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  87. - added Requires(post): texlive
  88. - changed Requires(pre): -> Requires(post): for all requirements
  89. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  90. - added to remove %%{texmf}/updmap.lock in %%post
  91. - When texlive-common is installed, this lock generating
  92. texlive-collection-* leaves.
  93. - dropped %%postun
  94. - added some comments for the definition of %%exec_fmtutil
  95. * Sat Jan 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  96. - changed Requires: -> Requires(pre): for all requirements
  97. - merged dependencies of Provides:/Obsoletes: tags from texlive-vl.spec
  98. * Mon Jul 19 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  99. - TeX Live 2009