texlive-collection-documentation-chinese-vl.spec 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2011-1:
  3. ## tlpdb2rpmspec collection-documentation-chinese
  4. %global _use_internal_dependency_generator 0
  5. %global __find_provides %{nil}
  6. %global __find_requires %{nil}
  7. %bcond_with firstbuild
  8. %define tex_destdir %{_datadir}
  9. %define texmf %{tex_destdir}/texmf
  10. %define texlive_src %{tex_destdir}/texlive-sources
  11. %define build_tex_destdir %{buildroot}%{tex_destdir}
  12. %define build_texmf %{buildroot}%{texmf}
  13. %define exec_mktexlsr [ -x %{_bindir}/texconfig-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/texconfig-sys rehash
  14. %define exec_texhash [ -x %{_bindir}/texhash ] && PATH=%{_bindir}:$PATH %{_bindir}/texhash
  15. %define exec_updmap [ -x %{_bindir}/updmap-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/updmap-sys
  16. %define exec_fmtutil [ -x %{_bindir}/fmtutil-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/fmtutil-sys --all >/dev/null 2>&1
  17. %define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && %{_sbindir}/update-defaultfont 2> /dev/null
  18. %define vartexfonts %{_var}/lib/texmf/fonts
  19. Summary: TeX Live: Chinese documentation
  20. Summary(ja): TeX Live: Chinese documentation
  21. Name: texlive-collection-documentation-chinese
  22. Version: 2011
  23. Release: 1%{?_dist_release}
  24. License: LPPL, GPL+, LGPLv2+, GFDL
  25. Group: Applications/Publishing
  26. URL:http://www.tug.org/texlive/
  27. Requires: texlive = %{version}
  28. Requires(post): texlive = %{version}
  29. Requires(postun): texlive = %{version}
  30. BuildRequires: texlive-sources = %{version}
  31. BuildArch: noarch
  32. Buildroot: %{_tmppath}/%{name}-%{version}-root
  33. Vendor: Project Vine
  34. Distribution: Vine Linux
  35. Packager: munepi
  36. %description
  37. The TeX Live software distribution offers a complete TeX system for a
  38. variety of Unix, Macintosh, Windows and other platforms. It
  39. encompasses programs for editing, typesetting, previewing and printing
  40. of TeX documents in many different languages, and a large collection
  41. of TeX macros and font libraries.
  42. The distribution includes extensive general documentation about TeX,
  43. as well as the documentation for the included software packages.
  44. This package is a collection of Chinese documentation:
  45. This package contains the following CTAN packages:
  46. asymptote-faq-zh-cn: Asymptote FAQ (Chinese translation).
  47. asymptote-by-example-zh-cn: Asymptote by example.
  48. asymptote-manual-zh-cn: A Chinese translation of the asymptote manual.
  49. ctex-faq: LaTeX FAQ by the Chinese TeX Society (ctex.org).
  50. latex-notes-zh-cn: Chinese Introduction to TeX and LaTeX.
  51. lshort-chinese: Introduction to LaTeX, in Chinese.
  52. texlive-zh-cn: TeX Live manual (Chinese)
  53. %description -l ja
  54. TeX Live ソフトウェアディストリビューションは、
  55. さまざまな Unix, Macintosh, Windows、および
  56. 他のプラットホームに対して完全な TeX システムを提供します。
  57. 多くの異なった言語を含む TeX ドキュメントの
  58. 編集、組版、閲覧、印刷するためのプログラム、
  59. そして、TeX マクロやフォントライブラリの大きなコレクションを
  60. 同梱しています。
  61. このディストリビューションは
  62. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  63. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  64. このパッケージは以下のようなパッケージ集です。
  65. Chinese documentation:
  66. このパッケージは以下の CTAN パッケージを含んでいます:
  67. asymptote-faq-zh-cn: Asymptote FAQ (Chinese translation).
  68. asymptote-by-example-zh-cn: Asymptote by example.
  69. asymptote-manual-zh-cn: A Chinese translation of the asymptote manual.
  70. ctex-faq: LaTeX FAQ by the Chinese TeX Society (ctex.org).
  71. latex-notes-zh-cn: Chinese Introduction to TeX and LaTeX.
  72. lshort-chinese: Introduction to LaTeX, in Chinese.
  73. texlive-zh-cn: TeX Live manual (Chinese)
  74. %prep
  75. %build
  76. %install
  77. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  78. PREF=%{buildroot}%{tex_destdir}
  79. manifest=(
  80. texmf-dist/doc/support/asymptote-faq-zh-cn/README
  81. texmf-dist/doc/support/asymptote-faq-zh-cn/asymptote-faq-zh-cn.pdf
  82. texmf-dist/doc/support/asymptote-faq-zh-cn/src/asy-faq.tex
  83. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-1.asy
  84. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-1.pdf
  85. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-2.asy
  86. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-2.pdf
  87. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-7.asy
  88. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-7.pdf
  89. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-8.asy
  90. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-8.pdf
  91. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-9.asy
  92. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-9.pdf
  93. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.asy
  94. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.pdf
  95. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-2.asy
  96. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-2.pdf
  97. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-4.asy
  98. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-4.pdf
  99. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-1.asy
  100. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-1.pdf
  101. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.asy
  102. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.pdf
  103. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.asy
  104. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.pdf
  105. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-12.asy
  106. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-12.pdf
  107. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-14.asy
  108. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-14.pdf
  109. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-15.asy
  110. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-15.pdf
  111. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-19.asy
  112. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-19.pdf
  113. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-2.asy
  114. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-2.pdf
  115. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-3.asy
  116. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-3.pdf
  117. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-4.asy
  118. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-4.pdf
  119. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-5.asy
  120. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-5.pdf
  121. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-6.asy
  122. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-6.pdf
  123. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.asy
  124. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.pdf
  125. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.asy
  126. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.pdf
  127. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.asy
  128. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.pdf
  129. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.asy
  130. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.pdf
  131. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-9.asy
  132. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-9.pdf
  133. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-4.asy
  134. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-4.pdf
  135. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.asy
  136. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.pdf
  137. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.asy
  138. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.pdf
  139. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.asy
  140. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.pdf
  141. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.asy
  142. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.pdf
  143. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.asy
  144. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.pdf
  145. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.asy
  146. texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.pdf
  147. texmf-dist/doc/support/asymptote-faq-zh-cn/src/preamble_newnew.tex
  148. texmf-dist/doc/support/asymptote-by-example-zh-cn/README
  149. texmf-dist/doc/support/asymptote-by-example-zh-cn/asymptote-by-example-zh-cn.pdf
  150. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/CLEAN.bat
  151. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/MAKEPDF.bat
  152. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/asy.bib
  153. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/asymptote.sty
  154. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/asysyntex.sty
  155. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/cleantmp
  156. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/CJKmove.sty
  157. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/area.asy
  158. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/hanoi.asy
  159. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/hyper.asy
  160. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/movie15.sty
  161. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/recplot.asy
  162. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/stars.asy
  163. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/tiling.asy
  164. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/xiantu.asy
  165. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/gpl-3.0.tex
  166. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/main.tex
  167. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/makepdf
  168. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/myfonts.sty
  169. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/tiling.pdf
  170. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/tiling.tex
  171. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu-ancient.pdf
  172. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu.pdf
  173. texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu.tex
  174. texmf-dist/doc/support/asymptote-manual-zh-cn/README
  175. texmf-dist/doc/support/asymptote-manual-zh-cn/asymptote-manual-zh-cn.pdf
  176. texmf-dist/doc/support/asymptote-manual-zh-cn/src/CDlabel.asy
  177. texmf-dist/doc/support/asymptote-manual-zh-cn/src/CLEAN.bat
  178. texmf-dist/doc/support/asymptote-manual-zh-cn/src/Coons.asy
  179. texmf-dist/doc/support/asymptote-manual-zh-cn/src/Gouraud.asy
  180. texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat
  181. texmf-dist/doc/support/asymptote-manual-zh-cn/src/Pythagoras.asy
  182. texmf-dist/doc/support/asymptote-manual-zh-cn/src/adobefonts.tex
  183. texmf-dist/doc/support/asymptote-manual-zh-cn/src/asycolors.sty
  184. texmf-dist/doc/support/asymptote-manual-zh-cn/src/asysyntex.tex
  185. texmf-dist/doc/support/asymptote-manual-zh-cn/src/axialshade.asy
  186. texmf-dist/doc/support/asymptote-manual-zh-cn/src/bezier2.asy
  187. texmf-dist/doc/support/asymptote-manual-zh-cn/src/beziercurve.asy
  188. texmf-dist/doc/support/asymptote-manual-zh-cn/src/bigsquare.asy
  189. texmf-dist/doc/support/asymptote-manual-zh-cn/src/cleantmp
  190. texmf-dist/doc/support/asymptote-manual-zh-cn/src/clippath.asy
  191. texmf-dist/doc/support/asymptote-manual-zh-cn/src/colons.asy
  192. texmf-dist/doc/support/asymptote-manual-zh-cn/src/colors.asy
  193. texmf-dist/doc/support/asymptote-manual-zh-cn/src/cube.asy
  194. texmf-dist/doc/support/asymptote-manual-zh-cn/src/diagonal.asy
  195. texmf-dist/doc/support/asymptote-manual-zh-cn/src/dots.asy
  196. texmf-dist/doc/support/asymptote-manual-zh-cn/src/fzfonts.tex
  197. texmf-dist/doc/support/asymptote-manual-zh-cn/src/hatch.asy
  198. texmf-dist/doc/support/asymptote-manual-zh-cn/src/join.asy
  199. texmf-dist/doc/support/asymptote-manual-zh-cn/src/labelalign.asy
  200. texmf-dist/doc/support/asymptote-manual-zh-cn/src/labelsquare.asy
  201. texmf-dist/doc/support/asymptote-manual-zh-cn/src/latticeshading.asy
  202. texmf-dist/doc/support/asymptote-manual-zh-cn/src/linecap.asy
  203. texmf-dist/doc/support/asymptote-manual-zh-cn/src/linejoin.asy
  204. texmf-dist/doc/support/asymptote-manual-zh-cn/src/linetype.asy
  205. texmf-dist/doc/support/asymptote-manual-zh-cn/src/logo.asy
  206. texmf-dist/doc/support/asymptote-manual-zh-cn/src/main.tex
  207. texmf-dist/doc/support/asymptote-manual-zh-cn/src/makepdf
  208. texmf-dist/doc/support/asymptote-manual-zh-cn/src/makepen.asy
  209. texmf-dist/doc/support/asymptote-manual-zh-cn/src/mexicanhat.asy
  210. texmf-dist/doc/support/asymptote-manual-zh-cn/src/quartercircle.asy
  211. texmf-dist/doc/support/asymptote-manual-zh-cn/src/shadedtiling.asy
  212. texmf-dist/doc/support/asymptote-manual-zh-cn/src/shadestroke.asy
  213. texmf-dist/doc/support/asymptote-manual-zh-cn/src/square.asy
  214. texmf-dist/doc/support/asymptote-manual-zh-cn/src/subpictures.asy
  215. texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy
  216. texmf-dist/doc/support/asymptote-manual-zh-cn/src/tile.asy
  217. texmf-dist/doc/support/asymptote-manual-zh-cn/src/transparency.asy
  218. texmf-dist/doc/support/asymptote-manual-zh-cn/src/windingnumber.asy
  219. texmf-dist/doc/support/asymptote-manual-zh-cn/src/winfonts.tex
  220. texmf-dist/doc/latex/ctex-faq/README
  221. texmf-dist/doc/latex/ctex-faq/ctex-faq.pdf
  222. texmf-dist/doc/latex/ctex-faq/src/ctex-faq.sty
  223. texmf-dist/doc/latex/ctex-faq/src/ctex-faq.tex
  224. texmf-dist/doc/latex/ctex-faq/src/make.bat
  225. texmf-dist/doc/generic/latex-notes-zh-cn/README
  226. texmf-dist/doc/generic/latex-notes-zh-cn/history.txt
  227. texmf-dist/doc/generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf
  228. texmf-dist/doc/generic/latex-notes-zh-cn/license.txt
  229. texmf-dist/doc/generic/latex-notes-zh-cn/src/basics.tex
  230. texmf-dist/doc/generic/latex-notes-zh-cn/src/dscf4684.jpg
  231. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/arrow.mps
  232. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/color.mps
  233. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/colors.mps
  234. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/curve.mps
  235. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dashed.mps
  236. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dot.mps
  237. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/fill.mps
  238. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/label.mps
  239. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/line.mps
  240. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/loop.mps
  241. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/path.mps
  242. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/predefined.mps
  243. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arc.eps
  244. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arrow.eps
  245. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_axis.eps
  246. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_bezier.eps
  247. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_circle.eps
  248. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_color.eps
  249. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_curve.eps
  250. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_dot.eps
  251. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_fill.eps
  252. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_frame.eps
  253. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_grid.eps
  254. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_label.eps
  255. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_line.eps
  256. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_linestyle.eps
  257. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_origin.eps
  258. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_parabola.eps
  259. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_polygon.eps
  260. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_rput.eps
  261. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_uput.eps
  262. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig.mps
  263. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_left.mps
  264. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_right.mps
  265. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/transform.mps
  266. texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/uline.mps
  267. texmf-dist/doc/generic/latex-notes-zh-cn/src/fonts.tex
  268. texmf-dist/doc/generic/latex-notes-zh-cn/src/graphics.tex
  269. texmf-dist/doc/generic/latex-notes-zh-cn/src/i18n.tex
  270. texmf-dist/doc/generic/latex-notes-zh-cn/src/introduction.tex
  271. texmf-dist/doc/generic/latex-notes-zh-cn/src/lnotes.tex
  272. texmf-dist/doc/generic/latex-notes-zh-cn/src/math.tex
  273. texmf-dist/doc/generic/latex-notes-zh-cn/src/misc.tex
  274. texmf-dist/doc/generic/latex-notes-zh-cn/src/postcript.tex
  275. texmf-dist/doc/generic/latex-notes-zh-cn/src/preface.tex
  276. texmf-dist/doc/generic/latex-notes-zh-cn/src/reading.bib
  277. texmf-dist/doc/generic/latex-notes-zh-cn/src/tables.tex
  278. texmf-dist/doc/latex/lshort-chinese/README
  279. texmf-dist/doc/latex/lshort-chinese/lshort-zh-cn.pdf
  280. texmf-dist/doc/latex/lshort-chinese/src/biblio.tex
  281. texmf-dist/doc/latex/lshort-chinese/src/contrib.tex
  282. texmf-dist/doc/latex/lshort-chinese/src/custom.tex
  283. texmf-dist/doc/latex/lshort-chinese/src/fancyhea.sty
  284. texmf-dist/doc/latex/lshort-chinese/src/graphic.tex
  285. texmf-dist/doc/latex/lshort-chinese/src/lshort-a5.tex
  286. texmf-dist/doc/latex/lshort-chinese/src/lshort-base.tex
  287. texmf-dist/doc/latex/lshort-chinese/src/lshort.sty
  288. texmf-dist/doc/latex/lshort-chinese/src/lshort.tex
  289. texmf-dist/doc/latex/lshort-chinese/src/lssym.tex
  290. texmf-dist/doc/latex/lshort-chinese/src/math.tex
  291. texmf-dist/doc/latex/lshort-chinese/src/myclass.sty
  292. texmf-dist/doc/latex/lshort-chinese/src/mylayout.sty
  293. texmf-dist/doc/latex/lshort-chinese/src/overview.tex
  294. texmf-dist/doc/latex/lshort-chinese/src/spec.tex
  295. texmf-dist/doc/latex/lshort-chinese/src/test.tex
  296. texmf-dist/doc/latex/lshort-chinese/src/things.tex
  297. texmf-dist/doc/latex/lshort-chinese/src/title.tex
  298. texmf-dist/doc/latex/lshort-chinese/src/typeset.tex
  299. texmf-dist/doc/latex/lshort-chinese/src/usefulmacros.sty
  300. texmf-dist/doc/latex/lshort-chinese/src/zhfont.sty
  301. texmf-dist/doc/latex/lshort-chinese/src/zhmath.sty
  302. texmf-dist/doc/latex/lshort-chinese/src/zhspacing.sty
  303. texmf-dist/doc/latex/lshort-chinese/src/zhulem.sty
  304. )
  305. %__mkdir_p ${PREF}/texmf-dist
  306. for i in "${manifest[@]}"; do
  307. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  308. done
  309. ## make symlinks of core script utils
  310. mk_symlinks=(
  311. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  312. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  313. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  314. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  315. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  316. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  317. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  318. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  319. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  320. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  321. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  322. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  323. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  324. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  325. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  326. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  327. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  328. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  329. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  330. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  331. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  332. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  333. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  334. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  335. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  336. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  337. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  338. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  339. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  340. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  341. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  342. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  343. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  344. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  345. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  346. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  347. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  348. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  349. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  350. texlive-collection-fontutils,/usr/bin/cmap2enc,/usr/share/texmf-dist/scripts/fontools/cmap2enc
  351. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  352. texlive-collection-fontutils,/usr/bin/font2afm,/usr/share/texmf-dist/scripts/fontools/font2afm
  353. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  354. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  355. texlive-collection-fontutils,/usr/bin/pfm2kpx,/usr/share/texmf-dist/scripts/fontools/pfm2kpx
  356. texlive-collection-fontutils,/usr/bin/showglyphs,/usr/share/texmf-dist/scripts/fontools/showglyphs
  357. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  358. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  359. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  360. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  361. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  362. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  363. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  364. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  365. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  366. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  367. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  368. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  369. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  370. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  371. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  372. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  373. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  374. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  375. texlive-collection-latexextra,/usr/bin/pdfthumb,/usr/share/texmf-dist/scripts/ppower4/pdfthumb.tlu
  376. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  377. texlive-collection-latexextra,/usr/bin/ppower4,/usr/share/texmf-dist/scripts/ppower4/ppower4.tlu
  378. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  379. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  380. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  381. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  382. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  383. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  384. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  385. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  386. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  387. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  388. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  389. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  390. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  391. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  392. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  393. )
  394. %__mkdir_p %{buildroot}%{_bindir}
  395. pushd %{buildroot}%{_bindir}
  396. for i in "${mk_symlinks[@]}"; do
  397. tlc=$(echo $i | cut -f 1 -d",")
  398. lnk=$(echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  399. rlnk=$(echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  400. [ "%{name}" = "$tlc" ] || continue
  401. [ -f $rlnk ] || exit 1
  402. %__ln_s $rlnk $lnk || exit 1
  403. done
  404. popd
  405. ## Files list
  406. find %{buildroot} -type f -or -type l | \
  407. %__sed -e "s|%{buildroot}||g" > filelist.full
  408. find %{buildroot}%{texmf}-dist -type d | \
  409. %__sed -e "s|^%{buildroot}|%dir |" \
  410. -e "s|$|/|" >> filelist.full
  411. %clean
  412. %__rm -rf %{buildroot}
  413. %post
  414. %{exec_texhash}
  415. exit 0
  416. %postun
  417. if [ "$1" = 0 ]; then
  418. %{exec_texhash}
  419. fi
  420. exit 0
  421. %files -f filelist.full
  422. %defattr(-,root,root,-)
  423. %changelog
  424. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  425. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-documentation-chinese
  426. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  427. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-documentation-chinese
  428. - make symlinks of core script utils (texlive-collection-binextra,
  429. texlive-collection-context, texlive-collection-fontutils,
  430. texlive-collection-langgreek, texlive-collection-langindic,
  431. texlive-collection-latex, texlive-collection-latexextra,
  432. texlive-collection-latexrecommended, texlive-collection-pictures,
  433. texlive-collection-pstricks, texlive-collection-science)
  434. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  435. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-documentation-chinese
  436. - improved %%post
  437. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  438. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-documentation-chinese
  439. - removed arch dependent binaries (texlive-collection-latexextra)
  440. - fixed perl path
  441. - improved updmap process in %%post and %%postun
  442. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  443. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-documentation-chinese