source: projects/specs/trunk/t/texlive-collection-omega/texlive-collection-omega-vl.spec @ 7148

Revision 7148, 38.9 KB checked in by munepi, 12 years ago (diff)

upgrade to TeX Live 2012

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