]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- fix %files tex-variations
[packages/texlive.git] / texlive.spec
CommitLineData
d08789e0 1# TODO:
c244802e 2#
3a74cdb2 3# MAIN TODO (sort by importnce):
e0617a36 4# - texlive-format-pdflatex deps
13870b4c 5# - check unpackaged files (only some files)
6b25593c 6# - pl updates
97e8de8b 7# - maybe more splits (e.g. latex subpackages)
13870b4c 8# - see uncategorized and *other* subpackages and split
3a74cdb2 9# - context: consider more splitting, check dependencies
d08789e0
ZU
10# - omega: consider more splitting, check dependencies
11# - tdphp: is it really useful?
12# - allow using Type1 fonts in others applications (symlink to
13# /usr/share/fonts/Type1 ?)
14# - fix package removal:
15# /usr/bin/texhash[77]: kpsewhich: not found
16#
17# FHS TODO:
18# - merge rhconfig and texmfsysvar patches
19# - texmfsysvar patch: change fmtutil and web2cdir variables instead
20# of creating texmfsys{config,var} variables?
21# - move config files to /etc
22# - merge all above with configure switch "--enable-fhs" and send it to TE
23#
24# TeXLive specific TODO:
4c9dc995 25# - summary/description correcting (all languages)
ca4b56d2 26# - texk/web2c doesn't build (luatex option)
68640cd8 27# - %files latex-bibtex-revtex4
489714ae 28# - Check CEF/cjk!
ca4b56d2 29#
d08789e0 30%include /usr/lib/rpm/macros.perl
ca4b56d2 31#
67112f1c 32%bcond_without bootstrap
ca4b56d2 33#
d08789e0
ZU
34Summary: TeX typesetting system and MetaFont font formatter
35Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung
36Summary(es.UTF-8): Sistema de typesetting TeX y formateador de fuentes MetaFont
37Summary(fr.UTF-8): Systéme de compostion TeX et formatteur de MetaFontes
97b079ad 38Summary(hu.UTF-8): TeX szövegszedő rendszer és MetaFont font formázó
d08789e0
ZU
39Summary(pl.UTF-8): System składu publikacji TeX oraz formater fontów MetaFont
40Summary(pt_BR.UTF-8): Sistema de typesetting TeX e formatador de fontes MetaFont
41Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
42Name: texlive
43Version: 20080816
330a8c29 44Release: 0.9.8
096dca83 45Epoch: 1
d08789e0
ZU
46License: distributable
47Group: Applications/Publishing/TeX
48Source0: http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
49# Source0-md5: 554287c3e458da776edd684506048d45
e19e6777
ZU
50Source1: ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
51# Source1-md5: fa74072e1344e8390eb156bcda61a8b2
d08789e0
ZU
52Source4: %{name}.cron
53Source5: xdvi.desktop
54Source6: xdvi.png
c48c077b 55Patch0: %{name}-am.patch
2c9c6c5b 56Patch1: %{name}-20080816-kpathsea-ar.patch
d08789e0 57URL: http://www.tug.org/texlive/
c48c077b 58BuildRequires: autoconf
d08789e0
ZU
59BuildRequires: automake
60BuildRequires: bison
a784d38e 61BuildRequires: clisp
d08789e0 62BuildRequires: ed
a784d38e 63BuildRequires: expat-devel
4c9dc995 64BuildRequires: ffcall-devel
97b079ad 65BuildRequires: flex
a784d38e 66BuildRequires: fontconfig-devel
e671f712
AM
67BuildRequires: freetype-devel
68BuildRequires: freetype1-devel
d08789e0
ZU
69BuildRequires: gd-devel >= 2.0.33
70BuildRequires: libpng-devel >= 1.2.8
97b079ad 71BuildRequires: libtool
c48c077b
AM
72# should this be somewhere in clisp?
73BuildRequires: libsigsegv
d08789e0
ZU
74BuildRequires: libstdc++-devel
75BuildRequires: ncurses-devel
76BuildRequires: rpm-perlprov
77BuildRequires: rpm-pythonprov
d062bbe0 78BuildRequires: sed >= 4.0
d08789e0
ZU
79BuildRequires: t1lib-devel >= 5.0.2
80BuildRequires: texinfo
ca4b56d2
AM
81%if %{with bootstrap}
82BuildRequires: tetex-format-latex
83BuildRequires: tetex-format-pdflatex
ca4b56d2 84BuildRequires: tetex-latex-cyrillic
97b079ad 85BuildRequires: tetex-tex-babel
ca4b56d2 86%else
ca4b56d2
AM
87BuildRequires: texlive-format-latex
88BuildRequires: texlive-format-pdflatex
ca4b56d2 89BuildRequires: texlive-latex-cyrillic
97b079ad
ZU
90BuildRequires: texlive-tex-babel
91# fill with future texlive BR. guesses ones for now
ca4b56d2 92%endif
d08789e0 93BuildRequires: unzip
a784d38e 94BuildRequires: xorg-lib-libICE-devel
d08789e0 95BuildRequires: xorg-lib-libXaw-devel
a784d38e 96BuildRequires: xorg-lib-libXext-devel
a784d38e 97BuildRequires: xorg-lib-libXmu-devel
97b079ad 98BuildRequires: xorg-lib-libXpm-devel
d08789e0 99BuildRequires: zlib-devel >= 1.2.1
78d53d8c 100Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
101Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release}
102Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
103Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
104Requires: awk
105Requires: dialog
0b6bcf85 106Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0
ZU
107Requires: sed
108Requires: sh-utils
d3f501b8 109Requires: texconfig = %{epoch}:%{version}-%{release}
e88b5dcf 110Requires: textutils
d08789e0
ZU
111Suggests: tmpwatch
112Obsoletes: tetex
113Obsoletes: tetex-afm
114Obsoletes: tetex-doc
115Obsoletes: tetex-doc-latex2e-html
116Obsoletes: tetex-fontinst
117Obsoletes: tetex-fontname
118Obsoletes: tetex-fonts
119Obsoletes: tetex-fonts-pandora
120Obsoletes: tetex-fonts-vcm
121Obsoletes: tetex-format-elatex
122Obsoletes: tetex-format-pdfelatex
123Obsoletes: tetex-format-pdfemex
124Obsoletes: tetex-latex-vnps
125Obsoletes: tetex-latex-vnr
126Obsoletes: tetex-oxdvi
127Obsoletes: tetex-oxdvi
128Obsoletes: tetex-plain-dvips
129Obsoletes: tetex-plain-dvips
130Obsoletes: tetex-plain-mathtime
131Obsoletes: tetex-plain-mathtime
132Obsoletes: tetex-plain-misc
133Obsoletes: tetex-plain-misc
134Obsoletes: tetex-plain-plnfss
135Obsoletes: tetex-plain-plnfss
136Obsoletes: tetex-tex-hyphen
137Obsoletes: tetex-tex-vietnam
138BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
139
f37ff31b 140%define texmf %{_datadir}/texmf
8b5eed5e 141%define texmfdist %{texmf}-dist
1a192771 142%define texmfdoc %{texmf}-doc
d08789e0
ZU
143%define fmtdir /var/lib/texmf/web2c
144%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
145%define _localstatedir /var/lib/texmf
146%define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
147%define fmtutil(f:) [ ! \\\( -f %{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f %{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys --byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See %{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ;
148
149%define _noautoreq 'perl(path_tre)'
150
151%description
97b079ad
ZU
152TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
153takes a text file and a set of formatting commands as input and
154creates a typesetter independent .dvi (DeVice Independent) file as
155output. Usually, TeX is used in conjunction with a higher level
156formatting package like LaTeX or PlainTeX, since TeX by itself is not
157very user-friendly.
d08789e0
ZU
158
159%description -l es.UTF-8
160Tex formata archivos de texto y órdenes para una salida independiente
161de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
162de Knut se describen las capacidades y el lenguaje TeX.
163
164%description -l de.UTF-8
165TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
166und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
167DeVice Independent). Die Funktionen und Sprache von TeX werden in The
168TeXbook von Knuth beschrieben.
169
170%description -l fr.UTF-8
171TeX formate un fichier de commandes et de texte mélandés, et produit
172un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
173raccourci pour Device Independant). Les possibilités de TeX et son
174langage sont décrites dans l'ouvrage TeXbook, de Knuth.
175
97b079ad
ZU
176%description -l hu.UTF-8
177TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
178egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
179segítségével a szövegszedő egy független .dvi (DeVice Independent)
180fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
181kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
182TeX önmaga nem túlzottan "felhasználóbarát".
183
d08789e0
ZU
184%description -l pl.UTF-8
185TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
186od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
187Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
188Donalda E. Knutha.
189
190%description -l pt_BR.UTF-8
191Tex formata arquivos de texto e comandos para uma saída independente
192de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
193linguagem TeX são descritas no The TeXbook, de Knuth.
194
195%description -l tr.UTF-8
196TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
197aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
198TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
199TeXbook' başlıklı kitabında anlatılmaktadır.
200
80fa261c
ZU
201%package other-utils
202Summary: Other utilities
203Group: Applications/Publishing/TeX
204
205%description other-utils
206Other utilities.
207
830ca960
ZU
208%package other-utils-doc
209Summary: Other utilities documentation
210Group: Applications/Publishing/TeX
211
212%description other-utils-doc
213Other utilities documentation.
214
5b7eba8e
MB
215%package doc
216Summary: Documentation for TeX Live
217Group: Documentation
218
219%description doc
220Assorted useful documentation for TeX Live.
221
222%package doc-bg
223Summary: Bulgarian documentation for TeX Live
224Group: Documentation
225
226%description doc-bg
227Assorted useful Bulgarian documentation for TeX Live.
228
229%package doc-cs
230Summary: Czech documentation for TeX Live
231Group: Documentation
232
233%description doc-cs
234Assorted useful Czech documentation for TeX Live.
235
236%package doc-de
237Summary: German documentation for TeX Live
238Group: Documentation
239
240%description doc-de
241Assorted useful German documentation for TeX Live.
242
243%package doc-el
244Summary: Greek documentation for TeX Live
245Group: Documentation
246
247%description doc-el
248Assorted useful Greek documentation for TeX Live.
249
250%package doc-es
251Summary: Spanish documentation for TeX Live
252Group: Documentation
253
254%description doc-es
255Assorted useful Spanish documentation for TeX Live.
256
257%package doc-fi
258Summary: Finnish documentation for TeX Live
259Group: Documentation
260
261%description doc-fi
262Assorted useful Finnish documentation for TeX Live.
263
264%package doc-fr
265Summary: French documentation for TeX Live
266Group: Documentation
267
268%description doc-fr
269Assorted useful French documentation for TeX Live.
270
271%package doc-it
272Summary: Italian documentation for TeX Live
273Group: Documentation
274
275%description doc-it
276Assorted useful Italian documentation for TeX Live.
277
278%package doc-ja
279Summary: Japanese documentation for TeX Live
280Group: Documentation
281
282%description doc-ja
283Assorted useful Japanese documentation for TeX Live.
284
285%package doc-ko
286Summary: Korean documentation for TeX Live
287Group: Documentation
288
289%description doc-ko
290Assorted useful Korean documentation for TeX Live.
291
292%package doc-mn
293Summary: Mongolian documentation for TeX Live
294Group: Documentation
295
296%description doc-mn
297Assorted useful Mongolian documentation for TeX Live.
298
299%package doc-nl
300Summary: Dutch documentation for TeX Live
301Group: Documentation
302
303%description doc-nl
304Assorted useful Dutch documentation for TeX Live.
305
306%package doc-pl
307Summary: Polish documentation for TeX Live
308Group: Documentation
309
310%description doc-pl
311Assorted useful Polish documentation for TeX Live.
312
313%package doc-pt
314Summary: Portuguese documentation for TeX Live
315Group: Documentation
316
317%description doc-pt
318Assorted useful Portuguese documentation for TeX Live.
319
320%package doc-ru
321Summary: Russian documentation for TeX Live
322Group: Documentation
323
324%description doc-ru
325Assorted useful Russian documentation for TeX Live.
326
327%package doc-sk
328Summary: Slovak documentation for TeX Live
329Group: Documentation
330
331%description doc-sk
332Assorted useful Slovak documentation for TeX Live.
333
334%package doc-sl
335Summary: Slovenian documentation for TeX Live
336Group: Documentation
337
338%description doc-sl
339Assorted useful Slovenian documentation for TeX Live.
340
341%package doc-th
342Summary: Thai documentation for TeX Live
343Group: Documentation
344
345%description doc-th
346Assorted useful Thai documentation for TeX Live.
347
348%package doc-tr
349Summary: Turkish documentation for TeX Live
350Group: Documentation
351
352%description doc-tr
353Assorted useful Turkish documentation for TeX Live.
354
355%package doc-uk
356Summary: Ukrainian documentation for TeX Live
357Group: Documentation
358
359%description doc-uk
360Assorted useful Ukrainian documentation for TeX Live.
361
362%package doc-vi
363Summary: Vietnamese documentation for TeX Live
364Group: Documentation
365
366%description doc-vi
367Assorted useful Vietnamese documentation for TeX Live.
368
369%package doc-zh_CN
370Summary: Chinese documentation for TeX Live
371Group: Documentation
372
373%description doc-zh_CN
374Assorted useful Chinese documentation for TeX Live.
489714ae 375
d08789e0
ZU
376%package doc-Catalogue
377Summary: TeX Catalogue
378Summary(pl.UTF-8): Katalog TeXa
379Group: Applications/Publishing/TeX
380Requires(post,postun): %{_bindir}/texhash
381Requires: %{name} = %{epoch}:%{version}-%{release}
382
383%description doc-Catalogue
384TeX Catalogue.
385
386%description doc-Catalogue -l pl.UTF-8
387Katalog TeXa.
388
389%package doc-tug-faq
390Summary: TeX User Group FAQ
489714ae 391Summary(hu.UTF-8): TeX felhasználók FAQ-ja
d08789e0
ZU
392Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa
393Group: Applications/Publishing/TeX
394Requires(post,postun): %{_bindir}/texhash
395Requires: %{name} = %{epoch}:%{version}-%{release}
396Obsoletes: tetex-doc-LaTeX-FAQ-francaise
397Obsoletes: tetex-doc-de-tex-faq
398Obsoletes: tetex-doc-uktug-faq
399
400%description doc-tug-faq
401TeX User Group FAQ.
402
74eeb8ec
ZU
403%description doc-tug-faq -l hu.UTF8
404TeX felhasználók FAQ-ja.
405
d08789e0
ZU
406%description doc-tug-faq -l pl.UTF-8
407FAQ Grupy Użytkowników TeXa.
408
409%package doc-latex
410Summary: Basic LaTeX packages documentation
489714ae 411Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja
d08789e0
ZU
412Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa
413Group: Applications/Publishing/TeX
414Requires(post,postun): %{_bindir}/texhash
415Requires: %{name} = %{epoch}:%{version}-%{release}
416
417%description doc-latex
418Basic LaTeX packages documentation.
419
74eeb8ec
ZU
420%description doc-latex -l hu.UTF-8
421Az alap LaTeX csomagok dokumentációja
422
d08789e0
ZU
423%description doc-latex -l pl.UTF-8
424Podstawowa dokumentacja do pakietów LaTeXa.
425
426# # libraries #
096dca83 427%package -n kpathsea
d08789e0 428Summary: File name lookup library
489714ae 429Summary(hu.UTF-8): Fájlnév-kereső könyvtár
d08789e0
ZU
430Summary(pl.UTF-8): Biblioteka szukająca nazw plików
431Group: Applications/Publishing/TeX
432Requires(post,postun): %{_bindir}/texhash
433Requires: %{name} = %{epoch}:%{version}-%{release}
434
096dca83 435%description -n kpathsea
d08789e0
ZU
436File name lookup library.
437
096dca83 438%description -n kpathsea -l hu.UTF-8
74eeb8ec
ZU
439Fájlnév-kereső könyvtár.
440
096dca83 441%description -n kpathsea -l pl.UTF-8
d08789e0
ZU
442Biblioteka szukająca nazw plików.
443
096dca83 444%package -n kpathsea-devel
d08789e0
ZU
445Summary: Kpathsea library filename lookup header files and documentation
446Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX
489714ae 447Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
d08789e0
ZU
448Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea
449Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX
450Group: Development/Libraries
096dca83 451Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0 452
096dca83 453%description -n kpathsea-devel
d08789e0
ZU
454Kpathsea library filename lookup header files and documentation.
455
096dca83 456%description -n kpathsea-devel -l es.UTF-8
d08789e0
ZU
457Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
458aplicaciones TeX.
459
096dca83 460%description -n kpathsea-devel -l hu.UTF-8
74eeb8ec
ZU
461Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
462
096dca83 463%description -n kpathsea-devel -l pl.UTF-8
d08789e0
ZU
464Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
465
096dca83 466%description -n kpathsea-devel -l pt_BR.UTF-8
d08789e0
ZU
467Bibliotecas, headers e outros componentes que podem ser utilizados
468para desenvolver aplicações TeX.
469
470# # programs #
471%package dvips
472Summary: DVI to PostScript converter
473Summary(de.UTF-8): dvi-Postscript-Konvertierungsprogramm
474Summary(es.UTF-8): Convertidor dvi para postscript
475Summary(fr.UTF-8): Convertisseur dvi vers PostScript
40664f43 476Summary(hu.UTF-8): DVI-ből PosctScript-be konvertáló
d08789e0
ZU
477Summary(pl.UTF-8): Konwerter plików DVI do PostScriptu
478Summary(pt_BR.UTF-8): Conversor dvi para postscript
479Summary(tr.UTF-8): dvi'dan postscript'e dönüştürücü
480Group: Applications/Publishing/TeX
481Requires(post,postun): %{_bindir}/texhash
482Requires: %{name} = %{epoch}:%{version}-%{release}
483
484%description dvips
485The program dvips takes a DVI file file[.dvi] produced by TeX (or by
486some other processor such as GFtoDVI) and converts it to PostScript,
487normally sending the result directly to the laserprinter.
488
489%description dvips -l de.UTF-8
490Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
491durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
492konvertiert diese in PostScript, wobei das Ergebnis in der Regel
493direkt an einen Laserdrucker gesandt wird.
494
495%description dvips -l es.UTF-8
496El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
497otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
498enviando el resultado directamente a la impresora láser.
499
500%description dvips -l fr.UTF-8
501Le programme dvips convertit les fichiers DVI en PostScript, en
502envoyant normalement le résultat directement sur une imprimante Laser.
503
40664f43
ZU
504%description dvips -l hu.UTF-8
505A dvips program egy TeX által készített DVI-fájlból PostScript
489714ae 506állományt készít, amelyet a legtöbb esetben közvetlenül a
40664f43
ZU
507lézernyomtatóra küldhetsz.
508
d08789e0
ZU
509%description dvips -l pl.UTF-8
510Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
511program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
512Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
513
514%description dvips -l pt_BR.UTF-8
515O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
516outro processador como o GFtoDVI) e o converte para PostScript,
517normalmente enviando o resultado diretamente para a impressora laser.
518
519%description dvips -l tr.UTF-8
520dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
521PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
522olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
523üretilmiş olabilir.
524
525%package dvilj
526Summary: DVI to PCL converter
527Summary(de.UTF-8): Ein dvi-->Laserjet-Konvertierer
528Summary(es.UTF-8): Convertidor dvi para laserjet
529Summary(fr.UTF-8): convertisseur dvi vers laserjet
6b25593c 530Summary(hu.UTF-8): DVI-ből PCL-be konvertáló
d08789e0
ZU
531Summary(pl.UTF-8): Konwerter plików DVI do języka PCL
532Summary(pt_BR.UTF-8): Conversor dvi para laserjet
533Summary(tr.UTF-8): dvi'dan laserjet'e dönüştürücü
534Group: Applications/Publishing/TeX
535Requires(post,postun): %{_bindir}/texhash
536Requires: %{name} = %{epoch}:%{version}-%{release}
537
538%description dvilj
539Dvilj and dvilj's siblings (included in this package) will convert TeX
540text formatting system output .dvi files to HP PCL (HP Printer Control
541Language) commands. Using dvilj, you can print TeX files to HP
542LaserJet+ and fully compatible printers. With dvilj2p, you can print
543to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
544can print to HP LaserJet4 and fully compatible printers.
545
546%description dvilj -l de.UTF-8
547Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
548Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
549LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
550kompatiblen Druckern.
551
552%description dvilj -l es.UTF-8
553Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
554HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
555impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
556dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
557
558%description dvilj -l fr.UTF-8
559dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
560(le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
561LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
562imprimantes totalement compatibles.
563
6b25593c
ZU
564%description dvilj -l hu.UTF-8
565Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
566Printer Control Language) parancsokká. A dvilj használatával TeX
567fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
568nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
569nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
570
d08789e0
ZU
571%description dvilj -l pl.UTF-8
572dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
573pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
574PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
575pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
576użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
577kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
578LaserJet4 i w pełni kompatybilnych.
579
580%description dvilj -l pt_BR.UTF-8
581Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
582HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
583impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
584dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
585
586%description dvilj -l tr.UTF-8
587TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
588denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
589LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
590uyumlularından yazıcı çıktısı alınabilir.
591
592%package makeindex
593Summary: A general purpose hierarchical index generator
6b25593c 594Summary(hu.UTF-8): Egy általános célú hierarchikus index generáló
d08789e0
ZU
595Summary(pl.UTF-8): Generator hierarchicznych indeksów ogólnego przeznaczenia
596Group: Applications/Publishing/TeX
597Requires(post,postun): %{_bindir}/texhash
598Requires: %{name} = %{epoch}:%{version}-%{release}
599Obsoletes: tetex-rumakeindex
600
601%description makeindex
602A general purpose hierarchical index generator; it accepts one or more
603input files (often produced by a text formatter such as TeX or troff),
604sorts the entries, and produces an output file which can be formatted.
605The formats of the input and output files are specified in a style
606file; by default, input is assumed to be an idx file, as generated by
607LaTeX.
608
6b25593c
ZU
609%description makeindex -l hu.UTF-8
610Egy általános célű hierarchikus index generáló; elfogad egy vagy több
611bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
612rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
613készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
614definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
615LaTeX generál.
616
d08789e0
ZU
617%description makeindex -l pl.UTF-8
618Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
619jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
620narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
621elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
622plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
623przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
624LaTeX.
625
e67df411
ZU
626%package tex-mathdots
627Summary: Commands to produce dots in math that respect font size
628Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
629Group: Applications/Publishing/TeX
630Requires(post,postun): %{_bindir}/texhash
631Requires: %{name} = %{epoch}:%{version}-%{release}
632
633%description tex-mathdots
634Commands to produce dots in math that respect font size.
635
636%description tex-mathdots -l hu.UTF-8
637Pontok előállítása matematikai módban a font méret figyelmbevételével.
638
d08789e0
ZU
639%package metafont
640Summary: MetaFont
6b25593c 641Summary(hu.UTF-8): MetaFont
d08789e0
ZU
642Summary(pl.UTF-8): Zestaw narzędzi MetaFont
643Group: Applications/Publishing/TeX
644Requires(post,postun): %{_bindir}/texhash
645Requires: %{name} = %{epoch}:%{version}-%{release}
646
647%description metafont
648MetaFont.
649
650%description metafont -l pl.UTF-8
651Zestaw narzędzi MetaFont.
652
653%package metapost
654Summary: MetaPost
6b25593c 655Summary(hu.UTF-8): MetaPost
d08789e0
ZU
656Summary(pl.UTF-8): Zestaw narzędzi MetaPost
657Group: Applications/Publishing/TeX
658Requires(post,postun): %{_bindir}/texhash
659Requires: %{name} = %{epoch}:%{version}-%{release}
660Obsoletes: tetex-matapost
661
662%description metapost
663MetaPost.
664
6b25593c
ZU
665%description metapost -l hu.UTF-8
666MetaPost.
667
d08789e0
ZU
668%description metapost -l pl.UTF-8
669Zestaw narzędzi MetaPost.
670
671%package mptopdf
672Summary: MetaPost to PDF converter
6b25593c 673Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
674Summary(pl.UTF-8): Konwerter MetaPost do PDF
675Group: Applications/Publishing/TeX
676Requires(post,postun): %{_bindir}/texhash
677Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
678
679%description mptopdf
680MetaPost to PDF converter.
681
6b25593c
ZU
682%description mptopdf -l hu.UTF-8
683MetaPost-ból PDF-be konvertáló.
684
d08789e0
ZU
685%description mptopdf -l pl.UTF-8
686Konwerter MetaPost do PDF.
687
688%package texdoctk
689Summary: Easy access to TeX documentation
690Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
691Group: Applications/Publishing/TeX
692Requires(post,postun): %{_bindir}/texhash
693Requires: %{name} = %{epoch}:%{version}-%{release}
694
695%description texdoctk
696A Perl/Tk-based GUI for easy access to package documentation for TeX
697on Unix platforms; the databases it uses are based on the texmf/doc
698subtrees of teTeX v.1.0.x, but database files for local configurations
699with modified/extended directories can be derived from them. Note that
700texdoctk is not a viewer itself, but an interface for finding
701documentation files and opening them with the appropriate viewer; so
702it relies on appropriate programs to be installed on the system.
703However, the choice of these programs can be configured by the
704sysadmin or user.
705
706%description texdoctk -l pl.UTF-8
707Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
708dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
709danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
710używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
711Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
712interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
713właściwej przeglądarce; tak więc wymaga on odpowiednich programów
714zainstalowanych w systemie. Wybór tych programów może być dokonany
715przez administratora lub użytkownika.
716
717%package -n texconfig
718Summary: TeX typesetting system configurator
719Summary(pl.UTF-8): Konfigurator systemu składu TeX
720Group: Applications/Publishing/TeX
721Requires: %{name} = %{epoch}:%{version}-%{release}
722Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
723Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
724Requires: xdvi = %{epoch}:%{version}-%{release}
725Obsoletes: tetex-texconfig
726
727%description -n texconfig
728TeX typesetting system configurator.
729
730%description -n texconfig -l pl.UTF-8
731Konfigurator systemu składu TeX.
732
733%package -n xdvi
734Summary: X11 previewer
735Summary(de.UTF-8): X11-Previewer
736Summary(es.UTF-8): Visualizador TeX X11
737Summary(fr.UTF-8): Prévisualisateur X11
738Summary(pl.UTF-8): Przeglądarka DVI dla X11
739Summary(pt_BR.UTF-8): Visualizador TeX X11
740Summary(tr.UTF-8): X11 öngörüntüleyici
741Group: Applications/Publishing/TeX
742Requires(post,postun): %{_bindir}/texhash
743Requires: %{name} = %{epoch}:%{version}-%{release}
744Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
745Suggests: %{name}-dvips
746Obsoletes: tetex-xdvi
747
748%description -n xdvi
749xdvi is a program which runs under the X window system. It is used to
750preview dvi files, such as are produced by tex and latex.
751
752%description -n xdvi -l de.UTF-8
753xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
754ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
755latex erzeugt wurden.
756
757%description -n xdvi -l es.UTF-8
758xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
759visualizar archivos dvi, como los producidos por tex y latex.
760
761%description -n xdvi -l fr.UTF-8
762xdvi est un programme s'exécutant sous le système X Window. Il sert à
763visualiser les fichiers dvi tels que ceux produits par tex et latex.
764
765%description -n xdvi -l pl.UTF-8
766Xdvi jest programem (działającym w X Window System) do przeglądania
767plików DVI, produkowanych przez TeXa i LaTeXa.
768
769%description -n xdvi -l pt_BR.UTF-8
770xdvi é um programa que roda no sistema X Window. É usado para
771visualizar arquivos dvi, como os produzidos por tex e latex.
772
624ed2f9
ZU
773%package -n xindy
774Summary: Xindy creates sorted and tagged index from raw index
775Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
776Group: Applications/Publishing/TeX
777
778%description -n xindy
779Xindy creates sorted and tagged index from raw index.
780
781%description -n xindy -l hu.UTF-8
782Xindy rendezett és cimkézett indexet készít nyers indexekből.
783
784%package -n xindy-albanian
785Summary: Xindy albanian language
786Summary(hu.UTF-8): Xindy albán nyelv
787Group: Applications/Publishing/TeX
788
789%description -n xindy-albanian
790Xindy albanian language
791
792%description -n xindy-albanian -l hu.UTF-8
793Xindy albán nyelv
794
795%package -n xindy-belarusian
796Summary: Xindy belarusian language
797Summary(hu.UTF-8): Xindy belorusz nyelv
798Group: Applications/Publishing/TeX
799
800%description -n xindy-belarusian
801Xindy belarusian language
802
803%description -n xindy-belarusian -l hu.UTF-8
804Xindy belorusz nyelv
805
806%package -n xindy-bulgarian
807Summary: Xindy bulgarian language
808Summary(hu.UTF-8): Xindy bolgár nyelv
809Group: Applications/Publishing/TeX
810
811%description -n xindy-bulgarian
812Xindy bulgarian language
813
814%description -n xindy-bulgarian -l hu.UTF-8
815Xindy bolgár nyelv
816
817%package -n xindy-croatian
818Summary: Xindy croatian language
819Summary(hu.UTF-8): Xindy horvát nyelv
820Group: Applications/Publishing/TeX
821
822%description -n xindy-croatian
823Xindy croatian language
824
825%description -n xindy-croatian -l hu.UTF-8
826Xindy horvát nyelv
827
828%package -n xindy-czech
829Summary: Xindy czech language
830Summary(hu.UTF-8): Xindy cseh nyelv
831Group: Applications/Publishing/TeX
832
833%description -n xindy-czech
834Xindy czech language
835
836%description -n xindy-czech -l hu.UTF-8
837Xindy cseh nyelv
838
839%package -n xindy-danish
840Summary: Xindy danish language
841Summary(hu.UTF-8): Xindy dán nyelv
842Group: Applications/Publishing/TeX
843
844%description -n xindy-danish
845Xindy danish language
846
847%description -n xindy-danish -l hu.UTF-8
848Xindy dán nyelv
849
850%package -n xindy-dutch
851Summary: Xindy dutch language
852Summary(hu.UTF-8): Xindy holland nyelv
853Group: Applications/Publishing/TeX
854
855%description -n xindy-dutch
856Xindy dutch language
857
858%description -n xindy-dutch -l hu.UTF-8
859Xindy holland nyelv
860
861%package -n xindy-english
862Summary: Xindy english language
863Summary(hu.UTF-8): Xindy angol nyelv
864Group: Applications/Publishing/TeX
865
866%description -n xindy-english
867Xindy english language
868
869%description -n xindy-english -l hu.UTF-8
870Xindy angol nyelv
871
872%package -n xindy-esperanto
873Summary: Xindy esperanto language
874Summary(hu.UTF-8): Xindy eszperantó nyelv
875Group: Applications/Publishing/TeX
876
877%description -n xindy-esperanto
878Xindy esperanto language
879
880%description -n xindy-esperanto -l hu.UTF-8
881Xindy eszperantó nyelv
882
883%package -n xindy-estonian
884Summary: Xindy estonian language
885Summary(hu.UTF-8): Xindy észt nyelv
886Group: Applications/Publishing/TeX
887
888%description -n xindy-estonian
889Xindy estonian language
890
891%description -n xindy-estonian -l hu.UTF-8
892Xindy észt nyelv
893
894%package -n xindy-finnish
895Summary: Xindy finnish language
896Summary(hu.UTF-8): Xindy finn nyelv
897Group: Applications/Publishing/TeX
898
899%description -n xindy-finnish
900Xindy finnish language
901
902%description -n xindy-finnish -l hu.UTF-8
903Xindy finn nyelv
904
905%package -n xindy-french
906Summary: Xindy french language
907Summary(hu.UTF-8): Xindy francia nyelv
908Group: Applications/Publishing/TeX
909
910%description -n xindy-french
911Xindy french language
912
913%description -n xindy-french -l hu.UTF-8
914Xindy francia nyelv
915
916%package -n xindy-general
917Summary: Xindy general language
918Summary(hu.UTF-8): Xindy általános nyelv
919Group: Applications/Publishing/TeX
920
921%description -n xindy-general
922Xindy general language
923
924%description -n xindy-general -l hu.UTF-8
925Xindy általános nyelv
926
927%package -n xindy-georgian
928Summary: Xindy georgian language
929Summary(hu.UTF-8): Xindy georgian nyelv
930Group: Applications/Publishing/TeX
931
932%description -n xindy-georgian
933Xindy georgian language
934
935%description -n xindy-georgian -l hu.UTF-8
936Xindy georgian nyelv
937
938%package -n xindy-german
939Summary: Xindy german language
940Summary(hu.UTF-8): Xindy német nyelv
941Group: Applications/Publishing/TeX
942
943%description -n xindy-german
944Xindy german language
945
946%description -n xindy-german -l hu.UTF-8
947Xindy német nyelv
948
949%package -n xindy-greek
950Summary: Xindy greek language
951Summary(hu.UTF-8): Xindy görög nyelv
952Group: Applications/Publishing/TeX
953
954%description -n xindy-greek
955Xindy greek language
956
957%description -n xindy-greek -l hu.UTF-8
958Xindy görög nyelv
959
960%package -n xindy-gypsy
961Summary: Xindy gypsy language
962Summary(hu.UTF-8): Xindy cigány nyelv
963Group: Applications/Publishing/TeX
964
965%description -n xindy-gypsy
966Xindy gypsy language
967
968%description -n xindy-gypsy -l hu.UTF-8
969Xindy cigány nyelv
970
971%package -n xindy-hausa
972Summary: Xindy hausa language
973Summary(hu.UTF-8): Xindy hausa nyelv
974Group: Applications/Publishing/TeX
975
976%description -n xindy-hausa
977Xindy hausa language
978
979%description -n xindy-hausa -l hu.UTF-8
980Xindy hausa nyelv
981
982%package -n xindy-hebrew
983Summary: Xindy hebrew language
984Summary(hu.UTF-8): Xindy héber nyelv
985Group: Applications/Publishing/TeX
986
987%description -n xindy-hebrew
988Xindy hebrew language
989
990%description -n xindy-hebrew -l hu.UTF-8
991Xindy héber nyelv
992
993%package -n xindy-hungarian
994Summary: Xindy hungarian language
995Summary(hu.UTF-8): Xindy magyar nyelv
996Group: Applications/Publishing/TeX
997
998%description -n xindy-hungarian
999Xindy hungarian language
1000
1001%description -n xindy-hungarian -l hu.UTF-8
1002Xindy magyar nyelv
1003
1004%package -n xindy-icelandic
1005Summary: Xindy icelandic language
1006Summary(hu.UTF-8): Xindy izlandi nyelv
1007Group: Applications/Publishing/TeX
1008
1009%description -n xindy-icelandic
1010Xindy icelandic language
1011
1012%description -n xindy-icelandic -l hu.UTF-8
1013Xindy izlandi nyelv
1014
1015%package -n xindy-italian
1016Summary: Xindy italian language
1017Summary(hu.UTF-8): Xindy olasz nyelv
1018Group: Applications/Publishing/TeX
1019
1020%description -n xindy-italian
1021Xindy italian language
1022
1023%description -n xindy-italian -l hu.UTF-8
1024Xindy olasz nyelv
1025
1026%package -n xindy-klingon
1027Summary: Xindy klingon language
1028Summary(hu.UTF-8): Xindy klingon nyelv
1029Group: Applications/Publishing/TeX
1030
1031%description -n xindy-klingon
1032Xindy klingon language
1033
1034%description -n xindy-klingon -l hu.UTF-8
1035Xindy klingon nyelv
1036
1037%package -n xindy-kurdish
1038Summary: Xindy kurdish language
1039Summary(hu.UTF-8): Xindy kurd nyelv
1040Group: Applications/Publishing/TeX
1041
1042%description -n xindy-kurdish
1043Xindy kurdish language
1044
1045%description -n xindy-kurdish -l hu.UTF-8
1046Xindy kurd nyelv
1047
1048%package -n xindy-latin
1049Summary: Xindy latin language
1050Summary(hu.UTF-8): Xindy latin nyelv
1051Group: Applications/Publishing/TeX
1052
1053%description -n xindy-latin
1054Xindy latin language
1055
1056%description -n xindy-latin -l hu.UTF-8
1057Xindy latin nyelv
1058
1059%package -n xindy-latvian
1060Summary: Xindy latvian language
1061Summary(hu.UTF-8): Xindy lett nyelv
1062Group: Applications/Publishing/TeX
1063
1064%description -n xindy-latvian
1065Xindy latvian language
1066
1067%description -n xindy-latvian -l hu.UTF-8
1068Xindy lett nyelv
1069
1070%package -n xindy-lithuanian
1071Summary: Xindy lithuanian language
1072Summary(hu.UTF-8): Xindy litván nyelv
1073Group: Applications/Publishing/TeX
1074
1075%description -n xindy-lithuanian
1076Xindy lithuanian language
1077
1078%description -n xindy-lithuanian -l hu.UTF-8
1079Xindy litván nyelv
1080
1081%package -n xindy-lower-sorbian
1082Summary: Xindy lower-sorbian language
1083Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1084Group: Applications/Publishing/TeX
1085
1086%description -n xindy-lower-sorbian
1087Xindy lower-sorbian language
1088
1089%description -n xindy-lower-sorbian -l hu.UTF-8
1090Xindy lower-sorbian nyelv
1091
1092%package -n xindy-macedonian
1093Summary: Xindy macedonian language
1094Summary(hu.UTF-8): Xindy macedón nyelv
1095Group: Applications/Publishing/TeX
1096
1097%description -n xindy-macedonian
1098Xindy macedonian language
1099
1100%description -n xindy-macedonian -l hu.UTF-8
1101Xindy macedón nyelv
1102
1103%package -n xindy-mongolian
1104Summary: Xindy mongolian language
1105Summary(hu.UTF-8): Xindy mongol nyelv
1106Group: Applications/Publishing/TeX
1107
1108%description -n xindy-mongolian
1109Xindy mongolian language
1110
1111%description -n xindy-mongolian -l hu.UTF-8
1112Xindy mongol nyelv
1113
1114%package -n xindy-norwegian
1115Summary: Xindy norwegian language
1116Summary(hu.UTF-8): Xindy norvég nyelv
1117Group: Applications/Publishing/TeX
1118
1119%description -n xindy-norwegian
1120Xindy norwegian language
1121
1122%description -n xindy-norwegian -l hu.UTF-8
1123Xindy norvég nyelv
1124
1125%package -n xindy-polish
1126Summary: Xindy polish language
1127Summary(hu.UTF-8): Xindy lengyel nyelv
1128Group: Applications/Publishing/TeX
1129
1130%description -n xindy-polish
1131Xindy polish language
1132
1133%description -n xindy-polish -l hu.UTF-8
1134Xindy lengyel nyelv
1135
1136%package -n xindy-portuguese
1137Summary: Xindy portuguese language
1138Summary(hu.UTF-8): Xindy portugál nyelv
1139Group: Applications/Publishing/TeX
1140
1141%description -n xindy-portuguese
1142Xindy portuguese language
1143
1144%description -n xindy-portuguese -l hu.UTF-8
1145Xindy portugál nyelv
1146
1147%package -n xindy-romanian
1148Summary: Xindy romanian language
1149Summary(hu.UTF-8): Xindy román nyelv
1150Group: Applications/Publishing/TeX
1151
1152%description -n xindy-romanian
1153Xindy romanian language
1154
1155%description -n xindy-romanian -l hu.UTF-8
1156Xindy román nyelv
1157
1158%package -n xindy-russian
1159Summary: Xindy russian language
1160Summary(hu.UTF-8): Xindy orosz nyelv
1161Group: Applications/Publishing/TeX
1162
1163%description -n xindy-russian
1164Xindy russian language
1165
1166%description -n xindy-russian -l hu.UTF-8
1167Xindy orosz nyelv
1168
1169%package -n xindy-serbian
1170Summary: Xindy serbian language
1171Summary(hu.UTF-8): Xindy szerb nyelv
1172Group: Applications/Publishing/TeX
1173
1174%description -n xindy-serbian
1175Xindy serbian language
1176
1177%description -n xindy-serbian -l hu.UTF-8
1178Xindy szerb nyelv
1179
1180%package -n xindy-slovak
1181Summary: Xindy slovak language
1182Summary(hu.UTF-8): Xindy szlovák nyelv
1183Group: Applications/Publishing/TeX
1184
1185%description -n xindy-slovak
1186Xindy slovak language
1187
1188%description -n xindy-slovak -l hu.UTF-8
1189Xindy szlovák nyelv
1190
1191%package -n xindy-slovenian
1192Summary: Xindy slovenian language
1193Summary(hu.UTF-8): Xindy szlovén nyelv
1194Group: Applications/Publishing/TeX
1195
1196%description -n xindy-slovenian
1197Xindy slovenian language
1198
1199%description -n xindy-slovenian -l hu.UTF-8
1200Xindy szlovén nyelv
1201
1202%package -n xindy-spanish
1203Summary: Xindy spanish language
1204Summary(hu.UTF-8): Xindy spanyol nyelv
1205Group: Applications/Publishing/TeX
1206
1207%description -n xindy-spanish
1208Xindy spanish language
1209
1210%description -n xindy-spanish -l hu.UTF-8
1211Xindy spanyol nyelv
1212
1213%package -n xindy-swedish
1214Summary: Xindy swedish language
1215Summary(hu.UTF-8): Xindy svéd nyelv
1216Group: Applications/Publishing/TeX
1217
1218%description -n xindy-swedish
1219Xindy swedish language
1220
1221%description -n xindy-swedish -l hu.UTF-8
1222Xindy svéd nyelv
1223
1224%package -n xindy-turkish
1225Summary: Xindy turkish language
1226Summary(hu.UTF-8): Xindy török nyelv
1227Group: Applications/Publishing/TeX
1228
1229%description -n xindy-turkish
1230Xindy turkish language
1231
1232%description -n xindy-turkish -l hu.UTF-8
1233Xindy török nyelv
1234
1235%package -n xindy-ukrainian
1236Summary: Xindy ukrainian language
1237Summary(hu.UTF-8): Xindy ukrán nyelv
1238Group: Applications/Publishing/TeX
1239
1240%description -n xindy-ukrainian
1241Xindy ukrainian language
1242
1243%description -n xindy-ukrainian -l hu.UTF-8
1244Xindy ukrán nyelv
1245
1246%package -n xindy-upper-sorbian
1247Summary: Xindy upper-sorbian language
1248Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1249Group: Applications/Publishing/TeX
1250
1251%description -n xindy-upper-sorbian
1252Xindy upper-sorbian language
1253
1254%description -n xindy-upper-sorbian -l hu.UTF-8
1255Xindy upper-sorbian nyelv
1256
1257%package -n xindy-vietnamese
1258Summary: Xindy vietnamese language
04123363 1259Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1260Group: Applications/Publishing/TeX
1261
1262%description -n xindy-vietnamese
1263Xindy vietnamese language
1264
1265%description -n xindy-vietnamese -l hu.UTF-8
1266Xindy vietnám nyelv
1267
1268
d08789e0
ZU
1269%package pdftex
1270Summary: TeX generating PDF files instead DVI
04123363 1271Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1272Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1273Group: Applications/Publishing/TeX
60597425 1274Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1275Requires: %{name} = %{epoch}:%{version}-%{release}
1276Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1277
1278%description pdftex
1279TeX generating PDF files instead DVI.
1280
1281%description pdftex -l pl.UTF-8
1282TeX generujący pliki PDF zamiast DVI.
1283
faa40f44
ZU
1284%package psutils
1285Summary: PostScript Utilities
1286Summary(hu.UTF-8): PostScript eszközök
1287Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1288Group: Applications/Printing
8affbd2c 1289Obsoletes: psutils
faa40f44
ZU
1290
1291%description psutils
1292This archive contains some utilities for manipulating PostScript
1293documents. Page selection and rearrangement are supported, including
1294arrangement into signatures for booklet printing, and page merging for
1295n-up printing.
1296
1297%description psutils -l hu.UTF-8
1298Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1299dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1300beleértve a booklet nyomtatáshoz való átrendezést is.
1301
1302%description psutils -l pl.UTF-8
1303PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1304wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1305także na łączenie różnych plików PostScript w całość.
faa40f44 1306
04123363
ZU
1307%package phyzzx
1308Summary: A TeX format for physicists
1309Summary(hu.UTF-8): TeX formátum fizikusoknak
1310Group: Applications/Publishing/TeX
1311Requires(post,postun): %{_bindir}/texhash
1312Requires: %{name} = %{epoch}:%{version}-%{release}
1313
1314%description phyzzx
1315A TeX format for physicists.
1316
1317%description phyzzx -l hu.UTF-8
1318TeX formátum fizikusoknak.
1319
d08789e0
ZU
1320%package omega
1321Summary: Extended unicode TeX
1322Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1323Group: Applications/Publishing/TeX
1324Requires(post,postun): %{_bindir}/texhash
1325Requires: %{name} = %{epoch}:%{version}-%{release}
1326Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1327Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1328
1329%description omega
1330Omega is a version of the TeX program modified for multilingual
1331typesetting. It uses unicode, and has additional primitives for (among
1332other things) bidirectional typesetting.
1333
1334%description omega -l pl.UTF-8
1335Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1336Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1337tekstu pisanego w obu kierunkach.
1338
1339# # formats #
1340
1341# Plain format.
1342
1343%package plain
1344Summary: Plain TeX format basic files
1345Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1346Group: Applications/Publishing/TeX
60597425 1347Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1348Requires: %{name} = %{epoch}:%{version}-%{release}
1349
1350%description plain
1351Plain TeX format basic files.
1352
1353%description plain -l pl.UTF-8
1354Podstawowe pliki dla formatu Plain TeX.
1355
1356%package format-plain
1357Summary: TeX Plain format
1358Summary(pl.UTF-8): Format TeX Plain
1359Group: Applications/Publishing/TeX
1360Requires(post,postun): %{_bindir}/texhash
1361Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1362
1363%description format-plain
1364TeX Plain format.
1365
1366%description format-plain -l pl.UTF-8
1367Format TeX Plain.
1368
1369%package format-pdftex
1370Summary: PDFTeX Plain format
1371Summary(pl.UTF-8): Format PDFTeX Plain
1372Group: Applications/Publishing/TeX
1373Requires(post,postun): %{_bindir}/texhash
1374Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1375Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1376# for epstopdf to work
1377Requires: fonts-Type1-urw
1378Requires: ghostscript
1379
1380%description format-pdftex
1381PDFTeX Plain format.
1382
1383%description format-pdftex -l pl.UTF-8
1384Format PDFTeX Plain.
1385
1386%package format-pdfetex
1387Summary: PDFTeX EPlain format
1388Summary(pl.UTF-8): Format PDFTeX EPlain
1389Group: Applications/Publishing/TeX
1390Requires(post,postun): %{_bindir}/texhash
1391Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1392Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1393
1394%description format-pdfetex
1395PDFTeX EPlain format.
1396
1397%description format-pdfetex -l pl.UTF-8
1398Format PDFTeX EPlain.
1399
1400# MeX Plain format
1401
1402%package mex
1403Summary: MeX Plain Format basic files
1404Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1405Group: Applications/Publishing/TeX
1406Requires(post,postun): %{_bindir}/texhash
1407Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1408Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1409Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1410
1411%description mex
1412MeX Plain Format basic files.
1413
1414%description mex -l pl.UTF-8
1415Podstawowe pliki dla formatu MeX Plain.
1416
1417%package format-mex
1418Summary: MeX Plain Format
1419Summary(pl.UTF-8): Format MeX Plain
1420Group: Applications/Publishing/TeX
1421Requires(post,postun): %{_bindir}/texhash
f6a96d15 1422Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1423
1424%description format-mex
1425MeX Plain Format.
1426
1427%description format-mex -l pl.UTF-8
1428Format MeX Plain.
1429
1430%package format-pdfmex
1431Summary: PDFMeX Plain Format
1432Summary(pl.UTF-8): Format PDFMeX Plain
1433Group: Applications/Publishing/TeX
1434Requires(post,postun): %{_bindir}/texhash
1435Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1436Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1437
1438%description format-pdfmex
1439PDFMeX Plain Format.
1440
1441%description format-pdfmex -l pl.UTF-8
1442Format PDFMeX Plain.
1443
1444%package format-utf8mex
1445Summary: MeX Plain Format with UTF-8 encoded source files
1446Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1447Group: Applications/Publishing/TeX
1448Requires(post,postun): %{_bindir}/texhash
1449Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1450
1451%description format-utf8mex
1452MeX Plain Format with UTF-8 encoded source files.
1453
1454%description format-utf8mex -l pl.UTF-8
1455Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1456
1457# AMS TeX format
1458
1459%package amstex
1460Summary: AMS macros for Plain TeX basic files
1461Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1462Group: Applications/Publishing/TeX
1463Requires(post,postun): %{_bindir}/texhash
1464Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1465Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1466Obsoletes: tetex-ams
1467Obsoletes: tetex-plain-amsfonts
1468
1469%description amstex
1470American Mathematical Society macros for Plain TeX basic files.
1471
1472%description amstex -l pl.UTF-8
1473Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1474Plain TeX.
1475
1476%package format-amstex
1477Summary: AMS macros for Plain TeX
1478Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1479Group: Applications/Publishing/TeX
1480Requires(post,postun): %{_bindir}/texhash
1481Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1482Obsoletes: tetex-ams
1483
1484%description format-amstex
1485American Mathematical Society macros for Plain TeX.
1486
1487%description format-amstex -l pl.UTF-8
1488Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1489
1490%package format-pdfamstex
1491Summary: AMS macros for PDFTeX
1492Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1493Group: Applications/Publishing/TeX
1494Requires(post,postun): %{_bindir}/texhash
1495Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1496Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1497
1498%description format-pdfamstex
1499American Mathematical Society macros for PDFTeX.
1500
1501%description format-pdfamstex -l pl.UTF-8
1502Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1503
1504# CSPlain format
1505
1506%package csplain
1507Summary: TeX CSPlain format basic files
1508Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1509Group: Applications/Publishing/TeX
1510Requires(post,postun): %{_bindir}/texhash
1511Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1512Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1513
1514%description csplain
1515TeX CSPlain format basic files.
1516
1517%description csplain -l pl.UTF-8
1518Podstawowe pliki dla formatu TeX CSPlain.
1519
1520%package format-csplain
1521Summary: TeX CSPlain format
1522Summary(pl.UTF-8): Format TeX CSPlain
1523Group: Applications/Publishing/TeX
1524Requires(post,postun): %{_bindir}/texhash
1525Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1526
1527%description format-csplain
1528TeX CSPlain format.
1529
1530%description format-csplain -l pl.UTF-8
1531Format TeX CSPlain.
1532
1533%package format-pdfcsplain
1534Summary: PDFTeX CSPlain format
1535Summary(pl.UTF-8): Format PDFTeX CSPlain
1536Group: Applications/Publishing/TeX
1537Requires(post,postun): %{_bindir}/texhash
1538Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1539
1540%description format-pdfcsplain
1541PDFTeX CSPlain format.
1542
1543%description format-pdfcsplain -l pl.UTF-8
1544Format PDFTeX CSPlain.
1545
1546# CSLaTeX format
1547
1548%package cslatex
1549Summary: CSLaTeX format basic files
1550Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1551Group: Applications/Publishing/TeX
1552Requires(post,postun): %{_bindir}/texhash
1553Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1554Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1555
1556%description cslatex
1557CSLaTeX format basic files.
1558
1559%description cslatex -l pl.UTF-8
1560Podstawowe pliki dla formatu CSLaTeX.
1561
1562%package format-cslatex
1563Summary: CSLaTeX format
1564Summary(pl.UTF-8): Format CSLaTeX
1565Group: Applications/Publishing/TeX
1566Requires(post,postun): %{_bindir}/texhash
1567Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1568
1569%description format-cslatex
1570CSLaTeX format.
1571
1572%description format-cslatex -l pl.UTF-8
1573Format CSLaTeX.
1574
1575%package format-pdfcslatex
1576Summary: PDF CSLaTeX format
1577Summary(pl.UTF-8): Format PDF CSLaTeX
1578Group: Applications/Publishing/TeX
1579Requires(post,postun): %{_bindir}/texhash
1580Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1581
1582%description format-pdfcslatex
1583PDF CSLaTeX format.
1584
1585%description format-pdfcslatex -l pl.UTF-8
1586Format PDF CSLaTeX.
1587
1588# Cyrillic Plain format
1589
1590%package cyrplain
1591Summary: Cyrillic Plain format basic files
1592Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1593Group: Applications/Publishing/TeX
1594Requires(post,postun): %{_bindir}/texhash
1595Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1596
1597%description cyrplain
1598Cyrillic Plain format basic files.
1599
1600%description cyrplain -l pl.UTF-8
1601Podstawowe pliki dla formatu Cyrillic Plain.
1602
1603%package format-cyrplain
1604Summary: Cyrillic Plain format
1605Summary(pl.UTF-8): Format Cyrillic Plain
1606Group: Applications/Publishing/TeX
1607Requires(post,postun): %{_bindir}/texhash
1608Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1609
1610%description format-cyrplain
1611Cyrillic Plain format.
1612
1613%description format-cyrplain -l pl.UTF-8
1614Format Cyrillic Plain.
1615
1616%package format-cyramstex
1617Summary: Cyrillic AMSTeX format
1618Summary(pl.UTF-8): Format Cyrillic AMSTeX
1619Group: Applications/Publishing/TeX
1620Requires(post,postun): %{_bindir}/texhash
1621Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1622Obsoletes: tetex-cyramstex
1623
1624%description format-cyramstex
1625Cyrillic AMSTeX format.
1626
1627%description format-cyramstex -l pl.UTF-8
1628Format Cyrillic AMSTeX.
1629
1630%package format-cyrtexinfo
1631Summary: Cyrillic TeXInfo format
1632Summary(pl.UTF-8): Format Cyrillic TeXInfo
1633Group: Applications/Publishing/TeX
1634Requires(post,postun): %{_bindir}/texhash
1635Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1636Obsoletes: tetex-cyrtexinfo
1637
1638%description format-cyrtexinfo
1639Cyrillic TeXInfo format.
1640
1641%description format-cyrtexinfo -l pl.UTF-8
1642Format Cyrillic TeXInfo.
1643
1644# EPlain format
1645
1646%package eplain
1647Summary: EPlain format basic files
1648Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1649Group: Applications/Publishing/TeX
1650Requires(post,postun): %{_bindir}/texhash
1651Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1652Obsoletes: tetex-etex
1653
1654%description eplain
1655EPlain format basic files.
1656
1657%description eplain -l pl.UTF-8
1658Podstawowe pliki dla formatu EPlain.
1659
1660%package format-eplain
1661Summary: EPlain format
1662Summary(pl.UTF-8): Format EPlain
1663Group: Applications/Publishing/TeX
1664Requires(post,postun): %{_bindir}/texhash
1665Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1666
1667%description format-eplain
1668EPlain format.
1669
1670%description format-eplain -l pl.UTF-8
1671Format EPlain.
1672
1673# ConTeXt format.
1674
1675%package context
1676Summary: ConTeXt macro package basic files
1677Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1678Group: Applications/Publishing/TeX
1679Requires(post,postun): %{_bindir}/texhash
1680Requires: %{name} = %{epoch}:%{version}-%{release}
1681Obsoletes: tetex-latex-context
1682
1683%define _noautoreq 'perl(path_tre)'
1684
1685%description context
1686A full featured, parameter driven macro package, which fully supports
1687advanced interactive documents.
1688
1689This package contains basic files.
1690
1691%description context -l pl.UTF-8
1692Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1693całkowicie obsługujący zaawansowane dokumenty interaktywne.
1694
1695Ten pakiet zawiera podstawowe pliki.
1696
1697%package format-context-de
1698Summary: German ConTeXt format
1699Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1700Group: Applications/Publishing/TeX
1701Requires(post,postun): %{_bindir}/texhash
1702Requires: %{name}-context = %{epoch}:%{version}-%{release}
1703
1704%description format-context-de
1705German ConTeXt format.
1706
1707%description format-context-de -l pl.UTF-8
1708Niemiecka wersja formatu ConTeXt.
1709
1710%package format-context-en
1711Summary: English ConTeXt format
1712Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1713Group: Applications/Publishing/TeX
1714Requires(post,postun): %{_bindir}/texhash
1715Requires: %{name}-context = %{epoch}:%{version}-%{release}
1716
1717%description format-context-en
1718English ConTeXt format.
1719
1720%description format-context-en -l pl.UTF-8
1721Angielska wersja formatu ConTeXt.
1722
1723%package format-context-nl
1724Summary: Dutch ConTeXt format
1725Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1726Group: Applications/Publishing/TeX
1727Requires(post,postun): %{_bindir}/texhash
1728Requires: %{name}-context = %{epoch}:%{version}-%{release}
1729
1730%description format-context-nl
1731Dutch ConTeXt format.
1732
1733%description format-context-nl -l pl.UTF-8
1734Holenderska wersja formatu ConTeXt.
1735
1736# LaTeX format.
1737
1738%package latex
1739Summary: LaTeX macro package basic files
1740Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1741Group: Applications/Publishing/TeX
60597425 1742Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1743Requires: %{name} = %{epoch}:%{version}-%{release}
1744Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1745Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1746Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1747# for misc/eurosym:
1748Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1749Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1750Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1751Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1752Suggests: %{name}-fonts-jknappen
fb2a8613 1753Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1754Obsoletes: tetex-bibtex-koma-script
1755Obsoletes: tetex-latex-SIunits
1756Obsoletes: tetex-latex-caption
1757Obsoletes: tetex-latex-curves
1758Obsoletes: tetex-latex-dinbrief
1759Obsoletes: tetex-latex-draftcopy
1760Obsoletes: tetex-latex-dvilj
1761Obsoletes: tetex-latex-eepic
1762Obsoletes: tetex-latex-endfloat
1763Obsoletes: tetex-latex-fancyhdr
1764Obsoletes: tetex-latex-fancyheadings
1765Obsoletes: tetex-latex-fancyvrb
1766Obsoletes: tetex-latex-fp
1767Obsoletes: tetex-latex-graphics
1768Obsoletes: tetex-latex-hyperref
1769Obsoletes: tetex-latex-koma-script
1770Obsoletes: tetex-latex-labels
1771Obsoletes: tetex-latex-listings
1772Obsoletes: tetex-latex-misc
1773Obsoletes: tetex-latex-ms
1774Obsoletes: tetex-latex-multirow
1775Obsoletes: tetex-latex-mwcls
1776Obsoletes: tetex-latex-mwdtools
1777Obsoletes: tetex-latex-natbib
1778Obsoletes: tetex-latex-ntgclass
1779Obsoletes: tetex-latex-oberdiek
1780Obsoletes: tetex-latex-pb-diagram
188cb15d 1781Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1782Obsoletes: tetex-latex-revtex4
1783Obsoletes: tetex-latex-seminar
1784Obsoletes: tetex-latex-t2
1785Obsoletes: tetex-latex-titlesec
1786Obsoletes: tetex-latex-tools
1787Obsoletes: tetex-latex-units
1788Obsoletes: tetex-mwcls
1789Obsoletes: tetex-revtex4
1790
1791%description latex
1792LaTeX is a front end for the TeX text formatting system. Easier to use
1793than TeX, LaTeX is essentially a set of TeX macros which provide
1794convenient, predefined document formats for users.
1795
1796This package contains basic files.
1797
1798%description latex -l pl.UTF-8
1799LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1800łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1801dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1802
1803Ten pakiet zawiera podstawowe pliki.
1804
6c82f497
ZU
1805%package latex-12many
1806Summary: Generalising mathematical index sets
1807Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1808Group: Applications/Publishing/TeX
6c82f497 1809Requires(post,postun): %{_bindir}/texhash
b4d68b39 1810Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1811
1812%description latex-12many
1813Generalising mathematical index sets.
1814
1815%description latex-12many -l hu.UTF-8
1816A matematikai halmazok indexelésének általánosítása.
1817
a8b381b0
ZU
1818%package latex-abstract
1819Summary: Control the typesetting of the abstract environment
1820Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1821Group: Applications/Publishing/TeX
fe66da27 1822Requires(post,postun): %{_bindir}/texhash
b4d68b39 1823Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1824
1825%description latex-abstract
1826Control the typesetting of the abstract environment.
1827
1828%description latex-abstract -l hu.UTF-8
1829Az "abstract" környezet szedésének irányítása.
1830
f1f5d194
ZU
1831%package latex-accfonts
1832Summary: Utilities to derive new fonts from existing ones
1833Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1834Group: Applications/Publishing/TeX
1835Requires(post,postun): %{_bindir}/texhash
1836
1837%description latex-accfonts
1838Utilities to derive new fonts from existing ones.
1839
1840%description latex-accfonts -l hu.UTF-8
1841Eszközök új betűtípusok származtatására már létezőkből.
1842
e88b5dcf
ZU
1843%package latex-adrconv
1844Summary: BibTeX styles to implement an address database
1845Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1846Group: Applications/Publishing/TeX
2fede27b 1847Requires(post,postun): %{_bindir}/texhash
78d53d8c 1848Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1849
1850%description latex-adrconv
1851BibTeX styles to implement an address database.
1852
1853%description latex-adrconv -l hu.UTF-8
1854BibTeX stílusok cím-adatbázis megvalósításához.
1855
1856
d08789e0
ZU
1857%package latex-ae
1858Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1859Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1860Group: Applications/Publishing/TeX
1861Requires(post,postun): %{_bindir}/texhash
1862Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1863Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1864
1865%description latex-ae
1866A set of virtual fonts which emulates T1 coded fonts using the
1867standard CM fonts. The package is called AE fonts (for Almost
1868European). The main use of the package is to produce PDF files using
1869versions of the CM fonts instead of the bitmapped EC fonts.
1870
1871%description latex-ae -l pl.UTF-8
1872Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1873standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1874- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1875 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1876 bitmapowych fontów EC.
1877
1878%package latex-algorithms
1879Summary: Floating algorithm environment
1880Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1881Group: Applications/Publishing/TeX
1882Requires(post,postun): /usr/bin/texhash
1883Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1884
1885%description latex-algorithms
1886Defines a floating algorithm environment designed to work with the
1887algorithmic package.
1888
1889%description latex-algorithms -l pl.UTF-8
1890Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1891do pracy z pakietem algorithmic.
1892
1893%package latex-ams
1894Summary: AMS math facilities for LaTeX
1895Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1896Group: Applications/Publishing/TeX
1897Requires(post,postun): %{_bindir}/texhash
1898Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1899Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1900Obsoletes: tetex-latex-amscls
1901Obsoletes: tetex-latex-amsfonts
1902Obsoletes: tetex-latex-amsmath
1903
1904%description latex-ams
1905This package is the principal package in the AMS-LaTeX distribution.
1906It adapts for use in LaTeX most of the mathematical features found in
1907AMS-TeX.
1908
1909%description latex-ams -l pl.UTF-8
1910To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1911możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1912
1913%package latex-antp
1914Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1915Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1916Group: Applications/Publishing/TeX
1917Requires(post,postun): %{_bindir}/texhash
1918Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1919Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1920
1921%description latex-antp
1922A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1923- -- preliminary version. This font was designed in the 'twenties and
1924 the 'thirties of XX century by a Polish graphic artist and a
1925 typographer Adam Poltawski. It was widely used by Polish printing
1926 houses as long as metal types were in use (until ca the 'sixties).
1927 Perhaps the first complete font family programmed and parametrized in
1928 METAPOST.
1929
1930%description latex-antp -l pl.UTF-8
1931Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1932PostScript Type 1. Ten krój został opracowany w latach 30-tych i
193340-tych XX wieku przez polskiego grafika i typografa Adama
1934Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1935używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1936kompletna rodzina fontów zaprogramowana i zparametryzowana w
1937METAPOSCIE.
1938
1939%package latex-antt
1940Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
1941Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1942Group: Applications/Publishing/TeX
1943Requires(post,postun): %{_bindir}/texhash
1944Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1945Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1946
1947%description latex-antt
1948Antykwa Torunska is a serif font designed by the late Polish
1949typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
19501.
1951
1952%description latex-antt -l pl.UTF-8
1953Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1954typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1955postać cyfrową jako Type 1.
1956
e88b5dcf
ZU
1957%package latex-appendix
1958Summary: Extra control of appendices
1959Summary(hu.UTF-8): Az appendixek nagyobb irányítása
1960Group: Applications/Publishing/TeX
1961Requires(post,postun): %{_bindir}/texhash
78d53d8c 1962Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1963
1964%description latex-appendix
1965Extra control of appendices.
1966
1967%description latex-appendix -l hu.UTF-8
1968Az appendixek nagyobb irányítása.
1969
b4d68b39
ZU
1970%package latex-backgammon
1971Summary: LaTeX package to documenting backgammon games
1972Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
1973Group: Applications/Publishing/TeX
1974Requires(post,postun): %{_bindir}/texhash
1975Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1976
1977%description latex-backgammon
1978LaTeX package to documenting backgammon games.
1979
1980%description latex-backgammon -l hu.UTF-8
1981LaTeX csomag backgammon játékok dokumentálására
1982
d08789e0
ZU
1983%package latex-bbm
1984Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
1985Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1986Group: Applications/Publishing/TeX
1987Requires(post,postun): %{_bindir}/texhash
1988Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
1989Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1990
1991%description latex-bbm
1992Blackboard variant fonts for Computer Modern, with LaTeX support.
1993
1994%description latex-bbm -l pl.UTF-8
1995Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
1996
6c82f497
ZU
1997%package latex-bardiag
1998Summary: LateX package for drawing bar diagrams
1999Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2000Group: Applications/Publishing/TeX
2001Requires(post,postun): %{_bindir}/texhash
2002
2003%description latex-bardiag
2004LateX package for drawing bar diagrams.
2005
2006%description latex-bardiag -l hu.UTF-8
2007LaTeX csomag oszlopdiagramok rajzolására.
2008
d08789e0
ZU
2009%package latex-bbold
2010Summary: Sans serif blackboard bold for LaTeX
2011Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2012Group: Applications/Publishing/TeX
2013Requires(post,postun): %{_bindir}/texhash
2014Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2015Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2016
2017%description latex-bbold
2018A geometric sans serif blackboard bold font, for use in mathematics.
2019
2020%description latex-bbold -l pl.UTF-8
2021Geometryczny tablicowy tłusty font sans serif, do używania w
2022matematyce.
2023
2024%package latex-bibtex
2025Summary: Bibliography management for LaTeX
2026Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2027Group: Applications/Publishing/TeX
2028Requires(post,postun): %{_bindir}/texhash
2029Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2030Obsoletes: tetex-bibtex
2031Obsoletes: tetex-natbib
2032Obsoletes: tetex-rubibtex
2033
2034%description latex-bibtex
2035Bibliography management for LaTeX.
2036
2037%description latex-bibtex -l pl.UTF-8
2038Zarządzanie bibliografią dla LaTeXa.
2039
b4d68b39
ZU
2040%package latex-beamer
2041Summary: A LaTeX class for producing presentations and slides
2042Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2043Group: Applications/Publishing/TeX
2044Requires(post,postun): %{_bindir}/texhash
2045Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2046
2047%description latex-beamer
2048A LaTeX class for producing presentations and slides.
2049
2050%description latex-beamer -l hu.UTF-8
2051LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2052
2fede27b
ZU
2053%package latex-bezos
2054Summary: Packages by Javier Bezos (additional math tools)
2055Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2056Group: Applications/Publishing/TeX
2057Requires(post,postun): %{_bindir}/texhash
78d53d8c 2058Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2059
2060%description latex-bezos
2061Packages by Javier Bezos (additional math tools).
2062
2063%description latex-bezos
2064Javier Bezos csomagjai (további matematikai eszközök).
2065
d08789e0
ZU
2066%package latex-bibtex-ams
2067Summary: BibTeX style files for American Mathematical Society publications
2068Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2069Group: Applications/Publishing/TeX
2070Requires(post,postun): %{_bindir}/texhash
2071Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2072Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2073Obsoletes: tetex-bibtex-ams
2074
2075%description latex-bibtex-ams
2076BibTeX style files for American Mathematical Society publications.
2077
2078%description latex-bibtex-ams -l pl.UTF-8
2079Pliki stylów BibTeXa do publikacji American Mathematical Society.
2080
2081%package latex-bibtex-dk
2082Summary: Danish variants of the standard BibTeX styles
2083Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2084Group: Applications/Publishing/TeX
2085Requires(post,postun): /usr/bin/texhash
2086Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2087
2088%description latex-bibtex-dk
2089Dk-bib is a translation of the four standard BibTeX style files
2090(abbrv, alpha, plain and unsrt) into Danish. The files have been
2091extended with ISBN, ISSN and URL fields which can be enabled through a
2092LaTeX style file.
2093
2094%description latex-bibtex-dk -l pl.UTF-8
2095Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2096(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2097rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2098stylu LaTeXa.
2099
2100%package latex-bibtex-nor
2101Summary: Norwegian variants of the standard BibTeX styles
2102Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2103Group: Applications/Publishing/TeX
2104Requires(post,postun): /usr/bin/texhash
2105Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2106
2107%description latex-bibtex-nor
2108Norwegian variants of the standard BibTeX styles.
2109
2110%description latex-bibtex-nor -l pl.UTF-8
2111Norweskie warianty standardowych stylów BibTeXa.
2112
2113%package latex-bibtex-pl
2114Summary: Polish bibliography management for LaTeX
2115Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2116Group: Applications/Publishing/TeX
2117Requires(post,postun): %{_bindir}/texhash
2118Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2119Obsoletes: tetex-bibtex-plbib
2120
2121%description latex-bibtex-pl
2122Polish bibliography management for LaTeX.
2123
2124%description latex-bibtex-pl -l pl.UTF-8
2125Polska wersja zarządzania bibliografią dla LaTeXa.
2126
2127%package latex-bibtex-german
2128Summary: German variants of standard BibTeX styles
2129Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2130Group: Applications/Publishing/TeX
2131Requires(post,postun): %{_bindir}/texhash
2132Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2133Obsoletes: tetex-bibtex-germbib
2134
2135%description latex-bibtex-german
2136German variants of standard BibTeX styles.
2137
2138%description latex-bibtex-german -l pl.UTF-8
2139Niemieckie wersje standardowych stylów BibTeXa.
2140
2141%package latex-bibtex-revtex4
2142Summary: BibTeX styles for REVTeX4
2143Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2144Group: Applications/Publishing/TeX
2145Requires(post,postun): %{_bindir}/texhash
2146Requires: %{name} = %{epoch}:%{version}-%{release}
2147Obsoletes: tetex-bibtex-revtex4
2148
2149%description latex-bibtex-revtex4
2150BibTeX styles for REVTeX4.
2151
2152%description latex-bibtex-revtex4 -l pl.UTF-8
2153Style BibTeXa dla REVTeX4.
2154
2155%package latex-bibtex-jurabib
2156Summary: Extended BibTeX citation support for the humanities and legal texts
2157Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2158Group: Applications/Publishing/TeX
2159Requires(post,postun): %{_bindir}/texhash
2160Requires: %{name} = %{epoch}:%{version}-%{release}
2161Obsoletes: tetex-bibtex-jurabib
2162
2163%description latex-bibtex-jurabib
2164Extended BibTeX citation support for the humanities and legal texts.
2165
2166%description latex-bibtex-jurabib -l pl.UTF-8
2167Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2168prawniczych.
2169
33b3b483
ZU
2170%package latex-bibtex-styles
2171Summary: Various BibTeX styles
2172Summary(hu.UTF-8): Vegyes BibTeX stílusok
2173Group: Applications/Publishing/TeX
2174Requires(post,postun): %{_bindir}/texhash
2175Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2176
2177%description latex-bibtex-styles
2178Various BibTeX styles.
2179
2180%description latex-bibtex-styles -l hu.UTF-8
2181Vegyes BibTeX stílusok.
2182
435dbdfa
ZU
2183%package latex-bibtex-vancouver
2184Summary: Bibliographic style file for Biomedical Journals
b5f33174 2185Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2186Group: Applications/Publishing/TeX
435dbdfa 2187Requires(post,postun): %{_bindir}/texhash
33b3b483 2188Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2189
b5f33174 2190%description latex-bibtex-vancouver
435dbdfa 2191Bibliographic style file for Biomedical Journals.
2fede27b 2192
b5f33174
ZU
2193%description latex-bibtex-vancouver -l hu.UTF-8
2194Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2195
2fede27b
ZU
2196%package latex-booktabs
2197Summary: Publication quality tables in LaTeX
2198Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2199Group: Applications/Publishing/TeX
2200Requires(post,postun): %{_bindir}/texhash
78d53d8c 2201Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2202
2203%description latex-booktabs
2204Publication quality tables in LaTeX.
2205
2206%description latex-booktabs -l hu.UTF-8
2207Nyomdai minőségű táblázatok LaTeX-ben.
2208
2209
2210%package latex-caption
2211Summary: Customising captions in floating environments
2212Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2213Group: Applications/Publishing/TeX
2214Requires(post,postun): %{_bindir}/texhash
78d53d8c 2215Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2216
2217%description latex-caption
2218Customising captions in floating environments.
2219
2220%description latex-caption -l hu.UTF-8
2221Feliratok testreszabása úszó környezetekben.
2222
d08789e0
ZU
2223%package latex-carlisle
2224Summary: Miscellaneous small packages by David Carlisle
2225Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2226Group: Applications/Publishing/TeX
2227Requires(post,postun): %{_bindir}/texhash
2228Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2229
2230%description latex-carlisle
2231Miscellaneous small packages by David Carlisle.
2232
2233%description latex-carlisle -l pl.UTF-8
2234Różne małe pakiety autorstwa Davida Carlisle.
2235
2236%package latex-ccfonts
2237Summary: Support for Concrete text and math fonts in LaTeX
2238Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2239Group: Applications/Publishing/TeX
2240Requires(post,postun): %{_bindir}/texhash
2241Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2242
2243%description latex-ccfonts
2244LaTeX font definition files for the Concrete fonts and a LaTeX package
2245for typesetting documents using Concrete as the default font family.
2246The files support OT1, T1, TS1, and Concrete math including AMS fonts
2247(Ulrik Vieth's concmath).
2248
2249%description latex-ccfonts -l pl.UTF-8
2250Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2251LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2252rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2253Concrete wraz z AMS (concmath Ulrika Vietha).
2254
2255%package latex-cite
2256Summary: Supports compressed, sorted lists of numerical citations
2257Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2258Group: Applications/Publishing/TeX
2259Requires(post,postun): %{_bindir}/texhash
2260Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2261
2262%description latex-cite
2263Supports compressed, sorted lists of numerical citations.
2264
2265%description latex-cite -l pl.UTF-8
2266Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2267
2268%package latex-cmbright
2269Summary: Support for CM Bright fonts in LaTeX
2270Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2271Group: Applications/Publishing/TeX
2272Requires(post,postun): %{_bindir}/texhash
2273Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2274Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2275
2276%description latex-cmbright
2277A family of sans serif fonts for TeX and LaTeX, based on Donald
2278Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2279various shapes as well as all the fonts necessary for mathematical
2280typesetting, incl. AMS symbols. This collection provides all the
2281necessary files for using the fonts with LaTeX.
2282
2283%description latex-cmbright -l pl.UTF-8
2284Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2285Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2286kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2287symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2288używania fontów w LaTeXu.
2289
2fede27b
ZU
2290%package latex-comment
2291Summary: Selectively include/excludes portions of text
2292Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2293Group: Applications/Publishing/TeX
2294Requires(post,postun): %{_bindir}/texhash
78d53d8c 2295Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2296
2297%description latex-comment
2298Selectively include/excludes portions of text.
2299
2300%description latex-comment -l hu.UTF-8
2301A szöveg részeinek beillesztése/kihagyása.
2302
d08789e0
ZU
2303%package latex-concmath
2304Summary: LaTeX package and font definition files to access the Concrete math fonts
2305Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2306Group: Applications/Publishing/TeX
2307Requires(post,postun): %{_bindir}/texhash
2308Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2309Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2310
2311%description latex-concmath
2312LaTeX package and font definition files to access the Concrete math
2313fonts, which were derived from Computer Modern math fonts using
2314parameters from Concrete Roman text fonts.
2315
2316%description latex-concmath -l pl.UTF-8
2317Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2318matematyczne Concrete wywodzące się z fontów matematycznych Computer
2319Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2320Roman.
2321
2fede27b
ZU
2322%package latex-currvita
2323Summary: Typeset a curriculum vitae
2324Summary(hu.UTF-8): Önéletrajzok írása
2325Group: Applications/Publishing/TeX
2326Requires(post,postun): %{_bindir}/texhash
78d53d8c 2327Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2328
2329%description latex-currvita
2330Typeset a curriculum vitae.
2331
2332%description latex-currvita -l hu.UTF-8
2333Önéletrajzok írása.
2334
2335%package latex-curves
2336Summary: Curves for LaTeX picture environment
2337Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2338Group: Applications/Publishing/TeX
2339Requires(post,postun): %{_bindir}/texhash
78d53d8c 2340Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2341
2342%description latex-curves
2343Curves for LaTeX picture environment.
2344
2345%description latex-curves -l hu.UTF-8
2346Görbék LaTeX picture környezetébe.
2347
d08789e0
ZU
2348%package latex-custom-bib
2349Summary: Customized BibTeX styles for LaTeX
2350Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2351Group: Applications/Publishing/TeX
2352Requires(post,postun): %{_bindir}/texhash
2353Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2354
2355%description latex-custom-bib
2356Package generating customized BibTeX bibliography styles from a
2357generic file using docstrip. Includes support for the Harvard style.
2358
2359%description latex-custom-bib -l pl.UTF-8
2360Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2361pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2362
2363%package latex-cyrillic
2364Summary: LaTeX Cyrillic support
2365Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2366Group: Applications/Publishing/TeX
2367Requires(post,postun): %{_bindir}/texhash
2368Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2369
2370%description latex-cyrillic
2371LaTeX Cyrillic support.
2372
2373%description latex-cyrillic -l pl.UTF-8
2374Obsługa cyrylicy dla LaTeXa.
2375
b280f158
ZU
2376%package latex-dstroke
2377Summary: LaTeX doublestroke font
2378Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2379Group: Applications/Publishing/TeX
2380Requires(post,postun): %{_bindir}/texhash
2381Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2382Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2383
2384%description latex-dstroke
2385Doublestroke font for typesetting the mathematical symbols for the
2386natural numbers, whole numbers, rational numbers, real numbers and
2387complex numbers.
2388
2389%description latex-dstroke -l pl.UTF-8
2390Podwójnie kreślony font do składania symboli matematycznych liczb
2391naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2392
60597425
ZU
2393%package latex-enumitem
2394Summary: A package to customize the three basic lists
2395Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2396Group: Applications/Publishing/TeX
2397Requires(post,postun): %{_bindir}/texhash
78d53d8c 2398Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2399
2400%description latex-enumitem
2401A package to customize the three basic lists (enumerate, itemize and
2402description).
2403
2404%description latex-enumitem
2405Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2406(enumerate, itemize, description).
2407
2b453bda
ZU
2408%package latex-exam
2409Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2410Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2411Group: Applications/Publishing/TeX
fe66da27 2412Requires(post,postun): %{_bindir}/texhash
78d53d8c 2413Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2414
2415%description latex-exam
2416The exam document class attempts to make it easy for even a LaTeX
2417novice to prepare exams.
2418
2419%description latex-exam -l hu.UTF-8
2420Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2421feladatsorok készítése.
2422
f1f5d194
ZU
2423%package latex-gbrief
2424Summary: Letter document class
2425Summary(hu.UTF-8): Levél dokumentumosztály
2426Group: Applications/Publishing/TeX
2427Requires(post,postun): %{_bindir}/texhash
2428Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2429
2430%description latex-gbrief
2431Letter document class.
2432
2433%description latex-gbrief -l hu.UTF-8
2434Levél dokumentumosztály.
2435
2b453bda 2436
d08789e0
ZU
2437%package latex-jknappen
2438Summary: Miscellaneous packages by Joerg Knappen
2439Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2440Group: Applications/Publishing/TeX
2441Requires(post,postun): %{_bindir}/texhash
2442Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2443Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2444
2445%description latex-jknappen
2446Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2447Knappen, including sgmlcmpt.
2448
2449%description latex-jknappen -l pl.UTF-8
2450Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2451Knappena. Zawiera sgmlcmpt.
2452
d19eaaab
ZU
2453%package latex-keystroke
2454Summary: Graphical representation of keys on keyboard
2455Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2456Group: Applications/Publishing/TeX
2457Requires(post,postun): %{_bindir}/texhash
2458Requires: %{name}-latex
2459
2460%description latex-keystroke
2461Graphical representation of keys on keyboard.
2462
2463%description latex-keystroke -l hu.UTF-8
2464A billentyűk grafikus megjelenítése.
2465
2466
2467%package latex-labbook
2468Summary: Typeset laboratory journals
2469Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2470Group: Applications/Publishing/TeX
2471Requires(post,postun): %{_bindir}/texhash
2472Requires: %{name}-latex
2473
2474%description latex-labbook
2475Typeset laboratory journals.
2476
2477%description latex-labbook -l hu.UTF-8
2478Laborjegyzőkönyvek szedése.
2479
2480%package latex-lcd
2481Summary: Alphanumerical LCD-style displays
f65b3398 2482Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2483Group: Applications/Publishing/TeX
2484Requires(post,postun): %{_bindir}/texhash
2485Requires: %{name}-latex
2486
2487%description latex-lcd
2488Alphanumerical LCD-style displays.
2489
2490%description latex-lcd -l hu.UTF-8
f65b3398 2491Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2492
2493%package latex-leaflet
2494Summary: Create small handouts (flyers)
2495Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2496Group: Applications/Publishing/TeX
2497Requires(post,postun): %{_bindir}/texhash
2498Requires: %{name}-latex
2499
2500%description latex-leaflet
2501Create small handouts (flyers).
2502
2503%description latex-leaflet -l hu.UTF-8
2504Kis "kézikönyvek" készítése (brossúrák).
2505
f1f5d194
ZU
2506%package latex-leftidx
2507Summary: Left and right subscripts and superscripts in math mode
2508Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2509Group: Applications/Publishing/TeX
2510Requires(post,postun): %{_bindir}/texhash
2511Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2512
7b6c7caa
ZU
2513%description latex-leftidx
2514Left and right subscripts and superscripts in math mode.
2515
2516%description latex-leftidx -l hu.UTF-8
2517Bal és jobboldali alsó és felső indexek matematikai módban.
2518
d19eaaab
ZU
2519
2520%package latex-lewis
2521Summary: Draw Lewis structures (chemistry)
2522Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2523Group: Applications/Publishing/TeX
2524Requires(post,postun): %{_bindir}/texhash
2525Requires: %{name}-latex
2526
2527%description latex-lewis
2528Draw Lewis structures (chemistry).
2529
2530%description latex-lewis -l hu.UTF-8
2531Lewis struktúrák készítése (kémia).
2532
d08789e0
ZU
2533%package latex-lm
2534Summary: LaTeX styles for Latin Modern family fonts
2535Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2536Group: Applications/Publishing/TeX
2537Requires(post,postun): /usr/bin/texhash
2538Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2539Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2540
2541%description latex-lm
2542Latin Modern family of fonts, based on the Computer Modern fonts
2543released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2544lot of additional characters, mainly accented ones, but not only.
2545There is a one set of PostScript fonts and four sets of TeX Font
2546Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2547encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2548Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2549potential user knows what to do with all these files. The author is
2550Boguslaw Jackowski.
2551
2552%description latex-lm -l pl.UTF-8
2553Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2554przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2555Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2556Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2557Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2558QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2559(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2560(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2561tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2562
a8b381b0
ZU
2563%package latex-lastpage
2564Summary: Reference last page for "Page N of M" type footers
2565Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2566Group: Applications/Publishing/TeX
fe66da27 2567Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2568
2569%description latex-lastpage
2570Reference last page for Page N of M type footers.
2571
2572%description latex-lastpage -l hu.UTF-8
2573Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2574
d08789e0
ZU
2575%package latex-lineno
2576Summary: Line numbers on paragraphs
2577Summary(pl.UTF-8): Numery linii dla paragrafów
2578Group: Applications/Publishing/TeX
2579Requires(post,postun): /usr/bin/texhash
2580Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2581
2582%description latex-lineno
2583The LaTeX package lineno.sty provides line numbers on paragraphs.
2584After TeX has broken a paragraph into lines there will be line numbers
2585attached to them, with the possibility to make references through the
2586LaTeX \ref, \pageref cross reference mechanism.
2587
2588%description latex-lineno -l pl.UTF-8
2589Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2590paragrafu na linie przez TeXa do linii dołączane są ich numery z
2591możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2592\ref i \pageref.
2593
d19eaaab
ZU
2594
2595%package latex-mathexam
2596Summary: Package for typesetting exams
2597Summary(hu.UTF-8): Vizsgák szedése
2598Group: Applications/Publishing/TeX
2599Requires(post,postun): %{_bindir}/texhash
2600Requires: %{name}-latex
2601
2602%description latex-mathexam
2603Package for typesetting exams.
2604
2605%description latex-mathexam -l hu.UTF-8
2606Vizsgák szedése.
2607
d08789e0
ZU
2608%package latex-microtype
2609Summary: An interface to the micro-typographic extensions of pdfTeX
2610Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2611Group: Applications/Publishing/TeX
2612Requires(post,postun): /usr/bin/texhash
2613Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2614
2615%description latex-microtype
2616The `microtype' package provides a LaTeX interface to pdfTeX's
2617micro-typographic extensions: character protrusion and font expansion.
2618It allows to restrict character protrusion and/or font expansion to a
2619definable set of fonts, and to configure micro-typographic aspects of
2620the fonts in a straight-forward and flexible way. Settings for various
2621fonts are provided.
2622
2623%description latex-microtype -l pl.UTF-8
2624Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2625mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2626Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2627określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2628aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2629dla różnych fontów.
2630
8ed039e0
ZU
2631%package latex-musictex
2632Summary: Typesetting music with TeX
2633Summary(hu.UTF-8): Zenék szedése TeX-hel
2634Group: Applications/Publishing/TeX
2635Requires(post,postun): %{_bindir}/texhash
2636Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2637
2638%description latex-musictex
2639Typesetting music with TeX.
2640
2641%description latex-musictex -l hu.UTF-8
2642Zenék szedése TeX-hel.
2643
d08789e0
ZU
2644%package latex-lucidabr
2645Summary: Package to make Lucida Bright fonts usable with LaTeX
2646Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2647Group: Applications/Publishing/TeX
2648Requires(post,postun): %{_bindir}/texhash
2649Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2650
2651%description latex-lucidabr
2652Package to make Lucida Bright fonts usable with LaTeX.
2653
2654%description latex-lucidabr -l pl.UTF-8
2655Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2656
2657%package latex-marvosym
2658Summary: Styles for Martin Vogel's Symbol (marvosym) font
2659Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2660Group: Applications/Publishing/TeX
2661Requires(post,postun): /usr/bin/texhash
2662Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2663Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2664
2665%description latex-marvosym
2666Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2667currency symbol as defined by the European commission; Euro currency
2668symbols in typefaces Times, Helvetica and Courier; Symbols for
2669structural engineering; Symbols for steel cross-sections; Astronomy
2670signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2671symbols; CE sign and others.
2672
2673%description latex-marvosym -l pl.UTF-8
2674Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2675waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2676krojach Times, Helvetica i Courier; symbole do inżynierii
2677strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2678(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2679CE i inne.
2680
2681%package latex-mathpple
2682Summary: Use PostScript Palatino for typesetting maths
2683Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2684Group: Applications/Publishing/TeX
2685Requires(post,postun): %{_bindir}/texhash
2686Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2687Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2688
2689%description latex-mathpple
2690The package defines the PostScript font family `Palatino' (ppl) as the
2691default roman font and then uses the `mathpple' fonts for typesetting
2692math. These virtual fonts have been created for typesetting math in a
2693style that suits the Palatino text fonts. The AMS fonts, when used
2694additionally, will be scaled to fit Palatino.
2695
2696%description latex-mathpple -l pl.UTF-8
2697Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2698domyślny font roman i używa fontów mathpple do składania wzorów
2699matematycznych. Te wirtualne fonty zostały stworzone do składania
2700wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2701Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2702pasować do Palatino.
2703
2704%package latex-mathtime
2705Summary: Mathtime fonts for LaTeX
2706Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2707Group: Applications/Publishing/TeX
2708Requires(post,postun): %{_bindir}/texhash
2709Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2710
2711%description latex-mathtime
2712The Mathtime fonts have a number of characters remapped to positions
2713different from the ones normally used by the corresponding TeX
2714CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2715style files use the Times Roman font (often called something like:
2716ptmr or ptmr7t or ptmrq).
2717
2718%description latex-mathtime -l pl.UTF-8
2719Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2720różniące się od tych normalnie używanych w odpowiadających im TeXowych
2721fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2722używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2723ptmrq).
2724
2725%package latex-mflogo
2726Summary: LaTeX support for MetaFont and logo fonts
2727Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
2728Group: Applications/Publishing/TeX
2729Requires(post,postun): %{_bindir}/texhash
2730Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2731Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2732
2733%description latex-mflogo
2734LaTeX package and font definition file to access the Knuthian `logo'
2735fonts described in `The MetaFontbook' and the MetaFont and logos in
2736LaTeX documents.
2737
2738%description latex-mflogo -l pl.UTF-8
2739Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2740opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2741LaTeXa.
2742
2743%package latex-mfnfss
2744Summary: Font description files to use extra fonts like yinit and ygoth
2745Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2746Group: Applications/Publishing/TeX
2747Requires(post,postun): %{_bindir}/texhash
2748Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2749
2750%description latex-mfnfss
2751Font description files to use extra fonts like yinit and ygoth.
2752
2753%description latex-mfnfss -l pl.UTF-8
2754Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2755
2756%package latex-minitoc
2757Summary: Produce a table of contents for each chapter
2758Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
2759Group: Applications/Publishing/TeX
2760Requires(post,postun): %{_bindir}/texhash
2761Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2762
2763%description latex-minitoc
2764Produce a table of contents for each chapter.
2765
2766%description latex-minitoc -l pl.UTF-8
2767Tworzenie spisów treści dla każdego rozdziału.
2768
2769%package latex-mltex
2770Summary: Support for MLTeX
2771Summary(pl.UTF-8): Wsparcie dla MLTeXa
2772Group: Applications/Publishing/TeX
2773Requires(post,postun): %{_bindir}/texhash
2774Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2775
2776%description latex-mltex
2777Support for MLTeX, the multilingual TeX extension from Michael J.
2778Ferguson.
2779
2780%description latex-mltex -l pl.UTF-8
2781Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2782autorstwa Michaela J. Fergusona.
2783
d34bfb7f
ZU
2784%package latex-multienum
2785Summary: Multi-column enumerated lists
2786Summary(hu.UTF-8): Többoszlopos számozott listák
2787Group: Applications/Publishing/TeX
2788Requires(post,postun): %{_bindir}/texhash
2789Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2790
2791%description latex-multienum
2792Multi-column enumerated lists.
2793
2794%description latex-multienum -l hu.UTF-8
2795Többoszlopos számozott listák.
2796
f1f5d194
ZU
2797
2798%package latex-moreverb
2799Summary: Extended verbatim
2800Summary(hu.UTF-8): Kiterjesztett verbatim
2801Group: Applications/Publishing/TeX
2802Requires(post,postun): %{_bindir}/texhash
2803Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2804
2805%description latex-moreverb
2806Extended verbatim.
2807
2808%description latex-moreverb -l hu.UTF-8
2809Kiterjesztett verbatim.
2810
a8b381b0
ZU
2811%package latex-ntheorem
2812Summary: Enhanced theorem environment
2813Summary(hu.UTF-8): Bővített tétel környezet
2814Group: Applications/Publishing/TeX
fe66da27 2815Requires(post,postun): %{_bindir}/texhash
78d53d8c 2816Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
2817
2818%description latex-ntheorem
2819Enhanced theorem environment.
2820
2821%description latex-ntheorem -l hu.UTF-8
2822Bővített tétel környezet
2823
f65b3398
ZU
2824%package latex-other
2825Summary: Other LaTeX packages
2826Summary(hu.UTF-8): Néhány további LaTeX csomag
2827Group: Applications/Publishing/TeX
2828Requires(post,postun): %{_bindir}/texhash
2829Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2830
2831%description latex-other
2832Other LaTeX packages.
2833
2834%description latex-other -l hu.UTF-8
2835Néhány további LaTeX csomag.
2836
2837%package latex-other-doc
2838Summary: Other LaTeX packages documentation
2839Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
2840Group: Applications/Publishing/TeX
2841Requires(post,postun): %{_bindir}/texhash
2842Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2843
2844%description latex-other-doc
2845Other LaTeX packages documentation.
2846
2847%description latex-other-doc -l hu.UTF-8
2848Néhány további LaTeX csomag dokumentációja.
2849
d08789e0
ZU
2850%package latex-palatcm
2851Summary: Palatino + Computer Modern math fonts for LaTeX
2852Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2853Group: Applications/Publishing/TeX
2854Requires(post,postun): %{_bindir}/texhash
2855Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2856
2857%description latex-palatcm
2858Palatino + Computer Modern math fonts for LaTeX.
2859
2860%description latex-palatcm -l pl.UTF-8
2861Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2862
f65b3398
ZU
2863
2864%package latex-pdfslide
2865Summary: Presentation slides using pdftex
2866Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
2867Group: Applications/Publishing/TeX
2868Requires(post,postun): %{_bindir}/texhash
2869Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2870
2871%description latex-pdfslide
2872Presentation slides using pdftex.
2873
2874%description latex-pdfslide -l hu.UTF-8
2875Prezentáció készítése pdftex-hel.
2876
03d9d5fa
ZU
2877%package latex-pgf
2878Summary: The TeX Portable Graphic Format
2879Summary(hu.UTF-8): TeX Portable Graphic Formátum
2880Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
2881Group: Applications/Publishing/TeX
2882Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
2883Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2884Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 2885Obsoletes: tetex-pgf
03d9d5fa
ZU
2886
2887%description latex-pgf
2888A macro package for creating graphics directly in TeX and LaTeX.
2889
2890%description latex-pgf -l hu.UTF-8
2891Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2892
2893%description latex-pgf -l pl.UTF-8
2894Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2895
f65b3398
ZU
2896%package latex-polynom
2897Summary: Macros for manipulating polynomials
2898Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
2899Group: Applications/Publishing/TeX
2900Requires(post,postun): %{_bindir}/texhash
2901Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2902
2903%description latex-polynom
2904Macros for manipulating polynomials.
2905
2906%description latex-polynom -l hu.UTF-8
2907Makrók polinomokkal való műveletekre.
2908
2909%package latex-polynomial
2910Summary: Typeset (univariate) polynomials
2911Summary(hu.UTF-8): Egyváltozós polinomok szedése
2912Group: Applications/Publishing/TeX
2913Requires(post,postun): %{_bindir}/texhash
2914Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2915
2916%description latex-polynomial
2917Typeset (univariate) polynomials.
2918
2919%description latex-polynomial -l hu.UTF-8
2920Egyváltozós polinomok szedése.
2921
b7b4a109
ZU
2922%package latex-prosper
2923Summary: LaTeX class for high quality slides
2924Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
2925Group: Applications/Publishing/TeX
2926Requires(post,postun): %{_bindir}/texhash
2927Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2928
2929%description latex-prosper
2930LaTeX class for high quality slides.
2931
2932%description latex-prosper -l hu.UTF-8
2933LaTeX osztály jó minőségű fóliák készítéséhez.
2934
2935%package latex-pseudocode
2936Summary: LaTeX enviroment for specifying algorithms in a natural way
2937Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
2938Group: Applications/Publishing/TeX
2939Requires(post,postun): %{_bindir}/texhash
2940Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2941
2942%description latex-pseudocode
2943LaTeX enviroment for specifying algorithms in a natural way.
2944
2945%description latex-pseudocode -l hu.UTF-8
2946LaTeX környezet algoritmusok bevitelére.
2947
d08789e0
ZU
2948%package latex-psnfss
2949Summary: LaTeX font support for common PostScript fonts
2950Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
2951Group: Applications/Publishing/TeX
2952Requires(post,postun): %{_bindir}/texhash
2953Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2954Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2955Obsoletes: tetex-latex-mathptm
2956Obsoletes: tetex-latex-mathptmx
2957
2958%description latex-psnfss
2959LaTeX font definition files, macros and font metrics for common
2960PostScript fonts.
2961
2962%description latex-psnfss -l pl.UTF-8
2963LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2964popularnych fontów postscriptowych.
2965
8efa6a9c
ZU
2966%package latex-pst-2dplot
2967Summary: A PSTricks package for drawing 2D curves
2968Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
2969Group: Applications/Publishing/TeX
2970Requires(post,postun): %{_bindir}/texhash
2971Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2972
2973%description latex-pst-2dplot
2974A PSTricks package for drawing 2D curves.
2975
2976%description latex-pst-2dplot -l hu.UTF-8
2977PSTricks csomag kétdimenziós görbék rajzolásához.
2978
2979%package latex-pst-3dplot
2980Summary: Draw 3d curves and graphs using PSTricks
2981Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
2982Group: Applications/Publishing/TeX
2983Requires(post,postun): %{_bindir}/texhash
2984Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2985
2986%description latex-pst-3dplot
2987Draw 3d curves and graphs using PSTricks.
2988
2989%description latex-pst-3dplot -l hu.UTF-8
29903D-s görbék és grafikonok PSTricks-szel.
2991
2992
2993%package latex-pst-bar
2994Summary: Produces bar charts using pstricks
2995Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
2996Group: Applications/Publishing/TeX
2997Requires(post,postun): %{_bindir}/texhash
2998Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2999
3000%description latex-pst-bar
3001Produces bar charts using pstricks.
3002
3003%description latex-pst-bar -l hu.UTF-8
3004Oszlopdiagramok pstricks-szel.
3005
3006%package latex-pst-circ
3007Summary: PSTricks package for drawing electric circuits
3008Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3009Group: Applications/Publishing/TeX
3010Requires(post,postun): %{_bindir}/texhash
3011Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3012
3013%description latex-pst-circ
3014PSTricks package for drawing electric circuits.
3015
3016%description latex-pst-circ -l hu.UTF-8
3017PSTricks csomag elektromos áramkörök rajzolásához.
3018
3019%package latex-pst-diffraction
3020Summary: Print diffraction patterns from various apertures
3021Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3022Group: Applications/Publishing/TeX
3023Requires(post,postun): %{_bindir}/texhash
3024Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3025
3026%description latex-pst-diffraction
3027Print diffraction patterns from various apertures.
3028
3029%description latex-pst-diffraction -l hu.UTF-8
3030Diffrakciós képek különböző eszközökön.
3031
b7b4a109
ZU
3032%package latex-pst-eucl
3033Summary: Euclidian geometry with pstricks
3034Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3035Group: Applications/Publishing/TeX
3036Requires(post,postun): %{_bindir}/texhash
3037Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3038
3039%description latex-pst-eucl
3040Euclidian geometry with pstricks.
3041
3042%description latex-pst-eucl -l hu.UTF-8
3043Euklidészi geometria a pstricks használatával.
3044
8efa6a9c
ZU
3045
3046%package latex-pst-fun
3047Summary: Draw "funny" objects with PSTricks
3048Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3049Group: Applications/Publishing/TeX
3050Requires(post,postun): %{_bindir}/texhash
3051Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3052
3053%description latex-pst-fun
3054Draw "funny" objects with PSTricks.
3055
3056%description latex-pst-fun -l hu.UTF-8
3057"Vicces" rajzok PSTricks-szel
3058
3059%package latex-pst-func
3060Summary: PSTricks package for plotting mathematical functions
3061Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3062Group: Applications/Publishing/TeX
3063Requires(post,postun): %{_bindir}/texhash
3064Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3065
3066%description latex-pst-func
3067PSTricks package for plotting mathematical functions.
3068
3069%description latex-pst-eucl -l hu.UTF-8
3070PSTricks csomag matematikai függvények ábrázolásához.
3071
b7b4a109
ZU
3072%package latex-pst-fr3d
3073Summary: Draw 3-dimensional framed boxes using PSTricks
3074Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3075Group: Applications/Publishing/TeX
3076Requires(post,postun): %{_bindir}/texhash
3077Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3078
3079%description latex-pst-fr3d
3080Draw 3-dimensional framed boxes using PSTricks.
3081
3082%description latex-pst-fr3d -l hu.UTF-8
3083Háromdimenziós dobozok PSTricks segítségével.
3084
3085%package latex-pst-fractal
3086Summary: Draw fractal sets using PSTricks
3087Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3088Group: Applications/Publishing/TeX
3089Requires(post,postun): %{_bindir}/texhash
3090Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3091
3092%description latex-pst-fractal
3093Draw fractal sets using PSTricks.
3094
3095%description latex-pst-fractal -l hu.UTF-8
3096Fraktálok rajzolása PSTricks segítségével.
3097
8efa6a9c
ZU
3098%package latex-pst-infixplot
3099Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3100Summary(hu.UTF-8): Infix kifejezések ábrázolása
3101Group: Applications/Publishing/TeX
3102Requires(post,postun): %{_bindir}/texhash
3103Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3104
3105%description latex-pst-infixplot
3106Using pstricks plotting capacities with infix expressions rather than
3107RPN.
3108
3109%description latex-pst-infixplot -l hu.UTF-8
3110Infix kifejezések ábrázolása.
3111
3112%package latex-pst-math
3113Summary: Enhancement of PostScript math operators to use with pstricks
3114Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3115Group: Applications/Publishing/TeX
3116Requires(post,postun): %{_bindir}/texhash
3117Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3118
3119%description latex-pst-math
3120Enhancement of PostScript math operators to use with pstricks.
3121
3122%description latex-pst-math -l hu.UTF-8
3123PostScript matematikai operátorok bővítése pstricks-szel.
3124
3125%package latex-pst-ob3d
3126Summary: Three dimensional objects using PSTricks
3127Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3128Group: Applications/Publishing/TeX
3129Requires(post,postun): %{_bindir}/texhash
3130Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3131
3132%description latex-pst-ob3d
3133Three dimensional objects using PSTricks.
3134
3135%description latex-pst-ob3d -l hu.UTF-8
3136Háromdimenziós objektumok PSTricks-szel.
3137
3138%package latex-pst-optexp
3139Summary: Drawing optical experimental setups
3140Summary(hu.UTF-8): Optikai összeállítások rajzolása
3141Group: Applications/Publishing/TeX
3142Requires(post,postun): %{_bindir}/texhash
3143Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3144
3145%description latex-pst-optexp
3146Drawing optical experimental setups.
3147
3148%description latex-pst-optexp -l hu.UTF-8
3149Optikai összeállítások rajzolása.
3150
3151%package latex-pst-optic
3152Summary: Drawing optics diagrams
3153Summary(hu.UTF-8): Optikai ábrák rajzolása
3154Group: Applications/Publishing/TeX
3155Requires(post,postun): %{_bindir}/texhash
3156Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3157
3158%description latex-pst-optic
3159Drawing optics diagrams.
3160
3161%description latex-pst-optic -l hu.UTF-8
3162Optikai ábrák rajzolása.
3163
3164%package latex-pst-text
3165Summary: Text and character manipulation in PSTricks
3166Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3167Group: Applications/Publishing/TeX
3168Requires(post,postun): %{_bindir}/texhash
3169Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3170
3171%description latex-pst-text
3172Text and character manipulation in PSTricks.
3173
3174%description latex-pst-text -l hu.UTF-8
3175Szöveg és karakter manipulációk PSTricks-szel.
3176
1024ab0e
ZU
3177%package latex-pst-uncategorized
3178Summary: Other uncategorized PSTricks packages
3179Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3180Group: Applications/Publishing/TeX
3181Requires(post,postun): %{_bindir}/texhash
3182Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3183
3184%description latex-pst-uncategorized
3185Other uncategorized PSTricks packages.
3186
3187%description latex-pst-uncategorized -l hu.UTF-8
3188Néhány kategorizálatlan PSTricks csomag.
3189
d08789e0
ZU
3190%package latex-pxfonts
3191Summary: PX fonts LaTeX support
3192Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3193Group: Applications/Publishing/TeX
3194Requires(post,postun): %{_bindir}/texhash
3195Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3196Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3197
3198%description latex-pxfonts
3199PX fonts LaTeX support.
3200
3201%description latex-pxfonts -l pl.UTF-8
3202Obsługa fontów PX w LaTeXu.
3203
3204%package latex-qfonts
3205Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3206Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3207Group: Applications/Publishing/TeX
3208Requires(post,postun): %{_bindir}/texhash
3209Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3210Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3211
3212%description latex-qfonts
3213A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3214QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3215QuasiTimes (regular, italic, bold and bold italic), based on URW++
3216fonts distributed with Ghostscript. The fonts are encoded according to
3217QX layout which facilitates multilingual and technical typesetting
3218using TeX, preserving usability in Windows applications.
3219
3220%description latex-qfonts -l pl.UTF-8
3221Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3222QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3223QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3224fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3225zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3226TeXu, zachowując przydatność dla aplikacji windowsowych.
3227
6c82f497
ZU
3228%package latex-SIstyle
3229Summary: Package to typeset SI units, numbers and angles
3230Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3231Group: Applications/Publishing/TeX
6c82f497 3232Requires(post,postun): /usr/bin/texhash
b4d68b39 3233Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3234
3235%description latex-SIstyle
3236Package to typeset SI units, numbers and angles.
3237
3238%description latex-SIstyle -l hu.UTF-8
3239Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3240
3241%package latex-SIunits
3242Summary: The SIunits package can be used to standardise the use of units in your writings
3243Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3244Group: Applications/Publishing/TeX
fe66da27 3245Requires(post,postun): /usr/bin/texhash
78d53d8c 3246Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3247
3248%description latex-SIunits
2b453bda
ZU
3249The SIunits package can be used to standardise the use of units in
3250your writings.
3127b522
ZU
3251
3252%description latex-SIunits -l hu.UTF-8
3253Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3254
f65b3398
ZU
3255%package latex-siunitx
3256Summary: A comprehensive (SI) units package
3257Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3258Group: Applications/Publishing/TeX
3259Requires(post,postun): /usr/bin/texhash
3260Requires: %{name}-latex
3261
3262%description latex-siunitx
3263A comprehensive (SI) units package.
3264
3265%description latex-siunitx -l hu.UTF-8
3266Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3267
6c82f497
ZU
3268%package latex-Tabbing
3269Summary: Tabbing with accented letters
3270Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3271Group: Applications/Publishing/TeX
3272Requires(post,postun): /usr/bin/texhash
3273
3274%description latex-Tabbing
3275Tabbing with accented letters.
3276
3277%description latex-Tabbing -l hu.UTF-8
3278Tabbing környezet ékezetes betűk használatával.
3127b522 3279
d08789e0
ZU
3280%package latex-urwvn
3281Summary: URWVN fonts
3282Summary(pl.UTF-8): Fonty URWVN
3283Group: Applications/Publishing/TeX
3284Requires(post,postun): /usr/bin/texhash
3285Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3286Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3287
3288%description latex-urwvn
3289URWVN fonts.
3290
3291%description latex-urwvn -l pl.UTF-8
3292Fonty URWVN.
3293
3294%package latex-txfonts
3295Summary: TX fonts LaTeX support
3296Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3297Group: Applications/Publishing/TeX
3298Requires(post,postun): %{_bindir}/texhash
3299Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3300Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3301
3302%description latex-txfonts
3303TX fonts LaTeX support.
3304
3305%description latex-txfonts -l pl.UTF-8
3306Obsługa fontów TX w LaTeXu.
3307
7ea3a98b
ZU
3308%package latex-ucs
3309Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3310Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3311Group: Applications/Publishing/TeX
7ea3a98b 3312Requires(post,postun): %{_bindir}/texhash
78d53d8c 3313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3314
3315%description latex-ucs
d34bfb7f
ZU
3316This package contains support for using UTF-8 as input encoding in
3317LaTeX documents.
7ea3a98b
ZU
3318
3319%description latex-ucs -l hu.UTF-8
3320Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3321
d08789e0
ZU
3322%package latex-umlaute
3323Summary: An interface to inputenc for using alternate input encodings
3324Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3325Group: Applications/Publishing/TeX
3326Requires(post,postun): %{_bindir}/texhash
3327Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3328
3329%description latex-umlaute
3330An interface to inputenc for using alternate input encodings.
3331
3332%description latex-umlaute -l pl.UTF-8
3333Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3334
3335%package latex-wasysym
3336Summary: Extra characters from the Waldis symbol fonts
3337Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3338Group: Applications/Publishing/TeX
3339Requires(post,postun): %{_bindir}/texhash
3340Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3341Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3342
3343%description latex-wasysym
3344Makes some additional characters available that come from the wasy
3345fonts (Waldis symbol fonts). These fonts are not automatically
3346included in NFSS2/LaTeX2e since they take up important space and often
3347aren't necessary if one makes use of the packages amsfonts or amssymb.
3348Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3349apple, ocircle invneg, logof, varint, male, female, phone, clock,
3350lightning, pointer, sun, bell, permil, smiley, various electrical
3351symbols, shapes, music notes, circles, signs, astronomy, etc.
3352
3353%description latex-wasysym -l pl.UTF-8
3354Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3355(Waldis symbol). Te fonty nie są automatycznie dołączane w
3356NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3357jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3358m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3359ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3360pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3361kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3362
03d9d5fa
ZU
3363%package latex-xcolor
3364Summary: Allows for access to color tints, shades, tones etc
3365Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3366Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3367Group: Applications/Publishing/TeX
3368Obsoletes: tetex-latex-xcolor
3369
3370%description
3371`xcolor' provides easy driver-independent access to several kinds of
3372color tints, shades, tones, and mixes of arbitrary colors. It allows
3373to select a document-wide target color model and offers tools for
3374automatic color schemes, conversion between eight color models, and
3375alternating table row colors.
3376
3377%description latex-xcolor -l hu.UTF-8
3378`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3379színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3380keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3381modell kiválasztásához és a színmodellek közötti konverzióra.
3382
3383%description latex-xcolor -l pl.UTF-8
3384`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3385wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3386na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3387schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3388naprzemiennych kolorów w tabelach.
3389
d08789e0
ZU
3390%package format-latex
3391Summary: LaTeX macro package
3392Summary(pl.UTF-8): Pakiet makr LaTeX
3393Group: Applications/Publishing/TeX
3394Requires(post,postun): %{_bindir}/texhash
3395Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3396Obsoletes: hugelatex
3397
3398%description format-latex
3399LaTeX is a front end for the TeX text formatting system. Easier to use
3400than TeX, LaTeX is essentially a set of TeX macros which provide
3401convenient, predefined document formats for users.
3402
3403This package contains LaTeX format.
3404
3405%description format-latex -l pl.UTF-8
3406LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3407łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3408dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3409
3410Ten pakiet zawiera format LaTeX.
3411
3412%package format-pdflatex
3413Summary: PDF LaTeX macro package
3414Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3415Group: Applications/Publishing/TeX
3416Requires(post,postun): %{_bindir}/texhash
3417Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3418Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3419Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3420Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3421Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3422
3423%description format-pdflatex
3424LaTeX is a front end for the TeX text formatting system. Easier to use
3425than TeX, LaTeX is essentially a set of TeX macros which provide
3426convenient, predefined document formats for users.
3427
3428This package contains PDF LaTeX format.
3429
3430%description format-pdflatex -l pl.UTF-8
3431LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3432łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3433dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3434
3435Ten pakiet zawiera format PDF LaTeX.
3436
3437# PLaTeX format
3438
3439%package platex
3440Summary: PLaTeX format basic files
3441Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3442Group: Applications/Publishing/TeX
3443Requires(post,postun): %{_bindir}/texhash
3444Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3445Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3446
3447%description platex
3448PLaTeX format basic files.
3449
3450%description platex -l pl.UTF-8
3451Podstawowe pliki dla formatu PLaTeX.
3452
3453%package format-platex
3454Summary: PLaTeX format
3455Summary(pl.UTF-8): Format PLaTeX
3456Group: Applications/Publishing/TeX
3457Requires(post,postun): %{_bindir}/texhash
3458Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3459
3460%description format-platex
3461PLaTeX format.
3462
3463%description format-platex -l pl.UTF-8
3464Format PLaTeX.
3465
3466%package format-pdfplatex
3467Summary: PDF PLaTeX format
3468Summary(pl.UTF-8): Format PDF PLaTeX
3469Group: Applications/Publishing/TeX
3470Requires(post,postun): %{_bindir}/texhash
3471Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3472Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3473Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3474
3475%description format-pdfplatex
3476PDF PLaTeX format.
3477
3478%description format-pdfplatex -l pl.UTF-8
3479Format PDF PLaTeX.
3480
3481# # TeX generic macros #
3482
3483%package tex-babel
3484Summary: Multilingual support for TeX
3485Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3486Group: Applications/Publishing/TeX
3487Requires(post,postun): %{_bindir}/texhash
3488Requires: %{name} = %{epoch}:%{version}-%{release}
3489
3490%description tex-babel
3491Multilingual support for TeX.
3492
3493%description tex-babel -l pl.UTF-8
3494Obsługa wielu języków dla TeXa.
3495
3496%package tex-german
3497Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3498Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3499Group: Applications/Publishing/TeX
3500Requires(post,postun): %{_bindir}/texhash
3501Requires: %{name} = %{epoch}:%{version}-%{release}
3502
3503%description tex-german
3504Supports the new German orthography (neue deutsche Rechtschreibung).
3505
3506%description tex-german -l pl.UTF-8
3507Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3508
3509%package tex-mfpic
3510Summary: Macros which generate Metafont or Metapost for drawing pictures
3511Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3512Group: Applications/Publishing/TeX
3513Requires(post,postun): %{_bindir}/texhash
3514Requires: %{name} = %{epoch}:%{version}-%{release}
3515
3516%description tex-mfpic
3517Macros which generate Metafont or Metapost for drawing pictures.
3518
3519%description tex-mfpic -l pl.UTF-8
3520Makra generujące Metafont lub Metapost do rysowania obrazków.
3521
3522%package tex-misc
3523Summary: Miscellaneous TeX macros
3524Summary(pl.UTF-8): Różne makra TeXowe
3525Group: Applications/Publishing/TeX
3526Requires(post,postun): %{_bindir}/texhash
3527Requires: %{name} = %{epoch}:%{version}-%{release}
3528Obsoletes: tetex-tex-eijkhout
3529
3530%description tex-misc
3531Miscellaneous TeX macros.
3532
3533%description tex-misc -l pl.UTF-8
3534Różne makra TeXowe.
3535
3536%package tex-pictex
3537Summary: Picture drawing macros for TeX and LaTeX
3538Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3539Group: Applications/Publishing/TeX
3540Requires(post,postun): %{_bindir}/texhash
3541Requires: %{name} = %{epoch}:%{version}-%{release}
3542
3543%description tex-pictex
3544Picture drawing macros for TeX and LaTeX.
3545
3546%description tex-pictex -l pl.UTF-8
3547Makra do rysowania obrazków dla TeXa i LaTeXa.
3548
3549%package tex-pstricks
3550Summary: PostScript macros for TeX
3551Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3552Group: Applications/Publishing/TeX
3553Requires(post,postun): %{_bindir}/texhash
188cb15d 3554Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
3555
3556%description tex-pstricks
3557An extensive collection of PostScript macros that is compatible with
3558most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3559AMS-LaTeX. Included are macros for color, graphics, pie charts,
3560rotation, trees and overlays. It has many special features, including:
3561a wide variety of graphics (picture drawing) macros, with a flexible
3562interface and with color support. There are macros for coloring or
3563shading the cells of tables.
3564
3565%description tex-pstricks -l pl.UTF-8
3566Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3567makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3568makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3569nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3570rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3571makra do kolorowania lub cieniowania komórek tabel.
3572
3573%package tex-qpx
3574Summary: QuasiPalatino and PX fonts typesetting support
3575Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3576Group: Applications/Publishing/TeX
3577Requires(post,postun): %{_bindir}/texhash
3578Requires: %{name} = %{epoch}:%{version}-%{release}
3579Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3580
3581%description tex-qpx
3582QuasiPalatino and PX fonts typesetting support.
3583
3584%description tex-qpx -l pl.UTF-8
3585Wsparcie dla składu fontami QuasiPalatino i PX.
3586
31bd2c4a 3587%package tex-qpxqtx
d08789e0
ZU
3588Summary: QuasiTimes and TX fonts typesetting support
3589Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3590Group: Applications/Publishing/TeX
3591Requires(post,postun): %{_bindir}/texhash
3592Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3593Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3594
31bd2c4a 3595%description tex-qpxqtx
d08789e0
ZU
3596QuasiTimes and TX fonts typesetting support.
3597
31bd2c4a 3598%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3599Wsparcie dla składu fontami QuasiTimes i TX.
3600
3601%package tex-ruhyphen
3602Summary: Russian hyphenation
3603Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3604Group: Applications/Publishing/TeX
3605Requires(post,postun): %{_bindir}/texhash
3606Requires: %{name} = %{epoch}:%{version}-%{release}
3607
3608%description tex-ruhyphen
3609A collection of Russian hyphenation patterns supporting a number of
3610Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3611LCY, LWN (OT2), and koi8-r.
3612
3613%description tex-ruhyphen -l pl.UTF-8
3614Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3615kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3616Cyrillic), LCY, LWN (OT2) i koi8-r.
3617
3618%package tex-spanish
3619Summary: Various TeX related files for typesetting documents written in Spanish
3620Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3621Group: Applications/Publishing/TeX
3622Requires(post,postun): %{_bindir}/texhash
3623Requires: %{name} = %{epoch}:%{version}-%{release}
3624Obsoletes: tetex-tex-spanishb
3625
3626%description tex-spanish
3627Various TeX related files for typesetting documents written in
3628Spanish, including hyphenation and dictionaries.
3629
3630%description tex-spanish -l pl.UTF-8
3631Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3632hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3633
3634%package tex-texdraw
3635Summary: Graphical macros, using embedded PostScript
3636Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3637Group: Applications/Publishing/TeX
3638Requires(post,postun): %{_bindir}/texhash
3639Requires: %{name} = %{epoch}:%{version}-%{release}
3640
3641%description tex-texdraw
3642Graphical macros, using embedded PostScript.
3643
3644%description tex-texdraw -l pl.UTF-8
3645Makra graficzne używające osadzanego PostScriptu.
3646
3647%package tex-thumbpdf
3648Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3649Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3650Group: Applications/Publishing/TeX
3651Requires(post,postun): %{_bindir}/texhash
3652Requires: %{name} = %{epoch}:%{version}-%{release}
3653
3654%description tex-thumbpdf
3655Provides support, using Perl, for thumbnails in pdfTeX and
3656dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3657represented in a TeX readable file that is read by the package
3658thumbpdf.sty to automatically include the thumbnails. Works with both
3659plain TeX and LaTeX.
3660
3661%description tex-thumbpdf -l pl.UTF-8
3662Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3663użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3664TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3665ikonki. Działa z formatami plain TeX i LaTeX.
3666
3667%package tex-ukrhyph
3668Summary: Ukranian hyphenation
3669Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3670Group: Applications/Publishing/TeX
3671Requires(post,postun): %{_bindir}/texhash
3672Requires: %{name} = %{epoch}:%{version}-%{release}
3673
3674%description tex-ukrhyph
3675This package allows the use of different hyphenation patterns for the
3676Ukrainian language for various Cyrillic font encodings. Contains
3677packages implementing traditional rules, modern rules, and combined
3678English-Ukrainian hyphenation.
3679
3680%description tex-ukrhyph -l pl.UTF-8
3681Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3682dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3683Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3684łączonych angielsko-ukraińskich.
3685
e67df411
ZU
3686%package latex-variations
3687Summary: Typeset tables of variations of functions
3688Group: Applications/Publishing/TeX
3689Requires(post,postun): %{_bindir}/texhash
3690Requires: %{name} = %{epoch}:%{version}-%{release}
3691
3692%description latex-variations
3693Typeset tables of variations of functions.
3694
d08789e0
ZU
3695%package latex-vietnam
3696Summary: Vietnamese language support
3697Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
3698Group: Applications/Publishing/TeX
3699Requires(post,postun): %{_bindir}/texhash
3700Requires: %{name} = %{epoch}:%{version}-%{release}
3701Obsoletes: tetex-tex-vietnam
3702
3703%description latex-vietnam
3704Vietnamese language support.
3705
3706%description latex-vietnam -l pl.UTF-8
3707Wsparcie dla języka wietnamskiego.
3708
3709%package tex-xypic
3710Summary: Package for typesetting a variety of graphs and diagrams with TeX
3711Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
3712Group: Applications/Publishing/TeX
3713Requires(post,postun): %{_bindir}/texhash
3714Requires: %{name} = %{epoch}:%{version}-%{release}
3715Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3716
3717%description tex-xypic
3718A package for typesetting a variety of graphs and diagrams with TeX.
3719Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3720and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3721`supported package'.
3722
3723%description tex-xypic -l pl.UTF-8
3724Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3725z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3726w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3727
3728%package tex-xkeyval
3729Summary: Extension to keyval package
3730Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
3731Group: Applications/Publishing/TeX
3732Requires(post,postun): /usr/bin/texhash
3733Requires: %{name} = %{epoch}:%{version}-%{release}
3734
3735%description tex-xkeyval
3736Extension to keyval package.
3737
3738%description tex-xkeyval -l pl.UTF-8
3739Rozszerzenie do pakietu keyval.
3740
3741%package dirs-fonts
3742Summary: TeX font directories
3743Summary(pl.UTF-8): Katalogi fontów TeXa
3744Group: Fonts
5ff30b02 3745Obsoletes: tetex-dirs-fonts
d08789e0
ZU
3746
3747%description dirs-fonts
3748TeX font directories.
3749
3750%description dirs-fonts -l pl.UTF-8
3751Katalogi fontów TeXa.
3752
3753# # Fonts packages #
3754
3755%package fonts-adobe
3756Summary: Adobe fonts
3757Summary(pl.UTF-8): Fonty Adobe
3758Group: Fonts
78d53d8c 3759Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3760
3761%description fonts-adobe
3762Adobe fonts.
3763
3764%description fonts-adobe -l pl.UTF-8
3765Fonty Adobe.
3766
3767%package fonts-ae
3768Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
3769Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3770Group: Fonts
78d53d8c 3771Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3772
3773%description fonts-ae
3774Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3775
3776%description fonts-ae -l pl.UTF-8
3777Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3778
3779%package fonts-ams
3780Summary: AMS fonts
3781Summary(pl.UTF-8): Fonty AMS
3782Group: Fonts
78d53d8c 3783Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3784
3785%description fonts-ams
3786AMS fonts.
3787
3788%description fonts-ams -l pl.UTF-8
3789Fonty AMS.
3790
3791%package fonts-antp
3792Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3793Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3794Group: Fonts
78d53d8c 3795Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3796
3797%description fonts-antp
3798Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3799
3800%description fonts-antp -l pl.UTF-8
3801Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3802Type 1.
3803
3804%package fonts-antt
3805Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
3806Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3807Group: Fonts
78d53d8c 3808Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3809
3810%description fonts-antt
3811Antykwa Torunska, a Type 1 family of a Polish traditional type.
3812
3813%description fonts-antt -l pl.UTF-8
3814Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3815
5bc70a92
MB
3816%package fonts-arphic
3817Summary: Arphic fonts
3818Group: Fonts
3819Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3820
3821%description fonts-arphic
3822Arphic fonts.
3823
d08789e0
ZU
3824%package fonts-bbm
3825Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
3826Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3827Group: Fonts
78d53d8c 3828Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3829
3830%description fonts-bbm
3831Blackboard variant fonts for Computer Modern, with LaTeX support.
3832
3833%description fonts-bbm -l pl.UTF-8
3834Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3835
3836%package fonts-bbold
3837Summary: Sans serif blackboard bold for LaTeX
3838Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
3839Group: Fonts
78d53d8c 3840Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3841
3842%description fonts-bbold
3843Sans serif blackboard bold for LaTeX.
3844
3845%description fonts-bbold -l pl.UTF-8
3846Tablicowy tłusty font sans serif dla LaTeXa.
3847
b280f158
ZU
3848%package fonts-bh
3849Summary: Bold & Heavy Fonts
3850Summary(pl.UTF-8): Fonty Bold i Heavy
3851Group: Fonts
78d53d8c 3852Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 3853
b280f158
ZU
3854%description fonts-bh
3855Bold & Heavy Fonts.
d08789e0 3856
b280f158
ZU
3857%description fonts-bh -l pl.UTF-8
3858Fonty Bold i Heavy.
d08789e0
ZU
3859
3860%package fonts-bitstream
3861Summary: Bitstream fonts
3862Summary(pl.UTF-8): Fonty Bitstream
3863Group: Fonts
78d53d8c 3864Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3865Obsoletes: tetex-fonts-bitstrea
3866
3867%description fonts-bitstream
3868Bitstream fonts.
3869
3870%description fonts-bitstream -l pl.UTF-8
3871Fonty Bitstream.
3872
3873%package fonts-cbgreek
3874Summary: Complete set of Greek fonts
3875Summary(pl.UTF-8): Pełny zestaw fontów greckich
3876Group: Fonts
78d53d8c 3877Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3878
3879%description fonts-cbgreek
3880Complete set of Greek fonts.
3881
3882%description fonts-cbgreek -l pl.UTF-8
3883Pełny zestaw fontów greckich.
3884
3885%package fonts-cc-pl
3886Summary: Polish version of Computer Concrete fonts
3887Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
3888Group: Fonts
78d53d8c 3889Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3890
3891%description fonts-cc-pl
3892Polish version of Computer Concrete fonts.
3893
3894%description fonts-cc-pl -l pl.UTF-8
3895Polska wersja fontów Computer Concrete.
3896
3897%package fonts-cg
3898Summary: Compugraphic fonts
3899Summary(pl.UTF-8): Fonty Compugraphic
3900Group: Fonts
78d53d8c 3901Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3902
3903%description fonts-cg
3904Compugraphic fonts.
3905
3906%description fonts-cg -l pl.UTF-8
3907Fonty Compugraphic.
3908
3909%package fonts-cm
3910Summary: Computer Modern fonts
3911Summary(pl.UTF-8): Fonty Computer Modern
3912Group: Fonts
78d53d8c 3913Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3914
3915%description fonts-cm
3916Computer Modern fonts.
3917
3918%description fonts-cm -l pl.UTF-8
3919Fonty Computer Modern.
3920
3921%package fonts-cmbright
3922Summary: CM Bright fonts
3923Summary(pl.UTF-8): Fonty CM Bright
3924Group: Fonts
78d53d8c 3925Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3926
3927%description fonts-cmbright
3928CM Bright fonts.
3929
3930%description fonts-cmbright -l pl.UTF-8
3931Fonty CM Bright.
3932
5d7e11d7
ZU
3933%package fonts-cmsuper
3934Summary: CM Super fonts
3935Summary(hu.UTF-8): CM Super betűtípus
3936Group: Fonts
3937Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3938
830ca960 3939%description fonts-cmsuper
5d7e11d7
ZU
3940CM Super fonts.
3941
830ca960 3942%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
3943CM Super betűtípus
3944
3945
d08789e0
ZU
3946%package fonts-cmcyr
3947Summary: Computer Modern fonts extended with Russian letters
3948Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
3949Group: Fonts
78d53d8c 3950Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3951
3952%description fonts-cmcyr
3953Computer Modern fonts extended with Russian letters.
3954
3955%description fonts-cmcyr -l pl.UTF-8
3956Fonty Computer Modern rozszerzone o litery rosyjskie.
3957
3958%package fonts-cmextra
3959Summary: Extra Computer Modern fonts, from the American Mathematical Society
3960Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
3961Group: Fonts
78d53d8c 3962Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3963
3964%description fonts-cmextra
3965Extra Computer Modern fonts, from the American Mathematical Society.
3966
3967%description fonts-cmextra -l pl.UTF-8
3968Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3969
3970%package fonts-concmath
3971Summary: Concrete Math fonts
3972Summary(pl.UTF-8): Fonty matematyczne Concrete Math
3973Group: Fonts
78d53d8c 3974Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3975
3976%description fonts-concmath
3977Concrete Math fonts.
3978
3979%description fonts-concmath -l pl.UTF-8
3980Fonty matematyczne Concrete Math.
3981
3982%package fonts-concrete
3983Summary: Concrete Roman fonts
3984Summary(pl.UTF-8): Fonty Concrete Roman
3985Group: Fonts
78d53d8c 3986Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3987
3988%description fonts-concrete
3989Concrete Roman fonts, designed by Donald E. Knuth, originally for use
3990with Euler math fonts.
3991
3992%description fonts-concrete -l pl.UTF-8
3993Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
3994przeznaczone do używania z fontami matematycznymi Euler.
3995
3996%package fonts-cs
3997Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
3998Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3999Group: Fonts
78d53d8c 4000Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4001
4002%description fonts-cs
4003Czech/Slovak-tuned MetaFont Computer Modern fonts.
4004
4005%description fonts-cs -l pl.UTF-8
4006Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4007czeskiego i słowackiego.
4008
4a09ae1a
ZU
4009%package fonts-dstroke
4010Summary: Doublestroke font for typesetting the mathematical symbols
4011Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4012Group: Fonts
78d53d8c 4013Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4014
4015%description fonts-dstroke
4016Doublestroke font for typesetting the mathematical symbols.
4017
4018%description fonts-dstroke -l pl.UTF-8
4019Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4020
4021%package fonts-ecc
4022Summary: Sources for the European Concrete fonts
4023Summary(pl.UTF-8): Źródła dla fontów European Concrete
4024Group: Fonts
78d53d8c 4025Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4026
4027%description fonts-ecc
4028The MetaFont sources and tfm files of the European Concrete Fonts.
4029This is the EC implementation of Knuth's Concrete fonts, including
4030also the corresponding text companion fonts.
4031
4032%description fonts-ecc -l pl.UTF-8
4033Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4034implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4035tekstowymi fontami towarzyszącymi.
4036
4037%package fonts-eurosym
4038Summary: The new European currency symbol for the Euro
4039Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4040Group: Fonts
78d53d8c 4041Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4042
4043%description fonts-eurosym
4044The new European currency symbol for the Euro implemented in Metafont,
4045using the official European Commission dimensions, and providing
4046several shapes (normal, slanted, bold, outline).
4047
4048%description fonts-eurosym -l pl.UTF-8
4049Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4050z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4051różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4052
4053%package fonts-eulervm
4054Summary: The Virtual Euler Math fonts
4055Summary(pl.UTF-8): Fonty Virtual Euler Math
4056Group: Fonts
78d53d8c 4057Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4058
4059%description fonts-eulervm
4060Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4061approach has several advantages over immediately using the _real_
4062Euler fonts: Most noticeably, less TeX resources are consumed, the
4063quality of various math symbols is improved, and a usable \hslash
4064symbol can be provided.
4065
4066%description fonts-eulervm -l pl.UTF-8
4067Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4068fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4069używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4070jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4071matematycznych i może być dostępny używalny symbol \hslash.
4072
4073%package fonts-euxm
4074Summary: Fonts similar to EUSM but with two more characters
4075Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4076Group: Fonts
78d53d8c 4077Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4078
4079%description fonts-euxm
4080Fonts like EUSM but with two more characters needed for Concrete Math
4081included in TeXLive distribution in fonts3.
4082
4083%description fonts-euxm -l pl.UTF-8
4084Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4085dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4086
4087%package fonts-gothic
4088Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4089Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4090Group: Fonts
78d53d8c 4091Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4092
4093%description fonts-gothic
4094Gothic and ornamental initial fonts by Yannis Haralambous.
4095
4096%description fonts-gothic -l pl.UTF-8
4097Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4098
4099%package fonts-hoekwater
4100Summary: Converted mflogo font
4101Summary(pl.UTF-8): Przekonwertowany font mflogo
4102Group: Fonts
78d53d8c 4103Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4104
4105%description fonts-hoekwater
4106Fonts originally created in MetaFont, transformed to PostScript by
4107Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4108xipa.
4109
4110%description fonts-hoekwater -l pl.UTF-8
4111Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4112PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4113stmaryrd, wasy, wasy2, xipa.
4114
4115%package fonts-jknappen
4116Summary: Miscellaneous packages by Joerg Knappen
4117Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4118Group: Fonts
78d53d8c 4119Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4120
4121%description fonts-jknappen
4122Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4123Knappen, including sgmlcmpt.
4124
4125%description fonts-jknappen -l pl.UTF-8
4126Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4127Knappena. Zawiera sgmlcmpt.
4128
4129%package fonts-latex
4130Summary: Basic LaTeX fonts
4131Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4132Group: Fonts
78d53d8c 4133Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4134
4135%description fonts-latex
4136Basic LaTeX fonts.
4137
4138%description fonts-latex -l pl.UTF-8
4139Podstawowe fonty dla LaTeXa.
4140
4141%package fonts-lh
4142Summary: Olga Lapko's LH fonts
4143Summary(pl.UTF-8): Fonty LH Olgi Lapko
4144Group: Fonts
78d53d8c 4145Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4146
4147%description fonts-lh
4148The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4149
4150%description fonts-lh -l pl.UTF-8
4151Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4152
4153%package fonts-lm
4154Summary: Latin Modern family fonts
4155Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4156Group: Applications/Publishing/TeX
78d53d8c 4157Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4158
4159%description fonts-lm
4160Latin Modern family of fonts, based on the Computer Modern fonts
4161released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4162lot of additional characters, mainly accented ones, but not only.
4163There is a one set of PostScript fonts and four sets of TeX Font
4164Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4165encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4166Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4167potential user knows what to do with all these files. The author is
4168Boguslaw Jackowski.
4169
4170%description fonts-lm -l pl.UTF-8
4171Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4172przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4173Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4174Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4175Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4176QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4177(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4178(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4179tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4180
4181%package fonts-marvosym
4182Summary: Martin Vogel's Symbol (marvosym) font
4183Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4184Group: Fonts
78d53d8c 4185Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4186
4187%description fonts-marvosym
4188Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4189currency symbol as defined by the European commission; Euro currency
4190symbols in typefaces Times, Helvetica and Courier; Symbols for
4191structural engineering; Symbols for steel cross-sections; Astronomy
4192signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4193symbols; CE sign and others.
4194
4195%description fonts-marvosym -l pl.UTF-8
4196Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4197waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4198dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4199strukturalnej; symbole dla przekroi poprzecznych; symbole
4200astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4201krawieckie; znak CE i inne.
4202
4203%package fonts-mflogo
4204Summary: Logo fonts
4205Summary(pl.UTF-8): Fonty logo
4206Group: Fonts
78d53d8c 4207Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4208
4209%description fonts-mflogo
4210Logo fonts.
4211
4212%description fonts-mflogo -l pl.UTF-8
4213Fonty logo.
4214
4215%package fonts-misc
4216Summary: Miscellaneous fonts
4217Summary(pl.UTF-8): Różne fonty
4218Group: Fonts
78d53d8c 4219Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4220
4221%description fonts-misc
4222Miscellaneous fonts.
4223
4224%description fonts-misc -l pl.UTF-8
4225Fonty różne.
4226
4227%package fonts-monotype
4228Summary: Monotype fonts
4229Summary(pl.UTF-8): Fonty Monotype
4230Group: Fonts
78d53d8c 4231Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4232
4233%description fonts-monotype
4234Monotype fonts.
4235
4236%description fonts-monotype -l pl.UTF-8
4237Fonty Monotype.
4238
4239%package fonts-omega
4240Summary: Fonts for Omega - extended unicode TeX
4241Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4242Group: Fonts
78d53d8c 4243Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4244
4245%description fonts-omega
4246Fonts for Omega - extended unicode TeX.
4247
4248%description fonts-omega -l pl.UTF-8
4249Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4250
f1ba8563
ZU
4251
4252%package fonts-other
4253Summary: Other fonts
4254Summary(hu.UTF-8): További betűtípusok
4255Group: Fonts
4256Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4257
4258%description fonts-other
4259Other fonts.
4260
4261%description fonts-omega -l hu.UTF-8
4262További betűtípusok.
4263
d08789e0
ZU
4264%package fonts-pazo
4265Summary: Pazo fonts
4266Summary(pl.UTF-8): Fonty Pazo
4267Group: Fonts
78d53d8c 4268Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4269
4270%description fonts-pazo
4271Pazo fonts.
4272
4273%description fonts-pazo -l pl.UTF-8
4274Fonty Pazo.
4275
4276%package fonts-pl
4277Summary: Polish fonts
4278Summary(pl.UTF-8): Polskie fonty
4279Group: Fonts
78d53d8c 4280Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4281
4282%description fonts-pl
4283Polish fonts.
4284
4285%description fonts-pl -l pl.UTF-8
4286Polskie fonty.
4287
4288%package fonts-px
4289Summary: PX fonts
4290Summary(pl.UTF-8): Fonty PX
4291Group: Fonts
78d53d8c 4292Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4293
4294%description fonts-px
4295PX fonts.
4296
4297%description fonts-px -l pl.UTF-8
4298Fonty PX.
4299
4300%package fonts-qfonts
4301Summary: Quasi fonts
4302Summary(pl.UTF-8): Fonty Quasi
4303Group: Fonts
78d53d8c 4304Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4305
4306%description fonts-qfonts
4307Quasi fonts.
4308
4309%description fonts-qfonts -l pl.UTF-8
4310Fonty Quasi.
4311
4312%package fonts-qpx
4313Summary: Additional fonts for QPX package
4314Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4315Group: Fonts
78d53d8c 4316Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4317Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4318Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4319
4320%description fonts-qpx
4321Additional fonts for QPX package.
4322
4323%description fonts-qpx -l pl.UTF-8
4324Dodatkowe fonty dla pakietu QPX.
4325
31bd2c4a 4326%package fonts-qpxqtx
d08789e0
ZU
4327Summary: Additional fonts for QTX package
4328Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4329Group: Fonts
78d53d8c 4330Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4331# I hope qpxqtx doesn't need qfonts
4332# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4333Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4334
31bd2c4a 4335%description fonts-qpxqtx
d08789e0
ZU
4336Additional fonts for QTX package.
4337
31bd2c4a 4338%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4339Dodatkowe fonty dla pakietu QTX.
4340
4341%package fonts-rsfs
4342Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4343Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4344Group: Fonts
78d53d8c 4345Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4346
4347%description fonts-rsfs
4348Fonts of uppercase script letters for use as symbols in scientific and
4349mathematical typesetting, in contrast to the informal script fonts
4350such as that used for the `calligraphic' symbols in the TeX math
4351symbol font.
4352
4353%description fonts-rsfs -l pl.UTF-8
4354Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4355dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4356fontów pisanych takich jak używane do symboli "kaligraficznych" w
4357matematycznym foncie TeXowym symbol.
4358
4359%package fonts-stmaryrd
4360Summary: St Mary Road symbols for functional programming
4361Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4362Group: Fonts
78d53d8c 4363Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4364
4365%description fonts-stmaryrd
4366St Mary Road symbols for functional programming.
4367
4368%description fonts-stmaryrd -l pl.UTF-8
4369Symbole St Mary Road do programowania funkcyjnego.
4370
4371%package fonts-tx
4372Summary: TX fonts
4373Summary(pl.UTF-8): Fonty TX
4374Group: Fonts
78d53d8c 4375Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4376
4377%description fonts-tx
4378TX fonts.
4379
4380%description fonts-tx -l pl.UTF-8
4381Fonty TX.
4382
5bc70a92
MB
4383%package fonts-uhc
4384Summary: UHC fonts
4385Group: Fonts
4386Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4387
4388%description fonts-uhc
4389UHC fonts.
4390
d08789e0
ZU
4391%package fonts-urw
4392Summary: URW fonts
4393Summary(pl.UTF-8): Fonty URW
4394Group: Fonts
78d53d8c 4395Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4396
4397%description fonts-urw
4398URW fonts.
4399
4400%description fonts-urw -l pl.UTF-8
4401Fonty URW.
4402
4403%package fonts-urwvn
4404Summary: URWVN fonts
4405Summary(pl.UTF-8): Fonty URWVN
4406Group: Fonts
78d53d8c 4407Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4408
4409%description fonts-urwvn
4410URWVN fonts.
4411
4412%description fonts-urwvn -l pl.UTF-8
4413Fonty URWVN.
4414
4415%package fonts-vnr
4416Summary: VNR fonts
4417Summary(pl.UTF-8): Fonty VNR
4418Group: Fonts
78d53d8c 4419Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4420
4421%description fonts-vnr
4422VNR fonts.
4423
4424%description fonts-vnr -l pl.UTF-8
4425Fonty VNR.
4426
e67df411
ZU
4427%package fonts-urw35vf
4428Summary: urw35vf fonts
4429Summary(hu.UTF-8): urw35vf betűtípus
4430Summary(pl.UTF-8): Fonty urw35vf
4431Group: Fonts
4432Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4433
4434%description fonts-urw35vf
4435urw35vf fonts.
4436
4437%description fonts-urw35vf -l hu.UTF-8
4438urw35vf betűtípus.
4439
5bc70a92
MB
4440%package fonts-wadalab
4441Summary: Wadalab fonts
4442Group: Fonts
4443Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4444
4445%description fonts-wadalab
4446Wadalab fonts.
4447
d08789e0
ZU
4448%package fonts-wasy
4449Summary: Waldis symbol fonts
4450Summary(pl.UTF-8): Fonty Waldis symbol
4451Group: Fonts
78d53d8c 4452Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4453
4454%description fonts-wasy
4455Waldis symbol fonts.
4456
4457%description fonts-wasy -l pl.UTF-8
4458Fonty Waldis symbol.
4459
4460%package fonts-xypic
4461Summary: Xy-pic fonts
4462Summary(pl.UTF-8): Fonty Xy-pic
4463Group: Fonts
78d53d8c 4464Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4465
4466%description fonts-xypic
4467Xy-pic fonts.
4468
4469%description fonts-xypic -l pl.UTF-8
4470Fonty Xy-pic.
4471
4472%package fonts-yandy
4473Summary: European Modern fonts from Y&Y
4474Summary(pl.UTF-8): Fonty European Modern od Y&Y
4475Group: Fonts
78d53d8c 4476Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4477
4478%description fonts-yandy
4479European Modern fonts from Y&Y.
4480
4481%description fonts-yandy -l pl.UTF-8
4482Fonty European Modern od Y&Y.
4483
4484%package fonts-type1-antp
4485Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4486Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4487Group: Fonts
78d53d8c 4488Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4489
4490%description fonts-type1-antp
4491Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4492
4493%description fonts-type1-antp -l pl.UTF-8
4494Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4495Type 1.
4496
4497%package fonts-type1-antt
4498Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4499Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4500Group: Fonts
78d53d8c 4501Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4502
4503%description fonts-type1-antt
4504Antykwa Torunska, a Type 1 family of a Polish traditional type.
4505
4506%description fonts-type1-antt -l pl.UTF-8
4507Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4508
5bc70a92
MB
4509%package fonts-type1-arphic
4510Summary: Type1 Arphic fonts
4511Group: Fonts
4512Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4513
4514%description fonts-type1-arphic
4515Type1 Arphic fonts.
4516
d08789e0
ZU
4517%package fonts-type1-belleek
4518Summary: Free replacement for basic MathTime fonts
4519Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4520Group: Fonts
78d53d8c 4521Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4522
4523%description fonts-type1-belleek
4524Free replacement for basic MathTime fonts.
4525
4526%description fonts-type1-belleek -l pl.UTF-8
4527Wolnodostępny zamiennik podstawowych fontów MathTime.
4528
4529%package fonts-type1-bitstream
4530Summary: Bitstream fonts
4531Summary(pl.UTF-8): Fonty Bitstream
4532Group: Fonts
78d53d8c 4533Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4534Obsoletes: tetex-fonts-type1-bitstrea
4535
4536%description fonts-type1-bitstream
4537Bitstream fonts.
4538
4539%description fonts-type1-bitstream -l pl.UTF-8
4540Fonty Bitstream.
4541
4542%package fonts-type1-bluesky
4543Summary: Computer Modern family fonts
4544Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4545Group: Fonts
78d53d8c 4546Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4547
4548%description fonts-type1-bluesky
4549Computer Modern family fonts.
4550
4551%description fonts-type1-bluesky -l pl.UTF-8
4552Fonty z rodzony Computer Modern.
4553
4554%package fonts-type1-cc-pl
4555Summary: Polish version of Computer Concrete fonts
4556Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4557Group: Fonts
78d53d8c 4558Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4559
4560%description fonts-type1-cc-pl
4561Polish version of Computer Concrete fonts.
4562
4563%description fonts-type1-cc-pl -l pl.UTF-8
4564Polska wersja fontów Computer Concrete.
4565
4566%package fonts-type1-cmcyr
4567Summary: Computer Modern fonts extended with Russian letters
4568Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4569Group: Fonts
78d53d8c 4570Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4571
4572%description fonts-type1-cmcyr
4573Computer Modern fonts extended with Russian letters.
4574
4575%description fonts-type1-cmcyr -l pl.UTF-8
4576Fonty Computer Modern rozszerzone o litery rosyjskie.
4577
4578%package fonts-type1-cs
4579Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4580Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4581Group: Fonts
78d53d8c 4582Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4583
4584%description fonts-type1-cs
4585Czech/Slovak-tuned MetaFont Computer Modern fonts.
4586
4587%description fonts-type1-cs -l pl.UTF-8
4588Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4589czeskiego i słowackiego.
4590
b280f158
ZU
4591%package fonts-type1-dstroke
4592Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4593Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4594Group: Fonts
78d53d8c 4595Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4596
4597%description fonts-type1-dstroke
4598Doublestroke Type1 font for typesetting the mathematical symbols.
4599
4600%description fonts-type1-dstroke -l pl.UTF-8
4601Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4602
4603%package fonts-type1-eurosym
4604Summary: The new European currency symbol for the Euro
4605Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4606Group: Fonts
78d53d8c 4607Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4608
4609%description fonts-type1-eurosym
4610The new European currency symbol for the Euro implemented in Metafont,
4611using the official European Commission dimensions, and providing
4612several shapes (normal, slanted, bold, outline).
4613
4614%description fonts-type1-eurosym -l pl.UTF-8
4615Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4616z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4617różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4618
4619%package fonts-type1-hoekwater
4620Summary: Converted mflogo font
4621Summary(pl.UTF-8): Przekonwertowany font mflogo
4622Group: Fonts
78d53d8c 4623Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4624
4625%description fonts-type1-hoekwater
4626Fonts originally created in MetaFont, transformed to PostScript by
4627Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4628xipa.
4629
4630%description fonts-type1-hoekwater -l pl.UTF-8
4631Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4632PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4633stmaryrd, wasy, wasy2, xipa.
4634
4635%package fonts-type1-fpl
4636Summary: SC/OsF fonts for URW Palladio L
4637Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4638Group: Fonts
78d53d8c 4639Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4640
4641%description fonts-type1-fpl
4642The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4643are compatible with respect to metrics with the Palatino SC/OsF fonts
4644from Adobe. Note that it is not the author's aim to exactly reproduce
4645the outlines of the original Adobe fonts. The SC and OsF in the FPL
4646Fonts were designed with the glyphs from URW Palladio L as starting
4647point. For some glyphs (eg 'o') the author got the best result by
4648scaling and boldening. For others (eg 'h') shifting selected portions
4649of the character gave more satisfying results. All this was done using
4650the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4651data in these fonts comes from Walter Schmidt's improved Palatino
4652metrics.
4653
4654%description fonts-type1-fpl -l pl.UTF-8
4655Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4656kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4657Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4658kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4659projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4660(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4661pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4662dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4663wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4664Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4665Palatino Waltera Schmidta.
4666
b280f158
ZU
4667%package fonts-type1-tt2001
4668Summary: Type1 tt2001 family fonts
4669Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4670Group: Applications/Publishing/TeX
78d53d8c 4671Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4672
4673%description fonts-type1-tt2001
4674Type1 tt2001 famliy fonts.
4675
4676%description fonts-type1-tt2001 -l pl.UTF-8
4677Fonty Type1 z rodziny tt2001.
d08789e0
ZU
4678
4679%package fonts-type1-lm
4680Summary: Type1 Latin Modern family fonts
4681Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
4682Group: Applications/Publishing/TeX
78d53d8c 4683Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4684
4685%description fonts-type1-lm
4686Latin Modern family of fonts, based on the Computer Modern fonts
4687released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4688lot of additional characters, mainly accented ones, but not only.
4689There is a one set of PostScript fonts and four sets of TeX Font
4690Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4691encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4692Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4693potential user knows what to do with all these files. The author is
4694Boguslaw Jackowski.
4695
4696%description fonts-type1-lm -l pl.UTF-8
4697Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4698przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4699Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4700Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4701Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4702QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4703(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4704(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4705tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4706
4707%package fonts-type1-marvosym
4708Summary: Martin Vogel's Symbol (marvosym) font
4709Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4710Group: Fonts
78d53d8c 4711Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4712
4713%description fonts-type1-marvosym
4714Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4715currency symbol as defined by the European commission; Euro currency
4716symbols in typefaces Times, Helvetica and Courier; Symbols for
4717structural engineering; Symbols for steel cross-sections; Astronomy
4718signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4719symbols; CE sign and others.
4720
4721%description fonts-type1-marvosym -l pl.UTF-8
4722Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4723waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4724dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4725strukturalnej; symbole dla przekroi poprzecznych; symbole
4726astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4727krawieckie; znak CE i inne.
4728
4729%package fonts-type1-mathpazo
4730Summary: Pazo Math fonts
4731Summary(pl.UTF-8): Fonty matematyczne Pazo Math
4732Group: Fonts
78d53d8c 4733Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4734
4735%description fonts-type1-mathpazo
4736Pazo Math fonts.
4737
4738%description fonts-type1-mathpazo -l pl.UTF-8
4739Fonty matematyczne Pazo Math.
4740
4741%package fonts-type1-omega
4742Summary: Type1 fonts for Omega - extended unicode TeX
4743Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4744Group: Fonts
78d53d8c 4745Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4746
4747%description fonts-type1-omega
4748Type1 fonts for Omega - extended unicode TeX.
4749
4750%description fonts-type1-omega -l pl.UTF-8
4751Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4752
4753%package fonts-type1-pl
4754Summary: Polish fonts
4755Summary(pl.UTF-8): Polskie fonty
4756Group: Fonts
78d53d8c 4757Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4758Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4759
4760%description fonts-type1-pl
4761Polish fonts.
4762
4763%description fonts-type1-pl -l pl.UTF-8
4764Polskie fonty.
4765
4766%package fonts-type1-px
4767Summary: PX fonts
4768Summary(pl.UTF-8): Fonty PX
4769Group: Fonts
78d53d8c 4770Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4771
4772%description fonts-type1-px
4773PX fonts.
4774
4775%description fonts-type1-px -l pl.UTF-8
4776Fonty PX.
4777
b280f158
ZU
4778%package fonts-type1-qfonts
4779Summary: Quasi fonts
4780Summary(pl.UTF-8): Fonty Quasi
4781Group: Fonts
78d53d8c 4782Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4783
4784%description fonts-type1-qfonts
4785Quasi fonts.
4786
4787%description fonts-type1-qfonts -l pl.UTF-8
4788Fonty Quasi.
d08789e0
ZU
4789
4790%package fonts-type1-tx
4791Summary: TX fonts
4792Summary(pl.UTF-8): Fonty TX
4793Group: Fonts
78d53d8c 4794Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4795
4796%description fonts-type1-tx
4797TX fonts.
4798
4799%description fonts-type1-tx -l pl.UTF-8
4800Fonty TX.
4801
5bc70a92
MB
4802%package fonts-type1-uhc
4803Summary: Type1 UHC fonts
4804Group: Fonts
4805Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4806
4807%description fonts-type1-uhc
4808Type1 UHC fonts.
4809
d08789e0
ZU
4810%package fonts-type1-urw
4811Summary: URW fonts
4812Summary(pl.UTF-8): Fonty URW
4813Group: Fonts
78d53d8c 4814Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4815
4816%description fonts-type1-urw
4817URW fonts.
4818
4819%description fonts-type1-urw -l pl.UTF-8
4820Fonty URW.
4821
4822%package fonts-type1-vnr
4823Summary: Type1 VNR fonts
4824Summary(pl.UTF-8): Fonty Type1 VNR
4825Group: Fonts
78d53d8c 4826Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4827
4828%description fonts-type1-vnr
4829Type1 VNR fonts.
4830
4831%description fonts-type1-vnr -l pl.UTF-8
4832Fonty Type1 VNR.
4833
5bc70a92
MB
4834%package fonts-type1-wadalab
4835Summary: Type1 Wadalab fonts
4836Group: Fonts
4837Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4838
4839%description fonts-type1-wadalab
4840Type1 Wadalab fonts.
4841
d08789e0
ZU
4842%package fonts-type1-xypic
4843Summary: Xy-pic fonts
4844Summary(pl.UTF-8): Fonty Xy-pic
4845Group: Fonts
78d53d8c 4846Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4847
4848%description fonts-type1-xypic
4849Xy-pic fonts.
4850
4851%description fonts-type1-xypic -l pl.UTF-8
4852Fonty Xy-pic.
4853
489714ae
ZU
4854
4855# TeXLive-specific packages - there wasn't before...
4856%package afm2pl
4857Summary: Convert an Adobe font metric file to a TeX font property list
4858Group: Fonts
4859
4860%description afm2pl
4861Convert an Adobe font metric file to a TeX font property list.
4862
4863
4864%package bbox
4865Summary: bbox prints the bounding box of images
4866Group: Applications/Publishing/TeX
4867
4868%description bbox
4869bbox reads a rawppm or rawpbm file and prints out the bounding box of
4870the image.
4871
4872%package cefutils
4873Summary: In cefutils there are CEF-compatible utils
4874Group: Applications/Publishing/TeX
4875
4876%description cefutils
4877In cefutils there are CEF-compatible (Chinese Encoding Framework)
4878utils.
4879
4880%package detex
4881Summary: A filter to strip TeX commands from a .tex file
4882Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4883Group: Applications/Publishing/TeX
4884
4885%description detex
4886A filter to strip TeX commands from a .tex file.
4887
4888%description detex -l hu.UTF-8
4889Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4890
4891
7ffd1967
ZU
4892%package dviutils
4893Summary: Various DVI utils
4894Summary(hu.UTF-8): Vegyes DVI eszközök
4895Group: Applications/Publishing/TeX
4896
4897%description dviutils
4898This package contains various DVI utils.
4899
4900%description dviutils -l hu.UTF-8
4901Ez a csomag mindenféle DVI eszközt tartalmaz.
4902
4903%package epsutils
4904Summary: Various EPS utils
4905Group: Applications/Publishing/TeX
4906
4907%description epsutils
4908Various EPS (Encapsulated PostScript) utils.
4909
4910
4911%package filters
4912Summary: Various filters
4913Group: Applications/Publishing/TeX
4914
4915%description filters
4916Various filters.
4917
4918
489714ae
ZU
4919%package uncategorized-utils
4920Summary: Uncategorized utils
4921Group: Applications/Publishing/TeX
4922
4923%description uncategorized-utils
4924Uncategorized utilities. Needs check and categorizing.
4925
5b7eba8e
MB
4926%package tex4ht
4927Summary: LaTeX and TeX for hypertext
4928Group: Applications/Publishing/TeX
4929
4930%description tex4ht
4931A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4932providing a configurable (La)TeX-based authoring system for hypertext.
4933When converting to XML, you can use MathML instead of images for
4934equation representation.
4935
4224ae6d
MB
4936%package xetex
4937Summary: Extended TeX / LaTeX version for unicode
4938Group: Applications/Publishing/TeX
4939Requires(post,postun): /usr/bin/texhash
4940Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4941
4942%description xetex
4943XeTeX extends the TeX typesetting system (and macro packages such as
4944LaTeX and ConTeXt) to have native support for the Unicode character
4945set, including complex Asian scripts, and for OpenType and TrueType
4946fonts.
4947
4948%package xmltex
4949Summary: TeX package for processing XML files
4950Group: Applications/Publishing/TeX
4951Requires(post,postun): /usr/bin/texhash
4952
4953%description xmltex
4954XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4955It allows TeX to directly process XML files.
4956
d08789e0
ZU
4957%prep
4958%setup -q -c -T -n %{name}-%{version}-source
4959lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 4960%patch0 -p1
1cc1dae0 4961%patch1 -p1
c48c077b
AM
4962
4963cd libs/teckit
4964cat ax*.m4 > acinclude.m4
4965%{__libtoolize}
4966%{__aclocal}
4967%{__autoconf}
4968%{__automake}
d08789e0
ZU
4969
4970%build
4971find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 4972%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 4973cd texk/kpathsea
83feaf0d
ZU
4974%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4975%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4976%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4977%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4978%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 4979%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 4980cd ../..
d47c034d 4981
a784d38e 4982%configure \
ca4b56d2
AM
4983%if %{with bootstrap}
4984 --without-xindy \
4985 --without-luatex \
4986%endif
d08789e0
ZU
4987 --disable-multiplatform \
4988 --disable-static \
4989 --enable-a4 \
4990 --enable-gf \
4991 --enable-ipc \
4992 --enable-shared \
a784d38e 4993 --with-fontconfig \
d08789e0
ZU
4994 --with-fonts-dir=/var/cache/fonts \
4995 --with-ncurses \
e671f712 4996 --with-system-freetype \
97b079ad 4997 --with-freetype-include=/usr/include/freetype \
a784d38e 4998 --with-system-freetype2 \
97b079ad 4999 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5000 --with-system-gd \
5001 --with-system-ncurses \
5002 --with-system-pnglib \
5003 --with-system-t1lib \
5004 --with-system-zlib \
d08789e0
ZU
5005 --with-xdvi-x-toolkit=xaw \
5006 --without-dialog \
5007 --without-t1utils \
ca4b56d2 5008 --without-texinfo
d08789e0 5009
d08789e0
ZU
5010%{__make}
5011
d08789e0
ZU
5012%install
5013rm -rf $RPM_BUILD_ROOT
5014install -d $RPM_BUILD_ROOT%{_datadir} \
5015 $RPM_BUILD_ROOT%{_desktopdir} \
5016 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5017 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5018 $RPM_BUILD_ROOT/var/cache/fonts \
5019 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5020 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5021 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5022 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5023
f37ff31b
ZU
5024lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5025%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5026%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5027%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
f37ff31b
ZU
5028# This is an empty directory
5029%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5030# Useless binary
5031%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5032
d08789e0
ZU
5033# commented out because of following (non-fatal) error:
5034# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5035#perl -pi \
5036# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5037# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5038# texmf/web2c/texmf.cnf
5039
d08789e0
ZU
5040install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5041
5042LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5043
5044%{__make} install \
5045 prefix=$RPM_BUILD_ROOT%{_prefix} \
5046 bindir=$RPM_BUILD_ROOT%{_bindir} \
5047 mandir=$RPM_BUILD_ROOT%{_mandir} \
5048 libdir=$RPM_BUILD_ROOT%{_libdir} \
5049 datadir=$RPM_BUILD_ROOT%{_datadir} \
5050 infodir=$RPM_BUILD_ROOT%{_infodir} \
5051 includedir=$RPM_BUILD_ROOT%{_includedir} \
5052 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5053 texmf=$RPM_BUILD_ROOT%{texmf} \
5054 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5055 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5056
37bb0d8c 5057# Fix broken symlinks
3702646a
ZU
5058CURDIR=$(pwd)
5059cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5060ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5061ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5062ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5063ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5064ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5065ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5066ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5067ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5068ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5069ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5070ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5071ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5072ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5073ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5074ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5075ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5076ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5077ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5078ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5079ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5080ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5081ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5082ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5083ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5084ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5085ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5086ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5087ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5088ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5089ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5090ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5091ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5092ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5093ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5094ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5095ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5096ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5097ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5098ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5099ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5100ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5101ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5102ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5103ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5104ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5105ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5106ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5107ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5108ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5109ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5110ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5111ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5112ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5113ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5114ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5115ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5116ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5117ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5118ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5119ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5120cd $CURDIR
37bb0d8c 5121
d08789e0
ZU
5122#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5123#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5124
26d8eaaa
ZU
5125# %{__make} init \
5126# prefix=$RPM_BUILD_ROOT%{_prefix} \
5127# bindir=$RPM_BUILD_ROOT%{_bindir} \
5128# mandir=$RPM_BUILD_ROOT%{_mandir} \
5129# libdir=$RPM_BUILD_ROOT%{_libdir} \
5130# datadir=$RPM_BUILD_ROOT%{_datadir} \
5131# infodir=$RPM_BUILD_ROOT%{_infodir} \
5132# includedir=$RPM_BUILD_ROOT%{_includedir} \
5133# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5134# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5135
489714ae 5136%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5137%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5138# We don't need it
5139%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5140%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5141
d08789e0
ZU
5142perl -pi \
5143 -e "s|$RPM_BUILD_ROOT||g;" \
5144 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5145
8175e90e 5146install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5147
5148install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5149install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5150
ce981570 5151# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5152
5153# in separate spec
b4d68b39
ZU
5154# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5155# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5156
5157# not included in package
5158rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5159rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5160rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5161rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5162rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5163rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5164rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5165rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5166rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5167rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5168rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5169rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5170rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5171rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5172rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5173rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5174
5175# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5176# and we can still analyze them
ce981570
ZU
5177# install -d format-logs
5178# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5179
5180%clean
5181rm -rf $RPM_BUILD_ROOT
5182
5183%post
5184%fixinfodir
5185%texhash
5186
5187%postun
5188%fixinfodir
5189if [ "$1" = "1" ]; then
5190 %texhash
5191fi
5192
5193%post doc-Catalogue
5194%texhash
5195
5196%postun doc-Catalogue
5197%texhash
5198
5199%post doc-tug-faq
5200%texhash
5201
5202%postun doc-tug-faq
5203%texhash
5204
096dca83 5205%post -n kpathsea
d08789e0
ZU
5206/sbin/ldconfig
5207%fixinfodir
5208%texhash
5209
096dca83 5210%postun -n kpathsea
d08789e0
ZU
5211/sbin/ldconfig
5212%fixinfodir
5213%texhash
5214
096dca83 5215%post -n kpathsea-devel
d08789e0
ZU
5216%texhash
5217
096dca83 5218%postun -n kpathsea-devel
d08789e0
ZU
5219%texhash
5220
5221%post dvips
5222%fixinfodir
5223%texhash
5224
5225%postun dvips
5226%fixinfodir
5227%texhash
5228
5229%post dvilj
5230%texhash
5231
5232%postun dvilj
5233%texhash
5234
5235%post makeindex
5236%texhash
5237
5238%postun makeindex
5239%texhash
5240
e67df411
ZU
5241%post tex-mathdots
5242%texhash
5243
5244%postun tex-mathdots
5245%texhash
5246
d08789e0
ZU
5247%post metafont
5248%texhash
5249
5250%postun metafont
5251%texhash
5252
5253%post metapost
5254%texhash
5255
5256%postun metapost
5257%texhash
5258
5259%post mptopdf
5260%texhash
5261
5262%postun mptopdf
5263%texhash
5264
5265%post texdoctk
5266%texhash
5267
5268%postun texdoctk
5269%texhash
5270
5271%post -n xdvi
5272%texhash
5273
5274%postun -n xdvi
5275%texhash
5276
5277%post pdftex
5278%texhash
5279
5280%postun pdftex
5281%texhash
5282
04123363
ZU
5283%post phyzzx
5284%texhash
5285
5286%postun phyzzx
5287%texhash
5288
d08789e0
ZU
5289%post omega
5290%texhash
5291
5292%postun omega
5293%texhash
5294
5295%post plain
5296%texhash
5297
5298%postun plain
5299%texhash
5300
5301%post format-plain
5302%texhash
5303
5304%postun format-plain
5305%texhash
5306
5307%post format-pdftex
5308%texhash
5309
5310%postun format-pdftex
5311%texhash
5312
5313%post format-pdfetex
5314%texhash
5315
5316%postun format-pdfetex
5317%texhash
5318
5319%post mex
5320%texhash
5321
5322%postun mex
5323%texhash
5324
5325%post format-mex
5326%texhash
5327
5328%postun format-mex
5329%texhash
5330
5331%post format-pdfmex
5332%texhash
5333
5334%postun format-pdfmex
5335%texhash
5336
5337%postun format-utf8mex
5338%texhash
5339
5340%post amstex
5341%texhash
5342
5343%postun amstex
5344%texhash
5345
5346%post format-amstex
5347%texhash
5348
5349%postun format-amstex
5350%texhash
5351
5352%post format-pdfamstex
5353%texhash
5354
5355%postun format-pdfamstex
5356%texhash
5357
5358%post csplain
5359%texhash
5360
5361%postun csplain
5362%texhash
5363
5364%post format-csplain
5365%texhash
5366
5367%postun format-csplain
5368%texhash
5369
5370%post format-pdfcsplain
5371%texhash
5372
5373%postun format-pdfcsplain
5374%texhash
5375
5376%post cslatex
5377%texhash
5378
5379%postun cslatex
5380%texhash
5381
5382%post format-cslatex
5383%texhash
5384
5385%postun format-cslatex
5386%texhash
5387
5388%post format-pdfcslatex
5389%texhash
5390
5391%postun format-pdfcslatex
5392%texhash
5393
5394%post cyrplain
5395%texhash
5396
5397%postun cyrplain
5398%texhash
5399
5400%post format-cyrplain
5401%texhash
5402
5403%postun format-cyrplain
5404%texhash
5405
5406%post format-cyramstex
5407%texhash
5408
5409%postun format-cyramstex
5410%texhash
5411
5412%post format-cyrtexinfo
5413%texhash
5414
5415%postun format-cyrtexinfo
5416%texhash
5417
5418%post eplain
5419%texhash
5420
5421%postun eplain
5422%texhash
5423
5424%post format-eplain
5425%texhash
5426
5427%postun format-eplain
5428%texhash
5429
5430# ConTeXt format
5431
5432%post context
5433%texhash
5434
5435%postun context
5436%texhash
5437
5438%post format-context-de
5439%texhash
5440
5441%postun format-context-de
5442%texhash
5443
5444%post format-context-en
5445%texhash
5446
5447%postun format-context-en
5448%texhash
5449
5450%post format-context-nl
5451%texhash
5452
5453%postun format-context-nl
5454%texhash
5455
5456# LaTeX format.
5457
5458%post latex
5459%fixinfodir
5460%texhash
5461
5462%postun latex
5463%fixinfodir
5464%texhash
5465
6c82f497
ZU
5466%post latex-12many
5467%texhash
5468
5469%postun latex-12many
5470%texhash
5471
fe66da27
ZU
5472%post latex-abstract
5473%texhash
5474
5475%postun latex-abstract
5476%texhash
5477
f1f5d194
ZU
5478%post latex-accfonts
5479%texhash
5480
5481%postun latex-accfonts
5482%texhash
5483
e88b5dcf
ZU
5484%post latex-adrconv
5485%texhash
5486
5487%postun latex-adrconv
5488%texhash
5489
d08789e0
ZU
5490%post latex-ae
5491%texhash
5492
5493%postun latex-ae
5494%texhash
5495
5496%post latex-ams
5497%texhash
5498
5499%postun latex-ams
5500%texhash
5501
5502%post latex-antp
5503%texhash
5504
5505%postun latex-antp
5506%texhash
5507
5508%post latex-antt
5509%texhash
5510
5511%postun latex-antt
5512%texhash
5513
e88b5dcf
ZU
5514%post latex-appendix
5515%texhash
5516
5517%postun latex-appendix
5518%texhash
5519
b4d68b39
ZU
5520%post latex-backgammon
5521%texhash
5522
5523%postun latex-backgammon
5524%texhash
5525
6c82f497
ZU
5526%post latex-bardiag
5527%texhash
5528
5529%postun latex-bardiag
5530%texhash
5531
d08789e0
ZU
5532%post latex-bbm
5533%texhash
5534
5535%postun latex-bbm
5536%texhash
5537
5538%post latex-bbold
5539%texhash
5540
5541%postun latex-bbold
5542%texhash
5543
b4d68b39
ZU
5544%post latex-beamer
5545%texhash
5546
5547%postun latex-beamer
5548%texhash
5549
2fede27b
ZU
5550%post latex-bezos
5551%texhash
5552
5553%postun latex-bezos
5554%texhash
5555
d08789e0
ZU
5556%post latex-bibtex
5557%texhash
5558
5559%postun latex-bibtex
5560%texhash
5561
5562%post latex-bibtex-ams
5563%texhash
5564
5565%postun latex-bibtex-ams
5566%texhash
5567
5568%post latex-bibtex-pl
5569%texhash
5570
5571%postun latex-bibtex-pl
5572%texhash
5573
5574%post latex-bibtex-german
5575%texhash
5576
5577%postun latex-bibtex-german
5578%texhash
5579
5580%post latex-bibtex-revtex4
5581%texhash
5582
5583%postun latex-bibtex-revtex4
5584%texhash
5585
5586%post latex-bibtex-jurabib
5587%texhash
5588
5589%postun latex-bibtex-jurabib
5590%texhash
5591
33b3b483
ZU
5592%post latex-bibtex-styles
5593%texhash
5594
5595%postun latex-bibtex-styles
5596%texhash
5597
2fede27b
ZU
5598%post latex-booktabs
5599%texhash
5600
5601%postun latex-booktabs
5602%texhash
5603
5604
5605%post latex-caption
5606%texhash
5607
5608%postun latex-caption
5609%texhash
5610
d08789e0
ZU
5611%post latex-carlisle
5612%texhash
5613
5614%postun latex-carlisle
5615%texhash
5616
5617%post latex-ccfonts
5618%texhash
5619
5620%postun latex-ccfonts
5621%texhash
5622
5623%post latex-cite
5624%texhash
5625
5626%postun latex-cite
5627%texhash
5628
5629%post latex-cmbright
5630%texhash
5631
5632%postun latex-cmbright
5633%texhash
5634
2fede27b
ZU
5635
5636%post latex-comment
5637%texhash
5638
5639%postun latex-comment
5640%texhash
5641
d08789e0
ZU
5642%post latex-concmath
5643%texhash
5644
5645%postun latex-concmath
5646%texhash
5647
2fede27b
ZU
5648%post latex-currvita
5649%texhash
5650
5651%postun latex-currvita
5652%texhash
5653
5654
5655%post latex-curves
5656%texhash
5657
5658%postun latex-curves
5659%texhash
5660
d08789e0
ZU
5661%post latex-custom-bib
5662%texhash
5663
5664%postun latex-custom-bib
5665%texhash
5666
5667%post latex-cyrillic
5668%texhash
5669
5670%postun latex-cyrillic
5671%texhash
5672
04eb4e68
ZU
5673# %post latex-dstroke
5674# %texhash
d08789e0 5675
04eb4e68
ZU
5676# %postun latex-dstroke
5677# %texhash
d08789e0 5678
60597425
ZU
5679%post latex-enumitem
5680%texhash
5681
5682%postun latex-enumitem
5683%texhash
5684
fe66da27
ZU
5685%post latex-exam
5686%texhash
5687
5688%postun latex-exam
5689%texhash
5690
f1f5d194
ZU
5691%post latex-gbrief
5692%texhash
5693
5694%postun latex-gbrief
5695%texhash
5696
d08789e0
ZU
5697%post latex-jknappen
5698%texhash
5699
5700%postun latex-jknappen
5701%texhash
5702
d19eaaab
ZU
5703%post latex-keystroke
5704%texhash
5705
5706%postun latex-keystroke
5707%texhash
5708
5709%post latex-labbook
5710%texhash
5711
5712%postun latex-labbook
5713%texhash
5714
5715%post latex-lcd
5716%texhash
5717
5718%postun latex-lcd
5719%texhash
5720
5721%post latex-leaflet
5722%texhash
5723
5724%postun latex-leaflet
5725%texhash
5726
f1f5d194
ZU
5727%post latex-leftidx
5728%texhash
5729
5730%postun latex-leftidx
5731%texhash
5732
d19eaaab
ZU
5733%post latex-lewis
5734%texhash
5735
5736%postun latex-lewis
5737%texhash
5738
d08789e0
ZU
5739%post latex-lm
5740%texhash
5741
fe66da27
ZU
5742%post latex-lastpage
5743%texhash
5744
5745%postun latex-lastpage
5746%texhash
5747
d08789e0
ZU
5748%postun latex-lm
5749%texhash
5750
5751%post latex-lucidabr
5752%texhash
5753
5754%postun latex-lucidabr
5755%texhash
5756
5757%post latex-marvosym
5758%texhash
5759
5760%postun latex-marvosym
5761%texhash
5762
d19eaaab
ZU
5763%post latex-mathexam
5764%texhash
5765
5766%postun latex-mathexam
5767%texhash
5768
d08789e0
ZU
5769%post latex-mathpple
5770%texhash
5771
5772%postun latex-mathpple
5773%texhash
5774
5775%post latex-mathtime
5776%texhash
5777
5778%postun latex-mathtime
5779%texhash
5780
5781%post latex-mflogo
5782%texhash
5783
5784%postun latex-mflogo
5785%texhash
5786
5787%post latex-mfnfss
5788%texhash
5789
5790%postun latex-mfnfss
5791%texhash
5792
5793%post latex-minitoc
5794%texhash
5795
5796%postun latex-minitoc
5797%texhash
5798
5799%post latex-mltex
5800%texhash
5801
5802%postun latex-mltex
5803%texhash
5804
f1f5d194
ZU
5805%post latex-moreverb
5806%texhash
5807
5808%postun latex-moreverb
5809%texhash
5810
d34bfb7f
ZU
5811%post latex-multienum
5812%texhash
5813
5814%postun latex-multienum
5815%texhash
5816
8ed039e0
ZU
5817%post latex-musictex
5818%texhash
5819
5820%postun latex-musictex
5821%texhash
5822
fe66da27
ZU
5823%post latex-ntheorem
5824%texhash
5825
5826%postun latex-ntheorem
5827%texhash
5828
f65b3398
ZU
5829%post latex-other
5830%texhash
5831
5832%postun latex-other
5833%texhash
5834
5835%post latex-other-doc
5836%texhash
5837
5838%postun latex-other-doc
5839%texhash
5840
d08789e0
ZU
5841%post latex-palatcm
5842%texhash
5843
5844%postun latex-palatcm
5845%texhash
5846
f65b3398
ZU
5847%post latex-pdfslide
5848%texhash
5849
5850%postun latex-pdfslide
5851%texhash
5852
03d9d5fa
ZU
5853%post latex-pgf
5854%texhash
5855
5856%postun latex-pgf
5857%texhash
5858
f65b3398
ZU
5859%post latex-polynom
5860%texhash
5861
5862%postun latex-polynom
5863%texhash
5864
5865%post latex-polynomial
5866%texhash
5867
5868%postun latex-polynomial
5869%texhash
5870
b7b4a109
ZU
5871%post latex-prosper
5872%texhash
5873
5874%postun latex-prosper
5875%texhash
5876
5877%post latex-pseudocode
5878%texhash
5879
5880%postun latex-pseudocode
5881%texhash
5882
d08789e0
ZU
5883%post latex-psnfss
5884%texhash
5885
5886%postun latex-psnfss
5887%texhash
5888
8efa6a9c
ZU
5889%post latex-pst-2dplot
5890%texhash
5891
5892%postun latex-pst-2dplot
5893%texhash
5894
5895%post latex-pst-3dplot
5896%texhash
5897
5898%postun latex-pst-3dplot
5899%texhash
5900
5901%post latex-pst-bar
5902%texhash
5903
5904%postun latex-pst-bar
5905%texhash
5906
5907%post latex-pst-circ
5908%texhash
5909
5910%postun latex-pst-circ
5911%texhash
5912
b7b4a109
ZU
5913%post latex-pst-eucl
5914%texhash
5915
5916%postun latex-pst-eucl
5917%texhash
5918
8efa6a9c
ZU
5919%post latex-pst-diffraction
5920%texhash
5921
5922%postun latex-pst-diffraction
5923%texhash
5924
5925%post latex-pst-fun
5926%texhash
5927
5928%postun latex-pst-fun
5929%texhash
5930
5931%post latex-pst-func
5932%texhash
5933
5934%postun latex-pst-func
5935%texhash
5936
5937%post latex-pst-infixplot
5938%texhash
5939
5940%postun latex-pst-infixplot
5941%texhash
5942
b7b4a109
ZU
5943%post latex-pst-fr3d
5944%texhash
5945
5946%postun latex-pst-fr3d
5947%texhash
5948
5949%post latex-pst-fractal
5950%texhash
5951
5952%postun latex-pst-fractal
5953%texhash
5954
d08789e0
ZU
5955%post latex-pxfonts
5956%texhash
5957
8efa6a9c
ZU
5958%post latex-pst-math
5959%texhash
5960
5961%postun latex-pst-math
5962%texhash
5963
5964%post latex-pst-ob3d
5965%texhash
5966
5967%postun latex-pst-ob3d
5968%texhash
5969
5970%post latex-pst-optic
5971%texhash
5972
5973%postun latex-pst-optic
5974%texhash
5975
5976%post latex-pst-optexp
5977%texhash
5978
5979%postun latex-pst-optexp
5980%texhash
5981
5982%post latex-pst-text
5983%texhash
5984
5985%postun latex-pst-text
5986%texhash
5987
1024ab0e
ZU
5988%post latex-pst-uncategorized
5989%texhash
5990
5991%postun latex-pst-uncategorized
5992
5993%texhash
5994
d08789e0
ZU
5995%postun latex-pxfonts
5996%texhash
5997
5998%post latex-qfonts
5999%texhash
6000
6001%postun latex-qfonts
6002%texhash
6003
6c82f497
ZU
6004%post latex-SIstyle
6005%texhash
6006
6007%postun latex-SIstyle
6008%texhash
6009
fe66da27
ZU
6010%post latex-SIunits
6011%texhash
6012
6013%postun latex-SIunits
6014%texhash
6015
f65b3398
ZU
6016%post latex-siunitx
6017%texhash
6018
6019%postun latex-siunitx
6020%texhash
6021
6c82f497
ZU
6022%post latex-Tabbing
6023%texhash
6024
6025%postun latex-Tabbing
6026%texhash
6027
d08789e0
ZU
6028%post latex-txfonts
6029%texhash
6030
6031%postun latex-txfonts
6032%texhash
6033
7ea3a98b
ZU
6034%post latex-ucs
6035%texhash
6036
6037%postun latex-ucs
6038%texhash
6039
d08789e0
ZU
6040%post latex-umlaute
6041%texhash
6042
6043%postun latex-umlaute
6044%texhash
6045
e67df411
ZU
6046%post latex-variations
6047%texhash
6048
6049%postun latex-variations
6050%texhash
6051
d08789e0
ZU
6052%post latex-wasysym
6053%texhash
6054
6055%postun latex-wasysym
6056%texhash
6057
03d9d5fa
ZU
6058%post latex-xcolor
6059%texhash
6060
6061%postun latex-xcolor
6062%texhash
6063
d08789e0
ZU
6064%post format-latex
6065%texhash
6066
6067%postun format-latex
6068%texhash
6069
6070%post format-pdflatex
6071%texhash
6072
6073%postun format-pdflatex
6074%texhash
6075
6076%post platex
6077%texhash
6078
6079%postun platex
6080%texhash
6081
6082%post format-platex
6083%texhash
6084
6085%postun format-platex
6086%texhash
6087
6088%post format-pdfplatex
6089%texhash
6090
6091%postun format-pdfplatex
6092%texhash
6093
6094%post tex-babel
6095%texhash
6096
6097%postun tex-babel
6098%texhash
6099
6100%post tex-german
6101%texhash
6102
6103%postun tex-german
6104%texhash
6105
6106%post tex-mfpic
6107%texhash
6108
6109%postun tex-mfpic
6110%texhash
6111
6112%post tex-misc
6113%texhash
6114
6115%postun tex-misc
6116%texhash
6117
6118%post tex-pictex
6119%texhash
6120
6121%postun tex-pictex
6122%texhash
6123
6124%post tex-pstricks
6125%texhash
6126
6127%postun tex-pstricks
6128%texhash
6129
6130%post tex-qpx
6131%texhash
6132
6133%postun tex-qpx
6134%texhash
6135
31bd2c4a 6136%post tex-qpxqtx
d08789e0
ZU
6137%texhash
6138
31bd2c4a 6139%postun tex-qpxqtx
d08789e0
ZU
6140%texhash
6141
6142%post tex-ruhyphen
6143%texhash
6144
6145%postun tex-ruhyphen
6146%texhash
6147
6148%post tex-spanish
6149%texhash
6150
6151%postun tex-spanish
6152%texhash
6153
6154%post tex-texdraw
6155%texhash
6156
6157%postun tex-texdraw
6158%texhash
6159
6160%post tex-thumbpdf
6161%texhash
6162
6163%postun tex-thumbpdf
6164%texhash
6165
6166%post tex-ukrhyph
6167%texhash
6168
6169%postun tex-ukrhyph
6170%texhash
6171
6172%post latex-vietnam
6173%texhash
6174
6175%postun latex-vietnam
6176%texhash
6177
6178%post tex-xypic
6179%texhash
6180
6181%postun tex-xypic
6182%texhash
6183
6184%post fonts-adobe
6185%texhash
6186
6187%postun fonts-adobe
6188%texhash
6189
6190%post fonts-ae
6191%texhash
6192
6193%postun fonts-ae
6194%texhash
6195
6196%post fonts-ams
6197%texhash
6198
6199%postun fonts-ams
6200%texhash
6201
6202%post fonts-antp
6203%texhash
6204
6205%postun fonts-antp
6206%texhash
6207
6208%post fonts-antt
6209%texhash
6210
6211%postun fonts-antt
6212%texhash
6213
6214%post fonts-bbm
6215%texhash
6216
6217%postun fonts-bbm
6218%texhash
6219
6220%post fonts-bbold
6221%texhash
6222
6223%postun fonts-bbold
6224%texhash
6225
070c5aff
ZU
6226%post fonts-bh
6227%texhash
d08789e0 6228
070c5aff
ZU
6229%postun fonts-bh
6230%texhash
d08789e0
ZU
6231
6232%post fonts-bitstream
6233%texhash
6234
6235%postun fonts-bitstream
6236%texhash
6237
6238%post fonts-cbgreek
6239%texhash
6240
6241%postun fonts-cbgreek
6242%texhash
6243
6244%post fonts-cc-pl
6245%texhash
6246
6247%postun fonts-cc-pl
6248%texhash
6249
6250%post fonts-cg
6251%texhash
6252
6253%postun fonts-cg
6254%texhash
6255
6256%post fonts-cm
6257%texhash
6258
6259%postun fonts-cm
6260%texhash
6261
6262%post fonts-cmbright
6263%texhash
6264
6265%postun fonts-cmbright
6266%texhash
6267
6268%post fonts-cmcyr
6269%texhash
6270
6271%postun fonts-cmcyr
6272%texhash
6273
6274%post fonts-cmextra
6275%texhash
6276
6277%postun fonts-cmextra
6278%texhash
6279
7af5f8bc 6280%post fonts-cmsuper
5d7e11d7
ZU
6281%texhash
6282
7af5f8bc 6283%postun fonts-cmsuper
5d7e11d7
ZU
6284%texhash
6285
d08789e0
ZU
6286%post fonts-concmath
6287%texhash
6288
6289%postun fonts-concmath
6290%texhash
6291
6292%post fonts-concrete
6293%texhash
6294
6295%postun fonts-concrete
6296%texhash
6297
6298%post fonts-cs
6299%texhash
6300
6301%postun fonts-cs
6302%texhash
6303
4a09ae1a
ZU
6304%post fonts-dstroke
6305%texhash
d08789e0 6306
4a09ae1a
ZU
6307%postun fonts-dstroke
6308%texhash
d08789e0
ZU
6309
6310%post fonts-ecc
6311%texhash
6312
6313%postun fonts-ecc
6314%texhash
6315
6316%post fonts-eurosym
6317%texhash
6318
6319%postun fonts-eurosym
6320%texhash
6321
6322%post fonts-euxm
6323%texhash
6324
6325%postun fonts-euxm
6326%texhash
6327
6328%post fonts-gothic
6329%texhash
6330
6331%postun fonts-gothic
6332%texhash
6333
6334%post fonts-hoekwater
6335%texhash
6336
6337%postun fonts-hoekwater
6338%texhash
6339
6340%post fonts-jknappen
6341%texhash
6342
6343%postun fonts-jknappen
6344%texhash
6345
6346%post fonts-latex
6347%texhash
6348
6349%postun fonts-latex
6350%texhash
6351
6352%post fonts-lh
6353%texhash
6354
6355%postun fonts-lh
6356%texhash
6357
6358%post fonts-lm
6359%texhash
6360
6361%postun fonts-lm
6362%texhash
6363
6364%post fonts-marvosym
6365%texhash
6366
6367%postun fonts-marvosym
6368%texhash
6369
6370%post fonts-mflogo
6371%texhash
6372
6373%postun fonts-mflogo
6374%texhash
6375
6376%post fonts-misc
6377%texhash
6378
6379%postun fonts-misc
6380%texhash
6381
6382%post fonts-monotype
6383%texhash
6384
6385%postun fonts-monotype
6386%texhash
6387
6388%post fonts-omega
6389%texhash
6390
6391%postun fonts-omega
6392%texhash
6393
f1ba8563
ZU
6394%post fonts-other
6395%texhash
6396
6397%postun fonts-other
6398%texhash
6399
d08789e0
ZU
6400%post fonts-pazo
6401%texhash
6402
6403%postun fonts-pazo
6404%texhash
6405
6406%post fonts-pl
6407%texhash
6408
6409%postun fonts-pl
6410%texhash
6411
6412%post fonts-px
6413%texhash
6414
6415%postun fonts-px
6416%texhash
6417
6418%post fonts-qfonts
6419%texhash
6420
6421%postun fonts-qfonts
6422%texhash
6423
6424%post fonts-qpx
6425%texhash
6426
6427%postun fonts-qpx
6428%texhash
6429
31bd2c4a 6430%post fonts-qpxqtx
d08789e0
ZU
6431%texhash
6432
31bd2c4a 6433%postun fonts-qpxqtx
d08789e0
ZU
6434%texhash
6435
6436%post fonts-rsfs
6437%texhash
6438
6439%postun fonts-rsfs
6440%texhash
6441
6442%post fonts-stmaryrd
6443%texhash
6444
6445%postun fonts-stmaryrd
6446%texhash
6447
6448%post fonts-tx
6449%texhash
6450
6451%postun fonts-tx
6452%texhash
6453
6454%post fonts-urw
6455%texhash
6456
6457%postun fonts-urw
6458%texhash
6459
e67df411
ZU
6460%post fonts-urw35vf
6461%texhash
6462
6463%postun fonts-urw35vf
6464%texhash
6465
d08789e0
ZU
6466%post fonts-vnr
6467%texhash
6468
6469%postun fonts-vnr
6470%texhash
6471
6472%post fonts-wasy
6473%texhash
6474
6475%postun fonts-wasy
6476%texhash
6477
6478%post fonts-xypic
6479%texhash
6480
6481%postun fonts-xypic
6482%texhash
6483
6484%post fonts-yandy
6485%texhash
6486
6487%postun fonts-yandy
6488%texhash
6489
6490%post fonts-type1-antp
6491%texhash
6492
6493%postun fonts-type1-antp
6494%texhash
6495
6496%post fonts-type1-antt
6497%texhash
6498
6499%postun fonts-type1-antt
6500%texhash
6501
6502%post fonts-type1-belleek
6503%texhash
6504
6505%postun fonts-type1-belleek
6506%texhash
6507
6508%post fonts-type1-bitstream
6509%texhash
6510
6511%postun fonts-type1-bitstream
6512%texhash
6513
6514%post fonts-type1-bluesky
6515%texhash
6516
6517%postun fonts-type1-bluesky
6518%texhash
6519
6520%post fonts-type1-cc-pl
6521%texhash
6522
6523%postun fonts-type1-cc-pl
6524%texhash
6525
6526%post fonts-type1-cmcyr
6527%texhash
6528
6529%postun fonts-type1-cmcyr
6530%texhash
6531
6532%post fonts-type1-cs
6533%texhash
6534
6535%postun fonts-type1-cs
6536%texhash
6537
070c5aff
ZU
6538%post fonts-type1-dstroke
6539%texhash
d08789e0 6540
070c5aff
ZU
6541%postun fonts-type1-dstroke
6542%texhash
d08789e0
ZU
6543
6544%post fonts-type1-eurosym
6545%texhash
6546
6547%postun fonts-type1-eurosym
6548%texhash
6549
6550%post fonts-type1-hoekwater
6551%texhash
6552
6553%postun fonts-type1-hoekwater
6554%texhash
6555
6556%post fonts-type1-lm
6557%texhash
6558
6559%postun fonts-type1-lm
6560%texhash
6561
6562%post fonts-type1-marvosym
6563%texhash
6564
6565%postun fonts-type1-marvosym
6566%texhash
6567
6568%post fonts-type1-mathpazo
6569%texhash
6570
6571%postun fonts-type1-mathpazo
6572%texhash
6573
6574%post fonts-type1-omega
6575%texhash
6576
6577%postun fonts-type1-omega
6578%texhash
6579
6580%post fonts-type1-pl
6581%texhash
6582
6583%postun fonts-type1-pl
6584%texhash
6585
6586%post fonts-type1-px
6587%texhash
6588
6589%postun fonts-type1-px
6590%texhash
6591
070c5aff
ZU
6592%post fonts-type1-qfonts
6593%texhash
d08789e0 6594
070c5aff
ZU
6595%postun fonts-type1-qfonts
6596%texhash
d08789e0
ZU
6597
6598%post fonts-type1-tx
6599%texhash
6600
6601%postun fonts-type1-tx
6602%texhash
6603
6604%post fonts-type1-urw
6605%texhash
6606
6607%postun fonts-type1-urw
6608%texhash
6609
6610%post fonts-type1-vnr
6611%texhash
6612
6613%postun fonts-type1-vnr
6614%texhash
6615
6616%post fonts-type1-xypic
6617%texhash
6618
6619%postun fonts-type1-xypic
6620%texhash
6621
6622%post -n texconfig
6623%texhash
6624
6625%postun -n texconfig
6626%texhash
6627
4224ae6d
MB
6628%post xetex
6629%texhash
6630
6631%postun xetex
6632%texhash
6633
6634%post xmltex
6635%texhash
6636
6637%postun xmltex
6638%texhash
6639
5902e778
ZU
6640# Check the commented lines!!!
6641
d08789e0
ZU
6642%files
6643%defattr(644,root,root,755)
0f6c4baf 6644# %doc %{texmf}/LICENSE.texmf
df343eba 6645# %doc %{texmf}/ChangeLog
df343eba 6646# %doc %{texmf}/doc/README.knuth
efc75a1e 6647# There isn't doc/fonts directory
80fa261c 6648%dir %{texmfdist}/doc/fonts
606c6ab6 6649%doc %{texmfdist}/doc/fontname
efc75a1e 6650# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
6651# %dir %{texmf}/doc/help
6652# %doc %{texmf}/doc/help/csname.txt
6653# %doc %{texmf}/doc/help/ctan
6654# %doc %{texmf}/doc/help/tds.dvi
6655# %doc %{texmf}/doc/help/unixtex.ftp
6656# %dir %{texmf}/doc/help/faq
6657# %doc %{texmf}/doc/images
df343eba
ZU
6658# %dir %{texmf}/doc/polish
6659# %doc %{texmf}/doc/polish/*.html
6660# %dir %{texmf}/doc/programs
6661# %doc %{texmf}/doc/programs/web2c*
6662# %doc %{texmf}/doc/programs/cwebman.dvi
6663# %doc %{texmf}/doc/programs/dvipng.*
6664# %doc %{texmf}/doc/knuth
d08789e0
ZU
6665#%attr(755,root,root) %{_bindir}/MakeTeXPK
6666#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
6667
6668# ***********
6669# executables
6670# ***********
d08789e0
ZU
6671%attr(755,root,root) %{_bindir}/a2ping
6672%attr(755,root,root) %{_bindir}/afm2tfm
6673%attr(755,root,root) %{_bindir}/allcm
6674%attr(755,root,root) %{_bindir}/allec
6675%attr(755,root,root) %{_bindir}/allneeded
6676%attr(755,root,root) %{_bindir}/cweave
6677%attr(755,root,root) %{_bindir}/ctangle
6678%attr(755,root,root) %{_bindir}/ctie
6679%attr(755,root,root) %{_bindir}/dmp
6680%attr(755,root,root) %{_bindir}/dvipng
6681%attr(755,root,root) %{_bindir}/e2pall
6682%attr(755,root,root) %{_bindir}/ebb
df343eba 6683# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
6684%attr(755,root,root) %{_bindir}/fmtutil
6685%attr(755,root,root) %{_bindir}/fmtutil-sys
6686#%attr(755,root,root) %{_bindir}/fontexport
6687#%attr(755,root,root) %{_bindir}/fontimport
6688%attr(755,root,root) %{_bindir}/fontinst
6689%attr(755,root,root) %{_bindir}/gftodvi
6690%attr(755,root,root) %{_bindir}/gftopk
6691%attr(755,root,root) %{_bindir}/gftype
6692%attr(755,root,root) %{_bindir}/gsftopk
6693#%attr(755,root,root) %{_bindir}/initex
6694%attr(755,root,root) %{_bindir}/kpseaccess
6695%attr(755,root,root) %{_bindir}/kpsereadlink
6696%attr(755,root,root) %{_bindir}/kpsewhere
6697%attr(755,root,root) %{_bindir}/mag
6698%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
6699#%attr(755,root,root) %{_bindir}/mkfontdesc
6700%attr(755,root,root) %{_bindir}/mktexfmt
6701%attr(755,root,root) %{_bindir}/mktexlsr
6702%attr(755,root,root) %{_bindir}/newer
6703%attr(755,root,root) %{_bindir}/patgen
6704%attr(755,root,root) %{_bindir}/pdfetex
6705%attr(755,root,root) %{_bindir}/pfb2pfa
6706%attr(755,root,root) %{_bindir}/pk2bm
6707%attr(755,root,root) %{_bindir}/pktogf
6708%attr(755,root,root) %{_bindir}/pktype
6709%attr(755,root,root) %{_bindir}/pltotf
6710%attr(755,root,root) %{_bindir}/pooltype
6711%attr(755,root,root) %{_bindir}/ps2frag
6712%attr(755,root,root) %{_bindir}/ps2pk
6713# TODO: move this file to correct subpackage ?
6714%attr(755,root,root) %{_bindir}/ps4pdf
6715#%attr(755,root,root) %{_bindir}/t1mapper
6716%attr(755,root,root) %{_bindir}/tangle
6717#%attr(755,root,root) %{_bindir}/tetex-updmap
6718%attr(755,root,root) %{_bindir}/tex
6719%attr(755,root,root) %{_bindir}/texdoc
d08789e0 6720%attr(755,root,root) %{_bindir}/texhash
df343eba 6721# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
6722%attr(755,root,root) %{_bindir}/texlinks
6723%attr(755,root,root) %{_bindir}/tftopl
6724%attr(755,root,root) %{_bindir}/tie
6725%attr(755,root,root) %{_bindir}/ttf2afm
6726%attr(755,root,root) %{_bindir}/updmap
6727%attr(755,root,root) %{_bindir}/updmap-sys
6728%attr(755,root,root) %{_bindir}/vftovp
6729#%attr(755,root,root) %{_bindir}/virtex
6730%attr(755,root,root) %{_bindir}/vptovf
6731%attr(755,root,root) %{_bindir}/weave
6732
6733%attr(755,root,root) %{texmf}/web2c/mktexnam
6734%attr(755,root,root) %{texmf}/web2c/mktexdir
6735%attr(755,root,root) %{texmf}/web2c/mktexupd
6736
0edad7f5 6737%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
6738
6739#%dir /etc/sysconfig/tetex-updmap
6740#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6741
6742%ghost %{texmf}/ls-R
7057740b 6743%ghost %{texmfdist}/ls-R
7057740b 6744# %ghost %{_localstatedir}/ls-R
d08789e0 6745
2677a8b0 6746%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 6747%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
6748%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6749%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6750%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 6751
d08789e0
ZU
6752%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6753%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6754%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6755%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6756%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6757%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6758%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6759
d08789e0
ZU
6760%attr(1777,root,root) /var/cache/fonts
6761
6762%{_datadir}/info/web2c.info*
df343eba
ZU
6763# %{_datadir}/info/texi2html.info*
6764# %{_datadir}/texi2html
d08789e0
ZU
6765#%{texmf}/updates.dat
6766
df343eba 6767# %{texmf}/aliases
df343eba 6768# %{texmf}/tex/generic/bghyph
1a192771
ZU
6769# %doc %{texmf}/doc/generic/hyphen
6770#%{texmf}/tex/generic/letterspacing
6771
6772# ***********
6773# Directories
6774# ***********
ae4a938c 6775%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
6776%attr(1777,root,root) %dir %{_localstatedir}/fonts
6777%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 6778%attr(1777,root,root) %dir %{fmtdir}
1a192771 6779
b6042de9 6780%dir %{texmfdist}
8ed039e0 6781%doc %{texmfdist}/README
b6042de9
ZU
6782%dir %{texmf}
6783
1a192771
ZU
6784%dir %{texmfdist}/doc
6785%dir %{texmfdist}/doc/generic
6786%dir %{texmfdist}/doc/generic/enctex
6787%dir %{texmfdist}/doc/latex
6788%dir %{texmfdist}/doc/latex/localloc
6789%dir %{texmf}/doc
6790%dir %{texmf}/doc/generic
6791%dir %{texmf}/doc/tetex
04123363 6792%dir %{texmf}/fmtutil
1a192771
ZU
6793
6794%dir %{texmfdist}/tex
2677a8b0 6795%dir %{texmfdist}/tex/cslatex
0b6bcf85 6796%dir %{texmfdist}/tex/cslatex/base
330a8c29
ZU
6797%dir %{texmfdist}/tex/fontinst
6798%dir %{texmfdist}/tex/fontinst/misc
165b9d73 6799%dir %{texmfdist}/tex/generic
5f841614 6800%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 6801%dir %{texmfdist}/tex/generic/enctex
5f841614 6802%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 6803%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
6804%dir %{texmfdist}/tex/latex
6805%dir %{texmfdist}/tex/latex/base
1a192771
ZU
6806%dir %{texmf}/dvips
6807%dir %{texmf}/dvips/config
6808%dir %{texmf}/dvips/tetex
d08789e0
ZU
6809%dir %{texmf}/fonts/enc
6810%dir %{texmf}/fonts/enc/dvips
6811%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 6812%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
6813%dir %{texmf}/fonts/map
6814%dir %{texmf}/fonts/map/dvips
6815%dir %{texmf}/fonts/map/dvips/tetex
6816%dir %{texmf}/scripts
6817%dir %{texmf}/tex
1a192771
ZU
6818%dir %{texmf}/tex/generic
6819%dir %{texmf}/tex/generic/config
1a192771
ZU
6820%dir %{texmf}/web2c
6821
6822# Docs
2677a8b0 6823# %doc %{texmf}/doc/README
1a192771
ZU
6824%doc %{texmf}/doc/tetex/TETEXDOC.*
6825%doc %{texmf}/doc/tetex/teTeX-FAQ
6826
6827# %{texmf}/fonts/map/dvips/tetex/contnav.map
6828# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6829%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6830%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6831
6832# Main fonts from TeTeX
d08789e0
ZU
6833%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6834%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6835%{texmf}/fonts/enc/dvips/tetex/10037936.enc
6836%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6837%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6838%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6839%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6840%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6841%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6842%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6843%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 6844%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 6845
f2555868 6846%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
6847%{texmfdist}/tex/generic/encodings
6848%{texmfdist}/tex/generic/epsf
f2555868 6849%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 6850%{texmfdist}/tex/generic/genmisc
2677a8b0 6851%{texmfdist}/tex/generic/misc/null*
1a192771 6852%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
6853%{texmfdist}/tex/generic/tap
6854%{texmfdist}/tex/generic/tex-ps
2677a8b0 6855%{texmfdist}/tex/texinfo
80fa261c 6856%{texmfdist}/tex/fontinst/misc/glyphbox.mtx
1a192771 6857%{texmf}/tex/fontinst
1a192771 6858%{texmf}/tex/generic/hyphen
df343eba 6859
1a192771
ZU
6860# %{fmtdir}/metafun.mem
6861#%{texmf}/web2c/tex-pl.pool
6862# %{texmf}/web2c/tex.pool
fb2a8613 6863%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
6864
6865%{texmf}/web2c/*.tcx
df343eba
ZU
6866
6867# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6868# %lang(fi) %{_mandir}/fi/man1/allcm.1*
6869# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6870# %lang(fr) %{_mandir}/fr/man1/access.1*
6871# %lang(hu) %{_mandir}/hu/man1/access.1*
6872# %lang(hu) %{_mandir}/hu/man1/newer.1*
6873# %lang(pl) %{_mandir}/pl/man1/access.1*
6874# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
6875#%{_mandir}/man1/MakeTeXPK.1*
6876#%{_mandir}/man1/access.1*
6877#%{_mandir}/man1/fontexport.1*
6878#%{_mandir}/man1/fontimport.1*
6879#%{_mandir}/man1/initex.1*
6880#%{_mandir}/man1/t1mapper.1*
1a192771 6881#%{_mandir}/man1/texdoc.1*
1a192771 6882#%{_mandir}/man1/texi2html.1*
d08789e0 6883#%{_mandir}/man1/virtex.1*
1a192771 6884#%{_mandir}/man8/fmtutil.8*
d08789e0 6885#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
6886#%{_mandir}/man8/texlinks.8*
6887
d08789e0
ZU
6888%{_mandir}/man1/afm2tfm.1*
6889%{_mandir}/man1/allcm.1*
fae5faca 6890%{_mandir}/man1/allec.1*
d08789e0 6891%{_mandir}/man1/allneeded.1*
fae5faca 6892%{_mandir}/man1/ctangle.1*
d08789e0 6893%{_mandir}/man1/ctie.1*
fae5faca 6894%{_mandir}/man1/cweave.1*
d08789e0
ZU
6895%{_mandir}/man1/cweb.1*
6896%{_mandir}/man1/dmp.1*
6897%{_mandir}/man1/dvipdft.1*
6898%{_mandir}/man1/dvipng.1*
6899%{_mandir}/man1/e2pall.1*
6900%{_mandir}/man1/ebb.1*
6901%{_mandir}/man1/fmtutil.1*
09deda15 6902%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
6903%{_mandir}/man1/fontinst.1*
6904%{_mandir}/man1/gftodvi.1*
6905%{_mandir}/man1/gftopk.1*
6906%{_mandir}/man1/gftype.1*
6907%{_mandir}/man1/gsftopk.1*
6908%{_mandir}/man1/kpseaccess.1*
6909%{_mandir}/man1/kpsereadlink.1*
6910%{_mandir}/man1/kpsewhere.1*
6911%{_mandir}/man1/mag.1*
6912%{_mandir}/man1/makempx.1*
6913%{_mandir}/man1/makempy.1*
fae5faca 6914%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
6915%{_mandir}/man1/mktexlsr.1*
6916%{_mandir}/man1/newer.1*
6917%{_mandir}/man1/patgen.1*
6918%{_mandir}/man1/pdfetex.1*
6919%{_mandir}/man1/pfb2pfa.1*
6920%{_mandir}/man1/pk2bm.1*
6921%{_mandir}/man1/pktogf.1*
6922%{_mandir}/man1/pktype.1*
6923%{_mandir}/man1/pltotf.1*
6924%{_mandir}/man1/pooltype.1*
6925%{_mandir}/man1/ps2frag.1*
6926%{_mandir}/man1/ps2pk.1*
6927%{_mandir}/man1/tangle.1*
6928%{_mandir}/man1/tex.1*
d08789e0 6929%{_mandir}/man1/texexec.1*
fae5faca 6930%{_mandir}/man1/texhash.1*
d08789e0 6931%{_mandir}/man1/texlinks.1*
d08789e0 6932%{_mandir}/man1/tftopl.1*
d08789e0 6933%{_mandir}/man1/tie.1*
1a192771 6934%{_mandir}/man1/ttf2afm.1*
d08789e0 6935%{_mandir}/man1/updmap.1*
fae5faca 6936%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
6937%{_mandir}/man1/vftovp.1*
6938%{_mandir}/man1/vptovf.1*
6939%{_mandir}/man1/weave.1*
6940%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 6941%{_mandir}/man5/updmap.cfg.5*
1a192771 6942
80fa261c
ZU
6943%files other-utils
6944%defattr(644,root,root,755)
6945%attr(755,root,root) %{_bindir}/bg5+latex
6946%attr(755,root,root) %{_bindir}/bg5+pdflatex
6947%attr(755,root,root) %{_bindir}/bg5conv
6948%attr(755,root,root) %{_bindir}/bg5latex
6949%attr(755,root,root) %{_bindir}/bg5pdflatex
6950%attr(755,root,root) %{_bindir}/bibtex8
6951%attr(755,root,root) %{_bindir}/cfftot1
6952%attr(755,root,root) %{_bindir}/ebong
6953%attr(755,root,root) %{_bindir}/extconv
6954%attr(755,root,root) %{_bindir}/extractbb
6955%attr(755,root,root) %{_bindir}/gbklatex
6956%attr(755,root,root) %{_bindir}/gbkpdflatex
6957%attr(755,root,root) %{_bindir}/getnonfreefonts
6958%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
6959%attr(755,root,root) %{_bindir}/hbf2gf
6960%attr(755,root,root) %{_bindir}/jadetex
6961%attr(755,root,root) %{_bindir}/lamed
6962%attr(755,root,root) %{_bindir}/makeglossaries
6963%attr(755,root,root) %{_bindir}/metafun
6964%attr(755,root,root) %{_bindir}/mkjobtexmf
6965%attr(755,root,root) %{_bindir}/mllatex
6966%attr(755,root,root) %{_bindir}/mltex
6967%attr(755,root,root) %{_bindir}/mmafm
6968%attr(755,root,root) %{_bindir}/mmpfb
6969%attr(755,root,root) %{_bindir}/musixflx
6970%attr(755,root,root) %{_bindir}/ofm2opl
6971%attr(755,root,root) %{_bindir}/otfinfo
6972%attr(755,root,root) %{_bindir}/otftotfm
6973%attr(755,root,root) %{_bindir}/oxdvi
6974%attr(755,root,root) %{_bindir}/pdfatfi
6975%attr(755,root,root) %{_bindir}/pdfclose
6976%attr(755,root,root) %{_bindir}/pdfjadetex
6977%attr(755,root,root) %{_bindir}/pdfopen
6978%attr(755,root,root) %{_bindir}/pdftosrc
6979%{__perl}tex
6980%attr(755,root,root) %{_bindir}/physe
6981%attr(755,root,root) %{_bindir}/pkfix
6982%attr(755,root,root) %{_bindir}/ppower4
6983%attr(755,root,root) %{_bindir}/rungs
6984%attr(755,root,root) %{_bindir}/simpdftex
6985%attr(755,root,root) %{_bindir}/sjisconv
6986%attr(755,root,root) %{_bindir}/sjislatex
6987%attr(755,root,root) %{_bindir}/sjispdflatex
6988%attr(755,root,root) %{_bindir}/synctex
6989%attr(755,root,root) %{_bindir}/t1dotlessj
6990%attr(755,root,root) %{_bindir}/t1lint
6991%attr(755,root,root) %{_bindir}/t1reencode
6992%attr(755,root,root) %{_bindir}/t1testpage
6993%attr(755,root,root) %{_bindir}/texcount
6994%attr(755,root,root) %{_bindir}/texsis
6995%attr(755,root,root) %{_bindir}/tlmgr
6996%attr(755,root,root) %{_bindir}/tpic2pdftex
6997%attr(755,root,root) %{_bindir}/ttf2pk
6998%attr(755,root,root) %{_bindir}/ttf2tfm
6999%attr(755,root,root) %{_bindir}/ttftotype42
7000%attr(755,root,root) %{_bindir}/vlna
7001%attr(755,root,root) %{_bindir}/vpe
7002%{_mandir}/man1/cfftot1.1*
7003%{_mandir}/man1/getnonfreefonts-sys.1
7004%{_mandir}/man1/getnonfreefonts.1*
7005%{_mandir}/man1/hbf2gf.1*
7006%{_mandir}/man1/mkjobtexmf.1*
7007%{_mandir}/man1/mmafm.1*
7008%{_mandir}/man1/mmpfb.1*
7009%{_mandir}/man1/otfinfo.1*
7010%{_mandir}/man1/otftotfm.1*
7011%{_mandir}/man1/oxdvi.1
7012%{_mandir}/man1/pdftosrc.1*
7013%{_mandir}/man1/ps2eps.1*
7014%{_mandir}/man1/synctex.1*
7015%{_mandir}/man1/t1dotlessj.1*
7016%{_mandir}/man1/t1lint.1*
7017%{_mandir}/man1/t1reencode.1*
7018%{_mandir}/man1/t1testpage.1*
7019%{_mandir}/man1/ttf2pk.1*
7020%{_mandir}/man1/ttf2tfm.1*
7021%{_mandir}/man1/ttftotype42.1*
7022%{_mandir}/man1/vlna.1*
7023%{_mandir}/man5/synctex.5*
7024%{texmfdist}/source/startex
7025%{texmfdist}/source/jadetex
7026%{texmfdist}/tex/jadetex
7027%{texmfdist}/tex/texsis
7028%{texmfdist}/tex/startex
7029%{texmf}/fmtutil/format.jadetex.cnf
7030%{texmf}/fmtutil/format.mltex.cnf
7031%{texmfdist}/tex/generic/abbr
7032%{texmfdist}/tex/generic/abstyles/
7033%{texmfdist}/tex/generic/arrayjob
7034%{texmfdist}/tex/generic/barr
7035%{texmfdist}/tex/generic/borceux
7036%{texmfdist}/tex/generic/c-pascal
7037%{texmfdist}/tex/generic/cirth
7038%{texmfdist}/tex/generic/colortab
7039%{texmfdist}/tex/generic/dratex
7040%{texmfdist}/tex/generic/ean
7041%{texmfdist}/tex/generic/edmac
7042%{texmfdist}/tex/generic/elvish
7043%{texmfdist}/tex/generic/fenixpar
7044%{texmfdist}/tex/generic/fltpoint
7045%{texmfdist}/tex/generic/musixtex
7046
7047%files other-utils-doc
7048%defattr(644,root,root,755)
7049%doc %{texmfdist}/doc/jadetex
7050%doc %{texmfdist}/doc/texsis
7051%doc %{texmfdist}/doc/startex
7052%doc %{texmfdist}/doc/generic/c-pascal
d08789e0
ZU
7053
7054%files dirs-fonts
7055%defattr(644,root,root,755)
1a192771 7056%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7057%dir %{texmfdist}/fonts
7058%dir %{texmfdist}/fonts/afm
7059%dir %{texmfdist}/fonts/afm/public
4224ae6d 7060%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7061%dir %{texmfdist}/fonts/enc
7062%dir %{texmfdist}/fonts/enc/dvips
7063%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7064%dir %{texmfdist}/fonts/map
21c69d95 7065%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7066%dir %{texmfdist}/fonts/map/dvips
7067%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7068%dir %{texmfdist}/fonts/map/fontname
330a8c29 7069%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7070%dir %{texmfdist}/fonts/ofm
7071%dir %{texmfdist}/fonts/ofm/public
7072%dir %{texmfdist}/fonts/ovf
7073%dir %{texmfdist}/fonts/ovf/public
7074%dir %{texmfdist}/fonts/ovp
7075%dir %{texmfdist}/fonts/ovp/public
7076%dir %{texmfdist}/fonts/opentype
7077%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7078%dir %{texmfdist}/fonts/pk
1a192771 7079%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7080%dir %{texmfdist}/fonts/source
7081%dir %{texmfdist}/fonts/source/public
21c69d95 7082%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7083%dir %{texmfdist}/fonts/tfm
7084%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7085%dir %{texmfdist}/fonts/tfm/vntex
04123363 7086%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7087%dir %{texmfdist}/fonts/type1
7088%dir %{texmfdist}/fonts/type1/public
21c69d95 7089%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7090%dir %{texmfdist}/fonts/vf
7091%dir %{texmfdist}/fonts/vf/public
21c69d95 7092%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7093%dir %{texmfdist}/source
7094%dir %{texmfdist}/source/fonts
7095%dir %{texmfdist}/source/latex
1a192771
ZU
7096%dir %{texmf}/fonts
7097%dir %{texmf}/fonts/opentype
7098%dir %{texmf}/fonts/opentype/public
d08789e0 7099
5b7eba8e
MB
7100%files doc
7101%defattr(644,root,root,755)
80fa261c 7102%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7103%dir %{texmfdoc}
04123363 7104%dir %{texmfdoc}/doc
80fa261c
ZU
7105%{texmfdoc}/README
7106%{texmfdoc}/ls-R
5b7eba8e 7107%{texmfdoc}/doc/english
80fa261c 7108%{texmfdist}/doc/fontinst
5b7eba8e
MB
7109
7110%files doc-bg
7111%defattr(644,root,root,755)
7112%{texmfdoc}/doc/bulgarian
7113
7114%files doc-cs
7115%defattr(644,root,root,755)
7116%{texmfdoc}/doc/czechslovak
7117
7118%files doc-de
7119%defattr(644,root,root,755)
7120%{texmfdoc}/doc/german
7121
7122%files doc-el
7123%defattr(644,root,root,755)
7124%{texmfdoc}/doc/greek
7125
7126%files doc-es
7127%defattr(644,root,root,755)
7128%{texmfdoc}/doc/spanish
7129
7130%files doc-fi
7131%defattr(644,root,root,755)
7132%{texmfdoc}/doc/finnish
7133
7134%files doc-fr
7135%defattr(644,root,root,755)
7136%{texmfdoc}/doc/french
7137
7138%files doc-it
7139%defattr(644,root,root,755)
7140%{texmfdoc}/doc/italian
7141
7142%files doc-ja
7143%defattr(644,root,root,755)
7144%{texmfdoc}/doc/japanese
7145
7146%files doc-ko
7147%defattr(644,root,root,755)
7148%{texmfdoc}/doc/korean
7149
7150%files doc-mn
7151%defattr(644,root,root,755)
7152%{texmfdoc}/doc/mongolian
7153
7154%files doc-nl
7155%defattr(644,root,root,755)
7156%{texmfdoc}/doc/dutch
7157
7158%files doc-pl
7159%defattr(644,root,root,755)
7160%{texmfdoc}/doc/polish
7161
7162%files doc-pt
7163%defattr(644,root,root,755)
7164%{texmfdoc}/doc/portuguese
7165
7166%files doc-ru
7167%defattr(644,root,root,755)
7168%{texmfdoc}/doc/russian
7169
7170%files doc-sk
7171%defattr(644,root,root,755)
7172%{texmfdoc}/doc/slovak
7173
7174%files doc-sl
7175%defattr(644,root,root,755)
7176%{texmfdoc}/doc/slovenian
7177
7178%files doc-th
7179%defattr(644,root,root,755)
7180%{texmfdoc}/doc/thai
7181
7182%files doc-tr
7183%defattr(644,root,root,755)
7184%{texmfdoc}/doc/turkish
7185
7186%files doc-uk
7187%defattr(644,root,root,755)
7188%{texmfdoc}/doc/ukrainian
7189
7190%files doc-vi
7191%defattr(644,root,root,755)
7192%{texmfdoc}/doc/vietnamese
7193
7194%files doc-zh_CN
7195%defattr(644,root,root,755)
7196%{texmfdoc}/doc/chinese
7197
0f6c4baf
ZU
7198# %files doc-Catalogue
7199# %defattr(644,root,root,755)
7200# %{texmf}/doc/help/Catalogue
d08789e0 7201
0f6c4baf
ZU
7202# %files doc-tug-faq
7203# %defattr(644,root,root,755)
7204# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7205
5902e778 7206
d08789e0
ZU
7207%files doc-latex
7208%defattr(644,root,root,755)
5902e778
ZU
7209# %{texmfdist}/doc/latex/bar
7210# %{texmfdist}/doc/latex/eclbip
7211# %{texmfdist}/doc/latex/eo
7212# %{texmfdist}/doc/latex/floatflt
7213# %{texmfdist}/doc/latex/general
7214# %{texmfdist}/doc/latex/germbib
7215# %{texmfdist}/doc/latex/images
7216# %{texmfdist}/doc/latex/mathcomp
7217# %{texmfdist}/doc/latex/mt11p
7218# %{texmfdist}/doc/latex/picins
7219# %{texmfdist}/doc/latex/ps4pdf
7220# %{texmfdist}/doc/latex/pslatex
7221# %{texmfdist}/doc/latex/shapepar
7222# %{texmfdist}/doc/latex/supertab
7223# %{texmfdist}/doc/latex/tex-refs
7224# %{texmfdist}/doc/latex/textmerg
7225# %{texmfdist}/doc/latex/treesvr
df343eba 7226%{texmfdist}/doc/latex/acronym
df343eba
ZU
7227%{texmfdist}/doc/latex/aeguill
7228%{texmfdist}/doc/latex/anysize
df343eba
ZU
7229%{texmfdist}/doc/latex/base
7230%{texmfdist}/doc/latex/beton
df343eba
ZU
7231%{texmfdist}/doc/latex/carlisle
7232%{texmfdist}/doc/latex/ccaption
7233%{texmfdist}/doc/latex/changebar
7234%{texmfdist}/doc/latex/chappg
df343eba
ZU
7235%{texmfdist}/doc/latex/concmath
7236%{texmfdist}/doc/latex/crop
df343eba
ZU
7237%{texmfdist}/doc/latex/dinbrief
7238%{texmfdist}/doc/latex/draftcopy
df343eba
ZU
7239%{texmfdist}/doc/latex/eepic
7240%{texmfdist}/doc/latex/endfloat
df343eba
ZU
7241%{texmfdist}/doc/latex/esint
7242%{texmfdist}/doc/latex/eso-pic
7243%{texmfdist}/doc/latex/euler
7244%{texmfdist}/doc/latex/eulervm
df343eba
ZU
7245%{texmfdist}/doc/latex/extsizes
7246%{texmfdist}/doc/latex/fancybox
7247%{texmfdist}/doc/latex/fancyhdr
7248%{texmfdist}/doc/latex/fancyvrb
7249%{texmfdist}/doc/latex/filecontents
7250%{texmfdist}/doc/latex/float
df343eba
ZU
7251%{texmfdist}/doc/latex/footmisc
7252%{texmfdist}/doc/latex/footnpag
7253%{texmfdist}/doc/latex/fp
df343eba 7254%{texmfdist}/doc/latex/geometry
df343eba
ZU
7255%{texmfdist}/doc/latex/graphics
7256%{texmfdist}/doc/latex/hyperref
7257%{texmfdist}/doc/latex/hyphenat
df343eba
ZU
7258%{texmfdist}/doc/latex/index
7259%{texmfdist}/doc/latex/koma-script
7260%{texmfdist}/doc/latex/labels
df343eba 7261%{texmfdist}/doc/latex/layouts
df343eba
ZU
7262%{texmfdist}/doc/latex/lettrine
7263%{texmfdist}/doc/latex/listings
7264%{texmfdist}/doc/latex/ltabptch
df343eba
ZU
7265%{texmfdist}/doc/latex/mdwtools
7266%{texmfdist}/doc/latex/memoir
7267%{texmfdist}/doc/latex/mh
df343eba
ZU
7268%{texmfdist}/doc/latex/mparhack
7269%{texmfdist}/doc/latex/ms
df343eba
ZU
7270%{texmfdist}/doc/latex/multibib
7271%{texmfdist}/doc/latex/mwcls
7272%{texmfdist}/doc/latex/natbib
7273%{texmfdist}/doc/latex/nomencl
7274%{texmfdist}/doc/latex/ntgclass
df343eba
ZU
7275%{texmfdist}/doc/latex/oberdiek
7276%{texmfdist}/doc/latex/overpic
7277%{texmfdist}/doc/latex/paralist
7278%{texmfdist}/doc/latex/pb-diagram
7279%{texmfdist}/doc/latex/pdfpages
7280%{texmfdist}/doc/latex/picinpar
df343eba
ZU
7281%{texmfdist}/doc/latex/pict2e
7282%{texmfdist}/doc/latex/placeins
7283%{texmfdist}/doc/latex/preprint
7284%{texmfdist}/doc/latex/preview
7285%{texmfdist}/doc/latex/program
df343eba 7286%{texmfdist}/doc/latex/psfrag
0f6c4baf 7287%{texmfdist}/doc/latex/revtex
df343eba
ZU
7288%{texmfdist}/doc/latex/rotating
7289%{texmfdist}/doc/latex/rotfloat
7290%{texmfdist}/doc/latex/scale
7291%{texmfdist}/doc/latex/sectsty
7292%{texmfdist}/doc/latex/seminar
df343eba
ZU
7293%{texmfdist}/doc/latex/showlabels
7294%{texmfdist}/doc/latex/sidecap
df343eba
ZU
7295%{texmfdist}/doc/latex/slashbox
7296%{texmfdist}/doc/latex/soul
7297%{texmfdist}/doc/latex/stdclsdv
7298%{texmfdist}/doc/latex/subfig
7299%{texmfdist}/doc/latex/subfigure
df343eba 7300%{texmfdist}/doc/latex/textfit
df343eba
ZU
7301%{texmfdist}/doc/latex/textpos
7302%{texmfdist}/doc/latex/titlesec
7303%{texmfdist}/doc/latex/tocbibind
7304%{texmfdist}/doc/latex/tocloft
7305%{texmfdist}/doc/latex/tools
7306%{texmfdist}/doc/latex/totpages
df343eba
ZU
7307%{texmfdist}/doc/latex/type1cm
7308%{texmfdist}/doc/latex/units
7309%{texmfdist}/doc/latex/vmargin
7310%{texmfdist}/doc/latex/was
7311%{texmfdist}/doc/latex/wrapfig
7312%{texmfdist}/doc/latex/xtab
7313%{texmfdist}/doc/latex/yfonts
7314
096dca83 7315%files -n kpathsea
d08789e0 7316%defattr(644,root,root,755)
4aeb46f7 7317%dir %{texmf}/doc/kpathsea
446ab8e0 7318%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7319%attr(755,root,root) %{_bindir}/kpsepath
7320%attr(755,root,root) %{_bindir}/kpsestat
7321%attr(755,root,root) %{_bindir}/kpsetool
7322%attr(755,root,root) %{_bindir}/kpsewhich
7323%attr(755,root,root) %{_bindir}/kpsexpand
7324%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7325%{_libdir}/libkpathsea.la
fae5faca
ZU
7326%{_mandir}/man1/kpsexpand.1*
7327%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7328%{_mandir}/man1/kpsestat.1*
7329%{_mandir}/man1/kpsetool.1*
7330%{_mandir}/man1/kpsewhich.1*
d08789e0 7331
096dca83 7332%files -n kpathsea-devel
d08789e0
ZU
7333%defattr(644,root,root,755)
7334%attr(755,root,root) %{_libdir}/libkpathsea.so
7335%{_includedir}/kpathsea
7336%{_infodir}/kpathsea.info*
7337
7338%files dvips
7339%defattr(644,root,root,755)
446ab8e0 7340# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7341# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7342# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7343# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7344# %{texmf}/dvips/misc
7345# %{texmf}/dvips/config/config.generic
7346# %{texmf}/fonts/map/dvips/misc
7347# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7348# %{texmf}/fonts/map/dvips/tetex/bsr.map
7349# %{_localstatedir}/fonts/map/dvipdfm
7350# %{_localstatedir}/fonts/map/dvips
7351%dir %{texmfdist}/fonts/map/dvips/cmex
7352%dir %{texmf}/dvipdfm
7353%docdir %{texmf}/doc/dvips
7354%docdir %{texmf}/doc/dvipdfm
d08789e0
ZU
7355%attr(755,root,root) %{_bindir}/dvips
7356%attr(755,root,root) %{_bindir}/dvired
7357%attr(755,root,root) %{_bindir}/dvitomp
7358%attr(755,root,root) %{_bindir}/dvitype
7359%attr(755,root,root) %{_bindir}/dvicopy
7360%attr(755,root,root) %{_bindir}/dvipdfm
7361%attr(755,root,root) %{_bindir}/dvipdft
7362# dvi2fax requires ghostscript
7363%attr(755,root,root) %{_bindir}/dvi2fax
7364%{_infodir}/dvips.info*
7365%{_mandir}/man1/dvi2fax.1*
7366%{_mandir}/man1/dvicopy.1*
7367%{_mandir}/man1/dvipdfm.1*
7368%{_mandir}/man1/dvips.1*
7369%{_mandir}/man1/dvired.1*
7370%{_mandir}/man1/dvitomp.1*
7371%{_mandir}/man1/dvitype.1*
d08789e0 7372%{texmf}/dvips/base
80fa261c
ZU
7373%{texmf}/dvips/config
7374%{texmf}/dvips/getafm
d08789e0 7375%{texmf}/dvips/gsftopk
2677a8b0 7376%{texmfdist}/dvips/psfrag
606c6ab6 7377# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7378%{texmfdist}/fonts/enc/dvips/base
9b908671 7379%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7380%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7381%{texmfdist}/tex/generic/dvips
f7f90954 7382%{texmfdist}/dvips
5902e778
ZU
7383%{texmf}/dvipdfm/config
7384%{texmf}/dvips/tetex/config.*
d08789e0 7385%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7386%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7387# %{texmf}/fonts/map
7388%dir %{texmf}/fonts/map/dvipdfm
7389%dir %{texmf}/fonts/map/dvips
7390%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7391%{texmf}/fonts/map/dvipdfm/updmap
7392%{texmf}/fonts/map/dvipdfm/dvipdfmx
7393%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7394%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7395%{texmf}/fonts/map/dvips/tetex/dvips35.map
7396%{texmf}/fonts/map/dvips/tetex/mathpple.map
7397%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7398%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7399%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7400%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7401
d08789e0
ZU
7402
7403%files dvilj
7404%defattr(644,root,root,755)
7405%attr(755,root,root) %{_bindir}/dvihp
7406%attr(755,root,root) %{_bindir}/dvilj
7407%attr(755,root,root) %{_bindir}/dvilj2p
7408%attr(755,root,root) %{_bindir}/dvilj4
7409%attr(755,root,root) %{_bindir}/dvilj4l
7410%attr(755,root,root) %{_bindir}/dvilj6
7411%{_mandir}/man1/dvihp.1*
7412%{_mandir}/man1/dvilj.1*
09deda15
ZU
7413%{_mandir}/man1/dvilj2p.1*
7414%{_mandir}/man1/dvilj4.1*
7415%{_mandir}/man1/dvilj4l.1*
7416%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7417
7418%files makeindex
7419%defattr(644,root,root,755)
446ab8e0 7420%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7421%attr(755,root,root) %{_bindir}/mkindex
7422%attr(755,root,root) %{_bindir}/makeindex
7423%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7424%{texmfdist}/makeindex
d08789e0
ZU
7425%{_mandir}/man1/makeindex.1*
7426%{_mandir}/man1/mkindex.1*
7427%{_mandir}/man1/rumakeindex.1*
7428
e67df411
ZU
7429%files tex-mathdots
7430%defattr(644,root,root,755)
7431%doc %{texmfdist}/doc/generic/mathdots
7432%{texmfdist}/source/generic/mathdots
7433%{texmfdist}/tex/generic/mathdots
7434
d08789e0
ZU
7435%files metafont
7436%defattr(644,root,root,755)
d08789e0
ZU
7437#%attr(755,root,root) %{_bindir}/mfw
7438#%attr(755,root,root) %{_bindir}/virmf
7439#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7440#%{texmf}/mft/cmbase.mft
7441# %{texmf}/mft/e.mft
446ab8e0
ZU
7442# %{texmf}/mft/pl.mft
7443# %{fmtdir}/mf.base
d08789e0 7444#%{texmf}/web2c/mf-nowin.base
446ab8e0 7445# %{texmf}/web2c/mf.pool
d08789e0 7446#%{texmf}/web2c/mfw.base
d08789e0
ZU
7447#%{_mandir}/man1/inimf.1*
7448#%{_mandir}/man1/virmf.1*
5902e778
ZU
7449%dir %{texmfdist}/mft
7450%dir %{texmfdist}/mft/base
7451%attr(755,root,root) %{_bindir}/mf
7452%attr(755,root,root) %{_bindir}/mf-nowin
7453%attr(755,root,root) %{_bindir}/mft
7454%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7455%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7456%attr(755,root,root) %{_bindir}/mktextfm
7457%{texmfdist}/metafont
7458%{texmfdist}/mft/base/mplain.mft
7459%{texmfdist}/mft/base/plain.mft
80fa261c 7460%{texmfdist}/source/metafont
5902e778 7461%{_mandir}/man1/mf.1*
fae5faca 7462%{_mandir}/man1/mf-nowin.1*
5902e778 7463%{_mandir}/man1/mft.1*
d08789e0
ZU
7464%{_mandir}/man1/mktexmf.1*
7465%{_mandir}/man1/mktexpk.1*
7466%{_mandir}/man1/mktextfm.1*
80fa261c 7467%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7468
7469%files metapost
7470%defattr(644,root,root,755)
d08789e0
ZU
7471#%attr(755,root,root) %{_bindir}/virmpost
7472#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7473# %{texmf}/web2c/mp.pool
7474# %{fmtdir}/mpost.mem
7475#%{_mandir}/man1/inimpost.1*
7476#%{_mandir}/man1/virmpost.1*
446ab8e0 7477%dir %{texmfdist}/metapost
5902e778
ZU
7478%doc %{texmfdist}/doc/metapost
7479%attr(755,root,root) %{_bindir}/mpost
7480%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7481%{texmfdist}/metapost/base
7482%{texmfdist}/metapost/config
7483%{texmfdist}/metapost/mfpic
7484%{texmfdist}/metapost/misc
7485%{texmfdist}/metapost/support
80fa261c 7486%{texmfdist}/source/metapost
d08789e0
ZU
7487%{_mandir}/man1/mpost.1*
7488%{_mandir}/man1/mpto.1*
80fa261c 7489%{texmf}/fmtutil/format.metapost.cnf
d08789e0
ZU
7490
7491%files mptopdf
7492%defattr(644,root,root,755)
7493%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 7494%{_mandir}/man1/mptopdf.1*
b839a3ce 7495# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
7496
7497%files texdoctk
7498%defattr(644,root,root,755)
446ab8e0 7499# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
7500%attr(755,root,root) %{_bindir}/texdoctk
7501%{texmf}/texdoctk
d08789e0
ZU
7502%{_mandir}/man1/texdoctk.1*
7503
7504%files -n texconfig
7505%defattr(644,root,root,755)
5902e778
ZU
7506%dir %{texmf}/texconfig
7507%doc %{texmf}/texconfig/README
d08789e0
ZU
7508%attr(755,root,root) %{_bindir}/texconfig
7509%attr(755,root,root) %{_bindir}/texconfig-dialog
7510%attr(755,root,root) %{_bindir}/texconfig-sys
7511%attr(755,root,root) %{texmf}/texconfig/tcfmgr
7512%{_mandir}/man1/texconfig.1*
fae5faca 7513%{_mandir}/man1/texconfig-sys.1*
5902e778 7514%{texmf}/texconfig/g
d08789e0 7515%{texmf}/texconfig/generic
5902e778 7516%{texmf}/texconfig/tcfmgr.map
d08789e0 7517%{texmf}/texconfig/v
d08789e0
ZU
7518%{texmf}/texconfig/x
7519
624ed2f9
ZU
7520%files -n xindy
7521%defattr(644,root,root,755)
4224ae6d 7522%doc %{texmf}/doc/xindy
624ed2f9 7523%dir %{texmf}/xindy
624ed2f9 7524%dir %{texmf}/xindy/lang
1024ab0e
ZU
7525%dir %{texmf}/scripts
7526%{texmf}/scripts/xindy
4224ae6d
MB
7527%{texmf}/xindy/base
7528%{texmf}/xindy/class
7529%{texmf}/xindy/ord
7530%{texmf}/xindy/rules
7531%{texmf}/xindy/styles
7532%{texmf}/xindy/tex
624ed2f9 7533
1024ab0e 7534
624ed2f9
ZU
7535%files -n xindy-albanian
7536%defattr(644,root,root,755)
4224ae6d 7537%{texmf}/xindy/lang/albanian
624ed2f9
ZU
7538
7539%files -n xindy-belarusian
7540%defattr(644,root,root,755)
4224ae6d 7541%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
7542
7543%files -n xindy-bulgarian
7544%defattr(644,root,root,755)
4224ae6d 7545%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
7546
7547%files -n xindy-croatian
7548%defattr(644,root,root,755)
4224ae6d 7549%{texmf}/xindy/lang/croatian
624ed2f9
ZU
7550
7551%files -n xindy-czech
7552%defattr(644,root,root,755)
4224ae6d 7553%{texmf}/xindy/lang/czech
624ed2f9
ZU
7554
7555%files -n xindy-danish
7556%defattr(644,root,root,755)
4224ae6d 7557%{texmf}/xindy/lang/danish
624ed2f9
ZU
7558
7559%files -n xindy-dutch
7560%defattr(644,root,root,755)
4224ae6d 7561%{texmf}/xindy/lang/dutch
624ed2f9
ZU
7562
7563%files -n xindy-english
7564%defattr(644,root,root,755)
4224ae6d 7565%{texmf}/xindy/lang/english
624ed2f9
ZU
7566
7567%files -n xindy-esperanto
7568%defattr(644,root,root,755)
4224ae6d 7569%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
7570
7571%files -n xindy-estonian
7572%defattr(644,root,root,755)
4224ae6d 7573%{texmf}/xindy/lang/estonian
624ed2f9
ZU
7574
7575%files -n xindy-finnish
7576%defattr(644,root,root,755)
4224ae6d 7577%{texmf}/xindy/lang/finnish
624ed2f9
ZU
7578
7579%files -n xindy-french
7580%defattr(644,root,root,755)
4224ae6d 7581%{texmf}/xindy/lang/french
624ed2f9
ZU
7582
7583%files -n xindy-general
7584%defattr(644,root,root,755)
4224ae6d 7585%{texmf}/xindy/lang/general
624ed2f9
ZU
7586
7587%files -n xindy-georgian
7588%defattr(644,root,root,755)
4224ae6d 7589%{texmf}/xindy/lang/georgian
624ed2f9
ZU
7590
7591%files -n xindy-german
7592%defattr(644,root,root,755)
4224ae6d 7593%{texmf}/xindy/lang/german
624ed2f9
ZU
7594
7595%files -n xindy-greek
7596%defattr(644,root,root,755)
4224ae6d 7597%{texmf}/xindy/lang/greek
624ed2f9
ZU
7598
7599%files -n xindy-gypsy
7600%defattr(644,root,root,755)
4224ae6d 7601%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
7602
7603%files -n xindy-hausa
7604%defattr(644,root,root,755)
4224ae6d 7605%{texmf}/xindy/lang/hausa
624ed2f9
ZU
7606
7607%files -n xindy-hebrew
7608%defattr(644,root,root,755)
4224ae6d 7609%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
7610
7611%files -n xindy-hungarian
7612%defattr(644,root,root,755)
4224ae6d 7613%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
7614
7615%files -n xindy-icelandic
7616%defattr(644,root,root,755)
4224ae6d 7617%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
7618
7619%files -n xindy-italian
7620%defattr(644,root,root,755)
4224ae6d 7621%{texmf}/xindy/lang/italian
624ed2f9
ZU
7622
7623%files -n xindy-klingon
7624%defattr(644,root,root,755)
4224ae6d 7625%{texmf}/xindy/lang/klingon
624ed2f9
ZU
7626
7627%files -n xindy-kurdish
7628%defattr(644,root,root,755)
4224ae6d 7629%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
7630
7631%files -n xindy-latin
7632%defattr(644,root,root,755)
4224ae6d 7633%{texmf}/xindy/lang/latin
624ed2f9
ZU
7634
7635%files -n xindy-latvian
7636%defattr(644,root,root,755)
4224ae6d 7637%{texmf}/xindy/lang/latvian
624ed2f9
ZU
7638
7639%files -n xindy-lithuanian
7640%defattr(644,root,root,755)
4224ae6d 7641%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
7642
7643%files -n xindy-lower-sorbian
7644%defattr(644,root,root,755)
4224ae6d 7645%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
7646
7647%files -n xindy-macedonian
7648%defattr(644,root,root,755)
4224ae6d 7649%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
7650
7651%files -n xindy-mongolian
7652%defattr(644,root,root,755)
4224ae6d 7653%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
7654
7655%files -n xindy-norwegian
7656%defattr(644,root,root,755)
4224ae6d 7657%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
7658
7659%files -n xindy-polish
7660%defattr(644,root,root,755)
4224ae6d 7661%{texmf}/xindy/lang/polish
624ed2f9
ZU
7662
7663%files -n xindy-portuguese
7664%defattr(644,root,root,755)
4224ae6d 7665%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
7666
7667%files -n xindy-romanian
7668%defattr(644,root,root,755)
4224ae6d 7669%{texmf}/xindy/lang/romanian
624ed2f9
ZU
7670
7671%files -n xindy-russian
7672%defattr(644,root,root,755)
4224ae6d 7673%{texmf}/xindy/lang/russian
624ed2f9
ZU
7674
7675%files -n xindy-serbian
7676%defattr(644,root,root,755)
4224ae6d 7677%{texmf}/xindy/lang/serbian
624ed2f9
ZU
7678
7679%files -n xindy-slovak
7680%defattr(644,root,root,755)
4224ae6d 7681%{texmf}/xindy/lang/slovak
624ed2f9
ZU
7682
7683%files -n xindy-slovenian
7684%defattr(644,root,root,755)
4224ae6d 7685%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
7686
7687%files -n xindy-spanish
7688%defattr(644,root,root,755)
4224ae6d 7689%{texmf}/xindy/lang/spanish
624ed2f9
ZU
7690
7691%files -n xindy-swedish
7692%defattr(644,root,root,755)
4224ae6d 7693%{texmf}/xindy/lang/swedish
624ed2f9
ZU
7694
7695%files -n xindy-turkish
7696%defattr(644,root,root,755)
4224ae6d 7697%{texmf}/xindy/lang/turkish
624ed2f9
ZU
7698
7699%files -n xindy-ukrainian
7700%defattr(644,root,root,755)
4224ae6d 7701%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
7702
7703%files -n xindy-upper-sorbian
7704%defattr(644,root,root,755)
4224ae6d 7705%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
7706
7707%files -n xindy-vietnamese
7708%defattr(644,root,root,755)
4224ae6d 7709%{texmf}/xindy/lang/vietnamese/
624ed2f9 7710
d08789e0
ZU
7711%files -n xdvi
7712%defattr(644,root,root,755)
d08789e0 7713#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 7714# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 7715# %{_mandir}/man1/xdvizilla.1*
9b908671 7716%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
7717%attr(755,root,root) %{_bindir}/xdvi
7718%{_mandir}/man1/xdvi.1*
d08789e0
ZU
7719%{_desktopdir}/xdvi.desktop
7720%{_pixmapsdir}/xdvi.png
7721%{texmf}/xdvi
7722
7723%files pdftex
7724%defattr(644,root,root,755)
446ab8e0 7725# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 7726# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 7727# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
7728# %dir %{texmf}/fonts/map/pdftex
7729# %dir %{texmf}/fonts/map/pdftex/cmttf
7730# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
7731# %{texmf}/web2c/pdfetex-pl.pool
7732# %{texmf}/web2c/pdfetex.pool
7733# %{texmf}/web2c/pdfxtex.pool
5902e778 7734# %{_mandir}/man1/pdfxtex.1*
28c0ab22 7735%dir %{texmf}/fonts/map/pdftex
5fef92c1 7736%doc %{texmfdist}/doc/pdftex
5902e778
ZU
7737%attr(755,root,root) %{_bindir}/epstopdf
7738%attr(755,root,root) %{_bindir}/pdfcrop
7739%attr(755,root,root) %{_bindir}/pdftex
bf184d85 7740%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 7741%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 7742%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 7743%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
7744%{_mandir}/man1/epstopdf.1*
7745%{_mandir}/man1/pdftex.1*
80fa261c
ZU
7746%{texmfdist}/fonts/enc/pdftex
7747%{texmfdist}/fonts/map/pdftex
7748%{texmf}/fonts/map/pdftex/updmap
d08789e0 7749
04123363 7750%files phyzzx
f65b3398 7751%defattr(644,root,root,755)
04123363
ZU
7752%attr(755,root,root) %{_bindir}/phyzzx
7753%dir %{texmfdist}/doc/phyzzx
7754%dir %{texmfdist}/tex/phyzzx
7755%doc %{texmfdist}/doc/phyzzx/base
80fa261c 7756%{texmfdist}/tex/phyzzx/base
04123363
ZU
7757%{texmfdist}/tex/phyzzx/config
7758%{texmf}/fmtutil/format.phyzzx.cnf
7759
d08789e0
ZU
7760%files omega
7761%defattr(644,root,root,755)
5902e778
ZU
7762# %{texmf}/web2c/omega.pool
7763# %{texmf}/web2c/aleph.pool
5902e778
ZU
7764# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
7765# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
7766# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
7767# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf
ZU
7768%doc %{texmfdist}/doc/omega
7769%dir %{texmfdist}/omega
7770%dir %{texmfdist}/dvips/omega
d08789e0
ZU
7771%attr(755,root,root) %{_bindir}/aleph
7772%attr(755,root,root) %{_bindir}/lambda
7773%attr(755,root,root) %{_bindir}/mkocp
7774%attr(755,root,root) %{_bindir}/mkofm
7775%attr(755,root,root) %{_bindir}/odvicopy
7776%attr(755,root,root) %{_bindir}/odvips
7777%attr(755,root,root) %{_bindir}/odvitype
7778%attr(755,root,root) %{_bindir}/omega
7779%attr(755,root,root) %{_bindir}/omfonts
7780%attr(755,root,root) %{_bindir}/opl2ofm
7781%attr(755,root,root) %{_bindir}/otangle
7782%attr(755,root,root) %{_bindir}/otp2ocp
7783%attr(755,root,root) %{_bindir}/outocp
7784%attr(755,root,root) %{_bindir}/ovf2ovp
7785%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
7786%{texmfdist}/dvips/omega/config.omega
7787%{texmfdist}/dvips/omega/omega.cfg
7788%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
7789%{texmfdist}/omega/ocp
7790%{texmfdist}/omega/otp
2677a8b0 7791%{texmfdist}/tex/lambda
80fa261c 7792%{texmfdist}/source/lambda
fae5faca 7793%{_mandir}/man1/lambda.1*
d08789e0
ZU
7794%{_mandir}/man1/mkocp.1*
7795%{_mandir}/man1/mkofm.1*
7796%{_mandir}/man1/omega.1*
fae5faca
ZU
7797%{_mandir}/man1/odvicopy.1*
7798%{_mandir}/man1/odvips.1*
7799%{_mandir}/man1/odvitype.1*
d08789e0
ZU
7800%{_mandir}/man1/ofm2opl.1*
7801%{_mandir}/man1/opl2ofm.1*
7802%{_mandir}/man1/otp2ocp.1*
7803%{_mandir}/man1/outocp.1*
7804%{_mandir}/man1/ovf2ovp.1*
7805%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
7806%{texmf}/fmtutil/format.omega.cnf
7807%{texmf}/fmtutil/format.aleph.cnf
d08789e0 7808
d08789e0
ZU
7809%files plain
7810%defattr(644,root,root,755)
446ab8e0
ZU
7811%doc %{texmfdist}/doc/plain
7812%{texmfdist}/tex/plain
4224ae6d 7813%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 7814%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
7815#%{texmf}/web2c/plain.mem
7816#%{texmf}/web2c/plain.base
7817
d5174470
ZU
7818# %files format-plain
7819# %defattr(644,root,root,755)
b839a3ce 7820# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
7821#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
7822
d5174470
ZU
7823# %files format-pdftex
7824# %defattr(644,root,root,755)
b839a3ce 7825# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 7826
d5174470
ZU
7827# %files format-pdfetex
7828# %defattr(644,root,root,755)
b839a3ce 7829# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
7830
7831%files mex
7832%defattr(644,root,root,755)
80fa261c 7833%doc %{texmfdist}/doc/mex
446ab8e0
ZU
7834%dir %{texmfdist}/tex/mex
7835%dir %{texmfdist}/tex/mex/base
7836%{texmfdist}/tex/mex/base/mex1.tex
7837%{texmfdist}/tex/mex/base/mex2.tex
7838%{texmfdist}/tex/mex/base/mex.tex
7839%dir %{texmfdist}/tex/mex/config
7840%{texmfdist}/tex/mex/base/mexconf.tex
7841
d08789e0
ZU
7842%files format-mex
7843%defattr(644,root,root,755)
7844%attr(755,root,root) %{_bindir}/mex
2677a8b0 7845%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 7846# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
7847
7848%files format-pdfmex
7849%defattr(644,root,root,755)
7850%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 7851%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 7852# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
7853
7854%files format-utf8mex
7855%defattr(644,root,root,755)
7856%attr(755,root,root) %{_bindir}/utf8mex
04123363 7857%dir %{texmfdist}/doc/mex
2677a8b0
ZU
7858%doc %{texmfdist}/doc/mex/utf8mex
7859%{texmfdist}/tex/mex/utf8mex
b839a3ce 7860# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
7861
7862%files amstex
7863%defattr(644,root,root,755)
2677a8b0
ZU
7864%dir %{texmfdist}/tex/amstex
7865%{texmfdist}/tex/amstex/base
7866%{texmfdist}/tex/amstex/config
7867%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
7868
7869%files format-amstex
7870%defattr(644,root,root,755)
446ab8e0
ZU
7871%doc %{texmfdist}/doc/amstex
7872%{texmfdist}/tex/amstex
d08789e0
ZU
7873%attr(755,root,root) %{_bindir}/amstex
7874%{_mandir}/man1/amstex.1*
80fa261c
ZU
7875%{texmf}/fmtutil/format.amstex.cnf
7876%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
7877# %lang(fi) %{_mandir}/fi/man1/amstex.1*
7878# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 7879
446ab8e0
ZU
7880# %files format-pdfamstex
7881# %defattr(644,root,root,755)
7882# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 7883#%{texmf}/pdftex/amstex
446ab8e0 7884# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
7885
7886%files csplain
7887%defattr(644,root,root,755)
04123363 7888%dir %{texmfdist}/doc/cslatex
21c69d95 7889%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
7890%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
7891%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
7892%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
7893%doc %{texmfdist}/doc/cslatex/base/csplain.doc
7894%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
7895%doc %{texmfdist}/doc/cslatex/base/test8z.tex
7896%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 7897%attr(755,root,root) %{_bindir}/csplain
446ab8e0 7898%{texmfdist}/tex/csplain
d08789e0
ZU
7899
7900%files format-csplain
7901%defattr(644,root,root,755)
b839a3ce 7902# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
7903
7904%files format-pdfcsplain
7905%defattr(644,root,root,755)
7906%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 7907# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
7908
7909%files cslatex
7910%defattr(644,root,root,755)
446ab8e0
ZU
7911# %doc %{texmf}/doc/cstex/INSTALL.cslatex
7912# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
7913%{texmfdist}/tex/cslatex
7914%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
7915
7916%files format-cslatex
7917%defattr(644,root,root,755)
7918%attr(755,root,root) %{_bindir}/cslatex
80fa261c 7919%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 7920# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
7921
7922%files format-pdfcslatex
7923%defattr(644,root,root,755)
7924%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 7925# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 7926
ffd94364
ZU
7927# %files cyrplain
7928# %defattr(644,root,root,755)
7929# %doc %{texmf}/doc/cyrplain
7930# %{texmf}/tex/cyrplain
d08789e0 7931
ffd94364
ZU
7932# %files format-cyrplain
7933# %defattr(644,root,root,755)
7934# %attr(755,root,root) %{_bindir}/cyrtex
7935# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 7936
ffd94364
ZU
7937# %files format-cyramstex
7938# %defattr(644,root,root,755)
7939# %attr(755,root,root) %{_bindir}/cyramstex
7940# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 7941
ffd94364
ZU
7942# %files format-cyrtexinfo
7943# %defattr(644,root,root,755)
7944# %attr(755,root,root) %{_bindir}/cyrtexinfo
7945# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
7946
7947%files eplain
7948%defattr(644,root,root,755)
ffd94364
ZU
7949%doc %{texmfdist}/doc/etex
7950%doc %{texmfdist}/doc/eplain
7951%{texmfdist}/tex/plain/etex
7952%{texmfdist}/tex/eplain
d08789e0
ZU
7953
7954%files format-eplain
7955%defattr(644,root,root,755)
7956%attr(755,root,root) %{_bindir}/eplain
7957%attr(755,root,root) %{_bindir}/etex
7958%{_mandir}/man1/eplain.1*
7959%{_mandir}/man1/etex.1*
80fa261c 7960%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
7961# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
7962# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
7963
7964%files context
7965%defattr(644,root,root,755)
68640cd8
ZU
7966%doc %{texmfdist}/doc/context
7967# %doc %{texmf}/doc/polish/context
4224ae6d
MB
7968%attr(755,root,root) %{_bindir}/context
7969%attr(755,root,root) %{_bindir}/ctxtools
7970%attr(755,root,root) %{_bindir}/exatools
7971%attr(755,root,root) %{_bindir}/luatools
7972%attr(755,root,root) %{_bindir}/makempy
7973%attr(755,root,root) %{_bindir}/mpstools
7974%attr(755,root,root) %{_bindir}/mtxrun
7975%attr(755,root,root) %{_bindir}/mtxtools
7976%attr(755,root,root) %{_bindir}/pdfthumb
7977%attr(755,root,root) %{_bindir}/pdftools
7978%attr(755,root,root) %{_bindir}/pdftrimwhite
7979%attr(755,root,root) %{_bindir}/pstopdf
7980%attr(755,root,root) %{_bindir}/rlxtools
7981%attr(755,root,root) %{_bindir}/runtools
7982%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
7983%attr(755,root,root) %{_bindir}/texfind
7984%attr(755,root,root) %{_bindir}/texfont
4224ae6d 7985%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 7986%attr(755,root,root) %{_bindir}/texshow
4224ae6d 7987%attr(755,root,root) %{_bindir}/textools
d08789e0 7988%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
7989%attr(755,root,root) %{_bindir}/tmftools
7990%attr(755,root,root) %{_bindir}/xmltools
ffd94364 7991# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
7992%{_mandir}/man1/ctxtools.1*
7993%{_mandir}/man1/pdftools.1*
7994%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
7995%{_mandir}/man1/texfind.1*
7996%{_mandir}/man1/texfont.1*
fae5faca
ZU
7997%{_mandir}/man1/texmfstart.1*
7998%{_mandir}/man1/textools.1*
d08789e0 7999%{_mandir}/man1/texutil.1*
ffd94364 8000# %{_mandir}/man1/texshow.1*
4224ae6d 8001%{texmfdist}/context
68640cd8 8002%{texmfdist}/fonts/enc/dvips/context
ffd94364 8003# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8004%{texmfdist}/metapost/context
8005%{texmfdist}/scripts/context
4224ae6d
MB
8006%{texmfdist}/tex/context
8007%exclude %{texmfdist}/tex/context/config/cont-de.ini
8008%exclude %{texmfdist}/tex/context/config/cont-en.ini
8009%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8010%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8011%{texmfdist}/tex/generic/context
4224ae6d 8012%{texmfdist}/tex/latex/context
68640cd8 8013%{texmfdist}/bibtex/bst/context
80fa261c 8014%{texmf}/fmtutil/format.context.cnf
f7f90954 8015%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8016
8017# no fmt, so commented out
8018#%files format-context-cz
8019#%defattr(644,root,root,755)
8020#%%{texmf}/tex/context/config/cont-cz.ini
8021# does not build with beta 20021025
8022#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8023
8024%files format-context-de
8025%defattr(644,root,root,755)
2677a8b0 8026%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 8027# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
8028#%{_mandir}/man1/cont-de.1*
8029
8030%files format-context-en
8031%defattr(644,root,root,755)
2677a8b0 8032%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 8033# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
8034#%{_mandir}/man1/cont-en.1*
8035# what is the difference betwen uk and en in this particular situation?
2677a8b0 8036%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 8037# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
8038
8039# no fmt, so commented out
8040#%files format-context-it
8041#%defattr(644,root,root,755)
8042#%%{texmf}/tex/context/config/cont-it.ini
8043
8044%files format-context-nl
8045%defattr(644,root,root,755)
2677a8b0 8046%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 8047# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
8048#%{_mandir}/man1/cont-nl.1*
8049
8050# no fmt, so commented out
8051#%files format-context-ro
8052#%defattr(644,root,root,755)
8053#%%{texmf}/tex/context/config/cont-ro.ini
8054
3127b522 8055
d08789e0
ZU
8056%files latex
8057%defattr(644,root,root,755)
5fef92c1 8058%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
8059%attr(755,root,root) %{_bindir}/latex
8060%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8061# %lang(fi) %{_mandir}/fi/man1/latex.1*
8062# %lang(pl) %{_mandir}/pl/man1/latex.1*
8063# %{_infodir}/latex.info*
04123363 8064%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8065%{_mandir}/man1/lacheck.1*
3127b522
ZU
8066%{_mandir}/man1/latex.1*
8067%{_mandir}/man1/pslatex.1*
d08789e0 8068
3127b522
ZU
8069%dir %{texmfdist}/scripts
8070%dir %{texmfdist}/scripts/pst-pdf
63399af2 8071%dir %{texmfdist}/source/generic
df343eba 8072%dir %{texmfdist}/tex/latex
63399af2
ZU
8073%dir %{texmfdist}/tex/plain
8074%dir %{texmf}/tex/latex
d08789e0 8075
3127b522
ZU
8076# %{texmfdist}/tex/latex/citesort
8077# %{texmfdist}/tex/latex/dvilj
8078# %{texmfdist}/tex/latex/eclbip
8079# %{texmfdist}/tex/latex/eo
8080# %{texmfdist}/tex/latex/example
8081# %{texmfdist}/tex/latex/fguill
8082# %{texmfdist}/tex/latex/floatflt
8083# %{texmfdist}/tex/latex/gletter
8084# %{texmfdist}/tex/latex/here
8085# %{texmfdist}/tex/latex/mt11p
8086# %{texmfdist}/tex/latex/relsize
8087# %{texmfdist}/tex/latex/selectp
8088# %{texmfdist}/tex/latex/shadow
8089# %{texmfdist}/tex/latex/showtags
8090# %{texmfdist}/tex/latex/tabls
8091# %{texmfdist}/tex/latex/texmacs
8092# %{texmfdist}/tex/latex/threeparttable
8093# %{texmfdist}/tex/latex/treesvr
8094# %{texmfdist}/tex/latex/ulem
8095# %{texmfdist}/tex/latex/url
8096# %{texmf}/tex/latex/version
8097# %{texmf}/tex/latex/vpage
8098%{texmfdist}/scripts/pst-pdf/ps4pdf
8099%{texmfdist}/tex/generic/pstricks
8100%{texmfdist}/tex/generic/shapepar
3127b522 8101%{texmfdist}/tex/generic/textmerg
6367bfc9
MB
8102%{texmfdist}/tex/latex/12many
8103%{texmfdist}/tex/latex/AkkTeX
8104%{texmfdist}/tex/latex/ESIEEcv
8105%{texmfdist}/tex/latex/GuIT
8106%{texmfdist}/tex/latex/HA-prosper
8107%{texmfdist}/tex/latex/IEEEconf
8108%{texmfdist}/tex/latex/IEEEtran
8109%{texmfdist}/tex/latex/SIstyle
8110%{texmfdist}/tex/latex/Tabbing
8111%{texmfdist}/tex/latex/a0poster
8112%{texmfdist}/tex/latex/aastex
8113%{texmfdist}/tex/latex/abc
6367bfc9
MB
8114%{texmfdist}/tex/latex/achemso
8115%{texmfdist}/tex/latex/acmconf
8116%{texmfdist}/tex/latex/acmtrans
df343eba 8117%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8118%{texmfdist}/tex/latex/active-conf
8119%{texmfdist}/tex/latex/addlines
8120%{texmfdist}/tex/latex/adrlist
df343eba 8121%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8122%{texmfdist}/tex/latex/afthesis
8123%{texmfdist}/tex/latex/aguplus
8124%{texmfdist}/tex/latex/aiaa
8125%{texmfdist}/tex/latex/akletter
8126%{texmfdist}/tex/latex/alg
8127%{texmfdist}/tex/latex/algorithm2e
8128%{texmfdist}/tex/latex/algorithmicx
8129%{texmfdist}/tex/latex/allrunes
8130%{texmfdist}/tex/latex/alnumsec
8131%{texmfdist}/tex/latex/altfont
8132%{texmfdist}/tex/latex/ametsoc
8133%{texmfdist}/tex/latex/amsaddr
8134%{texmfdist}/tex/latex/amsrefs
8135%{texmfdist}/tex/latex/animate
8136%{texmfdist}/tex/latex/answers
8137%{texmfdist}/tex/latex/antiqua
8138%{texmfdist}/tex/latex/anyfontsize
df343eba 8139%{texmfdist}/tex/latex/anysize
6367bfc9
MB
8140%{texmfdist}/tex/latex/apa
8141%{texmfdist}/tex/latex/apacite
8142%{texmfdist}/tex/latex/apl
8143%{texmfdist}/tex/latex/ar
8144%{texmfdist}/tex/latex/arabi
8145%{texmfdist}/tex/latex/arabtex
8146%{texmfdist}/tex/latex/archaic
8147%{texmfdist}/tex/latex/arcs
8148%{texmfdist}/tex/latex/arev
8149%{texmfdist}/tex/latex/armenian
8150%{texmfdist}/tex/latex/arydshln
8151%{texmfdist}/tex/latex/asaetr
8152%{texmfdist}/tex/latex/ascelike
8153%{texmfdist}/tex/latex/ascii
8154%{texmfdist}/tex/latex/assignment
8155%{texmfdist}/tex/latex/attachfile
8156%{texmfdist}/tex/latex/augie
8157%{texmfdist}/tex/latex/auncial-new
8158%{texmfdist}/tex/latex/aurical
8159%{texmfdist}/tex/latex/authoraftertitle
8160%{texmfdist}/tex/latex/authorindex
8161%{texmfdist}/tex/latex/auto-pst-pdf
8162%{texmfdist}/tex/latex/autoarea
8163%{texmfdist}/tex/latex/autotab
8164%{texmfdist}/tex/latex/avantgar
8165%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8166%{texmfdist}/tex/latex/bangtex
8167%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8168%{texmfdist}/tex/latex/base
8169%{texmfdist}/tex/latex/bayer
8170%{texmfdist}/tex/latex/bbding
8171%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8172%{texmfdist}/tex/latex/begriff
8173%{texmfdist}/tex/latex/bengali
8174%{texmfdist}/tex/latex/bera
8175%{texmfdist}/tex/latex/betababel
df343eba 8176%{texmfdist}/tex/latex/beton
6367bfc9
MB
8177%{texmfdist}/tex/latex/bez123
8178%{texmfdist}/tex/latex/bibarts
8179%{texmfdist}/tex/latex/bibleref
8180%{texmfdist}/tex/latex/biblist
8181%{texmfdist}/tex/latex/bibtopicprefix
8182%{texmfdist}/tex/latex/bigfoot
8183%{texmfdist}/tex/latex/binomexp
8184%{texmfdist}/tex/latex/biocon
8185%{texmfdist}/tex/latex/bizcard
8186%{texmfdist}/tex/latex/blacklettert1
8187%{texmfdist}/tex/latex/blindtext
8188%{texmfdist}/tex/latex/blowup
8189%{texmfdist}/tex/latex/boisik
8190%{texmfdist}/tex/latex/boites
8191%{texmfdist}/tex/latex/boldtensors
8192%{texmfdist}/tex/latex/bookest
8193%{texmfdist}/tex/latex/bookhands
8194%{texmfdist}/tex/latex/booklet
8195%{texmfdist}/tex/latex/bookman
8196%{texmfdist}/tex/latex/bophook
8197%{texmfdist}/tex/latex/boxhandler
8198%{texmfdist}/tex/latex/bpchem
8199%{texmfdist}/tex/latex/braille
8200%{texmfdist}/tex/latex/breakurl
8201%{texmfdist}/tex/latex/bridge
8202%{texmfdist}/tex/latex/brushscr
8203%{texmfdist}/tex/latex/bullcntr
8204%{texmfdist}/tex/latex/burmese
8205%{texmfdist}/tex/latex/bussproofs
8206%{texmfdist}/tex/latex/bytefield
df343eba 8207%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8208%{texmfdist}/tex/latex/calxxxx
8209%{texmfdist}/tex/latex/captcont
8210%{texmfdist}/tex/latex/casyl
8211%{texmfdist}/tex/latex/catechis
8212%{texmfdist}/tex/latex/cbcoptic
8213%{texmfdist}/tex/latex/cbfonts
df343eba 8214%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8215%{texmfdist}/tex/latex/cchess
8216%{texmfdist}/tex/latex/cclicenses
8217%{texmfdist}/tex/latex/cd-cover
8218%{texmfdist}/tex/latex/cd
8219%{texmfdist}/tex/latex/cdpbundl
8220%{texmfdist}/tex/latex/cellspace
df343eba 8221%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8222%{texmfdist}/tex/latex/changepage
8223%{texmfdist}/tex/latex/changes
df343eba 8224%{texmfdist}/tex/latex/chappg
6367bfc9
MB
8225%{texmfdist}/tex/latex/chapterfolder
8226%{texmfdist}/tex/latex/chemarrow
8227%{texmfdist}/tex/latex/chemcompounds
8228%{texmfdist}/tex/latex/chemcono
8229%{texmfdist}/tex/latex/chemstyle
8230%{texmfdist}/tex/latex/cherokee
8231%{texmfdist}/tex/latex/chess
8232%{texmfdist}/tex/latex/chessboard
8233%{texmfdist}/tex/latex/chessfss
8234%{texmfdist}/tex/latex/chicago
8235%{texmfdist}/tex/latex/china2e
8236%{texmfdist}/tex/latex/chletter
8237%{texmfdist}/tex/latex/circ
8238%{texmfdist}/tex/latex/citeref
8239%{texmfdist}/tex/latex/cjhebrew
8240%{texmfdist}/tex/latex/cjk
8241%{texmfdist}/tex/latex/cjw
8242%{texmfdist}/tex/latex/classicthesis
8243%{texmfdist}/tex/latex/clefval
8244%{texmfdist}/tex/latex/cleveref
8245%{texmfdist}/tex/latex/clock
8246%{texmfdist}/tex/latex/clrscode
8247%{texmfdist}/tex/latex/cm-lgc
8248%{texmfdist}/tex/latex/cm-super
df343eba 8249%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8250%{texmfdist}/tex/latex/cmcyralt
8251%{texmfdist}/tex/latex/cmdstring
8252%{texmfdist}/tex/latex/cmdtrack
8253%{texmfdist}/tex/latex/cmll
8254%{texmfdist}/tex/latex/cmsd
8255%{texmfdist}/tex/latex/codepage
8256%{texmfdist}/tex/latex/colorinfo
8257%{texmfdist}/tex/latex/colortab
8258%{texmfdist}/tex/latex/colortbl
8259%{texmfdist}/tex/latex/colorwav
8260%{texmfdist}/tex/latex/combine
8261%{texmfdist}/tex/latex/commath
8262%{texmfdist}/tex/latex/compactbib
8263%{texmfdist}/tex/latex/complexity
8264%{texmfdist}/tex/latex/computational-complexity
8265%{texmfdist}/tex/latex/concprog
8266%{texmfdist}/tex/latex/confproc
8267%{texmfdist}/tex/latex/constants
8268%{texmfdist}/tex/latex/contour
8269%{texmfdist}/tex/latex/cooking
8270%{texmfdist}/tex/latex/cool
8271%{texmfdist}/tex/latex/coollist
8272%{texmfdist}/tex/latex/coolstr
8273%{texmfdist}/tex/latex/cooltooltips
8274%{texmfdist}/tex/latex/coordsys
8275%{texmfdist}/tex/latex/courier-scaled
8276%{texmfdist}/tex/latex/courier
8277%{texmfdist}/tex/latex/courseoutline
8278%{texmfdist}/tex/latex/coursepaper
8279%{texmfdist}/tex/latex/coverpage
8280%{texmfdist}/tex/latex/covington
df343eba 8281%{texmfdist}/tex/latex/crop
6367bfc9
MB
8282%{texmfdist}/tex/latex/crossreference
8283%{texmfdist}/tex/latex/crosswrd
8284%{texmfdist}/tex/latex/csbulletin
8285%{texmfdist}/tex/latex/csquotes
8286%{texmfdist}/tex/latex/csvtools
8287%{texmfdist}/tex/latex/ctable
8288%{texmfdist}/tex/latex/ctib
8289%{texmfdist}/tex/latex/cuisine
8290%{texmfdist}/tex/latex/cursor
8291%{texmfdist}/tex/latex/curve
8292%{texmfdist}/tex/latex/curve2e
8293%{texmfdist}/tex/latex/cv
8294%{texmfdist}/tex/latex/cweb-latex
8295%{texmfdist}/tex/latex/cwpuzzle
8296%{texmfdist}/tex/latex/cyklop
8297%{texmfdist}/tex/latex/dashbox
8298%{texmfdist}/tex/latex/dashrule
8299%{texmfdist}/tex/latex/datatool
8300%{texmfdist}/tex/latex/dateiliste
8301%{texmfdist}/tex/latex/datenumber
8302%{texmfdist}/tex/latex/datetime
8303%{texmfdist}/tex/latex/dcpic
8304%{texmfdist}/tex/latex/decimal
8305%{texmfdist}/tex/latex/delimtxt
8306%{texmfdist}/tex/latex/diagnose
8307%{texmfdist}/tex/latex/dialogl
8308%{texmfdist}/tex/latex/dichokey
8309%{texmfdist}/tex/latex/dictsym
8310%{texmfdist}/tex/latex/digiconfigs
df343eba 8311%{texmfdist}/tex/latex/dinbrief
6367bfc9
MB
8312%{texmfdist}/tex/latex/dingbat
8313%{texmfdist}/tex/latex/directory
8314%{texmfdist}/tex/latex/disser
8315%{texmfdist}/tex/latex/dlfltxb
8316%{texmfdist}/tex/latex/dnaseq
8317%{texmfdist}/tex/latex/docmfp
8318%{texmfdist}/tex/latex/doi
8319%{texmfdist}/tex/latex/doipubmed
8320%{texmfdist}/tex/latex/dotarrow
8321%{texmfdist}/tex/latex/dotseqn
8322%{texmfdist}/tex/latex/dottex
8323%{texmfdist}/tex/latex/doublestroke
8324%{texmfdist}/tex/latex/dpfloat
8325%{texmfdist}/tex/latex/dprogress
8326%{texmfdist}/tex/latex/drac
df343eba 8327%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8328%{texmfdist}/tex/latex/draftwatermark
8329%{texmfdist}/tex/latex/dramatist
8330%{texmfdist}/tex/latex/dtk
8331%{texmfdist}/tex/latex/duerer-latex
8332%{texmfdist}/tex/latex/dvdcoll
8333%{texmfdist}/tex/latex/dvipdfmx-def
8334%{texmfdist}/tex/latex/dyntree
8335%{texmfdist}/tex/latex/eCards
8336%{texmfdist}/tex/latex/ean13isbn
8337%{texmfdist}/tex/latex/easy
8338%{texmfdist}/tex/latex/ebezier
8339%{texmfdist}/tex/latex/ebsthesis
8340%{texmfdist}/tex/latex/ecclesiastic
8341%{texmfdist}/tex/latex/ecltree
8342%{texmfdist}/tex/latex/eco
8343%{texmfdist}/tex/latex/economic
8344%{texmfdist}/tex/latex/ecv
8345%{texmfdist}/tex/latex/ed
8346%{texmfdist}/tex/latex/edmargin
8347%{texmfdist}/tex/latex/ednotes
8348%{texmfdist}/tex/latex/eemeir
df343eba 8349%{texmfdist}/tex/latex/eepic
6367bfc9
MB
8350%{texmfdist}/tex/latex/egameps
8351%{texmfdist}/tex/latex/egplot
8352%{texmfdist}/tex/latex/eiad
8353%{texmfdist}/tex/latex/ellipsis
8354%{texmfdist}/tex/latex/elmath
8355%{texmfdist}/tex/latex/elpres
8356%{texmfdist}/tex/latex/elsarticle
8357%{texmfdist}/tex/latex/elsevier
8358%{texmfdist}/tex/latex/em
8359%{texmfdist}/tex/latex/emp
8360%{texmfdist}/tex/latex/emulateapj
8361%{texmfdist}/tex/latex/encxvlna
df343eba 8362%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8363%{texmfdist}/tex/latex/endheads
8364%{texmfdist}/tex/latex/engpron
8365%{texmfdist}/tex/latex/engrec
8366%{texmfdist}/tex/latex/envbig
8367%{texmfdist}/tex/latex/environ
8368%{texmfdist}/tex/latex/envlab
8369%{texmfdist}/tex/latex/epigrafica
8370%{texmfdist}/tex/latex/epigraph
8371%{texmfdist}/tex/latex/epiolmec
8372%{texmfdist}/tex/latex/epsdice
8373%{texmfdist}/tex/latex/epspdfconversion
8374%{texmfdist}/tex/latex/eqlist
8375%{texmfdist}/tex/latex/eqname
8376%{texmfdist}/tex/latex/eqnarray
8377%{texmfdist}/tex/latex/eqparbox
8378%{texmfdist}/tex/latex/errata
8379%{texmfdist}/tex/latex/esdiff
df343eba 8380%{texmfdist}/tex/latex/esint
6367bfc9
MB
8381%{texmfdist}/tex/latex/eskd
8382%{texmfdist}/tex/latex/eskdx
3127b522 8383%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8384%{texmfdist}/tex/latex/esvect
8385%{texmfdist}/tex/latex/etaremune
8386%{texmfdist}/tex/latex/etex-pkg
8387%{texmfdist}/tex/latex/ethiop
8388%{texmfdist}/tex/latex/etoolbox
8389%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8390%{texmfdist}/tex/latex/euler
8391%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8392%{texmfdist}/tex/latex/euproposal
8393%{texmfdist}/tex/latex/euro
8394%{texmfdist}/tex/latex/eurofont
8395%{texmfdist}/tex/latex/europecv
8396%{texmfdist}/tex/latex/eurosans
df343eba 8397%{texmfdist}/tex/latex/eurosym
6367bfc9
MB
8398%{texmfdist}/tex/latex/everypage
8399%{texmfdist}/tex/latex/examdesign
8400%{texmfdist}/tex/latex/examplep
8401%{texmfdist}/tex/latex/exceltex
8402%{texmfdist}/tex/latex/exercise
8403%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8404%{texmfdist}/tex/latex/expl3
8405%{texmfdist}/tex/latex/export
8406%{texmfdist}/tex/latex/extarrows
8407%{texmfdist}/tex/latex/extpfeil
8408%{texmfdist}/tex/latex/extract
df343eba 8409%{texmfdist}/tex/latex/extsizes
cf8dbd64
MB
8410%{texmfdist}/tex/latex/facsimile
8411%{texmfdist}/tex/latex/faktor
df343eba
ZU
8412%{texmfdist}/tex/latex/fancybox
8413%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8414%{texmfdist}/tex/latex/fancynum
8415%{texmfdist}/tex/latex/fancyref
8416%{texmfdist}/tex/latex/fancytooltips
df343eba 8417%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8418%{texmfdist}/tex/latex/fax
8419%{texmfdist}/tex/latex/fc
8420%{texmfdist}/tex/latex/feyn
8421%{texmfdist}/tex/latex/feynmf
8422%{texmfdist}/tex/latex/fge
8423%{texmfdist}/tex/latex/figbib
8424%{texmfdist}/tex/latex/figsize
df343eba 8425%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8426%{texmfdist}/tex/latex/fink
8427%{texmfdist}/tex/latex/fixfoot
8428%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8429%{texmfdist}/tex/latex/flabels
8430%{texmfdist}/tex/latex/flacards
8431%{texmfdist}/tex/latex/flagderiv
8432%{texmfdist}/tex/latex/flashcards
8433%{texmfdist}/tex/latex/flippdf
df343eba 8434%{texmfdist}/tex/latex/float
6367bfc9
MB
8435%{texmfdist}/tex/latex/floatrow
8436%{texmfdist}/tex/latex/flowfram
8437%{texmfdist}/tex/latex/fmp
8438%{texmfdist}/tex/latex/fmtcount
8439%{texmfdist}/tex/latex/fnbreak
8440%{texmfdist}/tex/latex/fncychap
8441%{texmfdist}/tex/latex/foekfont
8442%{texmfdist}/tex/latex/foilhtml
8443%{texmfdist}/tex/latex/fonetika
df343eba 8444%{texmfdist}/tex/latex/fontinst
6367bfc9 8445%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8446%{texmfdist}/tex/latex/footmisc
8447%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8448%{texmfdist}/tex/latex/forarray
8449%{texmfdist}/tex/latex/forloop
8450%{texmfdist}/tex/latex/formlett
8451%{texmfdist}/tex/latex/formula
8452%{texmfdist}/tex/latex/formular
8453%{texmfdist}/tex/latex/fouridx
8454%{texmfdist}/tex/latex/fourier
8455%{texmfdist}/tex/latex/fouriernc
df343eba 8456%{texmfdist}/tex/latex/fp
6367bfc9
MB
8457%{texmfdist}/tex/latex/frankenstein
8458%{texmfdist}/tex/latex/frcursive
8459%{texmfdist}/tex/latex/frenchle
8460%{texmfdist}/tex/latex/fribrief
8461%{texmfdist}/tex/latex/frletter
8462%{texmfdist}/tex/latex/frontespizio
8463%{texmfdist}/tex/latex/fullblck
8464%{texmfdist}/tex/latex/fullpict
8465%{texmfdist}/tex/latex/functan
8466%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8467%{texmfdist}/tex/latex/gaceta
8468%{texmfdist}/tex/latex/galois
8469%{texmfdist}/tex/latex/gastex
8470%{texmfdist}/tex/latex/gatech-thesis
8471%{texmfdist}/tex/latex/gauss
8472%{texmfdist}/tex/latex/gb4e
8473%{texmfdist}/tex/latex/gcard
8474%{texmfdist}/tex/latex/gcite
8475%{texmfdist}/tex/latex/genmpage
df343eba 8476%{texmfdist}/tex/latex/geometry
6367bfc9 8477%{texmfdist}/tex/latex/geomsty
df343eba 8478%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8479%{texmfdist}/tex/latex/gfsartemisia
8480%{texmfdist}/tex/latex/gfsbaskerville
8481%{texmfdist}/tex/latex/gfsbodoni
8482%{texmfdist}/tex/latex/gfscomplutum
8483%{texmfdist}/tex/latex/gfsdidot
8484%{texmfdist}/tex/latex/gfsneohellenic
8485%{texmfdist}/tex/latex/gfsporson
8486%{texmfdist}/tex/latex/gfssolomos
8487%{texmfdist}/tex/latex/ginpenc
8488%{texmfdist}/tex/latex/gloss
8489%{texmfdist}/tex/latex/glossaries
8490%{texmfdist}/tex/latex/gmdoc
8491%{texmfdist}/tex/latex/gmeometric
8492%{texmfdist}/tex/latex/gmiflink
8493%{texmfdist}/tex/latex/gmutils
8494%{texmfdist}/tex/latex/gmverb
8495%{texmfdist}/tex/latex/gnuplottex
8496%{texmfdist}/tex/latex/go
df343eba 8497%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8498%{texmfdist}/tex/latex/graphicx-psmin
8499%{texmfdist}/tex/latex/greek-inputenc
8500%{texmfdist}/tex/latex/greekdates
68640cd8 8501%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8502%{texmfdist}/tex/latex/grfpaste
8503%{texmfdist}/tex/latex/grnumalt
8504%{texmfdist}/tex/latex/grotesq
8505%{texmfdist}/tex/latex/grverb
8506%{texmfdist}/tex/latex/gu
8507%{texmfdist}/tex/latex/guitar
8508%{texmfdist}/tex/latex/guitbeamer
8509%{texmfdist}/tex/latex/hanging
8510%{texmfdist}/tex/latex/har2nat
8511%{texmfdist}/tex/latex/harmony
8512%{texmfdist}/tex/latex/harpoon
8513%{texmfdist}/tex/latex/harvard
8514%{texmfdist}/tex/latex/hc
8515%{texmfdist}/tex/latex/helvetic
8516%{texmfdist}/tex/latex/hep
8517%{texmfdist}/tex/latex/hepnames
8518%{texmfdist}/tex/latex/hepparticles
8519%{texmfdist}/tex/latex/hepthesis
8520%{texmfdist}/tex/latex/hepunits
8521%{texmfdist}/tex/latex/hexgame
8522%{texmfdist}/tex/latex/hfoldsty
8523%{texmfdist}/tex/latex/hhtensor
8524%{texmfdist}/tex/latex/hilowres
8525%{texmfdist}/tex/latex/histogr
8526%{texmfdist}/tex/latex/hitec
8527%{texmfdist}/tex/latex/hpsdiss
8528%{texmfdist}/tex/latex/hrlatex
8529%{texmfdist}/tex/latex/hvfloat
8530%{texmfdist}/tex/latex/hypdvips
8531%{texmfdist}/tex/latex/hyper
df343eba 8532%{texmfdist}/tex/latex/hyperref
6367bfc9 8533%{texmfdist}/tex/latex/hyperxmp
df343eba 8534%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
8535%{texmfdist}/tex/latex/ibycus-babel
8536%{texmfdist}/tex/latex/icsv
8537%{texmfdist}/tex/latex/ieeepes
8538%{texmfdist}/tex/latex/ifmslide
8539%{texmfdist}/tex/latex/ifplatform
8540%{texmfdist}/tex/latex/ifsym
8541%{texmfdist}/tex/latex/ijmart
8542%{texmfdist}/tex/latex/imac
8543%{texmfdist}/tex/latex/image-gallery
8544%{texmfdist}/tex/latex/imtekda
df343eba 8545%{texmfdist}/tex/latex/index
6367bfc9
MB
8546%{texmfdist}/tex/latex/initials
8547%{texmfdist}/tex/latex/inlinebib
8548%{texmfdist}/tex/latex/inlinedef
8549%{texmfdist}/tex/latex/interactiveworkbook
8550%{texmfdist}/tex/latex/inversepath
8551%{texmfdist}/tex/latex/invoice
8552%{texmfdist}/tex/latex/ipa
8553%{texmfdist}/tex/latex/iso
8554%{texmfdist}/tex/latex/iso10303
8555%{texmfdist}/tex/latex/isodate
8556%{texmfdist}/tex/latex/isodoc
8557%{texmfdist}/tex/latex/isonums
8558%{texmfdist}/tex/latex/isorot
8559%{texmfdist}/tex/latex/isotope
8560%{texmfdist}/tex/latex/itnumpar
8561%{texmfdist}/tex/latex/itrans
8562%{texmfdist}/tex/latex/iwona
8563%{texmfdist}/tex/latex/jeopardy
8564%{texmfdist}/tex/latex/jhep
8565%{texmfdist}/tex/latex/jknapltx
8566%{texmfdist}/tex/latex/jneurosci
8567%{texmfdist}/tex/latex/jpsj
8568%{texmfdist}/tex/latex/jura
8569%{texmfdist}/tex/latex/juraabbrev
8570%{texmfdist}/tex/latex/juramisc
8571%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
8572%{texmfdist}/tex/latex/koma-script
8573%{texmfdist}/tex/latex/labels
4224ae6d
MB
8574%dir %{texmfdist}/tex/latex/latexconfig
8575%{texmfdist}/tex/latex/latexconfig/latex.ini
8576%{texmfdist}/tex/latex/latexconfig/lualatex.ini
8577%{texmfdist}/tex/latex/latexconfig/mllatex.ini
8578%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8579%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 8580%{texmfdist}/tex/latex/layouts
df343eba
ZU
8581%{texmfdist}/tex/latex/lettrine
8582%{texmfdist}/tex/latex/listings
8583%{texmfdist}/tex/latex/ltabptch
daae3151 8584%{texmfdist}/tex/latex/localloc
cf8dbd64 8585%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
8586%{texmfdist}/tex/latex/mathcomp
8587%{texmfdist}/tex/latex/mdwtools
8588%{texmfdist}/tex/latex/memoir
8589%{texmfdist}/tex/latex/mh
cf8dbd64
MB
8590%{texmfdist}/tex/latex/misc209
8591%{texmfdist}/tex/latex/mmap
8592%{texmfdist}/tex/latex/mnsymbol
8593%{texmfdist}/tex/latex/moderncv
8594%{texmfdist}/tex/latex/modroman
8595%{texmfdist}/tex/latex/mongolian-babel
8596%{texmfdist}/tex/latex/montex
df343eba
ZU
8597%{texmfdist}/tex/latex/mparhack
8598%{texmfdist}/tex/latex/ms
df343eba 8599%{texmfdist}/tex/latex/multibib
df343eba
ZU
8600%{texmfdist}/tex/latex/multirow
8601%{texmfdist}/tex/latex/mwcls
8602%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
8603%{texmfdist}/tex/latex/ncclatex
8604%{texmfdist}/tex/latex/ncctools
8605%{texmfdist}/tex/latex/ncntrsbk
8606%{texmfdist}/tex/latex/nddiss
8607%{texmfdist}/tex/latex/newalg
8608%{texmfdist}/tex/latex/newfile
8609%{texmfdist}/tex/latex/newlfm
8610%{texmfdist}/tex/latex/newspaper
8611%{texmfdist}/tex/latex/newthm
df343eba
ZU
8612%{texmfdist}/tex/latex/nomencl
8613%{texmfdist}/tex/latex/ntgclass
80fa261c 8614%{texmfdist}/tex/generic/oberdiek
df343eba 8615%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
8616%{texmfdist}/tex/latex/overpic
8617%{texmfdist}/tex/latex/paralist
df343eba
ZU
8618%{texmfdist}/tex/latex/pb-diagram
8619%{texmfdist}/tex/latex/pdfpages
8620%{texmfdist}/tex/latex/picinpar
df343eba
ZU
8621%{texmfdist}/tex/latex/pict2e
8622%{texmfdist}/tex/latex/placeins
df343eba
ZU
8623%{texmfdist}/tex/latex/preprint
8624%{texmfdist}/tex/latex/preview
8625%{texmfdist}/tex/latex/program
df343eba
ZU
8626%{texmfdist}/tex/latex/psfrag
8627%{texmfdist}/tex/latex/pslatex
df343eba
ZU
8628%{texmfdist}/tex/latex/revtex
8629%{texmfdist}/tex/latex/rotating
8630%{texmfdist}/tex/latex/rotfloat
8631%{texmfdist}/tex/latex/scale
8632%{texmfdist}/tex/latex/sectsty
df343eba
ZU
8633%{texmfdist}/tex/latex/seminar
8634%{texmfdist}/tex/latex/setspace
df343eba
ZU
8635%{texmfdist}/tex/latex/showdim
8636%{texmfdist}/tex/latex/showlabels
df343eba
ZU
8637%{texmfdist}/tex/latex/sidecap
8638%{texmfdist}/tex/latex/slashbox
8639%{texmfdist}/tex/latex/soul
8640%{texmfdist}/tex/latex/stdclsdv
8641%{texmfdist}/tex/latex/stmaryrd
8642%{texmfdist}/tex/latex/subfig
8643%{texmfdist}/tex/latex/subfigure
8644%{texmfdist}/tex/latex/supertabular
8645%{texmfdist}/tex/latex/t2
cf8dbd64
MB
8646%{texmfdist}/tex/latex/t-angles
8647%{texmfdist}/tex/latex/tableaux
8648%{texmfdist}/tex/latex/tablists
8649%{texmfdist}/tex/latex/tablor
8650%{texmfdist}/tex/latex/tabto-ltx
8651%{texmfdist}/tex/latex/tabulary
8652%{texmfdist}/tex/latex/tabvar
8653%{texmfdist}/tex/latex/talk
8654%{texmfdist}/tex/latex/taupin
8655%{texmfdist}/tex/latex/tcldoc
8656%{texmfdist}/tex/latex/tdsfrmath
8657%{texmfdist}/tex/latex/technics
8658%{texmfdist}/tex/latex/ted
8659%{texmfdist}/tex/latex/tengwarscript
8660%{texmfdist}/tex/latex/tensor
8661%{texmfdist}/tex/latex/teubner
8662%{texmfdist}/tex/latex/tex-gyre
8663%{texmfdist}/tex/latex/texilikecover
8664%{texmfdist}/tex/latex/texlogos
8665%{texmfdist}/tex/latex/texmate
8666%{texmfdist}/tex/latex/texpower
8667%{texmfdist}/tex/latex/texshade
8668%{texmfdist}/tex/latex/textcase
df343eba 8669%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
8670%{texmfdist}/tex/latex/textopo
8671%{texmfdist}/tex/latex/textpath
df343eba 8672%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
8673%{texmfdist}/tex/latex/theoremref
8674%{texmfdist}/tex/latex/thesis-titlepage-fhac
8675%{texmfdist}/tex/latex/thinsp
8676%{texmfdist}/tex/latex/thmtools
8677%{texmfdist}/tex/latex/thumb
8678%{texmfdist}/tex/latex/thuthesis
8679%{texmfdist}/tex/latex/ticket
8680%{texmfdist}/tex/latex/tikz-inet
8681%{texmfdist}/tex/latex/times
8682%{texmfdist}/tex/latex/timesht
8683%{texmfdist}/tex/latex/tipa
8684%{texmfdist}/tex/latex/titlefoot
df343eba 8685%{texmfdist}/tex/latex/titlesec
cf8dbd64 8686%{texmfdist}/tex/latex/titling
df343eba
ZU
8687%{texmfdist}/tex/latex/tocbibind
8688%{texmfdist}/tex/latex/tocloft
8689%{texmfdist}/tex/latex/tools
8690%{texmfdist}/tex/latex/totpages
df343eba 8691%{texmfdist}/tex/latex/type1cm
cf8dbd64 8692%{texmfdist}/tex/latex/undertilde
df343eba 8693%{texmfdist}/tex/latex/units
cf8dbd64
MB
8694%{texmfdist}/tex/latex/unitsdef
8695%{texmfdist}/tex/latex/universa
8696%{texmfdist}/tex/latex/unroman
8697%{texmfdist}/tex/latex/upmethodology
df343eba 8698%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
8699%{texmfdist}/tex/latex/varindex
8700%{texmfdist}/tex/latex/varsfromjobname
8701%{texmfdist}/tex/latex/vector
8702%{texmfdist}/tex/latex/velthuis
8703%{texmfdist}/tex/latex/verse
8704%{texmfdist}/tex/latex/versions
8705%{texmfdist}/tex/latex/vhistory
8706%{texmfdist}/tex/latex/vita
df343eba 8707%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
8708%{texmfdist}/tex/latex/volumes
8709%{texmfdist}/tex/latex/vpe
8710%{texmfdist}/tex/latex/vrsion
8711%{texmfdist}/tex/latex/vwcol
8712%{texmfdist}/tex/latex/vxu
8713%{texmfdist}/tex/latex/wallpaper
8714%{texmfdist}/tex/latex/warning
8715%{texmfdist}/tex/latex/warpcol
df343eba 8716%{texmfdist}/tex/latex/was
cf8dbd64
MB
8717%{texmfdist}/tex/latex/williams
8718%{texmfdist}/tex/latex/wnri
8719%{texmfdist}/tex/latex/wordlike
df343eba 8720%{texmfdist}/tex/latex/wrapfig
cf8dbd64
MB
8721%{texmfdist}/tex/latex/wsuipa
8722%{texmfdist}/tex/latex/xargs
8723%{texmfdist}/tex/latex/xcolor
8724%{texmfdist}/tex/latex/xdoc
8725%{texmfdist}/tex/latex/xfor
8726%{texmfdist}/tex/latex/xifthen
df343eba 8727%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
8728%{texmfdist}/tex/latex/xmpincl
8729%{texmfdist}/tex/latex/xnewcommand
8730%{texmfdist}/tex/latex/xoptarg
8731%{texmfdist}/tex/latex/xpackages
8732%{texmfdist}/tex/latex/xq
8733%{texmfdist}/tex/latex/xskak
8734%{texmfdist}/tex/latex/xstring
df343eba 8735%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
8736%{texmfdist}/tex/latex/xtcapts
8737%{texmfdist}/tex/latex/xyling
8738%{texmfdist}/tex/latex/xytree
8739%{texmfdist}/tex/latex/yafoot
df343eba 8740%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
8741%{texmfdist}/tex/latex/yhmath
8742%{texmfdist}/tex/latex/yi4latex
8743%{texmfdist}/tex/latex/york-thesis
8744%{texmfdist}/tex/latex/youngtab
8745%{texmfdist}/tex/latex/yplan
8746%{texmfdist}/tex/latex/zapfchan
8747%{texmfdist}/tex/latex/zapfding
8748%{texmfdist}/tex/latex/zed-csp
8749%{texmfdist}/tex/latex/zefonts
8750%{texmfdist}/tex/latex/ziffer
8751%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
8752%{texmfdist}/tex/plain/etex
8753%{texmf}/tex/latex/config
8754%{texmf}/tex/latex/dvipdfm
d08789e0 8755
6c82f497
ZU
8756%files latex-12many
8757%defattr(644,root,root,755)
8758%doc %{texmfdist}/doc/latex/12many
8759%{texmfdist}/source/latex/12many
8760
a8b381b0
ZU
8761%files latex-abstract
8762%defattr(644,root,root,755)
8763%doc %{texmfdist}/doc/latex/abstract
8764%{texmfdist}/tex/latex/abstract
8765
f1f5d194
ZU
8766%files latex-accfonts
8767%defattr(644,root,root,755)
606c6ab6 8768%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
8769%{texmfdist}/tex/latex/accfonts
8770
e88b5dcf
ZU
8771%files latex-adrconv
8772%defattr(644,root,root,755)
8773%{texmfdist}/tex/latex/adrconv
8774%{texmfdist}/doc/latex/adrconv
8775
d08789e0
ZU
8776%files latex-algorithms
8777%defattr(644,root,root,755)
68640cd8
ZU
8778%doc %{texmfdist}/doc/latex/algorithms
8779%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
8780
8781%files latex-ae
8782%defattr(644,root,root,755)
2677a8b0 8783%{texmfdist}/tex/latex/ae
d08789e0
ZU
8784
8785%files latex-ams
8786%defattr(644,root,root,755)
68640cd8
ZU
8787%doc %{texmfdist}/doc/latex/amscls
8788%doc %{texmfdist}/doc/latex/amsmath
68640cd8 8789%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 8790%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
8791%{texmfdist}/tex/latex/amscls
8792%{texmfdist}/tex/latex/amsmath
8793%{texmfdist}/tex/latex/amsfonts
8794%{texmfdist}/tex/latex/onlyamsmath
8795%{texmfdist}/source/latex/onlyamsmath
d08789e0
ZU
8796
8797%files latex-antp
8798%defattr(644,root,root,755)
7179ac92 8799%{texmfdist}/tex/latex/antp
d08789e0
ZU
8800
8801%files latex-antt
8802%defattr(644,root,root,755)
2677a8b0 8803%{texmfdist}/tex/latex/antt
d08789e0 8804
e88b5dcf
ZU
8805%files latex-appendix
8806%defattr(644,root,root,755)
8807%doc %{texmfdist}/doc/latex/appendix
8808%{texmfdist}/tex/latex/appendix
8809
b4d68b39
ZU
8810%files latex-backgammon
8811%defattr(644,root,root,755)
8812%doc %{texmfdist}/doc/latex/backgammon
8813%{texmfdist}/tex/latex/backgammon
8814
6c82f497
ZU
8815%files latex-bardiag
8816%defattr(644,root,root,755)
8817%doc %{texmfdist}/doc/latex/bardiag
8818%{texmfdist}/tex/latex/bardiag
8819
d08789e0
ZU
8820%files latex-bbm
8821%defattr(644,root,root,755)
68640cd8
ZU
8822%doc %{texmfdist}/doc/fonts/bbm
8823%{texmfdist}/tex/latex/bbm
d08789e0
ZU
8824
8825%files latex-bbold
8826%defattr(644,root,root,755)
ffd94364
ZU
8827%doc %{texmfdist}/doc/latex/bbold
8828%{texmfdist}/tex/latex/bbold
8829%{texmfdist}/source/latex/bbold
d08789e0 8830
b4d68b39
ZU
8831%files latex-beamer
8832%defattr(644,root,root,755)
8833%doc %{texmfdist}/doc/latex/beamer
8834%{texmfdist}/tex/latex/beamer-contrib
8835%{texmfdist}/tex/latex/beamer
8836
2fede27b
ZU
8837%files latex-bezos
8838%defattr(644,root,root,755)
8839%doc %{texmfdist}/doc/latex/bezos
8840%{texmfdist}/tex/latex/bezos
8841
d08789e0
ZU
8842%files latex-bibtex
8843%defattr(644,root,root,755)
68640cd8 8844%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
8845%doc %{texmfdist}/doc/latex/adrconv
8846%doc %{texmfdist}/doc/latex/bibtopic
8847%doc %{texmfdist}/doc/latex/bibunits
8848%doc %{texmfdist}/doc/latex/natbib
8849%doc %{texmfdist}/doc/latex/footbib
8850%dir %{texmfdist}/doc/bibtex
8851%dir %{texmfdist}/bibtex
8852%dir %{texmfdist}/bibtex/bib
8853%dir %{texmfdist}/bibtex/bst
b9a3d45e 8854%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
8855
8856%attr(755,root,root) %{_bindir}/bibtex
8857%attr(755,root,root) %{_bindir}/rubibtex
8858
68640cd8
ZU
8859%{texmfdist}/bibtex/bst/base
8860%{texmfdist}/bibtex/csf/base
8861%{texmfdist}/bibtex/bib/base
8862%{texmfdist}/bibtex/bst/adrconv
8863%{texmfdist}/bibtex/bib/adrconv
8864%{texmfdist}/source/latex/adrconv
8865%{texmfdist}/tex/latex/adrconv
8866# %{texmf}/bibtex/bst/misc
8867%{texmfdist}/bibtex/bst/natbib
8868%{texmfdist}/tex/latex/natbib
8869%{texmfdist}/tex/latex/bibtopic
8870%{texmfdist}/source/latex/bibunits
8871%{texmfdist}/tex/latex/bibunits
8872%{texmfdist}/source/latex/footbib
8873%{texmfdist}/tex/latex/footbib
d08789e0
ZU
8874
8875%{_mandir}/man1/bibtex.1*
8876%{_mandir}/man1/rubibtex.1*
8877
8878%files latex-bibtex-ams
8879%defattr(644,root,root,755)
68640cd8
ZU
8880%{texmfdist}/bibtex/bst/ams
8881%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
8882
8883%files latex-bibtex-pl
8884%defattr(644,root,root,755)
04123363 8885%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 8886%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
8887
8888%files latex-bibtex-german
8889%defattr(644,root,root,755)
68640cd8
ZU
8890%doc %{texmfdist}/doc/bibtex/germbib
8891%{texmfdist}/bibtex/bst/germbib
8892%{texmfdist}/tex/latex/germbib
d08789e0
ZU
8893
8894%files latex-bibtex-revtex4
8895%defattr(644,root,root,755)
04123363 8896%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
8897%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
8898%{texmfdist}/source/latex/revtex/revtex4.dtx
8899%{texmfdist}/source/latex/revtex/revtex4.ins
8900%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
8901
8902%files latex-bibtex-jurabib
8903%defattr(644,root,root,755)
68640cd8
ZU
8904%doc %{texmfdist}/doc/latex/jurabib
8905%{texmfdist}/bibtex/bst/jurabib
8906%{texmfdist}/bibtex/bib/jurabib
8907%{texmfdist}/source/latex/jurabib
8908%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
8909
8910%files latex-bibtex-dk
8911%defattr(644,root,root,755)
68640cd8
ZU
8912%doc %{texmfdist}/doc/latex/dk-bib
8913%{texmfdist}/bibtex/bst/dk-bib
8914%{texmfdist}/bibtex/csf/dk-bib
8915%{texmfdist}/bibtex/bib/dk-bib
8916%{texmfdist}/source/latex/dk-bib
8917%{texmfdist}/tex/latex/dk-bib
8918
8919# %files latex-bibtex-nor
8920# %defattr(644,root,root,755)
8921# %{texmf}/bibtex/bst/norbib
d08789e0 8922
33b3b483
ZU
8923%files latex-bibtex-styles
8924%defattr(644,root,root,755)
04123363 8925%dir %{texmfdist}/doc/generic/t2
80fa261c 8926%dir %{texmfdist}/doc/generic/t2%{_sysconfdir}
04123363 8927%dir %{texmfdist}/source/bibtex
33b3b483
ZU
8928%{texmfdist}/bibtex/bib/IEEEtran
8929%{texmfdist}/bibtex/bib/abstyles
8930%{texmfdist}/bibtex/bib/achemso
8931%{texmfdist}/bibtex/bib/acmtrans
8932%{texmfdist}/bibtex/bib/aiaa
8933%{texmfdist}/bibtex/bib/apacite
8934%{texmfdist}/bibtex/bib/asaetr
8935%{texmfdist}/bibtex/bib/ascelike
8936%{texmfdist}/bibtex/bib/beebe
8937%{texmfdist}/bibtex/bib/bibhtml
8938%{texmfdist}/bibtex/bib/bibtopic
8939%{texmfdist}/bibtex/bib/biocon
8940%{texmfdist}/bibtex/bib/computational-complexity
8941%{texmfdist}/bibtex/bib/din1505
8942%{texmfdist}/bibtex/bib/directory
8943%{texmfdist}/bibtex/bib/dtk
8944%{texmfdist}/bibtex/bib/figbib
8945%{texmfdist}/bibtex/bib/frankenstein
8946%{texmfdist}/bibtex/bib/gatech-thesis
8947%{texmfdist}/bibtex/bib/geomsty
8948%{texmfdist}/bibtex/bib/gloss
8949%{texmfdist}/bibtex/bib/harvard
8950%{texmfdist}/bibtex/bib/ieeepes
8951%{texmfdist}/bibtex/bib/ijmart
8952%{texmfdist}/bibtex/bib/imac
8953%{texmfdist}/bibtex/bib/index
8954%{texmfdist}/bibtex/bib/lsc
8955%{texmfdist}/bibtex/bib/msc
8956%{texmfdist}/bibtex/bib/nostarch
8957%{texmfdist}/bibtex/bib/philosophersimprint
8958%{texmfdist}/bibtex/bib/revtex
8959%{texmfdist}/bibtex/bib/spie
8960%{texmfdist}/bibtex/bib/urlbst
8961%{texmfdist}/bibtex/bst/IEEEtran
8962%{texmfdist}/bibtex/bst/abstyles
8963%{texmfdist}/bibtex/bst/achemso
8964%{texmfdist}/bibtex/bst/acmtrans
8965%{texmfdist}/bibtex/bst/afthesis
8966%{texmfdist}/bibtex/bst/aguplus
8967%{texmfdist}/bibtex/bst/aiaa
8968%{texmfdist}/bibtex/bst/aichej
8969%{texmfdist}/bibtex/bst/ametsoc
8970%{texmfdist}/bibtex/bst/apacite
8971%{texmfdist}/bibtex/bst/asaetr
8972%{texmfdist}/bibtex/bst/ascelike
8973%{texmfdist}/bibtex/bst/babelbib
8974%{texmfdist}/bibtex/bst/beebe
8975%{texmfdist}/bibtex/bst/bibhtml
8976%{texmfdist}/bibtex/bst/chem-journal
8977%{texmfdist}/bibtex/bst/chicago
8978%{texmfdist}/bibtex/bst/computational-complexity
8979%{texmfdist}/bibtex/bst/confproc
8980%{texmfdist}/bibtex/bst/datatool
8981%{texmfdist}/bibtex/bst/din1505
8982%{texmfdist}/bibtex/bst/dinat
8983%{texmfdist}/bibtex/bst/directory
8984%{texmfdist}/bibtex/bst/dtk
8985%{texmfdist}/bibtex/bst/dvdcoll
8986%{texmfdist}/bibtex/bst/economic
8987%{texmfdist}/bibtex/bst/elsevier-bib
8988%{texmfdist}/bibtex/bst/fbs
8989%{texmfdist}/bibtex/bst/figbib
8990%{texmfdist}/bibtex/bst/finbib
8991%{texmfdist}/bibtex/bst/frankenstein
8992%{texmfdist}/bibtex/bst/gatech-thesis
8993%{texmfdist}/bibtex/bst/gloss
8994%{texmfdist}/bibtex/bst/gost
8995%{texmfdist}/bibtex/bst/gustlib
8996%{texmfdist}/bibtex/bst/harvard
8997%{texmfdist}/bibtex/bst/hc
8998%{texmfdist}/bibtex/bst/ieeepes
8999%{texmfdist}/bibtex/bst/ijmart
9000%{texmfdist}/bibtex/bst/ijqc
9001%{texmfdist}/bibtex/bst/imac
9002%{texmfdist}/bibtex/bst/index
9003%{texmfdist}/bibtex/bst/inlinebib
9004%{texmfdist}/bibtex/bst/iopart-num
9005%{texmfdist}/bibtex/bst/jneurosci
9006%{texmfdist}/bibtex/bst/jurarsp
9007%{texmfdist}/bibtex/bst/kluwer
9008%{texmfdist}/bibtex/bst/mciteplus
9009%{texmfdist}/bibtex/bst/mslapa
9010%{texmfdist}/bibtex/bst/multibib
9011%{texmfdist}/bibtex/bst/munich
9012%{texmfdist}/bibtex/bst/nature
9013%{texmfdist}/bibtex/bst/nddiss
9014%{texmfdist}/bibtex/bst/opcit
9015%{texmfdist}/bibtex/bst/perception
9016%{texmfdist}/bibtex/bst/revtex
9017%{texmfdist}/bibtex/bst/rsc
9018%{texmfdist}/bibtex/bst/savetrees
9019%{texmfdist}/bibtex/bst/shipunov
9020%{texmfdist}/bibtex/bst/smflatex
9021%{texmfdist}/bibtex/bst/sort-by-letters
9022%{texmfdist}/bibtex/bst/spie
9023%{texmfdist}/bibtex/bst/stellenbosch
9024%{texmfdist}/bibtex/bst/swebib
9025%{texmfdist}/bibtex/bst/texsis
9026%{texmfdist}/bibtex/bst/thuthesis
9027%{texmfdist}/bibtex/bst/tugboat
9028%{texmfdist}/bibtex/bst/urlbst
9029%{texmfdist}/bibtex/csf/gost
9030%doc %{texmfdist}/doc/bibtex/abstyles
9031%doc %{texmfdist}/doc/bibtex/bibhtml
9032%doc %{texmfdist}/doc/bibtex/dinat
9033%doc %{texmfdist}/doc/bibtex/economic
9034%doc %{texmfdist}/doc/bibtex/elsevier-bib
9035%doc %{texmfdist}/doc/bibtex/gost
9036%doc %{texmfdist}/doc/bibtex/ijqc
9037%doc %{texmfdist}/doc/bibtex/iopart-num
80fa261c 9038%doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
33b3b483
ZU
9039%doc %{texmfdist}/doc/latex/IEEEtran
9040%{texmfdist}/source/bibtex/gost
9041
435dbdfa
ZU
9042%files latex-bibtex-vancouver
9043%defattr(644,root,root,755)
9044%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9045%dir %{texmfdist}/bibtex/bst/vancouver
9046%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9047%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9048%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9049%doc %{texmfdist}/doc/bibtex/vancouver/README
9050%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9051%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9052
2fede27b
ZU
9053%files latex-booktabs
9054%defattr(644,root,root,755)
9055%doc %{texmfdist}/doc/latex/booktabs
9056%{texmfdist}/tex/latex/booktabs
9057
9058%files latex-caption
9059%defattr(644,root,root,755)
9060%doc %{texmfdist}/doc/latex/caption
9061%{texmfdist}/tex/latex/caption
9062
d08789e0
ZU
9063%files latex-carlisle
9064%defattr(644,root,root,755)
68640cd8
ZU
9065%doc %{texmfdist}/doc/latex/carlisle
9066%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9067
9068%files latex-ccfonts
9069%defattr(644,root,root,755)
68640cd8
ZU
9070%doc %{texmfdist}/doc/latex/ccfonts
9071%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9072
9073%files latex-cite
9074%defattr(644,root,root,755)
2677a8b0 9075%{texmfdist}/tex/latex/cite
d08789e0
ZU
9076
9077%files latex-cmbright
9078%defattr(644,root,root,755)
68640cd8
ZU
9079%doc %{texmfdist}/doc/latex/cmbright
9080%{texmfdist}/tex/latex/cmbright
9081
2fede27b
ZU
9082%files latex-comment
9083%defattr(644,root,root,755)
9084%doc %{texmfdist}/doc/latex/comment
9085%{texmfdist}/tex/latex/comment
d08789e0
ZU
9086
9087%files latex-concmath
9088%defattr(644,root,root,755)
2677a8b0 9089%{texmfdist}/tex/latex/concmath
d08789e0 9090
2fede27b
ZU
9091%files latex-currvita
9092%defattr(644,root,root,755)
9093%doc %{texmfdist}/doc/latex/currvita
9094%{texmfdist}/tex/latex/currvita
9095
9096%files latex-curves
9097%defattr(644,root,root,755)
9098%doc %{texmfdist}/doc/latex/curves
9099%{texmfdist}/tex/latex/curves
9100
d08789e0
ZU
9101%files latex-custom-bib
9102%defattr(644,root,root,755)
9501d92c
ZU
9103%doc %{texmfdist}/doc/latex/custom-bib
9104%{texmfdist}/source/latex/custom-bib
9105%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9106
9107%files latex-cyrillic
9108%defattr(644,root,root,755)
9501d92c
ZU
9109%doc %{texmfdist}/doc/latex/cyrillic
9110%{texmfdist}/source/latex/cyrillic
9111%{texmfdist}/tex/latex/cyrillic
d08789e0 9112
04eb4e68
ZU
9113# %files latex-dstroke
9114# %defattr(644,root,root,755)
9115# %{texmf}/tex/latex/dstroke
d08789e0 9116
60597425
ZU
9117%files latex-enumitem
9118%defattr(644,root,root,755)
9119%doc %{texmfdist}/doc/latex/enumitem
9120%{texmfdist}/tex/latex/enumitem
9121
2b453bda
ZU
9122%files latex-exam
9123%defattr(644,root,root,755)
f1f5d194 9124%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9125%{texmfdist}/tex/latex/exam
9126
f1f5d194
ZU
9127%files latex-gbrief
9128%defattr(644,root,root,755)
9129%doc %{texmfdist}/doc/latex/g-brief
9130%{texmfdist}/tex/latex/g-brief
9131
d08789e0
ZU
9132%files latex-jknappen
9133%defattr(644,root,root,755)
9501d92c
ZU
9134%doc %{texmfdist}/fonts/source/jknappen
9135%{texmfdist}/fonts/tfm/jknappen
d08789e0 9136
d19eaaab
ZU
9137%files latex-keystroke
9138%defattr(644,root,root,755)
9139%{texmfdist}/tex/latex/keystroke
9140%doc %{texmfdist}/doc/latex/keystroke
9141
9142%files latex-labbook
9143%defattr(644,root,root,755)
9144%doc %{texmfdist}/doc/latex/labbook
9145%{texmfdist}/source/latex/labbook
9146%{texmfdist}/tex/latex/labbook
9147
a8b381b0
ZU
9148%files latex-lastpage
9149%defattr(644,root,root,755)
a8b381b0 9150%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9151%{texmfdist}/tex/latex/lastpage
9152
d19eaaab
ZU
9153%files latex-lcd
9154%defattr(644,root,root,755)
9155%doc %{texmfdist}/doc/latex/lcd
9156%{texmfdist}/source/latex/lcd
9157%{texmfdist}/tex/latex/lcd
9158
9159%files latex-leaflet
9160%defattr(644,root,root,755)
9161%doc %{texmfdist}/doc/latex/leaflet
9162%{texmfdist}/source/latex/leaflet
9163%{texmfdist}/tex/latex/leaflet
9164
f1f5d194
ZU
9165%files latex-leftidx
9166%defattr(644,root,root,755)
9167%doc %{texmfdist}/doc/latex/leftidx
9168%{texmfdist}/tex/latex/leftidx
a8b381b0 9169
d19eaaab
ZU
9170%files latex-lewis
9171%defattr(644,root,root,755)
9172%doc %{texmfdist}/doc/latex/lewis
9173%{texmfdist}/tex/latex/lewis
9174
d08789e0
ZU
9175%files latex-lm
9176%defattr(644,root,root,755)
9501d92c
ZU
9177%doc %{texmfdist}/doc/fonts/lm
9178%{texmfdist}/tex/latex/lm
9179%{texmfdist}/fonts/afm/public/lm
9180%{texmfdist}/fonts/enc/dvips/lm
9181%{texmfdist}/fonts/map/dvips/lm
9182%{texmfdist}/fonts/map/dvipdfm/lm
9183%{texmfdist}/fonts/opentype/public/lm
9184%{texmfdist}/fonts/tfm/public/lm
9185%{texmfdist}/source/fonts/lm
d08789e0
ZU
9186
9187%files latex-lucidabr
9188%defattr(644,root,root,755)
8affbd2c 9189%dir %{texmfdist}/vtex
04123363 9190%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9191%{texmfdist}/vtex/config/lucidabr-k.ali
9192%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9193
9194%files latex-lineno
9195%defattr(644,root,root,755)
9501d92c
ZU
9196%doc %{texmfdist}/doc/latex/lineno
9197%{texmfdist}/tex/latex/lineno
9198
d08789e0
ZU
9199
9200%files latex-marvosym
9201%defattr(644,root,root,755)
2677a8b0 9202%{texmfdist}/tex/latex/marvosym
d08789e0 9203
d19eaaab
ZU
9204%files latex-mathexam
9205%defattr(644,root,root,755)
9206%doc %{texmfdist}/doc/latex/mathexam
9207%{texmfdist}/source/latex/mathexam
9208%{texmfdist}/tex/latex/mathexam
9209
5b7eba8e
MB
9210#%files latex-mathpple
9211#%defattr(644,root,root,755)
d08789e0 9212
5b7eba8e
MB
9213#%files latex-mathtime
9214#%defattr(644,root,root,755)
d08789e0
ZU
9215
9216%files latex-microtype
9217%defattr(644,root,root,755)
26d8eaaa
ZU
9218%doc %{texmfdist}/doc/latex/microtype
9219%{texmfdist}/source/latex/microtype
9220%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9221
9222%files latex-mflogo
9223%defattr(644,root,root,755)
26d8eaaa
ZU
9224%doc %{texmfdist}/doc/latex/mflogo
9225%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9226
9227%files latex-mfnfss
9228%defattr(644,root,root,755)
26d8eaaa
ZU
9229%{texmfdist}/source/latex/mfnfss
9230%{texmfdist}/tex/latex/mfnfss
9231
d08789e0
ZU
9232%files latex-minitoc
9233%defattr(644,root,root,755)
26d8eaaa
ZU
9234%doc %{texmfdist}/doc/latex/minitoc
9235%{texmfdist}/bibtex/bst/minitoc
9236%{texmfdist}/makeindex/minitoc
9237%{texmfdist}/scripts/minitoc
9238%{texmfdist}/source/latex/minitoc
9239%{texmfdist}/tex/latex/minitoc
9240
d08789e0
ZU
9241
9242%files latex-mltex
9243%defattr(644,root,root,755)
26d8eaaa
ZU
9244%doc %{texmfdist}/doc/latex/mltex
9245%{texmfdist}/tex/latex/mltex
d08789e0 9246
f1f5d194
ZU
9247%files latex-moreverb
9248%defattr(644,root,root,755)
9249%doc %{texmfdist}/doc/latex/moreverb
9250%{texmfdist}/tex/latex/moreverb
9251
d34bfb7f
ZU
9252%files latex-multienum
9253%defattr(644,root,root,755)
f2555868 9254%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9255%dir %{texmfdist}/tex/latex/multenum
f2555868 9256%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9257
8ed039e0
ZU
9258%files latex-musictex
9259%defattr(644,root,root,755)
9260%doc %{texmfdist}/doc/generic/musictex
9261%{texmfdist}/fonts/source/public/musictex
9262%{texmfdist}/fonts/tfm/public/musictex
9263%{texmfdist}/tex/generic/musictex
9264%{texmfdist}/tex/latex/musictex
9265
a8b381b0
ZU
9266%files latex-ntheorem
9267%defattr(644,root,root,755)
9268%{texmfdist}/tex/latex/ntheorem
9269%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9270
f65b3398
ZU
9271%files latex-other-doc
9272%defattr(644,root,root,755)
8affbd2c 9273%doc %{texmfdist}/doc/alatex
f65b3398 9274%doc %{texmfdist}/doc/cslatex/base
e67df411 9275%doc %{texmfdist}/doc/generic/enctex
8affbd2c 9276%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9277%doc %{texmfdist}/doc/latex/ANUfinalexam
9278%doc %{texmfdist}/doc/latex/AkkTeX
9279%doc %{texmfdist}/doc/latex/ESIEEcv
9280%doc %{texmfdist}/doc/latex/GuIT
9281%doc %{texmfdist}/doc/latex/HA-prosper
9282%doc %{texmfdist}/doc/latex/IEEEconf
9283%doc %{texmfdist}/doc/latex/a0poster
9284%doc %{texmfdist}/doc/latex/aastex
9285%doc %{texmfdist}/doc/latex/abc
9286%doc %{texmfdist}/doc/latex/achemso
9287%doc %{texmfdist}/doc/latex/acmconf
9288%doc %{texmfdist}/doc/latex/acmtrans
9289%doc %{texmfdist}/doc/latex/active-conf
9290%doc %{texmfdist}/doc/latex/addlines
9291%doc %{texmfdist}/doc/latex/adrlist
9292%doc %{texmfdist}/doc/latex/afthesis
9293%doc %{texmfdist}/doc/latex/aguplus
9294%doc %{texmfdist}/doc/latex/aiaa
9295%doc %{texmfdist}/doc/latex/akletter
9296%doc %{texmfdist}/doc/latex/alg
9297%doc %{texmfdist}/doc/latex/algorithm2e
9298%doc %{texmfdist}/doc/latex/algorithmicx
9299%doc %{texmfdist}/doc/latex/alnumsec
9300%doc %{texmfdist}/doc/latex/altfont
9301%doc %{texmfdist}/doc/latex/ametsoc
9302%doc %{texmfdist}/doc/latex/amsaddr
9303%doc %{texmfdist}/doc/latex/amsrefs
9304%doc %{texmfdist}/doc/latex/animate
9305%doc %{texmfdist}/doc/latex/answers
9306%doc %{texmfdist}/doc/latex/anyfontsize
9307%doc %{texmfdist}/doc/latex/apa
9308%doc %{texmfdist}/doc/latex/apacite
9309%doc %{texmfdist}/doc/latex/ar
9310%doc %{texmfdist}/doc/latex/arabi
9311%doc %{texmfdist}/doc/latex/arabtex
9312%doc %{texmfdist}/doc/latex/arcs
9313%doc %{texmfdist}/doc/latex/arydshln
9314%doc %{texmfdist}/doc/latex/asaetr
9315%doc %{texmfdist}/doc/latex/ascelike
9316%doc %{texmfdist}/doc/latex/assignment
9317%doc %{texmfdist}/doc/latex/attachfile
9318%doc %{texmfdist}/doc/latex/augie
9319%doc %{texmfdist}/doc/latex/aurical
9320%doc %{texmfdist}/doc/latex/authorindex
9321%doc %{texmfdist}/doc/latex/autoarea
9322%doc %{texmfdist}/doc/latex/autotab
9323%doc %{texmfdist}/doc/latex/babelbib
9324%doc %{texmfdist}/doc/latex/bangtex
9325%doc %{texmfdist}/doc/latex/barcodes
9326%doc %{texmfdist}/doc/latex/bayer
9327%doc %{texmfdist}/doc/latex/bbm-macros
9328%doc %{texmfdist}/doc/latex/beamer-contrib
9329%doc %{texmfdist}/doc/latex/begriff
9330%doc %{texmfdist}/doc/latex/betababel
9331%doc %{texmfdist}/doc/latex/bez123
9332%doc %{texmfdist}/doc/latex/bibarts
9333%doc %{texmfdist}/doc/latex/bibleref
9334%doc %{texmfdist}/doc/latex/biblist
9335%doc %{texmfdist}/doc/latex/bibtopicprefix
9336%doc %{texmfdist}/doc/latex/bigfoot
9337%doc %{texmfdist}/doc/latex/binomexp
9338%doc %{texmfdist}/doc/latex/biocon
9339%doc %{texmfdist}/doc/latex/bizcard
9340%doc %{texmfdist}/doc/latex/blindtext
9341%doc %{texmfdist}/doc/latex/blowup
9342%doc %{texmfdist}/doc/latex/boites
9343%doc %{texmfdist}/doc/latex/boldtensors
9344%doc %{texmfdist}/doc/latex/bookest
9345%doc %{texmfdist}/doc/latex/booklet
9346%doc %{texmfdist}/doc/latex/boxhandler
9347%doc %{texmfdist}/doc/latex/bpchem
9348%doc %{texmfdist}/doc/latex/braille
9349%doc %{texmfdist}/doc/latex/breakurl
9350%doc %{texmfdist}/doc/latex/brushscr
9351%doc %{texmfdist}/doc/latex/bullcntr
9352%doc %{texmfdist}/doc/latex/bussproofs
9353%doc %{texmfdist}/doc/latex/bytefield
9354%doc %{texmfdist}/doc/latex/calxxxx
9355%doc %{texmfdist}/doc/latex/captcont
9356%doc %{texmfdist}/doc/latex/casyl
9357%doc %{texmfdist}/doc/latex/catechis
9358%doc %{texmfdist}/doc/latex/cbcoptic
9359%doc %{texmfdist}/doc/latex/cclicenses
9360%doc %{texmfdist}/doc/latex/cd-cover
9361%doc %{texmfdist}/doc/latex/cd
9362%doc %{texmfdist}/doc/latex/cdpbundl
9363%doc %{texmfdist}/doc/latex/cellspace
9364%doc %{texmfdist}/doc/latex/changes
9365%doc %{texmfdist}/doc/latex/chapterfolder
9366%doc %{texmfdist}/doc/latex/chemcompounds
9367%doc %{texmfdist}/doc/latex/chemcono
9368%doc %{texmfdist}/doc/latex/chemstyle
9369%doc %{texmfdist}/doc/latex/chessboard
9370%doc %{texmfdist}/doc/latex/chessfss
9371%doc %{texmfdist}/doc/latex/china2e
9372%doc %{texmfdist}/doc/latex/chletter
9373%doc %{texmfdist}/doc/latex/circ
9374%doc %{texmfdist}/doc/latex/cite
9375%doc %{texmfdist}/doc/latex/cjk
9376%doc %{texmfdist}/doc/latex/classicthesis
9377%doc %{texmfdist}/doc/latex/clefval
9378%doc %{texmfdist}/doc/latex/cleveref
9379%doc %{texmfdist}/doc/latex/clock
9380%doc %{texmfdist}/doc/latex/clrscode
9381%doc %{texmfdist}/doc/latex/cm-lgc
9382%doc %{texmfdist}/doc/latex/cmap
9383%doc %{texmfdist}/doc/latex/cmcyralt
9384%doc %{texmfdist}/doc/latex/cmdstring
9385%doc %{texmfdist}/doc/latex/cmll
9386%doc %{texmfdist}/doc/latex/codepage
9387%doc %{texmfdist}/doc/latex/colorinfo
9388%doc %{texmfdist}/doc/latex/colortbl
9389%doc %{texmfdist}/doc/latex/colorwav
9390%doc %{texmfdist}/doc/latex/combine
9391%doc %{texmfdist}/doc/latex/commath
9392%doc %{texmfdist}/doc/latex/complexity
9393%doc %{texmfdist}/doc/latex/computational-complexity
9394%doc %{texmfdist}/doc/latex/concprog
9395%doc %{texmfdist}/doc/latex/confproc
9396%doc %{texmfdist}/doc/latex/constants
9397%doc %{texmfdist}/doc/latex/contour
9398%doc %{texmfdist}/doc/latex/cooking
9399%doc %{texmfdist}/doc/latex/cool
9400%doc %{texmfdist}/doc/latex/coollist
9401%doc %{texmfdist}/doc/latex/coolstr
9402%doc %{texmfdist}/doc/latex/cooltooltips
9403%doc %{texmfdist}/doc/latex/coordsys
9404%doc %{texmfdist}/doc/latex/courier-scaled
9405%doc %{texmfdist}/doc/latex/courseoutline
9406%doc %{texmfdist}/doc/latex/coursepaper
9407%doc %{texmfdist}/doc/latex/coverpage
9408%doc %{texmfdist}/doc/latex/covington
9409%doc %{texmfdist}/doc/latex/crossreference
9410%doc %{texmfdist}/doc/latex/crosswrd
9411%doc %{texmfdist}/doc/latex/cryst
9412%doc %{texmfdist}/doc/latex/csbulletin
9413%doc %{texmfdist}/doc/latex/csquotes
9414%doc %{texmfdist}/doc/latex/csvtools
9415%doc %{texmfdist}/doc/latex/ctable
9416%doc %{texmfdist}/doc/latex/ctib
9417%doc %{texmfdist}/doc/latex/cuisine
9418%doc %{texmfdist}/doc/latex/cursor
9419%doc %{texmfdist}/doc/latex/curve
9420%doc %{texmfdist}/doc/latex/curve2e
9421%doc %{texmfdist}/doc/latex/cv
9422%doc %{texmfdist}/doc/latex/cweb-latex
9423%doc %{texmfdist}/doc/latex/cwpuzzle
9424%doc %{texmfdist}/doc/latex/dashrule
9425%doc %{texmfdist}/doc/latex/datatool
9426%doc %{texmfdist}/doc/latex/dateiliste
9427%doc %{texmfdist}/doc/latex/datenumber
9428%doc %{texmfdist}/doc/latex/datetime
9429%doc %{texmfdist}/doc/latex/dcpic
9430%doc %{texmfdist}/doc/latex/delimtxt
9431%doc %{texmfdist}/doc/latex/diagnose
9432%doc %{texmfdist}/doc/latex/dialogl
9433%doc %{texmfdist}/doc/latex/dichokey
9434%doc %{texmfdist}/doc/latex/digiconfigs
9435%doc %{texmfdist}/doc/latex/din1505
9436%doc %{texmfdist}/doc/latex/directory
9437%doc %{texmfdist}/doc/latex/disser
9438%doc %{texmfdist}/doc/latex/dlfltxb
9439%doc %{texmfdist}/doc/latex/dnaseq
9440%doc %{texmfdist}/doc/latex/docmfp
9441%doc %{texmfdist}/doc/latex/doi
9442%doc %{texmfdist}/doc/latex/doipubmed
9443%doc %{texmfdist}/doc/latex/dotarrow
9444%doc %{texmfdist}/doc/latex/dottex
9445%doc %{texmfdist}/doc/latex/dpfloat
9446%doc %{texmfdist}/doc/latex/dprogress
9447%doc %{texmfdist}/doc/latex/drac
9448%doc %{texmfdist}/doc/latex/draftwatermark
9449%doc %{texmfdist}/doc/latex/dramatist
9450%doc %{texmfdist}/doc/latex/dtk
9451%doc %{texmfdist}/doc/latex/dtxgallery
9452%doc %{texmfdist}/doc/latex/duerer-latex
9453%doc %{texmfdist}/doc/latex/dvdcoll
9454%doc %{texmfdist}/doc/latex/dyntree
9455%doc %{texmfdist}/doc/latex/eCards
9456%doc %{texmfdist}/doc/latex/ean13isbn
9457%doc %{texmfdist}/doc/latex/easy
9458%doc %{texmfdist}/doc/latex/ebezier
9459%doc %{texmfdist}/doc/latex/ebong
9460%doc %{texmfdist}/doc/latex/ebsthesis
9461%doc %{texmfdist}/doc/latex/ecclesiastic
9462%doc %{texmfdist}/doc/latex/ecltree
9463%doc %{texmfdist}/doc/latex/ecv
9464%doc %{texmfdist}/doc/latex/ed
9465%doc %{texmfdist}/doc/latex/edmac
9466%doc %{texmfdist}/doc/latex/edmargin
9467%doc %{texmfdist}/doc/latex/ednotes
9468%doc %{texmfdist}/doc/latex/eemeir
9469%doc %{texmfdist}/doc/latex/egameps
9470%doc %{texmfdist}/doc/latex/egplot
9471%doc %{texmfdist}/doc/latex/ellipsis
9472%doc %{texmfdist}/doc/latex/elmath
9473%doc %{texmfdist}/doc/latex/elpres
9474%doc %{texmfdist}/doc/latex/elsarticle
9475%doc %{texmfdist}/doc/latex/elsevier
9476%doc %{texmfdist}/doc/latex/em
9477%doc %{texmfdist}/doc/latex/emp
9478%doc %{texmfdist}/doc/latex/emulateapj
9479%doc %{texmfdist}/doc/latex/endheads
9480%doc %{texmfdist}/doc/latex/engpron
9481%doc %{texmfdist}/doc/latex/engrec
9482%doc %{texmfdist}/doc/latex/environ
9483%doc %{texmfdist}/doc/latex/envlab
9484%doc %{texmfdist}/doc/latex/epigraph
9485%doc %{texmfdist}/doc/latex/epiolmec
9486%doc %{texmfdist}/doc/latex/epsdice
9487%doc %{texmfdist}/doc/latex/epspdfconversion
9488%doc %{texmfdist}/doc/latex/eqlist
9489%doc %{texmfdist}/doc/latex/eqnarray
9490%doc %{texmfdist}/doc/latex/eqparbox
9491%doc %{texmfdist}/doc/latex/errata
9492%doc %{texmfdist}/doc/latex/esdiff
9493%doc %{texmfdist}/doc/latex/eskd
9494%doc %{texmfdist}/doc/latex/eskdx
9495%doc %{texmfdist}/doc/latex/esvect
9496%doc %{texmfdist}/doc/latex/etaremune
9497%doc %{texmfdist}/doc/latex/etex-pkg
9498%doc %{texmfdist}/doc/latex/ethiop-t1
9499%doc %{texmfdist}/doc/latex/ethiop
9500%doc %{texmfdist}/doc/latex/etoolbox
9501%doc %{texmfdist}/doc/latex/eukdate
9502%doc %{texmfdist}/doc/latex/euproposal
9503%doc %{texmfdist}/doc/latex/euro
9504%doc %{texmfdist}/doc/latex/europecv
9505%doc %{texmfdist}/doc/latex/eurosans
9506%doc %{texmfdist}/doc/latex/everypage
9507%doc %{texmfdist}/doc/latex/examdesign
9508%doc %{texmfdist}/doc/latex/examplep
9509%doc %{texmfdist}/doc/latex/exceltex
9510%doc %{texmfdist}/doc/latex/exercise
9511%doc %{texmfdist}/doc/latex/expdlist
9512%doc %{texmfdist}/doc/latex/expl3
9513%doc %{texmfdist}/doc/latex/export
9514%doc %{texmfdist}/doc/latex/extarrows
9515%doc %{texmfdist}/doc/latex/extpfeil
9516%doc %{texmfdist}/doc/latex/extract
9517%doc %{texmfdist}/doc/latex/facsimile
9518%doc %{texmfdist}/doc/latex/faktor
9519%doc %{texmfdist}/doc/latex/fancynum
9520%doc %{texmfdist}/doc/latex/fancyref
9521%doc %{texmfdist}/doc/latex/fancytooltips
9522%doc %{texmfdist}/doc/latex/fax
9523%doc %{texmfdist}/doc/latex/feynmf
9524%doc %{texmfdist}/doc/latex/figbib
9525%doc %{texmfdist}/doc/latex/figsize
9526%doc %{texmfdist}/doc/latex/fink
9527%doc %{texmfdist}/doc/latex/fixfoot
9528%doc %{texmfdist}/doc/latex/fixme
9529%doc %{texmfdist}/doc/latex/flabels
9530%doc %{texmfdist}/doc/latex/flacards
9531%doc %{texmfdist}/doc/latex/flagderiv
9532%doc %{texmfdist}/doc/latex/flashcards
9533%doc %{texmfdist}/doc/latex/flippdf
9534%doc %{texmfdist}/doc/latex/floatrow
9535%doc %{texmfdist}/doc/latex/flowfram
9536%doc %{texmfdist}/doc/latex/fmp
9537%doc %{texmfdist}/doc/latex/fmtcount
9538%doc %{texmfdist}/doc/latex/fnbreak
9539%doc %{texmfdist}/doc/latex/fncychap
9540%doc %{texmfdist}/doc/latex/foekfont
9541%doc %{texmfdist}/doc/latex/fonttable
9542%doc %{texmfdist}/doc/latex/forarray
9543%doc %{texmfdist}/doc/latex/forloop
9544%doc %{texmfdist}/doc/latex/formlett
9545%doc %{texmfdist}/doc/latex/formula
9546%doc %{texmfdist}/doc/latex/formular
9547%doc %{texmfdist}/doc/latex/fouridx
9548%doc %{texmfdist}/doc/latex/frankenstein
9549%doc %{texmfdist}/doc/latex/frenchle
9550%doc %{texmfdist}/doc/latex/fribrief
9551%doc %{texmfdist}/doc/latex/frletter
9552%doc %{texmfdist}/doc/latex/frontespizio
9553%doc %{texmfdist}/doc/latex/fullblck
9554%doc %{texmfdist}/doc/latex/fullpict
9555%doc %{texmfdist}/doc/latex/functan
9556%doc %{texmfdist}/doc/latex/fundus
9557%doc %{texmfdist}/doc/latex/gaceta
9558%doc %{texmfdist}/doc/latex/galois
9559%doc %{texmfdist}/doc/latex/gastex
9560%doc %{texmfdist}/doc/latex/gatech-thesis
9561%doc %{texmfdist}/doc/latex/gauss
9562%doc %{texmfdist}/doc/latex/gb4e
9563%doc %{texmfdist}/doc/latex/gcard
9564%doc %{texmfdist}/doc/latex/gcite
9565%doc %{texmfdist}/doc/latex/genmpage
9566%doc %{texmfdist}/doc/latex/geomsty
9567%doc %{texmfdist}/doc/latex/ginpenc
9568%doc %{texmfdist}/doc/latex/gloss
9569%doc %{texmfdist}/doc/latex/glossaries
9570%doc %{texmfdist}/doc/latex/gmdoc
9571%doc %{texmfdist}/doc/latex/gmeometric
9572%doc %{texmfdist}/doc/latex/gmiflink
9573%doc %{texmfdist}/doc/latex/gmutils
9574%doc %{texmfdist}/doc/latex/gmverb
9575%doc %{texmfdist}/doc/latex/gnuplottex
9576%doc %{texmfdist}/doc/latex/graphicx-psmin
9577%doc %{texmfdist}/doc/latex/greek-inputenc
9578%doc %{texmfdist}/doc/latex/greekdates
9579%doc %{texmfdist}/doc/latex/greektex
9580%doc %{texmfdist}/doc/latex/grfpaste
9581%doc %{texmfdist}/doc/latex/grnumalt
9582%doc %{texmfdist}/doc/latex/grverb
9583%doc %{texmfdist}/doc/latex/gu
9584%doc %{texmfdist}/doc/latex/guitar
9585%doc %{texmfdist}/doc/latex/guitbeamer
9586%doc %{texmfdist}/doc/latex/hanging
9587%doc %{texmfdist}/doc/latex/har2nat
9588%doc %{texmfdist}/doc/latex/harmony
9589%doc %{texmfdist}/doc/latex/harpoon
9590%doc %{texmfdist}/doc/latex/harvard
9591%doc %{texmfdist}/doc/latex/hc
9592%doc %{texmfdist}/doc/latex/hep
9593%doc %{texmfdist}/doc/latex/hepnames
9594%doc %{texmfdist}/doc/latex/hepparticles
9595%doc %{texmfdist}/doc/latex/hepthesis
9596%doc %{texmfdist}/doc/latex/hepunits
9597%doc %{texmfdist}/doc/latex/hexgame
9598%doc %{texmfdist}/doc/latex/hhtensor
9599%doc %{texmfdist}/doc/latex/histogr
9600%doc %{texmfdist}/doc/latex/hitec
9601%doc %{texmfdist}/doc/latex/hpsdiss
9602%doc %{texmfdist}/doc/latex/hrlatex
9603%doc %{texmfdist}/doc/latex/hvfloat
9604%doc %{texmfdist}/doc/latex/hypdvips
9605%doc %{texmfdist}/doc/latex/hyperref-docsrc
9606%doc %{texmfdist}/doc/latex/hyperxmp
9607%doc %{texmfdist}/doc/latex/ibycus-babel
9608%doc %{texmfdist}/doc/latex/icsv
9609%doc %{texmfdist}/doc/latex/ieeepes
9610%doc %{texmfdist}/doc/latex/ifmslide
9611%doc %{texmfdist}/doc/latex/ifplatform
9612%doc %{texmfdist}/doc/latex/ijmart
9613%doc %{texmfdist}/doc/latex/imac
9614%doc %{texmfdist}/doc/latex/image-gallery
9615%doc %{texmfdist}/doc/latex/imtekda
9616%doc %{texmfdist}/doc/latex/inlinebib
9617%doc %{texmfdist}/doc/latex/inlinedef
9618%doc %{texmfdist}/doc/latex/interactiveworkbook
9619%doc %{texmfdist}/doc/latex/inversepath
9620%doc %{texmfdist}/doc/latex/invoice
9621%doc %{texmfdist}/doc/latex/ipa
9622%doc %{texmfdist}/doc/latex/iso
9623%doc %{texmfdist}/doc/latex/iso10303
9624%doc %{texmfdist}/doc/latex/isodate
9625%doc %{texmfdist}/doc/latex/isodoc
9626%doc %{texmfdist}/doc/latex/isorot
9627%doc %{texmfdist}/doc/latex/itnumpar
9628%doc %{texmfdist}/doc/latex/jeopardy
9629%doc %{texmfdist}/doc/latex/jknapltx
9630%doc %{texmfdist}/doc/latex/jneurosci
9631%doc %{texmfdist}/doc/latex/jpsj
9632%doc %{texmfdist}/doc/latex/jura
9633%doc %{texmfdist}/doc/latex/juraabbrev
9634%doc %{texmfdist}/doc/latex/juramisc
9635%doc %{texmfdist}/doc/latex/jurarsp
9636%doc %{texmfdist}/doc/latex/karnaugh
9637%doc %{texmfdist}/doc/latex/kerkis
9638%doc %{texmfdist}/doc/latex/kerntest
9639%doc %{texmfdist}/doc/latex/kluwer
9640%doc %{texmfdist}/doc/latex/labelcas
9641%doc %{texmfdist}/doc/latex/lazylist
9642%doc %{texmfdist}/doc/latex/lcyw
9643%doc %{texmfdist}/doc/latex/leading
9644%doc %{texmfdist}/doc/latex/ledmac
9645%doc %{texmfdist}/doc/latex/lettre
9646%doc %{texmfdist}/doc/latex/lexikon
9647%doc %{texmfdist}/doc/latex/lgreek
9648%doc %{texmfdist}/doc/latex/lhelp
9649%doc %{texmfdist}/doc/latex/linguex
9650%doc %{texmfdist}/doc/latex/lipsum
9651%doc %{texmfdist}/doc/latex/listbib
9652%doc %{texmfdist}/doc/latex/listliketab
9653%doc %{texmfdist}/doc/latex/listofsymbols
9654%doc %{texmfdist}/doc/latex/lkproof
9655%doc %{texmfdist}/doc/latex/logic
9656%doc %{texmfdist}/doc/latex/logpap
9657%doc %{texmfdist}/doc/latex/lps
9658%doc %{texmfdist}/doc/latex/lsc
9659%doc %{texmfdist}/doc/latex/ltxindex
9660%doc %{texmfdist}/doc/latex/mafr
9661%doc %{texmfdist}/doc/latex/magyar
9662%doc %{texmfdist}/doc/latex/mailing
9663%doc %{texmfdist}/doc/latex/makebarcode
9664%doc %{texmfdist}/doc/latex/makebox
9665%doc %{texmfdist}/doc/latex/makecell
9666%doc %{texmfdist}/doc/latex/makecmds
9667%doc %{texmfdist}/doc/latex/makedtx
9668%doc %{texmfdist}/doc/latex/makeglos
9669%doc %{texmfdist}/doc/latex/makeplot
9670%doc %{texmfdist}/doc/latex/manuscript
9671%doc %{texmfdist}/doc/latex/maple
9672%doc %{texmfdist}/doc/latex/marginnote
9673%doc %{texmfdist}/doc/latex/mathdesign
9674%doc %{texmfdist}/doc/latex/mathpazo
9675%doc %{texmfdist}/doc/latex/maybemath
9676%doc %{texmfdist}/doc/latex/mcaption
9677%doc %{texmfdist}/doc/latex/mceinleger
9678%doc %{texmfdist}/doc/latex/mcite
9679%doc %{texmfdist}/doc/latex/mciteplus
9680%doc %{texmfdist}/doc/latex/memexsupp
9681%doc %{texmfdist}/doc/latex/mentis
9682%doc %{texmfdist}/doc/latex/metaplot
9683%doc %{texmfdist}/doc/latex/method
9684%doc %{texmfdist}/doc/latex/metre
9685%doc %{texmfdist}/doc/latex/mff
9686%doc %{texmfdist}/doc/latex/mfpic4ode
9687%doc %{texmfdist}/doc/latex/mftinc
9688%doc %{texmfdist}/doc/latex/mhchem
9689%doc %{texmfdist}/doc/latex/mhequ
9690%doc %{texmfdist}/doc/latex/miller
9691%doc %{texmfdist}/doc/latex/minipage-marginpar
9692%doc %{texmfdist}/doc/latex/miniplot
9693%doc %{texmfdist}/doc/latex/minutes
9694%doc %{texmfdist}/doc/latex/mla-paper
9695%doc %{texmfdist}/doc/latex/mlist
9696%doc %{texmfdist}/doc/latex/mmap
9697%doc %{texmfdist}/doc/latex/mnsymbol
9698%doc %{texmfdist}/doc/latex/moderncv
9699%doc %{texmfdist}/doc/latex/modroman
9700%doc %{texmfdist}/doc/latex/mongolian-babel
9701%doc %{texmfdist}/doc/latex/montex
9702%doc %{texmfdist}/doc/latex/moresize
9703%doc %{texmfdist}/doc/latex/movie15
9704%doc %{texmfdist}/doc/latex/msc
9705%doc %{texmfdist}/doc/latex/msg
9706%doc %{texmfdist}/doc/latex/mslapa
9707%doc %{texmfdist}/doc/latex/mtgreek
9708%doc %{texmfdist}/doc/latex/multibbl
9709%doc %{texmfdist}/doc/latex/multicap
9710%doc %{texmfdist}/doc/latex/multirow
9711%doc %{texmfdist}/doc/latex/munich
9712%doc %{texmfdist}/doc/latex/musixlyr
9713%doc %{texmfdist}/doc/latex/muthesis
9714%doc %{texmfdist}/doc/latex/mxd
9715%doc %{texmfdist}/doc/latex/mxedruli
9716%doc %{texmfdist}/doc/latex/nag
9717%doc %{texmfdist}/doc/latex/namespc
9718%doc %{texmfdist}/doc/latex/nath
9719%doc %{texmfdist}/doc/latex/nature
9720%doc %{texmfdist}/doc/latex/ncclatex
9721%doc %{texmfdist}/doc/latex/ncctools
9722%doc %{texmfdist}/doc/latex/nddiss
9723%doc %{texmfdist}/doc/latex/newalg
9724%doc %{texmfdist}/doc/latex/newfile
9725%doc %{texmfdist}/doc/latex/newlfm
9726%doc %{texmfdist}/doc/latex/newspaper
9727%doc %{texmfdist}/doc/latex/newvbtm
9728%doc %{texmfdist}/doc/latex/niceframe
9729%doc %{texmfdist}/doc/latex/nih
9730%doc %{texmfdist}/doc/latex/noitcrul
9731%doc %{texmfdist}/doc/latex/nomentbl
9732%doc %{texmfdist}/doc/latex/nonfloat
9733%doc %{texmfdist}/doc/latex/nostarch
9734%doc %{texmfdist}/doc/latex/notes
9735%doc %{texmfdist}/doc/latex/notes2bib
9736%doc %{texmfdist}/doc/latex/nrc
9737%doc %{texmfdist}/doc/latex/ntabbing
9738%doc %{texmfdist}/doc/latex/numname
9739%doc %{texmfdist}/doc/latex/numprint
9740%doc %{texmfdist}/doc/latex/objectz
9741%doc %{texmfdist}/doc/latex/ocr-latex
9742%doc %{texmfdist}/doc/latex/octavo
9743%doc %{texmfdist}/doc/latex/ogham
9744%doc %{texmfdist}/doc/latex/ogonek
9745%doc %{texmfdist}/doc/latex/opcit
9746%doc %{texmfdist}/doc/latex/ordinalpt
9747%doc %{texmfdist}/doc/latex/othello
9748%doc %{texmfdist}/doc/latex/otibet
9749%doc %{texmfdist}/doc/latex/outline
9750%doc %{texmfdist}/doc/latex/outliner
9751%doc %{texmfdist}/doc/latex/pagenote
9752%doc %{texmfdist}/doc/latex/paper
9753%doc %{texmfdist}/doc/latex/papercdcase
9754%doc %{texmfdist}/doc/latex/papertex
9755%doc %{texmfdist}/doc/latex/parallel
9756%doc %{texmfdist}/doc/latex/paresse
9757%doc %{texmfdist}/doc/latex/parrun
9758%doc %{texmfdist}/doc/latex/pauldoc
9759%doc %{texmfdist}/doc/latex/pbox
9760%doc %{texmfdist}/doc/latex/pbsheet
9761%doc %{texmfdist}/doc/latex/pdfcprot
9762%doc %{texmfdist}/doc/latex/pdfscreen
9763%doc %{texmfdist}/doc/latex/pdfsync
9764%doc %{texmfdist}/doc/latex/pdftricks
9765%doc %{texmfdist}/doc/latex/pdfwin
9766%doc %{texmfdist}/doc/latex/pecha
9767%doc %{texmfdist}/doc/latex/perception
9768%doc %{texmfdist}/doc/latex/perltex
9769%doc %{texmfdist}/doc/latex/permute
9770%doc %{texmfdist}/doc/latex/petiteannonce
9771%doc %{texmfdist}/doc/latex/petri-nets
9772%doc %{texmfdist}/doc/latex/pgf-soroban
9773%doc %{texmfdist}/doc/latex/pgfopts
9774%doc %{texmfdist}/doc/latex/pgfplots
9775%doc %{texmfdist}/doc/latex/philex
9776%doc %{texmfdist}/doc/latex/philosophersimprint
9777%doc %{texmfdist}/doc/latex/photo
9778%doc %{texmfdist}/doc/latex/pinlabel
9779%doc %{texmfdist}/doc/latex/pittetd
9780%doc %{texmfdist}/doc/latex/plari
9781%doc %{texmfdist}/doc/latex/plates
9782%doc %{texmfdist}/doc/latex/play
9783%doc %{texmfdist}/doc/latex/plweb
9784%doc %{texmfdist}/doc/latex/pmgraph
9785%doc %{texmfdist}/doc/latex/poemscol
9786%doc %{texmfdist}/doc/latex/polski
9787%doc %{texmfdist}/doc/latex/polyglot
9788%doc %{texmfdist}/doc/latex/polytable
9789%doc %{texmfdist}/doc/latex/postcards
9790%doc %{texmfdist}/doc/latex/powerdot
9791%doc %{texmfdist}/doc/latex/ppower4
9792%doc %{texmfdist}/doc/latex/ppr-prv
9793%doc %{texmfdist}/doc/latex/pracjourn
9794%doc %{texmfdist}/doc/latex/prettyref
9795%doc %{texmfdist}/doc/latex/proba
9796%doc %{texmfdist}/doc/latex/probsoln
9797%doc %{texmfdist}/doc/latex/procIAGssymp
9798%doc %{texmfdist}/doc/latex/progkeys
9799%doc %{texmfdist}/doc/latex/progress
9800%doc %{texmfdist}/doc/latex/protex
9801%doc %{texmfdist}/doc/latex/protocol
9802%doc %{texmfdist}/doc/latex/psfragx
9803%doc %{texmfdist}/doc/latex/psgo
9804%doc %{texmfdist}/doc/latex/pspicture
9805%doc %{texmfdist}/doc/latex/pst2pdf
9806%doc %{texmfdist}/doc/latex/ptptex
9807%doc %{texmfdist}/doc/latex/qcm
9808%doc %{texmfdist}/doc/latex/qobitree
9809%doc %{texmfdist}/doc/latex/qstest
9810%doc %{texmfdist}/doc/latex/qsymbols
9811%doc %{texmfdist}/doc/latex/qtree
9812%doc %{texmfdist}/doc/latex/quotchap
9813%doc %{texmfdist}/doc/latex/quotmark
9814%doc %{texmfdist}/doc/latex/r_und_s
9815%doc %{texmfdist}/doc/latex/randbild
9816%doc %{texmfdist}/doc/latex/randtext
9817%doc %{texmfdist}/doc/latex/rccol
9818%doc %{texmfdist}/doc/latex/rcs
9819%doc %{texmfdist}/doc/latex/rcsinfo
9820%doc %{texmfdist}/doc/latex/recipecard
9821%doc %{texmfdist}/doc/latex/rectopma
9822%doc %{texmfdist}/doc/latex/refcheck
9823%doc %{texmfdist}/doc/latex/refman
9824%doc %{texmfdist}/doc/latex/refstyle
9825%doc %{texmfdist}/doc/latex/regcount
9826%doc %{texmfdist}/doc/latex/register
9827%doc %{texmfdist}/doc/latex/relenc
9828%doc %{texmfdist}/doc/latex/repeatindex
9829%doc %{texmfdist}/doc/latex/rlepsf
9830%doc %{texmfdist}/doc/latex/rmpage
9831%doc %{texmfdist}/doc/latex/robustcommand
9832%doc %{texmfdist}/doc/latex/robustindex
9833%doc %{texmfdist}/doc/latex/romannum
9834%doc %{texmfdist}/doc/latex/rotpages
9835%doc %{texmfdist}/doc/latex/rsc
9836%doc %{texmfdist}/doc/latex/rst
9837%doc %{texmfdist}/doc/latex/rtkinenc
9838%doc %{texmfdist}/doc/latex/rtklage
9839%doc %{texmfdist}/doc/latex/sagetex
9840%doc %{texmfdist}/doc/latex/sanskrit
9841%doc %{texmfdist}/doc/latex/sauerj
9842%doc %{texmfdist}/doc/latex/sauterfonts
9843%doc %{texmfdist}/doc/latex/savefnmark
9844%doc %{texmfdist}/doc/latex/savetrees
9845%doc %{texmfdist}/doc/latex/scalebar
9846%doc %{texmfdist}/doc/latex/schedule
9847%doc %{texmfdist}/doc/latex/scientificpaper
9848%doc %{texmfdist}/doc/latex/sciposter
9849%doc %{texmfdist}/doc/latex/sciwordconv
9850%doc %{texmfdist}/doc/latex/screenplay
9851%doc %{texmfdist}/doc/latex/script
9852%doc %{texmfdist}/doc/latex/sdrt
9853%doc %{texmfdist}/doc/latex/sectionbox
9854%doc %{texmfdist}/doc/latex/semantic
9855%doc %{texmfdist}/doc/latex/semioneside
9856%doc %{texmfdist}/doc/latex/seqsplit
9857%doc %{texmfdist}/doc/latex/sf298
9858%doc %{texmfdist}/doc/latex/sffms
9859%doc %{texmfdist}/doc/latex/sfg
9860%doc %{texmfdist}/doc/latex/sgame
9861%doc %{texmfdist}/doc/latex/shadethm
9862%doc %{texmfdist}/doc/latex/shipunov
9863%doc %{texmfdist}/doc/latex/shorttoc
9864%doc %{texmfdist}/doc/latex/show2e
9865%doc %{texmfdist}/doc/latex/showexpl
9866%doc %{texmfdist}/doc/latex/sides
9867%doc %{texmfdist}/doc/latex/siggraph
9868%doc %{texmfdist}/doc/latex/simplecv
9869%doc %{texmfdist}/doc/latex/simplewick
9870%doc %{texmfdist}/doc/latex/skak
9871%doc %{texmfdist}/doc/latex/slantsc
9872%doc %{texmfdist}/doc/latex/smalltableof
9873%doc %{texmfdist}/doc/latex/smartref
9874%doc %{texmfdist}/doc/latex/smflatex
9875%doc %{texmfdist}/doc/latex/snapshot
9876%doc %{texmfdist}/doc/latex/songbook
9877%doc %{texmfdist}/doc/latex/sort-by-letters
9878%doc %{texmfdist}/doc/latex/soyombo
9879%doc %{texmfdist}/doc/latex/sparklines
9880%doc %{texmfdist}/doc/latex/spie
9881%doc %{texmfdist}/doc/latex/splitbib
9882%doc %{texmfdist}/doc/latex/splitindex
9883%doc %{texmfdist}/doc/latex/spotcolor
9884%doc %{texmfdist}/doc/latex/sprite
9885%doc %{texmfdist}/doc/latex/srcltx
9886%doc %{texmfdist}/doc/latex/sseq
9887%doc %{texmfdist}/doc/latex/ssqquote
9888%doc %{texmfdist}/doc/latex/stage
9889%doc %{texmfdist}/doc/latex/statistik
9890%doc %{texmfdist}/doc/latex/stdpage
9891%doc %{texmfdist}/doc/latex/stellenbosch
9892%doc %{texmfdist}/doc/latex/stex
9893%doc %{texmfdist}/doc/latex/stringstrings
9894%doc %{texmfdist}/doc/latex/struktex
9895%doc %{texmfdist}/doc/latex/sttools
9896%doc %{texmfdist}/doc/latex/stubs
9897%doc %{texmfdist}/doc/latex/subdepth
9898%doc %{texmfdist}/doc/latex/subeqn
9899%doc %{texmfdist}/doc/latex/subeqnarray
9900%doc %{texmfdist}/doc/latex/subfloat
9901%doc %{texmfdist}/doc/latex/substr
9902%doc %{texmfdist}/doc/latex/sudoku
9903%doc %{texmfdist}/doc/latex/sudokubundle
9904%doc %{texmfdist}/doc/latex/sugconf
9905%doc %{texmfdist}/doc/latex/supertabular
9906%doc %{texmfdist}/doc/latex/susy
9907%doc %{texmfdist}/doc/latex/svgcolor
9908%doc %{texmfdist}/doc/latex/svn-multi
9909%doc %{texmfdist}/doc/latex/svn
9910%doc %{texmfdist}/doc/latex/svninfo
9911%doc %{texmfdist}/doc/latex/swebib
9912%doc %{texmfdist}/doc/latex/swimgraf
9913%doc %{texmfdist}/doc/latex/synproof
9914%doc %{texmfdist}/doc/latex/syntax
9915%doc %{texmfdist}/doc/latex/syntrace
9916%doc %{texmfdist}/doc/latex/synttree
9917%doc %{texmfdist}/doc/latex/t-angles
9918%doc %{texmfdist}/doc/latex/tableaux
9919%doc %{texmfdist}/doc/latex/tablists
9920%doc %{texmfdist}/doc/latex/tablor
9921%doc %{texmfdist}/doc/latex/tabto-ltx
9922%doc %{texmfdist}/doc/latex/tabulary
9923%doc %{texmfdist}/doc/latex/tabvar
9924%doc %{texmfdist}/doc/latex/talk
9925%doc %{texmfdist}/doc/latex/tapir
9926%doc %{texmfdist}/doc/latex/tcldoc
9927%doc %{texmfdist}/doc/latex/tdsfrmath
9928%doc %{texmfdist}/doc/latex/technics
9929%doc %{texmfdist}/doc/latex/ted
9930%doc %{texmfdist}/doc/latex/tengwarscript
9931%doc %{texmfdist}/doc/latex/tensor
9932%doc %{texmfdist}/doc/latex/teubner
9933%doc %{texmfdist}/doc/latex/texmate
9934%doc %{texmfdist}/doc/latex/texpower
9935%doc %{texmfdist}/doc/latex/texshade
9936%doc %{texmfdist}/doc/latex/textcase
9937%doc %{texmfdist}/doc/latex/textopo
9938%doc %{texmfdist}/doc/latex/theoremref
9939%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
9940%doc %{texmfdist}/doc/latex/thinsp
9941%doc %{texmfdist}/doc/latex/thmtools
9942%doc %{texmfdist}/doc/latex/thumb
9943%doc %{texmfdist}/doc/latex/thuthesis
9944%doc %{texmfdist}/doc/latex/ticket
9945%doc %{texmfdist}/doc/latex/tikz-inet
9946%doc %{texmfdist}/doc/latex/timesht
9947%doc %{texmfdist}/doc/latex/titling
9948%doc %{texmfdist}/doc/latex/tocvsec2
9949%doc %{texmfdist}/doc/latex/todo
9950%doc %{texmfdist}/doc/latex/tokenizer
9951%doc %{texmfdist}/doc/latex/toolbox
9952%doc %{texmfdist}/doc/latex/topfloat
9953%doc %{texmfdist}/doc/latex/toptesi
9954%doc %{texmfdist}/doc/latex/tpslifonts
9955%doc %{texmfdist}/doc/latex/trajan
9956%doc %{texmfdist}/doc/latex/translator
9957%doc %{texmfdist}/doc/latex/tree-dvips
9958%doc %{texmfdist}/doc/latex/trfsigns
9959%doc %{texmfdist}/doc/latex/trivfloat
9960%doc %{texmfdist}/doc/latex/trsym
9961%doc %{texmfdist}/doc/latex/tufte-latex
9962%doc %{texmfdist}/doc/latex/tugboat
9963%doc %{texmfdist}/doc/latex/turnstile
9964%doc %{texmfdist}/doc/latex/twoup
9965%doc %{texmfdist}/doc/latex/typedref
9966%doc %{texmfdist}/doc/latex/typogrid
9967%doc %{texmfdist}/doc/latex/uaclasses
9968%doc %{texmfdist}/doc/latex/ucthesis
9969%doc %{texmfdist}/doc/latex/uebungsblatt
9970%doc %{texmfdist}/doc/latex/uiucthesis
9971%doc %{texmfdist}/doc/latex/ulsy
9972%doc %{texmfdist}/doc/latex/umich-thesis
9973%doc %{texmfdist}/doc/latex/uml
9974%doc %{texmfdist}/doc/latex/umlaute
9975%doc %{texmfdist}/doc/latex/umoline
9976%doc %{texmfdist}/doc/latex/umthesis
9977%doc %{texmfdist}/doc/latex/underlin
9978%doc %{texmfdist}/doc/latex/undertilde
9979%doc %{texmfdist}/doc/latex/unitsdef
9980%doc %{texmfdist}/doc/latex/unroman
9981%doc %{texmfdist}/doc/latex/upmethodology
9982%doc %{texmfdist}/doc/latex/urlbst
9983%doc %{texmfdist}/doc/latex/ushort
9984%doc %{texmfdist}/doc/latex/uwthesis
9985%doc %{texmfdist}/doc/latex/varindex
9986%doc %{texmfdist}/doc/latex/varsfromjobname
9987%doc %{texmfdist}/doc/latex/vector
9988%doc %{texmfdist}/doc/latex/verse
9989%doc %{texmfdist}/doc/latex/vhistory
9990%doc %{texmfdist}/doc/latex/vita
9991%doc %{texmfdist}/doc/latex/volumes
9992%doc %{texmfdist}/doc/latex/vpe
9993%doc %{texmfdist}/doc/latex/vrsion
9994%doc %{texmfdist}/doc/latex/vwcol
9995%doc %{texmfdist}/doc/latex/vxu
9996%doc %{texmfdist}/doc/latex/wadalab
9997%doc %{texmfdist}/doc/latex/wallpaper
9998%doc %{texmfdist}/doc/latex/warpcol
9999%doc %{texmfdist}/doc/latex/wnri
10000%doc %{texmfdist}/doc/latex/wordlike
10001%doc %{texmfdist}/doc/latex/xargs
10002%doc %{texmfdist}/doc/latex/xdoc
10003%doc %{texmfdist}/doc/latex/xfor
10004%doc %{texmfdist}/doc/latex/xifthen
10005%doc %{texmfdist}/doc/latex/xmpincl
10006%doc %{texmfdist}/doc/latex/xnewcommand
10007%doc %{texmfdist}/doc/latex/xoptarg
10008%doc %{texmfdist}/doc/latex/xpackages
10009%doc %{texmfdist}/doc/latex/xskak
10010%doc %{texmfdist}/doc/latex/xstring
10011%doc %{texmfdist}/doc/latex/xtcapts
10012%doc %{texmfdist}/doc/latex/xyling
10013%doc %{texmfdist}/doc/latex/xytree
10014%doc %{texmfdist}/doc/latex/yafoot
10015%doc %{texmfdist}/doc/latex/yhmath
10016%doc %{texmfdist}/doc/latex/york-thesis
10017%doc %{texmfdist}/doc/latex/yplan
10018%doc %{texmfdist}/doc/latex/zed-csp
10019%doc %{texmfdist}/doc/latex/zefonts
10020%doc %{texmfdist}/doc/latex/ziffer
10021%doc %{texmfdist}/doc/latex/zwgetfdate
10022%doc %{texmfdist}/source/latex/hyperref/doc
10023%doc %{texmfdist}/source/latex/koma-script/doc
10024
10025%files latex-other
10026%defattr(644,root,root,755)
f65b3398
ZU
10027%{texmfdist}/metapost/latexmp
10028%{texmfdist}/metapost/makecirc
8affbd2c 10029%dir %{texmfdist}/source/alatex
f65b3398 10030%{texmfdist}/source/alatex/base
8affbd2c 10031%dir %{texmfdist}/source/cslatex
f65b3398
ZU
10032%{texmfdist}/source/cslatex/base
10033%{texmfdist}/source/generic/xypic
10034%{texmfdist}/source/latex/ESIEEcv
10035%{texmfdist}/source/latex/GuIT
10036%{texmfdist}/source/latex/HA-prosper
10037%{texmfdist}/source/latex/IEEEconf
10038%{texmfdist}/source/latex/aastex
10039%{texmfdist}/source/latex/abc
10040%{texmfdist}/source/latex/abstract
10041%{texmfdist}/source/latex/achemso
10042%{texmfdist}/source/latex/acmconf
10043%{texmfdist}/source/latex/acronym
10044%{texmfdist}/source/latex/active-conf
10045%{texmfdist}/source/latex/addlines
10046%{texmfdist}/source/latex/adrlist
10047%{texmfdist}/source/latex/aiaa
10048%{texmfdist}/source/latex/alg
10049%{texmfdist}/source/latex/alnumsec
10050%{texmfdist}/source/latex/altfont
10051%{texmfdist}/source/latex/amsaddr
10052%{texmfdist}/source/latex/amscls
10053%{texmfdist}/source/latex/amsfonts
10054%{texmfdist}/source/latex/amsmath
10055%{texmfdist}/source/latex/amsrefs
10056%{texmfdist}/source/latex/answers
10057%{texmfdist}/source/latex/apacite
10058%{texmfdist}/source/latex/appendix
10059%{texmfdist}/source/latex/arcs
10060%{texmfdist}/source/latex/arydshln
10061%{texmfdist}/source/latex/asaetr
10062%{texmfdist}/source/latex/ascii
10063%{texmfdist}/source/latex/attachfile
8affbd2c 10064%{texmfdist}/source/latex/augie
f65b3398
ZU
10065%{texmfdist}/source/latex/babelbib
10066%{texmfdist}/source/latex/backgammon
10067%{texmfdist}/source/latex/barcodes
10068%{texmfdist}/source/latex/base
10069%{texmfdist}/source/latex/bayer
10070%{texmfdist}/source/latex/bbding
10071%{texmfdist}/source/latex/bbm-macros
10072%{texmfdist}/source/latex/belleek
10073%{texmfdist}/source/latex/bengali
10074%{texmfdist}/source/latex/beton
10075%{texmfdist}/source/latex/bez123
10076%{texmfdist}/source/latex/bibarts
10077%{texmfdist}/source/latex/bibleref
10078%{texmfdist}/source/latex/biblist
10079%{texmfdist}/source/latex/bibtopic
10080%{texmfdist}/source/latex/bibtopicprefix
10081%{texmfdist}/source/latex/bigfoot
10082%{texmfdist}/source/latex/binomexp
10083%{texmfdist}/source/latex/biocon
10084%{texmfdist}/source/latex/bizcard
10085%{texmfdist}/source/latex/blindtext
10086%{texmfdist}/source/latex/blowup
10087%{texmfdist}/source/latex/boites
10088%{texmfdist}/source/latex/bookhands
10089%{texmfdist}/source/latex/booklet
10090%{texmfdist}/source/latex/booktabs
10091%{texmfdist}/source/latex/bophook
10092%{texmfdist}/source/latex/boxhandler
10093%{texmfdist}/source/latex/bpchem
10094%{texmfdist}/source/latex/braille
10095%{texmfdist}/source/latex/breakurl
10096%{texmfdist}/source/latex/brushscr
10097%{texmfdist}/source/latex/bullcntr
10098%{texmfdist}/source/latex/burmese
10099%{texmfdist}/source/latex/bytefield
10100%{texmfdist}/source/latex/captcont
10101%{texmfdist}/source/latex/caption
10102%{texmfdist}/source/latex/carlisle
10103%{texmfdist}/source/latex/catechis
10104%{texmfdist}/source/latex/ccaption
10105%{texmfdist}/source/latex/ccfonts
10106%{texmfdist}/source/latex/cclicenses
10107%{texmfdist}/source/latex/cd-cover
10108%{texmfdist}/source/latex/cd
10109%{texmfdist}/source/latex/cdpbundl
10110%{texmfdist}/source/latex/changebar
10111%{texmfdist}/source/latex/changes
10112%{texmfdist}/source/latex/chappg
10113%{texmfdist}/source/latex/chapterfolder
10114%{texmfdist}/source/latex/chemcompounds
10115%{texmfdist}/source/latex/chemstyle
10116%{texmfdist}/source/latex/chessboard
10117%{texmfdist}/source/latex/chessfss
10118%{texmfdist}/source/latex/chletter
10119%{texmfdist}/source/latex/circ
10120%{texmfdist}/source/latex/cjk/utils
10121%{texmfdist}/source/latex/cjw
10122%{texmfdist}/source/latex/clefval
10123%{texmfdist}/source/latex/cleveref
10124%{texmfdist}/source/latex/cmcyralt
10125%{texmfdist}/source/latex/cmdtrack
10126%{texmfdist}/source/latex/cmll
10127%{texmfdist}/source/latex/cmsd
10128%{texmfdist}/source/latex/codepage
10129%{texmfdist}/source/latex/colortbl
10130%{texmfdist}/source/latex/colorwav
10131%{texmfdist}/source/latex/combine
10132%{texmfdist}/source/latex/comment
10133%{texmfdist}/source/latex/computational-complexity
10134%{texmfdist}/source/latex/confproc
10135%{texmfdist}/source/latex/constants
10136%{texmfdist}/source/latex/contour
10137%{texmfdist}/source/latex/cooking
10138%{texmfdist}/source/latex/cool
10139%{texmfdist}/source/latex/coollist
10140%{texmfdist}/source/latex/coolstr
10141%{texmfdist}/source/latex/cooltooltips
10142%{texmfdist}/source/latex/coordsys
10143%{texmfdist}/source/latex/coverpage
10144%{texmfdist}/source/latex/crop
10145%{texmfdist}/source/latex/crossreference
10146%{texmfdist}/source/latex/crosswrd
10147%{texmfdist}/source/latex/csvtools
10148%{texmfdist}/source/latex/ctable
10149%{texmfdist}/source/latex/ctib
10150%{texmfdist}/source/latex/cuisine
10151%{texmfdist}/source/latex/currvita
10152%{texmfdist}/source/latex/curve
10153%{texmfdist}/source/latex/curve2e
10154%{texmfdist}/source/latex/curves
10155%{texmfdist}/source/latex/cweb-latex
10156%{texmfdist}/source/latex/cwpuzzle
10157%{texmfdist}/source/latex/dashbox
10158%{texmfdist}/source/latex/dashrule
10159%{texmfdist}/source/latex/datatool
10160%{texmfdist}/source/latex/dateiliste
10161%{texmfdist}/source/latex/datenumber
10162%{texmfdist}/source/latex/datetime
10163%{texmfdist}/source/latex/decimal
10164%{texmfdist}/source/latex/delimtxt
10165%{texmfdist}/source/latex/diagnose
10166%{texmfdist}/source/latex/dialogl
10167%{texmfdist}/source/latex/dinbrief
10168%{texmfdist}/source/latex/disser
10169%{texmfdist}/source/latex/dnaseq
10170%{texmfdist}/source/latex/docmfp
10171%{texmfdist}/source/latex/doipubmed
10172%{texmfdist}/source/latex/dotarrow
10173%{texmfdist}/source/latex/dotseqn
10174%{texmfdist}/source/latex/dottex
10175%{texmfdist}/source/latex/dprogress
10176%{texmfdist}/source/latex/drac
10177%{texmfdist}/source/latex/draftcopy
10178%{texmfdist}/source/latex/draftwatermark
10179%{texmfdist}/source/latex/dramatist
10180%{texmfdist}/source/latex/dtk
10181%{texmfdist}/source/latex/dtxgallery
10182%{texmfdist}/source/latex/dyntree
10183%{texmfdist}/source/latex/eCards
10184%{texmfdist}/source/latex/ebezier
10185%{texmfdist}/source/latex/ebsthesis
10186%{texmfdist}/source/latex/ecclesiastic
10187%{texmfdist}/source/latex/ecv
10188%{texmfdist}/source/latex/ed
10189%{texmfdist}/source/latex/edmac
10190%{texmfdist}/source/latex/edmargin
10191%{texmfdist}/source/latex/eemeir
10192%{texmfdist}/source/latex/egplot
10193%{texmfdist}/source/latex/eiad
10194%{texmfdist}/source/latex/ellipsis
10195%{texmfdist}/source/latex/elmath
10196%{texmfdist}/source/latex/elsarticle
10197%{texmfdist}/source/latex/em
10198%{texmfdist}/source/latex/emp
10199%{texmfdist}/source/latex/endfloat
10200%{texmfdist}/source/latex/endheads
10201%{texmfdist}/source/latex/engpron
10202%{texmfdist}/source/latex/engrec
10203%{texmfdist}/source/latex/environ
10204%{texmfdist}/source/latex/envlab
10205%{texmfdist}/source/latex/epigraph
10206%{texmfdist}/source/latex/epiolmec
10207%{texmfdist}/source/latex/epsdice
10208%{texmfdist}/source/latex/eqlist
10209%{texmfdist}/source/latex/eqnarray
10210%{texmfdist}/source/latex/eqparbox
10211%{texmfdist}/source/latex/errata
10212%{texmfdist}/source/latex/esdiff
10213%{texmfdist}/source/latex/eskd
10214%{texmfdist}/source/latex/eso-pic
10215%{texmfdist}/source/latex/esvect
10216%{texmfdist}/source/latex/etaremune
10217%{texmfdist}/source/latex/ethiop
10218%{texmfdist}/source/latex/eukdate
10219%{texmfdist}/source/latex/euler
10220%{texmfdist}/source/latex/euproposal
10221%{texmfdist}/source/latex/euro
10222%{texmfdist}/source/latex/everypage
10223%{texmfdist}/source/latex/examdesign
10224%{texmfdist}/source/latex/exercise
10225%{texmfdist}/source/latex/expdlist
10226%{texmfdist}/source/latex/expl3
10227%{texmfdist}/source/latex/export
10228%{texmfdist}/source/latex/extpfeil
10229%{texmfdist}/source/latex/extract
10230%{texmfdist}/source/latex/facsimile
10231%{texmfdist}/source/latex/faktor
10232%{texmfdist}/source/latex/fancynum
10233%{texmfdist}/source/latex/fancyref
10234%{texmfdist}/source/latex/fancytooltips
10235%{texmfdist}/source/latex/fancyvrb
10236%{texmfdist}/source/latex/feynmf
10237%{texmfdist}/source/latex/figsize
10238%{texmfdist}/source/latex/filecontents
10239%{texmfdist}/source/latex/fink
10240%{texmfdist}/source/latex/fixme
10241%{texmfdist}/source/latex/flabels
10242%{texmfdist}/source/latex/flagderiv
10243%{texmfdist}/source/latex/flashcards
10244%{texmfdist}/source/latex/flippdf
10245%{texmfdist}/source/latex/float
10246%{texmfdist}/source/latex/floatrow
10247%{texmfdist}/source/latex/flowfram
10248%{texmfdist}/source/latex/fmp
10249%{texmfdist}/source/latex/fmtcount
10250%{texmfdist}/source/latex/fnbreak
10251%{texmfdist}/source/latex/foilhtml
10252%{texmfdist}/source/latex/fonttable
10253%{texmfdist}/source/latex/footmisc
10254%{texmfdist}/source/latex/footnpag
10255%{texmfdist}/source/latex/forarray
10256%{texmfdist}/source/latex/forloop
10257%{texmfdist}/source/latex/formula
10258%{texmfdist}/source/latex/fouridx
10259%{texmfdist}/source/latex/frankenstein
10260%{texmfdist}/source/latex/frontespizio
10261%{texmfdist}/source/latex/fullblck
10262%{texmfdist}/source/latex/functan
10263%{texmfdist}/source/latex/fundus
10264%{texmfdist}/source/latex/g-brief
10265%{texmfdist}/source/latex/galois
10266%{texmfdist}/source/latex/gcite
10267%{texmfdist}/source/latex/genmpage
10268%{texmfdist}/source/latex/geometry
10269%{texmfdist}/source/latex/geomsty
10270%{texmfdist}/source/latex/ginpenc
10271%{texmfdist}/source/latex/glossaries
10272%{texmfdist}/source/latex/gnuplottex
10273%{texmfdist}/source/latex/go
10274%{texmfdist}/source/latex/graphics
10275%{texmfdist}/source/latex/graphicx-psmin
10276%{texmfdist}/source/latex/greekdates
10277%{texmfdist}/source/latex/grnumalt
10278%{texmfdist}/source/latex/grverb
10279%{texmfdist}/source/latex/guitar
10280%{texmfdist}/source/latex/hanging
10281%{texmfdist}/source/latex/harvard
10282%{texmfdist}/source/latex/hc
10283%{texmfdist}/source/latex/hepthesis
10284%{texmfdist}/source/latex/hhtensor
10285%{texmfdist}/source/latex/hilowres
10286%{texmfdist}/source/latex/histogr
10287%{texmfdist}/source/latex/hpsdiss
10288%{texmfdist}/source/latex/hrlatex
10289%{texmfdist}/source/latex/hyper
10290%{texmfdist}/source/latex/hyperref
10291%{texmfdist}/source/latex/hyperxmp
10292%{texmfdist}/source/latex/hyphenat
10293%{texmfdist}/source/latex/ibycus-babel
10294%{texmfdist}/source/latex/icsv
10295%{texmfdist}/source/latex/ifmslide
10296%{texmfdist}/source/latex/ifplatform
10297%{texmfdist}/source/latex/ijmart
10298%{texmfdist}/source/latex/imtekda
10299%{texmfdist}/source/latex/index
10300%{texmfdist}/source/latex/inlinedef
10301%{texmfdist}/source/latex/inversepath
10302%{texmfdist}/source/latex/iso
10303%{texmfdist}/source/latex/iso10303
10304%{texmfdist}/source/latex/isodate
10305%{texmfdist}/source/latex/isodoc
10306%{texmfdist}/source/latex/isorot
10307%{texmfdist}/source/latex/isotope
10308%{texmfdist}/source/latex/itnumpar
10309%{texmfdist}/source/latex/jeopardy
10310%{texmfdist}/source/latex/jura
10311%{texmfdist}/source/latex/juraabbrev
10312%{texmfdist}/source/latex/jurarsp
10313%{texmfdist}/source/latex/kdgreek
10314%{texmfdist}/source/latex/kerntest
10315%{texmfdist}/source/latex/kluwer
10316%{texmfdist}/source/latex/koma-script
10317%{texmfdist}/source/latex/labelcas
10318%{texmfdist}/source/latex/labels
10319%{texmfdist}/source/latex/lastpage
10320%{texmfdist}/source/latex/latex-tds
10321%{texmfdist}/source/latex/layouts
10322%{texmfdist}/source/latex/lcg
10323%{texmfdist}/source/latex/lcyw
10324%{texmfdist}/source/latex/leading
10325%{texmfdist}/source/latex/ledmac
10326%{texmfdist}/source/latex/leftidx
10327%{texmfdist}/source/latex/lettrine
10328%{texmfdist}/source/latex/lexikon
10329%{texmfdist}/source/latex/lhcyr
10330%{texmfdist}/source/latex/lhelp
10331%{texmfdist}/source/latex/limap
10332%{texmfdist}/source/latex/lipsum
10333%{texmfdist}/source/latex/listbib
10334%{texmfdist}/source/latex/listings
10335%{texmfdist}/source/latex/listliketab
10336%{texmfdist}/source/latex/localloc
10337%{texmfdist}/source/latex/logpap
10338%{texmfdist}/source/latex/lps
10339%{texmfdist}/source/latex/ltxindex
10340%{texmfdist}/source/latex/mailing
10341%{texmfdist}/source/latex/makebox
10342%{texmfdist}/source/latex/makecell
10343%{texmfdist}/source/latex/makecmds
10344%{texmfdist}/source/latex/makedtx
10345%{texmfdist}/source/latex/makeplot
10346%{texmfdist}/source/latex/manfnt
10347%{texmfdist}/source/latex/manuscript
10348%{texmfdist}/source/latex/mapcodes
10349%{texmfdist}/source/latex/marginnote
10350%{texmfdist}/source/latex/mathcomp
10351%{texmfdist}/source/latex/mathpazo
10352%{texmfdist}/source/latex/mcaption
10353%{texmfdist}/source/latex/mcite
10354%{texmfdist}/source/latex/mdwtools
10355%{texmfdist}/source/latex/memoir
10356%{texmfdist}/source/latex/mentis
10357%{texmfdist}/source/latex/menu
10358%{texmfdist}/source/latex/method
10359%{texmfdist}/source/latex/metre
10360%{texmfdist}/source/latex/mff
10361%{texmfdist}/source/latex/mfpic4ode
10362%{texmfdist}/source/latex/mftinc
10363%{texmfdist}/source/latex/mh
10364%{texmfdist}/source/latex/miller
10365%{texmfdist}/source/latex/minipage-marginpar
10366%{texmfdist}/source/latex/minutes
10367%{texmfdist}/source/latex/mlist
10368%{texmfdist}/source/latex/mnsymbol
10369%{texmfdist}/source/latex/modroman
10370%{texmfdist}/source/latex/mongolian-babel
10371%{texmfdist}/source/latex/montex
10372%{texmfdist}/source/latex/moresize
10373%{texmfdist}/source/latex/moreverb
10374%{texmfdist}/source/latex/mparhack
10375%{texmfdist}/source/latex/ms
10376%{texmfdist}/source/latex/msg
10377%{texmfdist}/source/latex/mtgreek
10378%{texmfdist}/source/latex/multibbl
10379%{texmfdist}/source/latex/multibib
10380%{texmfdist}/source/latex/multicap
10381%{texmfdist}/source/latex/mwcls
10382%{texmfdist}/source/latex/mxd
10383%{texmfdist}/source/latex/nag
10384%{texmfdist}/source/latex/namespc
10385%{texmfdist}/source/latex/natbib
10386%{texmfdist}/source/latex/ncctools
10387%{texmfdist}/source/latex/nddiss
10388%{texmfdist}/source/latex/newalg
10389%{texmfdist}/source/latex/newfile
10390%{texmfdist}/source/latex/newlfm
10391%{texmfdist}/source/latex/newspaper
10392%{texmfdist}/source/latex/newvbtm
10393%{texmfdist}/source/latex/niceframe
10394%{texmfdist}/source/latex/noitcrul
10395%{texmfdist}/source/latex/nomencl
10396%{texmfdist}/source/latex/nomentbl
10397%{texmfdist}/source/latex/nonfloat
10398%{texmfdist}/source/latex/nostarch
10399%{texmfdist}/source/latex/notes
10400%{texmfdist}/source/latex/notes2bib
10401%{texmfdist}/source/latex/nrc
10402%{texmfdist}/source/latex/ntgclass
10403%{texmfdist}/source/latex/ntheorem
10404%{texmfdist}/source/latex/numprint
10405%{texmfdist}/source/latex/oberdiek
10406%{texmfdist}/source/latex/objectz
10407%{texmfdist}/source/latex/octavo
10408%{texmfdist}/source/latex/ogonek
10409%{texmfdist}/source/latex/oldstyle
10410%{texmfdist}/source/latex/opcit
10411%{texmfdist}/source/latex/ordinalpt
10412%{texmfdist}/source/latex/othello
10413%{texmfdist}/source/latex/otibet
10414%{texmfdist}/source/latex/pacioli
10415%{texmfdist}/source/latex/pageno
10416%{texmfdist}/source/latex/pagenote
10417%{texmfdist}/source/latex/paper
10418%{texmfdist}/source/latex/papercdcase
10419%{texmfdist}/source/latex/papertex
10420%{texmfdist}/source/latex/paralist
10421%{texmfdist}/source/latex/parallel
10422%{texmfdist}/source/latex/paresse
10423%{texmfdist}/source/latex/parrun
10424%{texmfdist}/source/latex/patchcmd
10425%{texmfdist}/source/latex/pauldoc
10426%{texmfdist}/source/latex/pawpict
10427%{texmfdist}/source/latex/pbox
10428%{texmfdist}/source/latex/pbsheet
10429%{texmfdist}/source/latex/pdfcprot
10430%{texmfdist}/source/latex/pdfpages
10431%{texmfdist}/source/latex/perltex
10432%{texmfdist}/source/latex/permute
10433%{texmfdist}/source/latex/petri-nets
10434%{texmfdist}/source/latex/pgfopts
10435%{texmfdist}/source/latex/pgfplots
10436%{texmfdist}/source/latex/philosophersimprint
10437%{texmfdist}/source/latex/photo
10438%{texmfdist}/source/latex/pict2e
10439%{texmfdist}/source/latex/pittetd
10440%{texmfdist}/source/latex/plari
10441%{texmfdist}/source/latex/play
10442%{texmfdist}/source/latex/plweb
10443%{texmfdist}/source/latex/poemscol
10444%{texmfdist}/source/latex/polski
10445%{texmfdist}/source/latex/polyglot
10446%{texmfdist}/source/latex/polytable
10447%{texmfdist}/source/latex/powerdot
10448%{texmfdist}/source/latex/ppr-prv
10449%{texmfdist}/source/latex/pracjourn
10450%{texmfdist}/source/latex/preprint
10451%{texmfdist}/source/latex/prettyref
10452%{texmfdist}/source/latex/preview
10453%{texmfdist}/source/latex/proba
10454%{texmfdist}/source/latex/probsoln
10455%{texmfdist}/source/latex/progkeys
10456%{texmfdist}/source/latex/prosper
10457%{texmfdist}/source/latex/protocol
10458%{texmfdist}/source/latex/psfrag
10459%{texmfdist}/source/latex/psfragx
10460%{texmfdist}/source/latex/pslatex
10461%{texmfdist}/source/latex/pspicture
10462%{texmfdist}/source/latex/qcm
10463%{texmfdist}/source/latex/qstest
10464%{texmfdist}/source/latex/qsymbols
10465%{texmfdist}/source/latex/quotchap
10466%{texmfdist}/source/latex/quotmark
10467%{texmfdist}/source/latex/randbild
10468%{texmfdist}/source/latex/rccol
10469%{texmfdist}/source/latex/rcs
10470%{texmfdist}/source/latex/rcsinfo
10471%{texmfdist}/source/latex/recipecard
10472%{texmfdist}/source/latex/refman
10473%{texmfdist}/source/latex/refstyle
10474%{texmfdist}/source/latex/regcount
10475%{texmfdist}/source/latex/register
10476%{texmfdist}/source/latex/relenc
10477%{texmfdist}/source/latex/revtex
10478%{texmfdist}/source/latex/rmpage
10479%{texmfdist}/source/latex/robustcommand
10480%{texmfdist}/source/latex/romannum
10481%{texmfdist}/source/latex/rotating
10482%{texmfdist}/source/latex/rotfloat
10483%{texmfdist}/source/latex/rsc
10484%{texmfdist}/source/latex/rst
10485%{texmfdist}/source/latex/rtkinenc
10486%{texmfdist}/source/latex/sagetex
10487%{texmfdist}/source/latex/sanskrit
10488%{texmfdist}/source/latex/sauerj
10489%{texmfdist}/source/latex/sauterfonts
10490%{texmfdist}/source/latex/savefnmark
10491%{texmfdist}/source/latex/savetrees
10492%{texmfdist}/source/latex/scale
10493%{texmfdist}/source/latex/scalebar
10494%{texmfdist}/source/latex/schedule
10495%{texmfdist}/source/latex/sciwordconv
10496%{texmfdist}/source/latex/screenplay
10497%{texmfdist}/source/latex/sectsty
10498%{texmfdist}/source/latex/semantic
10499%{texmfdist}/source/latex/semioneside
10500%{texmfdist}/source/latex/seqsplit
10501%{texmfdist}/source/latex/sf298
10502%{texmfdist}/source/latex/sffms
10503%{texmfdist}/source/latex/shorttoc
10504%{texmfdist}/source/latex/show2e
10505%{texmfdist}/source/latex/showexpl
10506%{texmfdist}/source/latex/showlabels
10507%{texmfdist}/source/latex/sidecap
10508%{texmfdist}/source/latex/siggraph
10509%{texmfdist}/source/latex/simplecv
10510%{texmfdist}/source/latex/simplewick
10511%{texmfdist}/source/latex/skull
10512%{texmfdist}/source/latex/slantsc
10513%{texmfdist}/source/latex/snapshot
10514%{texmfdist}/source/latex/songbook
10515%{texmfdist}/source/latex/soul
10516%{texmfdist}/source/latex/splitbib
10517%{texmfdist}/source/latex/splitindex
10518%{texmfdist}/source/latex/srcltx
10519%{texmfdist}/source/latex/sseq
10520%{texmfdist}/source/latex/ssqquote
10521%{texmfdist}/source/latex/stack
10522%{texmfdist}/source/latex/statistik
10523%{texmfdist}/source/latex/staves
10524%{texmfdist}/source/latex/stdclsdv
10525%{texmfdist}/source/latex/stdpage
10526%{texmfdist}/source/latex/stellenbosch
10527%{texmfdist}/source/latex/stex
10528%{texmfdist}/source/latex/stringstrings
10529%{texmfdist}/source/latex/struktex
10530%{texmfdist}/source/latex/subdepth
10531%{texmfdist}/source/latex/subeqn
10532%{texmfdist}/source/latex/subeqnarray
10533%{texmfdist}/source/latex/subfig
10534%{texmfdist}/source/latex/subfigure
10535%{texmfdist}/source/latex/subfloat
10536%{texmfdist}/source/latex/sudoku
10537%{texmfdist}/source/latex/sudokubundle
10538%{texmfdist}/source/latex/supertabular
10539%{texmfdist}/source/latex/svn-multi
10540%{texmfdist}/source/latex/svn
10541%{texmfdist}/source/latex/svninfo
10542%{texmfdist}/source/latex/swimgraf
10543%{texmfdist}/source/latex/syntrace
10544%{texmfdist}/source/latex/synttree
10545%{texmfdist}/source/latex/tablists
10546%{texmfdist}/source/latex/tabulary
10547%{texmfdist}/source/latex/tabvar
10548%{texmfdist}/source/latex/talk
10549%{texmfdist}/source/latex/tcldoc
10550%{texmfdist}/source/latex/tdsfrmath
10551%{texmfdist}/source/latex/technics
10552%{texmfdist}/source/latex/ted
10553%{texmfdist}/source/latex/tengwarscript
10554%{texmfdist}/source/latex/tensor
10555%{texmfdist}/source/latex/teubner
10556%{texmfdist}/source/latex/texmate
10557%{texmfdist}/source/latex/texpower
10558%{texmfdist}/source/latex/texshade
10559%{texmfdist}/source/latex/textcase
10560%{texmfdist}/source/latex/textfit
10561%{texmfdist}/source/latex/textopo
10562%{texmfdist}/source/latex/textpos
10563%{texmfdist}/source/latex/thesis-titlepage-fhac
10564%{texmfdist}/source/latex/thmtools
10565%{texmfdist}/source/latex/thumb
10566%{texmfdist}/source/latex/thuthesis
10567%{texmfdist}/source/latex/timesht
10568%{texmfdist}/source/latex/titling
10569%{texmfdist}/source/latex/tocbibind
10570%{texmfdist}/source/latex/tocloft
10571%{texmfdist}/source/latex/tocvsec2
10572%{texmfdist}/source/latex/todo
10573%{texmfdist}/source/latex/toolbox
10574%{texmfdist}/source/latex/tools
10575%{texmfdist}/source/latex/toptesi
10576%{texmfdist}/source/latex/totpages
10577%{texmfdist}/source/latex/trajan
10578%{texmfdist}/source/latex/tree-dvips
10579%{texmfdist}/source/latex/trfsigns
10580%{texmfdist}/source/latex/trivfloat
10581%{texmfdist}/source/latex/trsym
10582%{texmfdist}/source/latex/tugboat
10583%{texmfdist}/source/latex/turnstile
10584%{texmfdist}/source/latex/twoup
10585%{texmfdist}/source/latex/type1cm
10586%{texmfdist}/source/latex/typedref
10587%{texmfdist}/source/latex/typogrid
10588%{texmfdist}/source/latex/uaclasses
10589%{texmfdist}/source/latex/uiucthesis
10590%{texmfdist}/source/latex/ulsy
10591%{texmfdist}/source/latex/uml
10592%{texmfdist}/source/latex/umlaute
10593%{texmfdist}/source/latex/umoline
10594%{texmfdist}/source/latex/underlin
10595%{texmfdist}/source/latex/undertilde
10596%{texmfdist}/source/latex/units
10597%{texmfdist}/source/latex/unitsdef
10598%{texmfdist}/source/latex/unroman
10599%{texmfdist}/source/latex/upmethodology
10600%{texmfdist}/source/latex/urlbst
10601%{texmfdist}/source/latex/ushort
10602%{texmfdist}/source/latex/varindex
10603%{texmfdist}/source/latex/vector
10604%{texmfdist}/source/latex/verse
10605%{texmfdist}/source/latex/vmargin
10606%{texmfdist}/source/latex/volumes
10607%{texmfdist}/source/latex/vrsion
10608%{texmfdist}/source/latex/vwcol
10609%{texmfdist}/source/latex/vxu
10610%{texmfdist}/source/latex/warning
10611%{texmfdist}/source/latex/warpcol
10612%{texmfdist}/source/latex/was
10613%{texmfdist}/source/latex/wnri
10614%{texmfdist}/source/latex/xargs
10615%{texmfdist}/source/latex/xdoc
10616%{texmfdist}/source/latex/xfor
10617%{texmfdist}/source/latex/xmpincl
10618%{texmfdist}/source/latex/xpackages
10619%{texmfdist}/source/latex/xskak
10620%{texmfdist}/source/latex/xtab
10621%{texmfdist}/source/latex/xtcapts
10622%{texmfdist}/source/latex/yafoot
10623%{texmfdist}/source/latex/yfonts
10624%{texmfdist}/source/latex/yhmath
10625%{texmfdist}/source/latex/york-thesis
10626%{texmfdist}/source/latex/youngtab
198c241e 10627%dir %{texmfdist}/source/plain
8affbd2c 10628%dir %{texmfdist}/source/plain/jsmisc
f65b3398
ZU
10629%{texmfdist}/source/plain/jsmisc/xfig
10630%{texmfdist}/source/xelatex
8affbd2c 10631%{texmfdist}/tex/alatex
f65b3398
ZU
10632%{texmfdist}/tex/generic/enctex
10633%{texmfdist}/tex/latex/kalender
10634%{texmfdist}/tex/latex/karnaugh
10635%{texmfdist}/tex/latex/kerkis
10636%{texmfdist}/tex/latex/kerntest
10637%{texmfdist}/tex/latex/kluwer
10638%{texmfdist}/tex/latex/kpfonts
10639%{texmfdist}/tex/latex/kurier
10640%{texmfdist}/tex/latex/labelcas
10641%{texmfdist}/tex/latex/lazylist
10642%{texmfdist}/tex/latex/lcg
10643%{texmfdist}/tex/latex/lcyw
10644%{texmfdist}/tex/latex/leading
10645%{texmfdist}/tex/latex/ledmac
10646%{texmfdist}/tex/latex/lettre
10647%{texmfdist}/tex/latex/levy
10648%{texmfdist}/tex/latex/lexikon
10649%{texmfdist}/tex/latex/lgreek
10650%{texmfdist}/tex/latex/lhcyr
10651%{texmfdist}/tex/latex/lhelp
10652%{texmfdist}/tex/latex/libertine
10653%{texmfdist}/tex/latex/limap
10654%{texmfdist}/tex/latex/linearA
10655%{texmfdist}/tex/latex/linguex
10656%{texmfdist}/tex/latex/lipsum
10657%{texmfdist}/tex/latex/listbib
10658%{texmfdist}/tex/latex/listliketab
10659%{texmfdist}/tex/latex/listofsymbols
10660%{texmfdist}/tex/latex/lkproof
10661%{texmfdist}/tex/latex/logic
10662%{texmfdist}/tex/latex/logpap
10663%{texmfdist}/tex/latex/lps
10664%{texmfdist}/tex/latex/lsc
10665%{texmfdist}/tex/latex/ltablex
10666%{texmfdist}/tex/latex/ltxindex
10667%{texmfdist}/tex/latex/lxfonts
10668%{texmfdist}/tex/latex/ly1
10669%{texmfdist}/tex/latex/mafr
10670%{texmfdist}/tex/latex/mailing
10671%{texmfdist}/tex/latex/makebarcode
10672%{texmfdist}/tex/latex/makebox
10673%{texmfdist}/tex/latex/makecell
10674%{texmfdist}/tex/latex/makecmds
10675%{texmfdist}/tex/latex/makedtx
10676%{texmfdist}/tex/latex/makeglos
10677%{texmfdist}/tex/latex/makeplot
10678%{texmfdist}/tex/latex/manfnt
10679%{texmfdist}/tex/latex/manuscript
10680%{texmfdist}/tex/latex/mapcodes
10681%{texmfdist}/tex/latex/maple
10682%{texmfdist}/tex/latex/marginnote
10683%{texmfdist}/tex/latex/mathdesign
10684%{texmfdist}/tex/latex/maybemath
10685%{texmfdist}/tex/latex/mcaption
10686%{texmfdist}/tex/latex/mceinleger
10687%{texmfdist}/tex/latex/mcite
10688%{texmfdist}/tex/latex/mciteplus
10689%{texmfdist}/tex/latex/memexsupp
10690%{texmfdist}/tex/latex/mentis
10691%{texmfdist}/tex/latex/menu
10692%{texmfdist}/tex/latex/method
10693%{texmfdist}/tex/latex/metre
10694%{texmfdist}/tex/latex/mff
10695%{texmfdist}/tex/latex/mfpic4ode
10696%{texmfdist}/tex/latex/mftinc
10697%{texmfdist}/tex/latex/mhchem
10698%{texmfdist}/tex/latex/mhequ
10699%{texmfdist}/tex/latex/mhs
10700%{texmfdist}/tex/latex/miller
10701%{texmfdist}/tex/latex/minipage-marginpar
10702%{texmfdist}/tex/latex/miniplot
10703%{texmfdist}/tex/latex/minutes
10704%{texmfdist}/tex/latex/mla-paper
10705%{texmfdist}/tex/latex/mlist
10706%{texmfdist}/tex/latex/moresize
10707%{texmfdist}/tex/latex/movie15
10708%{texmfdist}/tex/latex/msc
10709%{texmfdist}/tex/latex/msg
10710%{texmfdist}/tex/latex/mslapa
10711%{texmfdist}/tex/latex/mtgreek
10712%{texmfdist}/tex/latex/multibbl
10713%{texmfdist}/tex/latex/multicap
10714%{texmfdist}/tex/latex/multido
10715%{texmfdist}/tex/latex/muthesis
10716%{texmfdist}/tex/latex/mxd
10717%{texmfdist}/tex/latex/mxedruli
10718%{texmfdist}/tex/latex/nag
10719%{texmfdist}/tex/latex/namespc
10720%{texmfdist}/tex/latex/nath
10721%{texmfdist}/tex/latex/nature
10722%{texmfdist}/tex/latex/newvbtm
10723%{texmfdist}/tex/latex/niceframe
10724%{texmfdist}/tex/latex/nih
10725%{texmfdist}/tex/latex/noitcrul
10726%{texmfdist}/tex/latex/nomentbl
10727%{texmfdist}/tex/latex/nonfloat
10728%{texmfdist}/tex/latex/nostarch
10729%{texmfdist}/tex/latex/notes
10730%{texmfdist}/tex/latex/notes2bib
10731%{texmfdist}/tex/latex/nrc
10732%{texmfdist}/tex/latex/ntabbing
10733%{texmfdist}/tex/latex/numline
10734%{texmfdist}/tex/latex/numname
10735%{texmfdist}/tex/latex/numprint
10736%{texmfdist}/tex/latex/objectz
10737%{texmfdist}/tex/latex/ocr-latex
10738%{texmfdist}/tex/latex/octavo
10739%{texmfdist}/tex/latex/ogonek
10740%{texmfdist}/tex/latex/oldstyle
10741%{texmfdist}/tex/latex/opcit
10742%{texmfdist}/tex/latex/ordinalpt
10743%{texmfdist}/tex/latex/ot2cyr
10744%{texmfdist}/tex/latex/othello
10745%{texmfdist}/tex/latex/otibet
10746%{texmfdist}/tex/latex/outline
10747%{texmfdist}/tex/latex/outliner
10748%{texmfdist}/tex/latex/pacioli
10749%{texmfdist}/tex/latex/pageno
10750%{texmfdist}/tex/latex/pagenote
10751%{texmfdist}/tex/latex/palatino
10752%{texmfdist}/tex/latex/paper
10753%{texmfdist}/tex/latex/papercdcase
10754%{texmfdist}/tex/latex/papertex
10755%{texmfdist}/tex/latex/parallel
10756%{texmfdist}/tex/latex/paresse
10757%{texmfdist}/tex/latex/parrun
10758%{texmfdist}/tex/latex/patchcmd
10759%{texmfdist}/tex/latex/pauldoc
10760%{texmfdist}/tex/latex/pawpict
10761%{texmfdist}/tex/latex/pbox
10762%{texmfdist}/tex/latex/pbsheet
10763%{texmfdist}/tex/latex/pclnfss
10764%{texmfdist}/tex/latex/pdfcprot
10765%{texmfdist}/tex/latex/pdfscreen
10766%{texmfdist}/tex/latex/pdftricks
10767%{texmfdist}/tex/latex/pdfwin
10768%{texmfdist}/tex/latex/pecha
10769%{texmfdist}/tex/latex/perltex
10770%{texmfdist}/tex/latex/permute
10771%{texmfdist}/tex/latex/petiteannonce
10772%{texmfdist}/tex/latex/petri-nets
10773%{texmfdist}/tex/latex/pgf-soroban
10774%{texmfdist}/tex/latex/phaistos
10775%{texmfdist}/tex/latex/philex
10776%{texmfdist}/tex/latex/philosophersimprint
10777%{texmfdist}/tex/latex/phonetic
10778%{texmfdist}/tex/latex/photo
10779%{texmfdist}/tex/latex/pictex2
10780%{texmfdist}/tex/latex/pinlabel
10781%{texmfdist}/tex/latex/pittetd
10782%{texmfdist}/tex/latex/plari
10783%{texmfdist}/tex/latex/plates
10784%{texmfdist}/tex/latex/play
10785%{texmfdist}/tex/latex/plweb
10786%{texmfdist}/tex/latex/pmgraph
10787%{texmfdist}/tex/latex/poemscol
10788%{texmfdist}/tex/latex/polski
10789%{texmfdist}/tex/latex/polyglot
10790%{texmfdist}/tex/latex/polytable
10791%{texmfdist}/tex/latex/postcards
10792%{texmfdist}/tex/latex/powerdot
10793%{texmfdist}/tex/latex/ppower4
10794%{texmfdist}/tex/latex/ppr-prv
10795%{texmfdist}/tex/latex/pracjourn
10796%{texmfdist}/tex/latex/prettyref
10797%{texmfdist}/tex/latex/proba
10798%{texmfdist}/tex/latex/probsoln
10799%{texmfdist}/tex/latex/procIAGssymp
10800%{texmfdist}/tex/latex/progkeys
10801%{texmfdist}/tex/latex/progress
10802%{texmfdist}/tex/latex/protex
10803%{texmfdist}/tex/latex/protocol
10804%{texmfdist}/tex/latex/psfragx
10805%{texmfdist}/tex/latex/psgo
10806%{texmfdist}/tex/latex/pspicture
10807%{texmfdist}/tex/latex/pstricks-add
10808%{texmfdist}/tex/latex/ptptex
10809%{texmfdist}/tex/latex/qcm
10810%{texmfdist}/tex/latex/qobitree
10811%{texmfdist}/tex/latex/qstest
10812%{texmfdist}/tex/latex/qsymbols
10813%{texmfdist}/tex/latex/qtree
10814%{texmfdist}/tex/latex/quotchap
10815%{texmfdist}/tex/latex/quotmark
10816%{texmfdist}/tex/latex/r_und_s
10817%{texmfdist}/tex/latex/randbild
10818%{texmfdist}/tex/latex/randtext
10819%{texmfdist}/tex/latex/rccol
10820%{texmfdist}/tex/latex/rcs
10821%{texmfdist}/tex/latex/rcsinfo
10822%{texmfdist}/tex/latex/recipecard
10823%{texmfdist}/tex/latex/rectopma
10824%{texmfdist}/tex/latex/refcheck
10825%{texmfdist}/tex/latex/refman
10826%{texmfdist}/tex/latex/refstyle
10827%{texmfdist}/tex/latex/regcount
10828%{texmfdist}/tex/latex/register
10829%{texmfdist}/tex/latex/relenc
10830%{texmfdist}/tex/latex/repeatindex
10831%{texmfdist}/tex/latex/resume
10832%{texmfdist}/tex/latex/rlepsf
10833%{texmfdist}/tex/latex/rmpage
10834%{texmfdist}/tex/latex/robustcommand
10835%{texmfdist}/tex/latex/robustindex
10836%{texmfdist}/tex/latex/romannum
10837%{texmfdist}/tex/latex/rotpages
10838%{texmfdist}/tex/latex/rsc
10839%{texmfdist}/tex/latex/rst
10840%{texmfdist}/tex/latex/rtkinenc
10841%{texmfdist}/tex/latex/rtklage
10842%{texmfdist}/tex/latex/sagetex
10843%{texmfdist}/tex/latex/sanskrit
10844%{texmfdist}/tex/latex/sauerj
10845%{texmfdist}/tex/latex/sauterfonts
10846%{texmfdist}/tex/latex/savefnmark
10847%{texmfdist}/tex/latex/savesym
10848%{texmfdist}/tex/latex/savetrees
10849%{texmfdist}/tex/latex/scalebar
10850%{texmfdist}/tex/latex/schedule
10851%{texmfdist}/tex/latex/scientificpaper
10852%{texmfdist}/tex/latex/sciposter
10853%{texmfdist}/tex/latex/sciwordconv
10854%{texmfdist}/tex/latex/screenplay
10855%{texmfdist}/tex/latex/script
10856%{texmfdist}/tex/latex/sdrt
10857%{texmfdist}/tex/latex/sectionbox
10858%{texmfdist}/tex/latex/semantic
10859%{texmfdist}/tex/latex/semaphor
10860%{texmfdist}/tex/latex/semioneside
10861%{texmfdist}/tex/latex/seqsplit
10862%{texmfdist}/tex/latex/sf298
10863%{texmfdist}/tex/latex/sffms
10864%{texmfdist}/tex/latex/sfg
10865%{texmfdist}/tex/latex/sfmath
10866%{texmfdist}/tex/latex/sgame
10867%{texmfdist}/tex/latex/shadbox
10868%{texmfdist}/tex/latex/shadethm
10869%{texmfdist}/tex/latex/shipunov
10870%{texmfdist}/tex/latex/shorttoc
10871%{texmfdist}/tex/latex/show2e
10872%{texmfdist}/tex/latex/showexpl
10873%{texmfdist}/tex/latex/sides
10874%{texmfdist}/tex/latex/siggraph
10875%{texmfdist}/tex/latex/simplecv
10876%{texmfdist}/tex/latex/simplewick
10877%{texmfdist}/tex/latex/skak
10878%{texmfdist}/tex/latex/skull
10879%{texmfdist}/tex/latex/slantsc
10880%{texmfdist}/tex/latex/smalltableof
10881%{texmfdist}/tex/latex/smartref
10882%{texmfdist}/tex/latex/smflatex
10883%{texmfdist}/tex/latex/snapshot
10884%{texmfdist}/tex/latex/songbook
10885%{texmfdist}/tex/latex/soyombo
10886%{texmfdist}/tex/latex/sparklines
10887%{texmfdist}/tex/latex/spie
10888%{texmfdist}/tex/latex/splitbib
10889%{texmfdist}/tex/latex/splitindex
10890%{texmfdist}/tex/latex/sprite
10891%{texmfdist}/tex/latex/srcltx
10892%{texmfdist}/tex/latex/sseq
10893%{texmfdist}/tex/latex/ssqquote
10894%{texmfdist}/tex/latex/stack
10895%{texmfdist}/tex/latex/stage
10896%{texmfdist}/tex/latex/statex2
10897%{texmfdist}/tex/latex/statistik
10898%{texmfdist}/tex/latex/staves
10899%{texmfdist}/tex/latex/stdpage
10900%{texmfdist}/tex/latex/stellenbosch
10901%{texmfdist}/tex/latex/stex
10902%{texmfdist}/tex/latex/stringstrings
10903%{texmfdist}/tex/latex/struktex
10904%{texmfdist}/tex/latex/sttools
10905%{texmfdist}/tex/latex/stubs
10906%{texmfdist}/tex/latex/subdepth
10907%{texmfdist}/tex/latex/subeqn
10908%{texmfdist}/tex/latex/subeqnarray
10909%{texmfdist}/tex/latex/subfloat
10910%{texmfdist}/tex/latex/substr
10911%{texmfdist}/tex/latex/sudoku
10912%{texmfdist}/tex/latex/sudokubundle
10913%{texmfdist}/tex/latex/sugconf
10914%{texmfdist}/tex/latex/susy
10915%{texmfdist}/tex/latex/svgcolor
10916%{texmfdist}/tex/latex/svn-multi
10917%{texmfdist}/tex/latex/svn
10918%{texmfdist}/tex/latex/svninfo
10919%{texmfdist}/tex/latex/swimgraf
10920%{texmfdist}/tex/latex/symbol
10921%{texmfdist}/tex/latex/synproof
10922%{texmfdist}/tex/latex/syntax
10923%{texmfdist}/tex/latex/syntrace
10924%{texmfdist}/tex/latex/synttree
10925%{texmfdist}/tex/latex/timing
10926%{texmfdist}/tex/latex/tocvsec2
10927%{texmfdist}/tex/latex/todo
10928%{texmfdist}/tex/latex/tokenizer
10929%{texmfdist}/tex/latex/toolbox
10930%{texmfdist}/tex/latex/topfloat
10931%{texmfdist}/tex/latex/toptesi
10932%{texmfdist}/tex/latex/tpslifonts
10933%{texmfdist}/tex/latex/tracking
10934%{texmfdist}/tex/latex/trajan
10935%{texmfdist}/tex/latex/translator
10936%{texmfdist}/tex/latex/tree-dvips
10937%{texmfdist}/tex/latex/trfsigns
10938%{texmfdist}/tex/latex/trivfloat
10939%{texmfdist}/tex/latex/trsym
10940%{texmfdist}/tex/latex/tufte-latex
10941%{texmfdist}/tex/latex/tugboat
10942%{texmfdist}/tex/latex/turnstile
10943%{texmfdist}/tex/latex/twoup
10944%{texmfdist}/tex/latex/typedref
10945%{texmfdist}/tex/latex/typogrid
10946%{texmfdist}/tex/latex/uaclasses
10947%{texmfdist}/tex/latex/ucthesis
10948%{texmfdist}/tex/latex/uebungsblatt
10949%{texmfdist}/tex/latex/uhrzeit
10950%{texmfdist}/tex/latex/uiucthesis
10951%{texmfdist}/tex/latex/ulsy
10952%{texmfdist}/tex/latex/umich-thesis
10953%{texmfdist}/tex/latex/uml
10954%{texmfdist}/tex/latex/umoline
10955%{texmfdist}/tex/latex/umrand
10956%{texmfdist}/tex/latex/umthesis
10957%{texmfdist}/tex/latex/underlin
10958%{texmfdist}/tex/latex/ushort
10959%{texmfdist}/tex/latex/uwthesis
10960
26d8eaaa
ZU
10961# %files latex-palatcm
10962# %defattr(644,root,root,755)
10963# %{texmf}/tex/latex/palatcm
d08789e0 10964
f65b3398
ZU
10965%files latex-pdfslide
10966%defattr(644,root,root,755)
10967%doc %{texmfdist}/doc/latex/pdfslide
10968%{texmfdist}/tex/latex/pdfslide
10969
03d9d5fa
ZU
10970%files latex-pgf
10971%defattr(644,root,root,755)
10972%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
10973%{texmfdist}/tex/generic/pgf
10974%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
10975%{texmfdist}/tex/latex/pgf
10976%{texmfdist}/tex/latex/pgfopts
10977%{texmfdist}/tex/latex/pgfplots
10978
b7b4a109
ZU
10979%files latex-prosper
10980%defattr(644,root,root,755)
10981%doc %{texmfdist}/doc/latex/prosper
10982%{texmfdist}/tex/latex/prosper
10983
f65b3398
ZU
10984%files latex-polynom
10985%defattr(644,root,root,755)
10986%doc %{texmfdist}/doc/latex/polynom
10987%{texmfdist}/source/latex/polynom
10988%{texmfdist}/tex/latex/polynom
10989
10990%files latex-polynomial
10991%defattr(644,root,root,755)
10992%doc %{texmfdist}/doc/latex/polynomial
10993%{texmfdist}/source/latex/polynomial
10994%{texmfdist}/tex/latex/polynomial
10995
b7b4a109
ZU
10996%files latex-pseudocode
10997%defattr(644,root,root,755)
10998%doc %{texmfdist}/doc/latex/pseudocode
10999%{texmfdist}/tex/latex/pseudocode
11000
8efa6a9c
ZU
11001%files latex-pst-2dplot
11002%defattr(644,root,root,755)
11003%doc %{texmfdist}/doc/generic/pst-2dplot
11004%{texmfdist}/tex/latex/pst-2dplot
11005
11006%files latex-pst-3dplot
11007%defattr(644,root,root,755)
11008%doc %{texmfdist}/doc/generic/pst-3dplot
11009%{texmfdist}/dvips/pst-3dplot
11010%{texmfdist}/tex/generic/pst-3dplot
11011%{texmfdist}/tex/latex/pst-3dplot
11012
11013%files latex-pst-bar
11014%defattr(644,root,root,755)
11015%doc %{texmfdist}/doc/generic/pst-3dplot
11016%{texmfdist}/dvips/pst-bar
11017%{texmfdist}/tex/generic/pst-bar
11018%{texmfdist}/tex/latex/pst-bar
11019
11020%files latex-pst-circ
11021%defattr(644,root,root,755)
11022%doc %{texmfdist}/doc/generic/pst-circ
11023%{texmfdist}/dvips/pst-circ
11024%{texmfdist}/tex/generic/pst-circ
11025%{texmfdist}/tex/latex/pst-circ
11026
11027%files latex-pst-diffraction
11028%defattr(644,root,root,755)
11029%doc %{texmfdist}/doc/generic/pst-diffraction
11030%{texmfdist}/tex/generic/pst-diffraction
11031%{texmfdist}/tex/latex/pst-diffraction
11032
b7b4a109
ZU
11033%files latex-pst-eucl
11034%defattr(644,root,root,755)
8efa6a9c 11035%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
11036%{texmfdist}/tex/generic/pst-eucl
11037%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
11038
11039%files latex-pst-fun
11040%defattr(644,root,root,755)
11041%doc %{texmfdist}/doc/generic/pst-fun
11042%{texmfdist}/dvips/pst-fun
11043%{texmfdist}/tex/generic/pst-fun
11044%{texmfdist}/tex/latex/pst-fun
11045
11046%files latex-pst-func
11047%defattr(644,root,root,755)
11048%doc %{texmfdist}/doc/generic/pst-func
11049%{texmfdist}/dvips/pst-func
11050%{texmfdist}/tex/generic/pst-func
11051%{texmfdist}/tex/latex/pst-func
11052
11053%files latex-pst-infixplot
11054%defattr(644,root,root,755)
11055%doc %{texmfdist}/doc/generic/pst-infixplot
11056%{texmfdist}/tex/generic/pst-infixplot
11057%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
11058
11059%files latex-pst-fr3d
11060%defattr(644,root,root,755)
11061%doc %{texmfdist}/doc/generic/pst-fr3d
11062%{texmfdist}/source/generic/pst-fr3d
11063%{texmfdist}/tex/generic/pst-fr3d
11064%{texmfdist}/tex/latex/pst-fr3d
11065
11066%files latex-pst-fractal
11067%defattr(644,root,root,755)
11068%doc %{texmfdist}/doc/generic/pst-fractal
11069%{texmfdist}/dvips/pst-fractal
11070%{texmfdist}/tex/generic/pst-fractal
11071%{texmfdist}/tex/latex/pst-fractal
11072
8efa6a9c
ZU
11073%files latex-pst-math
11074%defattr(644,root,root,755)
11075%doc %{texmfdist}/doc/generic/pst-math
11076%{texmfdist}/dvips/pst-math
11077%{texmfdist}/tex/generic/pst-math
11078%{texmfdist}/tex/latex/pst-math
11079
11080%files latex-pst-ob3d
11081%defattr(644,root,root,755)
11082%doc %{texmfdist}/doc/generic/pst-ob3d
11083%{texmfdist}/source/generic/pst-ob3d
11084%{texmfdist}/tex/generic/pst-ob3d
11085%{texmfdist}/tex/latex/pst-ob3d
11086
11087%files latex-pst-optexp
11088%defattr(644,root,root,755)
11089%doc %{texmfdist}/doc/generic/pst-optexp
11090%{texmfdist}/dvips/pst-optexp
11091%{texmfdist}/tex/generic/pst-optexp
11092%{texmfdist}/tex/latex/pst-optexp
11093
11094%files latex-pst-optic
11095%defattr(644,root,root,755)
11096%doc %{texmfdist}/doc/generic/pst-optic
11097%{texmfdist}/tex/generic/pst-optic
11098%{texmfdist}/tex/latex/pst-optic
11099
11100%files latex-pst-text
11101%defattr(644,root,root,755)
11102%doc %{texmfdist}/doc/generic/pst-text
04123363 11103%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
11104%{texmfdist}/tex/generic/pst-text
11105%{texmfdist}/tex/latex/pst-text
11106
1024ab0e
ZU
11107%files latex-pst-uncategorized
11108%defattr(644,root,root,755)
11109%doc %{texmfdist}/doc/generic/pst-3d
11110%doc %{texmfdist}/doc/generic/pst-asr
11111%doc %{texmfdist}/doc/generic/pst-bar
11112%doc %{texmfdist}/doc/generic/pst-barcode
11113%doc %{texmfdist}/doc/generic/pst-blur
11114%doc %{texmfdist}/doc/generic/pst-coil
11115%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
11116# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11117# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
11118%doc %{texmfdist}/doc/generic/pst-dbicons
11119%doc %{texmfdist}/doc/generic/pst-eps
11120%doc %{texmfdist}/doc/generic/pst-fill
11121%doc %{texmfdist}/doc/generic/pst-geo
11122%doc %{texmfdist}/doc/generic/pst-ghsb
11123%doc %{texmfdist}/doc/generic/pst-gr3d
11124%doc %{texmfdist}/doc/generic/pst-grad
11125%doc %{texmfdist}/doc/generic/pst-jtree
11126%doc %{texmfdist}/doc/generic/pst-labo
11127%doc %{texmfdist}/doc/generic/pst-lens
11128%doc %{texmfdist}/doc/generic/pst-light3d
11129%doc %{texmfdist}/doc/generic/pst-osci
11130%doc %{texmfdist}/doc/generic/pst-pad
11131%doc %{texmfdist}/doc/generic/pst-pdgr
11132%doc %{texmfdist}/doc/generic/pst-poly
11133%doc %{texmfdist}/doc/generic/pst-qtree
11134%doc %{texmfdist}/doc/generic/pst-slpe
11135%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
11136# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11137# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
11138%doc %{texmfdist}/doc/generic/pst-soroban
11139%doc %{texmfdist}/doc/generic/pst-spectra
11140%doc %{texmfdist}/doc/generic/pst-stru
11141%doc %{texmfdist}/doc/generic/pst-uml
11142%doc %{texmfdist}/doc/generic/pst-vue3d
11143%doc %{texmfdist}/doc/latex/auto-pst-pdf
11144%doc %{texmfdist}/doc/latex/pst-pdf
11145%{texmfdist}/dvips/pst-barcode
11146%{texmfdist}/dvips/pst-blur
11147%{texmfdist}/dvips/pst-coil
11148%{texmfdist}/dvips/pst-cox
11149%{texmfdist}/dvips/pst-eucl
11150%{texmfdist}/dvips/pst-geo
11151%{texmfdist}/dvips/pst-ghsb
11152%{texmfdist}/dvips/pst-grad
11153%{texmfdist}/dvips/pst-light3d
11154%{texmfdist}/dvips/pst-slpe
11155%{texmfdist}/dvips/pst-solides3d
11156%{texmfdist}/dvips/pst-spectra
11157%{texmfdist}/dvips/pst-vue3d
11158%{texmfdist}/scripts/pst-pdf
11159%{texmfdist}/source/generic/pst-3d
11160%{texmfdist}/source/generic/pst-3dplot
11161%{texmfdist}/source/generic/pst-barcode
11162%{texmfdist}/source/generic/pst-blur
11163%{texmfdist}/source/generic/pst-circ
11164%{texmfdist}/source/generic/pst-coil
11165%{texmfdist}/source/generic/pst-dbicons
11166%{texmfdist}/source/generic/pst-diffraction
11167%{texmfdist}/source/generic/pst-eps
11168%{texmfdist}/source/generic/pst-fill
11169%{texmfdist}/source/generic/pst-fractal
11170%{texmfdist}/source/generic/pst-fun
11171%{texmfdist}/source/generic/pst-func
11172%{texmfdist}/source/generic/pst-lens
11173%{texmfdist}/source/generic/pst-light3d
11174%{texmfdist}/source/generic/pst-optic
11175%{texmfdist}/source/generic/pst-pad
11176%{texmfdist}/source/generic/pst-pdgr
11177%{texmfdist}/source/generic/pst-slpe
11178%{texmfdist}/source/generic/pst-soroban
11179%{texmfdist}/source/generic/pst-text
11180%{texmfdist}/source/generic/pst-uml
11181%{texmfdist}/source/generic/pst-vue3d
11182%{texmfdist}/source/latex/auto-pst-pdf
11183%{texmfdist}/source/latex/pst-gr3d
11184%{texmfdist}/source/latex/pst-pdf
11185%{texmfdist}/source/latex/pst-poly
11186%{texmfdist}/tex/generic/pst-3d
11187%{texmfdist}/tex/generic/pst-asr
11188%{texmfdist}/tex/generic/pst-barcode
11189%{texmfdist}/tex/generic/pst-blur
11190%{texmfdist}/tex/generic/pst-coil
11191%{texmfdist}/tex/generic/pst-cox
11192%{texmfdist}/tex/generic/pst-eps
11193%{texmfdist}/tex/generic/pst-fill
11194%{texmfdist}/tex/generic/pst-geo
11195%{texmfdist}/tex/generic/pst-ghsb
11196%{texmfdist}/tex/generic/pst-gr3d
11197%{texmfdist}/tex/generic/pst-grad
11198%{texmfdist}/tex/generic/pst-jtree
11199%{texmfdist}/tex/generic/pst-labo
11200%{texmfdist}/tex/generic/pst-lens
11201%{texmfdist}/tex/generic/pst-light3d
11202%{texmfdist}/tex/generic/pst-osci
11203%{texmfdist}/tex/generic/pst-pad
11204%{texmfdist}/tex/generic/pst-pdgr
11205%{texmfdist}/tex/generic/pst-poly
11206%{texmfdist}/tex/generic/pst-qtree
11207%{texmfdist}/tex/generic/pst-slpe
11208%{texmfdist}/tex/generic/pst-solides3d
11209%{texmfdist}/tex/generic/pst-spectra
11210%{texmfdist}/tex/generic/pst-stru
11211%{texmfdist}/tex/generic/pst-vue3d
11212%{texmfdist}/tex/latex/pst-3d
11213%{texmfdist}/tex/latex/pst-asr
11214%{texmfdist}/tex/latex/pst-barcode
11215%{texmfdist}/tex/latex/pst-blur
11216%{texmfdist}/tex/latex/pst-coil
11217%{texmfdist}/tex/latex/pst-cox
11218%{texmfdist}/tex/latex/pst-dbicons
11219%{texmfdist}/tex/latex/pst-eps
11220%{texmfdist}/tex/latex/pst-fill
11221%{texmfdist}/tex/latex/pst-geo
11222%{texmfdist}/tex/latex/pst-ghsb
11223%{texmfdist}/tex/latex/pst-gr3d
11224%{texmfdist}/tex/latex/pst-grad
11225%{texmfdist}/tex/latex/pst-jtree
11226%{texmfdist}/tex/latex/pst-labo
11227%{texmfdist}/tex/latex/pst-lens
11228%{texmfdist}/tex/latex/pst-light3d
11229%{texmfdist}/tex/latex/pst-osci
11230%{texmfdist}/tex/latex/pst-pad
11231%{texmfdist}/tex/latex/pst-pdf
11232%{texmfdist}/tex/latex/pst-pdgr
11233%{texmfdist}/tex/latex/pst-poly
11234%{texmfdist}/tex/latex/pst-qtree
11235%{texmfdist}/tex/latex/pst-slpe
11236%{texmfdist}/tex/latex/pst-solides3d
11237%{texmfdist}/tex/latex/pst-soroban
11238%{texmfdist}/tex/latex/pst-spectra
11239%{texmfdist}/tex/latex/pst-stru
11240%{texmfdist}/tex/latex/pst-uml
11241%{texmfdist}/tex/latex/pst-vue3d
11242
d08789e0 11243%files latex-psnfss
489714ae 11244%defattr(644,root,root,755)
26d8eaaa 11245%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
11246%dir %{texmfdist}/source/latex
11247%dir %{texmfdist}/source/latex/latex-tds
11248%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 11249%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 11250%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
11251%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11252%{texmfdist}/tex/latex/psnfss
11253
d08789e0
ZU
11254%files latex-pxfonts
11255%defattr(644,root,root,755)
26d8eaaa
ZU
11256%doc %{texmfdist}/doc/fonts/pxfonts
11257%{texmfdist}/tex/latex/pxfonts
11258%{texmfdist}/fonts/type1/public/pxfonts
11259%{texmfdist}/fonts/afm/public/pxfonts
11260%{texmfdist}/fonts/tfm/public/pxfonts
11261%{texmfdist}/fonts/vf/public/pxfonts
11262%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 11263
5b7eba8e
MB
11264#%files latex-qfonts
11265#%defattr(644,root,root,755)
d08789e0 11266
6c82f497
ZU
11267%files latex-SIstyle
11268%defattr(644,root,root,755)
11269%{texmfdist}/doc/latex/SIstyle
11270%{texmfdist}/source/latex/SIstyle
11271
3127b522
ZU
11272%files latex-SIunits
11273%defattr(644,root,root,755)
3127b522 11274%{texmfdist}/doc/latex/SIunits
5b7eba8e 11275%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
11276%{texmfdist}/source/latex/SIunits
11277
f65b3398
ZU
11278%files latex-siunitx
11279%defattr(644,root,root,755)
11280%{texmfdist}/doc/latex/siunitx
11281%{texmfdist}/tex/latex/siunitx
11282%{texmfdist}/source/latex/siunitx
11283
6c82f497
ZU
11284%files latex-Tabbing
11285%defattr(644,root,root,755)
11286%{texmfdist}/source/latex/Tabbing
11287%{texmfdist}/doc/latex/Tabbing
3127b522 11288
d08789e0
ZU
11289%files latex-txfonts
11290%defattr(644,root,root,755)
26d8eaaa
ZU
11291%doc %{texmfdist}/doc/fonts/txfonts
11292%{texmfdist}/fonts/type1/public/txfonts
11293%{texmfdist}/fonts/afm/public/txfonts
11294%{texmfdist}/fonts/enc/dvips/txfonts
11295%{texmfdist}/fonts/tfm/public/txfonts
11296%{texmfdist}/fonts/vf/public/txfonts
11297%{texmfdist}/fonts/map/dvips/txfonts
11298%{texmfdist}/tex/latex/txfonts
26d8eaaa 11299
7ea3a98b
ZU
11300%files latex-ucs
11301%defattr(644,root,root,755)
7ea3a98b 11302%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 11303%{texmfdist}/tex/latex/ucs
d08789e0
ZU
11304
11305%files latex-umlaute
11306%defattr(644,root,root,755)
2677a8b0 11307%{texmfdist}/tex/latex/umlaute
d08789e0 11308
26d8eaaa
ZU
11309# %files latex-urwvn
11310# %defattr(644,root,root,755)
d08789e0 11311
e67df411
ZU
11312%files latex-variations
11313%defattr(644,root,root,755)
e65bc3d5 11314%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
11315%{texmfdist}/tex/generic/variations
11316
d08789e0
ZU
11317%files latex-wasysym
11318%defattr(644,root,root,755)
26d8eaaa
ZU
11319%doc %{texmfdist}/doc/latex/wasysym
11320%{texmfdist}/tex/latex/wasysym
11321%{texmfdist}/source/latex/wasysym
d08789e0 11322
03d9d5fa
ZU
11323%files latex-xcolor
11324%defattr(644,root,root,755)
11325%doc %{texmfdist}/doc/latex/xcolor
04123363 11326%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
11327%{texmfdist}/source/latex/xcolor
11328
2496d461
ZU
11329# %files format-latex
11330# %defattr(644,root,root,755)
26d8eaaa 11331# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
11332
11333%files format-pdflatex
11334%defattr(644,root,root,755)
11335#%{texmf}/pdftex/latex/config
26d8eaaa 11336# %dir %{texmf}/pdftex/latex
d08789e0 11337%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 11338%{_mandir}/man1/pdflatex.1*
26d8eaaa 11339# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 11340
26d8eaaa
ZU
11341# %files platex
11342# %defattr(644,root,root,755)
11343# %doc %{texmf}/doc/latex/platex
11344# %dir %{texmf}/tex/platex
11345# %{texmf}/tex/platex/config
11346# %{texmf}/tex/latex/platex
d08789e0 11347
26d8eaaa
ZU
11348# %files format-platex
11349# %defattr(644,root,root,755)
11350# %attr(755,root,root) %{_bindir}/platex
d08789e0 11351#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 11352# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
11353#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11354
26d8eaaa
ZU
11355# %files format-pdfplatex
11356# %defattr(644,root,root,755)
d08789e0
ZU
11357#%dir %{texmf}/pdftex/platex
11358#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
11359# %attr(755,root,root) %{_bindir}/pdfplatex
11360# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
11361
11362%files tex-babel
11363%defattr(644,root,root,755)
21c69d95 11364%dir %{texmfdist}/source/generic/babel
26d8eaaa
ZU
11365%doc %{texmfdist}/doc/generic/babel
11366%{texmfdist}/tex/generic/babel
d08789e0
ZU
11367
11368%files tex-german
11369%defattr(644,root,root,755)
26d8eaaa
ZU
11370%doc %{texmfdist}/doc/generic/german
11371%{texmfdist}/tex/generic/german
d08789e0
ZU
11372
11373%files tex-mfpic
11374%defattr(644,root,root,755)
26d8eaaa
ZU
11375%doc %{texmfdist}/doc/generic/mfpic
11376%{texmfdist}/tex/generic/mfpic
d08789e0
ZU
11377
11378%files tex-misc
11379%defattr(644,root,root,755)
26d8eaaa
ZU
11380%doc %{texmfdist}/doc/latex/localloc
11381%doc %{texmfdist}/doc/generic/multido
11382%doc %{texmfdist}/doc/generic/tap
d08789e0 11383
26d8eaaa
ZU
11384%{texmfdist}/tex/generic/eijkhout
11385%{texmfdist}/tex/generic/multido
11386%{texmfdist}/tex/generic/misc
d08789e0
ZU
11387
11388%files tex-pictex
11389%defattr(644,root,root,755)
2677a8b0
ZU
11390%doc %{texmfdist}/doc/generic/pictex
11391%{texmfdist}/tex/generic/pictex
d08789e0
ZU
11392
11393%files tex-pstricks
11394%defattr(644,root,root,755)
26d8eaaa
ZU
11395%doc %{texmfdist}/doc/generic/pstricks
11396%{texmfdist}/dvips/pstricks
11397%{texmfdist}/tex/generic/pstricks
d08789e0 11398
26d8eaaa
ZU
11399# %files tex-qpx
11400# %defattr(644,root,root,755)
11401# %doc %{texmf}/doc/fonts/polish/qpx
11402# %{texmf}/tex/generic/qpx
d08789e0 11403
31bd2c4a 11404%files tex-qpxqtx
d08789e0 11405%defattr(644,root,root,755)
26d8eaaa
ZU
11406%doc %{texmfdist}/doc/fonts/qpxqtx
11407%{texmfdist}/fonts/tfm/public/qpxqtx
11408%{texmfdist}/fonts/vf/public/qpxqtx
11409%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
11410
11411%files tex-ruhyphen
11412%defattr(644,root,root,755)
26d8eaaa
ZU
11413%{texmfdist}/tex/generic/ruhyphen
11414%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
11415
11416%files tex-spanish
11417%defattr(644,root,root,755)
26d8eaaa 11418%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 11419%dir %{texmfdist}/source/latex/mapcodes
04123363 11420%dir %{texmfdist}/source/latex/polyglot
21c69d95
ZU
11421%dir %{texmfdist}/source/latex/polyglot/langs
11422%dir %{texmfdist}/tex/latex/apacite
11423%dir %{texmfdist}/tex/latex/babelbib
11424%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 11425%dir %{texmfdist}/tex/texsis
21c69d95 11426%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
11427%{texmfdist}/source/generic/babel/spanish.ins
11428%{texmfdist}/source/generic/babel/spanish.dtx
11429%{texmfdist}/source/latex/polyglot/langs/spanish.ld
11430%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11431%{texmfdist}/source/latex/mapcodes/spanish.map
11432%{texmfdist}/source/latex/mapcodes/spanish.dtx
11433%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
11434%{texmfdist}/tex/generic/babel/spanish.sty
11435%{texmfdist}/tex/generic/babel/spanish.ldf
11436%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
11437%{texmfdist}/tex/latex/custom-bib/spanish.mbs
11438%{texmfdist}/tex/latex/babelbib/spanish.bdf
11439%{texmfdist}/tex/latex/apacite/spanish.apc
11440%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
11441
11442%files tex-texdraw
11443%defattr(644,root,root,755)
26d8eaaa
ZU
11444%doc %{texmfdist}/doc/texdraw
11445%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
11446
11447%files tex-thumbpdf
11448%defattr(644,root,root,755)
26d8eaaa 11449%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 11450%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
11451%{texmfdist}/tex/generic/thumbpdf
11452%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
11453%{_mandir}/man1/thumbpdf.1*
11454
11455%files tex-ukrhyph
11456%defattr(644,root,root,755)
26d8eaaa
ZU
11457%doc %{texmfdist}/doc/generic/ukrhyph
11458%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
11459
11460%files latex-vietnam
11461%defattr(644,root,root,755)
26d8eaaa
ZU
11462%doc %{texmfdist}/doc/generic/vntex
11463%{texmfdist}/tex/latex/vntex
d08789e0
ZU
11464
11465%files tex-xypic
11466%defattr(644,root,root,755)
26d8eaaa
ZU
11467%doc %{texmfdist}/doc/generic/xypic
11468%{texmfdist}/tex/generic/xypic
d08789e0
ZU
11469
11470%files tex-xkeyval
11471%defattr(644,root,root,755)
4a09ae1a
ZU
11472%doc %{texmfdist}/doc/latex/xkeyval
11473%{texmfdist}/source/latex/xkeyval
11474%{texmfdist}/tex/generic/xkeyval
11475%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
11476
11477%files fonts-adobe
11478%defattr(644,root,root,755)
4a09ae1a
ZU
11479%{texmfdist}/fonts/type1/adobe
11480%{texmfdist}/fonts/afm/adobe
11481%{texmfdist}/fonts/tfm/adobe
11482%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
11483
11484%files fonts-ae
11485%defattr(644,root,root,755)
4a09ae1a
ZU
11486%doc %{texmfdist}/doc/fonts/ae
11487%{texmfdist}/fonts/tfm/public/ae
11488%{texmfdist}/fonts/vf/public/ae
11489%{texmfdist}/source/fonts/ae
d08789e0
ZU
11490
11491%files fonts-ams
11492%defattr(644,root,root,755)
4a09ae1a
ZU
11493%{texmfdist}/bibtex/bst/ams
11494%{texmfdist}/bibtex/bib/ams
11495%{texmfdist}/dvips/ams
11496%{texmfdist}/fonts/source/public/ams
11497%{texmfdist}/fonts/type1/bluesky/ams
11498%{texmfdist}/fonts/afm/bluesky/ams
11499%{texmfdist}/fonts/tfm/public/ams
11500%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
11501
11502%files fonts-antp
11503%defattr(644,root,root,755)
26d8eaaa 11504%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
11505%{texmfdist}/fonts/enc/dvips/antp
11506%{texmfdist}/fonts/map/dvips/antp
11507%{texmfdist}/fonts/afm/public/antp
11508%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 11509%{texmfdist}/dvips/antp
d08789e0
ZU
11510
11511%files fonts-antt
11512%defattr(644,root,root,755)
4a09ae1a
ZU
11513%doc %{texmfdist}/doc/fonts/antt
11514%{texmfdist}/fonts/afm/public/antt
11515%{texmfdist}/fonts/opentype/public/antt
11516%{texmfdist}/fonts/enc/dvips/antt
11517%{texmfdist}/fonts/tfm/public/antt
11518%{texmfdist}/fonts/map/dvips/antt
11519%{texmfdist}/tex/plain/antt
11520%{texmfdist}/tex/latex/antt
d08789e0 11521
5bc70a92
MB
11522%files fonts-arphic
11523%defattr(644,root,root,755)
11524%doc %{texmfdist}/doc/fonts/arphic
11525%{texmfdist}/fonts/afm/arphic
11526%{texmfdist}/fonts/tfm/arphic
11527%{texmfdist}/fonts/vf/arphic
11528
d08789e0
ZU
11529%files fonts-bbm
11530%defattr(644,root,root,755)
4a09ae1a
ZU
11531%doc %{texmfdist}/doc/fonts/bbm
11532%{texmfdist}/fonts/source/public/bbm
11533%{texmfdist}/fonts/tfm/public/bbm
11534%{texmfdist}/source/latex/bbm
11535%{texmfdist}/tex/latex/bbm
d08789e0
ZU
11536
11537%files fonts-bbold
11538%defattr(644,root,root,755)
4a09ae1a
ZU
11539%{texmfdist}/fonts/source/public/bbold
11540%{texmfdist}/fonts/tfm/public/bbold
d08789e0 11541
4a09ae1a
ZU
11542# %files fonts-bh
11543# %defattr(644,root,root,755)
11544# %doc %{texmf}/doc/fonts/bh
11545# %{texmf}/fonts/tfm/bh
11546# %{texmf}/fonts/vf/bh
d08789e0
ZU
11547
11548%files fonts-bitstream
11549%defattr(644,root,root,755)
4a09ae1a
ZU
11550%{texmfdist}/fonts/afm/bitstrea
11551%{texmfdist}/fonts/tfm/bitstrea
11552%{texmfdist}/fonts/vf/bitstrea
d08789e0 11553
5b7eba8e
MB
11554#%files fonts-cbgreek
11555#%defattr(644,root,root,755)
d08789e0
ZU
11556
11557%files fonts-cc-pl
11558%defattr(644,root,root,755)
4a09ae1a
ZU
11559%{texmfdist}/fonts/source/public/cc-pl
11560%{texmfdist}/fonts/enc/dvips/cc-pl
11561%{texmfdist}/fonts/tfm/public/cc-pl
11562%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 11563
d08789e0
ZU
11564%files fonts-cg
11565%defattr(644,root,root,755)
4a09ae1a
ZU
11566%{texmfdist}/fonts/tfm/cg
11567%{texmfdist}/fonts/vf/cg
d08789e0
ZU
11568
11569%files fonts-cm
11570%defattr(644,root,root,755)
ffd94364 11571%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
11572%dir %{texmfdist}/doc/fonts
11573%dir %{texmfdist}/dvips
11574%dir %{texmfdist}/fonts/afm/bluesky
11575%dir %{texmfdist}/fonts/map/dvips
11576%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
11577%{texmfdist}/dvips/cm
11578%{texmfdist}/fonts/source/public/cm
11579%{texmfdist}/fonts/afm/bluesky/cm
11580%{texmfdist}/fonts/tfm/public/cm
11581%{texmfdist}/fonts/pk/ljfour/public/cm
11582%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
11583
11584%files fonts-cmbright
11585%defattr(644,root,root,755)
4a09ae1a
ZU
11586%doc %{texmfdist}/doc/latex/cmbright
11587%{texmfdist}/fonts/source/public/cmbright
11588%{texmfdist}/fonts/tfm/public/cmbright
11589%{texmfdist}/source/latex/cmbright
11590%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
11591
11592%files fonts-cmcyr
11593%defattr(644,root,root,755)
4a09ae1a
ZU
11594%doc %{texmfdist}/doc/fonts/cmcyr
11595%{texmfdist}/fonts/source/public/cmcyr
11596%{texmfdist}/fonts/type1/public/cmcyr
11597%{texmfdist}/fonts/tfm/public/cmcyr
11598%{texmfdist}/fonts/vf/public/cmcyr
11599%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
11600
11601%files fonts-cmextra
11602%defattr(644,root,root,755)
4a09ae1a
ZU
11603%{texmfdist}/fonts/source/public/cmextra
11604%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 11605
5d7e11d7
ZU
11606%files fonts-cmsuper
11607%defattr(644,root,root,755)
11608%doc %{texmfdist}/doc/fonts/cm-super
11609%{texmfdist}/fonts/afm/public/cm-super
11610%{texmfdist}/fonts/enc/dvips/cm-super
11611%{texmfdist}/fonts/map/dvips/cm-super
11612%{texmfdist}/fonts/map/vtex/cm-super
11613%{texmfdist}/fonts/type1/public/cm-super
11614
d08789e0
ZU
11615%files fonts-concmath
11616%defattr(644,root,root,755)
4a09ae1a
ZU
11617%doc %{texmfdist}/doc/fonts/concmath
11618%doc %{texmfdist}/doc/latex/concmath
11619%{texmfdist}/fonts/source/public/concmath
11620%{texmfdist}/fonts/tfm/public/concmath
11621%{texmfdist}/source/latex/concmath
11622%{texmfdist}/tex/latex/concmath
d08789e0
ZU
11623
11624%files fonts-concrete
11625%defattr(644,root,root,755)
4a09ae1a
ZU
11626%doc %{texmfdist}/doc/fonts/concrete
11627%{texmfdist}/fonts/source/public/concrete
11628%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
11629
11630%files fonts-cs
11631%defattr(644,root,root,755)
4a09ae1a
ZU
11632%{texmfdist}/dvips/cs
11633%{texmfdist}/fonts/source/public/cs
11634%{texmfdist}/fonts/enc/dvips/cs
11635%{texmfdist}/fonts/tfm/public/cs
11636%{texmfdist}/fonts/map/dvips/cs
d08789e0 11637
5b7eba8e
MB
11638#%files fonts-dstroke
11639#%defattr(644,root,root,755)
d08789e0
ZU
11640
11641%files fonts-ecc
11642%defattr(644,root,root,755)
4a09ae1a
ZU
11643%doc %{texmfdist}/doc/fonts/ecc
11644%{texmfdist}/fonts/source/public/ecc
11645%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
11646
11647%files fonts-eurosym
11648%defattr(644,root,root,755)
4a09ae1a
ZU
11649%doc %{texmfdist}/doc/fonts/eurosym
11650%{texmfdist}/fonts/source/public/eurosym
11651%{texmfdist}/fonts/tfm/public/eurosym
11652%{texmfdist}/fonts/map/dvips/eurosym
11653%{texmfdist}/source/fonts/eurosym
11654%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
11655
11656%files fonts-eulervm
11657%defattr(644,root,root,755)
7179ac92
ZU
11658%doc %{texmfdist}/doc/latex/eulervm
11659%{texmfdist}/fonts/tfm/public/eulervm
11660%{texmfdist}/fonts/vf/public/eulervm
11661%{texmfdist}/source/latex/eulervm
11662%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
11663
11664%files fonts-euxm
11665%defattr(644,root,root,755)
7179ac92
ZU
11666%{texmfdist}/fonts/source/public/euxm
11667%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
11668
11669%files fonts-gothic
11670%defattr(644,root,root,755)
7179ac92
ZU
11671%{texmfdist}/doc/fonts/gothic
11672%{texmfdist}/dvips/gothic
11673%{texmfdist}/fonts/source/public/gothic
11674%{texmfdist}/fonts/type1/public/gothic
11675%{texmfdist}/fonts/afm/public/gothic
11676%{texmfdist}/fonts/tfm/public/gothic
11677%{texmfdist}/fonts/vf/public/gothic
11678%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
11679
11680%files fonts-hoekwater
11681%defattr(644,root,root,755)
7179ac92
ZU
11682%{texmfdist}/fonts/afm/hoekwater
11683%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 11684%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
11685
11686%files fonts-jknappen
11687%defattr(644,root,root,755)
7179ac92
ZU
11688%{texmfdist}/fonts/source/jknappen
11689%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
11690
11691%files fonts-latex
11692%defattr(644,root,root,755)
7179ac92 11693%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
11694%dir %{texmfdist}/fonts/source/public/latex-fonts
11695%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11696%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
11697%dir %{texmfdist}/fonts/tfm/public/latex-fonts
11698%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
11699%{texmfdist}/fonts/source/public/esint
11700%{texmfdist}/fonts/tfm/public/esint
11701%{texmfdist}/source/latex/esint
11702%{texmfdist}/tex/latex/esint
f2555868
ZU
11703%{texmfdist}/fonts/source/public/latex-fonts/*
11704%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
11705%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
11706%{texmfdist}/fonts/tfm/public/latex-fonts/*
11707%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
11708
11709%files fonts-lh
11710%defattr(644,root,root,755)
7179ac92
ZU
11711%doc %{texmfdist}/doc/fonts/lh
11712%{texmfdist}/fonts/source/lh
11713%{texmfdist}/metapost/support/charlib/LH
11714%{texmfdist}/source/fonts/lh
11715%{texmfdist}/source/latex/lh
d08789e0
ZU
11716
11717%files fonts-lm
11718%defattr(644,root,root,755)
7179ac92
ZU
11719%doc %{texmfdist}/doc/fonts/lm
11720%{texmfdist}/fonts/type1/public/lm
11721%{texmfdist}/fonts/afm/public/lm
11722%{texmfdist}/fonts/opentype/public/lm
11723%{texmfdist}/fonts/enc/dvips/lm
11724%{texmfdist}/fonts/tfm/public/lm
11725%{texmfdist}/fonts/map/dvips/lm
11726%{texmfdist}/fonts/map/dvipdfm/lm
11727%{texmfdist}/source/fonts/lm
11728%{texmfdist}/tex/latex/lm
d08789e0
ZU
11729
11730%files fonts-marvosym
11731%defattr(644,root,root,755)
7179ac92 11732%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
11733%dir %{texmfdist}/source/fonts/eurofont
11734%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 11735%dir %{texmfdist}/tex/latex
7179ac92
ZU
11736%{texmfdist}/fonts/type1/public/marvosym
11737%{texmfdist}/fonts/afm/public/marvosym
11738%{texmfdist}/fonts/tfm/public/marvosym
11739%{texmfdist}/fonts/map/dvips/marvosym
f2555868 11740%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 11741%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
11742
11743%files fonts-mflogo
11744%defattr(644,root,root,755)
7179ac92
ZU
11745%doc %{texmfdist}/doc/latex/mflogo
11746%{texmfdist}/fonts/source/public/mflogo
11747%{texmfdist}/fonts/type1/hoekwater/mflogo
11748%{texmfdist}/fonts/afm/hoekwater/mflogo
11749%{texmfdist}/fonts/tfm/public/mflogo
11750%{texmfdist}/fonts/map/dvips/mflogo
11751%{texmfdist}/source/latex/mflogo
11752%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
11753
11754%files fonts-misc
11755%defattr(644,root,root,755)
7179ac92
ZU
11756%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
11757%{texmfdist}/fonts/source/public/misc
11758%{texmfdist}/fonts/tfm/public/misc
11759%{texmfdist}/fonts/misc
d08789e0
ZU
11760
11761%files fonts-monotype
11762%defattr(644,root,root,755)
7179ac92
ZU
11763%{texmfdist}/fonts/tfm/monotype
11764%{texmfdist}/fonts/vf/monotype
d08789e0 11765
745facc7 11766
f1ba8563
ZU
11767%files fonts-other
11768%defattr(644,root,root,755)
745facc7
ZU
11769
11770%doc %{texmfdist}/doc/fonts/yi4latex
11771%{texmfdist}/fonts/source/public/yi4latex
11772%{texmfdist}/fonts/tfm/public/yi4latex
11773
11774%{texmfdist}/fonts/tfm/public/pslatex
11775%{texmfdist}/fonts/map/dvips/pslatex
11776%{texmfdist}/fonts/vf/public/pslatex
11777
f1ba8563
ZU
11778%doc %{texmfdist}/doc/fonts/allrunes
11779%{texmfdist}/fonts/source/public/allrunes
11780%{texmfdist}/fonts/tfm/public/allrunes
11781%{texmfdist}/fonts/type1/public/allrunes
11782%{texmfdist}/source/fonts/allrunes
11783
11784%doc %{texmfdist}/doc/fonts/antiqua
11785%{texmfdist}/fonts/map/dvips/antiqua
11786
11787%{texmfdist}/fonts/source/public/apl
11788%{texmfdist}/fonts/tfm/public/apl
11789%{texmfdist}/source/fonts/apl
11790
8affbd2c
ZU
11791%{texmfdist}/fonts/afm/arabi
11792%{texmfdist}/fonts/tfm/arabi
11793%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
11794%{texmfdist}/fonts/enc/dvips/arabi
11795%{texmfdist}/fonts/map/dvips/arabi
11796
11797%{texmfdist}/fonts/map/dvips/arabtex
11798%{texmfdist}/fonts/source/public/arabtex
11799%{texmfdist}/fonts/tfm/public/arabtex
11800%{texmfdist}/fonts/type1/public/arabtex
11801
11802%doc %{texmfdist}/doc/fonts/archaic
11803%{texmfdist}/fonts/afm/public/archaic
11804%{texmfdist}/fonts/map/dvips/archaic
11805%{texmfdist}/fonts/source/public/archaic
11806%{texmfdist}/fonts/tfm/public/archaic
11807%{texmfdist}/fonts/type1/public/archaic
11808%{texmfdist}/source/fonts/archaic
11809
11810%doc %{texmfdist}/doc/fonts/arev
11811%{texmfdist}/fonts/afm/public/arev
11812%{texmfdist}/fonts/enc/dvips/arev
11813%{texmfdist}/fonts/map/dvips/arev
11814%{texmfdist}/fonts/tfm/public/arev
11815%{texmfdist}/fonts/type1/public/arev
11816%{texmfdist}/fonts/vf/public/arev
11817%{texmfdist}/source/fonts/arev
11818
11819%{texmfdist}/fonts/tfm/vntex/arevvn
11820%{texmfdist}/fonts/type1/vntex/arevvn
11821
11822%{texmfdist}/fonts/source/public/ar
11823%{texmfdist}/fonts/tfm/public/ar
11824
11825%doc %{texmfdist}/doc/fonts/armenian
11826%{texmfdist}/fonts/source/public/armenian
11827%{texmfdist}/fonts/tfm/public/armenian
11828
11829%{texmfdist}/fonts/map/dvips/arphic
11830
11831%doc %{texmfdist}/doc/fonts/malayalam
11832%doc %{texmfdist}/doc/fonts/Asana-Math
11833%{texmfdist}/fonts/opentype/public/Asana-Math
11834
11835%doc %{texmfdist}/doc/fonts/ascii
11836%{texmfdist}/fonts/map/dvips/ascii
11837%{texmfdist}/fonts/tfm/public/ascii
11838%{texmfdist}/fonts/type1/public/ascii
11839
11840%doc %{texmfdist}/doc/fonts/astro
11841%{texmfdist}/fonts/source/public/astro
11842%{texmfdist}/fonts/tfm/public/astro
11843
11844%{texmfdist}/fonts/afm/public/augie
11845%{texmfdist}/fonts/map/dvips/augie
11846%{texmfdist}/fonts/tfm/public/augie
11847%{texmfdist}/fonts/type1/public/augie
11848%{texmfdist}/fonts/vf/public/augie
11849
11850%doc %{texmfdist}/doc/fonts/auncial-new
11851%{texmfdist}/fonts/afm/public/auncial-new
11852%{texmfdist}/fonts/map/dvips/auncial-new
11853%{texmfdist}/fonts/tfm/public/auncial-new
11854%{texmfdist}/fonts/type1/public/auncial-new
11855%{texmfdist}/source/fonts/auncial-new
11856
11857%{texmfdist}/fonts/afm/public/aurical
11858%{texmfdist}/fonts/map/dvips/aurical
11859%{texmfdist}/fonts/source/public/aurical
11860%{texmfdist}/fonts/tfm/public/aurical
11861%{texmfdist}/fonts/type1/public/aurical
11862
11863%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563
ZU
11864
11865%{texmfdist}/fonts/source/public/backgammon
11866%{texmfdist}/fonts/tfm/public/backgammon
11867
11868%{texmfdist}/fonts/source/public/bangtex
11869%{texmfdist}/fonts/tfm/public/bangtex
11870
11871%{texmfdist}/fonts/source/public/barcodes
11872%{texmfdist}/fonts/tfm/public/barcodes
11873
11874%{texmfdist}/fonts/source/public/bayer
11875%{texmfdist}/fonts/tfm/public/bayer
11876
11877%{texmfdist}/fonts/source/public/bbding
11878%{texmfdist}/fonts/tfm/public/bbding
11879
11880%{texmfdist}/fonts/map/dvips/belleek
198c241e 11881%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
11882
11883%{texmfdist}/fonts/source/public/bengali
11884%{texmfdist}/fonts/tfm/public/bengali
11885
11886%doc %{texmfdist}/doc/fonts/bera
11887%{texmfdist}/fonts/afm/public/bera
11888%{texmfdist}/fonts/map/dvips/bera
11889%{texmfdist}/fonts/map/vtex/bera
11890%{texmfdist}/fonts/tfm/public/bera
11891%{texmfdist}/fonts/type1/public/bera
11892%{texmfdist}/fonts/vf/public/bera
11893
11894%doc %{texmfdist}/doc/fonts/blacklettert1
11895%{texmfdist}/fonts/tfm/public/blacklettert1
11896%{texmfdist}/fonts/vf/public/blacklettert1
11897%{texmfdist}/source/fonts/blacklettert1
11898
11899%doc %{texmfdist}/doc/fonts/boisik
11900%{texmfdist}/fonts/source/public/boisik
11901
11902%doc %{texmfdist}/doc/fonts/bookhands
11903%{texmfdist}/fonts/source/public/bookhands
11904
11905%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
11906
11907%{texmfdist}/fonts/afm/public/brushscr
11908%{texmfdist}/fonts/map/dvips/brushscr
11909%{texmfdist}/fonts/tfm/public/brushscr
11910%{texmfdist}/fonts/type1/public/brushscr
11911%{texmfdist}/fonts/vf/public/brushscr
11912
11913%doc %{texmfdist}/doc/fonts/burmese
11914%{texmfdist}/fonts/map/dvips/burmese
11915%{texmfdist}/fonts/tfm/public/burmese
11916%{texmfdist}/fonts/type1/public/burmese
11917
8affbd2c
ZU
11918%doc %{texmfdist}/doc/fonts/cns
11919%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
11920
11921%{texmfdist}/fonts/enc/dvips/c90enc
11922
11923%{texmfdist}/fonts/source/public/calligra
11924%{texmfdist}/fonts/tfm/public/calligra
11925
11926%doc %{texmfdist}/doc/fonts/carolmin-ps
11927%{texmfdist}/fonts/afm/public/carolmin-ps
11928%{texmfdist}/fonts/map/dvips/carolmin-ps
11929%{texmfdist}/fonts/type1/public/carolmin-ps
11930
11931%{texmfdist}/fonts/source/public/casyl
11932%{texmfdist}/fonts/tfm/public/casyl
11933
11934%{texmfdist}/fonts/source/public/cbcoptic
11935%{texmfdist}/fonts/tfm/public/cbcoptic
11936%{texmfdist}/fonts/type1/public/cbcoptic
11937
11938%doc %{texmfdist}/doc/fonts/cbfonts
11939%{texmfdist}/fonts/enc/dvips/cbfonts
11940%{texmfdist}/fonts/map/dvips/cbfonts
11941%{texmfdist}/fonts/source/public/cbfonts
11942%{texmfdist}/fonts/tfm/public/cbfonts
11943%{texmfdist}/fonts/type1/public/cbfonts
11944
11945%{texmfdist}/fonts/source/public/cchess
11946%{texmfdist}/fonts/tfm/public/cchess
11947
11948%{texmfdist}/fonts/afm/vntex/chartervn
11949%{texmfdist}/fonts/tfm/vntex/chartervn
11950%{texmfdist}/fonts/type1/vntex/chartervn
11951%{texmfdist}/fonts/vf/vntex/chartervn
11952
11953%doc %{texmfdist}/doc/fonts/chemarrow
11954%{texmfdist}/fonts/afm/public/chemarrow
11955%{texmfdist}/fonts/map/dvips/chemarrow
11956%{texmfdist}/fonts/source/public/chemarrow
11957%{texmfdist}/fonts/tfm/public/chemarrow
11958%{texmfdist}/fonts/type1/public/chemarrow
11959
11960%{texmfdist}/fonts/source/public/cherokee
11961%{texmfdist}/fonts/tfm/public/cherokee
11962
11963%{texmfdist}/fonts/source/public/chess
11964
11965%{texmfdist}/fonts/enc/dvips/chessfss
11966
11967%{texmfdist}/fonts/source/public/china2e
11968%{texmfdist}/fonts/tfm/public/china2e
11969
11970%{texmfdist}/fonts/source/public/circ
11971%{texmfdist}/fonts/tfm/public/circ
11972
11973%doc %{texmfdist}/doc/fonts/cirth
11974%{texmfdist}/fonts/source/public/cirth
11975%{texmfdist}/fonts/tfm/public/cirth
11976
11977%doc %{texmfdist}/doc/fonts/cjhebrew
11978%{texmfdist}/fonts/afm/public/cjhebrew
11979%{texmfdist}/fonts/enc/dvips/cjhebrew
11980%{texmfdist}/fonts/map/dvips/cjhebrew
11981%{texmfdist}/fonts/tfm/public/cjhebrew
11982%{texmfdist}/fonts/type1/public/cjhebrew
11983%{texmfdist}/fonts/vf/public/cjhebrew
11984
11985%{texmfdist}/fonts/source/public/clock
11986%{texmfdist}/fonts/tfm/public/clock
11987
11988%doc %{texmfdist}/doc/fonts/cmastro
11989%{texmfdist}/fonts/source/public/cmastro
11990%{texmfdist}/fonts/tfm/public/cmastro
11991
11992%{texmfdist}/fonts/tfm/vntex/cmbrightvn
11993%{texmfdist}/fonts/type1/vntex/cmbrightvn
11994
11995%{texmfdist}/fonts/type1/public/cmex
11996
11997%{texmfdist}/fonts/afm/public/cm-lgc
11998%{texmfdist}/fonts/enc/dvips/cm-lgc
11999%{texmfdist}/fonts/map/dvips/cm-lgc
12000%{texmfdist}/fonts/ofm/public/cm-lgc
12001%{texmfdist}/fonts/ovf/public/cm-lgc
12002%{texmfdist}/fonts/tfm/public/cm-lgc
12003%{texmfdist}/fonts/type1/public/cm-lgc
12004%{texmfdist}/fonts/vf/public/cm-lgc
12005
12006%{texmfdist}/fonts/map/dvips/cmll
12007%{texmfdist}/fonts/source/public/cmll
12008%{texmfdist}/fonts/tfm/public/cmll
12009%{texmfdist}/fonts/type1/public/cmll
12010
12011%doc %{texmfdist}/doc/fonts/cmpica
12012%{texmfdist}/fonts/source/public/cmpica
12013%{texmfdist}/fonts/tfm/public/cmpica
12014
f1ba8563 12015
f1ba8563
ZU
12016%{texmfdist}/fonts/tfm/vntex/comicsansvn
12017%{texmfdist}/fonts/type1/vntex/comicsansvn
12018%{texmfdist}/fonts/vf/vntex/comicsansvn
12019
12020%{texmfdist}/fonts/tfm/vntex/concretevn
12021%{texmfdist}/fonts/type1/vntex/concretevn
12022
8affbd2c
ZU
12023%{texmfdist}/fonts/afm/ibm
12024%{texmfdist}/fonts/tfm/ibm
12025%{texmfdist}/fonts/vf/ibm
f1ba8563 12026%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
12027%{texmfdist}/fonts/tfm/cspsfonts-adobe
12028%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
12029
12030%doc %{texmfdist}/doc/fonts/croatian
12031%{texmfdist}/fonts/source/public/croatian
12032
12033%{texmfdist}/fonts/afm/public/cryst
12034%{texmfdist}/fonts/source/public/cryst
12035%{texmfdist}/fonts/tfm/public/cryst
12036%{texmfdist}/fonts/type1/public/cryst
12037
12038%{texmfdist}/fonts/source/public/ctib
12039%{texmfdist}/fonts/tfm/public/ctib
12040
12041%doc %{texmfdist}/doc/fonts/cyklop
12042%{texmfdist}/fonts/afm/public/cyklop
12043%{texmfdist}/fonts/enc/dvips/cyklop
12044%{texmfdist}/fonts/map/dvips/cyklop
12045%{texmfdist}/fonts/opentype/public/cyklop
12046%{texmfdist}/fonts/tfm/public/cyklop
12047%{texmfdist}/fonts/type1/public/cyklop
12048
12049%{texmfdist}/fonts/source/public/dancers
12050%{texmfdist}/fonts/tfm/public/dancers
12051
12052%doc %{texmfdist}/doc/fonts/dice
12053%{texmfdist}/fonts/source/public/dice
12054%{texmfdist}/fonts/tfm/public/dice
12055
12056%doc %{texmfdist}/doc/fonts/dictsym
12057%{texmfdist}/fonts/afm/public/dictsym
12058%{texmfdist}/fonts/map/dvips/dictsym
12059%{texmfdist}/fonts/map/vtex/dictsym
12060%{texmfdist}/fonts/tfm/public/dictsym
12061%{texmfdist}/fonts/type1/public/dictsym
12062
12063%doc %{texmfdist}/doc/fonts/dingbat
12064%{texmfdist}/fonts/tfm/public/dingbat
12065%{texmfdist}/source/fonts/dingbat
12066
f1ba8563
ZU
12067%doc %{texmfdist}/doc/fonts/doublestroke
12068%{texmfdist}/fonts/map/dvips/doublestroke
12069%{texmfdist}/fonts/source/public/doublestroke
12070%{texmfdist}/fonts/tfm/public/doublestroke
12071%{texmfdist}/fonts/type1/public/doublestroke
12072
12073%doc %{texmfdist}/doc/fonts/duerer
12074%{texmfdist}/fonts/source/public/duerer
12075%{texmfdist}/fonts/tfm/public/duerer
12076
12077%doc %{texmfdist}/doc/fonts/ean
12078%{texmfdist}/fonts/source/public/ean
12079%{texmfdist}/fonts/tfm/public/ean
12080
12081%doc %{texmfdist}/doc/fonts/eco
12082%{texmfdist}/fonts/tfm/public/eco
12083%{texmfdist}/fonts/vf/public/eco
12084%{texmfdist}/source/fonts/eco
12085
12086%doc %{texmfdist}/doc/fonts/eiad
12087%{texmfdist}/fonts/source/public/eiad
12088%{texmfdist}/fonts/tfm/public/eiad
12089
12090%doc %{texmfdist}/doc/fonts/elvish
12091%{texmfdist}/fonts/source/public/elvish
12092%{texmfdist}/fonts/tfm/public/elvish
12093
12094%doc %{texmfdist}/doc/fonts/epigrafica
12095%{texmfdist}/fonts/afm/public/epigrafica
12096%{texmfdist}/fonts/enc/dvips/epigrafica
12097%{texmfdist}/fonts/map/dvips/epigrafica
12098%{texmfdist}/fonts/tfm/public/epigrafica
12099%{texmfdist}/fonts/type1/public/epigrafica
12100%{texmfdist}/fonts/vf/public/epigrafica
12101
12102%{texmfdist}/fonts/map/dvips/epiolmec
12103%{texmfdist}/fonts/tfm/public/epiolmec
12104%{texmfdist}/fonts/type1/public/epiolmec
12105
12106%doc %{texmfdist}/doc/fonts/esint-type1
12107%{texmfdist}/fonts/map/dvips/esint-type1
12108%{texmfdist}/fonts/type1/public/esint-type1
12109
12110%{texmfdist}/fonts/map/dvips/esvect
12111%{texmfdist}/fonts/source/public/esvect
12112%{texmfdist}/fonts/tfm/public/esvect
12113%{texmfdist}/fonts/type1/public/esvect
12114
12115%{texmfdist}/fonts/ofm/public/ethiop
12116%{texmfdist}/fonts/ovf/public/ethiop
12117%{texmfdist}/fonts/ovp/public/ethiop
12118%{texmfdist}/fonts/source/public/ethiop
12119%{texmfdist}/fonts/tfm/public/ethiop
12120
12121%{texmfdist}/fonts/map/dvips/ethiop-t1
12122%{texmfdist}/fonts/type1/public/ethiop-t1
12123
12124%doc %{texmfdist}/doc/fonts/euro-ce
12125%{texmfdist}/fonts/source/public/euro-ce
12126%{texmfdist}/fonts/tfm/public/euro-ce
12127
12128%doc %{texmfdist}/doc/fonts/eurofont
12129%{texmfdist}/fonts/map/dvips/eurofont
12130%{texmfdist}/source/fonts/eurofont
12131
f1ba8563
ZU
12132%doc %{texmfdist}/doc/fonts/feyn
12133%{texmfdist}/fonts/source/public/feyn
12134%{texmfdist}/fonts/tfm/public/feyn
12135%{texmfdist}/source/fonts/feyn
12136
12137%doc %{texmfdist}/doc/fonts/fge
12138%{texmfdist}/fonts/source/public/fge
12139%{texmfdist}/fonts/tfm/public/fge
12140%{texmfdist}/source/fonts/fge
12141
12142%{texmfdist}/fonts/map/dvips/foekfont
12143%{texmfdist}/fonts/tfm/public/foekfont
12144%{texmfdist}/fonts/type1/public/foekfont
12145
12146%doc %{texmfdist}/doc/fonts/fonetika
12147%{texmfdist}/fonts/afm/public/fonetika
12148%{texmfdist}/fonts/map/dvips/fonetika
12149%{texmfdist}/fonts/tfm/public/fonetika
12150%{texmfdist}/fonts/type1/public/fonetika
12151
12152%doc %{texmfdist}/doc/fonts/fourier
12153%{texmfdist}/fonts/afm/public/fourier
12154%{texmfdist}/fonts/map/dvips/fourier
12155%{texmfdist}/fonts/tfm/public/fourier
12156%{texmfdist}/fonts/type1/public/fourier
12157%{texmfdist}/fonts/vf/public/fourier
12158%{texmfdist}/source/fonts/fourier
12159
12160%doc %{texmfdist}/doc/fonts/fouriernc
12161%{texmfdist}/fonts/afm/public/fouriernc
12162%{texmfdist}/fonts/tfm/public/fouriernc
12163%{texmfdist}/fonts/vf/public/fouriernc
12164
12165%doc %{texmfdist}/doc/fonts/frcursive
12166%{texmfdist}/fonts/source/public/frcursive
12167%{texmfdist}/fonts/tfm/public/frcursive
12168%{texmfdist}/source/fonts/frcursive
12169
12170%doc %{texmfdist}/doc/fonts/futhark
12171%{texmfdist}/fonts/source/public/futhark
12172%{texmfdist}/fonts/tfm/public/futhark
12173
12174%{texmfdist}/fonts/afm/public/garuda
12175%{texmfdist}/fonts/map/dvips/garuda
12176%{texmfdist}/fonts/tfm/public/garuda
12177%{texmfdist}/fonts/type1/public/garuda
12178
12179%doc %{texmfdist}/doc/fonts/genealogy
12180%{texmfdist}/fonts/source/public/genealogy
12181%{texmfdist}/fonts/tfm/public/genealogy
12182
12183%doc %{texmfdist}/doc/fonts/gfsartemisia
12184%{texmfdist}/fonts/afm/public/gfsartemisia
12185%{texmfdist}/fonts/enc/dvips/gfsartemisia
12186%{texmfdist}/fonts/map/dvips/gfsartemisia
12187%{texmfdist}/fonts/opentype/public/gfsartemisia
12188%{texmfdist}/fonts/tfm/public/gfsartemisia
12189%{texmfdist}/fonts/type1/public/gfsartemisia
12190%{texmfdist}/fonts/vf/public/gfsartemisia
12191
12192%doc %{texmfdist}/doc/fonts/gfsbaskerville
12193%{texmfdist}/fonts/afm/public/gfsbaskerville
12194%{texmfdist}/fonts/enc/dvips/gfsbaskerville
12195%{texmfdist}/fonts/map/dvips/gfsbaskerville
12196%{texmfdist}/fonts/opentype/public/gfsbaskerville
12197%{texmfdist}/fonts/tfm/public/gfsbaskerville
12198%{texmfdist}/fonts/type1/public/gfsbaskerville
12199%{texmfdist}/fonts/vf/public/gfsbaskerville
12200
12201%doc %{texmfdist}/doc/fonts/gfsbodoni
12202%{texmfdist}/fonts/afm/public/gfsbodoni
12203%{texmfdist}/fonts/enc/dvips/gfsbodoni
12204%{texmfdist}/fonts/map/dvips/gfsbodoni
12205%{texmfdist}/fonts/opentype/public/gfsbodoni
12206%{texmfdist}/fonts/tfm/public/gfsbodoni
12207%{texmfdist}/fonts/type1/public/gfsbodoni
12208%{texmfdist}/fonts/vf/public/gfsbodoni
12209
12210%doc %{texmfdist}/doc/fonts/gfscomplutum
12211%{texmfdist}/fonts/afm/public/gfscomplutum
12212%{texmfdist}/fonts/enc/dvips/gfscomplutum
12213%{texmfdist}/fonts/map/dvips/gfscomplutum
12214%{texmfdist}/fonts/opentype/public/gfscomplutum
12215%{texmfdist}/fonts/tfm/public/gfscomplutum
12216%{texmfdist}/fonts/type1/public/gfscomplutum
12217%{texmfdist}/fonts/vf/public/gfscomplutum
12218
12219%doc %{texmfdist}/doc/fonts/gfsdidot
12220%{texmfdist}/fonts/afm/public/gfsdidot
12221%{texmfdist}/fonts/enc/dvips/gfsdidot
12222%{texmfdist}/fonts/map/dvips/gfsdidot
12223%{texmfdist}/fonts/opentype/public/gfsdidot
12224%{texmfdist}/fonts/tfm/public/gfsdidot
12225%{texmfdist}/fonts/type1/public/gfsdidot
12226%{texmfdist}/fonts/vf/public/gfsdidot
12227
12228%doc %{texmfdist}/doc/fonts/gfsneohellenic
12229%{texmfdist}/fonts/afm/public/gfsneohellenic
12230%{texmfdist}/fonts/enc/dvips/gfsneohellenic
12231%{texmfdist}/fonts/map/dvips/gfsneohellenic
12232%{texmfdist}/fonts/opentype/public/gfsneohellenic
12233%{texmfdist}/fonts/tfm/public/gfsneohellenic
12234%{texmfdist}/fonts/type1/public/gfsneohellenic
12235%{texmfdist}/fonts/vf/public/gfsneohellenic
12236
12237%doc %{texmfdist}/doc/fonts/gfsporson
12238%{texmfdist}/fonts/afm/public/gfsporson
12239%{texmfdist}/fonts/enc/dvips/gfsporson
12240%{texmfdist}/fonts/map/dvips/gfsporson
12241%{texmfdist}/fonts/opentype/public/gfsporson
12242%{texmfdist}/fonts/tfm/public/gfsporson
12243%{texmfdist}/fonts/type1/public/gfsporson
12244%{texmfdist}/fonts/vf/public/gfsporson
12245
12246%doc %{texmfdist}/doc/fonts/gfssolomos
12247%{texmfdist}/fonts/afm/public/gfssolomos
12248%{texmfdist}/fonts/enc/dvips/gfssolomos
12249%{texmfdist}/fonts/map/dvips/gfssolomos
12250%{texmfdist}/fonts/opentype/public/gfssolomos
12251%{texmfdist}/fonts/tfm/public/gfssolomos
12252%{texmfdist}/fonts/type1/public/gfssolomos
12253%{texmfdist}/fonts/vf/public/gfssolomos
12254
12255%{texmfdist}/fonts/source/public/go
12256%{texmfdist}/fonts/tfm/public/go
12257
12258%doc %{texmfdist}/doc/fonts/greenpoint
12259%{texmfdist}/fonts/source/public/greenpoint
12260%{texmfdist}/fonts/tfm/public/greenpoint
12261
12262%{texmfdist}/fonts/afm/groff
12263%{texmfdist}/fonts/enc/dvips/groff
12264%{texmfdist}/fonts/map/dvips/groff
12265%{texmfdist}/fonts/tfm/groff
12266%{texmfdist}/fonts/type1/groff
12267
12268%doc %{texmfdist}/doc/fonts/grotesq
12269%{texmfdist}/fonts/map/dvips/grotesq
12270
12271%{texmfdist}/fonts/afm/vntex/grotesqvn
12272%{texmfdist}/fonts/tfm/vntex/grotesqvn
12273%{texmfdist}/fonts/type1/vntex/grotesqvn
12274
12275%{texmfdist}/fonts/afm/public/grverb
12276%{texmfdist}/fonts/map/dvips/grverb
12277%{texmfdist}/fonts/tfm/public/grverb
12278%{texmfdist}/fonts/type1/public/grverb
12279%{texmfdist}/fonts/vf/public/grverb
12280
12281%{texmfdist}/fonts/source/public/hands
12282%{texmfdist}/fonts/tfm/public/hands
12283
8affbd2c
ZU
12284%{texmfdist}/fonts/afm/jmn
12285%{texmfdist}/fonts/tfm/jmn
12286%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
12287
12288%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
12289
12290%doc %{texmfdist}/doc/fonts/hfbright
12291%{texmfdist}/fonts/afm/public/hfbright
12292%{texmfdist}/fonts/enc/dvips/hfbright
12293%{texmfdist}/fonts/map/dvips/hfbright
12294%{texmfdist}/fonts/type1/public/hfbright
12295%{texmfdist}/source/fonts/hfbright
12296
12297%doc %{texmfdist}/doc/fonts/hfoldsty
12298%{texmfdist}/fonts/tfm/public/hfoldsty
12299%{texmfdist}/fonts/vf/public/hfoldsty
12300%{texmfdist}/source/fonts/hfoldsty
12301
12302%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 12303%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
12304%{texmfdist}/fonts/afm/public/ibygrk
12305%{texmfdist}/fonts/enc/dvips/ibygrk
12306%{texmfdist}/fonts/map/dvips/ibygrk
12307%{texmfdist}/fonts/source/public/ibygrk
12308%{texmfdist}/fonts/tfm/public/ibygrk
12309%{texmfdist}/fonts/type1/public/ibygrk
12310
12311%doc %{texmfdist}/doc/fonts/ifsym
12312%{texmfdist}/fonts/source/public/ifsym
12313%{texmfdist}/fonts/tfm/public/ifsym
12314
12315%doc %{texmfdist}/doc/fonts/initials
12316%{texmfdist}/fonts/afm/public/initials
12317%{texmfdist}/fonts/map/dvips/initials
12318%{texmfdist}/fonts/tfm/public/initials
12319%{texmfdist}/fonts/type1/public/initials
12320
745facc7 12321%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
12322%{texmfdist}/fonts/afm/public/itrans
12323%{texmfdist}/fonts/source/public/itrans
12324%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
12325%{texmfdist}/fonts/type1/public/itrans
12326
745facc7 12327%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
12328%{texmfdist}/fonts/afm/public/iwona
12329%{texmfdist}/fonts/enc/dvips/iwona
12330%{texmfdist}/fonts/map/dvips/iwona
12331%{texmfdist}/fonts/opentype/public/iwona
12332%{texmfdist}/fonts/tfm/public/iwona
12333%{texmfdist}/fonts/type1/public/iwona
12334
12335%{texmfdist}/fonts/enc/dvips/jmn
12336%{texmfdist}/fonts/map/dvips/jmn
12337
745facc7 12338%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
12339%{texmfdist}/fonts/source/public/kdgreek
12340%{texmfdist}/fonts/tfm/public/kdgreek
12341
12342%{texmfdist}/fonts/afm/public/kerkis
12343%{texmfdist}/fonts/enc/dvips/kerkis
12344%{texmfdist}/fonts/map/dvips/kerkis
12345%{texmfdist}/fonts/tfm/public/kerkis
12346%{texmfdist}/fonts/type1/public/kerkis
12347%{texmfdist}/fonts/vf/public/kerkis
12348
12349%doc %{texmfdist}/doc/fonts/kixfont
12350%{texmfdist}/fonts/source/public/kixfont
12351%{texmfdist}/fonts/tfm/public/kixfont
12352
12353%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 12354%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
12355%{texmfdist}/fonts/afm/public/kpfonts
12356%{texmfdist}/fonts/map/public/kpfonts
12357%{texmfdist}/fonts/source/public/kpfonts
12358%{texmfdist}/fonts/tfm/public/kpfonts
12359%{texmfdist}/fonts/type1/public/kpfonts
12360%{texmfdist}/fonts/vf/public/kpfonts
12361
745facc7 12362%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
12363%{texmfdist}/fonts/afm/public/kurier
12364%{texmfdist}/fonts/enc/dvips/kurier
12365%{texmfdist}/fonts/map/dvips/kurier
12366%{texmfdist}/fonts/opentype/public/kurier
12367%{texmfdist}/fonts/tfm/public/kurier
12368%{texmfdist}/fonts/type1/public/kurier
12369
12370%doc %{texmfdist}/doc/fonts/levy
12371%{texmfdist}/fonts/source/public/levy
12372
12373%doc %{texmfdist}/doc/fonts/lfb
12374%{texmfdist}/fonts/source/public/lfb
12375%{texmfdist}/fonts/tfm/public/lfb
12376
12377%doc %{texmfdist}/doc/fonts/libertine
12378%{texmfdist}/fonts/afm/public/libertine
12379%{texmfdist}/fonts/enc/dvips/libertine
12380%{texmfdist}/fonts/map/dvips/libertine
12381%{texmfdist}/fonts/tfm/public/libertine
12382%{texmfdist}/fonts/type1/public/libertine
12383%{texmfdist}/fonts/vf/public/libertine
12384
12385%doc %{texmfdist}/doc/fonts/linearA
12386%{texmfdist}/fonts/afm/public/linearA
12387%{texmfdist}/fonts/map/dvips/linearA
12388%{texmfdist}/fonts/tfm/public/linearA
12389%{texmfdist}/fonts/type1/public/linearA
12390%{texmfdist}/source/fonts/linearA
12391
12392%{texmfdist}/fonts/source/public/logic
12393%{texmfdist}/fonts/tfm/public/logic
12394
12395%doc %{texmfdist}/doc/fonts/lxfonts
12396%{texmfdist}/fonts/map/dvips/lxfonts
12397%{texmfdist}/fonts/source/public/lxfonts
12398%{texmfdist}/fonts/tfm/public/lxfonts
12399%{texmfdist}/fonts/type1/public/lxfonts
12400
12401%doc %{texmfdist}/doc/fonts/ly1
12402%{texmfdist}/fonts/map/dvips/ly1
12403
12404%{texmfdist}/fonts/source/public/malayalam
12405%{texmfdist}/fonts/tfm/public/malayalam
12406
12407%{texmfdist}/fonts/map/dvips/manfnt
12408
12409%{texmfdist}/fonts/map/dvips/mathdesign
12410
12411%{texmfdist}/fonts/tfm/public/mathpazo
12412%{texmfdist}/fonts/vf/public/mathpazo
12413
8affbd2c
ZU
12414%{texmfdist}/fonts/afm/mathdesign
12415%{texmfdist}/fonts/tfm/mathdesign
12416%{texmfdist}/fonts/type1/mathdesign
12417%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
12418
12419%{texmfdist}/fonts/enc/dvips/mnsymbol
12420%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 12421%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
12422%{texmfdist}/fonts/map/vtex/mnsymbol
12423%{texmfdist}/fonts/opentype/public/mnsymbol
12424%{texmfdist}/fonts/source/public/mnsymbol
12425%{texmfdist}/fonts/tfm/public/mnsymbol
12426%{texmfdist}/fonts/type1/public/mnsymbol
12427
12428%{texmfdist}/fonts/map/dvips/montex
12429%{texmfdist}/fonts/source/public/montex
12430%{texmfdist}/fonts/tfm/public/montex
12431%{texmfdist}/fonts/type1/public/montex
12432
12433%{texmfdist}/fonts/tfm/vntex/mscorevn
12434%{texmfdist}/fonts/vf/vntex/mscorevn
12435
12436%{texmfdist}/fonts/source/public/musixps
12437%{texmfdist}/fonts/tfm/public/musixps
12438
12439%doc %{texmfdist}/doc/generic/musixtex
12440%{texmfdist}/fonts/map/dvips/musixtex
12441%{texmfdist}/fonts/source/public/musixtex
12442%{texmfdist}/fonts/tfm/public/musixtex
12443%{texmfdist}/fonts/type1/public/musixtex
12444
12445%{texmfdist}/fonts/source/public/mxd
12446%{texmfdist}/fonts/tfm/public/mxd
12447
12448%{texmfdist}/fonts/source/public/mxedruli
12449%{texmfdist}/fonts/tfm/public/mxedruli
12450
12451%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
12452
12453%{texmfdist}/fonts/source/public/niceframe
12454%{texmfdist}/fonts/tfm/public/niceframe
12455
12456%doc %{texmfdist}/doc/fonts/nkarta
12457%{texmfdist}/fonts/source/public/nkarta
12458%{texmfdist}/fonts/tfm/public/nkarta
12459
12460%{texmfdist}/fonts/afm/public/norasi
12461%{texmfdist}/fonts/map/dvips/norasi
12462%{texmfdist}/fonts/tfm/public/norasi
12463%{texmfdist}/fonts/type1/public/norasi
12464
12465%{texmfdist}/fonts/source/public/oca
12466
12467%{texmfdist}/fonts/afm/public/ocherokee
12468%{texmfdist}/fonts/map/dvips/ocherokee
12469%{texmfdist}/fonts/ofm/public/ocherokee
12470%{texmfdist}/fonts/ovf/public/ocherokee
12471%{texmfdist}/fonts/ovp/public/ocherokee
12472%{texmfdist}/fonts/tfm/public/ocherokee
12473%{texmfdist}/fonts/type1/public/ocherokee
12474
12475%{texmfdist}/fonts/source/public/ogham
12476%{texmfdist}/fonts/tfm/public/ogham
12477
12478%doc %{texmfdist}/doc/fonts/oinuit
12479%{texmfdist}/fonts/map/dvips/oinuit
12480%{texmfdist}/fonts/ofm/public/oinuit
12481%{texmfdist}/fonts/ovf/public/oinuit
12482%{texmfdist}/fonts/tfm/public/oinuit
12483%{texmfdist}/fonts/type1/public/oinuit
12484
12485%{texmfdist}/fonts/source/public/osmanian
12486
12487%doc %{texmfdist}/doc/fonts/ot2cyr
12488%{texmfdist}/fonts/map/dvips/ot2cyr
12489%{texmfdist}/source/fonts/ot2cyr
12490
12491%{texmfdist}/fonts/source/public/othello
12492%{texmfdist}/fonts/tfm/public/othello
12493
12494%{texmfdist}/fonts/ofm/public/otibet
12495%{texmfdist}/fonts/ovf/public/otibet
12496%{texmfdist}/fonts/ovp/public/otibet
12497%{texmfdist}/fonts/source/public/otibet
12498%{texmfdist}/fonts/tfm/public/otibet
12499
12500%doc %{texmfdist}/doc/fonts/pacioli
12501%{texmfdist}/fonts/source/public/pacioli
12502%{texmfdist}/fonts/tfm/public/pacioli
12503
12504%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
12505
12506%doc %{texmfdist}/doc/fonts/phaistos
12507%{texmfdist}/fonts/afm/public/phaistos
12508%{texmfdist}/fonts/map/dvips/phaistos
12509%{texmfdist}/fonts/opentype/public/phaistos
12510%{texmfdist}/fonts/tfm/public/phaistos
12511%{texmfdist}/fonts/type1/public/phaistos
12512%{texmfdist}/source/fonts/phaistos
12513
12514%{texmfdist}/fonts/opentype/public/philokalia
12515
12516%doc %{texmfdist}/doc/fonts/phonetic
12517%{texmfdist}/fonts/source/public/phonetic
12518%{texmfdist}/fonts/tfm/public/phonetic
12519%{texmfdist}/source/fonts/phonetic
12520
8affbd2c 12521%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
12522
12523%{texmfdist}/fonts/source/public/punk
12524%{texmfdist}/fonts/tfm/public/punk
12525
12526%{texmfdist}/fonts/tfm/public/relenc
12527%{texmfdist}/fonts/vf/public/relenc
12528
12529%doc %{texmfdist}/doc/fonts/rsfs
12530%{texmfdist}/fonts/map/dvips/rsfs
12531
12532%{texmfdist}/fonts/map/dvips/sanskrit
12533%{texmfdist}/fonts/source/public/sanskrit
12534%{texmfdist}/fonts/tfm/public/sanskrit
12535%{texmfdist}/fonts/type1/public/sanskrit
12536
12537%{texmfdist}/fonts/source/public/sauter
12538
12539%doc %{texmfdist}/doc/fonts/semaphor
12540%{texmfdist}/fonts/afm/public/semaphor
12541%{texmfdist}/fonts/enc/dvips/semaphor
12542%{texmfdist}/fonts/map/dvips/semaphor
12543%{texmfdist}/fonts/opentype/public/semaphor
12544%{texmfdist}/fonts/source/public/semaphor
12545%{texmfdist}/fonts/tfm/public/semaphor
12546%{texmfdist}/fonts/type1/public/semaphor
12547
12548%{texmfdist}/fonts/source/public/simpsons
12549
12550%{texmfdist}/fonts/map/dvips/skak
12551%{texmfdist}/fonts/source/public/skak
12552%{texmfdist}/fonts/tfm/public/skak
12553
12554%doc %{texmfdist}/doc/fonts/skaknew
12555%{texmfdist}/fonts/afm/public/skaknew
12556%{texmfdist}/fonts/map/dvips/skaknew
12557%{texmfdist}/fonts/map/vtex/skaknew
12558%{texmfdist}/fonts/tfm/public/skaknew
12559%{texmfdist}/fonts/type1/public/skaknew
12560
12561%{texmfdist}/fonts/source/public/skull
12562
12563%{texmfdist}/fonts/source/public/soyombo
12564%{texmfdist}/fonts/tfm/public/soyombo
12565
12566%doc %{texmfdist}/doc/fonts/staves
12567%{texmfdist}/fonts/map/dvips/staves
12568%{texmfdist}/fonts/tfm/public/staves
12569%{texmfdist}/fonts/type1/public/staves
12570
12571%{texmfdist}/fonts/map/dvips/stmaryrd
12572%{texmfdist}/fonts/source/public/stmaryrd
12573
12574%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
12575
12576%{texmfdist}/fonts/afm/public/tabvar
12577%{texmfdist}/fonts/map/dvips/tabvar
12578%{texmfdist}/fonts/tfm/public/tabvar
12579%{texmfdist}/fonts/type1/public/tabvar
12580
f1ba8563
ZU
12581
12582%{texmfdist}/fonts/source/public/tapir
12583%{texmfdist}/fonts/type1/public/tapir
12584
12585%{texmfdist}/fonts/enc/dvips/tengwarscript
12586%{texmfdist}/fonts/map/dvips/tengwarscript
12587%{texmfdist}/fonts/tfm/public/tengwarscript
12588%{texmfdist}/fonts/vf/public/tengwarscript
12589
80fa261c 12590%{texmfdist}/doc/fonts/pclnfss
198c241e 12591%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
12592
12593%doc %{texmfdist}/doc/fonts/tex-gyre
12594%{texmfdist}/fonts/afm/public/tex-gyre
12595%{texmfdist}/fonts/enc/dvips/tex-gyre
12596%{texmfdist}/fonts/map/dvips/tex-gyre
12597%{texmfdist}/fonts/opentype/public/tex-gyre
12598%{texmfdist}/fonts/tfm/public/tex-gyre
12599%{texmfdist}/fonts/type1/public/tex-gyre
12600
f1ba8563 12601%{texmfdist}/fonts/map/dvips/times
f1ba8563 12602
f1ba8563
ZU
12603
12604%doc %{texmfdist}/doc/fonts/timing
12605%{texmfdist}/fonts/source/public/timing
12606%{texmfdist}/fonts/tfm/public/timing
12607
12608%doc %{texmfdist}/doc/fonts/tipa
12609%{texmfdist}/fonts/map/dvips/tipa
12610%{texmfdist}/fonts/source/public/tipa
12611%{texmfdist}/fonts/tfm/public/tipa
12612%{texmfdist}/fonts/type1/public/tipa
12613
12614%{texmfdist}/fonts/afm/public/trajan
12615%{texmfdist}/fonts/map/dvips/trajan
12616%{texmfdist}/fonts/tfm/public/trajan
12617%{texmfdist}/fonts/type1/public/trajan
12618
12619%{texmfdist}/fonts/source/public/trsym
12620%{texmfdist}/fonts/tfm/public/trsym
12621
12622%{texmfdist}/fonts/tfm/vntex/txttvn
12623%{texmfdist}/fonts/type1/vntex/txttvn
12624
12625%{texmfdist}/fonts/map/dvips/uhc
12626
12627%{texmfdist}/fonts/source/public/ulsy
12628%{texmfdist}/fonts/tfm/public/ulsy
12629
12630%doc %{texmfdist}/doc/fonts/umrand
12631%{texmfdist}/fonts/source/public/umrand
12632%{texmfdist}/fonts/tfm/public/umrand
12633
12634%doc %{texmfdist}/doc/fonts/umtypewriter
12635%{texmfdist}/fonts/opentype/public/umtypewriter
12636
12637%doc %{texmfdist}/doc/fonts/universa
12638%{texmfdist}/fonts/source/public/universa
12639%{texmfdist}/fonts/tfm/public/universa
12640%{texmfdist}/source/fonts/universa
12641
12642%{texmfdist}/fonts/afm/public/velthuis
12643%{texmfdist}/fonts/map/dvips/velthuis
12644%{texmfdist}/fonts/source/public/velthuis
12645%{texmfdist}/fonts/tfm/public/velthuis
12646%{texmfdist}/fonts/type1/public/velthuis
12647
12648%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
12649
12650%{texmfdist}/fonts/afm/vntex/vntopia
12651%{texmfdist}/fonts/tfm/vntex/vntopia
12652%{texmfdist}/fonts/type1/vntex/vntopia
12653%{texmfdist}/fonts/vf/vntex/vntopia
12654
12655%{texmfdist}/fonts/map/dvips/wadalab
12656
12657%doc %{texmfdist}/doc/fonts/wasy
12658%{texmfdist}/fonts/afm/public/wasy
12659%{texmfdist}/fonts/map/dvips/wasy
12660%{texmfdist}/fonts/type1/public/wasy
12661
12662%{texmfdist}/fonts/source/public/wnri
12663%{texmfdist}/fonts/tfm/public/wnri
12664
12665%{texmfdist}/fonts/source/public/wsuipa
12666%{texmfdist}/fonts/tfm/public/wsuipa
12667
12668%{texmfdist}/fonts/source/public/xbmc
12669%{texmfdist}/fonts/tfm/public/xbmc
12670
f1ba8563
ZU
12671%doc %{texmfdist}/doc/fonts/xq
12672%{texmfdist}/fonts/source/public/xq
12673%{texmfdist}/fonts/tfm/public/xq
12674
12675%{texmfdist}/fonts/source/public/yannisgr
12676
12677%{texmfdist}/fonts/map/dvips/yhmath
12678%{texmfdist}/fonts/source/public/yhmath
12679%{texmfdist}/fonts/tfm/public/yhmath
12680%{texmfdist}/fonts/type1/public/yhmath
12681%{texmfdist}/fonts/vf/public/yhmath
12682
12683%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 12684%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
12685
12686%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
12687
12688%{texmfdist}/dvips/zefonts
12689%{texmfdist}/fonts/map/dvips/zefonts
12690%{texmfdist}/fonts/tfm/public/zefonts
12691%{texmfdist}/fonts/vf/public/zefonts
12692
12693
d08789e0 12694%files fonts-omega
489714ae 12695%defattr(644,root,root,755)
7179ac92 12696%doc %{texmfdist}/doc/omega
2677a8b0
ZU
12697%dir %{texmfdist}/omega
12698%dir %{texmfdist}/omega/otp
12699%dir %{texmfdist}/omega/ocp
7179ac92
ZU
12700%{texmfdist}/dvips/omega
12701%{texmfdist}/fonts/ofm/public/omega
12702%{texmfdist}/fonts/type1/public/omega
12703%{texmfdist}/fonts/afm/public/omega
12704%{texmfdist}/fonts/ovp/public/omega
12705%{texmfdist}/fonts/tfm/public/omega
12706%{texmfdist}/fonts/ovf/public/omega
12707%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
12708%{texmfdist}/omega/ocp/omega
12709%{texmfdist}/omega/otp/omega
12710%{texmfdist}/tex/plain/omega
d08789e0 12711
5b7eba8e
MB
12712#%files fonts-pazo
12713#%defattr(644,root,root,755)
d08789e0
ZU
12714
12715%files fonts-pl
12716%defattr(644,root,root,755)
7179ac92 12717%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
12718%dir %{texmf}/scripts/texlive
12719%dir %{texmf}/scripts/texlive/tlmgrgui
12720%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
12721%{texmfdist}/dvips/pl
12722%{texmfdist}/fonts/source/public/pl
12723%{texmfdist}/fonts/type1/public/pl
12724%{texmfdist}/fonts/afm/public/pl
12725%{texmfdist}/fonts/enc/dvips/pl
12726%{texmfdist}/fonts/tfm/public/pl
12727%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 12728%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
12729
12730%files fonts-px
12731%defattr(644,root,root,755)
7179ac92 12732%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
12733# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
12734# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
12735%dir %{texmfdist}/fonts/map/dvips/pxfonts
12736%dir %{texmfdist}/tex/latex/pxfonts
12737%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
12738%{texmfdist}/fonts/afm/public/pxfonts
12739%{texmfdist}/fonts/tfm/public/pxfonts
12740%{texmfdist}/fonts/type1/public/pxfonts
12741%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 12742%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 12743
5b7eba8e
MB
12744#%files fonts-qfonts
12745#%defattr(644,root,root,755)
31bd2c4a
ZU
12746# %doc %{texmf}/doc/fonts/polish/qfonts
12747# %{texmf}/fonts/enc/dvips/qfonts
12748# %{texmf}/fonts/map/dvips/qfonts
12749# %{texmf}/dvips/qfonts
12750# %{texmf}/fonts/afm/public/qfonts
12751# %{texmf}/fonts/tfm/public/qfonts
d08789e0 12752
74dbda3f
ZU
12753# %files fonts-qpx
12754# %defattr(644,root,root,755)
12755# %{texmf}/fonts/tfm/public/qpx
12756# %{texmf}/fonts/vf/public/qpx
d08789e0 12757
31bd2c4a 12758%files fonts-qpxqtx
d08789e0 12759%defattr(644,root,root,755)
7179ac92
ZU
12760%{texmfdist}/fonts/tfm/public/qpxqtx
12761%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
12762
12763%files fonts-rsfs
12764%defattr(644,root,root,755)
7179ac92
ZU
12765%{texmfdist}/fonts/source/public/rsfs
12766%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
12767
12768%files fonts-stmaryrd
12769%defattr(644,root,root,755)
7179ac92
ZU
12770%doc %{texmfdist}/doc/fonts/stmaryrd
12771%{texmfdist}/source/fonts/stmaryrd
12772%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
12773
12774%files fonts-tx
12775%defattr(644,root,root,755)
7179ac92
ZU
12776%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
12777%{texmfdist}/fonts/afm/public/txfonts
12778%{texmfdist}/fonts/tfm/public/txfonts
12779%{texmfdist}/fonts/vf/public/txfonts
d08789e0 12780
5bc70a92
MB
12781%files fonts-uhc
12782%defattr(644,root,root,755)
12783%doc %{texmfdist}/doc/fonts/uhc
12784%{texmfdist}/fonts/afm/uhc
12785%{texmfdist}/fonts/tfm/uhc
12786%{texmfdist}/fonts/vf/uhc
12787
d08789e0
ZU
12788%files fonts-urw
12789%defattr(644,root,root,755)
7179ac92 12790%{texmfdist}/fonts/afm/urw
5bc70a92
MB
12791%{texmfdist}/fonts/tfm/urw
12792%{texmfdist}/fonts/vf/urw
d08789e0
ZU
12793
12794%files fonts-urwvn
12795%defattr(644,root,root,755)
26d8eaaa 12796%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
12797%{texmfdist}/fonts/tfm/vntex/urwvn
12798%{texmfdist}/fonts/type1/vntex/urwvn
12799%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
12800
12801%files fonts-vnr
12802%defattr(644,root,root,755)
7179ac92
ZU
12803%{texmfdist}/fonts/map/dvips/vntex
12804%{texmfdist}/fonts/source/vntex/vnr
12805%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 12806
e67df411
ZU
12807%files fonts-urw35vf
12808%defattr(644,root,root,755)
12809%{texmfdist}/fonts/vf/urw35vf
12810
5bc70a92
MB
12811%files fonts-wadalab
12812%defattr(644,root,root,755)
12813%doc %{texmfdist}/doc/fonts/wadalab
12814%{texmfdist}/fonts/afm/wadalab
12815%{texmfdist}/fonts/tfm/wadalab
12816%{texmfdist}/fonts/vf/wadalab
12817
d08789e0
ZU
12818%files fonts-wasy
12819%defattr(644,root,root,755)
7179ac92
ZU
12820%{texmfdist}/fonts/source/public/wasy
12821%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
12822
12823%files fonts-xypic
12824%defattr(644,root,root,755)
7179ac92
ZU
12825%{texmfdist}/fonts/map/dvips/xypic
12826# %{texmfdist}/fonts/afm/public/xypic
12827%{texmfdist}/fonts/source/public/xypic
12828%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
12829
12830%files fonts-yandy
12831%defattr(644,root,root,755)
adbd04dd 12832# %{texmf}/fonts/afm/yandy
7179ac92 12833%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
12834# %{texmf}/fonts/tfm/yandy
12835# %{texmf}/fonts/vf/yandy
d08789e0
ZU
12836
12837%files fonts-type1-antp
12838%defattr(644,root,root,755)
7179ac92
ZU
12839%{texmfdist}/dvips/antp
12840%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
12841
12842%files fonts-type1-antt
12843%defattr(644,root,root,755)
adbd04dd 12844# %{texmf}/dvips/antt
7179ac92 12845%{texmfdist}/fonts/type1/public/antt
d08789e0 12846
5bc70a92
MB
12847%files fonts-type1-arphic
12848%defattr(644,root,root,755)
12849%{texmfdist}/fonts/type1/arphic
12850
d08789e0
ZU
12851%files fonts-type1-belleek
12852%defattr(644,root,root,755)
7179ac92
ZU
12853%doc %{texmfdist}/doc/fonts/belleek
12854%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
12855
12856%files fonts-type1-bitstream
12857%defattr(644,root,root,755)
7179ac92 12858%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
12859
12860%files fonts-type1-bluesky
12861%defattr(644,root,root,755)
04eb4e68
ZU
12862# %doc %{texmf}/doc/fonts/bluesky
12863# %{texmf}/dvips/bluesky
7179ac92 12864%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
12865
12866%files fonts-type1-cc-pl
12867%defattr(644,root,root,755)
7179ac92
ZU
12868%doc %{texmfdist}/doc/fonts/cc-pl
12869%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
12870
12871%files fonts-type1-cmcyr
12872%defattr(644,root,root,755)
7179ac92 12873%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
12874
12875%files fonts-type1-cs
12876%defattr(644,root,root,755)
7179ac92 12877%{texmfdist}/fonts/type1/public/cs
d08789e0 12878
04eb4e68
ZU
12879# %files fonts-type1-dstroke
12880# %defattr(644,root,root,755)
12881# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
12882
12883%files fonts-type1-eurosym
12884%defattr(644,root,root,755)
7179ac92 12885%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
12886
12887%files fonts-type1-hoekwater
12888%defattr(644,root,root,755)
7179ac92 12889%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
12890
12891%files fonts-type1-fpl
12892%defattr(644,root,root,755)
7179ac92
ZU
12893%doc %{texmfdist}/doc/fonts/fpl
12894%{texmfdist}/fonts/afm/public/fpl
12895%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
12896
12897%files fonts-type1-lm
12898%defattr(644,root,root,755)
7179ac92
ZU
12899%{texmfdist}/fonts/afm/public/lm
12900%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
12901
12902%files fonts-type1-marvosym
12903%defattr(644,root,root,755)
7179ac92 12904%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
12905
12906%files fonts-type1-mathpazo
12907%defattr(644,root,root,755)
04eb4e68 12908# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
12909%{texmfdist}/fonts/afm/public/mathpazo
12910%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
12911
12912%files fonts-type1-omega
12913%defattr(644,root,root,755)
7179ac92 12914%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
12915
12916%files fonts-type1-pl
12917%defattr(644,root,root,755)
04eb4e68 12918# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 12919%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
12920
12921%files fonts-type1-px
12922%defattr(644,root,root,755)
7179ac92 12923%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 12924
04eb4e68
ZU
12925# %files fonts-type1-qfonts
12926# %defattr(644,root,root,755)
7179ac92 12927# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
12928
12929%files fonts-type1-tx
12930%defattr(644,root,root,755)
7179ac92 12931%{texmfdist}/fonts/type1/public/txfonts
d08789e0 12932
04eb4e68
ZU
12933# %files fonts-type1-tt2001
12934# %defattr(644,root,root,755)
12935# %{texmf}/fonts/type1/public/tt2001
d08789e0 12936
5bc70a92
MB
12937%files fonts-type1-uhc
12938%defattr(644,root,root,755)
12939%{texmfdist}/fonts/type1/uhc
12940
d08789e0
ZU
12941%files fonts-type1-urw
12942%defattr(644,root,root,755)
7179ac92 12943%{texmfdist}/fonts/type1/urw
d08789e0
ZU
12944
12945%files fonts-type1-vnr
12946%defattr(644,root,root,755)
7179ac92 12947%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 12948
5bc70a92
MB
12949%files fonts-type1-wadalab
12950%defattr(644,root,root,755)
12951%{texmfdist}/fonts/type1/wadalab
12952
d08789e0
ZU
12953%files fonts-type1-xypic
12954%defattr(644,root,root,755)
7179ac92 12955%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
12956
12957# TeXLive-specific
12958
12959%files afm2pl
12960%defattr(644,root,root,755)
12961%attr(755,root,root) %{_bindir}/afm2pl
12962%{_mandir}/man1/afm2pl*
12963
12964%files bbox
12965%defattr(644,root,root,755)
12966%attr(755,root,root) %{_bindir}/bbox
12967%{_mandir}/man1/bbox*
12968
12969%files cefutils
12970%defattr(644,root,root,755)
12971%attr(755,root,root) %{_bindir}/cef*
2677a8b0 12972%dir %{texmfdist}/tex/latex/cjk
21c69d95
ZU
12973%dir %{texmfdist}/doc/latex/cjk
12974%dir %{texmfdist}/source/latex/cjk
12975%dir %{texmfdist}/source/latex/cjk/utils
2677a8b0 12976%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
12977%doc %{texmfdist}/doc/latex/cjk/doc
12978%doc %{texmfdist}/doc/latex/cjk/examples
12979%{texmfdist}/source/latex/cjk/utils/CEFconv
12980
12981%files detex
12982%defattr(644,root,root,755)
12983%attr(755,root,root) %{_bindir}/detex
12984%{_mandir}/man1/detex*
12985
7ffd1967
ZU
12986
12987%files dviutils
12988%defattr(644,root,root,755)
12989%attr(755,root,root) %{_bindir}/dt2dv
12990%attr(755,root,root) %{_bindir}/dv2dt
12991%attr(755,root,root) %{_bindir}/dvi2tty
12992%attr(755,root,root) %{_bindir}/dviasm
12993%attr(755,root,root) %{_bindir}/dvibook
12994%attr(755,root,root) %{_bindir}/dviconcat
12995%attr(755,root,root) %{_bindir}/dvidvi
12996%attr(755,root,root) %{_bindir}/dvigif
12997%attr(755,root,root) %{_bindir}/dvipdfmx
12998%attr(755,root,root) %{_bindir}/dvipos
12999%attr(755,root,root) %{_bindir}/dviselect
13000%attr(755,root,root) %{_bindir}/dvitodvi
13001%{_mandir}/man1/dt2dv*
13002%{_mandir}/man1/dv2dt*
13003%{_mandir}/man1/dvi2tty*
13004%{_mandir}/man1/dvibook*
13005%{_mandir}/man1/dviconcat*
13006%{_mandir}/man1/dvidvi*
13007%{_mandir}/man1/dvigif*
13008%{_mandir}/man1/dvipos*
13009%{_mandir}/man1/dviselect*
13010%{_mandir}/man1/dvitodvi*
13011
13012%files epsutils
13013%defattr(644,root,root,755)
13014%attr(755,root,root) %{_bindir}/epsffit
13015%attr(755,root,root) %{_bindir}/epspdf
13016%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 13017%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
13018%{texmfdist}/scripts/epspdf
13019%{_mandir}/man1/epsffit*
13020%doc %{texmfdist}/doc/epspdf
13021
13022%files filters
13023%defattr(644,root,root,755)
13024%attr(755,root,root) %{_bindir}/fix*
13025%{_mandir}/man1/fix*
13026
faa40f44
ZU
13027%files psutils
13028%defattr(644,root,root,755)
13029%attr(755,root,root) %{_bindir}/extractres
13030%attr(755,root,root) %{_bindir}/getafm
13031%attr(755,root,root) %{_bindir}/includeres
13032%attr(755,root,root) %{_bindir}/psbook
13033%attr(755,root,root) %{_bindir}/psmerge
13034%attr(755,root,root) %{_bindir}/psnup
13035%attr(755,root,root) %{_bindir}/psresize
13036%attr(755,root,root) %{_bindir}/psselect
5fef92c1 13037%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
13038%attr(755,root,root) %{_bindir}/pstops
13039%attr(755,root,root) %{_bindir}/showchar
13040%{_mandir}/man1/extractres*
13041%{_mandir}/man1/getafm*
13042%{_mandir}/man1/includeres*
13043%{_mandir}/man1/psbook*
13044%{_mandir}/man1/psmerge*
13045%{_mandir}/man1/psnup*
13046%{_mandir}/man1/psresize*
13047%{_mandir}/man1/psselect*
13048%{_mandir}/man1/pstops*
13049%{texmf}/dvips/psutils
13050
489714ae
ZU
13051%files uncategorized-utils
13052%defattr(644,root,root,755)
13053%attr(755,root,root) %{_bindir}/devnag
13054%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
13055
13056%files tex4ht
13057%defattr(644,root,root,755)
add234d3
MB
13058%attr(755,root,root) %{_bindir}/ht
13059%attr(755,root,root) %{_bindir}/htcontext
13060%attr(755,root,root) %{_bindir}/htlatex
13061%attr(755,root,root) %{_bindir}/htmex
13062%attr(755,root,root) %{_bindir}/httex
13063%attr(755,root,root) %{_bindir}/httexi
13064%attr(755,root,root) %{_bindir}/htxelatex
13065%attr(755,root,root) %{_bindir}/htxetex
13066%attr(755,root,root) %{_bindir}/mk4ht
13067%attr(755,root,root) %{_bindir}/t4ht
13068%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 13069%{texmf}/scripts/tex4ht
5b7eba8e 13070%{texmfdist}/tex/generic/tex4ht
add234d3
MB
13071%dir %{texmfdist}/scripts/tex4ht
13072%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13073%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13074%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13075%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13076%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13077%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13078%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13079%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13080%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 13081%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 13082%{texmfdist}/tex4ht
4224ae6d
MB
13083
13084%files xetex
13085%defattr(644,root,root,755)
13086%attr(755,root,root) %{_bindir}/xdvipdfmx
13087%attr(755,root,root) %{_bindir}/xelatex
13088%attr(755,root,root) %{_bindir}/xetex
13089%{texmf}/fmtutil/format.xetex.cnf
13090%doc %{texmfdist}/doc/xelatex
13091%doc %{texmfdist}/doc/xetex
13092%{texmfdist}/scripts/xetex
13093%{texmfdist}/tex/generic/ifxetex
13094%{texmfdist}/tex/generic/xetexconfig
13095%{texmfdist}/tex/latex/latexconfig/xelatex.ini
13096%{texmfdist}/tex/plain/config/xetex.ini
13097%{texmfdist}/tex/xelatex
13098%{texmfdist}/tex/xetex
13099
13100%files xmltex
13101%defattr(644,root,root,755)
13102%doc %{texmfdist}/doc/xmltex
13103%attr(755,root,root) %{_bindir}/pdfxmltex
13104%attr(755,root,root) %{_bindir}/xmltex
13105%{texmfdist}/tex/xmltex
13106%{texmf}/fmtutil/format.xmltex.cnf
This page took 1.865946 seconds and 4 git commands to generate.