texlive-collection-omega-vl.spec 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1:
  3. ## tlpdb2rpmspec collection-omega
  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: Omega packages
  43. Summary(ja): TeX Live: Omega packages
  44. Name: texlive-collection-omega
  45. Version: 2012
  46. Release: 1%{?_dist_release}
  47. License: LPPL, No Info, GPL+
  48. Group: Applications/Publishing
  49. URL:http://www.tug.org/texlive/
  50. Requires: texlive = %{version}
  51. Requires: texlive-collection-basic = %{version}
  52. Requires: texlive-collection-latex = %{version}
  53. Requires(post): texlive = %{version}
  54. Requires(postun): texlive = %{version}
  55. #BuildRequires: texlive-sources = %{version}
  56. BuildArch: noarch
  57. Buildroot: %{_tmppath}/%{name}-%{version}-root
  58. Vendor: Project Vine
  59. Distribution: Vine Linux
  60. Packager: munepi
  61. %description
  62. The TeX Live software distribution offers a complete TeX system for a
  63. variety of Unix, Macintosh, Windows and other platforms. It
  64. encompasses programs for editing, typesetting, previewing and printing
  65. of TeX documents in many different languages, and a large collection
  66. of TeX macros and font libraries.
  67. The distribution includes extensive general documentation about TeX,
  68. as well as the documentation for the included software packages.
  69. This package is a collection of Omega packages:
  70. Omega, a 16-bit extended TeX by John Plaice and Yannis
  71. Haralambous.
  72. This package contains the following CTAN packages:
  73. antomega: Alternative language support for Omega/Lambda.
  74. lambda:
  75. mxedruli: A pair of Georgian fonts.
  76. omega: A wide-character-set extension of TeX.
  77. aleph: Extended TeX.
  78. omegaware:
  79. %description -l ja
  80. TeX Live ソフトウェアディストリビューションは、
  81. さまざまな Unix, Macintosh, Windows、および
  82. 他のプラットホームに対して完全な TeX システムを提供します。
  83. 多くの異なった言語を含む TeX ドキュメントの
  84. 編集、組版、閲覧、印刷するためのプログラム、
  85. そして、TeX マクロやフォントライブラリの大きなコレクションを
  86. 同梱しています。
  87. このディストリビューションは
  88. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  89. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  90. このパッケージは以下のようなパッケージ集です。
  91. Omega packages:
  92. Omega, a 16-bit extended TeX by John Plaice and Yannis
  93. Haralambous.
  94. このパッケージは以下の CTAN パッケージを含んでいます:
  95. antomega: Alternative language support for Omega/Lambda.
  96. lambda:
  97. mxedruli: A pair of Georgian fonts.
  98. omega: A wide-character-set extension of TeX.
  99. aleph: Extended TeX.
  100. omegaware:
  101. %package doc
  102. Summary: TeX Live: Documentation files of %{name}
  103. Group: Applications/Publishing
  104. Requires: %{name} = %{version}-%{release}
  105. %description doc
  106. This package contains documentation files of %{name}.
  107. %prep
  108. %build
  109. %install
  110. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  111. PREF=%{buildroot}%{tex_destdir}
  112. manifest=(
  113. texmf-dist/doc/omega/antomega/README
  114. texmf-dist/doc/omega/antomega/antomega.pdf
  115. texmf-dist/source/lambda/antomega/antenc.dtx
  116. texmf-dist/source/lambda/antomega/antenc.ins
  117. texmf-dist/source/lambda/antomega/antomega.dtx
  118. texmf-dist/source/lambda/antomega/antomega.ins
  119. texmf-dist/omega/ocp/antomega/babel2de.ocp
  120. texmf-dist/omega/ocp/antomega/babel2es.ocp
  121. texmf-dist/omega/ocp/antomega/babel2la.ocp
  122. texmf-dist/omega/ocp/antomega/babel2pl.ocp
  123. texmf-dist/omega/ocp/antomega/babel2punct.ocp
  124. texmf-dist/omega/ocp/antomega/babel2ru.ocp
  125. texmf-dist/omega/ocp/antomega/bblgrk2uni.ocp
  126. texmf-dist/omega/ocp/antomega/dosrus2uni.ocp
  127. texmf-dist/omega/ocp/antomega/greek2punct.ocp
  128. texmf-dist/omega/ocp/antomega/iso2uni.ocp
  129. texmf-dist/omega/ocp/antomega/isobaltic2uni.ocp
  130. texmf-dist/omega/ocp/antomega/isoce2uni.ocp
  131. texmf-dist/omega/ocp/antomega/isocyr2uni.ocp
  132. texmf-dist/omega/ocp/antomega/isogrk2uni.ocp
  133. texmf-dist/omega/ocp/antomega/koirus2uni.ocp
  134. texmf-dist/omega/ocp/antomega/latcyr2uni.ocp
  135. texmf-dist/omega/ocp/antomega/latin/la-lig.ocp
  136. texmf-dist/omega/ocp/antomega/latin/la-longs.ocp
  137. texmf-dist/omega/ocp/antomega/latin/la-noj.ocp
  138. texmf-dist/omega/ocp/antomega/latin/la-nouv.ocp
  139. texmf-dist/omega/ocp/antomega/oldstyle.ocp
  140. texmf-dist/omega/ocp/antomega/rhobre.ocp
  141. texmf-dist/omega/ocp/antomega/rhonobre.ocp
  142. texmf-dist/omega/ocp/antomega/tex2punct.ocp
  143. texmf-dist/omega/ocp/antomega/texgrk2uni.ocp
  144. texmf-dist/omega/ocp/antomega/uni2accents.ocp
  145. texmf-dist/omega/ocp/antomega/uni2lgr.ocp
  146. texmf-dist/omega/ocp/antomega/uni2lig.ocp
  147. texmf-dist/omega/ocp/antomega/uni2omega.ocp
  148. texmf-dist/omega/ocp/antomega/uni2t1.ocp
  149. texmf-dist/omega/ocp/antomega/uni2t2a.ocp
  150. texmf-dist/omega/ocp/antomega/uniutf2uni.ocp
  151. texmf-dist/omega/ocp/antomega/uppercase-dflt.ocp
  152. texmf-dist/omega/ocp/antomega/win2uni.ocp
  153. texmf-dist/omega/ocp/antomega/winbaltic2uni.ocp
  154. texmf-dist/omega/ocp/antomega/wince2uni.ocp
  155. texmf-dist/omega/ocp/antomega/wincyr2uni.ocp
  156. texmf-dist/omega/otp/antomega/babel2de.otp
  157. texmf-dist/omega/otp/antomega/babel2es.otp
  158. texmf-dist/omega/otp/antomega/babel2la.otp
  159. texmf-dist/omega/otp/antomega/babel2pl.otp
  160. texmf-dist/omega/otp/antomega/babel2punct.otp
  161. texmf-dist/omega/otp/antomega/babel2ru.otp
  162. texmf-dist/omega/otp/antomega/bblgrk2uni.otp
  163. texmf-dist/omega/otp/antomega/dosrus2uni.otp
  164. texmf-dist/omega/otp/antomega/greek2punct.otp
  165. texmf-dist/omega/otp/antomega/iso2uni.otp
  166. texmf-dist/omega/otp/antomega/isobaltic2uni.otp
  167. texmf-dist/omega/otp/antomega/isoce2uni.otp
  168. texmf-dist/omega/otp/antomega/isocyr2uni.otp
  169. texmf-dist/omega/otp/antomega/isogrk2uni.otp
  170. texmf-dist/omega/otp/antomega/koirus2uni.otp
  171. texmf-dist/omega/otp/antomega/latcyr2uni.otp
  172. texmf-dist/omega/otp/antomega/latin/la-lig.otp
  173. texmf-dist/omega/otp/antomega/latin/la-longs.otp
  174. texmf-dist/omega/otp/antomega/latin/la-noj.otp
  175. texmf-dist/omega/otp/antomega/latin/la-nouv.otp
  176. texmf-dist/omega/otp/antomega/rhobre.otp
  177. texmf-dist/omega/otp/antomega/rhonobre.otp
  178. texmf-dist/omega/otp/antomega/tex2punct.otp
  179. texmf-dist/omega/otp/antomega/texgrk2uni.otp
  180. texmf-dist/omega/otp/antomega/uni2accents.otp
  181. texmf-dist/omega/otp/antomega/uni2lgr.otp
  182. texmf-dist/omega/otp/antomega/uni2lig.otp
  183. texmf-dist/omega/otp/antomega/uni2omega.otp
  184. texmf-dist/omega/otp/antomega/uni2t1.otp
  185. texmf-dist/omega/otp/antomega/uni2t2a.otp
  186. texmf-dist/omega/otp/antomega/uniutf2uni.otp
  187. texmf-dist/omega/otp/antomega/uppercase-dflt.otp
  188. texmf-dist/omega/otp/antomega/win2uni.otp
  189. texmf-dist/omega/otp/antomega/winbaltic2uni.otp
  190. texmf-dist/omega/otp/antomega/wince2uni.otp
  191. texmf-dist/omega/otp/antomega/wincyr2uni.otp
  192. texmf-dist/tex/lambda/antomega/antomega.cfg
  193. texmf-dist/tex/lambda/antomega/antomega.sty
  194. texmf-dist/tex/lambda/antomega/grhyph16.tex
  195. texmf-dist/tex/lambda/antomega/hyphen.cfg
  196. texmf-dist/tex/lambda/antomega/language.dat.sample
  197. texmf-dist/tex/lambda/antomega/lgc0700.def
  198. texmf-dist/tex/lambda/antomega/lgrenc-antomega.def
  199. texmf-dist/tex/lambda/antomega/ograhyph4.tex
  200. texmf-dist/tex/lambda/antomega/ogrmhyph4.tex
  201. texmf-dist/tex/lambda/antomega/ogrphyph4.tex
  202. texmf-dist/tex/lambda/antomega/omega-english.ldf
  203. texmf-dist/tex/lambda/antomega/omega-french.ldf
  204. texmf-dist/tex/lambda/antomega/omega-german.ldf
  205. texmf-dist/tex/lambda/antomega/omega-greek.ldf
  206. texmf-dist/tex/lambda/antomega/omega-latin.ldf
  207. texmf-dist/tex/lambda/antomega/omega-latvian.ldf
  208. texmf-dist/tex/lambda/antomega/omega-polish.ldf
  209. texmf-dist/tex/lambda/antomega/omega-russian.ldf
  210. texmf-dist/tex/lambda/antomega/omega-spanish.ldf
  211. texmf-dist/tex/lambda/antomega/ruhyph16.tex
  212. texmf-dist/tex/lambda/antomega/t1enc-antomega.def
  213. texmf-dist/tex/lambda/antomega/t2aenc-antomega.def
  214. texmf-dist/tex/lambda/antomega/uni0100.def
  215. texmf-dist/tex/lambda/antomega/uni0370.def
  216. texmf-dist/tex/lambda/antomega/uni0400.def
  217. texmf-dist/tex/lambda/antomega/uni1f00.def
  218. texmf-dist/tex/lambda/antomega/ut1enc-antomega.def
  219. texmf-dist/tex/lambda/base/UT1cmr.fd
  220. texmf-dist/tex/lambda/base/UT1omlgc.fd
  221. texmf-dist/tex/lambda/base/elhyph16.tex
  222. texmf-dist/tex/lambda/base/french.bgd
  223. texmf-dist/tex/lambda/base/french.lay
  224. texmf-dist/tex/lambda/base/grcodes.tex
  225. texmf-dist/tex/lambda/base/greek.bgd
  226. texmf-dist/tex/lambda/base/greek.lay
  227. texmf-dist/tex/lambda/base/grmhyph.tex
  228. texmf-dist/tex/lambda/base/inuit.hpn
  229. texmf-dist/tex/lambda/base/lambda.tex
  230. texmf-dist/tex/lambda/base/lchcmr.fd
  231. texmf-dist/tex/lambda/base/lchenc.def
  232. texmf-dist/tex/lambda/base/litcmr.fd
  233. texmf-dist/tex/lambda/base/litenc.def
  234. texmf-dist/tex/lambda/base/ocherokee.sty
  235. texmf-dist/tex/lambda/base/odev.sty
  236. texmf-dist/tex/lambda/base/ojapan.sty
  237. texmf-dist/tex/lambda/base/omarab.cfg
  238. texmf-dist/tex/lambda/base/omega.sty
  239. texmf-dist/tex/lambda/base/omlgc.cfg
  240. texmf-dist/tex/lambda/base/ot1omarb.fd
  241. texmf-dist/tex/lambda/base/ot1omlgc.fd
  242. texmf-dist/tex/lambda/base/ot1uctt.fd
  243. texmf-dist/tex/lambda/base/usenglish.bgd
  244. texmf-dist/tex/lambda/base/usenglish.lay
  245. texmf-dist/tex/lambda/base/ut1enc.def
  246. texmf-dist/tex/lambda/config/lambda.ini
  247. texmf-dist/tex/lambda/config/language.dat
  248. texmf-dist/doc/fonts/mxedruli/README
  249. texmf-dist/doc/fonts/mxedruli/alphabets.tex
  250. texmf-dist/doc/fonts/mxedruli/mxeddoc.pdf
  251. texmf-dist/doc/fonts/mxedruli/mxeddoc.tex
  252. texmf-dist/doc/fonts/mxedruli/ossetic.tex
  253. texmf-dist/doc/fonts/mxedruli/vepxis.tex
  254. texmf-dist/fonts/source/public/mxedruli/mxed.mf
  255. texmf-dist/fonts/source/public/mxedruli/mxed10.mf
  256. texmf-dist/fonts/source/public/mxedruli/mxedacc.mf
  257. texmf-dist/fonts/source/public/mxedruli/mxedbase.mf
  258. texmf-dist/fonts/source/public/mxedruli/mxedbf10.mf
  259. texmf-dist/fonts/source/public/mxedruli/mxedc10.mf
  260. texmf-dist/fonts/source/public/mxedruli/mxedcaps.mf
  261. texmf-dist/fonts/source/public/mxedruli/mxedd.mf
  262. texmf-dist/fonts/source/public/mxedruli/mxedfont.mf
  263. texmf-dist/fonts/source/public/mxedruli/mxedi10.mf
  264. texmf-dist/fonts/source/public/mxedruli/mxedp.mf
  265. texmf-dist/fonts/source/public/mxedruli/xuc.mf
  266. texmf-dist/fonts/source/public/mxedruli/xuc10.mf
  267. texmf-dist/fonts/source/public/mxedruli/xucbase.mf
  268. texmf-dist/fonts/source/public/mxedruli/xucd.mf
  269. texmf-dist/fonts/source/public/mxedruli/xucfont.mf
  270. texmf-dist/fonts/source/public/mxedruli/xucl.mf
  271. texmf-dist/fonts/source/public/mxedruli/xucp.mf
  272. texmf-dist/fonts/tfm/public/mxedruli/mxed10.tfm
  273. texmf-dist/fonts/tfm/public/mxedruli/mxedbf10.tfm
  274. texmf-dist/fonts/tfm/public/mxedruli/mxedc10.tfm
  275. texmf-dist/fonts/tfm/public/mxedruli/mxedi10.tfm
  276. texmf-dist/fonts/tfm/public/mxedruli/xuc10.tfm
  277. texmf-dist/tex/latex/mxedruli/mxedruli.sty
  278. texmf-dist/tex/latex/mxedruli/umxed.fd
  279. texmf-dist/tex/latex/mxedruli/uxuc.fd
  280. texmf-dist/tex/latex/mxedruli/xucuri.sty
  281. texmf-dist/doc/omega/base/doc-1.8.tex
  282. texmf-dist/doc/omega/base/torture.ps
  283. texmf-dist/doc/omega/base/torture.tex
  284. texmf-dist/dvips/omega/config.omega
  285. texmf-dist/dvips/omega/omega.cfg
  286. texmf-dist/fonts/afm/public/omega/omsea1.afm
  287. texmf-dist/fonts/afm/public/omega/omsea1b.afm
  288. texmf-dist/fonts/afm/public/omega/omsea2.afm
  289. texmf-dist/fonts/afm/public/omega/omsea2b.afm
  290. texmf-dist/fonts/afm/public/omega/omsea3.afm
  291. texmf-dist/fonts/afm/public/omega/omsea3b.afm
  292. texmf-dist/fonts/afm/public/omega/omseco.afm
  293. texmf-dist/fonts/afm/public/omega/omsecob.afm
  294. texmf-dist/fonts/afm/public/omega/omsecobi.afm
  295. texmf-dist/fonts/afm/public/omega/omsecoi.afm
  296. texmf-dist/fonts/afm/public/omega/omsecx.afm
  297. texmf-dist/fonts/afm/public/omega/omsecy.afm
  298. texmf-dist/fonts/afm/public/omega/omsegr.afm
  299. texmf-dist/fonts/afm/public/omega/omsegrb.afm
  300. texmf-dist/fonts/afm/public/omega/omsegrbi.afm
  301. texmf-dist/fonts/afm/public/omega/omsegri.afm
  302. texmf-dist/fonts/afm/public/omega/omseha.afm
  303. texmf-dist/fonts/afm/public/omega/omsehe.afm
  304. texmf-dist/fonts/afm/public/omega/omseip.afm
  305. texmf-dist/fonts/afm/public/omega/omsela.afm
  306. texmf-dist/fonts/afm/public/omega/omselab.afm
  307. texmf-dist/fonts/afm/public/omega/omselabi.afm
  308. texmf-dist/fonts/afm/public/omega/omselai.afm
  309. texmf-dist/fonts/afm/public/omega/omseti.afm
  310. texmf-dist/fonts/map/dvips/omega/omega.map
  311. texmf-dist/fonts/ofm/public/omega/omarab.ofm
  312. texmf-dist/fonts/ofm/public/omega/omarabb.ofm
  313. texmf-dist/fonts/ofm/public/omega/omlgc.ofm
  314. texmf-dist/fonts/ofm/public/omega/omlgcb.ofm
  315. texmf-dist/fonts/ofm/public/omega/omlgcbi.ofm
  316. texmf-dist/fonts/ofm/public/omega/omlgci.ofm
  317. texmf-dist/fonts/ofm/public/omega/ucitt10.ofm
  318. texmf-dist/fonts/ofm/public/omega/ucsltt10.ofm
  319. texmf-dist/fonts/ofm/public/omega/uctt10.ofm
  320. texmf-dist/fonts/ofm/public/omega/uctt12.ofm
  321. texmf-dist/fonts/ofm/public/omega/uctt8.ofm
  322. texmf-dist/fonts/ofm/public/omega/uctt9.ofm
  323. texmf-dist/fonts/ofm/public/omega/ucvtt10.ofm
  324. texmf-dist/fonts/ovf/public/omega/omarab.ovf
  325. texmf-dist/fonts/ovf/public/omega/omarabb.ovf
  326. texmf-dist/fonts/ovf/public/omega/omlgc.ovf
  327. texmf-dist/fonts/ovf/public/omega/omlgcb.ovf
  328. texmf-dist/fonts/ovf/public/omega/omlgcbi.ovf
  329. texmf-dist/fonts/ovf/public/omega/omlgci.ovf
  330. texmf-dist/fonts/ovf/public/omega/ucitt10.ovf
  331. texmf-dist/fonts/ovf/public/omega/ucsltt10.ovf
  332. texmf-dist/fonts/ovf/public/omega/uctt10.ovf
  333. texmf-dist/fonts/ovf/public/omega/uctt12.ovf
  334. texmf-dist/fonts/ovf/public/omega/uctt8.ovf
  335. texmf-dist/fonts/ovf/public/omega/uctt9.ovf
  336. texmf-dist/fonts/ovf/public/omega/ucvtt10.ovf
  337. texmf-dist/fonts/ovp/public/omega/omarab.ovp
  338. texmf-dist/fonts/ovp/public/omega/omarabb.ovp
  339. texmf-dist/fonts/ovp/public/omega/omlgc.ovp
  340. texmf-dist/fonts/ovp/public/omega/omlgcb.ovp
  341. texmf-dist/fonts/ovp/public/omega/omlgcbi.ovp
  342. texmf-dist/fonts/ovp/public/omega/omlgci.ovp
  343. texmf-dist/fonts/ovp/public/omega/ucitt10.ovp
  344. texmf-dist/fonts/ovp/public/omega/ucsltt10.ovp
  345. texmf-dist/fonts/ovp/public/omega/uctt10.ovp
  346. texmf-dist/fonts/ovp/public/omega/uctt12.ovp
  347. texmf-dist/fonts/ovp/public/omega/uctt8.ovp
  348. texmf-dist/fonts/ovp/public/omega/uctt9.ovp
  349. texmf-dist/fonts/ovp/public/omega/ucvtt10.ovp
  350. texmf-dist/fonts/tfm/public/omega/omding.tfm
  351. texmf-dist/fonts/tfm/public/omega/omsea1.tfm
  352. texmf-dist/fonts/tfm/public/omega/omsea1b.tfm
  353. texmf-dist/fonts/tfm/public/omega/omsea2.tfm
  354. texmf-dist/fonts/tfm/public/omega/omsea2b.tfm
  355. texmf-dist/fonts/tfm/public/omega/omsea3.tfm
  356. texmf-dist/fonts/tfm/public/omega/omsea3b.tfm
  357. texmf-dist/fonts/tfm/public/omega/omseco.tfm
  358. texmf-dist/fonts/tfm/public/omega/omsecob.tfm
  359. texmf-dist/fonts/tfm/public/omega/omsecobi.tfm
  360. texmf-dist/fonts/tfm/public/omega/omsecoi.tfm
  361. texmf-dist/fonts/tfm/public/omega/omsecx.tfm
  362. texmf-dist/fonts/tfm/public/omega/omsecy.tfm
  363. texmf-dist/fonts/tfm/public/omega/omsegr.tfm
  364. texmf-dist/fonts/tfm/public/omega/omsegrb.tfm
  365. texmf-dist/fonts/tfm/public/omega/omsegrbi.tfm
  366. texmf-dist/fonts/tfm/public/omega/omsegri.tfm
  367. texmf-dist/fonts/tfm/public/omega/omseha.tfm
  368. texmf-dist/fonts/tfm/public/omega/omseip.tfm
  369. texmf-dist/fonts/tfm/public/omega/omsela.tfm
  370. texmf-dist/fonts/tfm/public/omega/omselab.tfm
  371. texmf-dist/fonts/tfm/public/omega/omselabi.tfm
  372. texmf-dist/fonts/tfm/public/omega/omselai.tfm
  373. texmf-dist/fonts/tfm/public/omega/omseti.tfm
  374. texmf-dist/fonts/tfm/public/omega/omssti.tfm
  375. texmf-dist/fonts/type1/public/omega/omding.pfb
  376. texmf-dist/fonts/type1/public/omega/omsea1.pfb
  377. texmf-dist/fonts/type1/public/omega/omsea1b.pfb
  378. texmf-dist/fonts/type1/public/omega/omsea2.pfb
  379. texmf-dist/fonts/type1/public/omega/omsea2b.pfb
  380. texmf-dist/fonts/type1/public/omega/omsea3.pfb
  381. texmf-dist/fonts/type1/public/omega/omsea3b.pfb
  382. texmf-dist/fonts/type1/public/omega/omseco.pfb
  383. texmf-dist/fonts/type1/public/omega/omsecob.pfb
  384. texmf-dist/fonts/type1/public/omega/omsecobi.pfb
  385. texmf-dist/fonts/type1/public/omega/omsecoi.pfb
  386. texmf-dist/fonts/type1/public/omega/omsecx.pfb
  387. texmf-dist/fonts/type1/public/omega/omsecy.pfb
  388. texmf-dist/fonts/type1/public/omega/omsecyb.pfb
  389. texmf-dist/fonts/type1/public/omega/omsecyi.pfb
  390. texmf-dist/fonts/type1/public/omega/omsegr.pfb
  391. texmf-dist/fonts/type1/public/omega/omsegrb.pfb
  392. texmf-dist/fonts/type1/public/omega/omsegrbi.pfb
  393. texmf-dist/fonts/type1/public/omega/omsegri.pfb
  394. texmf-dist/fonts/type1/public/omega/omseha.pfb
  395. texmf-dist/fonts/type1/public/omega/omsehe.pfb
  396. texmf-dist/fonts/type1/public/omega/omseip.pfb
  397. texmf-dist/fonts/type1/public/omega/omsela.pfb
  398. texmf-dist/fonts/type1/public/omega/omselab.pfb
  399. texmf-dist/fonts/type1/public/omega/omselabi.pfb
  400. texmf-dist/fonts/type1/public/omega/omselai.pfb
  401. texmf-dist/fonts/type1/public/omega/omseti.pfb
  402. texmf-dist/fonts/type1/public/omega/omssti.pfb
  403. texmf-dist/omega/ocp/char2uni/in646.ocp
  404. texmf-dist/omega/ocp/char2uni/in88591.ocp
  405. texmf-dist/omega/ocp/char2uni/in88592.ocp
  406. texmf-dist/omega/ocp/char2uni/in88593.ocp
  407. texmf-dist/omega/ocp/char2uni/in88594.ocp
  408. texmf-dist/omega/ocp/char2uni/in88595.ocp
  409. texmf-dist/omega/ocp/char2uni/in88596.ocp
  410. texmf-dist/omega/ocp/char2uni/in88597.ocp
  411. texmf-dist/omega/ocp/char2uni/in88598.ocp
  412. texmf-dist/omega/ocp/char2uni/in88599.ocp
  413. texmf-dist/omega/ocp/char2uni/in8859a.ocp
  414. texmf-dist/omega/ocp/char2uni/in8859d.ocp
  415. texmf-dist/omega/ocp/char2uni/in8859e.ocp
  416. texmf-dist/omega/ocp/char2uni/in8859f.ocp
  417. texmf-dist/omega/ocp/char2uni/in8859g.ocp
  418. texmf-dist/omega/ocp/char2uni/inatari.ocp
  419. texmf-dist/omega/ocp/char2uni/inav.ocp
  420. texmf-dist/omega/ocp/char2uni/inbig5.ocp
  421. texmf-dist/omega/ocp/char2uni/incp1250.ocp
  422. texmf-dist/omega/ocp/char2uni/incp1251.ocp
  423. texmf-dist/omega/ocp/char2uni/incp1252.ocp
  424. texmf-dist/omega/ocp/char2uni/incp1253.ocp
  425. texmf-dist/omega/ocp/char2uni/incp1254.ocp
  426. texmf-dist/omega/ocp/char2uni/incp1255.ocp
  427. texmf-dist/omega/ocp/char2uni/incp1256.ocp
  428. texmf-dist/omega/ocp/char2uni/incp1257.ocp
  429. texmf-dist/omega/ocp/char2uni/incp1258.ocp
  430. texmf-dist/omega/ocp/char2uni/incp866.ocp
  431. texmf-dist/omega/ocp/char2uni/incp874.ocp
  432. texmf-dist/omega/ocp/char2uni/inebcdic.ocp
  433. texmf-dist/omega/ocp/char2uni/ingb.ocp
  434. texmf-dist/omega/ocp/char2uni/inkoi8.ocp
  435. texmf-dist/omega/ocp/char2uni/inmac.ocp
  436. texmf-dist/omega/ocp/char2uni/inmsdos.ocp
  437. texmf-dist/omega/ocp/char2uni/inmsdos2.ocp
  438. texmf-dist/omega/ocp/char2uni/innext.ocp
  439. texmf-dist/omega/ocp/char2uni/inov.ocp
  440. texmf-dist/omega/ocp/char2uni/inps2.ocp
  441. texmf-dist/omega/ocp/char2uni/insf1.ocp
  442. texmf-dist/omega/ocp/char2uni/insf2.ocp
  443. texmf-dist/omega/ocp/char2uni/intis620.ocp
  444. texmf-dist/omega/ocp/char2uni/inucode.ocp
  445. texmf-dist/omega/ocp/char2uni/inutf8.ocp
  446. texmf-dist/omega/ocp/char2uni/inviet1.ocp
  447. texmf-dist/omega/ocp/char2uni/inviet2.ocp
  448. texmf-dist/omega/ocp/char2uni/inviscii.ocp
  449. texmf-dist/omega/ocp/omega/7arb2uni.ocp
  450. texmf-dist/omega/ocp/omega/7ber2uni.ocp
  451. texmf-dist/omega/ocp/omega/7cyr2uni.ocp
  452. texmf-dist/omega/ocp/omega/7hma2uni.ocp
  453. texmf-dist/omega/ocp/omega/7in88593.ocp
  454. texmf-dist/omega/ocp/omega/7lbe2uni.ocp
  455. texmf-dist/omega/ocp/omega/7pap2uni.ocp
  456. texmf-dist/omega/ocp/omega/7pas2uni.ocp
  457. texmf-dist/omega/ocp/omega/7snd2uni.ocp
  458. texmf-dist/omega/ocp/omega/7syr2uni.ocp
  459. texmf-dist/omega/ocp/omega/7tbe2uni.ocp
  460. texmf-dist/omega/ocp/omega/7urd2uni.ocp
  461. texmf-dist/omega/ocp/omega/8mac-arb2uni.ocp
  462. texmf-dist/omega/ocp/omega/8mac-cyr2uni.ocp
  463. texmf-dist/omega/ocp/omega/apostr2psili.ocp
  464. texmf-dist/omega/ocp/omega/cuni2acad.ocp
  465. texmf-dist/omega/ocp/omega/cuni2amal.ocp
  466. texmf-dist/omega/ocp/omega/cuni2arab.ex.ocp
  467. texmf-dist/omega/ocp/omega/cuni2arab.ocp
  468. texmf-dist/omega/ocp/omega/cuni2asv.ocp
  469. texmf-dist/omega/ocp/omega/cuni2bout.ocp
  470. texmf-dist/omega/ocp/omega/cuni2mona.ocp
  471. texmf-dist/omega/ocp/omega/cuni2nar.ocp
  472. texmf-dist/omega/ocp/omega/cuni2nva.ocp
  473. texmf-dist/omega/ocp/omega/cuni2oar-novow.ocp
  474. texmf-dist/omega/ocp/omega/cuni2oar.ocp
  475. texmf-dist/omega/ocp/omega/cunioara.ocp
  476. texmf-dist/omega/ocp/omega/dblquote-point.ocp
  477. texmf-dist/omega/ocp/omega/destroy.ocp
  478. texmf-dist/omega/ocp/omega/french2uni.ocp
  479. texmf-dist/omega/ocp/omega/greek.ocp
  480. texmf-dist/omega/ocp/omega/grpo2uni.ocp
  481. texmf-dist/omega/ocp/omega/grpotilde2uni.ocp
  482. texmf-dist/omega/ocp/omega/inverted-iota-upsilon.ocp
  483. texmf-dist/omega/ocp/omega/isogr2uni-verbatim.ocp
  484. texmf-dist/omega/ocp/omega/isogr2uni.ocp
  485. texmf-dist/omega/ocp/omega/lat2uni.ocp
  486. texmf-dist/omega/ocp/omega/lowercase.ocp
  487. texmf-dist/omega/ocp/omega/lunatesigma.ocp
  488. texmf-dist/omega/ocp/omega/macgr2uni.ocp
  489. texmf-dist/omega/ocp/omega/medbeta.ocp
  490. texmf-dist/omega/ocp/omega/mixedgreek2uni.ocp
  491. texmf-dist/omega/ocp/omega/tarauni.ocp
  492. texmf-dist/omega/ocp/omega/test1.ocp
  493. texmf-dist/omega/ocp/omega/test3.ocp
  494. texmf-dist/omega/ocp/omega/tiqwah.ocp
  495. texmf-dist/omega/ocp/omega/tiqwah2.ocp
  496. texmf-dist/omega/ocp/omega/tsinduni.ocp
  497. texmf-dist/omega/ocp/omega/turduuni.ocp
  498. texmf-dist/omega/ocp/omega/uni2cuni.ocp
  499. texmf-dist/omega/ocp/omega/uni2greek-verbatim.ocp
  500. texmf-dist/omega/ocp/omega/uni2greek.ocp
  501. texmf-dist/omega/ocp/omega/uni2lat-noffi.ocp
  502. texmf-dist/omega/ocp/omega/uni2lat.ocp
  503. texmf-dist/omega/ocp/omega/unicuni.ocp
  504. texmf-dist/omega/ocp/omega/uppercase-no-accents.ocp
  505. texmf-dist/omega/ocp/omega/uppercase.ocp
  506. texmf-dist/omega/ocp/uni2char/out88591.ocp
  507. texmf-dist/omega/ocp/uni2char/oututf8.ocp
  508. texmf-dist/omega/otp/char2uni/in646.otp
  509. texmf-dist/omega/otp/char2uni/in88591.otp
  510. texmf-dist/omega/otp/char2uni/in88592.otp
  511. texmf-dist/omega/otp/char2uni/in88593.otp
  512. texmf-dist/omega/otp/char2uni/in88594.otp
  513. texmf-dist/omega/otp/char2uni/in88595.otp
  514. texmf-dist/omega/otp/char2uni/in88596.otp
  515. texmf-dist/omega/otp/char2uni/in88597.otp
  516. texmf-dist/omega/otp/char2uni/in88598.otp
  517. texmf-dist/omega/otp/char2uni/in88599.otp
  518. texmf-dist/omega/otp/char2uni/in8859a.otp
  519. texmf-dist/omega/otp/char2uni/in8859d.otp
  520. texmf-dist/omega/otp/char2uni/in8859e.otp
  521. texmf-dist/omega/otp/char2uni/in8859f.otp
  522. texmf-dist/omega/otp/char2uni/in8859g.otp
  523. texmf-dist/omega/otp/char2uni/inatari.otp
  524. texmf-dist/omega/otp/char2uni/inav.otp
  525. texmf-dist/omega/otp/char2uni/inbig5.otp
  526. texmf-dist/omega/otp/char2uni/incp1250.otp
  527. texmf-dist/omega/otp/char2uni/incp1251.otp
  528. texmf-dist/omega/otp/char2uni/incp1252.otp
  529. texmf-dist/omega/otp/char2uni/incp1253.otp
  530. texmf-dist/omega/otp/char2uni/incp1254.otp
  531. texmf-dist/omega/otp/char2uni/incp1255.otp
  532. texmf-dist/omega/otp/char2uni/incp1256.otp
  533. texmf-dist/omega/otp/char2uni/incp1257.otp
  534. texmf-dist/omega/otp/char2uni/incp1258.otp
  535. texmf-dist/omega/otp/char2uni/incp866.otp
  536. texmf-dist/omega/otp/char2uni/incp874.otp
  537. texmf-dist/omega/otp/char2uni/inebcdic.otp
  538. texmf-dist/omega/otp/char2uni/ingb.otp
  539. texmf-dist/omega/otp/char2uni/inkoi8.otp
  540. texmf-dist/omega/otp/char2uni/inmac.otp
  541. texmf-dist/omega/otp/char2uni/inmsdos.otp
  542. texmf-dist/omega/otp/char2uni/inmsdos2.otp
  543. texmf-dist/omega/otp/char2uni/innext.otp
  544. texmf-dist/omega/otp/char2uni/inov.otp
  545. texmf-dist/omega/otp/char2uni/inps2.otp
  546. texmf-dist/omega/otp/char2uni/insf1.otp
  547. texmf-dist/omega/otp/char2uni/insf2.otp
  548. texmf-dist/omega/otp/char2uni/intis620.otp
  549. texmf-dist/omega/otp/char2uni/inucode.otp
  550. texmf-dist/omega/otp/char2uni/inutf8.otp
  551. texmf-dist/omega/otp/char2uni/inviet1.otp
  552. texmf-dist/omega/otp/char2uni/inviet2.otp
  553. texmf-dist/omega/otp/char2uni/inviscii.otp
  554. texmf-dist/omega/otp/omega/7arb2uni.otp
  555. texmf-dist/omega/otp/omega/7ber2uni.otp
  556. texmf-dist/omega/otp/omega/7cyr2uni.otp
  557. texmf-dist/omega/otp/omega/7hma2uni.otp
  558. texmf-dist/omega/otp/omega/7in88593.otp
  559. texmf-dist/omega/otp/omega/7lbe2uni.otp
  560. texmf-dist/omega/otp/omega/7pap2uni.otp
  561. texmf-dist/omega/otp/omega/7pas2uni.otp
  562. texmf-dist/omega/otp/omega/7snd2uni.otp
  563. texmf-dist/omega/otp/omega/7syr2uni.otp
  564. texmf-dist/omega/otp/omega/7tbe2uni.otp
  565. texmf-dist/omega/otp/omega/7urd2uni.otp
  566. texmf-dist/omega/otp/omega/8mac-arb2uni.otp
  567. texmf-dist/omega/otp/omega/8mac-cyr2uni.otp
  568. texmf-dist/omega/otp/omega/apostr2psili.otp
  569. texmf-dist/omega/otp/omega/cuni2acad.otp
  570. texmf-dist/omega/otp/omega/cuni2amal.otp
  571. texmf-dist/omega/otp/omega/cuni2arab.ex.otp
  572. texmf-dist/omega/otp/omega/cuni2asv.otp
  573. texmf-dist/omega/otp/omega/cuni2bout.otp
  574. texmf-dist/omega/otp/omega/cuni2mona.otp
  575. texmf-dist/omega/otp/omega/cuni2nar.otp
  576. texmf-dist/omega/otp/omega/cuni2nva.otp
  577. texmf-dist/omega/otp/omega/cuni2oar-novow.otp
  578. texmf-dist/omega/otp/omega/cuni2oar.otp
  579. texmf-dist/omega/otp/omega/dblquote-point.otp
  580. texmf-dist/omega/otp/omega/destroy.otp
  581. texmf-dist/omega/otp/omega/french2uni.otp
  582. texmf-dist/omega/otp/omega/grpo2uni.otp
  583. texmf-dist/omega/otp/omega/grpotilde2uni.otp
  584. texmf-dist/omega/otp/omega/inverted-iota-upsilon.otp
  585. texmf-dist/omega/otp/omega/isogr2uni-verbatim.otp
  586. texmf-dist/omega/otp/omega/isogr2uni.otp
  587. texmf-dist/omega/otp/omega/lat2uni.otp
  588. texmf-dist/omega/otp/omega/lowercase.otp
  589. texmf-dist/omega/otp/omega/lunatesigma.otp
  590. texmf-dist/omega/otp/omega/macgr2uni.otp
  591. texmf-dist/omega/otp/omega/medbeta.otp
  592. texmf-dist/omega/otp/omega/mixedgreek2uni.otp
  593. texmf-dist/omega/otp/omega/uni2cuni.otp
  594. texmf-dist/omega/otp/omega/uni2greek-verbatim.otp
  595. texmf-dist/omega/otp/omega/uni2greek.otp
  596. texmf-dist/omega/otp/omega/uni2lat-noffi.otp
  597. texmf-dist/omega/otp/omega/uni2lat.otp
  598. texmf-dist/omega/otp/omega/uppercase-no-accents.otp
  599. texmf-dist/omega/otp/omega/uppercase.otp
  600. texmf-dist/omega/otp/uni2char/out88591.otp
  601. texmf-dist/omega/otp/uni2char/oututf8.otp
  602. texmf-dist/tex/generic/encodings/cmbsy.onm
  603. texmf-dist/tex/generic/encodings/cmbx.onm
  604. texmf-dist/tex/generic/encodings/cmcsc.onm
  605. texmf-dist/tex/generic/encodings/cmex.onm
  606. texmf-dist/tex/generic/encodings/cmmi.onm
  607. texmf-dist/tex/generic/encodings/cmmib.onm
  608. texmf-dist/tex/generic/encodings/cmr.onm
  609. texmf-dist/tex/generic/encodings/cmr1.onm
  610. texmf-dist/tex/generic/encodings/cmsl.onm
  611. texmf-dist/tex/generic/encodings/cmsy.onm
  612. texmf-dist/tex/generic/encodings/cmti.onm
  613. texmf-dist/tex/generic/encodings/cmtt.onm
  614. texmf-dist/tex/generic/encodings/ecrm.onm
  615. texmf-dist/tex/generic/encodings/euex.onm
  616. texmf-dist/tex/generic/encodings/eufb.onm
  617. texmf-dist/tex/generic/encodings/eufm.onm
  618. texmf-dist/tex/generic/encodings/eurb.onm
  619. texmf-dist/tex/generic/encodings/eurm.onm
  620. texmf-dist/tex/generic/encodings/eusb.onm
  621. texmf-dist/tex/generic/encodings/eusm.onm
  622. texmf-dist/tex/generic/encodings/msam.onm
  623. texmf-dist/tex/generic/encodings/msbm.onm
  624. texmf-dist/tex/generic/omegahyph/bghyph.tex
  625. texmf-dist/tex/generic/omegahyph/lthyph.tex
  626. texmf-dist/tex/generic/omegahyph/srhyph.tex
  627. texmf-dist/tex/plain/omega/grlccode.tex
  628. texmf-dist/tex/plain/omega/omega.tex
  629. texmf-dist/doc/aleph/base/News
  630. texmf-dist/doc/aleph/base/readme.txt
  631. )
  632. %__mkdir_p ${PREF}/texmf-dist
  633. for i in "${manifest[@]}"; do
  634. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  635. done
  636. ## make symlinks of core script utils
  637. mk_symlinks=(
  638. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  639. texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
  640. texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
  641. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  642. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  643. texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
  644. texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
  645. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  646. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  647. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  648. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  649. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  650. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  651. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  652. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  653. texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
  654. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  655. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  656. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  657. texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
  658. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  659. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  660. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  661. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  662. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  663. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  664. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  665. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  666. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  667. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  668. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  669. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  670. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  671. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  672. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  673. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  674. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  675. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  676. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  677. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  678. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  679. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  680. texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
  681. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  682. texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
  683. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  684. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  685. texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
  686. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  687. texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
  688. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  689. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  690. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  691. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  692. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  693. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  694. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  695. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  696. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  697. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  698. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  699. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  700. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  701. texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
  702. texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
  703. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  704. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  705. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  706. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  707. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  708. texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
  709. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  710. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  711. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  712. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  713. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  714. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  715. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  716. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  717. texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
  718. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  719. texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
  720. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  721. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  722. texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
  723. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  724. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  725. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  726. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  727. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  728. texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
  729. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  730. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  731. )
  732. %__mkdir_p %{buildroot}%{_bindir}
  733. pushd %{buildroot}%{_bindir}
  734. for i in "${mk_symlinks[@]}"; do
  735. tlc=$(/bin/echo $i | cut -f 1 -d",")
  736. lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  737. rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  738. [ "%{name}" = "$tlc" ] || continue
  739. [ -f $rlnk ] || exit 1
  740. %__ln_s $rlnk $lnk || exit 1
  741. done
  742. popd
  743. ## Files list
  744. find %{buildroot} -type f -or -type l | \
  745. %__sed -e "s|%{buildroot}||g" > filelist.full
  746. find %{buildroot}%{texmf}-dist -type d | \
  747. %__sed -e "s|^%{buildroot}|%dir |" \
  748. -e "s|$|/|" >> filelist.full
  749. ## subpackages
  750. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  751. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  752. %__mv -f filelist.tmp filelist.full
  753. %clean
  754. %__rm -rf %{buildroot}
  755. %post
  756. %touch_run texhash
  757. %touch_run mtxrun
  758. [ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
  759. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --enable Map omega.map >/dev/null 2>&1 && %touch_run updmap
  760. %touch_run fmtutil
  761. exit 0
  762. %postun
  763. if [ "$1" = 0 ]; then
  764. %touch_run texhash
  765. [ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
  766. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --disable omega.map >/dev/null 2>&1 && %touch_run updmap
  767. fi
  768. exit 0
  769. %posttrans
  770. %{exec_texhash}
  771. %{exec_mtxrun}
  772. %{exec_updmap}
  773. %{exec_fmtutil}
  774. exit 0
  775. %files -f filelist.full
  776. %defattr(-,root,root,-)
  777. %files -f filelist.doc doc
  778. %defattr(-,root,root,-)
  779. %changelog
  780. * Fri Nov 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  781. - generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-omega
  782. * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
  783. - generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-omega
  784. - set external dependencies (texlive-collection-binextra,
  785. texlive-collection-fontutils)
  786. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  787. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-omega
  788. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  789. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-omega
  790. - make symlinks of core script utils (texlive-collection-binextra,
  791. texlive-collection-context, texlive-collection-fontutils,
  792. texlive-collection-langgreek, texlive-collection-langindic,
  793. texlive-collection-latex, texlive-collection-latexextra,
  794. texlive-collection-latexrecommended, texlive-collection-pictures,
  795. texlive-collection-pstricks, texlive-collection-science)
  796. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  797. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-omega
  798. - improved %%post
  799. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  800. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-omega
  801. - removed arch dependent binaries (texlive-collection-latexextra)
  802. - fixed perl path
  803. - improved updmap process in %%post and %%postun
  804. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  805. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-omega