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

Revision 7148, 45.5 KB checked in by munepi, 11 years ago (diff)

upgrade to TeX Live 2012

Line 
1## -*- coding: utf-8-unix -*-
2## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1:
3## tlpdb2rpmspec collection-langarabic
4
5%global _use_internal_dependency_generator 0
6%global __find_provides %{nil}
7%global __find_requires %{nil}
8
9%define aliasttfdir     %{texmfsysvar}/fonts/truetype/vine
10%define texmfsysconfig  %{_sysconfdir}/texmf
11%define texmfsysvar     %{_var}/lib/texmf
12%define vartexfonts     %{texmfsysvar}/fonts
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
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;
46
47Summary: TeX Live: Arabic
48Summary(ja): TeX Live: Arabic
49Name: texlive-collection-langarabic
50Version: 2012
51Release: 1%{?_dist_release}
52License: OFSFLD, LPPL, LPPL 1.3
53Group: Applications/Publishing
54URL:http://www.tug.org/texlive/
55
56Requires: texlive = %{version}
57Requires: texlive-collection-basic = %{version}
58
59Requires(post):         texlive = %{version}
60Requires(postun):       texlive = %{version}
61#BuildRequires:         texlive-sources = %{version}
62
63BuildArch:      noarch
64Buildroot:      %{_tmppath}/%{name}-%{version}-root
65
66Vendor:         Project Vine
67Distribution:   Vine Linux
68Packager:       munepi
69
70%description
71The TeX Live software distribution offers a complete TeX system for a
72variety of Unix, Macintosh, Windows and other platforms. It
73encompasses programs for editing, typesetting, previewing and printing
74of TeX documents in many different languages, and a large collection
75of TeX macros and font libraries.
76
77The distribution includes extensive general documentation about TeX,
78as well as the documentation for the included software packages.
79
80This package is a collection of Arabic:
81Support for typesetting Arabic.
82
83This package contains the following CTAN packages:
84amiri: A classical Arabic typeface, Naskh style.
85arabi: (La)TeX support for Arabic and Farsi, compliant with Babel.
86arabtex: Macros and fonts for typesetting Arabic.
87bidi: Support for bidirectional typesetting in plain TeX and LaTeX.
88hyphen-arabic: (No) Arabic hyphenation patterns.
89hyphen-farsi: (No) Persian hyphenation patterns.
90persian-bib: Persian translations of classic BibTeX styles.
91persian-modern: The "Persian Modern" family of fonts.
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このパッケージは以下のようなパッケージ集です。
107Arabic:
108Support for typesetting Arabic.
109
110このパッケージは以下の CTAN パッケージを含んでいます:
111amiri: A classical Arabic typeface, Naskh style.
112arabi: (La)TeX support for Arabic and Farsi, compliant with Babel.
113arabtex: Macros and fonts for typesetting Arabic.
114bidi: Support for bidirectional typesetting in plain TeX and LaTeX.
115hyphen-arabic: (No) Arabic hyphenation patterns.
116hyphen-farsi: (No) Persian hyphenation patterns.
117persian-bib: Persian translations of classic BibTeX styles.
118persian-modern: The "Persian Modern" family of fonts.
119
120%package doc
121Summary: TeX Live: Documentation files of %{name}
122Group: Applications/Publishing
123Requires: %{name} = %{version}-%{release}
124
125%description doc
126This package contains documentation files of %{name}.
127
128%prep
129
130%build
131
132%install
133[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
134
135PREF=%{buildroot}%{tex_destdir}
136
137manifest=(
138texmf-dist/doc/fonts/amiri/Makefile
139texmf-dist/doc/fonts/amiri/OFL-FAQ.txt
140texmf-dist/doc/fonts/amiri/OFL.txt
141texmf-dist/doc/fonts/amiri/README.txt
142texmf-dist/doc/fonts/amiri/documentation/NEWS-Arabic.txt
143texmf-dist/doc/fonts/amiri/documentation/NEWS.txt
144texmf-dist/doc/fonts/amiri/documentation/README-Arabic.txt
145texmf-dist/doc/fonts/amiri/documentation/README.txt
146texmf-dist/doc/fonts/amiri/documentation/amiri-table.pdf
147texmf-dist/doc/fonts/amiri/sources/amiri-bold.fea
148texmf-dist/doc/fonts/amiri/sources/amiri-bold.sfd
149texmf-dist/doc/fonts/amiri/sources/amiri-regular.fea
150texmf-dist/doc/fonts/amiri/sources/amiri-regular.sfd
151texmf-dist/doc/fonts/amiri/sources/basic.fea
152texmf-dist/doc/fonts/amiri/sources/classes.fea
153texmf-dist/doc/fonts/amiri/sources/contextuals.fea
154texmf-dist/doc/fonts/amiri/sources/crimson/sources/Crimson-Bold.sfd
155texmf-dist/doc/fonts/amiri/sources/crimson/sources/Crimson-BoldItalic.sfd
156texmf-dist/doc/fonts/amiri/sources/crimson/sources/Crimson-Italic.sfd
157texmf-dist/doc/fonts/amiri/sources/crimson/sources/Crimson-Roman-edits.sfd
158texmf-dist/doc/fonts/amiri/sources/crimson/sources/Crimson-Roman.sfd
159texmf-dist/doc/fonts/amiri/sources/crimson/sources/Crimson-Semibold.sfd
160texmf-dist/doc/fonts/amiri/sources/crimson/sources/Crimson-SemiboldItalic.sfd
161texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/calt.fea
162texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/calt_italic.fea
163texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/crimson.fea
164texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/crimson_italic.fea
165texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/fractions.fea
166texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/italic_glyphclasses.fea
167texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/ligatures.fea
168texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/locl.fea
169texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/numbers.fea
170texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/numbers_italic.fea
171texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/roman_glyphclasses.fea
172texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/smallcaps.fea
173texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/subs_sups.fea
174texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/variants.fea
175texmf-dist/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/variants_italic.fea
176texmf-dist/doc/fonts/amiri/sources/enclosing.fea
177texmf-dist/doc/fonts/amiri/sources/italic_ltra.fea
178texmf-dist/doc/fonts/amiri/sources/italic_rtla.fea
179texmf-dist/doc/fonts/amiri/sources/kashida.fea
180texmf-dist/doc/fonts/amiri/sources/kerning.fea
181texmf-dist/doc/fonts/amiri/sources/lang.fea
182texmf-dist/doc/fonts/amiri/sources/lang_arabic.fea
183texmf-dist/doc/fonts/amiri/sources/lang_latin.fea
184texmf-dist/doc/fonts/amiri/sources/latin_gsub.fea
185texmf-dist/doc/fonts/amiri/sources/lellah.fea
186texmf-dist/doc/fonts/amiri/sources/local.fea
187texmf-dist/doc/fonts/amiri/sources/quran.fea
188texmf-dist/doc/fonts/amiri/sources/rtlm.fea
189texmf-dist/doc/fonts/amiri/sources/stylisticsets.fea
190texmf-dist/doc/fonts/amiri/test-suite/basic.test
191texmf-dist/doc/fonts/amiri/test-suite/enclosing.ptest
192texmf-dist/doc/fonts/amiri/test-suite/extendedmeem.test
193texmf-dist/doc/fonts/amiri/test-suite/high_baa.test
194texmf-dist/doc/fonts/amiri/test-suite/lellah.test
195texmf-dist/doc/fonts/amiri/test-suite/local.test
196texmf-dist/doc/fonts/amiri/tools/build.py
197texmf-dist/doc/fonts/amiri/tools/runtest.py
198texmf-dist/fonts/truetype/public/amiri/amiri-bold.ttf
199texmf-dist/fonts/truetype/public/amiri/amiri-boldslanted.ttf
200texmf-dist/fonts/truetype/public/amiri/amiri-regular.ttf
201texmf-dist/fonts/truetype/public/amiri/amiri-slanted.ttf
202texmf-dist/doc/latex/arabi/README
203texmf-dist/doc/latex/arabi/bblopts.cfg
204texmf-dist/doc/latex/arabi/big2.pdf
205texmf-dist/doc/latex/arabi/big2.tex
206texmf-dist/doc/latex/arabi/fontchart_arabic.pdf
207texmf-dist/doc/latex/arabi/fontchart_farsi.pdf
208texmf-dist/doc/latex/arabi/lion.pdf
209texmf-dist/doc/latex/arabi/lppl.tex
210texmf-dist/doc/latex/arabi/samplebook.css
211texmf-dist/doc/latex/arabi/samplebook.html
212texmf-dist/doc/latex/arabi/samplebook.pdf
213texmf-dist/doc/latex/arabi/samplebook.tex
214texmf-dist/doc/latex/arabi/test_beamer.pdf
215texmf-dist/doc/latex/arabi/testplaintex.pdf
216texmf-dist/doc/latex/arabi/testplaintex.tex
217texmf-dist/doc/latex/arabi/user_guide.pdf
218texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_boldItalitalic.afm
219texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_thin.afm
220texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_xxbold.afm
221texmf-dist/fonts/enc/dvips/arabi/ararabeyes.enc
222texmf-dist/fonts/enc/dvips/arabi/ardtpnaskh.enc
223texmf-dist/fonts/enc/dvips/arabi/ardtpthuluth.enc
224texmf-dist/fonts/enc/dvips/arabi/armonotype.enc
225texmf-dist/fonts/enc/dvips/arabi/aromega.enc
226texmf-dist/fonts/enc/dvips/arabi/arsimplified.enc
227texmf-dist/fonts/enc/dvips/arabi/arunicode.enc
228texmf-dist/fonts/enc/dvips/arabi/farsitex.enc
229texmf-dist/fonts/enc/dvips/arabi/farsiwebencoding.enc
230texmf-dist/fonts/enc/dvips/arabi/frmonotype.enc
231texmf-dist/fonts/enc/dvips/arabi/frsimple.enc
232texmf-dist/fonts/enc/dvips/arabi/frsimplified.enc
233texmf-dist/fonts/enc/dvips/arabi/frunicode.enc
234texmf-dist/fonts/map/dvips/arabi/arabi.map
235texmf-dist/fonts/tfm/arabi/arabeyes/ae_almohanad_xxbold.tfm
236texmf-dist/fonts/tfm/arabi/arabeyes/ae_alyermook.tfm
237texmf-dist/fonts/tfm/arabi/arabeyes/ae_arab.tfm
238texmf-dist/fonts/tfm/arabi/arabeyes/ae_tholoth.tfm
239texmf-dist/fonts/tfm/arabi/arabeyes/aealbattar.tfm
240texmf-dist/fonts/tfm/arabi/arabeyes/aealmateen.tfm
241texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadb.tfm
242texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadbolditalic.tfm
243texmf-dist/fonts/tfm/arabi/arabeyes/aealmothnna.tfm
244texmf-dist/fonts/tfm/arabi/arabeyes/aealyermook.tfm
245texmf-dist/fonts/tfm/arabi/arabeyes/aearab.tfm
246texmf-dist/fonts/tfm/arabi/arabeyes/aecortoba.tfm
247texmf-dist/fonts/tfm/arabi/arabeyes/aedimnah.tfm
248texmf-dist/fonts/tfm/arabi/arabeyes/aefurat.tfm
249texmf-dist/fonts/tfm/arabi/arabeyes/aegranada.tfm
250texmf-dist/fonts/tfm/arabi/arabeyes/aegraph.tfm
251texmf-dist/fonts/tfm/arabi/arabeyes/aehani.tfm
252texmf-dist/fonts/tfm/arabi/arabeyes/aehor.tfm
253texmf-dist/fonts/tfm/arabi/arabeyes/aekayrawan.tfm
254texmf-dist/fonts/tfm/arabi/arabeyes/aekhalid.tfm
255texmf-dist/fonts/tfm/arabi/arabeyes/aemashq.tfm
256texmf-dist/fonts/tfm/arabi/arabeyes/aemetal.tfm
257texmf-dist/fonts/tfm/arabi/arabeyes/aenada.tfm
258texmf-dist/fonts/tfm/arabi/arabeyes/aenagham.tfm
259texmf-dist/fonts/tfm/arabi/arabeyes/aenice.tfm
260texmf-dist/fonts/tfm/arabi/arabeyes/aeostorah.tfm
261texmf-dist/fonts/tfm/arabi/arabeyes/aeouhod.tfm
262texmf-dist/fonts/tfm/arabi/arabeyes/aepetra.tfm
263texmf-dist/fonts/tfm/arabi/arabeyes/aerehan.tfm
264texmf-dist/fonts/tfm/arabi/arabeyes/aesalem.tfm
265texmf-dist/fonts/tfm/arabi/arabeyes/aeshado.tfm
266texmf-dist/fonts/tfm/arabi/arabeyes/aesharjah.tfm
267texmf-dist/fonts/tfm/arabi/arabeyes/aesindibad.tfm
268texmf-dist/fonts/tfm/arabi/arabeyes/aetarablus.tfm
269texmf-dist/fonts/tfm/arabi/arabeyes/aetholoth.tfm
270texmf-dist/fonts/tfm/arabi/farsiweb/homa.tfm
271texmf-dist/fonts/tfm/arabi/farsiweb/nazli.tfm
272texmf-dist/fonts/tfm/arabi/farsiweb/nazlib.tfm
273texmf-dist/fonts/tfm/arabi/farsiweb/nazlibout.tfm
274texmf-dist/fonts/tfm/arabi/farsiweb/nazliout.tfm
275texmf-dist/fonts/tfm/arabi/farsiweb/titr.tfm
276texmf-dist/fonts/tfm/arabi/farsiweb/titrout.tfm
277texmf-dist/fonts/type1/arabi/arabeyes/ae_albattar.pfb
278texmf-dist/fonts/type1/arabi/arabeyes/ae_almateen.pfb
279texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_bold.pfb
280texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_boldItalitalic.pfb
281texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_thin.pfb
282texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb
283texmf-dist/fonts/type1/arabi/arabeyes/ae_almothnna.pfb
284texmf-dist/fonts/type1/arabi/arabeyes/ae_alyermook.pfb
285texmf-dist/fonts/type1/arabi/arabeyes/ae_arab.pfb
286texmf-dist/fonts/type1/arabi/arabeyes/ae_cortoba.pfb
287texmf-dist/fonts/type1/arabi/arabeyes/ae_dimnah.pfb
288texmf-dist/fonts/type1/arabi/arabeyes/ae_furat.pfb
289texmf-dist/fonts/type1/arabi/arabeyes/ae_granada.pfb
290texmf-dist/fonts/type1/arabi/arabeyes/ae_graph.pfb
291texmf-dist/fonts/type1/arabi/arabeyes/ae_hani.pfb
292texmf-dist/fonts/type1/arabi/arabeyes/ae_hor.pfb
293texmf-dist/fonts/type1/arabi/arabeyes/ae_kayrawan.pfb
294texmf-dist/fonts/type1/arabi/arabeyes/ae_khalid.pfb
295texmf-dist/fonts/type1/arabi/arabeyes/ae_mashq.pfb
296texmf-dist/fonts/type1/arabi/arabeyes/ae_metal.pfb
297texmf-dist/fonts/type1/arabi/arabeyes/ae_nada.pfb
298texmf-dist/fonts/type1/arabi/arabeyes/ae_nagham.pfb
299texmf-dist/fonts/type1/arabi/arabeyes/ae_nice.pfb
300texmf-dist/fonts/type1/arabi/arabeyes/ae_ostorah.pfb
301texmf-dist/fonts/type1/arabi/arabeyes/ae_ouhod.pfb
302texmf-dist/fonts/type1/arabi/arabeyes/ae_petra.pfb
303texmf-dist/fonts/type1/arabi/arabeyes/ae_rehan.pfb
304texmf-dist/fonts/type1/arabi/arabeyes/ae_salem.pfb
305texmf-dist/fonts/type1/arabi/arabeyes/ae_shado.pfb
306texmf-dist/fonts/type1/arabi/arabeyes/ae_sharjah.pfb
307texmf-dist/fonts/type1/arabi/arabeyes/ae_sindibad.pfb
308texmf-dist/fonts/type1/arabi/arabeyes/ae_tarablus.pfb
309texmf-dist/fonts/type1/arabi/arabeyes/ae_tholoth.pfb
310texmf-dist/fonts/type1/arabi/farsiweb/homa.pfb
311texmf-dist/fonts/type1/arabi/farsiweb/nazli.pfb
312texmf-dist/fonts/type1/arabi/farsiweb/nazlib.pfb
313texmf-dist/fonts/type1/arabi/farsiweb/titr.pfb
314texmf-dist/tex/latex/arabi/8859-6.def
315texmf-dist/tex/latex/arabi/PPRarabic.sty
316texmf-dist/tex/latex/arabi/arabi4ht.cfg
317texmf-dist/tex/latex/arabi/arabic.cfg
318texmf-dist/tex/latex/arabi/arabic.ldf
319texmf-dist/tex/latex/arabi/arabicfnt.sty
320texmf-dist/tex/latex/arabi/arabicore.sty
321texmf-dist/tex/latex/arabi/arabiftoday.sty
322texmf-dist/tex/latex/arabi/arabnovowel.sty
323texmf-dist/tex/latex/arabi/arfonts.sty
324texmf-dist/tex/latex/arabi/calendrierfpar.sty
325texmf-dist/tex/latex/arabi/calendrierfpmodified.sty
326texmf-dist/tex/latex/arabi/cp1256.def
327texmf-dist/tex/latex/arabi/farsi.ldf
328texmf-dist/tex/latex/arabi/farsifnt.sty
329texmf-dist/tex/latex/arabi/fmultico.sty
330texmf-dist/tex/latex/arabi/fnum.sty
331texmf-dist/tex/latex/arabi/frfonts.sty
332texmf-dist/tex/latex/arabi/haparabica.sty
333texmf-dist/tex/latex/arabi/laeaealbattar.fd
334texmf-dist/tex/latex/arabi/laeaealmateen.fd
335texmf-dist/tex/latex/arabi/laeaealmohanadb.fd
336texmf-dist/tex/latex/arabi/laeaealmothnna.fd
337texmf-dist/tex/latex/arabi/laeaealyermook.fd
338texmf-dist/tex/latex/arabi/laeaearab.fd
339texmf-dist/tex/latex/arabi/laeaecortoba.fd
340texmf-dist/tex/latex/arabi/laeaedimnah.fd
341texmf-dist/tex/latex/arabi/laeaefurat.fd
342texmf-dist/tex/latex/arabi/laeaegranada.fd
343texmf-dist/tex/latex/arabi/laeaegraph.fd
344texmf-dist/tex/latex/arabi/laeaehani.fd
345texmf-dist/tex/latex/arabi/laeaehor.fd
346texmf-dist/tex/latex/arabi/laeaekayrawan.fd
347texmf-dist/tex/latex/arabi/laeaekhalid.fd
348texmf-dist/tex/latex/arabi/laeaemashq.fd
349texmf-dist/tex/latex/arabi/laeaemetal.fd
350texmf-dist/tex/latex/arabi/laeaenada.fd
351texmf-dist/tex/latex/arabi/laeaenagham.fd
352texmf-dist/tex/latex/arabi/laeaenice.fd
353texmf-dist/tex/latex/arabi/laeaeostorah.fd
354texmf-dist/tex/latex/arabi/laeaeouhod.fd
355texmf-dist/tex/latex/arabi/laeaepetra.fd
356texmf-dist/tex/latex/arabi/laeaerehan.fd
357texmf-dist/tex/latex/arabi/laeaesalem.fd
358texmf-dist/tex/latex/arabi/laeaeshado.fd
359texmf-dist/tex/latex/arabi/laeaesharjah.fd
360texmf-dist/tex/latex/arabi/laeaesindibad.fd
361texmf-dist/tex/latex/arabi/laeaetarablus.fd
362texmf-dist/tex/latex/arabi/laeaetholoth.fd
363texmf-dist/tex/latex/arabi/laeandlso.fd
364texmf-dist/tex/latex/arabi/laeararial.fd
365texmf-dist/tex/latex/arabi/laearcour.fd
366texmf-dist/tex/latex/arabi/laearomega.fd
367texmf-dist/tex/latex/arabi/laearsimpo.fd
368texmf-dist/tex/latex/arabi/laeartimes.fd
369texmf-dist/tex/latex/arabi/laeasv.fd
370texmf-dist/tex/latex/arabi/laecmr.fd
371texmf-dist/tex/latex/arabi/laecmss.fd
372texmf-dist/tex/latex/arabi/laecmtt.fd
373texmf-dist/tex/latex/arabi/laedthuluth.fd
374texmf-dist/tex/latex/arabi/laedtpn.fd
375texmf-dist/tex/latex/arabi/laedtpnsp.fd
376texmf-dist/tex/latex/arabi/laeenc.def
377texmf-dist/tex/latex/arabi/laeenc.dfu
378texmf-dist/tex/latex/arabi/laekacstbook.fd
379texmf-dist/tex/latex/arabi/laemaghribi.fd
380texmf-dist/tex/latex/arabi/laenaskhi.fd
381texmf-dist/tex/latex/arabi/laereqaa.fd
382texmf-dist/tex/latex/arabi/laetraditionalarabic.fd
383texmf-dist/tex/latex/arabi/lagally.sty
384texmf-dist/tex/latex/arabi/lfecmr.fd
385texmf-dist/tex/latex/arabi/lfecmss.fd
386texmf-dist/tex/latex/arabi/lfecmtt.fd
387texmf-dist/tex/latex/arabi/lfeelham.fd
388texmf-dist/tex/latex/arabi/lfeenc.def
389texmf-dist/tex/latex/arabi/lfefandlso.fd
390texmf-dist/tex/latex/arabi/lfefarsismpl.fd
391texmf-dist/tex/latex/arabi/lfefrarial.fd
392texmf-dist/tex/latex/arabi/lfefrtimes.fd
393texmf-dist/tex/latex/arabi/lfeftraditionalarabic.fd
394texmf-dist/tex/latex/arabi/lfehoma.fd
395texmf-dist/tex/latex/arabi/lfekoodak.fd
396texmf-dist/tex/latex/arabi/lfenazli.fd
397texmf-dist/tex/latex/arabi/lfenazliout.fd
398texmf-dist/tex/latex/arabi/lferoya.fd
399texmf-dist/tex/latex/arabi/lfesmplarabic.fd
400texmf-dist/tex/latex/arabi/lfeterafik.fd
401texmf-dist/tex/latex/arabi/lfetitr.fd
402texmf-dist/tex/latex/arabi/lfetitrout.fd
403texmf-dist/tex/latex/arabi/mosq.def
404texmf-dist/tex/latex/arabi/poetry.sty
405texmf-dist/tex/latex/arabi/puenc-ar.def
406texmf-dist/tex/latex/arabi/transcmr.fd
407texmf-dist/tex/latex/arabi/translit.sty
408texmf-dist/doc/latex/arabtex/announce.txt
409texmf-dist/doc/latex/arabtex/arabtex-doc.pdf
410texmf-dist/doc/latex/arabtex/arabtex.doc
411texmf-dist/doc/latex/arabtex/arabtex.faq
412texmf-dist/doc/latex/arabtex/arabtex.gif
413texmf-dist/doc/latex/arabtex/arabtex.htm
414texmf-dist/doc/latex/arabtex/arabtex1.htm
415texmf-dist/doc/latex/arabtex/arabtex2.htm
416texmf-dist/doc/latex/arabtex/changes.htm
417texmf-dist/doc/latex/arabtex/changes.txt
418texmf-dist/doc/latex/arabtex/changes2.txt
419texmf-dist/doc/latex/arabtex/chg311.htm
420texmf-dist/doc/latex/arabtex/chg311a.htm
421texmf-dist/doc/latex/arabtex/chg311b.htm
422texmf-dist/doc/latex/arabtex/chg311c.htm
423texmf-dist/doc/latex/arabtex/chg311d.htm
424texmf-dist/doc/latex/arabtex/guha.ps
425texmf-dist/doc/latex/arabtex/hebrew.305
426texmf-dist/doc/latex/arabtex/install.txt
427texmf-dist/doc/latex/arabtex/lppl.txt
428texmf-dist/doc/latex/arabtex/malay.ps
429texmf-dist/doc/latex/arabtex/manifest.txt
430texmf-dist/doc/latex/arabtex/miktex.htm
431texmf-dist/doc/latex/arabtex/miktex.mai
432texmf-dist/doc/latex/arabtex/new1.gif
433texmf-dist/doc/latex/arabtex/new2.gif
434texmf-dist/doc/latex/arabtex/readme.305
435texmf-dist/doc/latex/arabtex/readme.txt
436texmf-dist/doc/latex/arabtex/refer.htm
437texmf-dist/doc/latex/arabtex/sindhi.ps
438texmf-dist/doc/latex/arabtex/tetex.txt
439texmf-dist/doc/latex/arabtex/uighur.ps
440texmf-dist/doc/latex/arabtex/xarbsymb.dat
441texmf-dist/fonts/map/dvips/arabtex/arabtex.map
442texmf-dist/fonts/source/public/arabtex/arabsymb.mf
443texmf-dist/fonts/source/public/arabtex/hcaption.mf
444texmf-dist/fonts/source/public/arabtex/hcbase.mf
445texmf-dist/fonts/source/public/arabtex/hclassic.mf
446texmf-dist/fonts/source/public/arabtex/nash.mf
447texmf-dist/fonts/source/public/arabtex/nash14.mf
448texmf-dist/fonts/source/public/arabtex/nash14bf.mf
449texmf-dist/fonts/source/public/arabtex/nashbase.mf
450texmf-dist/fonts/source/public/arabtex/nashchar.mf
451texmf-dist/fonts/source/public/arabtex/nashdia.mf
452texmf-dist/fonts/source/public/arabtex/nashdig.mf
453texmf-dist/fonts/source/public/arabtex/nashlig.mf
454texmf-dist/fonts/source/public/arabtex/nashspec.mf
455texmf-dist/fonts/source/public/arabtex/xarbsymb.mf
456texmf-dist/fonts/source/public/arabtex/xnsh.mf
457texmf-dist/fonts/source/public/arabtex/xnsh14.mf
458texmf-dist/fonts/source/public/arabtex/xnsh14bf.mf
459texmf-dist/fonts/source/public/arabtex/xnshbase.mf
460texmf-dist/fonts/source/public/arabtex/xnshchar.mf
461texmf-dist/fonts/source/public/arabtex/xnshdia.mf
462texmf-dist/fonts/source/public/arabtex/xnshdig.mf
463texmf-dist/fonts/source/public/arabtex/xnshlig.mf
464texmf-dist/fonts/source/public/arabtex/xnshspec.mf
465texmf-dist/fonts/tfm/public/arabtex/hcaption.tfm
466texmf-dist/fonts/tfm/public/arabtex/hclassic.tfm
467texmf-dist/fonts/tfm/public/arabtex/nash14.tfm
468texmf-dist/fonts/tfm/public/arabtex/nash14bf.tfm
469texmf-dist/fonts/tfm/public/arabtex/xnsh14.tfm
470texmf-dist/fonts/tfm/public/arabtex/xnsh14bf.tfm
471texmf-dist/fonts/tfm/public/arabtex/yarborn.tfm
472texmf-dist/fonts/type1/public/arabtex/hcaption-4.pfb
473texmf-dist/fonts/type1/public/arabtex/hclassic-4.pfb
474texmf-dist/fonts/type1/public/arabtex/xnsh14.pfb
475texmf-dist/fonts/type1/public/arabtex/xnsh14bf.pfb
476texmf-dist/tex/latex/arabtex/Uxnsh.fd
477texmf-dist/tex/latex/arabtex/abidir.sty
478texmf-dist/tex/latex/arabtex/abjad.sty
479texmf-dist/tex/latex/arabtex/aboxes.sty
480texmf-dist/tex/latex/arabtex/acjk.sty
481texmf-dist/tex/latex/arabtex/acmd.sty
482texmf-dist/tex/latex/arabtex/aconfig.sty
483texmf-dist/tex/latex/arabtex/aedpatch.sty
484texmf-dist/tex/latex/arabtex/afonts.sty
485texmf-dist/tex/latex/arabtex/afonts0.sty
486texmf-dist/tex/latex/arabtex/afonts1.sty
487texmf-dist/tex/latex/arabtex/afonts2.sty
488texmf-dist/tex/latex/arabtex/afoot.sty
489texmf-dist/tex/latex/arabtex/alatex.sty
490texmf-dist/tex/latex/arabtex/aligs.sty
491texmf-dist/tex/latex/arabtex/alists.sty
492texmf-dist/tex/latex/arabtex/alocal.sty
493texmf-dist/tex/latex/arabtex/altxext.sty
494texmf-dist/tex/latex/arabtex/amac.sty
495texmf-dist/tex/latex/arabtex/aoutput.sty
496texmf-dist/tex/latex/arabtex/aparse.sty
497texmf-dist/tex/latex/arabtex/apatch.sty
498texmf-dist/tex/latex/arabtex/arababel.sty
499texmf-dist/tex/latex/arabtex/arabart.cls
500texmf-dist/tex/latex/arabtex/arabaux.sty
501texmf-dist/tex/latex/arabtex/arabbook.cls
502texmf-dist/tex/latex/arabtex/arabchrs.sty
503texmf-dist/tex/latex/arabtex/arabext.sty
504texmf-dist/tex/latex/arabtex/arabrep.cls
505texmf-dist/tex/latex/arabtex/arabrep1.cls
506texmf-dist/tex/latex/arabtex/arabskel.sty
507texmf-dist/tex/latex/arabtex/arabsymb.sty
508texmf-dist/tex/latex/arabtex/arabtex-doc.tex
509texmf-dist/tex/latex/arabtex/arabtex.sty
510texmf-dist/tex/latex/arabtex/arabtex.tex
511texmf-dist/tex/latex/arabtex/arabtoks.sty
512texmf-dist/tex/latex/arabtex/arwindoc.tex
513texmf-dist/tex/latex/arabtex/ascan.sty
514texmf-dist/tex/latex/arabtex/asect.sty
515texmf-dist/tex/latex/arabtex/asize10.clo
516texmf-dist/tex/latex/arabtex/asize11.clo
517texmf-dist/tex/latex/arabtex/asize12.clo
518texmf-dist/tex/latex/arabtex/asmo449.sty
519texmf-dist/tex/latex/arabtex/asmo449a.sty
520texmf-dist/tex/latex/arabtex/atabg.sty
521texmf-dist/tex/latex/arabtex/atrans.sty
522texmf-dist/tex/latex/arabtex/awrite.sty
523texmf-dist/tex/latex/arabtex/bhs.sty
524texmf-dist/tex/latex/arabtex/bhslabel.sty
525texmf-dist/tex/latex/arabtex/buck.sty
526texmf-dist/tex/latex/arabtex/captions.def
527texmf-dist/tex/latex/arabtex/cp1256.sty
528texmf-dist/tex/latex/arabtex/etrans.sty
529texmf-dist/tex/latex/arabtex/gedalin.sty
530texmf-dist/tex/latex/arabtex/guha.tex
531texmf-dist/tex/latex/arabtex/hebchrs.sty
532texmf-dist/tex/latex/arabtex/hebsymb.sty
533texmf-dist/tex/latex/arabtex/hebtex.sty
534texmf-dist/tex/latex/arabtex/hebtex.tex
535texmf-dist/tex/latex/arabtex/hecmd.sty
536texmf-dist/tex/latex/arabtex/hefonts.sty
537texmf-dist/tex/latex/arabtex/hefonts0.sty
538texmf-dist/tex/latex/arabtex/hefonts1.sty
539texmf-dist/tex/latex/arabtex/hefonts2.sty
540texmf-dist/tex/latex/arabtex/heparse.sty
541texmf-dist/tex/latex/arabtex/hepatch.sty
542texmf-dist/tex/latex/arabtex/hescan.sty
543texmf-dist/tex/latex/arabtex/hetrans.sty
544texmf-dist/tex/latex/arabtex/hewrite.sty
545texmf-dist/tex/latex/arabtex/hmac.sty
546texmf-dist/tex/latex/arabtex/isiri.sty
547texmf-dist/tex/latex/arabtex/iso88596.sty
548texmf-dist/tex/latex/arabtex/kashmiri.tex
549texmf-dist/tex/latex/arabtex/ligtable.tex
550texmf-dist/tex/latex/arabtex/malay.tex
551texmf-dist/tex/latex/arabtex/nashbf.sty
552texmf-dist/tex/latex/arabtex/omar.tex
553texmf-dist/tex/latex/arabtex/raw.sty
554texmf-dist/tex/latex/arabtex/saw.sty
555texmf-dist/tex/latex/arabtex/sindhi.tex
556texmf-dist/tex/latex/arabtex/sotoku.sty
557texmf-dist/tex/latex/arabtex/twoblks.sty
558texmf-dist/tex/latex/arabtex/uheb.fd
559texmf-dist/tex/latex/arabtex/uighur.tex
560texmf-dist/tex/latex/arabtex/unash.fd
561texmf-dist/tex/latex/arabtex/utf8.sty
562texmf-dist/tex/latex/arabtex/utfcode.sty
563texmf-dist/tex/latex/arabtex/verses.sty
564texmf-dist/tex/latex/arabtex/witbhs.sty
565texmf-dist/tex/latex/arabtex/xarbskel.sty
566texmf-dist/tex/latex/arabtex/xarbsymb.sty
567texmf-dist/tex/latex/arabtex/yiddish.sty
568texmf-dist/doc/latex/bidi/README
569texmf-dist/doc/latex/bidi/bidi-logo.pdf
570texmf-dist/doc/latex/bidi/bidi-logo.tex
571texmf-dist/doc/latex/bidi/bidi.pdf
572texmf-dist/doc/latex/bidi/bidisample2e.tex
573texmf-dist/doc/latex/bidi/bidismall2e.tex
574texmf-dist/doc/latex/bidi/gull.jpg
575texmf-dist/doc/latex/bidi/picture.jpg
576texmf-dist/doc/latex/bidi/presentation-sample.tex
577texmf-dist/doc/latex/bidi/test-arydshln.tex
578texmf-dist/doc/latex/bidi/test-bidi.tex
579texmf-dist/doc/latex/bidi/test-brochure.tex
580texmf-dist/doc/latex/bidi/test-casualcv.tex
581texmf-dist/doc/latex/bidi/test-classiccv.tex
582texmf-dist/doc/latex/bidi/test-color.tex
583texmf-dist/doc/latex/bidi/test-supertabular.tex
584texmf-dist/doc/latex/bidi/test-tabular.tex
585texmf-dist/doc/latex/bidi/test-tabularx.tex
586texmf-dist/doc/latex/bidi/test-tabulary.tex
587texmf-dist/doc/latex/bidi/test1-colortbl.tex
588texmf-dist/doc/latex/bidi/test1-wrapfig.tex
589texmf-dist/doc/latex/bidi/test2-colortbl.tex
590texmf-dist/doc/latex/bidi/test2-wrapfig.tex
591texmf-dist/doc/latex/bidi/test3-wrapfig.tex
592texmf-dist/source/latex/bidi/bidi.dtx
593texmf-dist/source/latex/bidi/bidi.ins
594texmf-dist/tex/latex/bidi/amsart-xetex-bidi.def
595texmf-dist/tex/latex/bidi/amsbook-xetex-bidi.def
596texmf-dist/tex/latex/bidi/amsmath-xetex-bidi.def
597texmf-dist/tex/latex/bidi/amsthm-xetex-bidi.def
598texmf-dist/tex/latex/bidi/array-xetex-bidi.def
599texmf-dist/tex/latex/bidi/article-xetex-bidi.def
600texmf-dist/tex/latex/bidi/artikel1-xetex-bidi.def
601texmf-dist/tex/latex/bidi/artikel2-xetex-bidi.def
602texmf-dist/tex/latex/bidi/artikel3-xetex-bidi.def
603texmf-dist/tex/latex/bidi/arydshln-xetex-bidi.def
604texmf-dist/tex/latex/bidi/bibitem.pdf
605texmf-dist/tex/latex/bidi/bidi.sty
606texmf-dist/tex/latex/bidi/bidi.tex
607texmf-dist/tex/latex/bidi/bidi2in1.sty
608texmf-dist/tex/latex/bidi/bidicode.sty
609texmf-dist/tex/latex/bidi/bidiftnxtra.sty
610texmf-dist/tex/latex/bidi/bidimoderncv.cls
611texmf-dist/tex/latex/bidi/bidipoem.sty
612texmf-dist/tex/latex/bidi/bidipresentation.cls
613texmf-dist/tex/latex/bidi/biditools.sty
614texmf-dist/tex/latex/bidi/biditufte-book.cls
615texmf-dist/tex/latex/bidi/biditufte-handout.cls
616texmf-dist/tex/latex/bidi/bidituftefloat.sty
617texmf-dist/tex/latex/bidi/bidituftegeneralstructure.sty
618texmf-dist/tex/latex/bidi/bidituftehyperref.sty
619texmf-dist/tex/latex/bidi/bidituftesidenote.sty
620texmf-dist/tex/latex/bidi/bidituftetitle.sty
621texmf-dist/tex/latex/bidi/bidituftetoc.sty
622texmf-dist/tex/latex/bidi/boek-xetex-bidi.def
623texmf-dist/tex/latex/bidi/boek3-xetex-bidi.def
624texmf-dist/tex/latex/bidi/book-xetex-bidi.def
625texmf-dist/tex/latex/bidi/bookest-xetex-bidi.def
626texmf-dist/tex/latex/bidi/breqn-xetex-bidi.def
627texmf-dist/tex/latex/bidi/caption-xetex-bidi.def
628texmf-dist/tex/latex/bidi/color-xetex-bidi.def
629texmf-dist/tex/latex/bidi/colortbl-xetex-bidi.def
630texmf-dist/tex/latex/bidi/combine-xetex-bidi.def
631texmf-dist/tex/latex/bidi/crop-xetex-bidi.def
632texmf-dist/tex/latex/bidi/cutwin-xetex-bidi.def
633texmf-dist/tex/latex/bidi/cvthemebidicasual.sty
634texmf-dist/tex/latex/bidi/cvthemebidiclassic.sty
635texmf-dist/tex/latex/bidi/dblfnote-xetex-bidi.def
636texmf-dist/tex/latex/bidi/draftwatermark-xetex-bidi.def
637texmf-dist/tex/latex/bidi/empheq-xetex-bidi.def
638texmf-dist/tex/latex/bidi/extarticle-xetex-bidi.def
639texmf-dist/tex/latex/bidi/extbook-xetex-bidi.def
640texmf-dist/tex/latex/bidi/extletter-xetex-bidi.def
641texmf-dist/tex/latex/bidi/extrafootnotefeatures.def
642texmf-dist/tex/latex/bidi/extreport-xetex-bidi.def
643texmf-dist/tex/latex/bidi/fancyhdr-xetex-bidi.def
644texmf-dist/tex/latex/bidi/fleqn-xetex-bidi.def
645texmf-dist/tex/latex/bidi/float-xetex-bidi.def
646texmf-dist/tex/latex/bidi/flowfram-xetex-bidi.def
647texmf-dist/tex/latex/bidi/footnote-luatex-bidi.def
648texmf-dist/tex/latex/bidi/footnote-xetex-bidi.def
649texmf-dist/tex/latex/bidi/framed-xetex-bidi.def
650texmf-dist/tex/latex/bidi/graphicx-xetex-bidi.def
651texmf-dist/tex/latex/bidi/hvfloat-xetex-bidi.def
652texmf-dist/tex/latex/bidi/hyperref-xetex-bidi.def
653texmf-dist/tex/latex/bidi/leqno-xetex-bidi.def
654texmf-dist/tex/latex/bidi/letter-xetex-bidi.def
655texmf-dist/tex/latex/bidi/lettrine-xetex-bidi.def
656texmf-dist/tex/latex/bidi/listings-xetex-bidi.def
657texmf-dist/tex/latex/bidi/loadingorder-bidi.def
658texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def
659texmf-dist/tex/latex/bidi/luatex-bidi.def
660texmf-dist/tex/latex/bidi/memoir-xetex-bidi.def
661texmf-dist/tex/latex/bidi/minitoc-xetex-bidi.def
662texmf-dist/tex/latex/bidi/multicol-xetex-bidi.def
663texmf-dist/tex/latex/bidi/multienum-xetex-bidi.def
664texmf-dist/tex/latex/bidi/natbib-xetex-bidi.def
665texmf-dist/tex/latex/bidi/ntheorem-hyper-xetex-bidi.def
666texmf-dist/tex/latex/bidi/ntheorem-xetex-bidi.def
667texmf-dist/tex/latex/bidi/pdfpages-xetex-bidi.def
668texmf-dist/tex/latex/bidi/pgf-xetex-bidi.def
669texmf-dist/tex/latex/bidi/picinpar-xetex-bidi.def
670texmf-dist/tex/latex/bidi/plain-luatex-bidi.def
671texmf-dist/tex/latex/bidi/plain-xetex-bidi.def
672texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def
673texmf-dist/tex/latex/bidi/quotchap-xetex-bidi.def
674texmf-dist/tex/latex/bidi/ragged2e-xetex-bidi.def
675texmf-dist/tex/latex/bidi/rapport1-xetex-bidi.def
676texmf-dist/tex/latex/bidi/rapport3-xetex-bidi.def
677texmf-dist/tex/latex/bidi/refrep-xetex-bidi.def
678texmf-dist/tex/latex/bidi/report-xetex-bidi.def
679texmf-dist/tex/latex/bidi/scrartcl-xetex-bidi.def
680texmf-dist/tex/latex/bidi/scrbook-xetex-bidi.def
681texmf-dist/tex/latex/bidi/scrlettr-xetex-bidi.def
682texmf-dist/tex/latex/bidi/scrreprt-xetex-bidi.def
683texmf-dist/tex/latex/bidi/sidecap-xetex-bidi.def
684texmf-dist/tex/latex/bidi/stabular-xetex-bidi.def
685texmf-dist/tex/latex/bidi/subfigure-xetex-bidi.def
686texmf-dist/tex/latex/bidi/tabls-xetex-bidi.def
687texmf-dist/tex/latex/bidi/tabulary-xetex-bidi.def
688texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def
689texmf-dist/tex/latex/bidi/titlesec-xetex-bidi.def
690texmf-dist/tex/latex/bidi/titletoc-xetex-bidi.def
691texmf-dist/tex/latex/bidi/tocbibind-xetex-bidi.def
692texmf-dist/tex/latex/bidi/tocloft-xetex-bidi.def
693texmf-dist/tex/latex/bidi/tocstyle-xetex-bidi.def
694texmf-dist/tex/latex/bidi/wrapfig-xetex-bidi.def
695texmf-dist/tex/latex/bidi/xcolor-xetex-bidi.def
696texmf-dist/tex/latex/bidi/xetex-bidi.def
697texmf-dist/tex/latex/bidi/xltxtra-xetex-bidi.def
698texmf-dist/doc/xelatex/persian-bib/MyReferences.bib
699texmf-dist/doc/xelatex/persian-bib/Persian-bib-userguide.pdf
700texmf-dist/doc/xelatex/persian-bib/Persian-bib-userguide.tex
701texmf-dist/doc/xelatex/persian-bib/README
702texmf-dist/doc/xelatex/persian-bib/bibtex-example.pdf
703texmf-dist/doc/xelatex/persian-bib/bibtex-example.tex
704texmf-dist/doc/xelatex/persian-bib/gen_pdf.pl
705texmf-dist/bibtex/bst/persian-bib/acm-fa.bst
706texmf-dist/bibtex/bst/persian-bib/asa-fa.bst
707texmf-dist/bibtex/bst/persian-bib/chicago-fa.bst
708texmf-dist/bibtex/bst/persian-bib/ieeetr-fa.bst
709texmf-dist/bibtex/bst/persian-bib/plain-fa.bst
710texmf-dist/bibtex/bst/persian-bib/plainnat-fa.bst
711texmf-dist/bibtex/bst/persian-bib/unsrt-fa.bst
712texmf-dist/bibtex/csf/persian-bib/cp1256fa.csf
713texmf-dist/doc/fonts/persian-modern/OFL-FAQ.txt
714texmf-dist/doc/fonts/persian-modern/OFL.txt
715texmf-dist/doc/fonts/persian-modern/README
716texmf-dist/source/fonts/persian-modern/persian-modern-bold.sfd
717texmf-dist/source/fonts/persian-modern/persian-modern-bolditalic.sfd
718texmf-dist/source/fonts/persian-modern/persian-modern-boldoblique.sfd
719texmf-dist/source/fonts/persian-modern/persian-modern-italic.sfd
720texmf-dist/source/fonts/persian-modern/persian-modern-italicoutline.sfd
721texmf-dist/source/fonts/persian-modern/persian-modern-italicshadow.sfd
722texmf-dist/source/fonts/persian-modern/persian-modern-oblique.sfd
723texmf-dist/source/fonts/persian-modern/persian-modern-obliqueoutline.sfd
724texmf-dist/source/fonts/persian-modern/persian-modern-obliqueshadow.sfd
725texmf-dist/source/fonts/persian-modern/persian-modern-outline.sfd
726texmf-dist/source/fonts/persian-modern/persian-modern-regular.sfd
727texmf-dist/source/fonts/persian-modern/persian-modern-shadow.sfd
728texmf-dist/fonts/truetype/public/persian-modern/persian-modern-bold.ttf
729texmf-dist/fonts/truetype/public/persian-modern/persian-modern-bolditalic.ttf
730texmf-dist/fonts/truetype/public/persian-modern/persian-modern-boldoblique.ttf
731texmf-dist/fonts/truetype/public/persian-modern/persian-modern-italic.ttf
732texmf-dist/fonts/truetype/public/persian-modern/persian-modern-italicoutline.ttf
733texmf-dist/fonts/truetype/public/persian-modern/persian-modern-italicshadow.ttf
734texmf-dist/fonts/truetype/public/persian-modern/persian-modern-oblique.ttf
735texmf-dist/fonts/truetype/public/persian-modern/persian-modern-obliqueoutline.ttf
736texmf-dist/fonts/truetype/public/persian-modern/persian-modern-obliqueshadow.ttf
737texmf-dist/fonts/truetype/public/persian-modern/persian-modern-outline.ttf
738texmf-dist/fonts/truetype/public/persian-modern/persian-modern-regular.ttf
739texmf-dist/fonts/truetype/public/persian-modern/persian-modern-shadow.ttf
740)
741
742%__mkdir_p ${PREF}/texmf-dist
743for i in "${manifest[@]}"; do
744    %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
745done
746## make symlinks of core script utils
747mk_symlinks=(
748texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
749texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
750texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
751texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
752texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
753texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
754texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
755texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
756texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
757texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
758texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
759texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
760texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
761texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
762texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
763texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
764texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
765texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
766texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
767texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
768texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
769texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
770texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
771texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
772texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
773texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
774texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
775texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
776texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
777texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
778texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
779texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
780texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
781texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
782texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
783texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
784texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
785texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
786texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
787texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
788texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
789texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
790texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
791texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
792texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
793texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
794texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
795texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
796texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
797texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
798texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
799texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
800texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
801texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
802texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
803texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
804texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
805texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
806texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
807texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
808texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
809texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
810texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
811texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
812texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
813texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
814texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
815texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
816texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
817texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
818texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
819texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
820texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
821texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
822texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
823texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
824texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
825texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
826texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
827texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
828texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
829texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
830texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
831texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
832texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
833texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
834texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
835texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
836texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
837texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
838texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
839texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
840texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
841)
842%__mkdir_p %{buildroot}%{_bindir}
843pushd %{buildroot}%{_bindir}
844    for i in "${mk_symlinks[@]}"; do
845        tlc=$(/bin/echo $i | cut -f 1 -d",")
846        lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
847        rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
848
849        [ "%{name}" = "$tlc" ] || continue
850        [ -f $rlnk ] || exit 1
851        %__ln_s $rlnk $lnk || exit 1
852    done
853popd
854## Files list
855find %{buildroot} -type f -or -type l | \
856    %__sed -e "s|%{buildroot}||g" > filelist.full
857
858find %{buildroot}%{texmf}-dist -type d | \
859    %__sed -e "s|^%{buildroot}|%dir |" \
860           -e "s|$|/|"             >> filelist.full
861
862## subpackages
863grep "/texmf-dist/doc/" filelist.full > filelist.doc
864cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
865%__mv -f filelist.tmp filelist.full
866
867%clean
868%__rm -rf %{buildroot}
869
870%post
871%touch_run texhash
872%touch_run mtxrun
873
874[ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
875
876%{_bindir}/updmap-sys --nomkmap --nohash --quiet --enable Map arabi.map >/dev/null 2>&1 && %touch_run updmap
877%{_bindir}/updmap-sys --nomkmap --nohash --quiet --enable MixedMap arabtex.map >/dev/null 2>&1 && %touch_run updmap
878
879%touch_run fmtutil
880
881exit 0
882
883
884%postun
885if [ "$1" = 0 ]; then
886    %touch_run texhash
887
888    [ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
889
890    %{_bindir}/updmap-sys --nomkmap --nohash --quiet --disable arabi.map >/dev/null 2>&1 && %touch_run updmap
891    %{_bindir}/updmap-sys --nomkmap --nohash --quiet --disable arabtex.map >/dev/null 2>&1 && %touch_run updmap
892
893fi
894
895exit 0
896
897%posttrans
898%{exec_texhash}
899%{exec_mtxrun}
900%{exec_updmap}
901%{exec_fmtutil}
902exit 0
903
904
905%files -f filelist.full
906%defattr(-,root,root,-)
907
908%files -f filelist.doc doc
909%defattr(-,root,root,-)
910
911%changelog
912* Fri Nov 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
913- generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-langarabic
914
915* Sat Dec  3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
916- generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-langarabic
917- set external dependencies (texlive-collection-binextra,
918  texlive-collection-fontutils)
919
920* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
921- generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-langarabic
922
923* Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
924- generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-langarabic
925- make symlinks of core script utils (texlive-collection-binextra,
926  texlive-collection-context, texlive-collection-fontutils,
927  texlive-collection-langgreek, texlive-collection-langindic,
928  texlive-collection-latex, texlive-collection-latexextra,
929  texlive-collection-latexrecommended, texlive-collection-pictures,
930  texlive-collection-pstricks, texlive-collection-science)
931
932* Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
933- generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-langarabic
934- improved %%post
935
936* Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
937- generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-langarabic
938- removed arch dependent binaries (texlive-collection-latexextra)
939- fixed perl path
940- improved updmap process in %%post and %%postun
941
942* Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
943- generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-langarabic
Note: See TracBrowser for help on using the repository browser.