## -*- coding: utf-8-unix -*- ## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1: ## tlpdb2rpmspec collection-binextra %global _use_internal_dependency_generator 0 %global __find_provides %{nil} %global __find_requires %{nil} %define aliasttfdir %{texmfsysvar}/fonts/truetype/vine %define texmfsysconfig %{_sysconfdir}/texmf %define texmfsysvar %{_var}/lib/texmf %define vartexfonts %{texmfsysvar}/fonts %define tex_destdir %{_datadir} %define texmf %{tex_destdir}/texmf %define texlive_src %{tex_destdir}/texlive-sources %define build_tex_destdir %{buildroot}%{tex_destdir} %define build_texmf %{buildroot}%{texmf} ## use some macros for %post, %posttrans %define touch_run(%1) %{expand:( %__mkdir_p /var/run/texlive; touch /var/run/texlive/run-%1; ) } %define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && \\\ %{_sbindir}/update-defaultfont 2> /dev/null %define exec_texhash [ -e /var/run/texlive/run-texhash ] && ( \\\ [ -x %{_bindir}/texhash ] && \\\ echo -n " "; echo -n "Running texhash... "; \\\ %{_bindir}/texhash 2> /dev/null; \\\ echo "done." ) && %__rm -f /var/run/texlive/run-texhash; %define exec_mtxrun [ -e /var/run/texlive/run-mtxrun ] && ( \\\ [ -x %{_bindir}/mtxrun ] && \\\ echo -n " "; echo -n "Running mtxrun... "; \\\ export TEXMF=%{texmf}-dist TEXMFCNF=%{texmf}/web2c TEXMFCACHE=%{texmfsysvar}; \\\ %{_bindir}/mtxrun --generate &> /dev/null; \\\ echo "done." ) && %__rm -f /var/run/texlive/run-mtxrun; %define exec_fmtutil [ -e /var/run/texlive/run-fmtutil ] && ( \\\ [ -x %{_bindir}/fmtutil-sys ] && \\\ echo -n " "; echo -n "Running fmtutil-sys... "; \\\ %{_bindir}/fmtutil-sys --all &> /dev/null; \\\ echo "done." ) && %__rm -f /var/run/texlive/run-fmtutil; %define exec_updmap [ -e /var/run/texlive/run-updmap ] && ( \\\ [ -x %{_bindir}/updmap-sys ] && \\\ echo -n " "; echo -n "Running updmap-sys... "; \\\ %{_bindir}/updmap-sys --nohash --quiet &> /dev/null; \\\ echo "done." ) && %__rm -f /var/run/texlive/run-updmap; Summary: TeX Live: TeX auxiliary programs Summary(ja): TeX Live: TeX auxiliary programs Name: texlive-collection-binextra Version: 2012 Release: 1%{?_dist_release} License: GPL+, LGPLv2+, LPPL, GPLv3+, Knuth, Freely redistributable without restriction, Public Domain, LPPL 1.2, Artistic, LPPL 1.3 Group: Applications/Publishing URL:http://www.tug.org/texlive/ Requires: texlive = %{version} Requires: texlive-collection-basic = %{version} Requires: asymptote Requires: detex Requires: dvipng Requires: latexmk Requires(post): texlive = %{version} Requires(postun): texlive = %{version} #BuildRequires: texlive-sources = %{version} BuildArch: noarch Buildroot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: munepi %description The TeX Live software distribution offers a complete TeX system for a variety of Unix, Macintosh, Windows and other platforms. It encompasses programs for editing, typesetting, previewing and printing of TeX documents in many different languages, and a large collection of TeX macros and font libraries. The distribution includes extensive general documentation about TeX, as well as the documentation for the included software packages. This package is a collection of TeX auxiliary programs: Various useful, but non-essential, support programs. Includes programs and macros for DVI file manipulation, literate programming, patgen, and the TeX Works Editor. This package contains the following CTAN packages: a2ping: Advanced PS, PDF, EPS converter. asymptote: 2D and 3D TeX-Aware Vector Graphics Language. bibtex8: A fully 8-bit adaptation of BibTeX 0.99. bibtexu: bundledoc: Bundle together all the files needed to build a LaTeX document. chktex: Check for errors in LaTeX documents. ctanify: Prepare a package for upload to CTAN. ctanupload: Support for users uploading to CTAN. ctie: C version of tie (merging Web change files). cweb: A Web system in C. de-macro: Expand private macros in a document. detex: Strip TeX from a source file. dtl: Tools to dis-assemble and re-assemble DVI files. dvi2tty: Produce ASCII from DVI. dviasm: A utility for editing DVI files. dvicopy: Copy DVI files, flattening VFs. dvidvi: Convert one DVI file into another. dviljk: DVI to Laserjet output. dvipng: A fast DVI to PNG/GIF converter. dvipos: dvisvgm: Converts DVI files to Scalable Vector Graphics format (SVG). findhyph: Find hyphenated words in a document. fragmaster: Using psfrag with PDFLaTeX. hyphenex: Generate a hyphenation exceptions file. installfont: A bash script for installing a LaTeX font family. lacheck: LaTeX checker. latex2man: Translate LaTeX-based manual pages into Unix man format. latexdiff: Determine and mark up significant differences between latex files. latexfileversion: Prints the version and date of a LaTeX class or style file. latexmk: Fully automated LaTeX document generation routine. listings-ext: Automated input of source. match_parens: Easily detect mismatched parens. mkjobtexmf: Generate a texmf tree for a particular job. patgen: Generate hyphenation patterns. pdfcrop: Crop PDF graphics. pdfjam: Shell scripts interfacing to pdfpages. pdftools: PDF-related utilities, including PostScript-to-PDF conversion pkfix: Replace pk fonts in PostScript with Type 1 fonts. pkfix-helper: Make PostScript files accessible to pkfix. purifyeps: Make EPS work with both LaTeX/dvips and pdfLaTeX. seetexk: Utilities for manipulating DVI files. sty2dtx: Create a .dtx file from a .sty file. synctex: texcount: Count words in a LaTeX document. texdef: Display the definitions of TeX commands. texdiff: Compare documents and produce tagged merge. texdirflatten: Collect files related to a LaTeX job in a single directory. texdoc: Documentation access for TeX distributions. texliveonfly: On-the-fly download of missing TeX live packages. texloganalyser: Analyse TeX logs. texware: Utility programs for use with TeX. tie: Allow multiple web change files. tpic2pdftex: Use tpic commands in PDFTeX. typeoutfileinfo: Display class/package/file information. web: original web programs tangle and weave xindy: A general-purpose index processor. %description -l ja TeX Live ソフトウェアディストリビューションは、 さまざまな Unix, Macintosh, Windows、および 他のプラットホームに対して完全な TeX システムを提供します。 多くの異なった言語を含む TeX ドキュメントの 編集、組版、閲覧、印刷するためのプログラム、 そして、TeX マクロやフォントライブラリの大きなコレクションを 同梱しています。 このディストリビューションは 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、 TeX に関するたくさんの一般的なドキュメントを含んでいます。 このパッケージは以下のようなパッケージ集です。 TeX auxiliary programs: Various useful, but non-essential, support programs. Includes programs and macros for DVI file manipulation, literate programming, patgen, and the TeX Works Editor. このパッケージは以下の CTAN パッケージを含んでいます: a2ping: Advanced PS, PDF, EPS converter. asymptote: 2D and 3D TeX-Aware Vector Graphics Language. bibtex8: A fully 8-bit adaptation of BibTeX 0.99. bibtexu: bundledoc: Bundle together all the files needed to build a LaTeX document. chktex: Check for errors in LaTeX documents. ctanify: Prepare a package for upload to CTAN. ctanupload: Support for users uploading to CTAN. ctie: C version of tie (merging Web change files). cweb: A Web system in C. de-macro: Expand private macros in a document. detex: Strip TeX from a source file. dtl: Tools to dis-assemble and re-assemble DVI files. dvi2tty: Produce ASCII from DVI. dviasm: A utility for editing DVI files. dvicopy: Copy DVI files, flattening VFs. dvidvi: Convert one DVI file into another. dviljk: DVI to Laserjet output. dvipng: A fast DVI to PNG/GIF converter. dvipos: dvisvgm: Converts DVI files to Scalable Vector Graphics format (SVG). findhyph: Find hyphenated words in a document. fragmaster: Using psfrag with PDFLaTeX. hyphenex: Generate a hyphenation exceptions file. installfont: A bash script for installing a LaTeX font family. lacheck: LaTeX checker. latex2man: Translate LaTeX-based manual pages into Unix man format. latexdiff: Determine and mark up significant differences between latex files. latexfileversion: Prints the version and date of a LaTeX class or style file. latexmk: Fully automated LaTeX document generation routine. listings-ext: Automated input of source. match_parens: Easily detect mismatched parens. mkjobtexmf: Generate a texmf tree for a particular job. patgen: Generate hyphenation patterns. pdfcrop: Crop PDF graphics. pdfjam: Shell scripts interfacing to pdfpages. pdftools: PDF-related utilities, including PostScript-to-PDF conversion pkfix: Replace pk fonts in PostScript with Type 1 fonts. pkfix-helper: Make PostScript files accessible to pkfix. purifyeps: Make EPS work with both LaTeX/dvips and pdfLaTeX. seetexk: Utilities for manipulating DVI files. sty2dtx: Create a .dtx file from a .sty file. synctex: texcount: Count words in a LaTeX document. texdef: Display the definitions of TeX commands. texdiff: Compare documents and produce tagged merge. texdirflatten: Collect files related to a LaTeX job in a single directory. texdoc: Documentation access for TeX distributions. texliveonfly: On-the-fly download of missing TeX live packages. texloganalyser: Analyse TeX logs. texware: Utility programs for use with TeX. tie: Allow multiple web change files. tpic2pdftex: Use tpic commands in PDFTeX. typeoutfileinfo: Display class/package/file information. web: original web programs tangle and weave xindy: A general-purpose index processor. %package doc Summary: TeX Live: Documentation files of %{name} Group: Applications/Publishing Requires: %{name} = %{version}-%{release} %description doc This package contains documentation files of %{name}. %prep %build %install [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot} PREF=%{buildroot}%{tex_destdir} manifest=( texmf-dist/bibtex/csf/base/88591lat.csf texmf-dist/bibtex/csf/base/88591sca.csf texmf-dist/bibtex/csf/base/README.TEXLIVE texmf-dist/bibtex/csf/base/ascii.csf texmf-dist/bibtex/csf/base/cp437lat.csf texmf-dist/bibtex/csf/base/cp850lat.csf texmf-dist/bibtex/csf/base/cp850sca.csf texmf-dist/bibtex/csf/base/cp866rus.csf texmf-dist/bibtex/csf/base/csfile.txt texmf-dist/bibtex/csf/polish-csf/88592pl.csf texmf-dist/bibtex/csf/polish-csf/cp1250pl.csf texmf-dist/bibtex/csf/polish-csf/cp852pl.csf texmf-dist/bibtex/csf/polish-csf/iso8859-7.csf texmf-dist/doc/support/bundledoc/README texmf-dist/scripts/bundledoc/arlatex texmf-dist/scripts/bundledoc/bundledoc texmf-dist/tex/latex/bundledoc/miktex.cfg texmf-dist/tex/latex/bundledoc/texlive-unix.cfg texmf-dist/doc/support/ctanify/README texmf-dist/doc/support/ctanify/ctanify.pdf texmf-dist/scripts/ctanify/ctanify texmf-dist/doc/support/ctanupload/Makefile.example texmf-dist/doc/support/ctanupload/README texmf-dist/doc/support/ctanupload/ctanupload.pdf texmf-dist/doc/support/ctanupload/ctanupload.tex texmf-dist/scripts/ctanupload/ctanupload.pl texmf-dist/doc/plain/cweb/cwebman.dvi texmf-dist/tex/plain/cweb/cwebmac.tex texmf-dist/tex/plain/cweb/pdfXcwebmac.tex texmf-dist/tex/plain/cweb/pdfcwebmac.tex texmf-dist/tex/plain/cweb/pdfdcwebmac.tex texmf-dist/tex/plain/cweb/pdffcwebmac.tex texmf-dist/tex/plain/cweb/pdficwebmac.tex texmf-dist/tex/plain/cweb/pdfwebmac.tex texmf-dist/doc/support/de-macro/README texmf-dist/doc/support/de-macro/user-guide.pdf texmf-dist/doc/support/de-macro/user-guide.tex texmf-dist/scripts/de-macro/de-macro texmf-dist/scripts/dviasm/dviasm.py texmf-dist/doc/support/findhyph/Makefile.doc texmf-dist/doc/support/findhyph/README texmf-dist/doc/support/findhyph/findhyph.bat texmf-dist/doc/support/findhyph/findhyph.txt texmf-dist/scripts/findhyph/findhyph texmf-dist/doc/support/fragmaster/AUTHORS texmf-dist/doc/support/fragmaster/COPYING texmf-dist/doc/support/fragmaster/CREDITS texmf-dist/doc/support/fragmaster/Changes texmf-dist/doc/support/fragmaster/README texmf-dist/doc/support/fragmaster/README.de texmf-dist/doc/support/fragmaster/example/document.pdf texmf-dist/doc/support/fragmaster/example/document.ps texmf-dist/doc/support/fragmaster/example/document.tex texmf-dist/doc/support/fragmaster/example/parabel.eps texmf-dist/doc/support/fragmaster/example/parabel.pdf texmf-dist/doc/support/fragmaster/example/parabel_fm texmf-dist/doc/support/fragmaster/example/parabel_fm.eps texmf-dist/doc/support/fragmaster/example/parabel_fm.gp texmf-dist/doc/support/fragmaster/example/parabel_fm.pdf texmf-dist/doc/support/fragmaster/fragmaster.pdf texmf-dist/scripts/fragmaster/fragmaster.pl texmf-dist/source/generic/hyphenex/GNUmakefile texmf-dist/source/generic/hyphenex/README texmf-dist/source/generic/hyphenex/hyphenex.pl texmf-dist/source/generic/hyphenex/hyphenex.sh texmf-dist/source/generic/hyphenex/tb0hyf.pdf texmf-dist/source/generic/hyphenex/tb0hyf.tex texmf-dist/source/generic/hyphenex/test.tex texmf-dist/tex/generic/hyphenex/ushyphex.tex texmf-dist/doc/support/installfont/LICENSE texmf-dist/doc/support/installfont/README texmf-dist/doc/support/installfont/installfont texmf-dist/doc/support/installfont/installfont.pdf texmf-dist/doc/support/installfont/installfont.tex texmf-dist/doc/support/installfont/manifest.txt texmf-dist/scripts/installfont/installfont-tl texmf-dist/doc/support/latex2man/CHANGES texmf-dist/doc/support/latex2man/INSTALL texmf-dist/doc/support/latex2man/Makefile texmf-dist/doc/support/latex2man/README texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.24 texmf-dist/doc/support/latex2man/latex2man-CHANGES.html texmf-dist/doc/support/latex2man/latex2man.1 texmf-dist/doc/support/latex2man/latex2man.css texmf-dist/doc/support/latex2man/latex2man.html texmf-dist/doc/support/latex2man/latex2man.pdf texmf-dist/doc/support/latex2man/latex2man.tex texmf-dist/doc/support/latex2man/latex2man.texi texmf-dist/doc/support/latex2man/latex2man.trans texmf-dist/doc/support/latex2man/latex2man.txt texmf-dist/scripts/latex2man/latex2man texmf-dist/tex/latex/latex2man/latex2man.cfg texmf-dist/tex/latex/latex2man/latex2man.sty texmf-dist/doc/latex/latexdiff/CHANGES texmf-dist/doc/latex/latexdiff/LICENSE texmf-dist/doc/latex/latexdiff/Makefile texmf-dist/doc/latex/latexdiff/README texmf-dist/doc/latex/latexdiff/contrib/latexdiff-wrap texmf-dist/doc/latex/latexdiff/contrib/latexdiff.spec texmf-dist/doc/latex/latexdiff/example/example-draft.tex texmf-dist/doc/latex/latexdiff/example/example-rev.tex texmf-dist/doc/latex/latexdiff/latexdiff texmf-dist/doc/latex/latexdiff/latexdiff-fast texmf-dist/doc/latex/latexdiff/latexdiff-man.pdf texmf-dist/scripts/latexdiff/latexdiff-vc.pl texmf-dist/scripts/latexdiff/latexdiff.pl texmf-dist/scripts/latexdiff/latexrevise.pl texmf-dist/doc/support/latexfileversion/ChangeLog texmf-dist/doc/support/latexfileversion/README texmf-dist/scripts/latexfileversion/latexfileversion texmf-dist/doc/support/latexmk/CHANGES texmf-dist/doc/support/latexmk/COPYING texmf-dist/doc/support/latexmk/INSTALL texmf-dist/doc/support/latexmk/README texmf-dist/doc/support/latexmk/example_rcfiles/README texmf-dist/doc/support/latexmk/example_rcfiles/Sweave_latexmkrc texmf-dist/doc/support/latexmk/example_rcfiles/asymptote_latexmkrc texmf-dist/doc/support/latexmk/example_rcfiles/glossary_latexmkrc texmf-dist/doc/support/latexmk/example_rcfiles/mpost_latexmkrc texmf-dist/doc/support/latexmk/example_rcfiles/pdflatexmkrc texmf-dist/doc/support/latexmk/example_rcfiles/sagetex_latexmkrc texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc texmf-dist/doc/support/latexmk/extra-scripts/README1 texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call.bat texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat texmf-dist/doc/support/latexmk/extra-scripts/kickxdvi texmf-dist/doc/support/latexmk/extra-scripts/l1 texmf-dist/doc/support/latexmk/extra-scripts/l2 texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt texmf-dist/doc/support/latexmk/extra-scripts/startacroread texmf-dist/doc/support/latexmk/latexmk.pdf texmf-dist/doc/support/latexmk/latexmk.txt texmf-dist/source/support/latexmk/latexmk.bat texmf-dist/scripts/latexmk/latexmk.pl texmf-dist/doc/latex/listings-ext/README texmf-dist/doc/latex/listings-ext/THIS_IS_VERSION_v67 texmf-dist/doc/latex/listings-ext/getversion.tex texmf-dist/doc/latex/listings-ext/hyperref.cfg texmf-dist/doc/latex/listings-ext/listings-ext.bib texmf-dist/doc/latex/listings-ext/listings-ext.el texmf-dist/doc/latex/listings-ext/listings-ext.makemake texmf-dist/doc/latex/listings-ext/listings-ext.mk texmf-dist/doc/latex/listings-ext/listings-ext.pdf texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_a.java texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_b.java texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_c.java texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_d.java texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_e.java texmf-dist/doc/latex/listings-ext/listings-ext_test_a.tex texmf-dist/doc/latex/listings-ext/listings-ext_test_d.tex texmf-dist/doc/latex/listings-ext/listings.cfg texmf-dist/source/latex/listings-ext/listings-ext.dtx texmf-dist/source/latex/listings-ext/listings-ext.ins texmf-dist/scripts/listings-ext/listings-ext.sh texmf-dist/tex/latex/listings-ext/listings-ext.sty texmf-dist/doc/support/match_parens/Object.html texmf-dist/doc/support/match_parens/README texmf-dist/doc/support/match_parens/add.png texmf-dist/doc/support/match_parens/brick.png texmf-dist/doc/support/match_parens/brick_link.png texmf-dist/doc/support/match_parens/bug.png texmf-dist/doc/support/match_parens/bullet_black.png texmf-dist/doc/support/match_parens/bullet_toggle_minus.png texmf-dist/doc/support/match_parens/bullet_toggle_plus.png texmf-dist/doc/support/match_parens/created.rid texmf-dist/doc/support/match_parens/darkfish.js texmf-dist/doc/support/match_parens/date.png texmf-dist/doc/support/match_parens/delete.png texmf-dist/doc/support/match_parens/find.png texmf-dist/doc/support/match_parens/index.html texmf-dist/doc/support/match_parens/jquery.js texmf-dist/doc/support/match_parens/loadingAnimation.gif texmf-dist/doc/support/match_parens/macFFBgHack.png texmf-dist/doc/support/match_parens/navigation.js texmf-dist/doc/support/match_parens/package.png texmf-dist/doc/support/match_parens/page_green.png texmf-dist/doc/support/match_parens/page_white_text.png texmf-dist/doc/support/match_parens/page_white_width.png texmf-dist/doc/support/match_parens/plugin.png texmf-dist/doc/support/match_parens/rdoc.css texmf-dist/doc/support/match_parens/ruby.png texmf-dist/doc/support/match_parens/search.js texmf-dist/doc/support/match_parens/search_index.js texmf-dist/doc/support/match_parens/searcher.js texmf-dist/doc/support/match_parens/table_of_contents.html texmf-dist/doc/support/match_parens/tag_blue.png texmf-dist/doc/support/match_parens/tag_green.png texmf-dist/doc/support/match_parens/transparent.png texmf-dist/doc/support/match_parens/wrench.png texmf-dist/doc/support/match_parens/wrench_orange.png texmf-dist/doc/support/match_parens/zoom.png texmf-dist/scripts/match_parens/match_parens texmf-dist/doc/generic/mkjobtexmf/README texmf-dist/doc/generic/mkjobtexmf/clean-case.pl texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.html texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.pdf texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.txt texmf-dist/doc/generic/mkjobtexmf/version.pl texmf-dist/source/generic/mkjobtexmf/Makefile.in texmf-dist/source/generic/mkjobtexmf/configure texmf-dist/source/generic/mkjobtexmf/configure.ac texmf-dist/source/generic/mkjobtexmf/install-sh texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl texmf-dist/doc/support/pdfcrop/README texmf-dist/scripts/pdfcrop/pdfcrop.pl texmf-dist/doc/support/pdfjam/COPYING texmf-dist/doc/support/pdfjam/PDFjam-README.html texmf-dist/doc/support/pdfjam/VERSION texmf-dist/doc/support/pdfjam/pdfdroplets.png texmf-dist/doc/support/pdfjam/pdfjam.conf texmf-dist/doc/support/pdfjam/tests.zip texmf-dist/scripts/pdfjam/pdf180 texmf-dist/scripts/pdfjam/pdf270 texmf-dist/scripts/pdfjam/pdf90 texmf-dist/scripts/pdfjam/pdfbook texmf-dist/scripts/pdfjam/pdfflip texmf-dist/scripts/pdfjam/pdfjam texmf-dist/scripts/pdfjam/pdfjam-pocketmod texmf-dist/scripts/pdfjam/pdfjam-slides3up texmf-dist/scripts/pdfjam/pdfjam-slides6up texmf-dist/scripts/pdfjam/pdfjoin texmf-dist/scripts/pdfjam/pdfnup texmf-dist/scripts/pdfjam/pdfpun texmf-dist/doc/support/pkfix/README texmf-dist/scripts/pkfix/pkfix.pl texmf-dist/doc/support/pkfix-helper/README texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf texmf-dist/doc/support/pkfix-helper/encoding-samples.tex texmf-dist/scripts/pkfix-helper/pkfix-helper texmf-dist/doc/support/purifyeps/README texmf-dist/scripts/purifyeps/purifyeps texmf-dist/doc/support/sty2dtx/README texmf-dist/scripts/sty2dtx/sty2dtx.pl texmf-dist/doc/support/texcount/QuickReference.pdf texmf-dist/doc/support/texcount/QuickReference.tex texmf-dist/doc/support/texcount/README texmf-dist/doc/support/texcount/TeXcount.pdf texmf-dist/doc/support/texcount/TeXcount.tex texmf-dist/doc/support/texcount/macros.tex texmf-dist/doc/support/texcount/sub_addrules.tex texmf-dist/doc/support/texcount/sub_options.tex texmf-dist/doc/support/texcount/sub_tc_other.tex texmf-dist/scripts/texcount/texcount.pl texmf-dist/doc/support/texdef/INSTALL texmf-dist/doc/support/texdef/README texmf-dist/doc/support/texdef/texdef.pdf texmf-dist/source/support/texdef/texdef.tex texmf-dist/scripts/texdef/texdef.pl texmf-dist/doc/support/texdiff/README texmf-dist/scripts/texdiff/texdiff texmf-dist/scripts/texdirflatten/texdirflatten texmf-dist/texdoc/texdoc.cnf texmf-dist/doc/support/texliveonfly/README texmf-dist/scripts/texliveonfly/texliveonfly.py texmf-dist/doc/support/texloganalyser/README texmf-dist/scripts/texloganalyser/texloganalyser texmf-dist/doc/support/typeoutfileinfo/README texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh ) %__mkdir_p ${PREF}/texmf-dist for i in "${manifest[@]}"; do %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i done ## make symlinks of core script utils mk_symlinks=( texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180 texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270 texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90 texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl ) %__mkdir_p %{buildroot}%{_bindir} pushd %{buildroot}%{_bindir} for i in "${mk_symlinks[@]}"; do tlc=$(/bin/echo $i | cut -f 1 -d",") lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||") rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|") [ "%{name}" = "$tlc" ] || continue [ -f $rlnk ] || exit 1 %__ln_s $rlnk $lnk || exit 1 done popd ## use external packages %__rm %{buildroot}/usr/bin/latexmk || exit 1 ## Files list find %{buildroot} -type f -or -type l | \ %__sed -e "s|%{buildroot}||g" > filelist.full find %{buildroot}%{texmf}-dist -type d | \ %__sed -e "s|^%{buildroot}|%dir |" \ -e "s|$|/|" >> filelist.full ## subpackages grep "/texmf-dist/doc/" filelist.full > filelist.doc cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp %__mv -f filelist.tmp filelist.full %clean %__rm -rf %{buildroot} %post %touch_run texhash %touch_run mtxrun exit 0 %postun if [ "$1" = 0 ]; then %touch_run texhash fi exit 0 %posttrans %{exec_texhash} %{exec_mtxrun} %{exec_updmap} %{exec_fmtutil} exit 0 %files -f filelist.full %defattr(-,root,root,-) %files -f filelist.doc doc %defattr(-,root,root,-) %changelog * Fri Nov 23 2012 Munehiro Yamamoto 2012-1 - generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-binextra * Sat Dec 3 2011 Munehiro Yamamoto 2011-2 - generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-binextra - set external dependencies (texlive-collection-binextra, texlive-collection-fontutils) * Sun Oct 30 2011 Munehiro Yamamoto 2011-1 - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-binextra * Mon Mar 23 2011 Munehiro Yamamoto 2009-4 - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-binextra - make symlinks of core script utils (texlive-collection-binextra, texlive-collection-context, texlive-collection-fontutils, texlive-collection-langgreek, texlive-collection-langindic, texlive-collection-latex, texlive-collection-latexextra, texlive-collection-latexrecommended, texlive-collection-pictures, texlive-collection-pstricks, texlive-collection-science) * Fri Jan 14 2011 Munehiro Yamamoto 2009-3 - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-binextra - improved %%post * Fri Oct 01 2010 Munehiro Yamamoto 2009-2 - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-binextra - removed arch dependent binaries (texlive-collection-latexextra) - fixed perl path - improved updmap process in %%post and %%postun * Sat Aug 07 2010 Munehiro Yamamoto 2009-1 - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-binextra