texlive-collection-humanities-vl.spec 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1:
  3. ## tlpdb2rpmspec collection-humanities
  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: Humanities packages
  43. Summary(ja): TeX Live: Humanities packages
  44. Name: texlive-collection-humanities
  45. Version: 2012
  46. Release: 1%{?_dist_release}
  47. License: LPPL, LPPL 1.3, Public Domain, GPL+, LPPL 1.2
  48. Group: Applications/Publishing
  49. URL:http://www.tug.org/texlive/
  50. Requires: texlive = %{version}
  51. Requires: texlive-collection-latex = %{version}
  52. Requires(post): texlive = %{version}
  53. Requires(postun): texlive = %{version}
  54. #BuildRequires: texlive-sources = %{version}
  55. BuildArch: noarch
  56. Buildroot: %{_tmppath}/%{name}-%{version}-root
  57. Vendor: Project Vine
  58. Distribution: Vine Linux
  59. Packager: munepi
  60. %description
  61. The TeX Live software distribution offers a complete TeX system for a
  62. variety of Unix, Macintosh, Windows and other platforms. It
  63. encompasses programs for editing, typesetting, previewing and printing
  64. of TeX documents in many different languages, and a large collection
  65. of TeX macros and font libraries.
  66. The distribution includes extensive general documentation about TeX,
  67. as well as the documentation for the included software packages.
  68. This package is a collection of Humanities packages:
  69. Packages for law, linguistics, the social sciences, the
  70. humanities, etc.
  71. This package contains the following CTAN packages:
  72. alnumsec: Alphanumeric section numbering.
  73. arydshln: Horizontal and vertical dashed lines in arrays and tabulars.
  74. bibleref: Format bible citations.
  75. bibleref-lds: Bible references, including those to the scriptures of the Church of Jesus Christ of Latter Day Saints.
  76. bibleref-mouth: Consistent formatting of Bible references.
  77. bibleref-parse: Specify Bible passages in human-readable format.
  78. covington: Linguistic support.
  79. dramatist: Typeset dramas, both in verse and in prose.
  80. ecltree: Trees using epic and eepic macros.
  81. edfnotes: Critical annotations to footnotes with ednotes.
  82. ednotes: Typeset scholarly editions.
  83. gb4e: Linguistic tools.
  84. gmverse: a package for typesetting (short) poems.
  85. jura: A document class for German legal texts.
  86. juraabbrev: Abbreviations for typesetting (German) juridical documents.
  87. juramisc: Typesetting German juridical documents.
  88. jurarsp: Citations of judgements and official documents in (German) juridical documents.
  89. ledmac: Typeset scholarly editions in parallel texts.
  90. lexikon: Macros for a two language dictionary.
  91. lineno: Line numbers on paragraphs.
  92. linguex: Format linguists' examples.
  93. liturg: Support for typesetting Catholic liturgical texts.
  94. parallel: Typeset parallel texts.
  95. parrun: Typesets (two) streams of text running parallel.
  96. plari: Typesetting stageplay scripts.
  97. play: Typeset drama using LaTeX.
  98. poemscol: Typesetting Critical Editions of Poetry.
  99. qobitree: LaTeX macros for typesetting trees.
  100. qtree: Draw tree structures.
  101. rtklage: A package for German lawyers
  102. screenplay: A class file to typeset screenplays.
  103. sides: A LaTeX class for typesetting stage plays.
  104. stage: A LaTeX class for stage plays
  105. tree-dvips: Trees and other linguists' macros.
  106. verse: Aids for typesetting simple verse.
  107. xyling: Draw syntactic trees, etc., for linguistics literature, using xy-pic.
  108. %description -l ja
  109. TeX Live ソフトウェアディストリビューションは、
  110. さまざまな Unix, Macintosh, Windows、および
  111. 他のプラットホームに対して完全な TeX システムを提供します。
  112. 多くの異なった言語を含む TeX ドキュメントの
  113. 編集、組版、閲覧、印刷するためのプログラム、
  114. そして、TeX マクロやフォントライブラリの大きなコレクションを
  115. 同梱しています。
  116. このディストリビューションは
  117. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  118. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  119. このパッケージは以下のようなパッケージ集です。
  120. Humanities packages:
  121. Packages for law, linguistics, the social sciences, the
  122. humanities, etc.
  123. このパッケージは以下の CTAN パッケージを含んでいます:
  124. alnumsec: Alphanumeric section numbering.
  125. arydshln: Horizontal and vertical dashed lines in arrays and tabulars.
  126. bibleref: Format bible citations.
  127. bibleref-lds: Bible references, including those to the scriptures of the Church of Jesus Christ of Latter Day Saints.
  128. bibleref-mouth: Consistent formatting of Bible references.
  129. bibleref-parse: Specify Bible passages in human-readable format.
  130. covington: Linguistic support.
  131. dramatist: Typeset dramas, both in verse and in prose.
  132. ecltree: Trees using epic and eepic macros.
  133. edfnotes: Critical annotations to footnotes with ednotes.
  134. ednotes: Typeset scholarly editions.
  135. gb4e: Linguistic tools.
  136. gmverse: a package for typesetting (short) poems.
  137. jura: A document class for German legal texts.
  138. juraabbrev: Abbreviations for typesetting (German) juridical documents.
  139. juramisc: Typesetting German juridical documents.
  140. jurarsp: Citations of judgements and official documents in (German) juridical documents.
  141. ledmac: Typeset scholarly editions in parallel texts.
  142. lexikon: Macros for a two language dictionary.
  143. lineno: Line numbers on paragraphs.
  144. linguex: Format linguists' examples.
  145. liturg: Support for typesetting Catholic liturgical texts.
  146. parallel: Typeset parallel texts.
  147. parrun: Typesets (two) streams of text running parallel.
  148. plari: Typesetting stageplay scripts.
  149. play: Typeset drama using LaTeX.
  150. poemscol: Typesetting Critical Editions of Poetry.
  151. qobitree: LaTeX macros for typesetting trees.
  152. qtree: Draw tree structures.
  153. rtklage: A package for German lawyers
  154. screenplay: A class file to typeset screenplays.
  155. sides: A LaTeX class for typesetting stage plays.
  156. stage: A LaTeX class for stage plays
  157. tree-dvips: Trees and other linguists' macros.
  158. verse: Aids for typesetting simple verse.
  159. xyling: Draw syntactic trees, etc., for linguistics literature, using xy-pic.
  160. %package doc
  161. Summary: TeX Live: Documentation files of %{name}
  162. Group: Applications/Publishing
  163. Requires: %{name} = %{version}-%{release}
  164. %description doc
  165. This package contains documentation files of %{name}.
  166. %prep
  167. %build
  168. %install
  169. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  170. PREF=%{buildroot}%{tex_destdir}
  171. manifest=(
  172. texmf-dist/doc/latex/alnumsec/README
  173. texmf-dist/doc/latex/alnumsec/alnumsec.pdf
  174. texmf-dist/source/latex/alnumsec/alnumsec.dtx
  175. texmf-dist/source/latex/alnumsec/alnumsec.ins
  176. texmf-dist/tex/latex/alnumsec/alnumsec.sty
  177. texmf-dist/doc/latex/arydshln/README
  178. texmf-dist/doc/latex/arydshln/arydshln-man.pdf
  179. texmf-dist/doc/latex/arydshln/arydshln-man.tex
  180. texmf-dist/doc/latex/arydshln/arydshln.pdf
  181. texmf-dist/source/latex/arydshln/arydshln.dtx
  182. texmf-dist/source/latex/arydshln/arydshln.ins
  183. texmf-dist/tex/latex/arydshln/arydshln.sty
  184. texmf-dist/doc/latex/bibleref/CHANGES
  185. texmf-dist/doc/latex/bibleref/README
  186. texmf-dist/doc/latex/bibleref/bibleref-manual.css
  187. texmf-dist/doc/latex/bibleref/bibleref-manual.html
  188. texmf-dist/doc/latex/bibleref/bibleref-manual.tex
  189. texmf-dist/doc/latex/bibleref/bibleref.pdf
  190. texmf-dist/doc/latex/bibleref/samples/sample-categories.pdf
  191. texmf-dist/doc/latex/bibleref/samples/sample-categories.tex
  192. texmf-dist/doc/latex/bibleref/samples/sample-multind.pdf
  193. texmf-dist/doc/latex/bibleref/samples/sample-multind.tex
  194. texmf-dist/doc/latex/bibleref/samples/sample-xidx.pdf
  195. texmf-dist/doc/latex/bibleref/samples/sample-xidx.tex
  196. texmf-dist/doc/latex/bibleref/samples/sample.ist
  197. texmf-dist/doc/latex/bibleref/samples/sample.pdf
  198. texmf-dist/doc/latex/bibleref/samples/sample.tex
  199. texmf-dist/source/latex/bibleref/bibleref.dtx
  200. texmf-dist/source/latex/bibleref/bibleref.ins
  201. texmf-dist/source/latex/bibleref/bibleref.perl
  202. texmf-dist/tex/latex/bibleref/bibleref.sty
  203. texmf-dist/doc/latex/bibleref-lds/README
  204. texmf-dist/doc/latex/bibleref-lds/bibleref-lds.pdf
  205. texmf-dist/source/latex/bibleref-lds/bibleref-lds.dtx
  206. texmf-dist/source/latex/bibleref-lds/bibleref-lds.ins
  207. texmf-dist/tex/latex/bibleref-lds/bibleref-lds.sty
  208. texmf-dist/doc/latex/bibleref-mouth/README
  209. texmf-dist/doc/latex/bibleref-mouth/bibleref-mouth.pdf
  210. texmf-dist/source/latex/bibleref-mouth/bibleref-mouth.dtx
  211. texmf-dist/source/latex/bibleref-mouth/bibleref-mouth.ins
  212. texmf-dist/tex/latex/bibleref-mouth/bibleref-mouth.sty
  213. texmf-dist/doc/latex/bibleref-parse/README
  214. texmf-dist/doc/latex/bibleref-parse/bibleref-parse.pdf
  215. texmf-dist/doc/latex/bibleref-parse/bibleref-parse.tex
  216. texmf-dist/tex/latex/bibleref-parse/bibleref-parse.sty
  217. texmf-dist/doc/latex/covington/covington.pdf
  218. texmf-dist/doc/latex/covington/covington.tex
  219. texmf-dist/doc/latex/covington/covingtonGerm.pdf
  220. texmf-dist/doc/latex/covington/covingtonGerm.tex
  221. texmf-dist/tex/latex/covington/covington.sty
  222. texmf-dist/doc/latex/dramatist/README
  223. texmf-dist/doc/latex/dramatist/dramatist.pdf
  224. texmf-dist/doc/latex/dramatist/marlowe-poemscol.tex
  225. texmf-dist/doc/latex/dramatist/marlowe-verse.tex
  226. texmf-dist/doc/latex/dramatist/schiller.tex
  227. texmf-dist/source/latex/dramatist/dramatist.dtx
  228. texmf-dist/source/latex/dramatist/dramatist.ins
  229. texmf-dist/tex/latex/dramatist/dramatist.sty
  230. texmf-dist/doc/latex/ecltree/ecltreesample.pdf
  231. texmf-dist/doc/latex/ecltree/ecltreesample.tex
  232. texmf-dist/tex/latex/ecltree/ecltree.sty
  233. texmf-dist/doc/latex/edfnotes/PdUsample.pdf
  234. texmf-dist/doc/latex/edfnotes/README
  235. texmf-dist/doc/latex/edfnotes/README.pdf
  236. texmf-dist/doc/latex/edfnotes/README.txt
  237. texmf-dist/doc/latex/edfnotes/SRCFILEs.txt
  238. texmf-dist/doc/latex/edfnotes/edfnotes.pdf
  239. texmf-dist/source/latex/edfnotes/README.tex
  240. texmf-dist/source/latex/edfnotes/edfnotes.tex
  241. texmf-dist/source/latex/edfnotes/srcfiles.tex
  242. texmf-dist/tex/latex/edfnotes/edfnotes.sty
  243. texmf-dist/doc/latex/ednotes/CHANGES.txt
  244. texmf-dist/doc/latex/ednotes/CHANGING.txt
  245. texmf-dist/doc/latex/ednotes/README
  246. texmf-dist/doc/latex/ednotes/README.TEXLIVE
  247. texmf-dist/doc/latex/ednotes/README4U.txt
  248. texmf-dist/doc/latex/ednotes/READMORE.txt
  249. texmf-dist/doc/latex/ednotes/ednotes.pdf
  250. texmf-dist/doc/latex/ednotes/ednotes.tex
  251. texmf-dist/doc/latex/ednotes/ednotugb.pdf
  252. texmf-dist/doc/latex/ednotes/emathtst.tex
  253. texmf-dist/doc/latex/ednotes/varnrule.tex
  254. texmf-dist/doc/latex/ednotes/visible.txt
  255. texmf-dist/tex/latex/ednotes/edcntwd0.sty
  256. texmf-dist/tex/latex/ednotes/ednotes.sty
  257. texmf-dist/tex/latex/ednotes/lblchng1.sty
  258. texmf-dist/tex/latex/ednotes/mfparptc.sty
  259. texmf-dist/tex/latex/ednotes/mfparxsp.sty
  260. texmf-dist/doc/latex/gb4e/README
  261. texmf-dist/doc/latex/gb4e/gb4e-doc.pdf
  262. texmf-dist/doc/latex/gb4e/gb4e-doc.tex
  263. texmf-dist/tex/latex/gb4e/cgloss4e.sty
  264. texmf-dist/tex/latex/gb4e/gb4e.sty
  265. texmf-dist/doc/latex/gmverse/README
  266. texmf-dist/doc/latex/gmverse/gmverse.pdf
  267. texmf-dist/tex/latex/gmverse/gmverse.sty
  268. texmf-dist/doc/latex/jura/README
  269. texmf-dist/doc/latex/jura/jura.pdf
  270. texmf-dist/doc/latex/jura/jura2html
  271. texmf-dist/doc/latex/jura/juratest.ltx
  272. texmf-dist/source/latex/jura/jura.dtx
  273. texmf-dist/source/latex/jura/jura.ins
  274. texmf-dist/tex/latex/jura/alphanum.sty
  275. texmf-dist/tex/latex/jura/jura.cls
  276. texmf-dist/doc/latex/juraabbrev/README
  277. texmf-dist/doc/latex/juraabbrev/abbrevtest.tex
  278. texmf-dist/doc/latex/juraabbrev/juraabbrev.pdf
  279. texmf-dist/source/latex/juraabbrev/juraabbrev.dtx
  280. texmf-dist/source/latex/juraabbrev/juraabbrev.ins
  281. texmf-dist/makeindex/juraabbrev/laws.ist
  282. texmf-dist/tex/latex/juraabbrev/juraabbrev.4ht
  283. texmf-dist/tex/latex/juraabbrev/juraabbrev.sty
  284. texmf-dist/doc/latex/juramisc/README
  285. texmf-dist/doc/latex/juramisc/doc/jbook/jbook.dtx
  286. texmf-dist/doc/latex/juramisc/doc/jbook/jbook.ins
  287. texmf-dist/doc/latex/juramisc/doc/jmgerdoc.pdf
  288. texmf-dist/doc/latex/juramisc/doc/jmgerdoc.tex
  289. texmf-dist/doc/latex/juramisc/doc/jmgerdoc_scr.pdf
  290. texmf-dist/tex/latex/juramisc/jbgoe.clo
  291. texmf-dist/tex/latex/juramisc/jbstgallen.clo
  292. texmf-dist/tex/latex/juramisc/jbtrier.clo
  293. texmf-dist/tex/latex/juramisc/jurabase.sty
  294. texmf-dist/tex/latex/juramisc/jurabook.cls
  295. texmf-dist/tex/latex/juramisc/juraovw.cls
  296. texmf-dist/tex/latex/juramisc/juraurtl.cls
  297. texmf-dist/doc/latex/jurarsp/README
  298. texmf-dist/doc/latex/jurarsp/jurarsp.pdf
  299. texmf-dist/doc/latex/jurarsp/rsptest.bib
  300. texmf-dist/doc/latex/jurarsp/rsptest.tex
  301. texmf-dist/source/latex/jurarsp/jurarsp.dtx
  302. texmf-dist/source/latex/jurarsp/jurarsp.ins
  303. texmf-dist/bibtex/bst/jurarsp/jurarsp.bst
  304. texmf-dist/tex/latex/jurarsp/jurarsp.cfg
  305. texmf-dist/tex/latex/jurarsp/jurarsp.sty
  306. texmf-dist/doc/latex/ledmac/Makefile
  307. texmf-dist/doc/latex/ledmac/README
  308. texmf-dist/doc/latex/ledmac/djd17nov.tex
  309. texmf-dist/doc/latex/ledmac/djd17novL.eps
  310. texmf-dist/doc/latex/ledmac/djd17novR.eps
  311. texmf-dist/doc/latex/ledmac/djdpoems.tex
  312. texmf-dist/doc/latex/ledmac/djdpoems1.eps
  313. texmf-dist/doc/latex/ledmac/djdpoems2.eps
  314. texmf-dist/doc/latex/ledmac/djdpoems3.eps
  315. texmf-dist/doc/latex/ledmac/djdpoems4.eps
  316. texmf-dist/doc/latex/ledmac/egarab.eps
  317. texmf-dist/doc/latex/ledmac/egarab.tex
  318. texmf-dist/doc/latex/ledmac/egarabpar.eps
  319. texmf-dist/doc/latex/ledmac/egarabpar.tex
  320. texmf-dist/doc/latex/ledmac/ledarab.pdf
  321. texmf-dist/doc/latex/ledmac/ledarden.eps
  322. texmf-dist/doc/latex/ledmac/ledarden.tex
  323. texmf-dist/doc/latex/ledmac/ledbraonain.eps
  324. texmf-dist/doc/latex/ledmac/ledbraonain.tex
  325. texmf-dist/doc/latex/ledmac/ledeasy.eps
  326. texmf-dist/doc/latex/ledmac/ledeasy.tex
  327. texmf-dist/doc/latex/ledmac/ledekker.eps
  328. texmf-dist/doc/latex/ledmac/ledekker.tex
  329. texmf-dist/doc/latex/ledmac/ledfeat.eps
  330. texmf-dist/doc/latex/ledmac/ledfeat.tex
  331. texmf-dist/doc/latex/ledmac/ledioc.eps
  332. texmf-dist/doc/latex/ledmac/ledioc.tex
  333. texmf-dist/doc/latex/ledmac/ledmac.pdf
  334. texmf-dist/doc/latex/ledmac/ledmixed.eps
  335. texmf-dist/doc/latex/ledmac/ledmixed.tex
  336. texmf-dist/doc/latex/ledmac/ledpar.pdf
  337. texmf-dist/doc/latex/ledmac/villon.eps
  338. texmf-dist/doc/latex/ledmac/villon.tex
  339. texmf-dist/source/latex/ledmac/ledarab.dtx
  340. texmf-dist/source/latex/ledmac/ledarab.ins
  341. texmf-dist/source/latex/ledmac/ledmac.dtx
  342. texmf-dist/source/latex/ledmac/ledmac.ins
  343. texmf-dist/source/latex/ledmac/ledpar.dtx
  344. texmf-dist/source/latex/ledmac/ledpar.ins
  345. texmf-dist/tex/latex/ledmac/afoot.sty
  346. texmf-dist/tex/latex/ledmac/ledarab.sty
  347. texmf-dist/tex/latex/ledmac/ledmac.sty
  348. texmf-dist/tex/latex/ledmac/ledpar.sty
  349. texmf-dist/doc/latex/lexikon/lexikon-doc.pdf
  350. texmf-dist/doc/latex/lexikon/lexikon-doc.tex
  351. texmf-dist/doc/latex/lexikon/lexikon.tex
  352. texmf-dist/doc/latex/lexikon/lexikon.upl
  353. texmf-dist/tex/latex/lexikon/lexikon.sty
  354. texmf-dist/doc/latex/lineno/CHANGEs.txt
  355. texmf-dist/doc/latex/lineno/COPYING.txt
  356. texmf-dist/doc/latex/lineno/README
  357. texmf-dist/doc/latex/lineno/README.txt
  358. texmf-dist/doc/latex/lineno/SRCFILEs.txt
  359. texmf-dist/doc/latex/lineno/fnlineno.pdf
  360. texmf-dist/doc/latex/lineno/lineno.pdf
  361. texmf-dist/doc/latex/lineno/lnosuppl.pdf
  362. texmf-dist/doc/latex/lineno/ulineno.pdf
  363. texmf-dist/source/latex/lineno/fnlineno.tex
  364. texmf-dist/source/latex/lineno/lineno.tex
  365. texmf-dist/source/latex/lineno/lnosuppl.tex
  366. texmf-dist/source/latex/lineno/ulineno.tex
  367. texmf-dist/tex/latex/lineno/ednmath0.sty
  368. texmf-dist/tex/latex/lineno/edtable.sty
  369. texmf-dist/tex/latex/lineno/fnlineno.sty
  370. texmf-dist/tex/latex/lineno/lineno.sty
  371. texmf-dist/tex/latex/lineno/vplref.sty
  372. texmf-dist/doc/latex/linguex/README
  373. texmf-dist/doc/latex/linguex/README.TEXLIVE
  374. texmf-dist/doc/latex/linguex/linguex-doc.pdf
  375. texmf-dist/doc/latex/linguex/linguex-doc.tex
  376. texmf-dist/doc/latex/linguex/ps-trees-doc.pdf
  377. texmf-dist/doc/latex/linguex/ps-trees-doc.tex
  378. texmf-dist/tex/latex/linguex/linguex.sty
  379. texmf-dist/tex/latex/linguex/linguho.sty
  380. texmf-dist/tex/latex/linguex/ps-trees.sty
  381. texmf-dist/doc/latex/liturg/README
  382. texmf-dist/doc/latex/liturg/liturg.pdf
  383. texmf-dist/doc/latex/liturg/test.tex
  384. texmf-dist/source/latex/liturg/liturg.ins
  385. texmf-dist/tex/latex/liturg/liturg.sty
  386. texmf-dist/doc/latex/parallel/example1.tex
  387. texmf-dist/doc/latex/parallel/example2.tex
  388. texmf-dist/doc/latex/parallel/parallel.pdf
  389. texmf-dist/doc/latex/parallel/readme
  390. texmf-dist/source/latex/parallel/parallel.drv
  391. texmf-dist/source/latex/parallel/parallel.dtx
  392. texmf-dist/source/latex/parallel/parallel.ins
  393. texmf-dist/tex/latex/parallel/parallel.sty
  394. texmf-dist/doc/latex/parrun/parrun.pdf
  395. texmf-dist/doc/latex/parrun/readme
  396. texmf-dist/source/latex/parrun/parrun.dtx
  397. texmf-dist/source/latex/parrun/parrun.ins
  398. texmf-dist/tex/latex/parrun/parrun.sty
  399. texmf-dist/doc/latex/plari/COPYING
  400. texmf-dist/doc/latex/plari/README
  401. texmf-dist/doc/latex/plari/plari.pdf
  402. texmf-dist/source/latex/plari/Makefile
  403. texmf-dist/source/latex/plari/plari.dtx
  404. texmf-dist/source/latex/plari/plari.ins
  405. texmf-dist/tex/latex/plari/plari.cls
  406. texmf-dist/doc/latex/play/README
  407. texmf-dist/source/latex/play/play.dtx
  408. texmf-dist/source/latex/play/play.ins
  409. texmf-dist/tex/latex/play/play.cls
  410. texmf-dist/tex/latex/play/play.sty
  411. texmf-dist/doc/latex/poemscol/README
  412. texmf-dist/doc/latex/poemscol/poemscol.pdf
  413. texmf-dist/doc/latex/poemscol/poemscolcheatsheet.pdf
  414. texmf-dist/source/latex/poemscol/poemscol.dtx
  415. texmf-dist/source/latex/poemscol/poemscol.ins
  416. texmf-dist/tex/latex/poemscol/poemscol.sty
  417. texmf-dist/doc/latex/qobitree/README
  418. texmf-dist/doc/latex/qobitree/example.tex
  419. texmf-dist/tex/latex/qobitree/qobitree.tex
  420. texmf-dist/doc/latex/qtree/README
  421. texmf-dist/doc/latex/qtree/qarrows.pdf
  422. texmf-dist/doc/latex/qtree/qarrows.tex
  423. texmf-dist/doc/latex/qtree/qtreenotes.pdf
  424. texmf-dist/doc/latex/qtree/qtreenotes.tex
  425. texmf-dist/tex/latex/qtree/qtree.sty
  426. texmf-dist/doc/latex/rtklage/README
  427. texmf-dist/doc/latex/rtklage/bspklage.tex
  428. texmf-dist/doc/latex/rtklage/rtklage.pdf
  429. texmf-dist/tex/latex/rtklage/rtklage.cls
  430. texmf-dist/doc/latex/screenplay/COPYING
  431. texmf-dist/doc/latex/screenplay/README
  432. texmf-dist/doc/latex/screenplay/example.tex
  433. texmf-dist/doc/latex/screenplay/screenplay.pdf
  434. texmf-dist/doc/latex/screenplay/test.pdf
  435. texmf-dist/doc/latex/screenplay/test.tex
  436. texmf-dist/source/latex/screenplay/screenplay.dtx
  437. texmf-dist/source/latex/screenplay/screenplay.ins
  438. texmf-dist/tex/latex/screenplay/hardmarg.sty
  439. texmf-dist/tex/latex/screenplay/screenplay.cls
  440. texmf-dist/doc/latex/sides/README
  441. texmf-dist/doc/latex/sides/sides-sample.pdf
  442. texmf-dist/doc/latex/sides/sides-sample.tex
  443. texmf-dist/tex/latex/sides/sides.cls
  444. texmf-dist/doc/latex/stage/README
  445. texmf-dist/doc/latex/stage/stage-documentation.pdf
  446. texmf-dist/tex/latex/stage/stage.cls
  447. texmf-dist/doc/latex/tree-dvips/Makefile
  448. texmf-dist/doc/latex/tree-dvips/README
  449. texmf-dist/doc/latex/tree-dvips/README.TEXLIVE
  450. texmf-dist/doc/latex/tree-dvips/lingmacros-manual.pdf
  451. texmf-dist/doc/latex/tree-dvips/lingmacros-manual.tex
  452. texmf-dist/doc/latex/tree-dvips/tree-dvips91.script
  453. texmf-dist/doc/latex/tree-dvips/tree-manual.pdf
  454. texmf-dist/doc/latex/tree-dvips/tree-manual.tex
  455. texmf-dist/dvips/tree-dvips/tree-dvips91.pro
  456. texmf-dist/tex/latex/tree-dvips/lingmacros.sty
  457. texmf-dist/tex/latex/tree-dvips/tree-dvips.sty
  458. texmf-dist/doc/latex/verse/README
  459. texmf-dist/doc/latex/verse/verse.pdf
  460. texmf-dist/source/latex/verse/verse.dtx
  461. texmf-dist/source/latex/verse/verse.ins
  462. texmf-dist/tex/latex/verse/verse.sty
  463. texmf-dist/doc/latex/xyling/README
  464. texmf-dist/doc/latex/xyling/xyli-doc.pdf
  465. texmf-dist/doc/latex/xyling/xyli-doc.tex
  466. texmf-dist/tex/latex/xyling/xyling.sty
  467. )
  468. %__mkdir_p ${PREF}/texmf-dist
  469. for i in "${manifest[@]}"; do
  470. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  471. done
  472. ## make symlinks of core script utils
  473. mk_symlinks=(
  474. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  475. texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
  476. texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
  477. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  478. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  479. texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
  480. texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
  481. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  482. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  483. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  484. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  485. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  486. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  487. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  488. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  489. texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
  490. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  491. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  492. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  493. texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
  494. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  495. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  496. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  497. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  498. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  499. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  500. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  501. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  502. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  503. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  504. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  505. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  506. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  507. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  508. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  509. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  510. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  511. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  512. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  513. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  514. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  515. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  516. texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
  517. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  518. texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
  519. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  520. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  521. texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
  522. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  523. texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
  524. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  525. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  526. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  527. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  528. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  529. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  530. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  531. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  532. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  533. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  534. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  535. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  536. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  537. texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
  538. texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
  539. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  540. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  541. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  542. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  543. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  544. texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
  545. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  546. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  547. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  548. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  549. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  550. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  551. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  552. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  553. texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
  554. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  555. texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
  556. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  557. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  558. texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
  559. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  560. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  561. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  562. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  563. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  564. texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
  565. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  566. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  567. )
  568. %__mkdir_p %{buildroot}%{_bindir}
  569. pushd %{buildroot}%{_bindir}
  570. for i in "${mk_symlinks[@]}"; do
  571. tlc=$(/bin/echo $i | cut -f 1 -d",")
  572. lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  573. rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  574. [ "%{name}" = "$tlc" ] || continue
  575. [ -f $rlnk ] || exit 1
  576. %__ln_s $rlnk $lnk || exit 1
  577. done
  578. popd
  579. ## Files list
  580. find %{buildroot} -type f -or -type l | \
  581. %__sed -e "s|%{buildroot}||g" > filelist.full
  582. find %{buildroot}%{texmf}-dist -type d | \
  583. %__sed -e "s|^%{buildroot}|%dir |" \
  584. -e "s|$|/|" >> filelist.full
  585. ## subpackages
  586. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  587. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  588. %__mv -f filelist.tmp filelist.full
  589. %clean
  590. %__rm -rf %{buildroot}
  591. %post
  592. %touch_run texhash
  593. %touch_run mtxrun
  594. exit 0
  595. %postun
  596. if [ "$1" = 0 ]; then
  597. %touch_run texhash
  598. fi
  599. exit 0
  600. %posttrans
  601. %{exec_texhash}
  602. %{exec_mtxrun}
  603. %{exec_updmap}
  604. %{exec_fmtutil}
  605. exit 0
  606. %files -f filelist.full
  607. %defattr(-,root,root,-)
  608. %files -f filelist.doc doc
  609. %defattr(-,root,root,-)
  610. %changelog
  611. * Fri Nov 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  612. - generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-humanities
  613. * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
  614. - generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-humanities
  615. - set external dependencies (texlive-collection-binextra,
  616. texlive-collection-fontutils)
  617. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  618. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-humanities
  619. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  620. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-humanities
  621. - make symlinks of core script utils (texlive-collection-binextra,
  622. texlive-collection-context, texlive-collection-fontutils,
  623. texlive-collection-langgreek, texlive-collection-langindic,
  624. texlive-collection-latex, texlive-collection-latexextra,
  625. texlive-collection-latexrecommended, texlive-collection-pictures,
  626. texlive-collection-pstricks, texlive-collection-science)
  627. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  628. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-humanities
  629. - improved %%post
  630. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  631. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-humanities
  632. - removed arch dependent binaries (texlive-collection-latexextra)
  633. - fixed perl path
  634. - improved updmap process in %%post and %%postun
  635. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  636. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-humanities