texlive-collection-binextra-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1:
  3. ## tlpdb2rpmspec collection-binextra
  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: TeX auxiliary programs
  43. Summary(ja): TeX Live: TeX auxiliary programs
  44. Name: texlive-collection-binextra
  45. Version: 2012
  46. Release: 1%{?_dist_release}
  47. License: GPL+, LGPLv2+, LPPL, GPLv3+, Knuth, Freely redistributable without restriction, Public Domain, LPPL 1.2, Artistic, LPPL 1.3
  48. Group: Applications/Publishing
  49. URL:http://www.tug.org/texlive/
  50. Requires: texlive = %{version}
  51. Requires: texlive-collection-basic = %{version}
  52. Requires: asymptote
  53. Requires: detex
  54. Requires: dvipng
  55. Requires: latexmk
  56. Requires(post): texlive = %{version}
  57. Requires(postun): texlive = %{version}
  58. #BuildRequires: texlive-sources = %{version}
  59. BuildArch: noarch
  60. Buildroot: %{_tmppath}/%{name}-%{version}-root
  61. Vendor: Project Vine
  62. Distribution: Vine Linux
  63. Packager: munepi
  64. %description
  65. The TeX Live software distribution offers a complete TeX system for a
  66. variety of Unix, Macintosh, Windows and other platforms. It
  67. encompasses programs for editing, typesetting, previewing and printing
  68. of TeX documents in many different languages, and a large collection
  69. of TeX macros and font libraries.
  70. The distribution includes extensive general documentation about TeX,
  71. as well as the documentation for the included software packages.
  72. This package is a collection of TeX auxiliary programs:
  73. Various useful, but non-essential, support programs. Includes
  74. programs and macros for DVI file manipulation, literate
  75. programming, patgen, and the TeX Works Editor.
  76. This package contains the following CTAN packages:
  77. a2ping: Advanced PS, PDF, EPS converter.
  78. asymptote: 2D and 3D TeX-Aware Vector Graphics Language.
  79. bibtex8: A fully 8-bit adaptation of BibTeX 0.99.
  80. bibtexu:
  81. bundledoc: Bundle together all the files needed to build a LaTeX document.
  82. chktex: Check for errors in LaTeX documents.
  83. ctanify: Prepare a package for upload to CTAN.
  84. ctanupload: Support for users uploading to CTAN.
  85. ctie: C version of tie (merging Web change files).
  86. cweb: A Web system in C.
  87. de-macro: Expand private macros in a document.
  88. detex: Strip TeX from a source file.
  89. dtl: Tools to dis-assemble and re-assemble DVI files.
  90. dvi2tty: Produce ASCII from DVI.
  91. dviasm: A utility for editing DVI files.
  92. dvicopy: Copy DVI files, flattening VFs.
  93. dvidvi: Convert one DVI file into another.
  94. dviljk: DVI to Laserjet output.
  95. dvipng: A fast DVI to PNG/GIF converter.
  96. dvipos:
  97. dvisvgm: Converts DVI files to Scalable Vector Graphics format (SVG).
  98. findhyph: Find hyphenated words in a document.
  99. fragmaster: Using psfrag with PDFLaTeX.
  100. hyphenex: Generate a hyphenation exceptions file.
  101. installfont: A bash script for installing a LaTeX font family.
  102. lacheck: LaTeX checker.
  103. latex2man: Translate LaTeX-based manual pages into Unix man format.
  104. latexdiff: Determine and mark up significant differences between latex files.
  105. latexfileversion: Prints the version and date of a LaTeX class or style file.
  106. latexmk: Fully automated LaTeX document generation routine.
  107. listings-ext: Automated input of source.
  108. match_parens: Easily detect mismatched parens.
  109. mkjobtexmf: Generate a texmf tree for a particular job.
  110. patgen: Generate hyphenation patterns.
  111. pdfcrop: Crop PDF graphics.
  112. pdfjam: Shell scripts interfacing to pdfpages.
  113. pdftools: PDF-related utilities, including PostScript-to-PDF conversion
  114. pkfix: Replace pk fonts in PostScript with Type 1 fonts.
  115. pkfix-helper: Make PostScript files accessible to pkfix.
  116. purifyeps: Make EPS work with both LaTeX/dvips and pdfLaTeX.
  117. seetexk: Utilities for manipulating DVI files.
  118. sty2dtx: Create a .dtx file from a .sty file.
  119. synctex:
  120. texcount: Count words in a LaTeX document.
  121. texdef: Display the definitions of TeX commands.
  122. texdiff: Compare documents and produce tagged merge.
  123. texdirflatten: Collect files related to a LaTeX job in a single directory.
  124. texdoc: Documentation access for TeX distributions.
  125. texliveonfly: On-the-fly download of missing TeX live packages.
  126. texloganalyser: Analyse TeX logs.
  127. texware: Utility programs for use with TeX.
  128. tie: Allow multiple web change files.
  129. tpic2pdftex: Use tpic commands in PDFTeX.
  130. typeoutfileinfo: Display class/package/file information.
  131. web: original web programs tangle and weave
  132. xindy: A general-purpose index processor.
  133. %description -l ja
  134. TeX Live ソフトウェアディストリビューションは、
  135. さまざまな Unix, Macintosh, Windows、および
  136. 他のプラットホームに対して完全な TeX システムを提供します。
  137. 多くの異なった言語を含む TeX ドキュメントの
  138. 編集、組版、閲覧、印刷するためのプログラム、
  139. そして、TeX マクロやフォントライブラリの大きなコレクションを
  140. 同梱しています。
  141. このディストリビューションは
  142. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  143. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  144. このパッケージは以下のようなパッケージ集です。
  145. TeX auxiliary programs:
  146. Various useful, but non-essential, support programs. Includes
  147. programs and macros for DVI file manipulation, literate
  148. programming, patgen, and the TeX Works Editor.
  149. このパッケージは以下の CTAN パッケージを含んでいます:
  150. a2ping: Advanced PS, PDF, EPS converter.
  151. asymptote: 2D and 3D TeX-Aware Vector Graphics Language.
  152. bibtex8: A fully 8-bit adaptation of BibTeX 0.99.
  153. bibtexu:
  154. bundledoc: Bundle together all the files needed to build a LaTeX document.
  155. chktex: Check for errors in LaTeX documents.
  156. ctanify: Prepare a package for upload to CTAN.
  157. ctanupload: Support for users uploading to CTAN.
  158. ctie: C version of tie (merging Web change files).
  159. cweb: A Web system in C.
  160. de-macro: Expand private macros in a document.
  161. detex: Strip TeX from a source file.
  162. dtl: Tools to dis-assemble and re-assemble DVI files.
  163. dvi2tty: Produce ASCII from DVI.
  164. dviasm: A utility for editing DVI files.
  165. dvicopy: Copy DVI files, flattening VFs.
  166. dvidvi: Convert one DVI file into another.
  167. dviljk: DVI to Laserjet output.
  168. dvipng: A fast DVI to PNG/GIF converter.
  169. dvipos:
  170. dvisvgm: Converts DVI files to Scalable Vector Graphics format (SVG).
  171. findhyph: Find hyphenated words in a document.
  172. fragmaster: Using psfrag with PDFLaTeX.
  173. hyphenex: Generate a hyphenation exceptions file.
  174. installfont: A bash script for installing a LaTeX font family.
  175. lacheck: LaTeX checker.
  176. latex2man: Translate LaTeX-based manual pages into Unix man format.
  177. latexdiff: Determine and mark up significant differences between latex files.
  178. latexfileversion: Prints the version and date of a LaTeX class or style file.
  179. latexmk: Fully automated LaTeX document generation routine.
  180. listings-ext: Automated input of source.
  181. match_parens: Easily detect mismatched parens.
  182. mkjobtexmf: Generate a texmf tree for a particular job.
  183. patgen: Generate hyphenation patterns.
  184. pdfcrop: Crop PDF graphics.
  185. pdfjam: Shell scripts interfacing to pdfpages.
  186. pdftools: PDF-related utilities, including PostScript-to-PDF conversion
  187. pkfix: Replace pk fonts in PostScript with Type 1 fonts.
  188. pkfix-helper: Make PostScript files accessible to pkfix.
  189. purifyeps: Make EPS work with both LaTeX/dvips and pdfLaTeX.
  190. seetexk: Utilities for manipulating DVI files.
  191. sty2dtx: Create a .dtx file from a .sty file.
  192. synctex:
  193. texcount: Count words in a LaTeX document.
  194. texdef: Display the definitions of TeX commands.
  195. texdiff: Compare documents and produce tagged merge.
  196. texdirflatten: Collect files related to a LaTeX job in a single directory.
  197. texdoc: Documentation access for TeX distributions.
  198. texliveonfly: On-the-fly download of missing TeX live packages.
  199. texloganalyser: Analyse TeX logs.
  200. texware: Utility programs for use with TeX.
  201. tie: Allow multiple web change files.
  202. tpic2pdftex: Use tpic commands in PDFTeX.
  203. typeoutfileinfo: Display class/package/file information.
  204. web: original web programs tangle and weave
  205. xindy: A general-purpose index processor.
  206. %package doc
  207. Summary: TeX Live: Documentation files of %{name}
  208. Group: Applications/Publishing
  209. Requires: %{name} = %{version}-%{release}
  210. %description doc
  211. This package contains documentation files of %{name}.
  212. %prep
  213. %build
  214. %install
  215. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  216. PREF=%{buildroot}%{tex_destdir}
  217. manifest=(
  218. texmf-dist/bibtex/csf/base/88591lat.csf
  219. texmf-dist/bibtex/csf/base/88591sca.csf
  220. texmf-dist/bibtex/csf/base/README.TEXLIVE
  221. texmf-dist/bibtex/csf/base/ascii.csf
  222. texmf-dist/bibtex/csf/base/cp437lat.csf
  223. texmf-dist/bibtex/csf/base/cp850lat.csf
  224. texmf-dist/bibtex/csf/base/cp850sca.csf
  225. texmf-dist/bibtex/csf/base/cp866rus.csf
  226. texmf-dist/bibtex/csf/base/csfile.txt
  227. texmf-dist/bibtex/csf/polish-csf/88592pl.csf
  228. texmf-dist/bibtex/csf/polish-csf/cp1250pl.csf
  229. texmf-dist/bibtex/csf/polish-csf/cp852pl.csf
  230. texmf-dist/bibtex/csf/polish-csf/iso8859-7.csf
  231. texmf-dist/doc/support/bundledoc/README
  232. texmf-dist/scripts/bundledoc/arlatex
  233. texmf-dist/scripts/bundledoc/bundledoc
  234. texmf-dist/tex/latex/bundledoc/miktex.cfg
  235. texmf-dist/tex/latex/bundledoc/texlive-unix.cfg
  236. texmf-dist/doc/support/ctanify/README
  237. texmf-dist/doc/support/ctanify/ctanify.pdf
  238. texmf-dist/scripts/ctanify/ctanify
  239. texmf-dist/doc/support/ctanupload/Makefile.example
  240. texmf-dist/doc/support/ctanupload/README
  241. texmf-dist/doc/support/ctanupload/ctanupload.pdf
  242. texmf-dist/doc/support/ctanupload/ctanupload.tex
  243. texmf-dist/scripts/ctanupload/ctanupload.pl
  244. texmf-dist/doc/plain/cweb/cwebman.dvi
  245. texmf-dist/tex/plain/cweb/cwebmac.tex
  246. texmf-dist/tex/plain/cweb/pdfXcwebmac.tex
  247. texmf-dist/tex/plain/cweb/pdfcwebmac.tex
  248. texmf-dist/tex/plain/cweb/pdfdcwebmac.tex
  249. texmf-dist/tex/plain/cweb/pdffcwebmac.tex
  250. texmf-dist/tex/plain/cweb/pdficwebmac.tex
  251. texmf-dist/tex/plain/cweb/pdfwebmac.tex
  252. texmf-dist/doc/support/de-macro/README
  253. texmf-dist/doc/support/de-macro/user-guide.pdf
  254. texmf-dist/doc/support/de-macro/user-guide.tex
  255. texmf-dist/scripts/de-macro/de-macro
  256. texmf-dist/scripts/dviasm/dviasm.py
  257. texmf-dist/doc/support/findhyph/Makefile.doc
  258. texmf-dist/doc/support/findhyph/README
  259. texmf-dist/doc/support/findhyph/findhyph.bat
  260. texmf-dist/doc/support/findhyph/findhyph.txt
  261. texmf-dist/scripts/findhyph/findhyph
  262. texmf-dist/doc/support/fragmaster/AUTHORS
  263. texmf-dist/doc/support/fragmaster/COPYING
  264. texmf-dist/doc/support/fragmaster/CREDITS
  265. texmf-dist/doc/support/fragmaster/Changes
  266. texmf-dist/doc/support/fragmaster/README
  267. texmf-dist/doc/support/fragmaster/README.de
  268. texmf-dist/doc/support/fragmaster/example/document.pdf
  269. texmf-dist/doc/support/fragmaster/example/document.ps
  270. texmf-dist/doc/support/fragmaster/example/document.tex
  271. texmf-dist/doc/support/fragmaster/example/parabel.eps
  272. texmf-dist/doc/support/fragmaster/example/parabel.pdf
  273. texmf-dist/doc/support/fragmaster/example/parabel_fm
  274. texmf-dist/doc/support/fragmaster/example/parabel_fm.eps
  275. texmf-dist/doc/support/fragmaster/example/parabel_fm.gp
  276. texmf-dist/doc/support/fragmaster/example/parabel_fm.pdf
  277. texmf-dist/doc/support/fragmaster/fragmaster.pdf
  278. texmf-dist/scripts/fragmaster/fragmaster.pl
  279. texmf-dist/source/generic/hyphenex/GNUmakefile
  280. texmf-dist/source/generic/hyphenex/README
  281. texmf-dist/source/generic/hyphenex/hyphenex.pl
  282. texmf-dist/source/generic/hyphenex/hyphenex.sh
  283. texmf-dist/source/generic/hyphenex/tb0hyf.pdf
  284. texmf-dist/source/generic/hyphenex/tb0hyf.tex
  285. texmf-dist/source/generic/hyphenex/test.tex
  286. texmf-dist/tex/generic/hyphenex/ushyphex.tex
  287. texmf-dist/doc/support/installfont/LICENSE
  288. texmf-dist/doc/support/installfont/README
  289. texmf-dist/doc/support/installfont/installfont
  290. texmf-dist/doc/support/installfont/installfont.pdf
  291. texmf-dist/doc/support/installfont/installfont.tex
  292. texmf-dist/doc/support/installfont/manifest.txt
  293. texmf-dist/scripts/installfont/installfont-tl
  294. texmf-dist/doc/support/latex2man/CHANGES
  295. texmf-dist/doc/support/latex2man/INSTALL
  296. texmf-dist/doc/support/latex2man/Makefile
  297. texmf-dist/doc/support/latex2man/README
  298. texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.24
  299. texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
  300. texmf-dist/doc/support/latex2man/latex2man.1
  301. texmf-dist/doc/support/latex2man/latex2man.css
  302. texmf-dist/doc/support/latex2man/latex2man.html
  303. texmf-dist/doc/support/latex2man/latex2man.pdf
  304. texmf-dist/doc/support/latex2man/latex2man.tex
  305. texmf-dist/doc/support/latex2man/latex2man.texi
  306. texmf-dist/doc/support/latex2man/latex2man.trans
  307. texmf-dist/doc/support/latex2man/latex2man.txt
  308. texmf-dist/scripts/latex2man/latex2man
  309. texmf-dist/tex/latex/latex2man/latex2man.cfg
  310. texmf-dist/tex/latex/latex2man/latex2man.sty
  311. texmf-dist/doc/latex/latexdiff/CHANGES
  312. texmf-dist/doc/latex/latexdiff/LICENSE
  313. texmf-dist/doc/latex/latexdiff/Makefile
  314. texmf-dist/doc/latex/latexdiff/README
  315. texmf-dist/doc/latex/latexdiff/contrib/latexdiff-wrap
  316. texmf-dist/doc/latex/latexdiff/contrib/latexdiff.spec
  317. texmf-dist/doc/latex/latexdiff/example/example-draft.tex
  318. texmf-dist/doc/latex/latexdiff/example/example-rev.tex
  319. texmf-dist/doc/latex/latexdiff/latexdiff
  320. texmf-dist/doc/latex/latexdiff/latexdiff-fast
  321. texmf-dist/doc/latex/latexdiff/latexdiff-man.pdf
  322. texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  323. texmf-dist/scripts/latexdiff/latexdiff.pl
  324. texmf-dist/scripts/latexdiff/latexrevise.pl
  325. texmf-dist/doc/support/latexfileversion/ChangeLog
  326. texmf-dist/doc/support/latexfileversion/README
  327. texmf-dist/scripts/latexfileversion/latexfileversion
  328. texmf-dist/doc/support/latexmk/CHANGES
  329. texmf-dist/doc/support/latexmk/COPYING
  330. texmf-dist/doc/support/latexmk/INSTALL
  331. texmf-dist/doc/support/latexmk/README
  332. texmf-dist/doc/support/latexmk/example_rcfiles/README
  333. texmf-dist/doc/support/latexmk/example_rcfiles/Sweave_latexmkrc
  334. texmf-dist/doc/support/latexmk/example_rcfiles/asymptote_latexmkrc
  335. texmf-dist/doc/support/latexmk/example_rcfiles/glossary_latexmkrc
  336. texmf-dist/doc/support/latexmk/example_rcfiles/mpost_latexmkrc
  337. texmf-dist/doc/support/latexmk/example_rcfiles/pdflatexmkrc
  338. texmf-dist/doc/support/latexmk/example_rcfiles/sagetex_latexmkrc
  339. texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
  340. texmf-dist/doc/support/latexmk/extra-scripts/README1
  341. texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call
  342. texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call.bat
  343. texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call
  344. texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat
  345. texmf-dist/doc/support/latexmk/extra-scripts/kickxdvi
  346. texmf-dist/doc/support/latexmk/extra-scripts/l1
  347. texmf-dist/doc/support/latexmk/extra-scripts/l2
  348. texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk
  349. texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt
  350. texmf-dist/doc/support/latexmk/extra-scripts/startacroread
  351. texmf-dist/doc/support/latexmk/latexmk.pdf
  352. texmf-dist/doc/support/latexmk/latexmk.txt
  353. texmf-dist/source/support/latexmk/latexmk.bat
  354. texmf-dist/scripts/latexmk/latexmk.pl
  355. texmf-dist/doc/latex/listings-ext/README
  356. texmf-dist/doc/latex/listings-ext/THIS_IS_VERSION_v67
  357. texmf-dist/doc/latex/listings-ext/getversion.tex
  358. texmf-dist/doc/latex/listings-ext/hyperref.cfg
  359. texmf-dist/doc/latex/listings-ext/listings-ext.bib
  360. texmf-dist/doc/latex/listings-ext/listings-ext.el
  361. texmf-dist/doc/latex/listings-ext/listings-ext.makemake
  362. texmf-dist/doc/latex/listings-ext/listings-ext.mk
  363. texmf-dist/doc/latex/listings-ext/listings-ext.pdf
  364. texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_a.java
  365. texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_b.java
  366. texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_c.java
  367. texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_d.java
  368. texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_e.java
  369. texmf-dist/doc/latex/listings-ext/listings-ext_test_a.tex
  370. texmf-dist/doc/latex/listings-ext/listings-ext_test_d.tex
  371. texmf-dist/doc/latex/listings-ext/listings.cfg
  372. texmf-dist/source/latex/listings-ext/listings-ext.dtx
  373. texmf-dist/source/latex/listings-ext/listings-ext.ins
  374. texmf-dist/scripts/listings-ext/listings-ext.sh
  375. texmf-dist/tex/latex/listings-ext/listings-ext.sty
  376. texmf-dist/doc/support/match_parens/Object.html
  377. texmf-dist/doc/support/match_parens/README
  378. texmf-dist/doc/support/match_parens/add.png
  379. texmf-dist/doc/support/match_parens/brick.png
  380. texmf-dist/doc/support/match_parens/brick_link.png
  381. texmf-dist/doc/support/match_parens/bug.png
  382. texmf-dist/doc/support/match_parens/bullet_black.png
  383. texmf-dist/doc/support/match_parens/bullet_toggle_minus.png
  384. texmf-dist/doc/support/match_parens/bullet_toggle_plus.png
  385. texmf-dist/doc/support/match_parens/created.rid
  386. texmf-dist/doc/support/match_parens/darkfish.js
  387. texmf-dist/doc/support/match_parens/date.png
  388. texmf-dist/doc/support/match_parens/delete.png
  389. texmf-dist/doc/support/match_parens/find.png
  390. texmf-dist/doc/support/match_parens/index.html
  391. texmf-dist/doc/support/match_parens/jquery.js
  392. texmf-dist/doc/support/match_parens/loadingAnimation.gif
  393. texmf-dist/doc/support/match_parens/macFFBgHack.png
  394. texmf-dist/doc/support/match_parens/navigation.js
  395. texmf-dist/doc/support/match_parens/package.png
  396. texmf-dist/doc/support/match_parens/page_green.png
  397. texmf-dist/doc/support/match_parens/page_white_text.png
  398. texmf-dist/doc/support/match_parens/page_white_width.png
  399. texmf-dist/doc/support/match_parens/plugin.png
  400. texmf-dist/doc/support/match_parens/rdoc.css
  401. texmf-dist/doc/support/match_parens/ruby.png
  402. texmf-dist/doc/support/match_parens/search.js
  403. texmf-dist/doc/support/match_parens/search_index.js
  404. texmf-dist/doc/support/match_parens/searcher.js
  405. texmf-dist/doc/support/match_parens/table_of_contents.html
  406. texmf-dist/doc/support/match_parens/tag_blue.png
  407. texmf-dist/doc/support/match_parens/tag_green.png
  408. texmf-dist/doc/support/match_parens/transparent.png
  409. texmf-dist/doc/support/match_parens/wrench.png
  410. texmf-dist/doc/support/match_parens/wrench_orange.png
  411. texmf-dist/doc/support/match_parens/zoom.png
  412. texmf-dist/scripts/match_parens/match_parens
  413. texmf-dist/doc/generic/mkjobtexmf/README
  414. texmf-dist/doc/generic/mkjobtexmf/clean-case.pl
  415. texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.html
  416. texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx
  417. texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.pdf
  418. texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.txt
  419. texmf-dist/doc/generic/mkjobtexmf/version.pl
  420. texmf-dist/source/generic/mkjobtexmf/Makefile.in
  421. texmf-dist/source/generic/mkjobtexmf/configure
  422. texmf-dist/source/generic/mkjobtexmf/configure.ac
  423. texmf-dist/source/generic/mkjobtexmf/install-sh
  424. texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  425. texmf-dist/doc/support/pdfcrop/README
  426. texmf-dist/scripts/pdfcrop/pdfcrop.pl
  427. texmf-dist/doc/support/pdfjam/COPYING
  428. texmf-dist/doc/support/pdfjam/PDFjam-README.html
  429. texmf-dist/doc/support/pdfjam/VERSION
  430. texmf-dist/doc/support/pdfjam/pdfdroplets.png
  431. texmf-dist/doc/support/pdfjam/pdfjam.conf
  432. texmf-dist/doc/support/pdfjam/tests.zip
  433. texmf-dist/scripts/pdfjam/pdf180
  434. texmf-dist/scripts/pdfjam/pdf270
  435. texmf-dist/scripts/pdfjam/pdf90
  436. texmf-dist/scripts/pdfjam/pdfbook
  437. texmf-dist/scripts/pdfjam/pdfflip
  438. texmf-dist/scripts/pdfjam/pdfjam
  439. texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  440. texmf-dist/scripts/pdfjam/pdfjam-slides3up
  441. texmf-dist/scripts/pdfjam/pdfjam-slides6up
  442. texmf-dist/scripts/pdfjam/pdfjoin
  443. texmf-dist/scripts/pdfjam/pdfnup
  444. texmf-dist/scripts/pdfjam/pdfpun
  445. texmf-dist/doc/support/pkfix/README
  446. texmf-dist/scripts/pkfix/pkfix.pl
  447. texmf-dist/doc/support/pkfix-helper/README
  448. texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf
  449. texmf-dist/doc/support/pkfix-helper/encoding-samples.tex
  450. texmf-dist/scripts/pkfix-helper/pkfix-helper
  451. texmf-dist/doc/support/purifyeps/README
  452. texmf-dist/scripts/purifyeps/purifyeps
  453. texmf-dist/doc/support/sty2dtx/README
  454. texmf-dist/scripts/sty2dtx/sty2dtx.pl
  455. texmf-dist/doc/support/texcount/QuickReference.pdf
  456. texmf-dist/doc/support/texcount/QuickReference.tex
  457. texmf-dist/doc/support/texcount/README
  458. texmf-dist/doc/support/texcount/TeXcount.pdf
  459. texmf-dist/doc/support/texcount/TeXcount.tex
  460. texmf-dist/doc/support/texcount/macros.tex
  461. texmf-dist/doc/support/texcount/sub_addrules.tex
  462. texmf-dist/doc/support/texcount/sub_options.tex
  463. texmf-dist/doc/support/texcount/sub_tc_other.tex
  464. texmf-dist/scripts/texcount/texcount.pl
  465. texmf-dist/doc/support/texdef/INSTALL
  466. texmf-dist/doc/support/texdef/README
  467. texmf-dist/doc/support/texdef/texdef.pdf
  468. texmf-dist/source/support/texdef/texdef.tex
  469. texmf-dist/scripts/texdef/texdef.pl
  470. texmf-dist/doc/support/texdiff/README
  471. texmf-dist/scripts/texdiff/texdiff
  472. texmf-dist/scripts/texdirflatten/texdirflatten
  473. texmf-dist/texdoc/texdoc.cnf
  474. texmf-dist/doc/support/texliveonfly/README
  475. texmf-dist/scripts/texliveonfly/texliveonfly.py
  476. texmf-dist/doc/support/texloganalyser/README
  477. texmf-dist/scripts/texloganalyser/texloganalyser
  478. texmf-dist/doc/support/typeoutfileinfo/README
  479. texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
  480. )
  481. %__mkdir_p ${PREF}/texmf-dist
  482. for i in "${manifest[@]}"; do
  483. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  484. done
  485. ## make symlinks of core script utils
  486. mk_symlinks=(
  487. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  488. texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
  489. texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
  490. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  491. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  492. texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
  493. texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
  494. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  495. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  496. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  497. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  498. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  499. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  500. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  501. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  502. texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
  503. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  504. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  505. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  506. texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
  507. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  508. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  509. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  510. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  511. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  512. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  513. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  514. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  515. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  516. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  517. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  518. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  519. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  520. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  521. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  522. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  523. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  524. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  525. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  526. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  527. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  528. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  529. texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
  530. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  531. texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
  532. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  533. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  534. texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
  535. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  536. texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
  537. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  538. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  539. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  540. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  541. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  542. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  543. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  544. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  545. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  546. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  547. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  548. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  549. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  550. texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
  551. texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
  552. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  553. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  554. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  555. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  556. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  557. texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
  558. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  559. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  560. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  561. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  562. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  563. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  564. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  565. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  566. texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
  567. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  568. texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
  569. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  570. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  571. texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
  572. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  573. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  574. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  575. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  576. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  577. texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
  578. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  579. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  580. )
  581. %__mkdir_p %{buildroot}%{_bindir}
  582. pushd %{buildroot}%{_bindir}
  583. for i in "${mk_symlinks[@]}"; do
  584. tlc=$(/bin/echo $i | cut -f 1 -d",")
  585. lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  586. rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  587. [ "%{name}" = "$tlc" ] || continue
  588. [ -f $rlnk ] || exit 1
  589. %__ln_s $rlnk $lnk || exit 1
  590. done
  591. popd
  592. ## use external packages
  593. %__rm %{buildroot}/usr/bin/latexmk || exit 1
  594. ## Files list
  595. find %{buildroot} -type f -or -type l | \
  596. %__sed -e "s|%{buildroot}||g" > filelist.full
  597. find %{buildroot}%{texmf}-dist -type d | \
  598. %__sed -e "s|^%{buildroot}|%dir |" \
  599. -e "s|$|/|" >> filelist.full
  600. ## subpackages
  601. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  602. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  603. %__mv -f filelist.tmp filelist.full
  604. %clean
  605. %__rm -rf %{buildroot}
  606. %post
  607. %touch_run texhash
  608. %touch_run mtxrun
  609. exit 0
  610. %postun
  611. if [ "$1" = 0 ]; then
  612. %touch_run texhash
  613. fi
  614. exit 0
  615. %posttrans
  616. %{exec_texhash}
  617. %{exec_mtxrun}
  618. %{exec_updmap}
  619. %{exec_fmtutil}
  620. exit 0
  621. %files -f filelist.full
  622. %defattr(-,root,root,-)
  623. %files -f filelist.doc doc
  624. %defattr(-,root,root,-)
  625. %changelog
  626. * Fri Nov 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  627. - generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-binextra
  628. * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
  629. - generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-binextra
  630. - set external dependencies (texlive-collection-binextra,
  631. texlive-collection-fontutils)
  632. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  633. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-binextra
  634. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  635. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-binextra
  636. - make symlinks of core script utils (texlive-collection-binextra,
  637. texlive-collection-context, texlive-collection-fontutils,
  638. texlive-collection-langgreek, texlive-collection-langindic,
  639. texlive-collection-latex, texlive-collection-latexextra,
  640. texlive-collection-latexrecommended, texlive-collection-pictures,
  641. texlive-collection-pstricks, texlive-collection-science)
  642. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  643. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-binextra
  644. - improved %%post
  645. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  646. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-binextra
  647. - removed arch dependent binaries (texlive-collection-latexextra)
  648. - fixed perl path
  649. - improved updmap process in %%post and %%postun
  650. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  651. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-binextra