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

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