texlive-collection-genericextra-vl.spec 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1:
  3. ## tlpdb2rpmspec collection-genericextra
  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: Extra generic packages
  43. Summary(ja): TeX Live: Extra generic packages
  44. Name: texlive-collection-genericextra
  45. Version: 2012
  46. Release: 1%{?_dist_release}
  47. License: Public Domain, Freely redistributable without restriction, LPPL, LPPL 1.3, No Info, GPL+, Knuth
  48. Group: Applications/Publishing
  49. URL:http://www.tug.org/texlive/
  50. Requires: texlive = %{version}
  51. Requires: texlive-collection-basic = %{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 Extra generic packages:
  69. Extra packages that work with multiple formats, typically both
  70. TeX and LaTeX.
  71. This package contains the following CTAN packages:
  72. abbr: Simple macros supporting abreviations for Plain and LaTeX.
  73. abstyles: Adaptable BibTeX styles.
  74. barr: Diagram macros by Michael Barr.
  75. bitelist: Split list, in TeX's mouth.
  76. borceux: Diagram macros by Francois Borceux.
  77. c-pascal: Typeset Python, C and Pascal programs.
  78. chronosys: Drawing time-line diagrams.
  79. colorsep: Color separation.
  80. dinat: Bibliography style for German texts.
  81. dirtree: Display trees in the style of windows explorer.
  82. dowith:
  83. eijkhout: Victor Eijkhout's packages.
  84. encxvlna: Insert nonbreakable spaces, using encTeX.
  85. epigram: Display short quotations.
  86. fenixpar: One-shot changes to token registers such as everypar.
  87. fltpoint: Simple floating point arithmetic.
  88. fntproof: A programmable font test pattern generator.
  89. gates: Support for writing modular and customisable code.
  90. ifetex: Provides ifetex switch.
  91. iftex: Am I running under pdfTeX, XeTeX or LuaTeX?
  92. insbox: A TeX macro for inserting pictures/boxes into paragraphs.
  93. lecturer: On-screen presentations for (almost) all formats.
  94. librarian: Tools to create bibliographies in TeX.
  95. mathdots: Commands to produce dots in math that respect font size.
  96. metatex: Incorporate MetaFont pictures in TeX source.
  97. midnight: A set of useful macro tools.
  98. multi:
  99. navigator: PDF features across formats and engines.
  100. ofs: Macros for managing large font collections.
  101. pdf-trans: A set of macros for various transformations of TeX boxes.
  102. shade: Shade pieces of text.
  103. systeme: Format systems of equations.
  104. tabto-generic: "Tab" to a measured position in the line.
  105. texapi: Macros to write format-independent packages.
  106. upca:
  107. xlop: Calculates and displays arithmetic operations.
  108. yax: Yet Another Key System.
  109. %description -l ja
  110. TeX Live ソフトウェアディストリビューションは、
  111. さまざまな Unix, Macintosh, Windows、および
  112. 他のプラットホームに対して完全な TeX システムを提供します。
  113. 多くの異なった言語を含む TeX ドキュメントの
  114. 編集、組版、閲覧、印刷するためのプログラム、
  115. そして、TeX マクロやフォントライブラリの大きなコレクションを
  116. 同梱しています。
  117. このディストリビューションは
  118. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  119. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  120. このパッケージは以下のようなパッケージ集です。
  121. Extra generic packages:
  122. Extra packages that work with multiple formats, typically both
  123. TeX and LaTeX.
  124. このパッケージは以下の CTAN パッケージを含んでいます:
  125. abbr: Simple macros supporting abreviations for Plain and LaTeX.
  126. abstyles: Adaptable BibTeX styles.
  127. barr: Diagram macros by Michael Barr.
  128. bitelist: Split list, in TeX's mouth.
  129. borceux: Diagram macros by Francois Borceux.
  130. c-pascal: Typeset Python, C and Pascal programs.
  131. chronosys: Drawing time-line diagrams.
  132. colorsep: Color separation.
  133. dinat: Bibliography style for German texts.
  134. dirtree: Display trees in the style of windows explorer.
  135. dowith:
  136. eijkhout: Victor Eijkhout's packages.
  137. encxvlna: Insert nonbreakable spaces, using encTeX.
  138. epigram: Display short quotations.
  139. fenixpar: One-shot changes to token registers such as everypar.
  140. fltpoint: Simple floating point arithmetic.
  141. fntproof: A programmable font test pattern generator.
  142. gates: Support for writing modular and customisable code.
  143. ifetex: Provides ifetex switch.
  144. iftex: Am I running under pdfTeX, XeTeX or LuaTeX?
  145. insbox: A TeX macro for inserting pictures/boxes into paragraphs.
  146. lecturer: On-screen presentations for (almost) all formats.
  147. librarian: Tools to create bibliographies in TeX.
  148. mathdots: Commands to produce dots in math that respect font size.
  149. metatex: Incorporate MetaFont pictures in TeX source.
  150. midnight: A set of useful macro tools.
  151. multi:
  152. navigator: PDF features across formats and engines.
  153. ofs: Macros for managing large font collections.
  154. pdf-trans: A set of macros for various transformations of TeX boxes.
  155. shade: Shade pieces of text.
  156. systeme: Format systems of equations.
  157. tabto-generic: "Tab" to a measured position in the line.
  158. texapi: Macros to write format-independent packages.
  159. upca:
  160. xlop: Calculates and displays arithmetic operations.
  161. yax: Yet Another Key System.
  162. %package doc
  163. Summary: TeX Live: Documentation files of %{name}
  164. Group: Applications/Publishing
  165. Requires: %{name} = %{version}-%{release}
  166. %description doc
  167. This package contains documentation files of %{name}.
  168. %prep
  169. %build
  170. %install
  171. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  172. PREF=%{buildroot}%{tex_destdir}
  173. manifest=(
  174. texmf-dist/doc/generic/abbr/README
  175. texmf-dist/tex/generic/abbr/abbr.tex
  176. texmf-dist/doc/bibtex/abstyles/README
  177. texmf-dist/doc/bibtex/abstyles/a4c.sty
  178. texmf-dist/doc/bibtex/abstyles/a4c.tex
  179. texmf-dist/doc/bibtex/abstyles/abstdok.pdf
  180. texmf-dist/doc/bibtex/abstyles/abstdok.tex
  181. texmf-dist/doc/bibtex/abstyles/apreambl.doc
  182. texmf-dist/doc/bibtex/abstyles/btxabst.doc
  183. texmf-dist/doc/bibtex/abstyles/docmac.doc
  184. texmf-dist/doc/bibtex/abstyles/docmac.tex
  185. texmf-dist/bibtex/bib/abstyles/acompat.bib
  186. texmf-dist/bibtex/bib/abstyles/jourabbr.bib
  187. texmf-dist/bibtex/bib/abstyles/jourfull.bib
  188. texmf-dist/bibtex/bst/abstyles/aabbrv.bst
  189. texmf-dist/bibtex/bst/abstyles/aalpha.bst
  190. texmf-dist/bibtex/bst/abstyles/anotit.bst
  191. texmf-dist/bibtex/bst/abstyles/aplain.bst
  192. texmf-dist/bibtex/bst/abstyles/aunsnot.bst
  193. texmf-dist/bibtex/bst/abstyles/aunsrt.bst
  194. texmf-dist/tex/generic/abstyles/apreambl.tex
  195. texmf-dist/doc/generic/barr/diaxydoc.pdf
  196. texmf-dist/doc/generic/barr/diaxydoc.tex
  197. texmf-dist/tex/generic/barr/diagxy.tex
  198. texmf-dist/doc/generic/bitelist/README
  199. texmf-dist/doc/generic/bitelist/bitelist.pdf
  200. texmf-dist/source/generic/bitelist/bitelist.tex
  201. texmf-dist/source/generic/bitelist/srcfiles.tex
  202. texmf-dist/tex/generic/bitelist/bitedemo.tex
  203. texmf-dist/tex/generic/bitelist/bitelist.sty
  204. texmf-dist/doc/generic/borceux/Diagram_Mode_d_Emploi
  205. texmf-dist/doc/generic/borceux/Diagram_Read_Me
  206. texmf-dist/doc/generic/borceux/README
  207. texmf-dist/doc/generic/borceux/compatibility/OldDiagram
  208. texmf-dist/doc/generic/borceux/compatibility/OldMaxiDiagram
  209. texmf-dist/doc/generic/borceux/compatibility/OldMicroDiagram
  210. texmf-dist/doc/generic/borceux/compatibility/OldMiniDiagram
  211. texmf-dist/doc/generic/borceux/compatibility/OldMultipleArrows
  212. texmf-dist/tex/generic/borceux/Diagram
  213. texmf-dist/tex/generic/borceux/MaxiDiagram
  214. texmf-dist/tex/generic/borceux/MicroDiagram
  215. texmf-dist/tex/generic/borceux/MiniDiagram
  216. texmf-dist/tex/generic/borceux/MultipleArrows
  217. texmf-dist/doc/generic/c-pascal/README.eng
  218. texmf-dist/doc/generic/c-pascal/README.pol
  219. texmf-dist/doc/generic/c-pascal/demo1.tex
  220. texmf-dist/doc/generic/c-pascal/demo2.tex
  221. texmf-dist/doc/generic/c-pascal/prog/fib.py
  222. texmf-dist/doc/generic/c-pascal/prog/guess.pas
  223. texmf-dist/doc/generic/c-pascal/prog/sun.c
  224. texmf-dist/tex/generic/c-pascal/cap.tex
  225. texmf-dist/tex/generic/c-pascal/cap_c.tex
  226. texmf-dist/tex/generic/c-pascal/cap_comm.tex
  227. texmf-dist/tex/generic/c-pascal/cap_pas.tex
  228. texmf-dist/tex/generic/c-pascal/cap_pyt.tex
  229. texmf-dist/doc/generic/chronosys/README
  230. texmf-dist/doc/generic/chronosys/docchronosys_en.pdf
  231. texmf-dist/doc/generic/chronosys/docchronosys_en.tex
  232. texmf-dist/doc/generic/chronosys/docchronosys_fr.pdf
  233. texmf-dist/doc/generic/chronosys/docchronosys_fr.tex
  234. texmf-dist/tex/generic/chronosys/chronosys.sty
  235. texmf-dist/tex/generic/chronosys/chronosys.tex
  236. texmf-dist/tex/generic/chronosys/chronosyschr.tex
  237. texmf-dist/tex/generic/chronosys/x-chronosys.tex
  238. texmf-dist/dvips/colorsep/colorsep.pro
  239. texmf-dist/doc/bibtex/dinat/dinat-index.html
  240. texmf-dist/doc/bibtex/dinat/history.html
  241. texmf-dist/bibtex/bst/dinat/dinat.bst
  242. texmf-dist/doc/generic/dirtree/README
  243. texmf-dist/doc/generic/dirtree/dirtree.pdf
  244. texmf-dist/source/generic/dirtree/dirtree.dtx
  245. texmf-dist/source/generic/dirtree/dirtree.ins
  246. texmf-dist/tex/generic/dirtree/dirtree.sty
  247. texmf-dist/tex/generic/dirtree/dirtree.tex
  248. texmf-dist/doc/generic/dowith/README
  249. texmf-dist/doc/generic/dowith/dowith.pdf
  250. texmf-dist/source/generic/dowith/SrcFILEs.txt
  251. texmf-dist/source/generic/dowith/dowith.tex
  252. texmf-dist/source/generic/dowith/srcfiles.tex
  253. texmf-dist/tex/generic/dowith/dowith.RLS
  254. texmf-dist/tex/generic/dowith/dowith.sty
  255. texmf-dist/tex/generic/eijkhout/CD_labeler.tex
  256. texmf-dist/tex/generic/eijkhout/CD_labeler_test.tex
  257. texmf-dist/tex/generic/eijkhout/DB_process.tex
  258. texmf-dist/tex/generic/eijkhout/repeat.tex
  259. texmf-dist/doc/generic/encxvlna/License.txt
  260. texmf-dist/doc/generic/encxvlna/README
  261. texmf-dist/doc/generic/encxvlna/encxvlna.pdf
  262. texmf-dist/doc/generic/encxvlna/encxvlna.tex
  263. texmf-dist/doc/generic/encxvlna/vlna-inc.tex
  264. texmf-dist/tex/latex/encxvlna/encxvlna.sty
  265. texmf-dist/tex/plain/encxvlna/encxvlna.tex
  266. texmf-dist/tex/generic/epigram/epigram.tex
  267. texmf-dist/doc/generic/fenixpar/README
  268. texmf-dist/tex/generic/fenixpar/fenixpar.sty
  269. texmf-dist/tex/generic/fenixpar/fenixtok.sty
  270. texmf-dist/doc/generic/fltpoint/README
  271. texmf-dist/doc/generic/fltpoint/fltpoint.pdf
  272. texmf-dist/source/generic/fltpoint/fltpoint.dtx
  273. texmf-dist/source/generic/fltpoint/fltpoint.ins
  274. texmf-dist/tex/generic/fltpoint/deccomma.sty
  275. texmf-dist/tex/generic/fltpoint/fltpoint.sty
  276. texmf-dist/tex/generic/fltpoint/fltpoint.tex
  277. texmf-dist/doc/generic/fntproof/README
  278. texmf-dist/doc/generic/fntproof/fntproof-doc.pdf
  279. texmf-dist/doc/generic/fntproof/fntproof-doc.tex
  280. texmf-dist/tex/generic/fntproof/fntproof.tex
  281. texmf-dist/doc/generic/gates/README
  282. texmf-dist/doc/generic/gates/gates-doc.pdf
  283. texmf-dist/doc/generic/gates/gates-doc.tex
  284. texmf-dist/doc/generic/gates/gates-doc.txt
  285. texmf-dist/doc/generic/gates/gates.tex
  286. texmf-dist/tex/generic/gates/gates.lua
  287. texmf-dist/tex/generic/gates/gates.sty
  288. texmf-dist/tex/generic/gates/t-gates.tex
  289. texmf-dist/doc/latex/ifetex/README
  290. texmf-dist/doc/latex/ifetex/ifetex.pdf
  291. texmf-dist/source/latex/ifetex/ifetex.dtx
  292. texmf-dist/source/latex/ifetex/ifetex.ins
  293. texmf-dist/tex/latex/ifetex/ifetex.sty
  294. texmf-dist/tex/plain/ifetex/ifetex.tex
  295. texmf-dist/doc/generic/iftex/README
  296. texmf-dist/doc/generic/iftex/iftex.pdf
  297. texmf-dist/doc/generic/iftex/iftex.tex
  298. texmf-dist/tex/generic/iftex/iftex.sty
  299. texmf-dist/doc/generic/insbox/demo.tex
  300. texmf-dist/doc/generic/insbox/pic1.eps
  301. texmf-dist/doc/generic/insbox/pic2.eps
  302. texmf-dist/tex/generic/insbox/insbox.tex
  303. texmf-dist/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.pdf
  304. texmf-dist/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.tex
  305. texmf-dist/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.pdf
  306. texmf-dist/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.tex
  307. texmf-dist/doc/generic/lecturer/LecturerDemo-Mondrian.pdf
  308. texmf-dist/doc/generic/lecturer/LecturerDemo-Mondrian.tex
  309. texmf-dist/doc/generic/lecturer/LecturerDemo-SimplePresentation.pdf
  310. texmf-dist/doc/generic/lecturer/LecturerDemo-SimplePresentation.tex
  311. texmf-dist/doc/generic/lecturer/LecturerDemo-SquaresOfAs.pdf
  312. texmf-dist/doc/generic/lecturer/LecturerDemo-SquaresOfAs.tex
  313. texmf-dist/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.pdf
  314. texmf-dist/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.tex
  315. texmf-dist/doc/generic/lecturer/LecturerDemo-VisualDoc.pdf
  316. texmf-dist/doc/generic/lecturer/LecturerDemo-VisualDoc.tex
  317. texmf-dist/doc/generic/lecturer/README
  318. texmf-dist/doc/generic/lecturer/lecturer-doc.pdf
  319. texmf-dist/doc/generic/lecturer/lecturer-doc.tex
  320. texmf-dist/doc/generic/lecturer/universe.jpg
  321. texmf-dist/tex/generic/lecturer/lecturer.sty
  322. texmf-dist/tex/generic/lecturer/lecturer.tex
  323. texmf-dist/tex/generic/lecturer/ltr-areas.tex
  324. texmf-dist/tex/generic/lecturer/ltr-graphics.tex
  325. texmf-dist/tex/generic/lecturer/ltr-job.tex
  326. texmf-dist/tex/generic/lecturer/ltr-navigation.tex
  327. texmf-dist/tex/generic/lecturer/ltr-slides.tex
  328. texmf-dist/tex/generic/lecturer/ltr-steps.tex
  329. texmf-dist/tex/generic/lecturer/t-lecturer.tex
  330. texmf-dist/doc/generic/librarian/README
  331. texmf-dist/doc/generic/librarian/authoryear.tex
  332. texmf-dist/doc/generic/librarian/librarian-doc.pdf
  333. texmf-dist/doc/generic/librarian/librarian-doc.tex
  334. texmf-dist/doc/generic/librarian/librarian.bib
  335. texmf-dist/tex/generic/librarian/librarian.sty
  336. texmf-dist/tex/generic/librarian/librarian.tex
  337. texmf-dist/tex/generic/librarian/t-librarian.tex
  338. texmf-dist/doc/generic/mathdots/README
  339. texmf-dist/doc/generic/mathdots/mathdots.pdf
  340. texmf-dist/doc/generic/mathdots/mdtest.tex
  341. texmf-dist/source/generic/mathdots/mathdots.dtx
  342. texmf-dist/source/generic/mathdots/mathdots.ins
  343. texmf-dist/tex/generic/mathdots/mathdots.sty
  344. texmf-dist/tex/generic/mathdots/mathdots.tex
  345. texmf-dist/doc/plain/metatex/README
  346. texmf-dist/doc/plain/metatex/gpl.txt
  347. texmf-dist/doc/plain/metatex/mtmp2pdf.tex
  348. texmf-dist/doc/plain/metatex/mtpaper.pdf
  349. texmf-dist/doc/plain/metatex/mtpaper/delay.mf
  350. texmf-dist/doc/plain/metatex/mtpaper/diagram.tex
  351. texmf-dist/doc/plain/metatex/mtpaper/frame.tex
  352. texmf-dist/doc/plain/metatex/mtpaper/mtpaper.tex
  353. texmf-dist/doc/plain/metatex/mtpaper/shadow.tex
  354. texmf-dist/tex/plain/metatex/metatex.tex
  355. texmf-dist/doc/generic/midnight/README
  356. texmf-dist/doc/generic/midnight/border.doc
  357. texmf-dist/doc/generic/midnight/dolines.doc
  358. texmf-dist/doc/generic/midnight/gloss.doc
  359. texmf-dist/doc/generic/midnight/labels.doc
  360. texmf-dist/doc/generic/midnight/loop.doc
  361. texmf-dist/doc/generic/midnight/midnight.pdf
  362. texmf-dist/doc/generic/midnight/quire.doc
  363. texmf-dist/doc/generic/midnight/styledef.doc
  364. texmf-dist/tex/generic/midnight/border.tex
  365. texmf-dist/tex/generic/midnight/dolines.tex
  366. texmf-dist/tex/generic/midnight/gloss.tex
  367. texmf-dist/tex/generic/midnight/labels.tex
  368. texmf-dist/tex/generic/midnight/loop.tex
  369. texmf-dist/tex/generic/midnight/quire.tex
  370. texmf-dist/tex/generic/midnight/styledef.tex
  371. texmf-dist/dvips/multi/2up.pro
  372. texmf-dist/dvips/multi/4up.pro
  373. texmf-dist/dvips/multi/multi.pro
  374. texmf-dist/doc/generic/navigator/README
  375. texmf-dist/doc/generic/navigator/navigator-doc.pdf
  376. texmf-dist/doc/generic/navigator/navigator-doc.tex
  377. texmf-dist/tex/generic/navigator/navigator.sty
  378. texmf-dist/tex/generic/navigator/navigator.tex
  379. texmf-dist/tex/generic/navigator/t-navigator.tex
  380. texmf-dist/doc/generic/ofs/changes.txt
  381. texmf-dist/doc/generic/ofs/eurotex2003-ofs.pdf
  382. texmf-dist/doc/generic/ofs/eurotex2003-ofs.tex
  383. texmf-dist/doc/generic/ofs/ofs-slt.pdf
  384. texmf-dist/doc/generic/ofs/ofsdoc-e.pdf
  385. texmf-dist/doc/generic/ofs/ofsdoc-e.tex
  386. texmf-dist/doc/generic/ofs/ofsdoc.pdf
  387. texmf-dist/doc/generic/ofs/ofsdoc.tex
  388. texmf-dist/doc/generic/ofs/ofsmtdef.tex
  389. texmf-dist/doc/generic/ofs/ofstest.tex
  390. texmf-dist/doc/generic/ofs/readme.ofs
  391. texmf-dist/tex/generic/ofs/a117.tex
  392. texmf-dist/tex/generic/ofs/a35.sty
  393. texmf-dist/tex/generic/ofs/a35.tex
  394. texmf-dist/tex/generic/ofs/allfonts.sty
  395. texmf-dist/tex/generic/ofs/allfonts.tex
  396. texmf-dist/tex/generic/ofs/amsfn.tex
  397. texmf-dist/tex/generic/ofs/mtfn.tex
  398. texmf-dist/tex/generic/ofs/ofs-6a.tex
  399. texmf-dist/tex/generic/ofs/ofs-6c.tex
  400. texmf-dist/tex/generic/ofs/ofs-6k.tex
  401. texmf-dist/tex/generic/ofs/ofs-6s.tex
  402. texmf-dist/tex/generic/ofs/ofs-6t.tex
  403. texmf-dist/tex/generic/ofs/ofs-6x.tex
  404. texmf-dist/tex/generic/ofs/ofs-6y.tex
  405. texmf-dist/tex/generic/ofs/ofs-8c.tex
  406. texmf-dist/tex/generic/ofs/ofs-8t.tex
  407. texmf-dist/tex/generic/ofs/ofs-8x.tex
  408. texmf-dist/tex/generic/ofs/ofs-8z.tex
  409. texmf-dist/tex/generic/ofs/ofs-ams.tex
  410. texmf-dist/tex/generic/ofs/ofs-cm.tex
  411. texmf-dist/tex/generic/ofs/ofs-mt.tex
  412. texmf-dist/tex/generic/ofs/ofs-ps.tex
  413. texmf-dist/tex/generic/ofs/ofs-px.tex
  414. texmf-dist/tex/generic/ofs/ofs-slt.tex
  415. texmf-dist/tex/generic/ofs/ofs-tx.tex
  416. texmf-dist/tex/generic/ofs/ofs.sty
  417. texmf-dist/tex/generic/ofs/ofs.tex
  418. texmf-dist/tex/generic/ofs/ofsdef.tex
  419. texmf-dist/tex/generic/ofs/pantyk.tex
  420. texmf-dist/tex/generic/ofs/txfn.tex
  421. texmf-dist/doc/generic/pdf-trans/example.pdf
  422. texmf-dist/doc/generic/pdf-trans/example.tex
  423. texmf-dist/tex/generic/pdf-trans/pdf-trans.tex
  424. texmf-dist/doc/generic/shade/README
  425. texmf-dist/doc/generic/shade/description.pdf
  426. texmf-dist/doc/generic/shade/description.tex
  427. texmf-dist/fonts/source/public/shade/shade.mf
  428. texmf-dist/tex/generic/shade/shade.tex
  429. texmf-dist/doc/generic/systeme/README
  430. texmf-dist/doc/generic/systeme/systeme_doc_fr.pdf
  431. texmf-dist/doc/generic/systeme/systeme_doc_fr.tex
  432. texmf-dist/tex/generic/systeme/systeme.sty
  433. texmf-dist/tex/generic/systeme/systeme.tex
  434. texmf-dist/tex/generic/tabto-generic/tabto.tex
  435. texmf-dist/doc/generic/texapi/README
  436. texmf-dist/doc/generic/texapi/texapi-doc.pdf
  437. texmf-dist/doc/generic/texapi/texapi-doc.tex
  438. texmf-dist/tex/generic/texapi/texapi.tex
  439. texmf-dist/doc/generic/upca/README
  440. texmf-dist/doc/generic/upca/test-upca.tex
  441. texmf-dist/tex/generic/upca/upca.tex
  442. texmf-dist/doc/generic/xlop/LISEZ.MOI
  443. texmf-dist/doc/generic/xlop/README
  444. texmf-dist/doc/generic/xlop/xlop-doc-fr.pdf
  445. texmf-dist/doc/generic/xlop/xlop-doc-fr.tex
  446. texmf-dist/doc/generic/xlop/xlop-doc.pdf
  447. texmf-dist/doc/generic/xlop/xlop-doc.tex
  448. texmf-dist/source/generic/xlop/manual.sty
  449. texmf-dist/tex/generic/xlop/xlop.sty
  450. texmf-dist/tex/generic/xlop/xlop.tex
  451. texmf-dist/doc/generic/yax/README
  452. texmf-dist/doc/generic/yax/yax-doc.pdf
  453. texmf-dist/doc/generic/yax/yax-doc.tex
  454. texmf-dist/tex/generic/yax/t-yax.tex
  455. texmf-dist/tex/generic/yax/yax.sty
  456. texmf-dist/tex/generic/yax/yax.tex
  457. )
  458. %__mkdir_p ${PREF}/texmf-dist
  459. for i in "${manifest[@]}"; do
  460. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  461. done
  462. ## make symlinks of core script utils
  463. mk_symlinks=(
  464. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  465. texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
  466. texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
  467. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  468. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  469. texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
  470. texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
  471. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  472. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  473. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  474. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  475. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  476. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  477. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  478. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  479. texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
  480. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  481. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  482. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  483. texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
  484. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  485. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  486. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  487. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  488. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  489. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  490. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  491. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  492. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  493. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  494. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  495. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  496. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  497. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  498. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  499. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  500. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  501. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  502. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  503. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  504. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  505. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  506. texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
  507. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  508. texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
  509. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  510. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  511. texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
  512. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  513. texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
  514. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  515. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  516. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  517. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  518. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  519. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  520. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  521. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  522. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  523. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  524. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  525. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  526. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  527. texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
  528. texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
  529. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  530. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  531. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  532. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  533. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  534. texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
  535. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  536. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  537. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  538. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  539. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  540. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  541. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  542. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  543. texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
  544. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  545. texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
  546. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  547. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  548. texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
  549. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  550. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  551. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  552. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  553. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  554. texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
  555. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  556. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  557. )
  558. %__mkdir_p %{buildroot}%{_bindir}
  559. pushd %{buildroot}%{_bindir}
  560. for i in "${mk_symlinks[@]}"; do
  561. tlc=$(/bin/echo $i | cut -f 1 -d",")
  562. lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  563. rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  564. [ "%{name}" = "$tlc" ] || continue
  565. [ -f $rlnk ] || exit 1
  566. %__ln_s $rlnk $lnk || exit 1
  567. done
  568. popd
  569. ## Files list
  570. find %{buildroot} -type f -or -type l | \
  571. %__sed -e "s|%{buildroot}||g" > filelist.full
  572. find %{buildroot}%{texmf}-dist -type d | \
  573. %__sed -e "s|^%{buildroot}|%dir |" \
  574. -e "s|$|/|" >> filelist.full
  575. ## subpackages
  576. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  577. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  578. %__mv -f filelist.tmp filelist.full
  579. %clean
  580. %__rm -rf %{buildroot}
  581. %post
  582. %touch_run texhash
  583. %touch_run mtxrun
  584. exit 0
  585. %postun
  586. if [ "$1" = 0 ]; then
  587. %touch_run texhash
  588. fi
  589. exit 0
  590. %posttrans
  591. %{exec_texhash}
  592. %{exec_mtxrun}
  593. %{exec_updmap}
  594. %{exec_fmtutil}
  595. exit 0
  596. %files -f filelist.full
  597. %defattr(-,root,root,-)
  598. %files -f filelist.doc doc
  599. %defattr(-,root,root,-)
  600. %changelog
  601. * Fri Nov 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  602. - generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-genericextra
  603. * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
  604. - generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-genericextra
  605. - set external dependencies (texlive-collection-binextra,
  606. texlive-collection-fontutils)
  607. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  608. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-genericextra
  609. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  610. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-genericextra
  611. - make symlinks of core script utils (texlive-collection-binextra,
  612. texlive-collection-context, texlive-collection-fontutils,
  613. texlive-collection-langgreek, texlive-collection-langindic,
  614. texlive-collection-latex, texlive-collection-latexextra,
  615. texlive-collection-latexrecommended, texlive-collection-pictures,
  616. texlive-collection-pstricks, texlive-collection-science)
  617. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  618. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-genericextra
  619. - improved %%post
  620. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  621. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-genericextra
  622. - removed arch dependent binaries (texlive-collection-latexextra)
  623. - fixed perl path
  624. - improved updmap process in %%post and %%postun
  625. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  626. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-genericextra