texlive-collection-games-vl.spec 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1:
  3. ## tlpdb2rpmspec collection-games
  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: Games typesetting
  43. Summary(ja): TeX Live: Games typesetting
  44. Name: texlive-collection-games
  45. Version: 2012
  46. Release: 1%{?_dist_release}
  47. License: GPL+, Public Domain, LPPL 1.2, LPPL, Freely redistributable without restriction, LPPL 1.3
  48. Group: Applications/Publishing
  49. URL:http://www.tug.org/texlive/
  50. Requires: texlive = %{version}
  51. Requires: texlive-collection-latex = %{version}
  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 Games typesetting:
  69. Setups for typesetting various games, including chess.
  70. This package contains the following CTAN packages:
  71. bartel-chess-fonts: A set of fonts supporting chess diagrams.
  72. chess: Fonts for typesetting chess boards.
  73. chess-problem-diagrams: A package for typesetting chess problem diagrams.
  74. chessboard: Print chess boards.
  75. chessfss: A package to handle chess fonts.
  76. crossword: Typeset crossword puzzles.
  77. crosswrd: Macros for typesetting crossword puzzles.
  78. egameps: LaTeX package for typesetting extensive games.
  79. gamebook: Typeset gamebooks and other interactive novels.
  80. go: Fonts and macros for typesetting go games.
  81. hanoi: Tower of Hanoi in TeX.
  82. hexgame: Provide an environment to draw a hexgame-board.
  83. othello: Create othello boards in LaTeX.
  84. othelloboard: Typeset Othello (Reversi) diagrams of any size, with annotations.
  85. psgo: Typeset go diagrams with PSTricks.
  86. reverxii: Playing Reversi in TeX.
  87. schwalbe-chess: Typeset the German chess magazine "Die Schwalbe"
  88. sgame: LaTeX style for typesetting strategic games.
  89. skak: Fonts and macros for typesetting chess games.
  90. skaknew: The skak chess fonts redone in Adobe Type 1.
  91. sudoku: Create sudoku grids.
  92. sudokubundle: A set of sudoku-related packages.
  93. xq: Support for writing about xiangqi.
  94. xskak: An extension to the skak package for chess typesetting.
  95. %description -l ja
  96. TeX Live ソフトウェアディストリビューションは、
  97. さまざまな Unix, Macintosh, Windows、および
  98. 他のプラットホームに対して完全な TeX システムを提供します。
  99. 多くの異なった言語を含む TeX ドキュメントの
  100. 編集、組版、閲覧、印刷するためのプログラム、
  101. そして、TeX マクロやフォントライブラリの大きなコレクションを
  102. 同梱しています。
  103. このディストリビューションは
  104. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  105. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  106. このパッケージは以下のようなパッケージ集です。
  107. Games typesetting:
  108. Setups for typesetting various games, including chess.
  109. このパッケージは以下の CTAN パッケージを含んでいます:
  110. bartel-chess-fonts: A set of fonts supporting chess diagrams.
  111. chess: Fonts for typesetting chess boards.
  112. chess-problem-diagrams: A package for typesetting chess problem diagrams.
  113. chessboard: Print chess boards.
  114. chessfss: A package to handle chess fonts.
  115. crossword: Typeset crossword puzzles.
  116. crosswrd: Macros for typesetting crossword puzzles.
  117. egameps: LaTeX package for typesetting extensive games.
  118. gamebook: Typeset gamebooks and other interactive novels.
  119. go: Fonts and macros for typesetting go games.
  120. hanoi: Tower of Hanoi in TeX.
  121. hexgame: Provide an environment to draw a hexgame-board.
  122. othello: Create othello boards in LaTeX.
  123. othelloboard: Typeset Othello (Reversi) diagrams of any size, with annotations.
  124. psgo: Typeset go diagrams with PSTricks.
  125. reverxii: Playing Reversi in TeX.
  126. schwalbe-chess: Typeset the German chess magazine "Die Schwalbe"
  127. sgame: LaTeX style for typesetting strategic games.
  128. skak: Fonts and macros for typesetting chess games.
  129. skaknew: The skak chess fonts redone in Adobe Type 1.
  130. sudoku: Create sudoku grids.
  131. sudokubundle: A set of sudoku-related packages.
  132. xq: Support for writing about xiangqi.
  133. xskak: An extension to the skak package for chess typesetting.
  134. %package doc
  135. Summary: TeX Live: Documentation files of %{name}
  136. Group: Applications/Publishing
  137. Requires: %{name} = %{version}-%{release}
  138. %description doc
  139. This package contains documentation files of %{name}.
  140. %prep
  141. %build
  142. %install
  143. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  144. PREF=%{buildroot}%{tex_destdir}
  145. manifest=(
  146. texmf-dist/doc/fonts/bartel-chess-fonts/README
  147. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/CGA.mf
  148. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/agfa.mf
  149. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/amiga-PAL.mf
  150. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/amiga.mf
  151. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/chess.mf
  152. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch15.mf
  153. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch30.mf
  154. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch34.mf
  155. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/fselch5mm.mf
  156. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkelch.mfj
  157. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkfootbows.mf
  158. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkmakeneutral.mf
  159. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkparallel.mf
  160. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkscreengrid.mf
  161. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/pkshorten.mf
  162. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px150.mf
  163. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px17.mf
  164. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px20.mf
  165. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px21.mf
  166. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px23.mf
  167. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px25.mf
  168. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px29.mf
  169. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px31.mf
  170. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px33.mf
  171. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px41.mf
  172. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px45.mf
  173. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px49.mf
  174. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px53.mf
  175. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px57.mf
  176. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px63.mf
  177. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px700.mf
  178. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px71.mf
  179. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px72.mf
  180. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px79.mf
  181. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/px9.mf
  182. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/scan.mf
  183. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/screengrid.mf
  184. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/tt.mf
  185. texmf-dist/doc/fonts/bartel-chess-fonts/other-sources/turnboard.mf
  186. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-bishop.mf
  187. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-blackfield.mf
  188. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-chbase.mf
  189. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-equi.mf
  190. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-geo.mf
  191. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-king.mf
  192. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-knight.mf
  193. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-pawn.mf
  194. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-queen.mf
  195. texmf-dist/fonts/source/public/bartel-chess-fonts/elch-rook.mf
  196. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch.mf
  197. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch10.mf
  198. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch11.mf
  199. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch12.mf
  200. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch13.mf
  201. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch14.mf
  202. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch16.mf
  203. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch17.mf
  204. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch20.mf
  205. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch24.mf
  206. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch32.mf
  207. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch36.mf
  208. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch6.mf
  209. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch7.mf
  210. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch8.mf
  211. texmf-dist/fonts/source/public/bartel-chess-fonts/fselch9.mf
  212. texmf-dist/fonts/source/public/bartel-chess-fonts/pkbase.mf
  213. texmf-dist/fonts/source/public/bartel-chess-fonts/pkbishop.mf
  214. texmf-dist/fonts/source/public/bartel-chess-fonts/pkblackfield.mf
  215. texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch10.mf
  216. texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch11.mf
  217. texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch12.mf
  218. texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch14.mf
  219. texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch16.mf
  220. texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch8.mf
  221. texmf-dist/fonts/source/public/bartel-chess-fonts/pkelch9.mf
  222. texmf-dist/fonts/source/public/bartel-chess-fonts/pkgeo.mf
  223. texmf-dist/fonts/source/public/bartel-chess-fonts/pkking.mf
  224. texmf-dist/fonts/source/public/bartel-chess-fonts/pkknight.mf
  225. texmf-dist/fonts/source/public/bartel-chess-fonts/pkpawn.mf
  226. texmf-dist/fonts/source/public/bartel-chess-fonts/pkqueen.mf
  227. texmf-dist/fonts/source/public/bartel-chess-fonts/pkrook.mf
  228. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch10.tfm
  229. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch11.tfm
  230. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch12.tfm
  231. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch13.tfm
  232. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch14.tfm
  233. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch16.tfm
  234. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch17.tfm
  235. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch20.tfm
  236. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch24.tfm
  237. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch32.tfm
  238. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch36.tfm
  239. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch6.tfm
  240. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch7.tfm
  241. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch8.tfm
  242. texmf-dist/fonts/tfm/public/bartel-chess-fonts/fselch9.tfm
  243. texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch10.tfm
  244. texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch11.tfm
  245. texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch12.tfm
  246. texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch14.tfm
  247. texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch16.tfm
  248. texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch8.tfm
  249. texmf-dist/fonts/tfm/public/bartel-chess-fonts/pkelch9.tfm
  250. texmf-dist/doc/fonts/chess/board.epsf
  251. texmf-dist/doc/fonts/chess/boards.ltx
  252. texmf-dist/doc/fonts/chess/changes12
  253. texmf-dist/doc/fonts/chess/chessdiag.Xmf
  254. texmf-dist/doc/fonts/chess/copyright
  255. texmf-dist/doc/fonts/chess/dutch-tt.ltx
  256. texmf-dist/doc/fonts/chess/dutch-tt.tex
  257. texmf-dist/doc/fonts/chess/installation
  258. texmf-dist/doc/fonts/chess/kasparov.ltx
  259. texmf-dist/doc/fonts/chess/makefile
  260. texmf-dist/doc/fonts/chess/readme
  261. texmf-dist/doc/fonts/chess/schaakmaatje.ltx
  262. texmf-dist/doc/fonts/chess/symbols.ltx
  263. texmf-dist/doc/fonts/chess/symbols.tex
  264. texmf-dist/doc/fonts/chess/tal.ltx
  265. texmf-dist/doc/fonts/chess/tal.tex
  266. texmf-dist/doc/fonts/chess/tugboat.ltx
  267. texmf-dist/doc/fonts/chess/tuggame.ltx
  268. texmf-dist/fonts/source/public/chess/README.mf
  269. texmf-dist/fonts/source/public/chess/chess10.mf
  270. texmf-dist/fonts/source/public/chess/chess20.mf
  271. texmf-dist/fonts/source/public/chess/chess30.mf
  272. texmf-dist/fonts/source/public/chess/chessbase.mf
  273. texmf-dist/fonts/source/public/chess/chessdiag.mf
  274. texmf-dist/fonts/source/public/chess/chessf10.mf
  275. texmf-dist/fonts/source/public/chess/chesspieces.mf
  276. texmf-dist/fonts/source/public/chess/empty.mf
  277. texmf-dist/fonts/tfm/public/chess/chess10.tfm
  278. texmf-dist/fonts/tfm/public/chess/chess20.tfm
  279. texmf-dist/fonts/tfm/public/chess/chess30.tfm
  280. texmf-dist/fonts/tfm/public/chess/chessf10.tfm
  281. texmf-dist/fonts/tfm/public/chess/chessfig10.tfm
  282. texmf-dist/tex/latex/chess/chess.sty
  283. texmf-dist/doc/latex/chess-problem-diagrams/README
  284. texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf
  285. texmf-dist/source/latex/chess-problem-diagrams/diagram.dtx
  286. texmf-dist/source/latex/chess-problem-diagrams/diagram.ins
  287. texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty
  288. texmf-dist/doc/latex/chessboard/README
  289. texmf-dist/doc/latex/chessboard/README.TEXLIVE
  290. texmf-dist/source/latex/chessboard/chessboard-src.dtx
  291. texmf-dist/source/latex/chessboard/chessboard.ins
  292. texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty
  293. texmf-dist/tex/latex/chessboard/chessboard-keys-pgf.sty
  294. texmf-dist/tex/latex/chessboard/chessboard-pgf.sty
  295. texmf-dist/tex/latex/chessboard/chessboard.sty
  296. texmf-dist/doc/latex/chessfss/README
  297. texmf-dist/doc/latex/chessfss/README.TEXLIVE
  298. texmf-dist/source/latex/chessfss/chessfss-src.dtx
  299. texmf-dist/source/latex/chessfss/chessfss.ins
  300. texmf-dist/fonts/enc/dvips/chessfss/chess-board-example-enc.enc
  301. texmf-dist/fonts/enc/dvips/chessfss/chess-fig-example-enc.enc
  302. texmf-dist/tex/latex/chessfss/chessfss.sty
  303. texmf-dist/tex/latex/chessfss/lsb1enc.def
  304. texmf-dist/tex/latex/chessfss/lsb1skak.fd
  305. texmf-dist/tex/latex/chessfss/lsb1skaknew.fd
  306. texmf-dist/tex/latex/chessfss/lsb2enc.def
  307. texmf-dist/tex/latex/chessfss/lsb2skak.fd
  308. texmf-dist/tex/latex/chessfss/lsb2skaknew.fd
  309. texmf-dist/tex/latex/chessfss/lsb3enc.def
  310. texmf-dist/tex/latex/chessfss/lsb3skak.fd
  311. texmf-dist/tex/latex/chessfss/lsb3skaknew.fd
  312. texmf-dist/tex/latex/chessfss/lsbc1enc.def
  313. texmf-dist/tex/latex/chessfss/lsbc1skaknew.fd
  314. texmf-dist/tex/latex/chessfss/lsbc2enc.def
  315. texmf-dist/tex/latex/chessfss/lsbc2skaknew.fd
  316. texmf-dist/tex/latex/chessfss/lsbc3enc.def
  317. texmf-dist/tex/latex/chessfss/lsbc3skaknew.fd
  318. texmf-dist/tex/latex/chessfss/lsbc4enc.def
  319. texmf-dist/tex/latex/chessfss/lsbc4skaknew.fd
  320. texmf-dist/tex/latex/chessfss/lsbc5enc.def
  321. texmf-dist/tex/latex/chessfss/lsbc5skaknew.fd
  322. texmf-dist/tex/latex/chessfss/lsbenc.def
  323. texmf-dist/tex/latex/chessfss/lsbskak.fd
  324. texmf-dist/tex/latex/chessfss/lsbskaknew.fd
  325. texmf-dist/tex/latex/chessfss/lsfenc.def
  326. texmf-dist/tex/latex/chessfss/lsfskak.fd
  327. texmf-dist/tex/latex/chessfss/lsfskaknew.fd
  328. texmf-dist/tex/latex/chessfss/lsienc.def
  329. texmf-dist/tex/latex/chessfss/lsiskak.fd
  330. texmf-dist/tex/latex/chessfss/lsiskaknew.fd
  331. texmf-dist/doc/latex/crossword/README
  332. texmf-dist/doc/latex/crossword/cwpuzzle.pdf
  333. texmf-dist/source/latex/crossword/Makefile
  334. texmf-dist/source/latex/crossword/cwpuzzle.dtx
  335. texmf-dist/source/latex/crossword/cwpuzzle.ins
  336. texmf-dist/tex/latex/crossword/cwpuzzle.sty
  337. texmf-dist/doc/latex/crosswrd/README
  338. texmf-dist/doc/latex/crosswrd/crosswrd.pdf
  339. texmf-dist/doc/latex/crosswrd/grid0.tex
  340. texmf-dist/doc/latex/crosswrd/grid1.tex
  341. texmf-dist/doc/latex/crosswrd/grid2.tex
  342. texmf-dist/doc/latex/crosswrd/test0.tex
  343. texmf-dist/doc/latex/crosswrd/test1.tex
  344. texmf-dist/doc/latex/crosswrd/test2.tex
  345. texmf-dist/source/latex/crosswrd/crosswrd.dtx
  346. texmf-dist/source/latex/crosswrd/crosswrd.ins
  347. texmf-dist/tex/latex/crosswrd/crosswrd.sty
  348. texmf-dist/doc/latex/egameps/README
  349. texmf-dist/doc/latex/egameps/egameps.pdf
  350. texmf-dist/doc/latex/egameps/egameps.tex
  351. texmf-dist/tex/latex/egameps/egameps.sty
  352. texmf-dist/doc/latex/gamebook/README
  353. texmf-dist/doc/latex/gamebook/gamebook-example.pdf
  354. texmf-dist/doc/latex/gamebook/gamebook-example.tex
  355. texmf-dist/doc/latex/gamebook/gamebook.pdf
  356. texmf-dist/doc/latex/gamebook/lppl.txt
  357. texmf-dist/source/latex/gamebook/gamebook.dtx
  358. texmf-dist/source/latex/gamebook/gamebook.ins
  359. texmf-dist/tex/latex/gamebook/gamebook.sty
  360. texmf-dist/source/latex/go/gomaps.ltx
  361. texmf-dist/fonts/source/public/go/go.mf
  362. texmf-dist/fonts/source/public/go/go10.mf
  363. texmf-dist/fonts/source/public/go/go15.mf
  364. texmf-dist/fonts/source/public/go/go1bla10.mf
  365. texmf-dist/fonts/source/public/go/go1bla15.mf
  366. texmf-dist/fonts/source/public/go/go1bla20.mf
  367. texmf-dist/fonts/source/public/go/go1black.mf
  368. texmf-dist/fonts/source/public/go/go1whi10.mf
  369. texmf-dist/fonts/source/public/go/go1whi15.mf
  370. texmf-dist/fonts/source/public/go/go1whi20.mf
  371. texmf-dist/fonts/source/public/go/go1white.mf
  372. texmf-dist/fonts/source/public/go/go20.mf
  373. texmf-dist/fonts/source/public/go/go2bla10.mf
  374. texmf-dist/fonts/source/public/go/go2bla15.mf
  375. texmf-dist/fonts/source/public/go/go2bla20.mf
  376. texmf-dist/fonts/source/public/go/go2black.mf
  377. texmf-dist/fonts/source/public/go/go2whi10.mf
  378. texmf-dist/fonts/source/public/go/go2whi15.mf
  379. texmf-dist/fonts/source/public/go/go2whi20.mf
  380. texmf-dist/fonts/source/public/go/go2white.mf
  381. texmf-dist/fonts/source/public/go/gosign50.mf
  382. texmf-dist/fonts/tfm/public/go/go10.tfm
  383. texmf-dist/fonts/tfm/public/go/go15.tfm
  384. texmf-dist/fonts/tfm/public/go/go1bla10.tfm
  385. texmf-dist/fonts/tfm/public/go/go1bla15.tfm
  386. texmf-dist/fonts/tfm/public/go/go1bla20.tfm
  387. texmf-dist/fonts/tfm/public/go/go1whi10.tfm
  388. texmf-dist/fonts/tfm/public/go/go1whi15.tfm
  389. texmf-dist/fonts/tfm/public/go/go1whi20.tfm
  390. texmf-dist/fonts/tfm/public/go/go20.tfm
  391. texmf-dist/fonts/tfm/public/go/go2bla10.tfm
  392. texmf-dist/fonts/tfm/public/go/go2bla15.tfm
  393. texmf-dist/fonts/tfm/public/go/go2bla20.tfm
  394. texmf-dist/fonts/tfm/public/go/go2whi10.tfm
  395. texmf-dist/fonts/tfm/public/go/go2whi15.tfm
  396. texmf-dist/fonts/tfm/public/go/go2whi20.tfm
  397. texmf-dist/fonts/tfm/public/go/gosign50.tfm
  398. texmf-dist/tex/latex/go/go.sty
  399. texmf-dist/tex/plain/hanoi/hanoi.tex
  400. texmf-dist/doc/latex/hexgame/README
  401. texmf-dist/doc/latex/hexgame/hexgame.pdf
  402. texmf-dist/doc/latex/hexgame/hexgame.tex
  403. texmf-dist/tex/latex/hexgame/hexgame.sty
  404. texmf-dist/doc/latex/othello/boards.tex
  405. texmf-dist/doc/latex/othello/ot.bat
  406. texmf-dist/doc/latex/othello/ot1.bat.bat
  407. texmf-dist/doc/latex/othello/othello.tex
  408. texmf-dist/fonts/source/public/othello/ot.mf
  409. texmf-dist/fonts/source/public/othello/ot10.mf
  410. texmf-dist/fonts/source/public/othello/ot15.mf
  411. texmf-dist/fonts/source/public/othello/ot1bla10.mf
  412. texmf-dist/fonts/source/public/othello/ot1bla15.mf
  413. texmf-dist/fonts/source/public/othello/ot1bla20.mf
  414. texmf-dist/fonts/source/public/othello/ot1black.mf
  415. texmf-dist/fonts/source/public/othello/ot1neu.mf
  416. texmf-dist/fonts/source/public/othello/ot1neu10.mf
  417. texmf-dist/fonts/source/public/othello/ot1neu15.mf
  418. texmf-dist/fonts/source/public/othello/ot1neu20.mf
  419. texmf-dist/fonts/source/public/othello/ot1whi10.mf
  420. texmf-dist/fonts/source/public/othello/ot1whi15.mf
  421. texmf-dist/fonts/source/public/othello/ot1whi20.mf
  422. texmf-dist/fonts/source/public/othello/ot1white.mf
  423. texmf-dist/fonts/tfm/public/othello/ot10.tfm
  424. texmf-dist/fonts/tfm/public/othello/ot15.tfm
  425. texmf-dist/fonts/tfm/public/othello/ot1bla10.tfm
  426. texmf-dist/fonts/tfm/public/othello/ot1bla15.tfm
  427. texmf-dist/fonts/tfm/public/othello/ot1bla20.tfm
  428. texmf-dist/fonts/tfm/public/othello/ot1neu10.tfm
  429. texmf-dist/fonts/tfm/public/othello/ot1neu15.tfm
  430. texmf-dist/fonts/tfm/public/othello/ot1neu20.tfm
  431. texmf-dist/fonts/tfm/public/othello/ot1whi10.tfm
  432. texmf-dist/fonts/tfm/public/othello/ot1whi15.tfm
  433. texmf-dist/fonts/tfm/public/othello/ot1whi20.tfm
  434. texmf-dist/tex/latex/othello/othello.sty
  435. texmf-dist/doc/latex/othelloboard/README
  436. texmf-dist/doc/latex/othelloboard/example-rose-chps1-2.pdf
  437. texmf-dist/doc/latex/othelloboard/example-rose-chps1-2.tex
  438. texmf-dist/doc/latex/othelloboard/othelloboard.pdf
  439. texmf-dist/doc/latex/othelloboard/othelloboard.tex
  440. texmf-dist/tex/latex/othelloboard/othelloboard.sty
  441. texmf-dist/doc/latex/psgo/Changes
  442. texmf-dist/doc/latex/psgo/README
  443. texmf-dist/doc/latex/psgo/psgomanual.pdf
  444. texmf-dist/doc/latex/psgo/psgomanual.tex
  445. texmf-dist/tex/latex/psgo/psgo.sty
  446. texmf-dist/doc/plain/reverxii/README
  447. texmf-dist/doc/plain/reverxii/reverxii.pdf
  448. texmf-dist/doc/plain/reverxii/reverxii.tex
  449. texmf-dist/doc/latex/schwalbe-chess/README
  450. texmf-dist/doc/latex/schwalbe-chess/schwalbe.pdf
  451. texmf-dist/source/latex/schwalbe-chess/schwalbe.dtx
  452. texmf-dist/source/latex/schwalbe-chess/schwalbe.ins
  453. texmf-dist/tex/latex/schwalbe-chess/schwalbe.sty
  454. texmf-dist/doc/latex/sgame/README
  455. texmf-dist/doc/latex/sgame/sgame.pdf
  456. texmf-dist/doc/latex/sgame/sgame.tex
  457. texmf-dist/tex/latex/sgame/sgame.sty
  458. texmf-dist/tex/latex/sgame/sgamevar.sty
  459. texmf-dist/doc/latex/skak/README
  460. texmf-dist/doc/latex/skak/WC-2004-S-00007.tex
  461. texmf-dist/doc/latex/skak/_region_.tex
  462. texmf-dist/doc/latex/skak/andreas_wilm_1.tex
  463. texmf-dist/doc/latex/skak/angletst.tex
  464. texmf-dist/doc/latex/skak/debug_storegame.tex
  465. texmf-dist/doc/latex/skak/demo-symbols.tex
  466. texmf-dist/doc/latex/skak/fen_with_black.tex
  467. texmf-dist/doc/latex/skak/font.tex
  468. texmf-dist/doc/latex/skak/font2.tex
  469. texmf-dist/doc/latex/skak/hightest.tex
  470. texmf-dist/doc/latex/skak/informator.pdf
  471. texmf-dist/doc/latex/skak/informator.tex
  472. texmf-dist/doc/latex/skak/ingo-bug1.tex
  473. texmf-dist/doc/latex/skak/lambda.tex
  474. texmf-dist/doc/latex/skak/longmoves.tex
  475. texmf-dist/doc/latex/skak/makefile
  476. texmf-dist/doc/latex/skak/promotion_problem_Ulrike.tex
  477. texmf-dist/doc/latex/skak/refman.pdf
  478. texmf-dist/doc/latex/skak/refman.tex
  479. texmf-dist/doc/latex/skak/show.tex
  480. texmf-dist/doc/latex/skak/skakdoc.pdf
  481. texmf-dist/doc/latex/skak/skakdoc.tex
  482. texmf-dist/doc/latex/skak/special.map
  483. texmf-dist/doc/latex/skak/syntax.tex
  484. texmf-dist/doc/latex/skak/test1.tex
  485. texmf-dist/doc/latex/skak/test2.tex
  486. texmf-dist/doc/latex/skak/test_capture.tex
  487. texmf-dist/doc/latex/skak/tuggame.pdf
  488. texmf-dist/doc/latex/skak/tuggame.tex
  489. texmf-dist/fonts/source/public/skak/skak10.mf
  490. texmf-dist/fonts/source/public/skak/skak15.mf
  491. texmf-dist/fonts/source/public/skak/skak20.mf
  492. texmf-dist/fonts/source/public/skak/skak30.mf
  493. texmf-dist/fonts/source/public/skak/skakbase.mf
  494. texmf-dist/fonts/source/public/skak/skakbrikker.mf
  495. texmf-dist/fonts/source/public/skak/skakf10.mf
  496. texmf-dist/fonts/source/public/skak/skakf10b.mf
  497. texmf-dist/fonts/source/public/skak/skakinf.mf
  498. texmf-dist/fonts/tfm/public/skak/skak10.tfm
  499. texmf-dist/fonts/tfm/public/skak/skak15.tfm
  500. texmf-dist/fonts/tfm/public/skak/skak20.tfm
  501. texmf-dist/fonts/tfm/public/skak/skak30.tfm
  502. texmf-dist/fonts/tfm/public/skak/skakf10.tfm
  503. texmf-dist/fonts/tfm/public/skak/skakf10b.tfm
  504. texmf-dist/tex/latex/skak/chess-workshop-symbols.sty
  505. texmf-dist/tex/latex/skak/lambda.sty
  506. texmf-dist/tex/latex/skak/skak.fd
  507. texmf-dist/tex/latex/skak/skak.sty
  508. texmf-dist/tex/latex/skak/uskak.fd
  509. texmf-dist/doc/fonts/skaknew/README
  510. texmf-dist/doc/fonts/skaknew/SkakNew.pdf
  511. texmf-dist/doc/fonts/skaknew/SkakNew.tex
  512. texmf-dist/doc/fonts/skaknew/fonttables.pdf
  513. texmf-dist/doc/fonts/skaknew/install.vtex
  514. texmf-dist/fonts/afm/public/skaknew/AlphaDia.afm
  515. texmf-dist/fonts/afm/public/skaknew/SkakNew-Diagram.afm
  516. texmf-dist/fonts/afm/public/skaknew/SkakNew-DiagramT.afm
  517. texmf-dist/fonts/afm/public/skaknew/SkakNew-Figurine.afm
  518. texmf-dist/fonts/afm/public/skaknew/SkakNew-FigurineBold.afm
  519. texmf-dist/fonts/map/dvips/skaknew/SkakNew.map
  520. texmf-dist/fonts/opentype/public/skaknew/AlphaDia.otf
  521. texmf-dist/fonts/opentype/public/skaknew/SkakNew-Diagram.otf
  522. texmf-dist/fonts/opentype/public/skaknew/SkakNew-DiagramT.otf
  523. texmf-dist/fonts/opentype/public/skaknew/SkakNew-Figurine.otf
  524. texmf-dist/fonts/opentype/public/skaknew/SkakNew-FigurineBold.otf
  525. texmf-dist/fonts/tfm/public/skaknew/AlphaDia.tfm
  526. texmf-dist/fonts/tfm/public/skaknew/SkakNew-Diagram.tfm
  527. texmf-dist/fonts/tfm/public/skaknew/SkakNew-DiagramT.tfm
  528. texmf-dist/fonts/tfm/public/skaknew/SkakNew-Figurine.tfm
  529. texmf-dist/fonts/tfm/public/skaknew/SkakNew-FigurineBold.tfm
  530. texmf-dist/fonts/type1/public/skaknew/AlphaDia.inf
  531. texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfb
  532. texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfm
  533. texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.inf
  534. texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfb
  535. texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfm
  536. texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.inf
  537. texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfb
  538. texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfm
  539. texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.inf
  540. texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfb
  541. texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfm
  542. texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.inf
  543. texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfb
  544. texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfm
  545. texmf-dist/doc/latex/sudoku/CHANGES
  546. texmf-dist/doc/latex/sudoku/README
  547. texmf-dist/doc/latex/sudoku/sudoku.pdf
  548. texmf-dist/source/latex/sudoku/sudoku.dtx
  549. texmf-dist/source/latex/sudoku/sudoku.ins
  550. texmf-dist/tex/latex/sudoku/sudoku.sty
  551. texmf-dist/doc/latex/sudokubundle/README
  552. texmf-dist/doc/latex/sudokubundle/somesudoku.tex
  553. texmf-dist/doc/latex/sudokubundle/sudokubundle.pdf
  554. texmf-dist/source/latex/sudokubundle/sudokubundle.dtx
  555. texmf-dist/source/latex/sudokubundle/sudokubundle.ins
  556. texmf-dist/tex/latex/sudokubundle/createsudoku.sty
  557. texmf-dist/tex/latex/sudokubundle/printsudoku.sty
  558. texmf-dist/tex/latex/sudokubundle/solvesudoku.sty
  559. texmf-dist/doc/fonts/xq/README
  560. texmf-dist/doc/fonts/xq/xqexample.pdf
  561. texmf-dist/doc/fonts/xq/xqexample.tex
  562. texmf-dist/fonts/source/public/xq/xqaddsignsbase.mf
  563. texmf-dist/fonts/source/public/xq/xqaddsignslarge.mf
  564. texmf-dist/fonts/source/public/xq/xqaddsignsnormal.mf
  565. texmf-dist/fonts/source/public/xq/xqbase.mf
  566. texmf-dist/fonts/source/public/xq/xqhints.mf
  567. texmf-dist/fonts/source/public/xq/xqlarge.mf
  568. texmf-dist/fonts/source/public/xq/xqnormal.mf
  569. texmf-dist/fonts/source/public/xq/xqwestbase.mf
  570. texmf-dist/fonts/source/public/xq/xqwestlarge.mf
  571. texmf-dist/fonts/source/public/xq/xqwestnormal.mf
  572. texmf-dist/fonts/tfm/public/xq/xqlarge.tfm
  573. texmf-dist/fonts/tfm/public/xq/xqnormal.tfm
  574. texmf-dist/tex/latex/xq/xq.sty
  575. texmf-dist/doc/latex/xskak/README
  576. texmf-dist/doc/latex/xskak/README.TEXLIVE
  577. texmf-dist/source/latex/xskak/xskak-src.dtx
  578. texmf-dist/source/latex/xskak/xskak.ins
  579. texmf-dist/tex/latex/xskak/xskak-keys.sty
  580. texmf-dist/tex/latex/xskak/xskak-nagdef.sty
  581. texmf-dist/tex/latex/xskak/xskak.sty
  582. )
  583. %__mkdir_p ${PREF}/texmf-dist
  584. for i in "${manifest[@]}"; do
  585. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  586. done
  587. ## make symlinks of core script utils
  588. mk_symlinks=(
  589. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  590. texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
  591. texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
  592. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  593. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  594. texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
  595. texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
  596. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  597. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  598. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  599. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  600. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  601. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  602. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  603. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  604. texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
  605. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  606. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  607. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  608. texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
  609. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  610. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  611. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  612. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  613. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  614. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  615. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  616. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  617. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  618. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  619. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  620. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  621. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  622. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  623. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  624. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  625. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  626. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  627. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  628. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  629. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  630. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  631. texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
  632. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  633. texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
  634. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  635. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  636. texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
  637. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  638. texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
  639. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  640. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  641. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  642. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  643. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  644. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  645. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  646. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  647. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  648. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  649. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  650. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  651. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  652. texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
  653. texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
  654. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  655. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  656. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  657. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  658. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  659. texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
  660. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  661. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  662. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  663. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  664. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  665. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  666. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  667. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  668. texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
  669. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  670. texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
  671. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  672. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  673. texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
  674. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  675. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  676. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  677. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  678. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  679. texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
  680. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  681. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  682. )
  683. %__mkdir_p %{buildroot}%{_bindir}
  684. pushd %{buildroot}%{_bindir}
  685. for i in "${mk_symlinks[@]}"; do
  686. tlc=$(/bin/echo $i | cut -f 1 -d",")
  687. lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  688. rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  689. [ "%{name}" = "$tlc" ] || continue
  690. [ -f $rlnk ] || exit 1
  691. %__ln_s $rlnk $lnk || exit 1
  692. done
  693. popd
  694. ## Files list
  695. find %{buildroot} -type f -or -type l | \
  696. %__sed -e "s|%{buildroot}||g" > filelist.full
  697. find %{buildroot}%{texmf}-dist -type d | \
  698. %__sed -e "s|^%{buildroot}|%dir |" \
  699. -e "s|$|/|" >> filelist.full
  700. ## subpackages
  701. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  702. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  703. %__mv -f filelist.tmp filelist.full
  704. %clean
  705. %__rm -rf %{buildroot}
  706. %post
  707. %touch_run texhash
  708. %touch_run mtxrun
  709. [ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
  710. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --enable Map SkakNew.map >/dev/null 2>&1 && %touch_run updmap
  711. exit 0
  712. %postun
  713. if [ "$1" = 0 ]; then
  714. %touch_run texhash
  715. [ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
  716. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --disable SkakNew.map >/dev/null 2>&1 && %touch_run updmap
  717. fi
  718. exit 0
  719. %posttrans
  720. %{exec_texhash}
  721. %{exec_mtxrun}
  722. %{exec_updmap}
  723. %{exec_fmtutil}
  724. exit 0
  725. %files -f filelist.full
  726. %defattr(-,root,root,-)
  727. %files -f filelist.doc doc
  728. %defattr(-,root,root,-)
  729. %changelog
  730. * Fri Nov 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  731. - generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-games
  732. * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
  733. - generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-games
  734. - set external dependencies (texlive-collection-binextra,
  735. texlive-collection-fontutils)
  736. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  737. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-games
  738. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  739. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-games
  740. - make symlinks of core script utils (texlive-collection-binextra,
  741. texlive-collection-context, texlive-collection-fontutils,
  742. texlive-collection-langgreek, texlive-collection-langindic,
  743. texlive-collection-latex, texlive-collection-latexextra,
  744. texlive-collection-latexrecommended, texlive-collection-pictures,
  745. texlive-collection-pstricks, texlive-collection-science)
  746. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  747. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-games
  748. - improved %%post
  749. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  750. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-games
  751. - removed arch dependent binaries (texlive-collection-latexextra)
  752. - fixed perl path
  753. - improved updmap process in %%post and %%postun
  754. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  755. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-games