]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- added %dir
[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
3f42cf69 44Release: 0.9.99
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
24f69178 55Source10: http://tug.ctan.org/get/macros/latex/contrib/floatflt.zip
c48c077b 56Patch0: %{name}-am.patch
2c9c6c5b 57Patch1: %{name}-20080816-kpathsea-ar.patch
d08789e0 58URL: http://www.tug.org/texlive/
c48c077b 59BuildRequires: autoconf
d08789e0
ZU
60BuildRequires: automake
61BuildRequires: bison
a784d38e 62BuildRequires: clisp
d08789e0 63BuildRequires: ed
a784d38e 64BuildRequires: expat-devel
4c9dc995 65BuildRequires: ffcall-devel
97b079ad 66BuildRequires: flex
a784d38e 67BuildRequires: fontconfig-devel
e671f712
AM
68BuildRequires: freetype-devel
69BuildRequires: freetype1-devel
d08789e0
ZU
70BuildRequires: gd-devel >= 2.0.33
71BuildRequires: libpng-devel >= 1.2.8
97b079ad 72BuildRequires: libtool
c48c077b
AM
73# should this be somewhere in clisp?
74BuildRequires: libsigsegv
d08789e0
ZU
75BuildRequires: libstdc++-devel
76BuildRequires: ncurses-devel
77BuildRequires: rpm-perlprov
78BuildRequires: rpm-pythonprov
d062bbe0 79BuildRequires: sed >= 4.0
d08789e0
ZU
80BuildRequires: t1lib-devel >= 5.0.2
81BuildRequires: texinfo
ca4b56d2
AM
82%if %{with bootstrap}
83BuildRequires: tetex-format-latex
84BuildRequires: tetex-format-pdflatex
ca4b56d2 85BuildRequires: tetex-latex-cyrillic
97b079ad 86BuildRequires: tetex-tex-babel
ca4b56d2 87%else
ca4b56d2
AM
88BuildRequires: texlive-format-latex
89BuildRequires: texlive-format-pdflatex
ca4b56d2 90BuildRequires: texlive-latex-cyrillic
97b079ad
ZU
91BuildRequires: texlive-tex-babel
92# fill with future texlive BR. guesses ones for now
ca4b56d2 93%endif
24f69178 94BuildRequires: /usr/bin/latex
d08789e0 95BuildRequires: unzip
a784d38e 96BuildRequires: xorg-lib-libICE-devel
d08789e0 97BuildRequires: xorg-lib-libXaw-devel
a784d38e 98BuildRequires: xorg-lib-libXext-devel
a784d38e 99BuildRequires: xorg-lib-libXmu-devel
97b079ad 100BuildRequires: xorg-lib-libXpm-devel
d08789e0 101BuildRequires: zlib-devel >= 1.2.1
78d53d8c 102Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
103Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release}
104Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
105Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
106Requires: awk
107Requires: dialog
0b6bcf85 108Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0
ZU
109Requires: sed
110Requires: sh-utils
d3f501b8 111Requires: texconfig = %{epoch}:%{version}-%{release}
e88b5dcf 112Requires: textutils
d08789e0
ZU
113Suggests: tmpwatch
114Obsoletes: tetex
115Obsoletes: tetex-afm
116Obsoletes: tetex-doc
117Obsoletes: tetex-doc-latex2e-html
118Obsoletes: tetex-fontinst
119Obsoletes: tetex-fontname
120Obsoletes: tetex-fonts
121Obsoletes: tetex-fonts-pandora
122Obsoletes: tetex-fonts-vcm
123Obsoletes: tetex-format-elatex
124Obsoletes: tetex-format-pdfelatex
125Obsoletes: tetex-format-pdfemex
126Obsoletes: tetex-latex-vnps
127Obsoletes: tetex-latex-vnr
128Obsoletes: tetex-oxdvi
129Obsoletes: tetex-oxdvi
130Obsoletes: tetex-plain-dvips
131Obsoletes: tetex-plain-dvips
132Obsoletes: tetex-plain-mathtime
133Obsoletes: tetex-plain-mathtime
134Obsoletes: tetex-plain-misc
135Obsoletes: tetex-plain-misc
136Obsoletes: tetex-plain-plnfss
137Obsoletes: tetex-plain-plnfss
138Obsoletes: tetex-tex-hyphen
139Obsoletes: tetex-tex-vietnam
140BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
141
f37ff31b 142%define texmf %{_datadir}/texmf
8b5eed5e 143%define texmfdist %{texmf}-dist
1a192771 144%define texmfdoc %{texmf}-doc
d08789e0
ZU
145%define fmtdir /var/lib/texmf/web2c
146%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
147%define _localstatedir /var/lib/texmf
148%define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
149%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 ;
150
151%define _noautoreq 'perl(path_tre)'
152
153%description
97b079ad
ZU
154TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
155takes a text file and a set of formatting commands as input and
156creates a typesetter independent .dvi (DeVice Independent) file as
157output. Usually, TeX is used in conjunction with a higher level
158formatting package like LaTeX or PlainTeX, since TeX by itself is not
159very user-friendly.
d08789e0
ZU
160
161%description -l es.UTF-8
162Tex formata archivos de texto y órdenes para una salida independiente
163de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
164de Knut se describen las capacidades y el lenguaje TeX.
165
166%description -l de.UTF-8
167TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
168und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
169DeVice Independent). Die Funktionen und Sprache von TeX werden in The
170TeXbook von Knuth beschrieben.
171
172%description -l fr.UTF-8
173TeX formate un fichier de commandes et de texte mélandés, et produit
174un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
175raccourci pour Device Independant). Les possibilités de TeX et son
176langage sont décrites dans l'ouvrage TeXbook, de Knuth.
177
97b079ad
ZU
178%description -l hu.UTF-8
179TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
180egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
181segítségével a szövegszedő egy független .dvi (DeVice Independent)
182fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
183kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
184TeX önmaga nem túlzottan "felhasználóbarát".
185
d08789e0
ZU
186%description -l pl.UTF-8
187TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
188od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
189Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
190Donalda E. Knutha.
191
192%description -l pt_BR.UTF-8
193Tex formata arquivos de texto e comandos para uma saída independente
194de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
195linguagem TeX são descritas no The TeXbook, de Knuth.
196
197%description -l tr.UTF-8
198TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
199aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
200TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
201TeXbook' başlıklı kitabında anlatılmaktadır.
202
80fa261c
ZU
203%package other-utils
204Summary: Other utilities
205Group: Applications/Publishing/TeX
206
207%description other-utils
208Other utilities.
209
830ca960
ZU
210%package other-utils-doc
211Summary: Other utilities documentation
212Group: Applications/Publishing/TeX
213
214%description other-utils-doc
215Other utilities documentation.
216
5b7eba8e
MB
217%package doc
218Summary: Documentation for TeX Live
219Group: Documentation
220
221%description doc
222Assorted useful documentation for TeX Live.
223
224%package doc-bg
225Summary: Bulgarian documentation for TeX Live
226Group: Documentation
227
228%description doc-bg
229Assorted useful Bulgarian documentation for TeX Live.
230
231%package doc-cs
232Summary: Czech documentation for TeX Live
233Group: Documentation
234
235%description doc-cs
236Assorted useful Czech documentation for TeX Live.
237
238%package doc-de
239Summary: German documentation for TeX Live
240Group: Documentation
241
242%description doc-de
243Assorted useful German documentation for TeX Live.
244
245%package doc-el
246Summary: Greek documentation for TeX Live
247Group: Documentation
248
249%description doc-el
250Assorted useful Greek documentation for TeX Live.
251
252%package doc-es
253Summary: Spanish documentation for TeX Live
254Group: Documentation
255
256%description doc-es
257Assorted useful Spanish documentation for TeX Live.
258
259%package doc-fi
260Summary: Finnish documentation for TeX Live
261Group: Documentation
262
263%description doc-fi
264Assorted useful Finnish documentation for TeX Live.
265
266%package doc-fr
267Summary: French documentation for TeX Live
268Group: Documentation
269
270%description doc-fr
271Assorted useful French documentation for TeX Live.
272
273%package doc-it
274Summary: Italian documentation for TeX Live
275Group: Documentation
276
277%description doc-it
278Assorted useful Italian documentation for TeX Live.
279
280%package doc-ja
281Summary: Japanese documentation for TeX Live
282Group: Documentation
283
284%description doc-ja
285Assorted useful Japanese documentation for TeX Live.
286
287%package doc-ko
288Summary: Korean documentation for TeX Live
289Group: Documentation
290
291%description doc-ko
292Assorted useful Korean documentation for TeX Live.
293
294%package doc-mn
295Summary: Mongolian documentation for TeX Live
296Group: Documentation
297
298%description doc-mn
299Assorted useful Mongolian documentation for TeX Live.
300
301%package doc-nl
302Summary: Dutch documentation for TeX Live
303Group: Documentation
304
305%description doc-nl
306Assorted useful Dutch documentation for TeX Live.
307
308%package doc-pl
309Summary: Polish documentation for TeX Live
310Group: Documentation
311
312%description doc-pl
313Assorted useful Polish documentation for TeX Live.
314
315%package doc-pt
316Summary: Portuguese documentation for TeX Live
317Group: Documentation
318
319%description doc-pt
320Assorted useful Portuguese documentation for TeX Live.
321
322%package doc-ru
323Summary: Russian documentation for TeX Live
324Group: Documentation
325
326%description doc-ru
327Assorted useful Russian documentation for TeX Live.
328
329%package doc-sk
330Summary: Slovak documentation for TeX Live
331Group: Documentation
332
333%description doc-sk
334Assorted useful Slovak documentation for TeX Live.
335
336%package doc-sl
337Summary: Slovenian documentation for TeX Live
338Group: Documentation
339
340%description doc-sl
341Assorted useful Slovenian documentation for TeX Live.
342
343%package doc-th
344Summary: Thai documentation for TeX Live
345Group: Documentation
346
347%description doc-th
348Assorted useful Thai documentation for TeX Live.
349
350%package doc-tr
351Summary: Turkish documentation for TeX Live
352Group: Documentation
353
354%description doc-tr
355Assorted useful Turkish documentation for TeX Live.
356
357%package doc-uk
358Summary: Ukrainian documentation for TeX Live
359Group: Documentation
360
361%description doc-uk
362Assorted useful Ukrainian documentation for TeX Live.
363
364%package doc-vi
365Summary: Vietnamese documentation for TeX Live
366Group: Documentation
367
368%description doc-vi
369Assorted useful Vietnamese documentation for TeX Live.
370
371%package doc-zh_CN
372Summary: Chinese documentation for TeX Live
373Group: Documentation
374
375%description doc-zh_CN
376Assorted useful Chinese documentation for TeX Live.
489714ae 377
d08789e0
ZU
378%package doc-Catalogue
379Summary: TeX Catalogue
380Summary(pl.UTF-8): Katalog TeXa
381Group: Applications/Publishing/TeX
382Requires(post,postun): %{_bindir}/texhash
383Requires: %{name} = %{epoch}:%{version}-%{release}
384
385%description doc-Catalogue
386TeX Catalogue.
387
388%description doc-Catalogue -l pl.UTF-8
389Katalog TeXa.
390
391%package doc-tug-faq
392Summary: TeX User Group FAQ
489714ae 393Summary(hu.UTF-8): TeX felhasználók FAQ-ja
d08789e0
ZU
394Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa
395Group: Applications/Publishing/TeX
396Requires(post,postun): %{_bindir}/texhash
397Requires: %{name} = %{epoch}:%{version}-%{release}
398Obsoletes: tetex-doc-LaTeX-FAQ-francaise
399Obsoletes: tetex-doc-de-tex-faq
400Obsoletes: tetex-doc-uktug-faq
401
402%description doc-tug-faq
403TeX User Group FAQ.
404
74eeb8ec
ZU
405%description doc-tug-faq -l hu.UTF8
406TeX felhasználók FAQ-ja.
407
d08789e0
ZU
408%description doc-tug-faq -l pl.UTF-8
409FAQ Grupy Użytkowników TeXa.
410
411%package doc-latex
412Summary: Basic LaTeX packages documentation
489714ae 413Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja
d08789e0
ZU
414Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa
415Group: Applications/Publishing/TeX
416Requires(post,postun): %{_bindir}/texhash
417Requires: %{name} = %{epoch}:%{version}-%{release}
418
419%description doc-latex
420Basic LaTeX packages documentation.
421
74eeb8ec
ZU
422%description doc-latex -l hu.UTF-8
423Az alap LaTeX csomagok dokumentációja
424
d08789e0
ZU
425%description doc-latex -l pl.UTF-8
426Podstawowa dokumentacja do pakietów LaTeXa.
427
428# # libraries #
096dca83 429%package -n kpathsea
d08789e0 430Summary: File name lookup library
489714ae 431Summary(hu.UTF-8): Fájlnév-kereső könyvtár
d08789e0
ZU
432Summary(pl.UTF-8): Biblioteka szukająca nazw plików
433Group: Applications/Publishing/TeX
434Requires(post,postun): %{_bindir}/texhash
435Requires: %{name} = %{epoch}:%{version}-%{release}
436
096dca83 437%description -n kpathsea
d08789e0
ZU
438File name lookup library.
439
096dca83 440%description -n kpathsea -l hu.UTF-8
74eeb8ec
ZU
441Fájlnév-kereső könyvtár.
442
096dca83 443%description -n kpathsea -l pl.UTF-8
d08789e0
ZU
444Biblioteka szukająca nazw plików.
445
096dca83 446%package -n kpathsea-devel
d08789e0
ZU
447Summary: Kpathsea library filename lookup header files and documentation
448Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX
489714ae 449Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
d08789e0
ZU
450Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea
451Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX
452Group: Development/Libraries
096dca83 453Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0 454
096dca83 455%description -n kpathsea-devel
d08789e0
ZU
456Kpathsea library filename lookup header files and documentation.
457
096dca83 458%description -n kpathsea-devel -l es.UTF-8
d08789e0
ZU
459Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
460aplicaciones TeX.
461
096dca83 462%description -n kpathsea-devel -l hu.UTF-8
74eeb8ec
ZU
463Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
464
096dca83 465%description -n kpathsea-devel -l pl.UTF-8
d08789e0
ZU
466Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
467
096dca83 468%description -n kpathsea-devel -l pt_BR.UTF-8
d08789e0
ZU
469Bibliotecas, headers e outros componentes que podem ser utilizados
470para desenvolver aplicações TeX.
471
472# # programs #
473%package dvips
474Summary: DVI to PostScript converter
475Summary(de.UTF-8): dvi-Postscript-Konvertierungsprogramm
476Summary(es.UTF-8): Convertidor dvi para postscript
477Summary(fr.UTF-8): Convertisseur dvi vers PostScript
40664f43 478Summary(hu.UTF-8): DVI-ből PosctScript-be konvertáló
d08789e0
ZU
479Summary(pl.UTF-8): Konwerter plików DVI do PostScriptu
480Summary(pt_BR.UTF-8): Conversor dvi para postscript
481Summary(tr.UTF-8): dvi'dan postscript'e dönüştürücü
482Group: Applications/Publishing/TeX
483Requires(post,postun): %{_bindir}/texhash
484Requires: %{name} = %{epoch}:%{version}-%{release}
485
486%description dvips
487The program dvips takes a DVI file file[.dvi] produced by TeX (or by
488some other processor such as GFtoDVI) and converts it to PostScript,
489normally sending the result directly to the laserprinter.
490
491%description dvips -l de.UTF-8
492Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
493durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
494konvertiert diese in PostScript, wobei das Ergebnis in der Regel
495direkt an einen Laserdrucker gesandt wird.
496
497%description dvips -l es.UTF-8
498El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
499otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
500enviando el resultado directamente a la impresora láser.
501
502%description dvips -l fr.UTF-8
503Le programme dvips convertit les fichiers DVI en PostScript, en
504envoyant normalement le résultat directement sur une imprimante Laser.
505
40664f43
ZU
506%description dvips -l hu.UTF-8
507A dvips program egy TeX által készített DVI-fájlból PostScript
489714ae 508állományt készít, amelyet a legtöbb esetben közvetlenül a
40664f43
ZU
509lézernyomtatóra küldhetsz.
510
d08789e0
ZU
511%description dvips -l pl.UTF-8
512Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
513program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
514Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
515
516%description dvips -l pt_BR.UTF-8
517O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
518outro processador como o GFtoDVI) e o converte para PostScript,
519normalmente enviando o resultado diretamente para a impressora laser.
520
521%description dvips -l tr.UTF-8
522dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
523PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
524olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
525üretilmiş olabilir.
526
527%package dvilj
528Summary: DVI to PCL converter
529Summary(de.UTF-8): Ein dvi-->Laserjet-Konvertierer
530Summary(es.UTF-8): Convertidor dvi para laserjet
531Summary(fr.UTF-8): convertisseur dvi vers laserjet
6b25593c 532Summary(hu.UTF-8): DVI-ből PCL-be konvertáló
d08789e0
ZU
533Summary(pl.UTF-8): Konwerter plików DVI do języka PCL
534Summary(pt_BR.UTF-8): Conversor dvi para laserjet
535Summary(tr.UTF-8): dvi'dan laserjet'e dönüştürücü
536Group: Applications/Publishing/TeX
537Requires(post,postun): %{_bindir}/texhash
538Requires: %{name} = %{epoch}:%{version}-%{release}
539
540%description dvilj
541Dvilj and dvilj's siblings (included in this package) will convert TeX
542text formatting system output .dvi files to HP PCL (HP Printer Control
543Language) commands. Using dvilj, you can print TeX files to HP
544LaserJet+ and fully compatible printers. With dvilj2p, you can print
545to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
546can print to HP LaserJet4 and fully compatible printers.
547
548%description dvilj -l de.UTF-8
549Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
550Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
551LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
552kompatiblen Druckern.
553
554%description dvilj -l es.UTF-8
555Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
556HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
557impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
558dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
559
560%description dvilj -l fr.UTF-8
561dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
562(le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
563LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
564imprimantes totalement compatibles.
565
6b25593c
ZU
566%description dvilj -l hu.UTF-8
567Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
568Printer Control Language) parancsokká. A dvilj használatával TeX
569fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
570nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
571nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
572
d08789e0
ZU
573%description dvilj -l pl.UTF-8
574dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
575pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
576PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
577pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
578użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
579kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
580LaserJet4 i w pełni kompatybilnych.
581
582%description dvilj -l pt_BR.UTF-8
583Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
584HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
585impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
586dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
587
588%description dvilj -l tr.UTF-8
589TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
590denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
591LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
592uyumlularından yazıcı çıktısı alınabilir.
593
594%package makeindex
595Summary: A general purpose hierarchical index generator
6b25593c 596Summary(hu.UTF-8): Egy általános célú hierarchikus index generáló
d08789e0
ZU
597Summary(pl.UTF-8): Generator hierarchicznych indeksów ogólnego przeznaczenia
598Group: Applications/Publishing/TeX
599Requires(post,postun): %{_bindir}/texhash
600Requires: %{name} = %{epoch}:%{version}-%{release}
601Obsoletes: tetex-rumakeindex
602
603%description makeindex
604A general purpose hierarchical index generator; it accepts one or more
605input files (often produced by a text formatter such as TeX or troff),
606sorts the entries, and produces an output file which can be formatted.
607The formats of the input and output files are specified in a style
608file; by default, input is assumed to be an idx file, as generated by
609LaTeX.
610
6b25593c
ZU
611%description makeindex -l hu.UTF-8
612Egy általános célű hierarchikus index generáló; elfogad egy vagy több
613bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
614rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
615készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
616definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
617LaTeX generál.
618
d08789e0
ZU
619%description makeindex -l pl.UTF-8
620Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
621jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
622narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
623elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
624plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
625przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
626LaTeX.
627
783773ac
ZU
628%package tex-arrayjob
629Summary: Array data structures for (La)TeX
630Summary(hu.UTF-8): Tömb adatstruktúra (La)TeX-hez
631Group: Applications/Publishing/TeX
632Requires(post,postun): %{_bindir}/texhash
633Requires: %{name} = %{epoch}:%{version}-%{release}
634
635%description tex-arrayjob
636Array data structures for (La)TeX.
637
638%description tex-arrayjob -l hu.UTF-8
639Tömb adatstruktúra (La)TeX-hez.
640
e67df411
ZU
641%package tex-mathdots
642Summary: Commands to produce dots in math that respect font size
643Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
644Group: Applications/Publishing/TeX
645Requires(post,postun): %{_bindir}/texhash
646Requires: %{name} = %{epoch}:%{version}-%{release}
647
648%description tex-mathdots
649Commands to produce dots in math that respect font size.
650
651%description tex-mathdots -l hu.UTF-8
652Pontok előállítása matematikai módban a font méret figyelmbevételével.
653
783773ac
ZU
654%package tex-midnight
655Summary: A set of useful macro tools
656Summary(hu.UTF-8): Hasznos makrók gyűjteménye
657Group: Applications/Publishing/TeX
658Requires(post,postun): %{_bindir}/texhash
659Requires: %{name} = %{epoch}:%{version}-%{release}
660
661%description tex-midnight
662A set of useful macro tools.
663
664%description tex-midnight -l hu.UTF-8
665Hasznos makrók gyűjteménye.
666
caaf987e
ZU
667%package tex-kastrup
668Summary: Convert numbers into binary, octal and hexadecimal
669Group: Applications/Publishing/TeX
670Requires(post,postun): %{_bindir}/texhash
671Requires: %{name} = %{epoch}:%{version}-%{release}
672
673%description tex-kastrup
674Convert numbers into binary, octal and hexadecimal.
675
783773ac
ZU
676%package tex-ofs
677Summary: Olsak's Font System
678Group: Applications/Publishing/TeX
679Requires(post,postun): %{_bindir}/texhash
680Requires: %{name} = %{epoch}:%{version}-%{release}
681
682%description tex-ofs
683Olsak's Font System.
684
e149bdb4
ZU
685%package tex-physe
686Summary: The PHYSE format
687Summary(hu.UTF-8): PHYSE formátum
688Group: Applications/Publishing/TeX
689Requires(post,postun): %{_bindir}/texhash
690Requires: %{name} = %{epoch}:%{version}-%{release}
691
692%description tex-physe
693The PHYSE format.
694
695%description tex-physe -l hu.UTF-8
696PHYSE formátum.
697
698%package tex-velthuis
699Summary: This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
700Summary(hu.UTF-8): Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
701Group: Applications/Publishing/TeX
702Requires(post,postun): %{_bindir}/texhash
703Requires: %{name} = %{epoch}:%{version}-%{release}
704
705%description tex-velthuis
706This package provides support for typesetting texts in Devanagari
707script (Sanskrit and Hindi).
708
709%description tex-velthuis -l hu.UTF-8
710Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
711(Sanskrit és Hindi).
712
783773ac
ZU
713%package tex-ytex
714Summary: Macro package developed at MIT
715Summary(hu.UTF-8): MIT-en fejlesztett makrócsomag
716Group: Applications/Publishing/TeX
717Requires(post,postun): %{_bindir}/texhash
718Requires: %{name} = %{epoch}:%{version}-%{release}
719
720%description tex-ytex
721Macro package developed at MIT.
722
723%description tex-ytex -l hu.UTF-8
724MIT-en fejlesztett makrócsomag.
725
d08789e0
ZU
726%package metafont
727Summary: MetaFont
6b25593c 728Summary(hu.UTF-8): MetaFont
d08789e0
ZU
729Summary(pl.UTF-8): Zestaw narzędzi MetaFont
730Group: Applications/Publishing/TeX
731Requires(post,postun): %{_bindir}/texhash
732Requires: %{name} = %{epoch}:%{version}-%{release}
733
734%description metafont
735MetaFont.
736
737%description metafont -l pl.UTF-8
738Zestaw narzędzi MetaFont.
739
740%package metapost
741Summary: MetaPost
6b25593c 742Summary(hu.UTF-8): MetaPost
d08789e0
ZU
743Summary(pl.UTF-8): Zestaw narzędzi MetaPost
744Group: Applications/Publishing/TeX
745Requires(post,postun): %{_bindir}/texhash
746Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 747Obsoletes: tetex-matapost
d08789e0
ZU
748
749%description metapost
750MetaPost.
751
6b25593c
ZU
752%description metapost -l hu.UTF-8
753MetaPost.
754
d08789e0
ZU
755%description metapost -l pl.UTF-8
756Zestaw narzędzi MetaPost.
757
43a061cf
ZU
758%package metapost-other
759Summary: Various MetaPost utils
760Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 761Group: Applications/Publishing/TeX
786ebdb1 762Requires(post,postun): %{_bindir}/texhash
43a061cf 763Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 764
43a061cf
ZU
765%description metapost-other
766Various MetaPost utils.
786ebdb1 767
43a061cf
ZU
768%description metapost-other -l hu.UTF-8
769Különböző MetaPost eszközök.
786ebdb1 770
d08789e0
ZU
771%package mptopdf
772Summary: MetaPost to PDF converter
6b25593c 773Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
774Summary(pl.UTF-8): Konwerter MetaPost do PDF
775Group: Applications/Publishing/TeX
776Requires(post,postun): %{_bindir}/texhash
777Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
778
779%description mptopdf
780MetaPost to PDF converter.
781
6b25593c
ZU
782%description mptopdf -l hu.UTF-8
783MetaPost-ból PDF-be konvertáló.
784
d08789e0
ZU
785%description mptopdf -l pl.UTF-8
786Konwerter MetaPost do PDF.
787
788%package texdoctk
789Summary: Easy access to TeX documentation
790Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
791Group: Applications/Publishing/TeX
792Requires(post,postun): %{_bindir}/texhash
793Requires: %{name} = %{epoch}:%{version}-%{release}
794
795%description texdoctk
796A Perl/Tk-based GUI for easy access to package documentation for TeX
797on Unix platforms; the databases it uses are based on the texmf/doc
798subtrees of teTeX v.1.0.x, but database files for local configurations
799with modified/extended directories can be derived from them. Note that
800texdoctk is not a viewer itself, but an interface for finding
801documentation files and opening them with the appropriate viewer; so
802it relies on appropriate programs to be installed on the system.
803However, the choice of these programs can be configured by the
804sysadmin or user.
805
806%description texdoctk -l pl.UTF-8
807Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
808dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
809danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
810używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
811Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
812interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
813właściwej przeglądarce; tak więc wymaga on odpowiednich programów
814zainstalowanych w systemie. Wybór tych programów może być dokonany
815przez administratora lub użytkownika.
816
817%package -n texconfig
818Summary: TeX typesetting system configurator
819Summary(pl.UTF-8): Konfigurator systemu składu TeX
820Group: Applications/Publishing/TeX
821Requires: %{name} = %{epoch}:%{version}-%{release}
822Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
823Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
824Requires: xdvi = %{epoch}:%{version}-%{release}
825Obsoletes: tetex-texconfig
826
827%description -n texconfig
828TeX typesetting system configurator.
829
830%description -n texconfig -l pl.UTF-8
831Konfigurator systemu składu TeX.
832
833%package -n xdvi
834Summary: X11 previewer
835Summary(de.UTF-8): X11-Previewer
836Summary(es.UTF-8): Visualizador TeX X11
837Summary(fr.UTF-8): Prévisualisateur X11
838Summary(pl.UTF-8): Przeglądarka DVI dla X11
839Summary(pt_BR.UTF-8): Visualizador TeX X11
840Summary(tr.UTF-8): X11 öngörüntüleyici
841Group: Applications/Publishing/TeX
842Requires(post,postun): %{_bindir}/texhash
843Requires: %{name} = %{epoch}:%{version}-%{release}
844Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
845Suggests: %{name}-dvips
846Obsoletes: tetex-xdvi
847
848%description -n xdvi
849xdvi is a program which runs under the X window system. It is used to
850preview dvi files, such as are produced by tex and latex.
851
852%description -n xdvi -l de.UTF-8
853xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
854ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
855latex erzeugt wurden.
856
857%description -n xdvi -l es.UTF-8
858xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
859visualizar archivos dvi, como los producidos por tex y latex.
860
861%description -n xdvi -l fr.UTF-8
862xdvi est un programme s'exécutant sous le système X Window. Il sert à
863visualiser les fichiers dvi tels que ceux produits par tex et latex.
864
865%description -n xdvi -l pl.UTF-8
866Xdvi jest programem (działającym w X Window System) do przeglądania
867plików DVI, produkowanych przez TeXa i LaTeXa.
868
869%description -n xdvi -l pt_BR.UTF-8
870xdvi é um programa que roda no sistema X Window. É usado para
871visualizar arquivos dvi, como os produzidos por tex e latex.
872
624ed2f9
ZU
873%package -n xindy
874Summary: Xindy creates sorted and tagged index from raw index
875Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
876Group: Applications/Publishing/TeX
877
878%description -n xindy
879Xindy creates sorted and tagged index from raw index.
880
881%description -n xindy -l hu.UTF-8
882Xindy rendezett és cimkézett indexet készít nyers indexekből.
883
884%package -n xindy-albanian
885Summary: Xindy albanian language
886Summary(hu.UTF-8): Xindy albán nyelv
887Group: Applications/Publishing/TeX
888
889%description -n xindy-albanian
890Xindy albanian language
891
892%description -n xindy-albanian -l hu.UTF-8
893Xindy albán nyelv
894
895%package -n xindy-belarusian
896Summary: Xindy belarusian language
897Summary(hu.UTF-8): Xindy belorusz nyelv
898Group: Applications/Publishing/TeX
899
900%description -n xindy-belarusian
901Xindy belarusian language
902
903%description -n xindy-belarusian -l hu.UTF-8
904Xindy belorusz nyelv
905
906%package -n xindy-bulgarian
907Summary: Xindy bulgarian language
908Summary(hu.UTF-8): Xindy bolgár nyelv
909Group: Applications/Publishing/TeX
910
911%description -n xindy-bulgarian
912Xindy bulgarian language
913
914%description -n xindy-bulgarian -l hu.UTF-8
915Xindy bolgár nyelv
916
917%package -n xindy-croatian
918Summary: Xindy croatian language
919Summary(hu.UTF-8): Xindy horvát nyelv
920Group: Applications/Publishing/TeX
921
922%description -n xindy-croatian
923Xindy croatian language
924
925%description -n xindy-croatian -l hu.UTF-8
926Xindy horvát nyelv
927
928%package -n xindy-czech
929Summary: Xindy czech language
930Summary(hu.UTF-8): Xindy cseh nyelv
931Group: Applications/Publishing/TeX
932
933%description -n xindy-czech
934Xindy czech language
935
936%description -n xindy-czech -l hu.UTF-8
937Xindy cseh nyelv
938
939%package -n xindy-danish
940Summary: Xindy danish language
941Summary(hu.UTF-8): Xindy dán nyelv
942Group: Applications/Publishing/TeX
943
944%description -n xindy-danish
945Xindy danish language
946
947%description -n xindy-danish -l hu.UTF-8
948Xindy dán nyelv
949
950%package -n xindy-dutch
951Summary: Xindy dutch language
952Summary(hu.UTF-8): Xindy holland nyelv
953Group: Applications/Publishing/TeX
954
955%description -n xindy-dutch
956Xindy dutch language
957
958%description -n xindy-dutch -l hu.UTF-8
959Xindy holland nyelv
960
961%package -n xindy-english
962Summary: Xindy english language
963Summary(hu.UTF-8): Xindy angol nyelv
964Group: Applications/Publishing/TeX
965
966%description -n xindy-english
967Xindy english language
968
969%description -n xindy-english -l hu.UTF-8
970Xindy angol nyelv
971
972%package -n xindy-esperanto
973Summary: Xindy esperanto language
974Summary(hu.UTF-8): Xindy eszperantó nyelv
975Group: Applications/Publishing/TeX
976
977%description -n xindy-esperanto
978Xindy esperanto language
979
980%description -n xindy-esperanto -l hu.UTF-8
981Xindy eszperantó nyelv
982
983%package -n xindy-estonian
984Summary: Xindy estonian language
985Summary(hu.UTF-8): Xindy észt nyelv
986Group: Applications/Publishing/TeX
987
988%description -n xindy-estonian
989Xindy estonian language
990
991%description -n xindy-estonian -l hu.UTF-8
992Xindy észt nyelv
993
994%package -n xindy-finnish
995Summary: Xindy finnish language
996Summary(hu.UTF-8): Xindy finn nyelv
997Group: Applications/Publishing/TeX
998
999%description -n xindy-finnish
1000Xindy finnish language
1001
1002%description -n xindy-finnish -l hu.UTF-8
1003Xindy finn nyelv
1004
1005%package -n xindy-french
1006Summary: Xindy french language
1007Summary(hu.UTF-8): Xindy francia nyelv
1008Group: Applications/Publishing/TeX
1009
1010%description -n xindy-french
1011Xindy french language
1012
1013%description -n xindy-french -l hu.UTF-8
1014Xindy francia nyelv
1015
1016%package -n xindy-general
1017Summary: Xindy general language
1018Summary(hu.UTF-8): Xindy általános nyelv
1019Group: Applications/Publishing/TeX
1020
1021%description -n xindy-general
1022Xindy general language
1023
1024%description -n xindy-general -l hu.UTF-8
1025Xindy általános nyelv
1026
1027%package -n xindy-georgian
1028Summary: Xindy georgian language
1029Summary(hu.UTF-8): Xindy georgian nyelv
1030Group: Applications/Publishing/TeX
1031
1032%description -n xindy-georgian
1033Xindy georgian language
1034
1035%description -n xindy-georgian -l hu.UTF-8
1036Xindy georgian nyelv
1037
1038%package -n xindy-german
1039Summary: Xindy german language
1040Summary(hu.UTF-8): Xindy német nyelv
1041Group: Applications/Publishing/TeX
1042
1043%description -n xindy-german
1044Xindy german language
1045
1046%description -n xindy-german -l hu.UTF-8
1047Xindy német nyelv
1048
1049%package -n xindy-greek
1050Summary: Xindy greek language
1051Summary(hu.UTF-8): Xindy görög nyelv
1052Group: Applications/Publishing/TeX
1053
1054%description -n xindy-greek
1055Xindy greek language
1056
1057%description -n xindy-greek -l hu.UTF-8
1058Xindy görög nyelv
1059
1060%package -n xindy-gypsy
1061Summary: Xindy gypsy language
1062Summary(hu.UTF-8): Xindy cigány nyelv
1063Group: Applications/Publishing/TeX
1064
1065%description -n xindy-gypsy
1066Xindy gypsy language
1067
1068%description -n xindy-gypsy -l hu.UTF-8
1069Xindy cigány nyelv
1070
1071%package -n xindy-hausa
1072Summary: Xindy hausa language
1073Summary(hu.UTF-8): Xindy hausa nyelv
1074Group: Applications/Publishing/TeX
1075
1076%description -n xindy-hausa
1077Xindy hausa language
1078
1079%description -n xindy-hausa -l hu.UTF-8
1080Xindy hausa nyelv
1081
1082%package -n xindy-hebrew
1083Summary: Xindy hebrew language
1084Summary(hu.UTF-8): Xindy héber nyelv
1085Group: Applications/Publishing/TeX
1086
1087%description -n xindy-hebrew
1088Xindy hebrew language
1089
1090%description -n xindy-hebrew -l hu.UTF-8
1091Xindy héber nyelv
1092
1093%package -n xindy-hungarian
1094Summary: Xindy hungarian language
1095Summary(hu.UTF-8): Xindy magyar nyelv
1096Group: Applications/Publishing/TeX
1097
1098%description -n xindy-hungarian
1099Xindy hungarian language
1100
1101%description -n xindy-hungarian -l hu.UTF-8
1102Xindy magyar nyelv
1103
1104%package -n xindy-icelandic
1105Summary: Xindy icelandic language
1106Summary(hu.UTF-8): Xindy izlandi nyelv
1107Group: Applications/Publishing/TeX
1108
1109%description -n xindy-icelandic
1110Xindy icelandic language
1111
1112%description -n xindy-icelandic -l hu.UTF-8
1113Xindy izlandi nyelv
1114
1115%package -n xindy-italian
1116Summary: Xindy italian language
1117Summary(hu.UTF-8): Xindy olasz nyelv
1118Group: Applications/Publishing/TeX
1119
1120%description -n xindy-italian
1121Xindy italian language
1122
1123%description -n xindy-italian -l hu.UTF-8
1124Xindy olasz nyelv
1125
1126%package -n xindy-klingon
1127Summary: Xindy klingon language
1128Summary(hu.UTF-8): Xindy klingon nyelv
1129Group: Applications/Publishing/TeX
1130
1131%description -n xindy-klingon
1132Xindy klingon language
1133
1134%description -n xindy-klingon -l hu.UTF-8
1135Xindy klingon nyelv
1136
1137%package -n xindy-kurdish
1138Summary: Xindy kurdish language
1139Summary(hu.UTF-8): Xindy kurd nyelv
1140Group: Applications/Publishing/TeX
1141
1142%description -n xindy-kurdish
1143Xindy kurdish language
1144
1145%description -n xindy-kurdish -l hu.UTF-8
1146Xindy kurd nyelv
1147
1148%package -n xindy-latin
1149Summary: Xindy latin language
1150Summary(hu.UTF-8): Xindy latin nyelv
1151Group: Applications/Publishing/TeX
1152
1153%description -n xindy-latin
1154Xindy latin language
1155
1156%description -n xindy-latin -l hu.UTF-8
1157Xindy latin nyelv
1158
1159%package -n xindy-latvian
1160Summary: Xindy latvian language
1161Summary(hu.UTF-8): Xindy lett nyelv
1162Group: Applications/Publishing/TeX
1163
1164%description -n xindy-latvian
1165Xindy latvian language
1166
1167%description -n xindy-latvian -l hu.UTF-8
1168Xindy lett nyelv
1169
1170%package -n xindy-lithuanian
1171Summary: Xindy lithuanian language
1172Summary(hu.UTF-8): Xindy litván nyelv
1173Group: Applications/Publishing/TeX
1174
1175%description -n xindy-lithuanian
1176Xindy lithuanian language
1177
1178%description -n xindy-lithuanian -l hu.UTF-8
1179Xindy litván nyelv
1180
1181%package -n xindy-lower-sorbian
1182Summary: Xindy lower-sorbian language
1183Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1184Group: Applications/Publishing/TeX
1185
1186%description -n xindy-lower-sorbian
1187Xindy lower-sorbian language
1188
1189%description -n xindy-lower-sorbian -l hu.UTF-8
1190Xindy lower-sorbian nyelv
1191
1192%package -n xindy-macedonian
1193Summary: Xindy macedonian language
1194Summary(hu.UTF-8): Xindy macedón nyelv
1195Group: Applications/Publishing/TeX
1196
1197%description -n xindy-macedonian
1198Xindy macedonian language
1199
1200%description -n xindy-macedonian -l hu.UTF-8
1201Xindy macedón nyelv
1202
1203%package -n xindy-mongolian
1204Summary: Xindy mongolian language
1205Summary(hu.UTF-8): Xindy mongol nyelv
1206Group: Applications/Publishing/TeX
1207
1208%description -n xindy-mongolian
1209Xindy mongolian language
1210
1211%description -n xindy-mongolian -l hu.UTF-8
1212Xindy mongol nyelv
1213
1214%package -n xindy-norwegian
1215Summary: Xindy norwegian language
1216Summary(hu.UTF-8): Xindy norvég nyelv
1217Group: Applications/Publishing/TeX
1218
1219%description -n xindy-norwegian
1220Xindy norwegian language
1221
1222%description -n xindy-norwegian -l hu.UTF-8
1223Xindy norvég nyelv
1224
1225%package -n xindy-polish
1226Summary: Xindy polish language
1227Summary(hu.UTF-8): Xindy lengyel nyelv
1228Group: Applications/Publishing/TeX
1229
1230%description -n xindy-polish
1231Xindy polish language
1232
1233%description -n xindy-polish -l hu.UTF-8
1234Xindy lengyel nyelv
1235
1236%package -n xindy-portuguese
1237Summary: Xindy portuguese language
1238Summary(hu.UTF-8): Xindy portugál nyelv
1239Group: Applications/Publishing/TeX
1240
1241%description -n xindy-portuguese
1242Xindy portuguese language
1243
1244%description -n xindy-portuguese -l hu.UTF-8
1245Xindy portugál nyelv
1246
1247%package -n xindy-romanian
1248Summary: Xindy romanian language
1249Summary(hu.UTF-8): Xindy román nyelv
1250Group: Applications/Publishing/TeX
1251
1252%description -n xindy-romanian
1253Xindy romanian language
1254
1255%description -n xindy-romanian -l hu.UTF-8
1256Xindy román nyelv
1257
1258%package -n xindy-russian
1259Summary: Xindy russian language
1260Summary(hu.UTF-8): Xindy orosz nyelv
1261Group: Applications/Publishing/TeX
1262
1263%description -n xindy-russian
1264Xindy russian language
1265
1266%description -n xindy-russian -l hu.UTF-8
1267Xindy orosz nyelv
1268
1269%package -n xindy-serbian
1270Summary: Xindy serbian language
1271Summary(hu.UTF-8): Xindy szerb nyelv
1272Group: Applications/Publishing/TeX
1273
1274%description -n xindy-serbian
1275Xindy serbian language
1276
1277%description -n xindy-serbian -l hu.UTF-8
1278Xindy szerb nyelv
1279
1280%package -n xindy-slovak
1281Summary: Xindy slovak language
1282Summary(hu.UTF-8): Xindy szlovák nyelv
1283Group: Applications/Publishing/TeX
1284
1285%description -n xindy-slovak
1286Xindy slovak language
1287
1288%description -n xindy-slovak -l hu.UTF-8
1289Xindy szlovák nyelv
1290
1291%package -n xindy-slovenian
1292Summary: Xindy slovenian language
1293Summary(hu.UTF-8): Xindy szlovén nyelv
1294Group: Applications/Publishing/TeX
1295
1296%description -n xindy-slovenian
1297Xindy slovenian language
1298
1299%description -n xindy-slovenian -l hu.UTF-8
1300Xindy szlovén nyelv
1301
1302%package -n xindy-spanish
1303Summary: Xindy spanish language
1304Summary(hu.UTF-8): Xindy spanyol nyelv
1305Group: Applications/Publishing/TeX
1306
1307%description -n xindy-spanish
1308Xindy spanish language
1309
1310%description -n xindy-spanish -l hu.UTF-8
1311Xindy spanyol nyelv
1312
1313%package -n xindy-swedish
1314Summary: Xindy swedish language
1315Summary(hu.UTF-8): Xindy svéd nyelv
1316Group: Applications/Publishing/TeX
1317
1318%description -n xindy-swedish
1319Xindy swedish language
1320
1321%description -n xindy-swedish -l hu.UTF-8
1322Xindy svéd nyelv
1323
1324%package -n xindy-turkish
1325Summary: Xindy turkish language
1326Summary(hu.UTF-8): Xindy török nyelv
1327Group: Applications/Publishing/TeX
1328
1329%description -n xindy-turkish
1330Xindy turkish language
1331
1332%description -n xindy-turkish -l hu.UTF-8
1333Xindy török nyelv
1334
1335%package -n xindy-ukrainian
1336Summary: Xindy ukrainian language
1337Summary(hu.UTF-8): Xindy ukrán nyelv
1338Group: Applications/Publishing/TeX
1339
1340%description -n xindy-ukrainian
1341Xindy ukrainian language
1342
1343%description -n xindy-ukrainian -l hu.UTF-8
1344Xindy ukrán nyelv
1345
1346%package -n xindy-upper-sorbian
1347Summary: Xindy upper-sorbian language
1348Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1349Group: Applications/Publishing/TeX
1350
1351%description -n xindy-upper-sorbian
1352Xindy upper-sorbian language
1353
1354%description -n xindy-upper-sorbian -l hu.UTF-8
1355Xindy upper-sorbian nyelv
1356
1357%package -n xindy-vietnamese
1358Summary: Xindy vietnamese language
04123363 1359Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1360Group: Applications/Publishing/TeX
1361
1362%description -n xindy-vietnamese
1363Xindy vietnamese language
1364
1365%description -n xindy-vietnamese -l hu.UTF-8
1366Xindy vietnám nyelv
1367
1368
d08789e0
ZU
1369%package pdftex
1370Summary: TeX generating PDF files instead DVI
04123363 1371Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1372Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1373Group: Applications/Publishing/TeX
60597425 1374Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1375Requires: %{name} = %{epoch}:%{version}-%{release}
1376Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1377
1378%description pdftex
1379TeX generating PDF files instead DVI.
1380
1381%description pdftex -l pl.UTF-8
1382TeX generujący pliki PDF zamiast DVI.
1383
faa40f44
ZU
1384%package psutils
1385Summary: PostScript Utilities
1386Summary(hu.UTF-8): PostScript eszközök
1387Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1388Group: Applications/Printing
8affbd2c 1389Obsoletes: psutils
faa40f44
ZU
1390
1391%description psutils
1392This archive contains some utilities for manipulating PostScript
1393documents. Page selection and rearrangement are supported, including
1394arrangement into signatures for booklet printing, and page merging for
1395n-up printing.
1396
1397%description psutils -l hu.UTF-8
1398Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1399dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1400beleértve a booklet nyomtatáshoz való átrendezést is.
1401
1402%description psutils -l pl.UTF-8
1403PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1404wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1405także na łączenie różnych plików PostScript w całość.
faa40f44 1406
04123363
ZU
1407%package phyzzx
1408Summary: A TeX format for physicists
1409Summary(hu.UTF-8): TeX formátum fizikusoknak
1410Group: Applications/Publishing/TeX
1411Requires(post,postun): %{_bindir}/texhash
1412Requires: %{name} = %{epoch}:%{version}-%{release}
1413
1414%description phyzzx
1415A TeX format for physicists.
1416
1417%description phyzzx -l hu.UTF-8
1418TeX formátum fizikusoknak.
1419
d08789e0
ZU
1420%package omega
1421Summary: Extended unicode TeX
1422Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1423Group: Applications/Publishing/TeX
1424Requires(post,postun): %{_bindir}/texhash
1425Requires: %{name} = %{epoch}:%{version}-%{release}
1426Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1427Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1428
1429%description omega
1430Omega is a version of the TeX program modified for multilingual
1431typesetting. It uses unicode, and has additional primitives for (among
1432other things) bidirectional typesetting.
1433
1434%description omega -l pl.UTF-8
1435Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1436Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1437tekstu pisanego w obu kierunkach.
1438
1439# # formats #
1440
1441# Plain format.
1442
1443%package plain
1444Summary: Plain TeX format basic files
1445Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1446Group: Applications/Publishing/TeX
60597425 1447Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1448Requires: %{name} = %{epoch}:%{version}-%{release}
1449
1450%description plain
1451Plain TeX format basic files.
1452
1453%description plain -l pl.UTF-8
1454Podstawowe pliki dla formatu Plain TeX.
1455
1456%package format-plain
1457Summary: TeX Plain format
1458Summary(pl.UTF-8): Format TeX Plain
1459Group: Applications/Publishing/TeX
1460Requires(post,postun): %{_bindir}/texhash
1461Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1462
1463%description format-plain
1464TeX Plain format.
1465
1466%description format-plain -l pl.UTF-8
1467Format TeX Plain.
1468
1469%package format-pdftex
1470Summary: PDFTeX Plain format
1471Summary(pl.UTF-8): Format PDFTeX Plain
1472Group: Applications/Publishing/TeX
1473Requires(post,postun): %{_bindir}/texhash
1474Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1475Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1476# for epstopdf to work
1477Requires: fonts-Type1-urw
1478Requires: ghostscript
1479
1480%description format-pdftex
1481PDFTeX Plain format.
1482
1483%description format-pdftex -l pl.UTF-8
1484Format PDFTeX Plain.
1485
1486%package format-pdfetex
1487Summary: PDFTeX EPlain format
1488Summary(pl.UTF-8): Format PDFTeX EPlain
1489Group: Applications/Publishing/TeX
1490Requires(post,postun): %{_bindir}/texhash
1491Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1492Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1493
1494%description format-pdfetex
1495PDFTeX EPlain format.
1496
1497%description format-pdfetex -l pl.UTF-8
1498Format PDFTeX EPlain.
1499
1500# MeX Plain format
1501
1502%package mex
1503Summary: MeX Plain Format basic files
1504Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1505Group: Applications/Publishing/TeX
1506Requires(post,postun): %{_bindir}/texhash
1507Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1508Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1509Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1510
1511%description mex
1512MeX Plain Format basic files.
1513
1514%description mex -l pl.UTF-8
1515Podstawowe pliki dla formatu MeX Plain.
1516
1517%package format-mex
1518Summary: MeX Plain Format
1519Summary(pl.UTF-8): Format MeX Plain
1520Group: Applications/Publishing/TeX
1521Requires(post,postun): %{_bindir}/texhash
f6a96d15 1522Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1523
1524%description format-mex
1525MeX Plain Format.
1526
1527%description format-mex -l pl.UTF-8
1528Format MeX Plain.
1529
1530%package format-pdfmex
1531Summary: PDFMeX Plain Format
1532Summary(pl.UTF-8): Format PDFMeX Plain
1533Group: Applications/Publishing/TeX
1534Requires(post,postun): %{_bindir}/texhash
1535Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1536Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1537
1538%description format-pdfmex
1539PDFMeX Plain Format.
1540
1541%description format-pdfmex -l pl.UTF-8
1542Format PDFMeX Plain.
1543
1544%package format-utf8mex
1545Summary: MeX Plain Format with UTF-8 encoded source files
1546Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1547Group: Applications/Publishing/TeX
1548Requires(post,postun): %{_bindir}/texhash
1549Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1550
1551%description format-utf8mex
1552MeX Plain Format with UTF-8 encoded source files.
1553
1554%description format-utf8mex -l pl.UTF-8
1555Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1556
1557# AMS TeX format
1558
1559%package amstex
1560Summary: AMS macros for Plain TeX basic files
1561Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1562Group: Applications/Publishing/TeX
1563Requires(post,postun): %{_bindir}/texhash
1564Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1565Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1566Obsoletes: tetex-ams
1567Obsoletes: tetex-plain-amsfonts
1568
1569%description amstex
1570American Mathematical Society macros for Plain TeX basic files.
1571
1572%description amstex -l pl.UTF-8
1573Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1574Plain TeX.
1575
1576%package format-amstex
1577Summary: AMS macros for Plain TeX
1578Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1579Group: Applications/Publishing/TeX
1580Requires(post,postun): %{_bindir}/texhash
1581Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1582Obsoletes: tetex-ams
1583
1584%description format-amstex
1585American Mathematical Society macros for Plain TeX.
1586
1587%description format-amstex -l pl.UTF-8
1588Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1589
1590%package format-pdfamstex
1591Summary: AMS macros for PDFTeX
1592Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1593Group: Applications/Publishing/TeX
1594Requires(post,postun): %{_bindir}/texhash
1595Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1596Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1597
1598%description format-pdfamstex
1599American Mathematical Society macros for PDFTeX.
1600
1601%description format-pdfamstex -l pl.UTF-8
1602Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1603
1604# CSPlain format
1605
1606%package csplain
1607Summary: TeX CSPlain format basic files
1608Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1609Group: Applications/Publishing/TeX
1610Requires(post,postun): %{_bindir}/texhash
1611Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1612Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1613
1614%description csplain
1615TeX CSPlain format basic files.
1616
1617%description csplain -l pl.UTF-8
1618Podstawowe pliki dla formatu TeX CSPlain.
1619
1620%package format-csplain
1621Summary: TeX CSPlain format
1622Summary(pl.UTF-8): Format TeX CSPlain
1623Group: Applications/Publishing/TeX
1624Requires(post,postun): %{_bindir}/texhash
1625Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1626
1627%description format-csplain
1628TeX CSPlain format.
1629
1630%description format-csplain -l pl.UTF-8
1631Format TeX CSPlain.
1632
1633%package format-pdfcsplain
1634Summary: PDFTeX CSPlain format
1635Summary(pl.UTF-8): Format PDFTeX CSPlain
1636Group: Applications/Publishing/TeX
1637Requires(post,postun): %{_bindir}/texhash
1638Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1639
1640%description format-pdfcsplain
1641PDFTeX CSPlain format.
1642
1643%description format-pdfcsplain -l pl.UTF-8
1644Format PDFTeX CSPlain.
1645
1646# CSLaTeX format
1647
1648%package cslatex
1649Summary: CSLaTeX format basic files
1650Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1651Group: Applications/Publishing/TeX
1652Requires(post,postun): %{_bindir}/texhash
1653Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1654Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1655
1656%description cslatex
1657CSLaTeX format basic files.
1658
1659%description cslatex -l pl.UTF-8
1660Podstawowe pliki dla formatu CSLaTeX.
1661
1662%package format-cslatex
1663Summary: CSLaTeX format
1664Summary(pl.UTF-8): Format CSLaTeX
1665Group: Applications/Publishing/TeX
1666Requires(post,postun): %{_bindir}/texhash
1667Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1668
1669%description format-cslatex
1670CSLaTeX format.
1671
1672%description format-cslatex -l pl.UTF-8
1673Format CSLaTeX.
1674
1675%package format-pdfcslatex
1676Summary: PDF CSLaTeX format
1677Summary(pl.UTF-8): Format PDF CSLaTeX
1678Group: Applications/Publishing/TeX
1679Requires(post,postun): %{_bindir}/texhash
1680Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1681
1682%description format-pdfcslatex
1683PDF CSLaTeX format.
1684
1685%description format-pdfcslatex -l pl.UTF-8
1686Format PDF CSLaTeX.
1687
1688# Cyrillic Plain format
1689
1690%package cyrplain
1691Summary: Cyrillic Plain format basic files
1692Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1693Group: Applications/Publishing/TeX
1694Requires(post,postun): %{_bindir}/texhash
1695Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1696
1697%description cyrplain
1698Cyrillic Plain format basic files.
1699
1700%description cyrplain -l pl.UTF-8
1701Podstawowe pliki dla formatu Cyrillic Plain.
1702
1703%package format-cyrplain
1704Summary: Cyrillic Plain format
1705Summary(pl.UTF-8): Format Cyrillic Plain
1706Group: Applications/Publishing/TeX
1707Requires(post,postun): %{_bindir}/texhash
1708Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1709
1710%description format-cyrplain
1711Cyrillic Plain format.
1712
1713%description format-cyrplain -l pl.UTF-8
1714Format Cyrillic Plain.
1715
1716%package format-cyramstex
1717Summary: Cyrillic AMSTeX format
1718Summary(pl.UTF-8): Format Cyrillic AMSTeX
1719Group: Applications/Publishing/TeX
1720Requires(post,postun): %{_bindir}/texhash
1721Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1722Obsoletes: tetex-cyramstex
1723
1724%description format-cyramstex
1725Cyrillic AMSTeX format.
1726
1727%description format-cyramstex -l pl.UTF-8
1728Format Cyrillic AMSTeX.
1729
1730%package format-cyrtexinfo
1731Summary: Cyrillic TeXInfo format
1732Summary(pl.UTF-8): Format Cyrillic TeXInfo
1733Group: Applications/Publishing/TeX
1734Requires(post,postun): %{_bindir}/texhash
1735Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1736Obsoletes: tetex-cyrtexinfo
1737
1738%description format-cyrtexinfo
1739Cyrillic TeXInfo format.
1740
1741%description format-cyrtexinfo -l pl.UTF-8
1742Format Cyrillic TeXInfo.
1743
1744# EPlain format
1745
1746%package eplain
1747Summary: EPlain format basic files
1748Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1749Group: Applications/Publishing/TeX
1750Requires(post,postun): %{_bindir}/texhash
1751Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1752Obsoletes: tetex-etex
1753
1754%description eplain
1755EPlain format basic files.
1756
1757%description eplain -l pl.UTF-8
1758Podstawowe pliki dla formatu EPlain.
1759
1760%package format-eplain
1761Summary: EPlain format
1762Summary(pl.UTF-8): Format EPlain
1763Group: Applications/Publishing/TeX
1764Requires(post,postun): %{_bindir}/texhash
1765Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1766
1767%description format-eplain
1768EPlain format.
1769
1770%description format-eplain -l pl.UTF-8
1771Format EPlain.
1772
1773# ConTeXt format.
1774
1775%package context
1776Summary: ConTeXt macro package basic files
1777Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1778Group: Applications/Publishing/TeX
1779Requires(post,postun): %{_bindir}/texhash
1780Requires: %{name} = %{epoch}:%{version}-%{release}
1781Obsoletes: tetex-latex-context
1782
1783%define _noautoreq 'perl(path_tre)'
1784
1785%description context
1786A full featured, parameter driven macro package, which fully supports
1787advanced interactive documents.
1788
1789This package contains basic files.
1790
1791%description context -l pl.UTF-8
1792Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1793całkowicie obsługujący zaawansowane dokumenty interaktywne.
1794
1795Ten pakiet zawiera podstawowe pliki.
1796
1797%package format-context-de
1798Summary: German ConTeXt format
1799Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1800Group: Applications/Publishing/TeX
1801Requires(post,postun): %{_bindir}/texhash
1802Requires: %{name}-context = %{epoch}:%{version}-%{release}
1803
1804%description format-context-de
1805German ConTeXt format.
1806
1807%description format-context-de -l pl.UTF-8
1808Niemiecka wersja formatu ConTeXt.
1809
1810%package format-context-en
1811Summary: English ConTeXt format
1812Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1813Group: Applications/Publishing/TeX
1814Requires(post,postun): %{_bindir}/texhash
1815Requires: %{name}-context = %{epoch}:%{version}-%{release}
1816
1817%description format-context-en
1818English ConTeXt format.
1819
1820%description format-context-en -l pl.UTF-8
1821Angielska wersja formatu ConTeXt.
1822
1823%package format-context-nl
1824Summary: Dutch ConTeXt format
1825Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1826Group: Applications/Publishing/TeX
1827Requires(post,postun): %{_bindir}/texhash
1828Requires: %{name}-context = %{epoch}:%{version}-%{release}
1829
1830%description format-context-nl
1831Dutch ConTeXt format.
1832
1833%description format-context-nl -l pl.UTF-8
1834Holenderska wersja formatu ConTeXt.
1835
1836# LaTeX format.
1837
1838%package latex
1839Summary: LaTeX macro package basic files
1840Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1841Group: Applications/Publishing/TeX
60597425 1842Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1843Requires: %{name} = %{epoch}:%{version}-%{release}
1844Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1845Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1846Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1847# for misc/eurosym:
1848Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1849Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1850Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1851Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1852Suggests: %{name}-fonts-jknappen
fb2a8613 1853Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1854Obsoletes: tetex-bibtex-koma-script
1855Obsoletes: tetex-latex-SIunits
1856Obsoletes: tetex-latex-caption
1857Obsoletes: tetex-latex-curves
1858Obsoletes: tetex-latex-dinbrief
1859Obsoletes: tetex-latex-draftcopy
1860Obsoletes: tetex-latex-dvilj
1861Obsoletes: tetex-latex-eepic
1862Obsoletes: tetex-latex-endfloat
1863Obsoletes: tetex-latex-fancyhdr
1864Obsoletes: tetex-latex-fancyheadings
1865Obsoletes: tetex-latex-fancyvrb
1866Obsoletes: tetex-latex-fp
1867Obsoletes: tetex-latex-graphics
1868Obsoletes: tetex-latex-hyperref
1869Obsoletes: tetex-latex-koma-script
1870Obsoletes: tetex-latex-labels
1871Obsoletes: tetex-latex-listings
1872Obsoletes: tetex-latex-misc
1873Obsoletes: tetex-latex-ms
1874Obsoletes: tetex-latex-multirow
1875Obsoletes: tetex-latex-mwcls
1876Obsoletes: tetex-latex-mwdtools
1877Obsoletes: tetex-latex-natbib
1878Obsoletes: tetex-latex-ntgclass
1879Obsoletes: tetex-latex-oberdiek
1880Obsoletes: tetex-latex-pb-diagram
188cb15d 1881Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1882Obsoletes: tetex-latex-revtex4
1883Obsoletes: tetex-latex-seminar
1884Obsoletes: tetex-latex-t2
1885Obsoletes: tetex-latex-titlesec
1886Obsoletes: tetex-latex-tools
1887Obsoletes: tetex-latex-units
1888Obsoletes: tetex-mwcls
1889Obsoletes: tetex-revtex4
1890
1891%description latex
1892LaTeX is a front end for the TeX text formatting system. Easier to use
1893than TeX, LaTeX is essentially a set of TeX macros which provide
1894convenient, predefined document formats for users.
1895
1896This package contains basic files.
1897
1898%description latex -l pl.UTF-8
1899LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1900łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1901dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1902
1903Ten pakiet zawiera podstawowe pliki.
1904
783773ac
ZU
1905%package latex-colortab
1906Summary: Shade cells of tables and halign
1907Group: Applications/Publishing/TeX
1908Requires(post,postun): %{_bindir}/texhash
1909Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1910
1911%description latex-colortab
1912Shade cells of tables and halign.
1913
6c82f497
ZU
1914%package latex-12many
1915Summary: Generalising mathematical index sets
1916Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1917Group: Applications/Publishing/TeX
6c82f497 1918Requires(post,postun): %{_bindir}/texhash
b4d68b39 1919Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1920
1921%description latex-12many
1922Generalising mathematical index sets.
1923
1924%description latex-12many -l hu.UTF-8
1925A matematikai halmazok indexelésének általánosítása.
1926
a8b381b0
ZU
1927%package latex-abstract
1928Summary: Control the typesetting of the abstract environment
1929Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1930Group: Applications/Publishing/TeX
fe66da27 1931Requires(post,postun): %{_bindir}/texhash
b4d68b39 1932Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1933
1934%description latex-abstract
1935Control the typesetting of the abstract environment.
1936
1937%description latex-abstract -l hu.UTF-8
1938Az "abstract" környezet szedésének irányítása.
1939
f1f5d194
ZU
1940%package latex-accfonts
1941Summary: Utilities to derive new fonts from existing ones
1942Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1943Group: Applications/Publishing/TeX
1944Requires(post,postun): %{_bindir}/texhash
1945
1946%description latex-accfonts
1947Utilities to derive new fonts from existing ones.
1948
1949%description latex-accfonts -l hu.UTF-8
1950Eszközök új betűtípusok származtatására már létezőkből.
1951
e88b5dcf
ZU
1952%package latex-adrconv
1953Summary: BibTeX styles to implement an address database
1954Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1955Group: Applications/Publishing/TeX
2fede27b 1956Requires(post,postun): %{_bindir}/texhash
78d53d8c 1957Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1958
1959%description latex-adrconv
1960BibTeX styles to implement an address database.
1961
1962%description latex-adrconv -l hu.UTF-8
1963BibTeX stílusok cím-adatbázis megvalósításához.
1964
d08789e0
ZU
1965%package latex-ae
1966Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1967Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1968Group: Applications/Publishing/TeX
1969Requires(post,postun): %{_bindir}/texhash
1970Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1971Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1972
1973%description latex-ae
1974A set of virtual fonts which emulates T1 coded fonts using the
1975standard CM fonts. The package is called AE fonts (for Almost
1976European). The main use of the package is to produce PDF files using
1977versions of the CM fonts instead of the bitmapped EC fonts.
1978
1979%description latex-ae -l pl.UTF-8
1980Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1981standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1982- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1983 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1984 bitmapowych fontów EC.
1985
1986%package latex-algorithms
1987Summary: Floating algorithm environment
1988Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1989Group: Applications/Publishing/TeX
1990Requires(post,postun): /usr/bin/texhash
1991Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1992
1993%description latex-algorithms
1994Defines a floating algorithm environment designed to work with the
1995algorithmic package.
1996
1997%description latex-algorithms -l pl.UTF-8
1998Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1999do pracy z pakietem algorithmic.
2000
2001%package latex-ams
2002Summary: AMS math facilities for LaTeX
2003Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
2004Group: Applications/Publishing/TeX
2005Requires(post,postun): %{_bindir}/texhash
2006Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
2007Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2008Obsoletes: tetex-latex-amscls
2009Obsoletes: tetex-latex-amsfonts
2010Obsoletes: tetex-latex-amsmath
2011
2012%description latex-ams
2013This package is the principal package in the AMS-LaTeX distribution.
2014It adapts for use in LaTeX most of the mathematical features found in
2015AMS-TeX.
2016
2017%description latex-ams -l pl.UTF-8
2018To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2019możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2020
2021%package latex-antp
2022Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2023Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2024Group: Applications/Publishing/TeX
2025Requires(post,postun): %{_bindir}/texhash
2026Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2027Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2028
2029%description latex-antp
2030A replica of Antykwa Poltawskiego font in PostScript Type 1 format
2031- -- preliminary version. This font was designed in the 'twenties and
2032 the 'thirties of XX century by a Polish graphic artist and a
2033 typographer Adam Poltawski. It was widely used by Polish printing
2034 houses as long as metal types were in use (until ca the 'sixties).
2035 Perhaps the first complete font family programmed and parametrized in
2036 METAPOST.
2037
2038%description latex-antp -l pl.UTF-8
2039Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2040PostScript Type 1. Ten krój został opracowany w latach 30-tych i
204140-tych XX wieku przez polskiego grafika i typografa Adama
2042Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2043używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2044kompletna rodzina fontów zaprogramowana i zparametryzowana w
2045METAPOSCIE.
2046
2047%package latex-antt
2048Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2049Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2050Group: Applications/Publishing/TeX
2051Requires(post,postun): %{_bindir}/texhash
2052Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2053Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2054
2055%description latex-antt
2056Antykwa Torunska is a serif font designed by the late Polish
2057typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
20581.
2059
2060%description latex-antt -l pl.UTF-8
2061Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2062typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2063postać cyfrową jako Type 1.
2064
e88b5dcf
ZU
2065%package latex-appendix
2066Summary: Extra control of appendices
2067Summary(hu.UTF-8): Az appendixek nagyobb irányítása
2068Group: Applications/Publishing/TeX
2069Requires(post,postun): %{_bindir}/texhash
78d53d8c 2070Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
2071
2072%description latex-appendix
2073Extra control of appendices.
2074
2075%description latex-appendix -l hu.UTF-8
2076Az appendixek nagyobb irányítása.
2077
d08789e0
ZU
2078%package latex-bbm
2079Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2080Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2081Group: Applications/Publishing/TeX
2082Requires(post,postun): %{_bindir}/texhash
2083Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2084Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2085
2086%description latex-bbm
2087Blackboard variant fonts for Computer Modern, with LaTeX support.
2088
2089%description latex-bbm -l pl.UTF-8
2090Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2091
6c82f497
ZU
2092%package latex-bardiag
2093Summary: LateX package for drawing bar diagrams
2094Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2095Group: Applications/Publishing/TeX
2096Requires(post,postun): %{_bindir}/texhash
2097
2098%description latex-bardiag
2099LateX package for drawing bar diagrams.
2100
2101%description latex-bardiag -l hu.UTF-8
2102LaTeX csomag oszlopdiagramok rajzolására.
2103
d08789e0
ZU
2104%package latex-bbold
2105Summary: Sans serif blackboard bold for LaTeX
2106Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2107Group: Applications/Publishing/TeX
2108Requires(post,postun): %{_bindir}/texhash
2109Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2110Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2111
2112%description latex-bbold
2113A geometric sans serif blackboard bold font, for use in mathematics.
2114
2115%description latex-bbold -l pl.UTF-8
2116Geometryczny tablicowy tłusty font sans serif, do używania w
2117matematyce.
2118
2119%package latex-bibtex
2120Summary: Bibliography management for LaTeX
2121Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2122Group: Applications/Publishing/TeX
2123Requires(post,postun): %{_bindir}/texhash
2124Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2125Obsoletes: tetex-bibtex
2126Obsoletes: tetex-natbib
2127Obsoletes: tetex-rubibtex
2128
2129%description latex-bibtex
2130Bibliography management for LaTeX.
2131
2132%description latex-bibtex -l pl.UTF-8
2133Zarządzanie bibliografią dla LaTeXa.
2134
b4d68b39
ZU
2135%package latex-beamer
2136Summary: A LaTeX class for producing presentations and slides
2137Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2138Group: Applications/Publishing/TeX
2139Requires(post,postun): %{_bindir}/texhash
2140Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2141
2142%description latex-beamer
2143A LaTeX class for producing presentations and slides.
2144
2145%description latex-beamer -l hu.UTF-8
2146LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2147
2fede27b
ZU
2148%package latex-bezos
2149Summary: Packages by Javier Bezos (additional math tools)
2150Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2151Group: Applications/Publishing/TeX
2152Requires(post,postun): %{_bindir}/texhash
78d53d8c 2153Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2154
2155%description latex-bezos
2156Packages by Javier Bezos (additional math tools).
2157
ca8b4816 2158%description latex-bezos -l hu.UTF-8
2fede27b
ZU
2159Javier Bezos csomagjai (további matematikai eszközök).
2160
d08789e0
ZU
2161%package latex-bibtex-ams
2162Summary: BibTeX style files for American Mathematical Society publications
2163Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2164Group: Applications/Publishing/TeX
2165Requires(post,postun): %{_bindir}/texhash
2166Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2167Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2168Obsoletes: tetex-bibtex-ams
2169
2170%description latex-bibtex-ams
2171BibTeX style files for American Mathematical Society publications.
2172
2173%description latex-bibtex-ams -l pl.UTF-8
2174Pliki stylów BibTeXa do publikacji American Mathematical Society.
2175
2176%package latex-bibtex-dk
2177Summary: Danish variants of the standard BibTeX styles
2178Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2179Group: Applications/Publishing/TeX
2180Requires(post,postun): /usr/bin/texhash
2181Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2182
2183%description latex-bibtex-dk
2184Dk-bib is a translation of the four standard BibTeX style files
2185(abbrv, alpha, plain and unsrt) into Danish. The files have been
2186extended with ISBN, ISSN and URL fields which can be enabled through a
2187LaTeX style file.
2188
2189%description latex-bibtex-dk -l pl.UTF-8
2190Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2191(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2192rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2193stylu LaTeXa.
2194
2195%package latex-bibtex-nor
2196Summary: Norwegian variants of the standard BibTeX styles
2197Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2198Group: Applications/Publishing/TeX
2199Requires(post,postun): /usr/bin/texhash
2200Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2201
2202%description latex-bibtex-nor
2203Norwegian variants of the standard BibTeX styles.
2204
2205%description latex-bibtex-nor -l pl.UTF-8
2206Norweskie warianty standardowych stylów BibTeXa.
2207
2208%package latex-bibtex-pl
2209Summary: Polish bibliography management for LaTeX
2210Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2211Group: Applications/Publishing/TeX
2212Requires(post,postun): %{_bindir}/texhash
2213Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2214Obsoletes: tetex-bibtex-plbib
2215
2216%description latex-bibtex-pl
2217Polish bibliography management for LaTeX.
2218
2219%description latex-bibtex-pl -l pl.UTF-8
2220Polska wersja zarządzania bibliografią dla LaTeXa.
2221
2222%package latex-bibtex-german
2223Summary: German variants of standard BibTeX styles
2224Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2225Group: Applications/Publishing/TeX
2226Requires(post,postun): %{_bindir}/texhash
2227Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2228Obsoletes: tetex-bibtex-germbib
2229
2230%description latex-bibtex-german
2231German variants of standard BibTeX styles.
2232
2233%description latex-bibtex-german -l pl.UTF-8
2234Niemieckie wersje standardowych stylów BibTeXa.
2235
2236%package latex-bibtex-revtex4
2237Summary: BibTeX styles for REVTeX4
2238Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2239Group: Applications/Publishing/TeX
2240Requires(post,postun): %{_bindir}/texhash
2241Requires: %{name} = %{epoch}:%{version}-%{release}
2242Obsoletes: tetex-bibtex-revtex4
2243
2244%description latex-bibtex-revtex4
2245BibTeX styles for REVTeX4.
2246
2247%description latex-bibtex-revtex4 -l pl.UTF-8
2248Style BibTeXa dla REVTeX4.
2249
2250%package latex-bibtex-jurabib
2251Summary: Extended BibTeX citation support for the humanities and legal texts
2252Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2253Group: Applications/Publishing/TeX
2254Requires(post,postun): %{_bindir}/texhash
2255Requires: %{name} = %{epoch}:%{version}-%{release}
2256Obsoletes: tetex-bibtex-jurabib
2257
2258%description latex-bibtex-jurabib
2259Extended BibTeX citation support for the humanities and legal texts.
2260
2261%description latex-bibtex-jurabib -l pl.UTF-8
2262Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2263prawniczych.
2264
33b3b483
ZU
2265%package latex-bibtex-styles
2266Summary: Various BibTeX styles
2267Summary(hu.UTF-8): Vegyes BibTeX stílusok
2268Group: Applications/Publishing/TeX
2269Requires(post,postun): %{_bindir}/texhash
2270Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2271
2272%description latex-bibtex-styles
2273Various BibTeX styles.
2274
2275%description latex-bibtex-styles -l hu.UTF-8
2276Vegyes BibTeX stílusok.
2277
435dbdfa
ZU
2278%package latex-bibtex-vancouver
2279Summary: Bibliographic style file for Biomedical Journals
b5f33174 2280Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2281Group: Applications/Publishing/TeX
435dbdfa 2282Requires(post,postun): %{_bindir}/texhash
33b3b483 2283Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2284
b5f33174 2285%description latex-bibtex-vancouver
435dbdfa 2286Bibliographic style file for Biomedical Journals.
2fede27b 2287
b5f33174
ZU
2288%description latex-bibtex-vancouver -l hu.UTF-8
2289Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2290
2fede27b
ZU
2291%package latex-booktabs
2292Summary: Publication quality tables in LaTeX
2293Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2294Group: Applications/Publishing/TeX
2295Requires(post,postun): %{_bindir}/texhash
78d53d8c 2296Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2297
2298%description latex-booktabs
2299Publication quality tables in LaTeX.
2300
2301%description latex-booktabs -l hu.UTF-8
2302Nyomdai minőségű táblázatok LaTeX-ben.
2303
2fede27b
ZU
2304%package latex-caption
2305Summary: Customising captions in floating environments
2306Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2307Group: Applications/Publishing/TeX
2308Requires(post,postun): %{_bindir}/texhash
78d53d8c 2309Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2310
2311%description latex-caption
2312Customising captions in floating environments.
2313
2314%description latex-caption -l hu.UTF-8
2315Feliratok testreszabása úszó környezetekben.
2316
d08789e0
ZU
2317%package latex-carlisle
2318Summary: Miscellaneous small packages by David Carlisle
2319Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2320Group: Applications/Publishing/TeX
2321Requires(post,postun): %{_bindir}/texhash
2322Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2323
2324%description latex-carlisle
2325Miscellaneous small packages by David Carlisle.
2326
2327%description latex-carlisle -l pl.UTF-8
2328Różne małe pakiety autorstwa Davida Carlisle.
2329
2330%package latex-ccfonts
2331Summary: Support for Concrete text and math fonts in LaTeX
2332Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2333Group: Applications/Publishing/TeX
2334Requires(post,postun): %{_bindir}/texhash
2335Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2336
2337%description latex-ccfonts
2338LaTeX font definition files for the Concrete fonts and a LaTeX package
2339for typesetting documents using Concrete as the default font family.
2340The files support OT1, T1, TS1, and Concrete math including AMS fonts
2341(Ulrik Vieth's concmath).
2342
2343%description latex-ccfonts -l pl.UTF-8
2344Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2345LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2346rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2347Concrete wraz z AMS (concmath Ulrika Vietha).
2348
2349%package latex-cite
2350Summary: Supports compressed, sorted lists of numerical citations
2351Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2352Group: Applications/Publishing/TeX
2353Requires(post,postun): %{_bindir}/texhash
2354Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2355
2356%description latex-cite
2357Supports compressed, sorted lists of numerical citations.
2358
2359%description latex-cite -l pl.UTF-8
2360Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2361
2362%package latex-cmbright
2363Summary: Support for CM Bright fonts in LaTeX
2364Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2365Group: Applications/Publishing/TeX
2366Requires(post,postun): %{_bindir}/texhash
2367Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2368Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2369
2370%description latex-cmbright
2371A family of sans serif fonts for TeX and LaTeX, based on Donald
2372Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2373various shapes as well as all the fonts necessary for mathematical
2374typesetting, incl. AMS symbols. This collection provides all the
2375necessary files for using the fonts with LaTeX.
2376
2377%description latex-cmbright -l pl.UTF-8
2378Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2379Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2380kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2381symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2382używania fontów w LaTeXu.
2383
2fede27b
ZU
2384%package latex-comment
2385Summary: Selectively include/excludes portions of text
2386Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2387Group: Applications/Publishing/TeX
2388Requires(post,postun): %{_bindir}/texhash
78d53d8c 2389Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2390
2391%description latex-comment
2392Selectively include/excludes portions of text.
2393
2394%description latex-comment -l hu.UTF-8
2395A szöveg részeinek beillesztése/kihagyása.
2396
d08789e0
ZU
2397%package latex-concmath
2398Summary: LaTeX package and font definition files to access the Concrete math fonts
2399Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2400Group: Applications/Publishing/TeX
2401Requires(post,postun): %{_bindir}/texhash
2402Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2403Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2404
2405%description latex-concmath
2406LaTeX package and font definition files to access the Concrete math
2407fonts, which were derived from Computer Modern math fonts using
2408parameters from Concrete Roman text fonts.
2409
2410%description latex-concmath -l pl.UTF-8
2411Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2412matematyczne Concrete wywodzące się z fontów matematycznych Computer
2413Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2414Roman.
2415
2fede27b
ZU
2416%package latex-currvita
2417Summary: Typeset a curriculum vitae
2418Summary(hu.UTF-8): Önéletrajzok írása
2419Group: Applications/Publishing/TeX
2420Requires(post,postun): %{_bindir}/texhash
78d53d8c 2421Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2422
2423%description latex-currvita
2424Typeset a curriculum vitae.
2425
2426%description latex-currvita -l hu.UTF-8
2427Önéletrajzok írása.
2428
2429%package latex-curves
2430Summary: Curves for LaTeX picture environment
2431Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2432Group: Applications/Publishing/TeX
2433Requires(post,postun): %{_bindir}/texhash
78d53d8c 2434Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2435
2436%description latex-curves
2437Curves for LaTeX picture environment.
2438
2439%description latex-curves -l hu.UTF-8
2440Görbék LaTeX picture környezetébe.
2441
d08789e0
ZU
2442%package latex-custom-bib
2443Summary: Customized BibTeX styles for LaTeX
2444Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2445Group: Applications/Publishing/TeX
2446Requires(post,postun): %{_bindir}/texhash
2447Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2448
2449%description latex-custom-bib
2450Package generating customized BibTeX bibliography styles from a
2451generic file using docstrip. Includes support for the Harvard style.
2452
2453%description latex-custom-bib -l pl.UTF-8
2454Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2455pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2456
2457%package latex-cyrillic
2458Summary: LaTeX Cyrillic support
2459Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2460Group: Applications/Publishing/TeX
2461Requires(post,postun): %{_bindir}/texhash
2462Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2463
2464%description latex-cyrillic
2465LaTeX Cyrillic support.
2466
2467%description latex-cyrillic -l pl.UTF-8
2468Obsługa cyrylicy dla LaTeXa.
2469
b280f158
ZU
2470%package latex-dstroke
2471Summary: LaTeX doublestroke font
2472Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2473Group: Applications/Publishing/TeX
2474Requires(post,postun): %{_bindir}/texhash
2475Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2476Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2477
2478%description latex-dstroke
2479Doublestroke font for typesetting the mathematical symbols for the
2480natural numbers, whole numbers, rational numbers, real numbers and
2481complex numbers.
2482
2483%description latex-dstroke -l pl.UTF-8
2484Podwójnie kreślony font do składania symboli matematycznych liczb
2485naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2486
60597425
ZU
2487%package latex-enumitem
2488Summary: A package to customize the three basic lists
2489Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2490Group: Applications/Publishing/TeX
2491Requires(post,postun): %{_bindir}/texhash
78d53d8c 2492Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2493
2494%description latex-enumitem
2495A package to customize the three basic lists (enumerate, itemize and
2496description).
2497
ca8b4816 2498%description latex-enumitem -l hu.UTF-8
60597425
ZU
2499Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2500(enumerate, itemize, description).
2501
70f52fe3
ZU
2502%package latex-exams
2503Summary: Various document classes to typeset exams
2504Summary(hu.UTF-8): Különböző dokumentumosztályok vizsgák, feladatsorok szedésére
2b453bda 2505Group: Applications/Publishing/TeX
fe66da27 2506Requires(post,postun): %{_bindir}/texhash
78d53d8c 2507Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda 2508
70f52fe3
ZU
2509%description latex-exams
2510Various document classes to typeset exams.
2b453bda 2511
70f52fe3
ZU
2512%description latex-exams -l hu.UTF-8
2513Különböző dokumentumosztályok vizsgák, feladatsorok szedésére.
2b453bda 2514
b916bc39
ZU
2515%package latex-float
2516Summary: Tools to manipulate float objects
2517Summary(hu.UTF-8): Eszközök úszó objektuomok kezeléséhez
2518Group: Applications/Publishing/TeX
2519Requires(post,postun): %{_bindir}/texhash
2520Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2521
2522%description latex-float
2523Tools to manipulate float objects.
2524
2525%description latex-float -l hu.UTF-8
2526Eszközök úszó objektuomok kezeléséhez.
2527
247457ba
ZU
2528%package latex-formlett
2529Summary: Letters to multiple recipients
2530Summary(hu.UTF-8): Levél több címzettnek ("körlevél")
2531Group: Applications/Publishing/TeX
2532Requires(post,postun): %{_bindir}/texhash
2533Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2534
2535%description latex-formlett
2536Letters to multiple recipients.
2537
2538%description latex-formlett -l hu.UTF-8
2539Levél több címzettnek ("körlevél").
2540
c9ddaf2d
ZU
2541%package latex-formular
2542Summary: Create forms containing field for manual entry
2543Summary(hu.UTF-8): Kézzel kitöltendő űrlapok készítése
2544Group: Applications/Publishing/TeX
2545Requires(post,postun): %{_bindir}/texhash
2546Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2547
2548%description latex-formular
2549Create forms containing field for manual entry.
2550
2551%description latex-formular -l hu.UTF-8
2552Kézzel kitöltendő űrlapok készítése.
2553
f1f5d194
ZU
2554%package latex-gbrief
2555Summary: Letter document class
2556Summary(hu.UTF-8): Levél dokumentumosztály
2557Group: Applications/Publishing/TeX
2558Requires(post,postun): %{_bindir}/texhash
2559Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2560
2561%description latex-gbrief
2562Letter document class.
2563
2564%description latex-gbrief -l hu.UTF-8
2565Levél dokumentumosztály.
2566
d08789e0
ZU
2567%package latex-jknappen
2568Summary: Miscellaneous packages by Joerg Knappen
2569Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2570Group: Applications/Publishing/TeX
2571Requires(post,postun): %{_bindir}/texhash
2572Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2573Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2574
2575%description latex-jknappen
2576Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2577Knappen, including sgmlcmpt.
2578
2579%description latex-jknappen -l pl.UTF-8
2580Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2581Knappena. Zawiera sgmlcmpt.
2582
d19eaaab
ZU
2583%package latex-keystroke
2584Summary: Graphical representation of keys on keyboard
2585Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2586Group: Applications/Publishing/TeX
2587Requires(post,postun): %{_bindir}/texhash
2588Requires: %{name}-latex
2589
2590%description latex-keystroke
2591Graphical representation of keys on keyboard.
2592
2593%description latex-keystroke -l hu.UTF-8
2594A billentyűk grafikus megjelenítése.
2595
d19eaaab
ZU
2596%package latex-labbook
2597Summary: Typeset laboratory journals
2598Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2599Group: Applications/Publishing/TeX
2600Requires(post,postun): %{_bindir}/texhash
2601Requires: %{name}-latex
2602
2603%description latex-labbook
2604Typeset laboratory journals.
2605
2606%description latex-labbook -l hu.UTF-8
2607Laborjegyzőkönyvek szedése.
2608
2609%package latex-lcd
2610Summary: Alphanumerical LCD-style displays
f65b3398 2611Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2612Group: Applications/Publishing/TeX
2613Requires(post,postun): %{_bindir}/texhash
2614Requires: %{name}-latex
2615
2616%description latex-lcd
2617Alphanumerical LCD-style displays.
2618
2619%description latex-lcd -l hu.UTF-8
f65b3398 2620Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2621
2622%package latex-leaflet
2623Summary: Create small handouts (flyers)
2624Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2625Group: Applications/Publishing/TeX
2626Requires(post,postun): %{_bindir}/texhash
2627Requires: %{name}-latex
2628
2629%description latex-leaflet
2630Create small handouts (flyers).
2631
2632%description latex-leaflet -l hu.UTF-8
2633Kis "kézikönyvek" készítése (brossúrák).
2634
f1f5d194
ZU
2635%package latex-leftidx
2636Summary: Left and right subscripts and superscripts in math mode
2637Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2638Group: Applications/Publishing/TeX
2639Requires(post,postun): %{_bindir}/texhash
2640Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2641
7b6c7caa
ZU
2642%description latex-leftidx
2643Left and right subscripts and superscripts in math mode.
2644
2645%description latex-leftidx -l hu.UTF-8
2646Bal és jobboldali alsó és felső indexek matematikai módban.
2647
d19eaaab
ZU
2648%package latex-lewis
2649Summary: Draw Lewis structures (chemistry)
2650Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2651Group: Applications/Publishing/TeX
2652Requires(post,postun): %{_bindir}/texhash
2653Requires: %{name}-latex
2654
2655%description latex-lewis
2656Draw Lewis structures (chemistry).
2657
2658%description latex-lewis -l hu.UTF-8
2659Lewis struktúrák készítése (kémia).
2660
d08789e0
ZU
2661%package latex-lm
2662Summary: LaTeX styles for Latin Modern family fonts
2663Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2664Group: Applications/Publishing/TeX
2665Requires(post,postun): /usr/bin/texhash
2666Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2667Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2668
2669%description latex-lm
2670Latin Modern family of fonts, based on the Computer Modern fonts
2671released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2672lot of additional characters, mainly accented ones, but not only.
2673There is a one set of PostScript fonts and four sets of TeX Font
2674Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2675encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2676Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2677potential user knows what to do with all these files. The author is
2678Boguslaw Jackowski.
2679
2680%description latex-lm -l pl.UTF-8
2681Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2682przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2683Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2684Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2685Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2686QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2687(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2688(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2689tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2690
a8b381b0
ZU
2691%package latex-lastpage
2692Summary: Reference last page for "Page N of M" type footers
2693Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2694Group: Applications/Publishing/TeX
fe66da27 2695Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2696
2697%description latex-lastpage
2698Reference last page for Page N of M type footers.
2699
2700%description latex-lastpage -l hu.UTF-8
2701Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2702
d08789e0
ZU
2703%package latex-lineno
2704Summary: Line numbers on paragraphs
2705Summary(pl.UTF-8): Numery linii dla paragrafów
2706Group: Applications/Publishing/TeX
2707Requires(post,postun): /usr/bin/texhash
2708Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2709
2710%description latex-lineno
2711The LaTeX package lineno.sty provides line numbers on paragraphs.
2712After TeX has broken a paragraph into lines there will be line numbers
2713attached to them, with the possibility to make references through the
2714LaTeX \ref, \pageref cross reference mechanism.
2715
2716%description latex-lineno -l pl.UTF-8
2717Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2718paragrafu na linie przez TeXa do linii dołączane są ich numery z
2719możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2720\ref i \pageref.
2721
70f52fe3
ZU
2722%package latex-metre
2723Summary: Support for the work of classicists
2724Group: Applications/Publishing/TeX
2725Requires(post,postun): /usr/bin/texhash
2726Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2727
2728%description latex-metre
2729Support for the work of classicists.
2730
2e9c3e45
ZU
2731%package latex-games
2732Summary: Packages for typesetting games
2733Summary(hu.UTF-8): Játékok szedése
2734Group: Applications/Publishing/TeX
2735Requires(post,postun): %{_bindir}/texhash
2736Requires: %{name}-latex
2737
2738%description latex-games
b9c820f8 2739Chess, chinese chess, crosswords, go, backgammon and more.
2e9c3e45
ZU
2740
2741%description latex-games -l hu.UTF-8
b9c820f8 2742Sakk, kínai sakk, keresztrejtvények, go, backgammon és még sok más.
1d337b0e
ZU
2743
2744%package latex-extend
2745Summary: Extensions, patches, improvements of main LaTeX styles, environments
2746Summary(hu.UTF-8): Az alap LaTeX stílusok, környezetek, stb. bővítései, foltjai
2747Group: Applications/Publishing/TeX
2748Requires(post,postun): %{_bindir}/texhash
2749Requires: %{name}-latex
2750
2751%description latex-extend
2752This package contains:
2753- addlines: a user-friendly wrapper around \enlargethispage.
2754- alnumsec: alphanumeric section numbering.
2755- arydshln: horizontal and vertical dashed lines in arrays and
2756 tabulars
2757- babelbib: multilingual bibliographies.
2758- bibtopicprefix: prefix references to bibliographies produced by
2759 bibtopic.
2760- boites: boxes that may break across pages
2761- booklet: aids for printing simple booklets.
2762- bullcntr: display list item counter as regular pattern of bullets.
2763- chappg: page numbering by chapter.
2764- cjw: a bundle of packages and classes.
2765- clefval: key/value support with a hash.
2766- colortbl: add colour to LaTeX tables.
2767- combine: bundle individual documents into a single document.
2768- contour: print a coloured contour around text.
2769- ctable: easily typeset centered tables.
2770- curve2e: extensions for package pict2e.
de260d32
ZU
2771- dashbox: draw dashed boxes.
2772- dashline: draw dashed rules.
2773- etaremune: reverse-counting enumerate environment.
de260d32 2774- expdlist: expanded description environments.
c82fac6f 2775- HA-prosper: patches and improvements for prosper.
70f52fe3 2776- leading: define leading with a length.
f4f1ef6b
ZU
2777- listliketab: typeset lists as tables.
2778- ltablex: table package extensions.
70f52fe3
ZU
2779- makebox: defines a \makebox* command.
2780- makecell: tabular column heads and multilined cells.
c82fac6f 2781- marginnote: notes in the margin, even where \marginpar fails
70f52fe3
ZU
2782- mcaption: put captions in the margin.
2783- mcite: multiple items in a single citation.
2784- mciteplus: enhanced multiple citations.
2785- minipage-marginpar: minipages with marginal notes.
2786- miniplot: a package for easy figure arrangement.
2787- multicap: format captions inside multicols
2788- newvbtm: define your own verbatim-like environment.
7ac8a96b 2789- notes2bib: integrating notes into the bibliography.
70f52fe3
ZU
2790- ntabbing: simple tabbing extension for automatic line numbering.
2791- numline: LaTeX macros for numbering lines.
2792- pbox: a variable-width \parbox command.
2793- pinlabel: a TeX labelling package.
2794- polytable: tabular-like environments with named columns.
2795- rccol: decimal-centered optionally rounded numbers in tabular.
2796- romannum: generate roman numerals instead of arabic digits.
2797- schedule: weekly schedules.
2798- umoline: underline text allowing line breaking.
2799- umrand: package for fancy box frames.
f4f1ef6b 2800- underlin: underlined running heads.
70f52fe3 2801- ushort: shorter (and longer) underlines and underbars.
1d337b0e
ZU
2802
2803%description latex-extend -l hu.UTF-8
2804Ez a csomag a következőket tartalmazza:
2805- addlines: felhasználóbarát wrapper \enlargethispage-hez
2806- alnumsec: alfanumerikus section számozás
2807- arydshln: vízszintes és függőleges pontozott vonalak array és
2808 tabular környezetkben
2809- babelbib: többnyelvű bibliográfiák
2810- bibtopicprefix: prefix hivatkozás bibtopic által készített
2811 bibliográfiára
2812- boites: dobozok, amelyek törhetők oldalak között
2813- booklet: booklet formátumban történő nyomtatás
2814- bullcntr: lista elemek számlálójának megjelenítése mint...
2815- chappg: oldalszámozás chapter alapján
2816- cjw: csomagok és osztályok tömkelege
2817- clefval: kulcs/érték párok hash-sel
2818- colortbl: színek LaTeX táblázatokban
2819- combine: külön dokumentumok eggyé fűzése
2820- contour: színes kontúr nyomtatása szöveg körül
2821- ctable: középre igazított táblázatok szedése
2822- curve2e: pict2e csomaghoz kiegészítések
de260d32
ZU
2823- dashbox: pontozott dobozok
2824- dashline: pontozott vonalak
2825- etaremune: visszafele sorszámazó enumerate környezet
2826- expdlist: kibővített description környezetek
1d337b0e 2827- HA-prosper: foltok és bővítések a prosper-hez
70f52fe3 2828- leading: sorközök definiálása hosszal
f4f1ef6b
ZU
2829- listliketab: listák táblázatként szedése
2830- ltablex: table csomag kiegészítése
70f52fe3
ZU
2831- makebox: egy \makebox* parancs definiálása
2832- makecell: táblázat címsorral és többsoros cellákkal
c82fac6f 2833- marginnote: széljegyzetek, ott is, ahol a \marginpar hibázik
70f52fe3
ZU
2834- mcaption: címkék a margóra
2835- mcite: több elem egy hivatkozásban
2836- mciteplus: kibővített többszörös hivatkozás
2837- minipage-marginpar: minipage-ek széljegyzetekkel
2838- miniplot: egy csomag ábrák könnyű elhelyezéséhez
2839- multicap: formázott cimkék multicols környezetben
2840- newvbtm: saját verbatim-szerű környezetek
7ac8a96b 2841- notes2bib: megjegyzések elhelyezése bibliográfiába
70f52fe3
ZU
2842- ntabbing: tabbing környezet automatikus sorszámozással
2843- numline: LaTeX makrók sorok számozására
2844- pbox: változtatható szélességű \parbox
2845- pinlabel: a TeX labelling package.
2846- polytable: tabular-like environments with named columns.
2847- rccol: decimal-centered optionally rounded numbers in tabular.
2848- romannum: generate roman numerals instead of arabic digits.
2849- schedule: heti időbeosztás (órarend)
2850- umoline: aláhúzott szövegben sortörés engedélyezése
2851- umrand: package for fancy box frames.
f4f1ef6b 2852- underlin: aláhúzott élőfej
70f52fe3 2853- ushort: shorter (and longer) underlines and underbars.
2e9c3e45 2854
6bc47e19 2855%package latex-effects
70f52fe3 2856Summary: Additional effects to fonts, texts.
6bc47e19
ZU
2857Summary(hu.UTF-8): További effektek betűkhöz, szövegekhez,...
2858Group: Applications/Publishing/TeX
2859Requires(post,postun): %{_bindir}/texhash
2860Requires: %{name}-latex
2861
2862%description latex-effects
2863This package contains:
2864- arcs: draw arcs over and under text
2865- blowup: upscale or downscale all pages of a document.
2866- changebar: generate changebars in LaTeX documents.
2867- draftwatermark: put a grey textual watermark on document pages.
2868- flippdf: horizontal flipping of pages with pdfLaTeX.
2869- flowfram: create text frames for posters, brochures or magazines.
2870- isorot: rotation of document elements.
2871- lettrine: typeset dropped capitals.
70f52fe3
ZU
2872- niceframe: support for fancy frames.
2873- notes: mark sections of a document.
2874- objectz: macros for typesetting Object Z.
2875- parallel: typeset parallel texts.
2876- quotchap: decorative chapter headings.
2877- rotpages: typeset sets of pages upside-down and backwards.
6bc47e19
ZU
2878
2879%description latex-effects -l hu.UTF-8
2880Ez a csomag a következőket tartalmazza:
2881- arcs: ívek rajzolása szöveg fölé és alá
2882- blowup: a dokumentum összes oldalának nagyítása vagy kicsinyítése
2883- changebar: oldalsávok készítése LaTeX dokumentumokban
2884- draftwatermark: szürke szöveges vízjel a dokumentum oldalaira
2885- flippdf: oldalak vízszintes tükrözése pdfLaTeX-hel
2886- flowfram: szövegkeretek poszterekhez, brossúrákhoz vagy magazinokhoz
2887- isorot: dokumentum-elemek forgatása
2888- lettrine: ejtett kapitálisok szedése
70f52fe3
ZU
2889- niceframe: különféle keretek
2890- notes: dokumentum részeinek kiemelése, megjelölése
2891- objectz: Object Z objektumok szedése
2892- parallel: párhuzamos szövegek szedése
2893- quotchap: decorative chapter headings.
2894- rotpages: typeset sets of pages upside-down and backwards.
6bc47e19 2895
b916bc39
ZU
2896%package latex-math-sources
2897Summary: Sources of latex-math
2898Summary(hu.UTF-8): A latex-math forrása
2899Group: Applications/Publishing/TeX
2900
2901%description latex-math-sources
2902Sources of latex-math.
2903
2904%description latex-math-sources -l hu.UTF-8
2905A latex-math forrása.
2906
2e9c3e45
ZU
2907%package latex-math
2908Summary: Mathematical packages
2909Summary(hu.UTF-8): Matematikai csomagok
2910Group: Applications/Publishing/TeX
2911Requires(post,postun): %{_bindir}/texhash
2912Requires: %{name}-latex
b9c820f8
ZU
2913# gnuplottex needs gnuplot
2914Requires: gnuplot
2e9c3e45
ZU
2915
2916%description latex-math
2917This package contains:
2918- bez123: Support for Bezier curves.
2919- binomexp: Calculate Pascal's triangle
1d337b0e 2920- cmll: symbols for linear logic.
6bc47e19 2921- constants: automatic numbering of constants.
2e9c3e45 2922- coordsys: draw cartesian coordinate systems.
de260d32 2923- dotseqn: flush left equations with dotted leaders to the numbers.
2e9c3e45
ZU
2924- egplot: encapsulate Gnuplot sources in LaTeX documents.
2925- eqlist: description lists with equal indentation.
2926- eqnarray: more generalised equation arrays with numbering.
2927- esdiff: simplify typesetting of derivatives.
2928- esvect: vector arrows.
2929- extpfeil: extensible arrows in mathematics
2930- faktor: typeset quotient structures with LaTeX.
b9c820f8 2931- fouridx: left sub- and superscripts in maths mode.
de260d32 2932- functan: macros for functional analysis and PDE theory
b9c820f8
ZU
2933- galois: typeset Galois connections.
2934- gnuplottex: embed Gnuplot commands in LaTeX documents.
2935- hhtensor: print vectors, matrices, and tensors.
7ac8a96b 2936- logpap: generate logarithmic graph paper with LaTeX.
c82fac6f 2937- makeplot: easy plots from Matlab in LaTeX.
70f52fe3 2938- maybemath: make math bold or italic according to context.
c82fac6f 2939- mfpic4ode: macros to draw direction fields and solutions of ODEs.
7ac8a96b
ZU
2940- mhequ: multicolumn equations, tags, labels, sub-numbering.
2941- mhs: historical mathematics.
70f52fe3 2942- mlist: logical markup for lists.
7ac8a96b 2943- nath: natural mathematics notation.
b9c820f8 2944- noitcrul: improved underlines in mathematics.
7ac8a96b 2945- numprint: print numbers with separators and exponent if necessary.
2e9c3e45 2946- permute: support for symmetric groups.
70f52fe3 2947- petri-nets: A set TeX/LaTeX packages for drawing Petri nets.
7ac8a96b 2948- qsymbols: maths symbol abbreviations.
70f52fe3
ZU
2949- qtree: draw tree structures.
2950- simplewick: simple Wick contractions.
7ac8a96b
ZU
2951- sseq: spectral sequence diagrams.
2952- subdepth: unify maths subscript height.
2953- subeqn: package for subequation numbering.
2954- subeqnarray: equation array with sub numbering.
70f52fe3 2955- trfsigns: typeset transform signs.
f4f1ef6b 2956- trsym: symbols for transformations.
7ac8a96b 2957- ulsy: extra mathematical characters.
2e9c3e45
ZU
2958
2959%description latex-math -l hu.UTF-8
2960Ez a csomag a következőket tartalmazza:
2961- bez123: Bezier-görbék
2962- binomexp: Pascal-háromszög számítása
1d337b0e 2963- cmll: szimbólumok lineáris logikához
6bc47e19 2964- constants: változók automatikus sorszámozása
2e9c3e45 2965- coordsys: Descartes-féle koordinátarendszerek rajzolása
de260d32 2966- dotseqn: TODO
2e9c3e45
ZU
2967- egplot: Gnuplot források LaTeX dokumentumokba ágyazása
2968- eqlist: leíró lista egyenlő behúzással
2969- eqnarray: általánosabb egyenlet-rendszer sorszámozással
2970- esdiff: deriváltak bevitele
2971- esvect: vektornyilak
2972- extpfeil: bővíthető nyilak matematikában
2973- faktor: hányados struktúrák LaTeX-hel
b9c820f8 2974- fouridx: alsó és felső indexek bal oldalon matematikai módban
de260d32 2975- functan: funkcionálanalízés és PDE elmélethez makrók
b9c820f8
ZU
2976- galois: Galois kapcsolatok szedése
2977- gnuplottex: Gnuplot parancsok beágyazása LaTeX dokumentumokba
2978- hhtensor: vetkorok, mátrixok és tenzorok nyomtatása
7ac8a96b 2979- logpap: logaritmikus grafikonok
c82fac6f 2980- makeplot: könnyű ábrázolások Matlab-ból LaTeX-be
70f52fe3
ZU
2981- maybemath: matematikai félkövér ill. dőlt szöveg környezettől
2982 függően
c82fac6f 2983- mfpic4ode: differenciálegyenletek megoldásainak ábrázolása
7ac8a96b
ZU
2984- mhequ: többoszlopos egyenletek, cimkék, al-sorszámozás
2985- mhs: történelmi matematika
70f52fe3 2986- mlist: listák logikus jelölése
7ac8a96b 2987- nath: természetes matematikai jelölés
b9c820f8 2988- noitcrul: kibővített aláhúzások matematikában
7ac8a96b 2989- numprint: számok írása elválasztókkal és kitevőkkel, ha szükséges
2e9c3e45 2990- permute: szimmetriacsoportok
70f52fe3 2991- petri-nets: A set TeX/LaTeX packages for drawing Petri nets.
7ac8a96b 2992- qsymbols: matematikai szimbólumok rövidítése
70f52fe3
ZU
2993- qtree: fastruktúrák rajzolása
2994- simplewick: simple Wick contractions.
7ac8a96b
ZU
2995- sseq: spectral sequence diagrams.
2996- subdepth: matematikai indexek méretének egységesítése
2997- subeqn: alegyenletek sorszámozása
2998- subeqnarray: egyenletek al-sorszámozása
70f52fe3 2999- trfsigns: transzformációs jelek szedése
f4f1ef6b 3000- trsym: szimbólumok transzformációkhoz
7ac8a96b 3001- ulsy: extra matematikai karakterek
2e9c3e45 3002
de260d32
ZU
3003%package latex-misc
3004Summary: Misc packages
3005Summary(hu.UTF-8): Vegyes csomagok
3006Group: Applications/Publishing/TeX
3007Requires(post,postun): %{_bindir}/texhash
3008Requires: %{name}-latex
3009
3010%description latex-misc
3011This packages contains:
3012- cooking: typeset recipes.
3013- cuisine: typeset recipes.
3014- fixme: insert "fixme" notes into draft documents.
3015- recipecard: typeset recipes in note-card-sized boxes.
70f52fe3 3016- todo: make a to-do list for a document.
de260d32
ZU
3017
3018%description latex-misc -l hu.UTF-8
3019Ez a csomag a következőket tartalmazza:
3020- cooking: receptek szedése
3021- cuisine: receptek szedése
3022- fixme: "fixme" megjegyzések elhelyezése
3023- recipecard: receptek szedése jegyzet-méretű dobozokba
70f52fe3 3024- todo: dokumentumok teendőinek listája
de260d32 3025
1d337b0e
ZU
3026%package latex-music
3027Summary: Musical packages
3028Summary(hu.UTF-8): Zenei csomagok
3029Group: Applications/Publishing/TeX
3030Requires(post,postun): %{_bindir}/texhash
3031Requires: %{name}-latex
3032
3033%description latex-music
3034This package contains:
3035- abc: support ABC music notation in LaTeX.
3036- guitar: guitar chords and song texts.
c82fac6f 3037- songbook: package for typesetting song lyrics and chord books.
1d337b0e
ZU
3038
3039%description latex-music -l hu.UTF-8
3040Ez a csomag a következőket tartalmazza:
3041- abc: ABC hangjegyzések LaTeX-ben
3042- guitar: gitárkották és dalszövegek
c82fac6f 3043- songbook: dalszövegek és akkordkönyvek szedése
1d337b0e 3044
2e9c3e45
ZU
3045%package latex-physics
3046Summary: Physical packages
3047Summary(hu.UTF-8): Fizikai csomagok
3048Group: Applications/Publishing/TeX
3049Requires(post,postun): %{_bindir}/texhash
3050Requires: %{name}-latex
3051
3052%description latex-physics
3053This package contains:
3054- circ: macros for typesetting circuit diagrams.
3055- colorwav: colours by wavelength of visible light.
3056- dyntree: construct Dynkin tree diagrams.
3057- feynmf: macros and fonts for creating Feynman (and other) diagrams.
de260d32 3058- formula: typesetting physical units.
b9c820f8 3059- isotope: a package for type setting isotopes
70f52fe3 3060- listofsymbols: create and manipulate lists of symbols
7ac8a96b 3061- miller: typeset miller indices.
70f52fe3 3062- susy: macros for SuperSymmetry-related work.
2e9c3e45
ZU
3063
3064%description latex-physics -l hu.UTF-8
3065Ez a csomag a következőket tartalmazza:
3066- circ: áramkörök szedése
3067- colorwav: a látható fény színei hullámhossz szerint
3068- dyntree: Dynkin fadiagramok készítése
3069- feynmf: makrók és fontok Feynman (és más) diagramok készítésére
de260d32 3070- formula: fizikai egységek szedése
b9c820f8 3071- isotope: izotópok szedése
70f52fe3 3072- listofsymbols: szimbólumok listákának létrehozása és kezelése
7ac8a96b 3073- miller: miller indexek szedése
70f52fe3 3074- susy: Szuper-Szimmetria elmélettel kapcsolatos munkákhoz makrók
2e9c3e45
ZU
3075
3076%package latex-biology
3077Summary: Biological packages
3078Summary(hu.UTF-8): Biológiai csomagok
3079Group: Applications/Publishing/TeX
3080Requires(post,postun): %{_bindir}/texhash
3081Requires: %{name}-latex
3082
3083%description latex-biology
3084This package contains:
3085- biocon: typesetting biological species names
3086- dnaseq: format DNA base sequences.
3087
3088%description latex-biology -l hu.UTF-8
3089Ez a csomag a következőket tartalmazza:
3090- biocon: biológiai fajnevek szedése
3091- dnaseq: DNS szekvenciák szedése
3092
3093%package latex-chem
3094Summary: Chemical packages
3095Summary(hu.UTF-8): Kémiai csomagok
3096Group: Applications/Publishing/TeX
3097Requires(post,postun): %{_bindir}/texhash
3098Requires: %{name}-latex
3099
3100%description latex-chem
3101This package contains:
3102- achemso: support for American Chemical Society journal submissions.
3103- bpchem: typeset chemical names, formulae, etc.
3104- chemarrow: arrows for use in chemistry.
3105- chemcompounds: simple consecutive numbering of chemical compounds.
3106- chemcono: support for compound numbers in chemistry documents.
3107- chemstyle: writing chemistry with style.
3108- mhchem: typeset chemical formulae/equations and Risk and Safety
3109 phrases
3110
3111%description latex-chem -l hu.UTF-8
3112Ez a csomag a következőket tartalmazza:
3113- achemso: American Chemical Society formátuma
3114- bpchem: kémiai nevek, formulák, stb. szedése
3115- chemarrow: kémiában használatos nyilak
3116- chemcompounds: kémiai vegyületek számozása
3117- chemcono: kémiai vegyületek kémiai dokumentumokbam
3118- chemstyle: kémiai dokumentum írása
3119- mhchem: kémiai formulák/egyenletek szedése
3120
3121%package latex-informatic
3122Summary: Informatical packages
3123Summary(hu.UTF-8): Informatikai csomagok
3124Group: Applications/Publishing/TeX
3125Requires(post,postun): %{_bindir}/texhash
3126Requires: %{name}-latex
3127
3128%description latex-informatic
3129This package contains:
3130- alg: LaTeX environments for typesetting algorithms.
3131- bytefield: Create illustrations for network protocol specifications.
70f52fe3
ZU
3132- lsc: typesetting Live Sequence Charts.
3133- method: typeset method and variable declarations.
7ac8a96b
ZU
3134- msc: draw MSC diagrams.
3135- nag: detecting and warning about obsolete LaTeX commands
3136- progkeys: typeset programs, recognising keywords.
70f52fe3
ZU
3137- register: typeset programmable elements in digital hardware
3138 (registers).
7ac8a96b 3139- uml: UML diagrams in LaTeX.
2e9c3e45
ZU
3140
3141%description latex-informatic -l hu.UTF-8
3142Ez a csomag a következőket tartalmazza:
3143- alg: LaTeX környezetek algoritmusok szedésére
3144- bytefield: hálózati protokoll specifikációk szemléltetése
70f52fe3
ZU
3145- lsc: Live Sequence Charts
3146- method: eljárások és változók deklarációjának szedése
7ac8a96b
ZU
3147- msc: MSC diagramok
3148- nag: elavult LaTeX parancsok detektálása és figyelmeztetés
3149- progkeys: programok szedése, kulcsszavakkal
f4f1ef6b 3150- register: programozható elemek (regiszterek) szedése
7ac8a96b 3151- uml: UML diagramok LaTeX-ben
2e9c3e45
ZU
3152
3153%package latex-pdftools
3154Summary: Various tools to pdf output
3155Summary(hu.UTF-8): Különböző eszközök pdf output-hoz
3156Group: Applications/Publishing/TeX
3157Requires(post,postun): %{_bindir}/texhash
3158Requires: %{name}-latex
3159
3160%description latex-pdftools
3161This package contains:
3162- attachfile: attach arbitrary files to a PDF document
3163- cooltooltips: associate a pop-up window and tooltip with PDF
3164 hyperlinks
70f52fe3
ZU
3165- movie15: multimedia inclusion package.
3166- pdfcprot: activating and setting of character protruding using
3167 pdflatex.
3f42cf69 3168- pdfsync: provide links between source and PDF.
70f52fe3
ZU
3169- pdftricks: support for pstricks in pdfTeX. . pdfscreen: support
3170 screen-based document design.
2e9c3e45
ZU
3171
3172%description latex-pdftools -l hu.UTF-8
3173Ez a csomag a következőket tartalmazza:
3174- attachfile: fájlok csatolása PDF dokumentumokba
3175- cooltooltips: felugró ablakok és súgók társítása PDF linkekhez
70f52fe3
ZU
3176- movie15: multimédia beillesztése
3177- pdfcprot: activating and setting of character protruding using
3178 pdflatex.
7ac8a96b 3179- pdftricks: pstricks támogatás pdfTeX-ben
3f42cf69 3180- pdfsync: provide links between source and PDF.
7ac8a96b 3181- pdfscreen: képernyő alapú dokumentumok
d19eaaab 3182
d08789e0
ZU
3183%package latex-microtype
3184Summary: An interface to the micro-typographic extensions of pdfTeX
3185Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
3186Group: Applications/Publishing/TeX
3187Requires(post,postun): /usr/bin/texhash
3188Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3189
3190%description latex-microtype
3191The `microtype' package provides a LaTeX interface to pdfTeX's
3192micro-typographic extensions: character protrusion and font expansion.
3193It allows to restrict character protrusion and/or font expansion to a
3194definable set of fonts, and to configure micro-typographic aspects of
3195the fonts in a straight-forward and flexible way. Settings for various
3196fonts are provided.
3197
3198%description latex-microtype -l pl.UTF-8
3199Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
3200mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
3201Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
3202określonego zbioru fontów oraz skonfigurować mikrotypograficzne
3203aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
3204dla różnych fontów.
3205
8ed039e0
ZU
3206%package latex-musictex
3207Summary: Typesetting music with TeX
3208Summary(hu.UTF-8): Zenék szedése TeX-hel
3209Group: Applications/Publishing/TeX
3210Requires(post,postun): %{_bindir}/texhash
3211Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3212
3213%description latex-musictex
3214Typesetting music with TeX.
3215
3216%description latex-musictex -l hu.UTF-8
3217Zenék szedése TeX-hel.
3218
d08789e0
ZU
3219%package latex-lucidabr
3220Summary: Package to make Lucida Bright fonts usable with LaTeX
3221Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
3222Group: Applications/Publishing/TeX
3223Requires(post,postun): %{_bindir}/texhash
3224Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3225
3226%description latex-lucidabr
3227Package to make Lucida Bright fonts usable with LaTeX.
3228
3229%description latex-lucidabr -l pl.UTF-8
3230Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
3231
3232%package latex-marvosym
3233Summary: Styles for Martin Vogel's Symbol (marvosym) font
3234Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
3235Group: Applications/Publishing/TeX
3236Requires(post,postun): /usr/bin/texhash
3237Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
3238Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3239
3240%description latex-marvosym
3241Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3242currency symbol as defined by the European commission; Euro currency
3243symbols in typefaces Times, Helvetica and Courier; Symbols for
3244structural engineering; Symbols for steel cross-sections; Astronomy
3245signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3246symbols; CE sign and others.
3247
3248%description latex-marvosym -l pl.UTF-8
3249Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
3250waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
3251krojach Times, Helvetica i Courier; symbole do inżynierii
3252strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
3253(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
3254CE i inne.
3255
3256%package latex-mathpple
3257Summary: Use PostScript Palatino for typesetting maths
3258Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
3259Group: Applications/Publishing/TeX
3260Requires(post,postun): %{_bindir}/texhash
3261Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3262Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3263
3264%description latex-mathpple
3265The package defines the PostScript font family `Palatino' (ppl) as the
3266default roman font and then uses the `mathpple' fonts for typesetting
3267math. These virtual fonts have been created for typesetting math in a
3268style that suits the Palatino text fonts. The AMS fonts, when used
3269additionally, will be scaled to fit Palatino.
3270
3271%description latex-mathpple -l pl.UTF-8
3272Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
3273domyślny font roman i używa fontów mathpple do składania wzorów
3274matematycznych. Te wirtualne fonty zostały stworzone do składania
3275wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
3276Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
3277pasować do Palatino.
3278
3279%package latex-mathtime
3280Summary: Mathtime fonts for LaTeX
3281Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
3282Group: Applications/Publishing/TeX
3283Requires(post,postun): %{_bindir}/texhash
3284Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3285
3286%description latex-mathtime
3287The Mathtime fonts have a number of characters remapped to positions
3288different from the ones normally used by the corresponding TeX
3289CM-fonts. For the symbol font ``operators'' the corresponding mathtime
3290style files use the Times Roman font (often called something like:
3291ptmr or ptmr7t or ptmrq).
3292
3293%description latex-mathtime -l pl.UTF-8
3294Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
3295różniące się od tych normalnie używanych w odpowiadających im TeXowych
3296fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
3297używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
3298ptmrq).
3299
3300%package latex-mflogo
3301Summary: LaTeX support for MetaFont and logo fonts
3302Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
3303Group: Applications/Publishing/TeX
3304Requires(post,postun): %{_bindir}/texhash
3305Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
3306Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3307
3308%description latex-mflogo
3309LaTeX package and font definition file to access the Knuthian `logo'
3310fonts described in `The MetaFontbook' and the MetaFont and logos in
3311LaTeX documents.
3312
3313%description latex-mflogo -l pl.UTF-8
3314Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
3315opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
3316LaTeXa.
3317
3318%package latex-mfnfss
3319Summary: Font description files to use extra fonts like yinit and ygoth
3320Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
3321Group: Applications/Publishing/TeX
3322Requires(post,postun): %{_bindir}/texhash
3323Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3324
3325%description latex-mfnfss
3326Font description files to use extra fonts like yinit and ygoth.
3327
3328%description latex-mfnfss -l pl.UTF-8
3329Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
3330
3331%package latex-minitoc
3332Summary: Produce a table of contents for each chapter
3333Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
3334Group: Applications/Publishing/TeX
3335Requires(post,postun): %{_bindir}/texhash
3336Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3337
3338%description latex-minitoc
3339Produce a table of contents for each chapter.
3340
3341%description latex-minitoc -l pl.UTF-8
3342Tworzenie spisów treści dla każdego rozdziału.
3343
3344%package latex-mltex
3345Summary: Support for MLTeX
3346Summary(pl.UTF-8): Wsparcie dla MLTeXa
3347Group: Applications/Publishing/TeX
3348Requires(post,postun): %{_bindir}/texhash
3349Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3350
3351%description latex-mltex
3352Support for MLTeX, the multilingual TeX extension from Michael J.
3353Ferguson.
3354
3355%description latex-mltex -l pl.UTF-8
3356Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
3357autorstwa Michaela J. Fergusona.
3358
d34bfb7f
ZU
3359%package latex-multienum
3360Summary: Multi-column enumerated lists
3361Summary(hu.UTF-8): Többoszlopos számozott listák
3362Group: Applications/Publishing/TeX
3363Requires(post,postun): %{_bindir}/texhash
3364Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3365
3366%description latex-multienum
3367Multi-column enumerated lists.
3368
3369%description latex-multienum -l hu.UTF-8
3370Többoszlopos számozott listák.
3371
f1f5d194
ZU
3372
3373%package latex-moreverb
3374Summary: Extended verbatim
3375Summary(hu.UTF-8): Kiterjesztett verbatim
3376Group: Applications/Publishing/TeX
3377Requires(post,postun): %{_bindir}/texhash
3378Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3379
3380%description latex-moreverb
3381Extended verbatim.
3382
3383%description latex-moreverb -l hu.UTF-8
3384Kiterjesztett verbatim.
3385
a8b381b0
ZU
3386%package latex-ntheorem
3387Summary: Enhanced theorem environment
3388Summary(hu.UTF-8): Bővített tétel környezet
3389Group: Applications/Publishing/TeX
fe66da27 3390Requires(post,postun): %{_bindir}/texhash
78d53d8c 3391Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
3392
3393%description latex-ntheorem
3394Enhanced theorem environment.
3395
3396%description latex-ntheorem -l hu.UTF-8
3397Bővített tétel környezet
3398
f65b3398
ZU
3399%package latex-other
3400Summary: Other LaTeX packages
3401Summary(hu.UTF-8): Néhány további LaTeX csomag
3402Group: Applications/Publishing/TeX
3403Requires(post,postun): %{_bindir}/texhash
3404Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3405
3406%description latex-other
3407Other LaTeX packages.
3408
3409%description latex-other -l hu.UTF-8
3410Néhány további LaTeX csomag.
3411
3412%package latex-other-doc
3413Summary: Other LaTeX packages documentation
3414Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
3415Group: Applications/Publishing/TeX
3416Requires(post,postun): %{_bindir}/texhash
3417Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3418
3419%description latex-other-doc
3420Other LaTeX packages documentation.
3421
3422%description latex-other-doc -l hu.UTF-8
3423Néhány további LaTeX csomag dokumentációja.
3424
d08789e0
ZU
3425%package latex-palatcm
3426Summary: Palatino + Computer Modern math fonts for LaTeX
3427Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
3428Group: Applications/Publishing/TeX
3429Requires(post,postun): %{_bindir}/texhash
3430Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3431
3432%description latex-palatcm
3433Palatino + Computer Modern math fonts for LaTeX.
3434
3435%description latex-palatcm -l pl.UTF-8
3436Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
3437
f65b3398
ZU
3438%package latex-pdfslide
3439Summary: Presentation slides using pdftex
3440Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
3441Group: Applications/Publishing/TeX
3442Requires(post,postun): %{_bindir}/texhash
3443Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3444
3445%description latex-pdfslide
3446Presentation slides using pdftex.
3447
3448%description latex-pdfslide -l hu.UTF-8
3449Prezentáció készítése pdftex-hel.
3450
03d9d5fa
ZU
3451%package latex-pgf
3452Summary: The TeX Portable Graphic Format
3453Summary(hu.UTF-8): TeX Portable Graphic Formátum
3454Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
3455Group: Applications/Publishing/TeX
3456Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
3457Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3458Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 3459Obsoletes: tetex-pgf
03d9d5fa
ZU
3460
3461%description latex-pgf
3462A macro package for creating graphics directly in TeX and LaTeX.
3463
3464%description latex-pgf -l hu.UTF-8
3465Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3466
3467%description latex-pgf -l pl.UTF-8
3468Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3469
f65b3398
ZU
3470%package latex-polynom
3471Summary: Macros for manipulating polynomials
3472Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
3473Group: Applications/Publishing/TeX
3474Requires(post,postun): %{_bindir}/texhash
3475Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3476
3477%description latex-polynom
3478Macros for manipulating polynomials.
3479
3480%description latex-polynom -l hu.UTF-8
3481Makrók polinomokkal való műveletekre.
3482
3483%package latex-polynomial
3484Summary: Typeset (univariate) polynomials
3485Summary(hu.UTF-8): Egyváltozós polinomok szedése
3486Group: Applications/Publishing/TeX
3487Requires(post,postun): %{_bindir}/texhash
3488Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3489
3490%description latex-polynomial
3491Typeset (univariate) polynomials.
3492
3493%description latex-polynomial -l hu.UTF-8
3494Egyváltozós polinomok szedése.
3495
1d337b0e
ZU
3496%package latex-programming
3497Summary: Additional utilities to programming LaTeX
3498Summary(hu.UTF-8): További eszközök LaTeX programozásához
3499Group: Applications/Publishing/TeX
3500Requires(post,postun): %{_bindir}/texhash
3501Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3502
3503%description latex-programming
3504This package contains:
3505- cmdtrack: check used commands.
3506- cool: COntent-Oriented LaTeX
3507- coollist: manipulate COntent Oriented LaTeX Lists.
3508- coolstr: string manipulation in LaTeX.
3509- csvtools: reading data from CSV files.
3510- datatool: tools to load and manipulate data.
3511- datenumber: convert a date into a number and vice versa.
de260d32
ZU
3512- delimtxt: read and parse text tables.
3513- dialogl: macros for constructing interactive LaTeX scripts.
1d337b0e 3514- dprogress: LaTeX-relevant log information for debugging.
de260d32 3515- environ: a new interface for environments in LaTeX.
6bc47e19 3516- export: import and export values of LaTeX registers.
de260d32
ZU
3517- fmtcount: display the value of a LaTeX counter in a variety of
3518 formats.
3519- forarray: using array structures in LaTeX.
3520- forloop: iteration in LaTeX.
6bc47e19 3521- inversepath: calculate inverse file paths.
b9c820f8 3522- labelcas: check the existence of labels, and fork accordingly.
6bc47e19 3523- lcg: generate random integers.
7ac8a96b 3524- makecmds: the new \makecommand command always (re)defines a command.
70f52fe3 3525- multido: a loop facility for Generic TeX.
caaf987e 3526- namespc: rudimentary c++-like namespaces in LaTeX.
7ac8a96b 3527- patchcmd: change the definition of an existing command.
70f52fe3
ZU
3528- progress: creates an overview of a document's state.
3529- randtext: randomise the order of characters in strings.
3530- regcount: display the allocation status of the TeX registers.
3531- robustcommand: declare robust command, with \newcommand checks.
3532- splitindex: unlimited number of indexes.
7ac8a96b
ZU
3533- stack: tools to define and use stacks.
3534- stringstrings: string manipulation for cosmetic and programming
3535 application
3536- substr: deal with substrings in strings.
70f52fe3 3537- typedref: eliminate errors by enforcing the types of labels.
1d337b0e
ZU
3538
3539%description latex-programming -l hu.UTF-8
3540Ez a csomag a következőket tartalmazza:
3541- cmdtrack: használt parancsok ellenőrzése
3542- cool: tartalom-orientált (COntent-Oriented) LaTeX
3543- coollist: COntent Oriented LaTeX listák manipulációja
3544- coolstr: sztring manipuláció LaTeX-ben
3545- csvtools: adatok olvasása CSV fájlokból
3546- datatool: eszközök adatok beolvasására és manipulációjához
3547- datenumber: dátum számmá konvertálása és vissza
de260d32
ZU
3548- delimtxt: szöveges táblázatok olvasása és feldolgozása
3549- dialogl: interaktív makrók LaTeX-ben
1d337b0e 3550- dprogress: LaTeX-releváns log információ debuggoláshoz
6bc47e19 3551- export: LaTeX regiszterek értékeinek importálása és exportálása
de260d32
ZU
3552- environ: egy új felület környezetek létrehozására
3553- fmtcount: LaTeX számlálók megjelenítése különböző formátumokban
3554- forarray: tömb struktúrák LaTeX-ben
3555- forloop: iteráció LaTeX-ben
6bc47e19 3556- inversepath: fájlútvonalak visszafele relatív meghatározása
b9c820f8 3557- labelcas: cimkék létezésének ellenőrzése
6bc47e19 3558- lcg: véletlen egész számok generálása
7ac8a96b 3559- makecmds: új \makecommand, amely mindig (újra)definiál parancsot
70f52fe3 3560- multido: ciklusok szervezése LaTeX-ben
caaf987e 3561- namespc: c++-szerű névterek LaTeX-ben
7ac8a96b 3562- patchcmd: létező parancsok definíciójának megváltoztatása
70f52fe3
ZU
3563- progress: egy áttekintést készít a dokumentum állapotáról
3564- randtext: sztring karaktereinek összekeverése
3565- regcount: display the allocation status of the TeX registers.
3566- robustcommand: declare robust command, with \newcommand checks.
3567- splitindex: unlimited number of indexes.
7ac8a96b
ZU
3568- stack: verem használata
3569- stringstrings: sztring manipuláció
3570- substr: részszövegek keresése
70f52fe3 3571- typedref: eliminate errors by enforcing the types of labels.
1d337b0e 3572
b7b4a109
ZU
3573%package latex-prosper
3574Summary: LaTeX class for high quality slides
3575Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
3576Group: Applications/Publishing/TeX
3577Requires(post,postun): %{_bindir}/texhash
3578Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3579
3580%description latex-prosper
3581LaTeX class for high quality slides.
3582
3583%description latex-prosper -l hu.UTF-8
3584LaTeX osztály jó minőségű fóliák készítéséhez.
3585
3586%package latex-pseudocode
3587Summary: LaTeX enviroment for specifying algorithms in a natural way
3588Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
3589Group: Applications/Publishing/TeX
3590Requires(post,postun): %{_bindir}/texhash
3591Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3592
3593%description latex-pseudocode
3594LaTeX enviroment for specifying algorithms in a natural way.
3595
3596%description latex-pseudocode -l hu.UTF-8
3597LaTeX környezet algoritmusok bevitelére.
3598
d08789e0
ZU
3599%package latex-psnfss
3600Summary: LaTeX font support for common PostScript fonts
3601Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
3602Group: Applications/Publishing/TeX
3603Requires(post,postun): %{_bindir}/texhash
3604Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3605Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3606Obsoletes: tetex-latex-mathptm
3607Obsoletes: tetex-latex-mathptmx
3608
3609%description latex-psnfss
3610LaTeX font definition files, macros and font metrics for common
3611PostScript fonts.
3612
3613%description latex-psnfss -l pl.UTF-8
3614LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3615popularnych fontów postscriptowych.
3616
8efa6a9c
ZU
3617%package latex-pst-2dplot
3618Summary: A PSTricks package for drawing 2D curves
3619Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
3620Group: Applications/Publishing/TeX
3621Requires(post,postun): %{_bindir}/texhash
3622Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3623
3624%description latex-pst-2dplot
3625A PSTricks package for drawing 2D curves.
3626
3627%description latex-pst-2dplot -l hu.UTF-8
3628PSTricks csomag kétdimenziós görbék rajzolásához.
3629
3630%package latex-pst-3dplot
3631Summary: Draw 3d curves and graphs using PSTricks
3632Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
3633Group: Applications/Publishing/TeX
3634Requires(post,postun): %{_bindir}/texhash
3635Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3636
3637%description latex-pst-3dplot
3638Draw 3d curves and graphs using PSTricks.
3639
3640%description latex-pst-3dplot -l hu.UTF-8
36413D-s görbék és grafikonok PSTricks-szel.
3642
3643
3644%package latex-pst-bar
3645Summary: Produces bar charts using pstricks
3646Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3647Group: Applications/Publishing/TeX
3648Requires(post,postun): %{_bindir}/texhash
3649Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3650
3651%description latex-pst-bar
3652Produces bar charts using pstricks.
3653
3654%description latex-pst-bar -l hu.UTF-8
3655Oszlopdiagramok pstricks-szel.
3656
3657%package latex-pst-circ
3658Summary: PSTricks package for drawing electric circuits
3659Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3660Group: Applications/Publishing/TeX
3661Requires(post,postun): %{_bindir}/texhash
3662Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3663
3664%description latex-pst-circ
3665PSTricks package for drawing electric circuits.
3666
3667%description latex-pst-circ -l hu.UTF-8
3668PSTricks csomag elektromos áramkörök rajzolásához.
3669
3670%package latex-pst-diffraction
3671Summary: Print diffraction patterns from various apertures
3672Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3673Group: Applications/Publishing/TeX
3674Requires(post,postun): %{_bindir}/texhash
3675Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3676
3677%description latex-pst-diffraction
3678Print diffraction patterns from various apertures.
3679
3680%description latex-pst-diffraction -l hu.UTF-8
3681Diffrakciós képek különböző eszközökön.
3682
b7b4a109
ZU
3683%package latex-pst-eucl
3684Summary: Euclidian geometry with pstricks
3685Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3686Group: Applications/Publishing/TeX
3687Requires(post,postun): %{_bindir}/texhash
3688Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3689
3690%description latex-pst-eucl
3691Euclidian geometry with pstricks.
3692
3693%description latex-pst-eucl -l hu.UTF-8
3694Euklidészi geometria a pstricks használatával.
3695
8efa6a9c
ZU
3696
3697%package latex-pst-fun
3698Summary: Draw "funny" objects with PSTricks
3699Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3700Group: Applications/Publishing/TeX
3701Requires(post,postun): %{_bindir}/texhash
3702Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3703
3704%description latex-pst-fun
3705Draw "funny" objects with PSTricks.
3706
3707%description latex-pst-fun -l hu.UTF-8
3708"Vicces" rajzok PSTricks-szel
3709
3710%package latex-pst-func
3711Summary: PSTricks package for plotting mathematical functions
3712Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3713Group: Applications/Publishing/TeX
3714Requires(post,postun): %{_bindir}/texhash
3715Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3716
3717%description latex-pst-func
3718PSTricks package for plotting mathematical functions.
3719
ca8b4816 3720%description latex-pst-func -l hu.UTF-8
8efa6a9c
ZU
3721PSTricks csomag matematikai függvények ábrázolásához.
3722
b7b4a109
ZU
3723%package latex-pst-fr3d
3724Summary: Draw 3-dimensional framed boxes using PSTricks
3725Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3726Group: Applications/Publishing/TeX
3727Requires(post,postun): %{_bindir}/texhash
3728Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3729
3730%description latex-pst-fr3d
3731Draw 3-dimensional framed boxes using PSTricks.
3732
3733%description latex-pst-fr3d -l hu.UTF-8
3734Háromdimenziós dobozok PSTricks segítségével.
3735
3736%package latex-pst-fractal
3737Summary: Draw fractal sets using PSTricks
3738Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3739Group: Applications/Publishing/TeX
3740Requires(post,postun): %{_bindir}/texhash
3741Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3742
3743%description latex-pst-fractal
3744Draw fractal sets using PSTricks.
3745
3746%description latex-pst-fractal -l hu.UTF-8
3747Fraktálok rajzolása PSTricks segítségével.
3748
8efa6a9c
ZU
3749%package latex-pst-infixplot
3750Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3751Summary(hu.UTF-8): Infix kifejezések ábrázolása
3752Group: Applications/Publishing/TeX
3753Requires(post,postun): %{_bindir}/texhash
3754Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3755
3756%description latex-pst-infixplot
3757Using pstricks plotting capacities with infix expressions rather than
3758RPN.
3759
3760%description latex-pst-infixplot -l hu.UTF-8
3761Infix kifejezések ábrázolása.
3762
3763%package latex-pst-math
3764Summary: Enhancement of PostScript math operators to use with pstricks
3765Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3766Group: Applications/Publishing/TeX
3767Requires(post,postun): %{_bindir}/texhash
3768Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3769
3770%description latex-pst-math
3771Enhancement of PostScript math operators to use with pstricks.
3772
3773%description latex-pst-math -l hu.UTF-8
3774PostScript matematikai operátorok bővítése pstricks-szel.
3775
3776%package latex-pst-ob3d
3777Summary: Three dimensional objects using PSTricks
3778Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3779Group: Applications/Publishing/TeX
3780Requires(post,postun): %{_bindir}/texhash
3781Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3782
3783%description latex-pst-ob3d
3784Three dimensional objects using PSTricks.
3785
3786%description latex-pst-ob3d -l hu.UTF-8
3787Háromdimenziós objektumok PSTricks-szel.
3788
3789%package latex-pst-optexp
3790Summary: Drawing optical experimental setups
3791Summary(hu.UTF-8): Optikai összeállítások rajzolása
3792Group: Applications/Publishing/TeX
3793Requires(post,postun): %{_bindir}/texhash
3794Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3795
3796%description latex-pst-optexp
3797Drawing optical experimental setups.
3798
3799%description latex-pst-optexp -l hu.UTF-8
3800Optikai összeállítások rajzolása.
3801
3802%package latex-pst-optic
3803Summary: Drawing optics diagrams
3804Summary(hu.UTF-8): Optikai ábrák rajzolása
3805Group: Applications/Publishing/TeX
3806Requires(post,postun): %{_bindir}/texhash
3807Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3808
3809%description latex-pst-optic
3810Drawing optics diagrams.
3811
3812%description latex-pst-optic -l hu.UTF-8
3813Optikai ábrák rajzolása.
3814
3815%package latex-pst-text
3816Summary: Text and character manipulation in PSTricks
3817Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3818Group: Applications/Publishing/TeX
3819Requires(post,postun): %{_bindir}/texhash
3820Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3821
3822%description latex-pst-text
3823Text and character manipulation in PSTricks.
3824
3825%description latex-pst-text -l hu.UTF-8
3826Szöveg és karakter manipulációk PSTricks-szel.
3827
1024ab0e
ZU
3828%package latex-pst-uncategorized
3829Summary: Other uncategorized PSTricks packages
3830Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3831Group: Applications/Publishing/TeX
3832Requires(post,postun): %{_bindir}/texhash
3833Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3834
3835%description latex-pst-uncategorized
3836Other uncategorized PSTricks packages.
3837
3838%description latex-pst-uncategorized -l hu.UTF-8
3839Néhány kategorizálatlan PSTricks csomag.
3840
d08789e0
ZU
3841%package latex-pxfonts
3842Summary: PX fonts LaTeX support
3843Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3844Group: Applications/Publishing/TeX
3845Requires(post,postun): %{_bindir}/texhash
3846Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3847Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3848
3849%description latex-pxfonts
3850PX fonts LaTeX support.
3851
3852%description latex-pxfonts -l pl.UTF-8
3853Obsługa fontów PX w LaTeXu.
3854
3855%package latex-qfonts
3856Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3857Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3858Group: Applications/Publishing/TeX
3859Requires(post,postun): %{_bindir}/texhash
3860Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3861Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3862
3863%description latex-qfonts
3864A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3865QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3866QuasiTimes (regular, italic, bold and bold italic), based on URW++
3867fonts distributed with Ghostscript. The fonts are encoded according to
3868QX layout which facilitates multilingual and technical typesetting
3869using TeX, preserving usability in Windows applications.
3870
3871%description latex-qfonts -l pl.UTF-8
3872Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3873QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3874QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3875fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3876zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3877TeXu, zachowując przydatność dla aplikacji windowsowych.
3878
6c82f497
ZU
3879%package latex-SIstyle
3880Summary: Package to typeset SI units, numbers and angles
3881Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3882Group: Applications/Publishing/TeX
6c82f497 3883Requires(post,postun): /usr/bin/texhash
b4d68b39 3884Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3885
3886%description latex-SIstyle
3887Package to typeset SI units, numbers and angles.
3888
3889%description latex-SIstyle -l hu.UTF-8
3890Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3891
3892%package latex-SIunits
3893Summary: The SIunits package can be used to standardise the use of units in your writings
3894Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3895Group: Applications/Publishing/TeX
fe66da27 3896Requires(post,postun): /usr/bin/texhash
78d53d8c 3897Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3898
3899%description latex-SIunits
2b453bda
ZU
3900The SIunits package can be used to standardise the use of units in
3901your writings.
3127b522
ZU
3902
3903%description latex-SIunits -l hu.UTF-8
3904Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3905
f65b3398
ZU
3906%package latex-siunitx
3907Summary: A comprehensive (SI) units package
3908Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3909Group: Applications/Publishing/TeX
3910Requires(post,postun): /usr/bin/texhash
3911Requires: %{name}-latex
3912
3913%description latex-siunitx
3914A comprehensive (SI) units package.
3915
3916%description latex-siunitx -l hu.UTF-8
3917Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3918
b916bc39
ZU
3919%package latex-sources
3920Summary: LaTeX sources
3921Summary(hu.UTF-8): LaTeX források
3922Group: Applications/Publishing/TeX
3923
3924%description latex-sources
3925LaTeX sources.
3926
3927%description latex-sources -l hu.UTF-8
3928LaTeX források.
3929
73d8d817
ZU
3930%package latex-styles
3931Summary: Various LaTeX styles
3932Summary(hu.UTF-8): Különböző LaTeX stílusok
3933Group: Applications/Publishing/TeX
3934Requires(post,postun): /usr/bin/texhash
3935Requires: %{name}-latex
3936
3937%description latex-styles
3938Various LaTeX styles.
3939
3940%description latex-styles -l hu.UTF-8
3941Különböző LaTeX stílusok.
3942
3943%package latex-lang
3944Summary: LaTeX support for non-english languages
3945Summary(hu.UTF-8): LaTeX támogatás nem-angol nyelvekhez
3946Group: Applications/Publishing/TeX
3947Requires(post,postun): /usr/bin/texhash
3948Requires: %{name}-latex
3949
3950%description latex-lang
3951LaTeX support for non-english languages.
3952
3953%description latex-lang -l hu.UTF-8
3954LaTeX támogatás nem-angol nyelvekhez.
3955
6c82f497
ZU
3956%package latex-Tabbing
3957Summary: Tabbing with accented letters
3958Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3959Group: Applications/Publishing/TeX
3960Requires(post,postun): /usr/bin/texhash
3961
3962%description latex-Tabbing
3963Tabbing with accented letters.
3964
3965%description latex-Tabbing -l hu.UTF-8
3966Tabbing környezet ékezetes betűk használatával.
3127b522 3967
d08789e0
ZU
3968%package latex-urwvn
3969Summary: URWVN fonts
3970Summary(pl.UTF-8): Fonty URWVN
3971Group: Applications/Publishing/TeX
3972Requires(post,postun): /usr/bin/texhash
3973Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3974Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3975
3976%description latex-urwvn
3977URWVN fonts.
3978
3979%description latex-urwvn -l pl.UTF-8
3980Fonty URWVN.
3981
3982%package latex-txfonts
3983Summary: TX fonts LaTeX support
3984Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3985Group: Applications/Publishing/TeX
3986Requires(post,postun): %{_bindir}/texhash
3987Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3988Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3989
3990%description latex-txfonts
3991TX fonts LaTeX support.
3992
3993%description latex-txfonts -l pl.UTF-8
3994Obsługa fontów TX w LaTeXu.
3995
7ea3a98b
ZU
3996%package latex-ucs
3997Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3998Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3999Group: Applications/Publishing/TeX
7ea3a98b 4000Requires(post,postun): %{_bindir}/texhash
78d53d8c 4001Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
4002
4003%description latex-ucs
d34bfb7f
ZU
4004This package contains support for using UTF-8 as input encoding in
4005LaTeX documents.
7ea3a98b
ZU
4006
4007%description latex-ucs -l hu.UTF-8
4008Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
4009
d08789e0
ZU
4010%package latex-umlaute
4011Summary: An interface to inputenc for using alternate input encodings
4012Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
4013Group: Applications/Publishing/TeX
4014Requires(post,postun): %{_bindir}/texhash
4015Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4016
4017%description latex-umlaute
4018An interface to inputenc for using alternate input encodings.
4019
4020%description latex-umlaute -l pl.UTF-8
4021Interfejs inputenc do używania alternatywnych kodowań wejściowych.
4022
4023%package latex-wasysym
4024Summary: Extra characters from the Waldis symbol fonts
4025Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
4026Group: Applications/Publishing/TeX
4027Requires(post,postun): %{_bindir}/texhash
4028Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
4029Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4030
4031%description latex-wasysym
4032Makes some additional characters available that come from the wasy
4033fonts (Waldis symbol fonts). These fonts are not automatically
4034included in NFSS2/LaTeX2e since they take up important space and often
4035aren't necessary if one makes use of the packages amsfonts or amssymb.
4036Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
4037apple, ocircle invneg, logof, varint, male, female, phone, clock,
4038lightning, pointer, sun, bell, permil, smiley, various electrical
4039symbols, shapes, music notes, circles, signs, astronomy, etc.
4040
4041%description latex-wasysym -l pl.UTF-8
4042Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
4043(Waldis symbol). Te fonty nie są automatycznie dołączane w
4044NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
4045jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
4046m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
4047ocircle invneg, logof, varint, male, female, phone, clock, lightning,
4048pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
4049kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
4050
03d9d5fa
ZU
4051%package latex-xcolor
4052Summary: Allows for access to color tints, shades, tones etc
4053Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
4054Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
4055Group: Applications/Publishing/TeX
4056Obsoletes: tetex-latex-xcolor
4057
ca8b4816 4058%description latex-xcolor
03d9d5fa
ZU
4059`xcolor' provides easy driver-independent access to several kinds of
4060color tints, shades, tones, and mixes of arbitrary colors. It allows
4061to select a document-wide target color model and offers tools for
4062automatic color schemes, conversion between eight color models, and
4063alternating table row colors.
4064
4065%description latex-xcolor -l hu.UTF-8
4066`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
4067színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
4068keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
4069modell kiválasztásához és a színmodellek közötti konverzióra.
4070
4071%description latex-xcolor -l pl.UTF-8
4072`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
4073wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
4074na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
4075schematów kolorów, konwersji między ośmioma modelami kolorów oraz
4076naprzemiennych kolorów w tabelach.
4077
d08789e0
ZU
4078%package format-latex
4079Summary: LaTeX macro package
4080Summary(pl.UTF-8): Pakiet makr LaTeX
4081Group: Applications/Publishing/TeX
4082Requires(post,postun): %{_bindir}/texhash
4083Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4084Obsoletes: hugelatex
4085
4086%description format-latex
4087LaTeX is a front end for the TeX text formatting system. Easier to use
4088than TeX, LaTeX is essentially a set of TeX macros which provide
4089convenient, predefined document formats for users.
4090
4091This package contains LaTeX format.
4092
4093%description format-latex -l pl.UTF-8
4094LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4095łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4096dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4097
4098Ten pakiet zawiera format LaTeX.
4099
4100%package format-pdflatex
4101Summary: PDF LaTeX macro package
4102Summary(pl.UTF-8): Pakiet makr PDF LaTeX
4103Group: Applications/Publishing/TeX
4104Requires(post,postun): %{_bindir}/texhash
4105Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
4106Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4107Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
4108Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
4109Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
4110
4111%description format-pdflatex
4112LaTeX is a front end for the TeX text formatting system. Easier to use
4113than TeX, LaTeX is essentially a set of TeX macros which provide
4114convenient, predefined document formats for users.
4115
4116This package contains PDF LaTeX format.
4117
4118%description format-pdflatex -l pl.UTF-8
4119LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4120łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4121dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4122
4123Ten pakiet zawiera format PDF LaTeX.
4124
4125# PLaTeX format
4126
4127%package platex
4128Summary: PLaTeX format basic files
4129Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
4130Group: Applications/Publishing/TeX
4131Requires(post,postun): %{_bindir}/texhash
4132Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
4133Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4134
4135%description platex
4136PLaTeX format basic files.
4137
4138%description platex -l pl.UTF-8
4139Podstawowe pliki dla formatu PLaTeX.
4140
4141%package format-platex
4142Summary: PLaTeX format
4143Summary(pl.UTF-8): Format PLaTeX
4144Group: Applications/Publishing/TeX
4145Requires(post,postun): %{_bindir}/texhash
4146Requires: %{name}-platex = %{epoch}:%{version}-%{release}
4147
4148%description format-platex
4149PLaTeX format.
4150
4151%description format-platex -l pl.UTF-8
4152Format PLaTeX.
4153
4154%package format-pdfplatex
4155Summary: PDF PLaTeX format
4156Summary(pl.UTF-8): Format PDF PLaTeX
4157Group: Applications/Publishing/TeX
4158Requires(post,postun): %{_bindir}/texhash
4159Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
4160Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
4161Requires: %{name}-platex = %{epoch}:%{version}-%{release}
4162
4163%description format-pdfplatex
4164PDF PLaTeX format.
4165
4166%description format-pdfplatex -l pl.UTF-8
4167Format PDF PLaTeX.
4168
29d720fe
ZU
4169%package scripts
4170Summary: Various scripts
4171Summary(hu.UTF-8): Néhány szkript
4172Group: Applications/Publishing/TeX
4173Requires(post,postun): %{_bindir}/texhash
4174Requires: %{name} = %{epoch}:%{version}-%{release}
4175
4176%description scripts
4177Various scripts.
4178
4179%description scripts -l hu.UTF-8
4180Néhány szkript.
4181
d08789e0
ZU
4182# # TeX generic macros #
4183
4184%package tex-babel
4185Summary: Multilingual support for TeX
4186Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
4187Group: Applications/Publishing/TeX
4188Requires(post,postun): %{_bindir}/texhash
4189Requires: %{name} = %{epoch}:%{version}-%{release}
4190
4191%description tex-babel
4192Multilingual support for TeX.
4193
4194%description tex-babel -l pl.UTF-8
4195Obsługa wielu języków dla TeXa.
4196
4197%package tex-german
4198Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
4199Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
4200Group: Applications/Publishing/TeX
4201Requires(post,postun): %{_bindir}/texhash
4202Requires: %{name} = %{epoch}:%{version}-%{release}
4203
4204%description tex-german
4205Supports the new German orthography (neue deutsche Rechtschreibung).
4206
4207%description tex-german -l pl.UTF-8
4208Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
4209
783773ac
ZU
4210%package tex-insbox
4211Summary: A TeX macro for inserting pictures/boxes into paragraphs
4212Summary(hu.UTF-8): TeX makró képek/dobozok beszúrására bekezdésekbe
4213Group: Applications/Publishing/TeX
4214Requires(post,postun): %{_bindir}/texhash
4215Requires: %{name} = %{epoch}:%{version}-%{release}
4216
4217%description tex-insbox
4218A TeX macro for inserting pictures/boxes into paragraphs.
4219
4220%description tex-insbox -l hu.UTF-8
4221TeX makró képek/dobozok beszúrására bekezdésekbe.
4222
d08789e0
ZU
4223%package tex-mfpic
4224Summary: Macros which generate Metafont or Metapost for drawing pictures
4225Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
4226Group: Applications/Publishing/TeX
4227Requires(post,postun): %{_bindir}/texhash
4228Requires: %{name} = %{epoch}:%{version}-%{release}
4229
4230%description tex-mfpic
4231Macros which generate Metafont or Metapost for drawing pictures.
4232
4233%description tex-mfpic -l pl.UTF-8
4234Makra generujące Metafont lub Metapost do rysowania obrazków.
4235
4236%package tex-misc
4237Summary: Miscellaneous TeX macros
4238Summary(pl.UTF-8): Różne makra TeXowe
4239Group: Applications/Publishing/TeX
4240Requires(post,postun): %{_bindir}/texhash
4241Requires: %{name} = %{epoch}:%{version}-%{release}
4242Obsoletes: tetex-tex-eijkhout
4243
4244%description tex-misc
4245Miscellaneous TeX macros.
4246
4247%description tex-misc -l pl.UTF-8
4248Różne makra TeXowe.
4249
4250%package tex-pictex
4251Summary: Picture drawing macros for TeX and LaTeX
4252Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
4253Group: Applications/Publishing/TeX
4254Requires(post,postun): %{_bindir}/texhash
4255Requires: %{name} = %{epoch}:%{version}-%{release}
4256
4257%description tex-pictex
4258Picture drawing macros for TeX and LaTeX.
4259
4260%description tex-pictex -l pl.UTF-8
4261Makra do rysowania obrazków dla TeXa i LaTeXa.
4262
29d720fe
ZU
4263%package tex-psizzl
4264Summary: A TeX format for physics papers
4265Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
4266Group: Applications/Publishing/TeX
4267Requires(post,postun): %{_bindir}/texhash
4268Requires: %{name} = %{epoch}:%{version}-%{release}
4269
4270%description tex-psizzl
4271A TeX format for physics papers.
4272
4273%description tex-psizzl -l hu.UTF-8
4274TeX formátum fizikai kiadványokhoz.
4275
d08789e0
ZU
4276%package tex-pstricks
4277Summary: PostScript macros for TeX
4278Summary(pl.UTF-8): Makra postscriptowe dla TeXa
4279Group: Applications/Publishing/TeX
4280Requires(post,postun): %{_bindir}/texhash
188cb15d 4281Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
4282
4283%description tex-pstricks
4284An extensive collection of PostScript macros that is compatible with
4285most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
4286AMS-LaTeX. Included are macros for color, graphics, pie charts,
4287rotation, trees and overlays. It has many special features, including:
4288a wide variety of graphics (picture drawing) macros, with a flexible
4289interface and with color support. There are macros for coloring or
4290shading the cells of tables.
4291
4292%description tex-pstricks -l pl.UTF-8
4293Duży zestaw makr postscriptowych kompatybilny z większością pakietów
4294makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
4295makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
4296nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
4297rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
4298makra do kolorowania lub cieniowania komórek tabel.
4299
4300%package tex-qpx
4301Summary: QuasiPalatino and PX fonts typesetting support
4302Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
4303Group: Applications/Publishing/TeX
4304Requires(post,postun): %{_bindir}/texhash
4305Requires: %{name} = %{epoch}:%{version}-%{release}
4306Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
4307
4308%description tex-qpx
4309QuasiPalatino and PX fonts typesetting support.
4310
4311%description tex-qpx -l pl.UTF-8
4312Wsparcie dla składu fontami QuasiPalatino i PX.
4313
31bd2c4a 4314%package tex-qpxqtx
d08789e0
ZU
4315Summary: QuasiTimes and TX fonts typesetting support
4316Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
4317Group: Applications/Publishing/TeX
4318Requires(post,postun): %{_bindir}/texhash
4319Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 4320Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 4321
31bd2c4a 4322%description tex-qpxqtx
d08789e0
ZU
4323QuasiTimes and TX fonts typesetting support.
4324
31bd2c4a 4325%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
4326Wsparcie dla składu fontami QuasiTimes i TX.
4327
3f42cf69
ZU
4328%package tex-huhyphen
4329Summary: Hungarian hyphenation
4330Summary(hu.UTF-8): Magyar elválasztás
4331Group: Applications/Publishing/TeX
4332Requires(post,postun): %{_bindir}/texhash
4333Requires: %{name} = %{epoch}:%{version}-%{release}
4334
4335%description tex-huhyphen
4336Hungarian hyphenation.
4337
4338%description tex-huhyphen -l hu.UTF-8
4339Magyar elválasztás.
4340
d08789e0
ZU
4341%package tex-ruhyphen
4342Summary: Russian hyphenation
4343Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
4344Group: Applications/Publishing/TeX
4345Requires(post,postun): %{_bindir}/texhash
4346Requires: %{name} = %{epoch}:%{version}-%{release}
4347
4348%description tex-ruhyphen
4349A collection of Russian hyphenation patterns supporting a number of
4350Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
4351LCY, LWN (OT2), and koi8-r.
4352
4353%description tex-ruhyphen -l pl.UTF-8
4354Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
4355kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
4356Cyrillic), LCY, LWN (OT2) i koi8-r.
4357
4358%package tex-spanish
4359Summary: Various TeX related files for typesetting documents written in Spanish
4360Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
4361Group: Applications/Publishing/TeX
4362Requires(post,postun): %{_bindir}/texhash
4363Requires: %{name} = %{epoch}:%{version}-%{release}
4364Obsoletes: tetex-tex-spanishb
4365
4366%description tex-spanish
4367Various TeX related files for typesetting documents written in
4368Spanish, including hyphenation and dictionaries.
4369
4370%description tex-spanish -l pl.UTF-8
4371Różne pliki TeXowe służące do składu dokumentów napisanych w języku
4372hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
4373
4374%package tex-texdraw
4375Summary: Graphical macros, using embedded PostScript
4376Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
4377Group: Applications/Publishing/TeX
4378Requires(post,postun): %{_bindir}/texhash
4379Requires: %{name} = %{epoch}:%{version}-%{release}
4380
4381%description tex-texdraw
4382Graphical macros, using embedded PostScript.
4383
4384%description tex-texdraw -l pl.UTF-8
4385Makra graficzne używające osadzanego PostScriptu.
4386
4387%package tex-thumbpdf
4388Summary: Thumbnails for PDFTeX and dvips/ps2pdf
4389Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
4390Group: Applications/Publishing/TeX
4391Requires(post,postun): %{_bindir}/texhash
4392Requires: %{name} = %{epoch}:%{version}-%{release}
4393
4394%description tex-thumbpdf
4395Provides support, using Perl, for thumbnails in pdfTeX and
4396dvips/ps2pdf, using ghostscript to generate the thumbnails which get
4397represented in a TeX readable file that is read by the package
4398thumbpdf.sty to automatically include the thumbnails. Works with both
4399plain TeX and LaTeX.
4400
4401%description tex-thumbpdf -l pl.UTF-8
4402Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
4403użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
4404TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
4405ikonki. Działa z formatami plain TeX i LaTeX.
4406
4407%package tex-ukrhyph
4408Summary: Ukranian hyphenation
4409Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
4410Group: Applications/Publishing/TeX
4411Requires(post,postun): %{_bindir}/texhash
4412Requires: %{name} = %{epoch}:%{version}-%{release}
4413
4414%description tex-ukrhyph
4415This package allows the use of different hyphenation patterns for the
4416Ukrainian language for various Cyrillic font encodings. Contains
4417packages implementing traditional rules, modern rules, and combined
4418English-Ukrainian hyphenation.
4419
4420%description tex-ukrhyph -l pl.UTF-8
4421Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
4422dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
4423Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
4424łączonych angielsko-ukraińskich.
4425
e67df411
ZU
4426%package latex-variations
4427Summary: Typeset tables of variations of functions
4428Group: Applications/Publishing/TeX
4429Requires(post,postun): %{_bindir}/texhash
4430Requires: %{name} = %{epoch}:%{version}-%{release}
4431
4432%description latex-variations
4433Typeset tables of variations of functions.
4434
d08789e0
ZU
4435%package latex-vietnam
4436Summary: Vietnamese language support
4437Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
4438Group: Applications/Publishing/TeX
4439Requires(post,postun): %{_bindir}/texhash
4440Requires: %{name} = %{epoch}:%{version}-%{release}
4441Obsoletes: tetex-tex-vietnam
4442
4443%description latex-vietnam
4444Vietnamese language support.
4445
4446%description latex-vietnam -l pl.UTF-8
4447Wsparcie dla języka wietnamskiego.
4448
4449%package tex-xypic
4450Summary: Package for typesetting a variety of graphs and diagrams with TeX
4451Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
4452Group: Applications/Publishing/TeX
4453Requires(post,postun): %{_bindir}/texhash
4454Requires: %{name} = %{epoch}:%{version}-%{release}
4455Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
4456
4457%description tex-xypic
4458A package for typesetting a variety of graphs and diagrams with TeX.
4459Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
4460and plain TeX), in particular Xy-pic is provided as a LaTeX2e
4461`supported package'.
4462
4463%description tex-xypic -l pl.UTF-8
4464Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
4465z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
4466w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
4467
4468%package tex-xkeyval
4469Summary: Extension to keyval package
4470Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
4471Group: Applications/Publishing/TeX
4472Requires(post,postun): /usr/bin/texhash
4473Requires: %{name} = %{epoch}:%{version}-%{release}
4474
4475%description tex-xkeyval
4476Extension to keyval package.
4477
4478%description tex-xkeyval -l pl.UTF-8
4479Rozszerzenie do pakietu keyval.
4480
4481%package dirs-fonts
4482Summary: TeX font directories
4483Summary(pl.UTF-8): Katalogi fontów TeXa
4484Group: Fonts
5ff30b02 4485Obsoletes: tetex-dirs-fonts
d08789e0
ZU
4486
4487%description dirs-fonts
4488TeX font directories.
4489
4490%description dirs-fonts -l pl.UTF-8
4491Katalogi fontów TeXa.
4492
4493# # Fonts packages #
4494
4495%package fonts-adobe
4496Summary: Adobe fonts
4497Summary(pl.UTF-8): Fonty Adobe
4498Group: Fonts
78d53d8c 4499Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4500
4501%description fonts-adobe
4502Adobe fonts.
4503
4504%description fonts-adobe -l pl.UTF-8
4505Fonty Adobe.
4506
4507%package fonts-ae
4508Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
4509Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
4510Group: Fonts
78d53d8c 4511Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4512
4513%description fonts-ae
4514Virtual fonts for PDF-files with T1 encoded CMR-fonts.
4515
4516%description fonts-ae -l pl.UTF-8
4517Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
4518
4519%package fonts-ams
4520Summary: AMS fonts
4521Summary(pl.UTF-8): Fonty AMS
4522Group: Fonts
78d53d8c 4523Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4524
4525%description fonts-ams
4526AMS fonts.
4527
4528%description fonts-ams -l pl.UTF-8
4529Fonty AMS.
4530
4531%package fonts-antp
4532Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4533Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4534Group: Fonts
78d53d8c 4535Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4536
4537%description fonts-antp
4538Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4539
4540%description fonts-antp -l pl.UTF-8
4541Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4542Type 1.
4543
4544%package fonts-antt
4545Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4546Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4547Group: Fonts
78d53d8c 4548Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4549
4550%description fonts-antt
4551Antykwa Torunska, a Type 1 family of a Polish traditional type.
4552
4553%description fonts-antt -l pl.UTF-8
4554Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4555
5bc70a92
MB
4556%package fonts-arphic
4557Summary: Arphic fonts
4558Group: Fonts
4559Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4560
4561%description fonts-arphic
4562Arphic fonts.
4563
d08789e0
ZU
4564%package fonts-bbm
4565Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
4566Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4567Group: Fonts
78d53d8c 4568Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4569
4570%description fonts-bbm
4571Blackboard variant fonts for Computer Modern, with LaTeX support.
4572
4573%description fonts-bbm -l pl.UTF-8
4574Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4575
4576%package fonts-bbold
4577Summary: Sans serif blackboard bold for LaTeX
4578Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
4579Group: Fonts
78d53d8c 4580Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4581
4582%description fonts-bbold
4583Sans serif blackboard bold for LaTeX.
4584
4585%description fonts-bbold -l pl.UTF-8
4586Tablicowy tłusty font sans serif dla LaTeXa.
4587
b280f158
ZU
4588%package fonts-bh
4589Summary: Bold & Heavy Fonts
4590Summary(pl.UTF-8): Fonty Bold i Heavy
4591Group: Fonts
78d53d8c 4592Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 4593
b280f158
ZU
4594%description fonts-bh
4595Bold & Heavy Fonts.
d08789e0 4596
b280f158
ZU
4597%description fonts-bh -l pl.UTF-8
4598Fonty Bold i Heavy.
d08789e0
ZU
4599
4600%package fonts-bitstream
4601Summary: Bitstream fonts
4602Summary(pl.UTF-8): Fonty Bitstream
4603Group: Fonts
78d53d8c 4604Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4605Obsoletes: tetex-fonts-bitstrea
4606
4607%description fonts-bitstream
4608Bitstream fonts.
4609
4610%description fonts-bitstream -l pl.UTF-8
4611Fonty Bitstream.
4612
4613%package fonts-cbgreek
4614Summary: Complete set of Greek fonts
4615Summary(pl.UTF-8): Pełny zestaw fontów greckich
4616Group: Fonts
78d53d8c 4617Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4618
4619%description fonts-cbgreek
4620Complete set of Greek fonts.
4621
4622%description fonts-cbgreek -l pl.UTF-8
4623Pełny zestaw fontów greckich.
4624
4625%package fonts-cc-pl
4626Summary: Polish version of Computer Concrete fonts
4627Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4628Group: Fonts
78d53d8c 4629Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4630
4631%description fonts-cc-pl
4632Polish version of Computer Concrete fonts.
4633
4634%description fonts-cc-pl -l pl.UTF-8
4635Polska wersja fontów Computer Concrete.
4636
4637%package fonts-cg
4638Summary: Compugraphic fonts
4639Summary(pl.UTF-8): Fonty Compugraphic
4640Group: Fonts
78d53d8c 4641Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4642
4643%description fonts-cg
4644Compugraphic fonts.
4645
4646%description fonts-cg -l pl.UTF-8
4647Fonty Compugraphic.
4648
4649%package fonts-cm
4650Summary: Computer Modern fonts
4651Summary(pl.UTF-8): Fonty Computer Modern
4652Group: Fonts
78d53d8c 4653Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4654
4655%description fonts-cm
4656Computer Modern fonts.
4657
4658%description fonts-cm -l pl.UTF-8
4659Fonty Computer Modern.
4660
4661%package fonts-cmbright
4662Summary: CM Bright fonts
4663Summary(pl.UTF-8): Fonty CM Bright
4664Group: Fonts
78d53d8c 4665Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4666
4667%description fonts-cmbright
4668CM Bright fonts.
4669
4670%description fonts-cmbright -l pl.UTF-8
4671Fonty CM Bright.
4672
5d7e11d7
ZU
4673%package fonts-cmsuper
4674Summary: CM Super fonts
4675Summary(hu.UTF-8): CM Super betűtípus
4676Group: Fonts
4677Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4678
830ca960 4679%description fonts-cmsuper
5d7e11d7
ZU
4680CM Super fonts.
4681
830ca960 4682%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
4683CM Super betűtípus
4684
4685
d08789e0
ZU
4686%package fonts-cmcyr
4687Summary: Computer Modern fonts extended with Russian letters
4688Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4689Group: Fonts
78d53d8c 4690Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4691
4692%description fonts-cmcyr
4693Computer Modern fonts extended with Russian letters.
4694
4695%description fonts-cmcyr -l pl.UTF-8
4696Fonty Computer Modern rozszerzone o litery rosyjskie.
4697
4698%package fonts-cmextra
4699Summary: Extra Computer Modern fonts, from the American Mathematical Society
4700Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4701Group: Fonts
78d53d8c 4702Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4703
4704%description fonts-cmextra
4705Extra Computer Modern fonts, from the American Mathematical Society.
4706
4707%description fonts-cmextra -l pl.UTF-8
4708Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4709
4710%package fonts-concmath
4711Summary: Concrete Math fonts
4712Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4713Group: Fonts
78d53d8c 4714Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4715
4716%description fonts-concmath
4717Concrete Math fonts.
4718
4719%description fonts-concmath -l pl.UTF-8
4720Fonty matematyczne Concrete Math.
4721
4722%package fonts-concrete
4723Summary: Concrete Roman fonts
4724Summary(pl.UTF-8): Fonty Concrete Roman
4725Group: Fonts
78d53d8c 4726Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4727
4728%description fonts-concrete
4729Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4730with Euler math fonts.
4731
4732%description fonts-concrete -l pl.UTF-8
4733Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4734przeznaczone do używania z fontami matematycznymi Euler.
4735
4736%package fonts-cs
4737Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4738Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4739Group: Fonts
78d53d8c 4740Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4741
4742%description fonts-cs
4743Czech/Slovak-tuned MetaFont Computer Modern fonts.
4744
4745%description fonts-cs -l pl.UTF-8
4746Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4747czeskiego i słowackiego.
4748
4a09ae1a
ZU
4749%package fonts-dstroke
4750Summary: Doublestroke font for typesetting the mathematical symbols
4751Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4752Group: Fonts
78d53d8c 4753Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4754
4755%description fonts-dstroke
4756Doublestroke font for typesetting the mathematical symbols.
4757
4758%description fonts-dstroke -l pl.UTF-8
4759Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4760
4761%package fonts-ecc
4762Summary: Sources for the European Concrete fonts
4763Summary(pl.UTF-8): Źródła dla fontów European Concrete
4764Group: Fonts
78d53d8c 4765Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4766
4767%description fonts-ecc
4768The MetaFont sources and tfm files of the European Concrete Fonts.
4769This is the EC implementation of Knuth's Concrete fonts, including
4770also the corresponding text companion fonts.
4771
4772%description fonts-ecc -l pl.UTF-8
4773Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4774implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4775tekstowymi fontami towarzyszącymi.
4776
4777%package fonts-eurosym
4778Summary: The new European currency symbol for the Euro
4779Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4780Group: Fonts
78d53d8c 4781Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4782
4783%description fonts-eurosym
4784The new European currency symbol for the Euro implemented in Metafont,
4785using the official European Commission dimensions, and providing
4786several shapes (normal, slanted, bold, outline).
4787
4788%description fonts-eurosym -l pl.UTF-8
4789Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4790z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4791różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4792
4793%package fonts-eulervm
4794Summary: The Virtual Euler Math fonts
4795Summary(pl.UTF-8): Fonty Virtual Euler Math
4796Group: Fonts
78d53d8c 4797Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4798
4799%description fonts-eulervm
4800Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4801approach has several advantages over immediately using the _real_
4802Euler fonts: Most noticeably, less TeX resources are consumed, the
4803quality of various math symbols is improved, and a usable \hslash
4804symbol can be provided.
4805
4806%description fonts-eulervm -l pl.UTF-8
4807Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4808fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4809używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4810jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4811matematycznych i może być dostępny używalny symbol \hslash.
4812
4813%package fonts-euxm
4814Summary: Fonts similar to EUSM but with two more characters
4815Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4816Group: Fonts
78d53d8c 4817Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4818
4819%description fonts-euxm
4820Fonts like EUSM but with two more characters needed for Concrete Math
4821included in TeXLive distribution in fonts3.
4822
4823%description fonts-euxm -l pl.UTF-8
4824Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4825dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4826
4827%package fonts-gothic
4828Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4829Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4830Group: Fonts
78d53d8c 4831Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4832
4833%description fonts-gothic
4834Gothic and ornamental initial fonts by Yannis Haralambous.
4835
4836%description fonts-gothic -l pl.UTF-8
4837Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4838
4839%package fonts-hoekwater
4840Summary: Converted mflogo font
4841Summary(pl.UTF-8): Przekonwertowany font mflogo
4842Group: Fonts
78d53d8c 4843Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4844
4845%description fonts-hoekwater
4846Fonts originally created in MetaFont, transformed to PostScript by
4847Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4848xipa.
4849
4850%description fonts-hoekwater -l pl.UTF-8
4851Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4852PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4853stmaryrd, wasy, wasy2, xipa.
4854
4855%package fonts-jknappen
4856Summary: Miscellaneous packages by Joerg Knappen
4857Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4858Group: Fonts
78d53d8c 4859Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4860
4861%description fonts-jknappen
4862Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4863Knappen, including sgmlcmpt.
4864
4865%description fonts-jknappen -l pl.UTF-8
4866Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4867Knappena. Zawiera sgmlcmpt.
4868
70f52fe3
ZU
4869%package fonts-kpfonts
4870Summary: A complete set of fonts for text and mathematics
4871Summary(hu.UTF-8): Betűtípusok teljes készlete (matematikai) szövegekhez
4872Group: Fonts
4873Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4874
4875%description fonts-kpfonts
4876A complete set of fonts for text and mathematics.
4877
4878%description fonts-kpfonts -l hu.UTF-8
4879Betűtípusok teljes készlete (matematikai) szövegekhez.
4880
d08789e0
ZU
4881%package fonts-latex
4882Summary: Basic LaTeX fonts
4883Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4884Group: Fonts
78d53d8c 4885Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4886
4887%description fonts-latex
4888Basic LaTeX fonts.
4889
4890%description fonts-latex -l pl.UTF-8
4891Podstawowe fonty dla LaTeXa.
4892
4893%package fonts-lh
4894Summary: Olga Lapko's LH fonts
4895Summary(pl.UTF-8): Fonty LH Olgi Lapko
4896Group: Fonts
78d53d8c 4897Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4898
4899%description fonts-lh
4900The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4901
4902%description fonts-lh -l pl.UTF-8
4903Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4904
4905%package fonts-lm
4906Summary: Latin Modern family fonts
4907Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4908Group: Applications/Publishing/TeX
78d53d8c 4909Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4910
4911%description fonts-lm
4912Latin Modern family of fonts, based on the Computer Modern fonts
4913released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4914lot of additional characters, mainly accented ones, but not only.
4915There is a one set of PostScript fonts and four sets of TeX Font
4916Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4917encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4918Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4919potential user knows what to do with all these files. The author is
4920Boguslaw Jackowski.
4921
4922%description fonts-lm -l pl.UTF-8
4923Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4924przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4925Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4926Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4927Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4928QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4929(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4930(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4931tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4932
4933%package fonts-marvosym
4934Summary: Martin Vogel's Symbol (marvosym) font
4935Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4936Group: Fonts
78d53d8c 4937Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4938
4939%description fonts-marvosym
4940Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4941currency symbol as defined by the European commission; Euro currency
4942symbols in typefaces Times, Helvetica and Courier; Symbols for
4943structural engineering; Symbols for steel cross-sections; Astronomy
4944signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4945symbols; CE sign and others.
4946
4947%description fonts-marvosym -l pl.UTF-8
4948Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4949waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4950dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4951strukturalnej; symbole dla przekroi poprzecznych; symbole
4952astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4953krawieckie; znak CE i inne.
4954
4955%package fonts-mflogo
4956Summary: Logo fonts
4957Summary(pl.UTF-8): Fonty logo
4958Group: Fonts
78d53d8c 4959Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4960
4961%description fonts-mflogo
4962Logo fonts.
4963
4964%description fonts-mflogo -l pl.UTF-8
4965Fonty logo.
4966
4967%package fonts-misc
4968Summary: Miscellaneous fonts
4969Summary(pl.UTF-8): Różne fonty
4970Group: Fonts
78d53d8c 4971Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4972
4973%description fonts-misc
4974Miscellaneous fonts.
4975
4976%description fonts-misc -l pl.UTF-8
4977Fonty różne.
4978
4979%package fonts-monotype
4980Summary: Monotype fonts
4981Summary(pl.UTF-8): Fonty Monotype
4982Group: Fonts
78d53d8c 4983Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4984
4985%description fonts-monotype
4986Monotype fonts.
4987
4988%description fonts-monotype -l pl.UTF-8
4989Fonty Monotype.
4990
4991%package fonts-omega
4992Summary: Fonts for Omega - extended unicode TeX
4993Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4994Group: Fonts
78d53d8c 4995Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4996
4997%description fonts-omega
4998Fonts for Omega - extended unicode TeX.
4999
5000%description fonts-omega -l pl.UTF-8
5001Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
5002
f1ba8563
ZU
5003%package fonts-other
5004Summary: Other fonts
5005Summary(hu.UTF-8): További betűtípusok
5006Group: Fonts
5007Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5008
5009%description fonts-other
5010Other fonts.
5011
5012%description fonts-omega -l hu.UTF-8
5013További betűtípusok.
5014
d08789e0
ZU
5015%package fonts-pazo
5016Summary: Pazo fonts
5017Summary(pl.UTF-8): Fonty Pazo
5018Group: Fonts
78d53d8c 5019Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5020
5021%description fonts-pazo
5022Pazo fonts.
5023
5024%description fonts-pazo -l pl.UTF-8
5025Fonty Pazo.
5026
5027%package fonts-pl
5028Summary: Polish fonts
5029Summary(pl.UTF-8): Polskie fonty
5030Group: Fonts
78d53d8c 5031Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5032
5033%description fonts-pl
5034Polish fonts.
5035
5036%description fonts-pl -l pl.UTF-8
5037Polskie fonty.
5038
5039%package fonts-px
5040Summary: PX fonts
5041Summary(pl.UTF-8): Fonty PX
5042Group: Fonts
78d53d8c 5043Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5044
5045%description fonts-px
5046PX fonts.
5047
5048%description fonts-px -l pl.UTF-8
5049Fonty PX.
5050
5051%package fonts-qfonts
5052Summary: Quasi fonts
5053Summary(pl.UTF-8): Fonty Quasi
5054Group: Fonts
78d53d8c 5055Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5056
5057%description fonts-qfonts
5058Quasi fonts.
5059
5060%description fonts-qfonts -l pl.UTF-8
5061Fonty Quasi.
5062
5063%package fonts-qpx
5064Summary: Additional fonts for QPX package
5065Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
5066Group: Fonts
78d53d8c 5067Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5068Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
5069Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
5070
5071%description fonts-qpx
5072Additional fonts for QPX package.
5073
5074%description fonts-qpx -l pl.UTF-8
5075Dodatkowe fonty dla pakietu QPX.
5076
31bd2c4a 5077%package fonts-qpxqtx
d08789e0
ZU
5078Summary: Additional fonts for QTX package
5079Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
5080Group: Fonts
78d53d8c 5081Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
5082# I hope qpxqtx doesn't need qfonts
5083# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5084Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
5085
31bd2c4a 5086%description fonts-qpxqtx
d08789e0
ZU
5087Additional fonts for QTX package.
5088
31bd2c4a 5089%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
5090Dodatkowe fonty dla pakietu QTX.
5091
5092%package fonts-rsfs
5093Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
5094Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
5095Group: Fonts
78d53d8c 5096Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5097
5098%description fonts-rsfs
5099Fonts of uppercase script letters for use as symbols in scientific and
5100mathematical typesetting, in contrast to the informal script fonts
5101such as that used for the `calligraphic' symbols in the TeX math
5102symbol font.
5103
5104%description fonts-rsfs -l pl.UTF-8
5105Fonty wielkich liter pisanych do używania jako symbole przy składaniu
5106dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
5107fontów pisanych takich jak używane do symboli "kaligraficznych" w
5108matematycznym foncie TeXowym symbol.
5109
5110%package fonts-stmaryrd
5111Summary: St Mary Road symbols for functional programming
5112Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
5113Group: Fonts
78d53d8c 5114Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5115
5116%description fonts-stmaryrd
5117St Mary Road symbols for functional programming.
5118
5119%description fonts-stmaryrd -l pl.UTF-8
5120Symbole St Mary Road do programowania funkcyjnego.
5121
5122%package fonts-tx
5123Summary: TX fonts
5124Summary(pl.UTF-8): Fonty TX
5125Group: Fonts
78d53d8c 5126Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5127
5128%description fonts-tx
5129TX fonts.
5130
5131%description fonts-tx -l pl.UTF-8
5132Fonty TX.
5133
5bc70a92
MB
5134%package fonts-uhc
5135Summary: UHC fonts
5136Group: Fonts
5137Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5138
5139%description fonts-uhc
5140UHC fonts.
5141
d08789e0
ZU
5142%package fonts-urw
5143Summary: URW fonts
5144Summary(pl.UTF-8): Fonty URW
5145Group: Fonts
78d53d8c 5146Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5147
5148%description fonts-urw
5149URW fonts.
5150
5151%description fonts-urw -l pl.UTF-8
5152Fonty URW.
5153
5154%package fonts-urwvn
5155Summary: URWVN fonts
5156Summary(pl.UTF-8): Fonty URWVN
5157Group: Fonts
78d53d8c 5158Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5159
5160%description fonts-urwvn
5161URWVN fonts.
5162
5163%description fonts-urwvn -l pl.UTF-8
5164Fonty URWVN.
5165
5166%package fonts-vnr
5167Summary: VNR fonts
5168Summary(pl.UTF-8): Fonty VNR
5169Group: Fonts
78d53d8c 5170Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5171
5172%description fonts-vnr
5173VNR fonts.
5174
5175%description fonts-vnr -l pl.UTF-8
5176Fonty VNR.
5177
e67df411
ZU
5178%package fonts-urw35vf
5179Summary: urw35vf fonts
5180Summary(hu.UTF-8): urw35vf betűtípus
5181Summary(pl.UTF-8): Fonty urw35vf
5182Group: Fonts
5183Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5184
5185%description fonts-urw35vf
5186urw35vf fonts.
5187
5188%description fonts-urw35vf -l hu.UTF-8
5189urw35vf betűtípus.
5190
5bc70a92
MB
5191%package fonts-wadalab
5192Summary: Wadalab fonts
5193Group: Fonts
5194Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5195
5196%description fonts-wadalab
5197Wadalab fonts.
5198
d08789e0
ZU
5199%package fonts-wasy
5200Summary: Waldis symbol fonts
5201Summary(pl.UTF-8): Fonty Waldis symbol
5202Group: Fonts
78d53d8c 5203Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5204
5205%description fonts-wasy
5206Waldis symbol fonts.
5207
5208%description fonts-wasy -l pl.UTF-8
5209Fonty Waldis symbol.
5210
5211%package fonts-xypic
5212Summary: Xy-pic fonts
5213Summary(pl.UTF-8): Fonty Xy-pic
5214Group: Fonts
78d53d8c 5215Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5216
5217%description fonts-xypic
5218Xy-pic fonts.
5219
5220%description fonts-xypic -l pl.UTF-8
5221Fonty Xy-pic.
5222
5223%package fonts-yandy
5224Summary: European Modern fonts from Y&Y
5225Summary(pl.UTF-8): Fonty European Modern od Y&Y
5226Group: Fonts
78d53d8c 5227Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5228
5229%description fonts-yandy
5230European Modern fonts from Y&Y.
5231
5232%description fonts-yandy -l pl.UTF-8
5233Fonty European Modern od Y&Y.
5234
5235%package fonts-type1-antp
5236Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
5237Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
5238Group: Fonts
78d53d8c 5239Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5240
5241%description fonts-type1-antp
5242Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
5243
5244%description fonts-type1-antp -l pl.UTF-8
5245Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
5246Type 1.
5247
5248%package fonts-type1-antt
5249Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
5250Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
5251Group: Fonts
78d53d8c 5252Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5253
5254%description fonts-type1-antt
5255Antykwa Torunska, a Type 1 family of a Polish traditional type.
5256
5257%description fonts-type1-antt -l pl.UTF-8
5258Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
5259
5bc70a92
MB
5260%package fonts-type1-arphic
5261Summary: Type1 Arphic fonts
5262Group: Fonts
5263Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5264
5265%description fonts-type1-arphic
5266Type1 Arphic fonts.
5267
d08789e0
ZU
5268%package fonts-type1-belleek
5269Summary: Free replacement for basic MathTime fonts
5270Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
5271Group: Fonts
78d53d8c 5272Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5273
5274%description fonts-type1-belleek
5275Free replacement for basic MathTime fonts.
5276
5277%description fonts-type1-belleek -l pl.UTF-8
5278Wolnodostępny zamiennik podstawowych fontów MathTime.
5279
5280%package fonts-type1-bitstream
5281Summary: Bitstream fonts
5282Summary(pl.UTF-8): Fonty Bitstream
5283Group: Fonts
78d53d8c 5284Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5285Obsoletes: tetex-fonts-type1-bitstrea
5286
5287%description fonts-type1-bitstream
5288Bitstream fonts.
5289
5290%description fonts-type1-bitstream -l pl.UTF-8
5291Fonty Bitstream.
5292
5293%package fonts-type1-bluesky
5294Summary: Computer Modern family fonts
5295Summary(pl.UTF-8): Fonty z rodziny Computer Modern
5296Group: Fonts
78d53d8c 5297Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5298
5299%description fonts-type1-bluesky
5300Computer Modern family fonts.
5301
5302%description fonts-type1-bluesky -l pl.UTF-8
5303Fonty z rodzony Computer Modern.
5304
5305%package fonts-type1-cc-pl
5306Summary: Polish version of Computer Concrete fonts
5307Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
5308Group: Fonts
78d53d8c 5309Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5310
5311%description fonts-type1-cc-pl
5312Polish version of Computer Concrete fonts.
5313
5314%description fonts-type1-cc-pl -l pl.UTF-8
5315Polska wersja fontów Computer Concrete.
5316
5317%package fonts-type1-cmcyr
5318Summary: Computer Modern fonts extended with Russian letters
5319Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
5320Group: Fonts
78d53d8c 5321Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5322
5323%description fonts-type1-cmcyr
5324Computer Modern fonts extended with Russian letters.
5325
5326%description fonts-type1-cmcyr -l pl.UTF-8
5327Fonty Computer Modern rozszerzone o litery rosyjskie.
5328
5329%package fonts-type1-cs
5330Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
5331Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
5332Group: Fonts
78d53d8c 5333Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5334
5335%description fonts-type1-cs
5336Czech/Slovak-tuned MetaFont Computer Modern fonts.
5337
5338%description fonts-type1-cs -l pl.UTF-8
5339Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
5340czeskiego i słowackiego.
5341
b280f158
ZU
5342%package fonts-type1-dstroke
5343Summary: Doublestroke Type1 font for typesetting the mathematical symbols
5344Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
5345Group: Fonts
78d53d8c 5346Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5347
5348%description fonts-type1-dstroke
5349Doublestroke Type1 font for typesetting the mathematical symbols.
5350
5351%description fonts-type1-dstroke -l pl.UTF-8
5352Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
5353
5354%package fonts-type1-eurosym
5355Summary: The new European currency symbol for the Euro
5356Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
5357Group: Fonts
78d53d8c 5358Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5359
5360%description fonts-type1-eurosym
5361The new European currency symbol for the Euro implemented in Metafont,
5362using the official European Commission dimensions, and providing
5363several shapes (normal, slanted, bold, outline).
5364
5365%description fonts-type1-eurosym -l pl.UTF-8
5366Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
5367z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
5368różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
5369
5370%package fonts-type1-hoekwater
5371Summary: Converted mflogo font
5372Summary(pl.UTF-8): Przekonwertowany font mflogo
5373Group: Fonts
78d53d8c 5374Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5375
5376%description fonts-type1-hoekwater
5377Fonts originally created in MetaFont, transformed to PostScript by
5378Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
5379xipa.
5380
5381%description fonts-type1-hoekwater -l pl.UTF-8
5382Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
5383PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
5384stmaryrd, wasy, wasy2, xipa.
5385
5386%package fonts-type1-fpl
5387Summary: SC/OsF fonts for URW Palladio L
5388Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
5389Group: Fonts
78d53d8c 5390Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5391
5392%description fonts-type1-fpl
5393The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
5394are compatible with respect to metrics with the Palatino SC/OsF fonts
5395from Adobe. Note that it is not the author's aim to exactly reproduce
5396the outlines of the original Adobe fonts. The SC and OsF in the FPL
5397Fonts were designed with the glyphs from URW Palladio L as starting
5398point. For some glyphs (eg 'o') the author got the best result by
5399scaling and boldening. For others (eg 'h') shifting selected portions
5400of the character gave more satisfying results. All this was done using
5401the free font editor FontForge <http://fontforge.sf.net/>. The kerning
5402data in these fonts comes from Walter Schmidt's improved Palatino
5403metrics.
5404
5405%description fonts-type1-fpl -l pl.UTF-8
5406Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
5407kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
5408Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
5409kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
5410projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
5411(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
5412pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
5413dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
5414wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
5415Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
5416Palatino Waltera Schmidta.
5417
b280f158
ZU
5418%package fonts-type1-tt2001
5419Summary: Type1 tt2001 family fonts
5420Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
5421Group: Applications/Publishing/TeX
78d53d8c 5422Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5423
5424%description fonts-type1-tt2001
5425Type1 tt2001 famliy fonts.
5426
5427%description fonts-type1-tt2001 -l pl.UTF-8
5428Fonty Type1 z rodziny tt2001.
d08789e0
ZU
5429
5430%package fonts-type1-lm
5431Summary: Type1 Latin Modern family fonts
5432Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
5433Group: Applications/Publishing/TeX
78d53d8c 5434Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5435
5436%description fonts-type1-lm
5437Latin Modern family of fonts, based on the Computer Modern fonts
5438released into public domain by AMS (copyright (C) 1997 AMS). Contain a
5439lot of additional characters, mainly accented ones, but not only.
5440There is a one set of PostScript fonts and four sets of TeX Font
5441Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
5442encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
5443Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
5444potential user knows what to do with all these files. The author is
5445Boguslaw Jackowski.
5446
5447%description fonts-type1-lm -l pl.UTF-8
5448Rodzina fontów Latin Modern, oparta na fontach Computer Modern
5449przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
5450Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
5451Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
5452Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
5453QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
5454(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
5455(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
5456tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
5457
5458%package fonts-type1-marvosym
5459Summary: Martin Vogel's Symbol (marvosym) font
5460Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
5461Group: Fonts
78d53d8c 5462Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5463
5464%description fonts-type1-marvosym
5465Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
5466currency symbol as defined by the European commission; Euro currency
5467symbols in typefaces Times, Helvetica and Courier; Symbols for
5468structural engineering; Symbols for steel cross-sections; Astronomy
5469signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
5470symbols; CE sign and others.
5471
5472%description fonts-type1-marvosym -l pl.UTF-8
5473Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
5474waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
5475dla krojów Times, Helvetica i Courier; symbole dla inżynierii
5476strukturalnej; symbole dla przekroi poprzecznych; symbole
5477astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
5478krawieckie; znak CE i inne.
5479
5480%package fonts-type1-mathpazo
5481Summary: Pazo Math fonts
5482Summary(pl.UTF-8): Fonty matematyczne Pazo Math
5483Group: Fonts
78d53d8c 5484Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5485
5486%description fonts-type1-mathpazo
5487Pazo Math fonts.
5488
5489%description fonts-type1-mathpazo -l pl.UTF-8
5490Fonty matematyczne Pazo Math.
5491
5492%package fonts-type1-omega
5493Summary: Type1 fonts for Omega - extended unicode TeX
5494Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
5495Group: Fonts
78d53d8c 5496Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5497
5498%description fonts-type1-omega
5499Type1 fonts for Omega - extended unicode TeX.
5500
5501%description fonts-type1-omega -l pl.UTF-8
5502Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
5503
5504%package fonts-type1-pl
5505Summary: Polish fonts
5506Summary(pl.UTF-8): Polskie fonty
5507Group: Fonts
78d53d8c 5508Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5509Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
5510
5511%description fonts-type1-pl
5512Polish fonts.
5513
5514%description fonts-type1-pl -l pl.UTF-8
5515Polskie fonty.
5516
5517%package fonts-type1-px
5518Summary: PX fonts
5519Summary(pl.UTF-8): Fonty PX
5520Group: Fonts
78d53d8c 5521Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5522
5523%description fonts-type1-px
5524PX fonts.
5525
5526%description fonts-type1-px -l pl.UTF-8
5527Fonty PX.
5528
b280f158
ZU
5529%package fonts-type1-qfonts
5530Summary: Quasi fonts
5531Summary(pl.UTF-8): Fonty Quasi
5532Group: Fonts
78d53d8c 5533Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5534
5535%description fonts-type1-qfonts
5536Quasi fonts.
5537
5538%description fonts-type1-qfonts -l pl.UTF-8
5539Fonty Quasi.
d08789e0
ZU
5540
5541%package fonts-type1-tx
5542Summary: TX fonts
5543Summary(pl.UTF-8): Fonty TX
5544Group: Fonts
78d53d8c 5545Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5546
5547%description fonts-type1-tx
5548TX fonts.
5549
5550%description fonts-type1-tx -l pl.UTF-8
5551Fonty TX.
5552
5bc70a92
MB
5553%package fonts-type1-uhc
5554Summary: Type1 UHC fonts
5555Group: Fonts
5556Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5557
5558%description fonts-type1-uhc
5559Type1 UHC fonts.
5560
d08789e0
ZU
5561%package fonts-type1-urw
5562Summary: URW fonts
5563Summary(pl.UTF-8): Fonty URW
5564Group: Fonts
78d53d8c 5565Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5566
5567%description fonts-type1-urw
5568URW fonts.
5569
5570%description fonts-type1-urw -l pl.UTF-8
5571Fonty URW.
5572
5573%package fonts-type1-vnr
5574Summary: Type1 VNR fonts
5575Summary(pl.UTF-8): Fonty Type1 VNR
5576Group: Fonts
78d53d8c 5577Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5578
5579%description fonts-type1-vnr
5580Type1 VNR fonts.
5581
5582%description fonts-type1-vnr -l pl.UTF-8
5583Fonty Type1 VNR.
5584
5bc70a92
MB
5585%package fonts-type1-wadalab
5586Summary: Type1 Wadalab fonts
5587Group: Fonts
5588Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5589
5590%description fonts-type1-wadalab
5591Type1 Wadalab fonts.
5592
d08789e0
ZU
5593%package fonts-type1-xypic
5594Summary: Xy-pic fonts
5595Summary(pl.UTF-8): Fonty Xy-pic
5596Group: Fonts
78d53d8c 5597Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5598
5599%description fonts-type1-xypic
5600Xy-pic fonts.
5601
5602%description fonts-type1-xypic -l pl.UTF-8
5603Fonty Xy-pic.
5604
489714ae
ZU
5605# TeXLive-specific packages - there wasn't before...
5606%package afm2pl
5607Summary: Convert an Adobe font metric file to a TeX font property list
5608Group: Fonts
5609
5610%description afm2pl
5611Convert an Adobe font metric file to a TeX font property list.
5612
489714ae
ZU
5613%package bbox
5614Summary: bbox prints the bounding box of images
5615Group: Applications/Publishing/TeX
5616
5617%description bbox
5618bbox reads a rawppm or rawpbm file and prints out the bounding box of
5619the image.
5620
5621%package cefutils
5622Summary: In cefutils there are CEF-compatible utils
5623Group: Applications/Publishing/TeX
5624
5625%description cefutils
5626In cefutils there are CEF-compatible (Chinese Encoding Framework)
5627utils.
5628
5629%package detex
5630Summary: A filter to strip TeX commands from a .tex file
5631Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5632Group: Applications/Publishing/TeX
5633
5634%description detex
5635A filter to strip TeX commands from a .tex file.
5636
5637%description detex -l hu.UTF-8
5638Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5639
7ffd1967
ZU
5640%package dviutils
5641Summary: Various DVI utils
5642Summary(hu.UTF-8): Vegyes DVI eszközök
5643Group: Applications/Publishing/TeX
5644
5645%description dviutils
5646This package contains various DVI utils.
5647
5648%description dviutils -l hu.UTF-8
5649Ez a csomag mindenféle DVI eszközt tartalmaz.
5650
5651%package epsutils
5652Summary: Various EPS utils
5653Group: Applications/Publishing/TeX
5654
5655%description epsutils
5656Various EPS (Encapsulated PostScript) utils.
5657
7ffd1967
ZU
5658%package filters
5659Summary: Various filters
5660Group: Applications/Publishing/TeX
5661
5662%description filters
5663Various filters.
5664
489714ae
ZU
5665%package uncategorized-utils
5666Summary: Uncategorized utils
5667Group: Applications/Publishing/TeX
5668
5669%description uncategorized-utils
5670Uncategorized utilities. Needs check and categorizing.
5671
5b7eba8e
MB
5672%package tex4ht
5673Summary: LaTeX and TeX for hypertext
5674Group: Applications/Publishing/TeX
5675
5676%description tex4ht
5677A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5678providing a configurable (La)TeX-based authoring system for hypertext.
5679When converting to XML, you can use MathML instead of images for
5680equation representation.
5681
4224ae6d
MB
5682%package xetex
5683Summary: Extended TeX / LaTeX version for unicode
5684Group: Applications/Publishing/TeX
5685Requires(post,postun): /usr/bin/texhash
5686Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5687
5688%description xetex
5689XeTeX extends the TeX typesetting system (and macro packages such as
5690LaTeX and ConTeXt) to have native support for the Unicode character
5691set, including complex Asian scripts, and for OpenType and TrueType
5692fonts.
5693
5694%package xmltex
5695Summary: TeX package for processing XML files
5696Group: Applications/Publishing/TeX
5697Requires(post,postun): /usr/bin/texhash
5698
5699%description xmltex
5700XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5701It allows TeX to directly process XML files.
5702
d3b3653e 5703
d08789e0
ZU
5704%prep
5705%setup -q -c -T -n %{name}-%{version}-source
5706lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 5707%patch0 -p1
1cc1dae0 5708%patch1 -p1
c48c077b
AM
5709
5710cd libs/teckit
5711cat ax*.m4 > acinclude.m4
5712%{__libtoolize}
5713%{__aclocal}
5714%{__autoconf}
5715%{__automake}
d08789e0
ZU
5716
5717%build
5718find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5719%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5720cd texk/kpathsea
83feaf0d
ZU
5721%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5722%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5723%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5724%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5725%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5726%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5727cd ../..
d47c034d 5728
a784d38e 5729%configure \
ca4b56d2
AM
5730%if %{with bootstrap}
5731 --without-xindy \
5732 --without-luatex \
5733%endif
d08789e0
ZU
5734 --disable-multiplatform \
5735 --disable-static \
5736 --enable-a4 \
5737 --enable-gf \
5738 --enable-ipc \
5739 --enable-shared \
a784d38e 5740 --with-fontconfig \
d08789e0
ZU
5741 --with-fonts-dir=/var/cache/fonts \
5742 --with-ncurses \
e671f712 5743 --with-system-freetype \
97b079ad 5744 --with-freetype-include=/usr/include/freetype \
a784d38e 5745 --with-system-freetype2 \
97b079ad 5746 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5747 --with-system-gd \
5748 --with-system-ncurses \
5749 --with-system-pnglib \
5750 --with-system-t1lib \
5751 --with-system-zlib \
d08789e0
ZU
5752 --with-xdvi-x-toolkit=xaw \
5753 --without-dialog \
5754 --without-t1utils \
ca4b56d2 5755 --without-texinfo
d08789e0 5756
d08789e0
ZU
5757%{__make}
5758
d08789e0
ZU
5759%install
5760rm -rf $RPM_BUILD_ROOT
5761install -d $RPM_BUILD_ROOT%{_datadir} \
5762 $RPM_BUILD_ROOT%{_desktopdir} \
5763 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5764 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5765 $RPM_BUILD_ROOT/var/cache/fonts \
5766 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5767 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5768 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5769 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5770
f37ff31b
ZU
5771lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5772%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5773%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5774%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
c9ddaf2d
ZU
5775%{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5776rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
caaf987e
ZU
5777# imho it is unneeded
5778%{__rm} -r $RPM_BUILD_ROOT%{texmfdist}/doc/fonts/{ec,fc,utopia}
45fd8253 5779%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/cefconv
c9ddaf2d 5780
f37ff31b
ZU
5781# This is an empty directory
5782%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5783# Useless binary
5784%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5785
d08789e0
ZU
5786# commented out because of following (non-fatal) error:
5787# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5788#perl -pi \
5789# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5790# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5791# texmf/web2c/texmf.cnf
5792
d08789e0
ZU
5793install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5794
5795LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5796
5797%{__make} install \
5798 prefix=$RPM_BUILD_ROOT%{_prefix} \
5799 bindir=$RPM_BUILD_ROOT%{_bindir} \
5800 mandir=$RPM_BUILD_ROOT%{_mandir} \
5801 libdir=$RPM_BUILD_ROOT%{_libdir} \
5802 datadir=$RPM_BUILD_ROOT%{_datadir} \
5803 infodir=$RPM_BUILD_ROOT%{_infodir} \
5804 includedir=$RPM_BUILD_ROOT%{_includedir} \
5805 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5806 texmf=$RPM_BUILD_ROOT%{texmf} \
5807 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5808 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5809
015f9ddb 5810%{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
37bb0d8c 5811# Fix broken symlinks
3702646a
ZU
5812CURDIR=$(pwd)
5813cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5814ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5815ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5816ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5817ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5818ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5819ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5820ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5821ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5822ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5823ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5824ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5825ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5826ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5827ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5828ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5829ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5830ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5831ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5832ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5833ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5834ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5835ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5836ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5837ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5838ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5839ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5840ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5841ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5842ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5843ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5844ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5845ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5846ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5847ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5848ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5849ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5850ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5851ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5852ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5853ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5854ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5855ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5856ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5857ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5858ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5859ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5860ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5861ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5862ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5863ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5864ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5865ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5866ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5867ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5868ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5869ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5870ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5871ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5872ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5873ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
24f69178
ZU
5874cd $RPM_BUILD_ROOT%{texmfdist}/tex/latex
5875unzip %{SOURCE10}
5876cd floatflt
5877latex floatflt.ins
3fa1953f
ZU
5878%{__rm} *.log
5879install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
5880%{__mv} *.txt *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
3702646a 5881cd $CURDIR
37bb0d8c 5882
d08789e0
ZU
5883#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5884#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5885
26d8eaaa
ZU
5886# %{__make} init \
5887# prefix=$RPM_BUILD_ROOT%{_prefix} \
5888# bindir=$RPM_BUILD_ROOT%{_bindir} \
5889# mandir=$RPM_BUILD_ROOT%{_mandir} \
5890# libdir=$RPM_BUILD_ROOT%{_libdir} \
5891# datadir=$RPM_BUILD_ROOT%{_datadir} \
5892# infodir=$RPM_BUILD_ROOT%{_infodir} \
5893# includedir=$RPM_BUILD_ROOT%{_includedir} \
5894# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5895# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5896
489714ae 5897%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5898%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5899# We don't need it
5900%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5901%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5902
d08789e0
ZU
5903perl -pi \
5904 -e "s|$RPM_BUILD_ROOT||g;" \
5905 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5906
8175e90e 5907install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5908
5909install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5910install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5911
d08789e0 5912# not included in package
3f42cf69
ZU
5913rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5914rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
5915rm -f $RPM_BUILD_ROOT%{_infodir}/dvipng*
5916rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
d08789e0 5917rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
3f42cf69
ZU
5918rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5919rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5920rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
d08789e0
ZU
5921rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5922rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
3f42cf69
ZU
5923rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5924rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5925rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5926rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
d08789e0 5927rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
3f42cf69 5928rm -f $RPM_BUILD_ROOT%{texmf}/generic/config/pdftex-dvi.tex
d08789e0
ZU
5929rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5930rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
3f42cf69
ZU
5931rm -f $RPM_BUILD_ROOT%{texmf}/tex/generic/pdftex/glyphtounicode.tex
5932rm -rf $RPM_BUILD_ROOT%{_datadir}/lcdf-typetools
5933rm -rf $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pdf-trans
5934rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/hyph-utf8
5935rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/patch
5936rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/plain/plgraph
5937rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/pdf-trans
5938rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/xecyr
5939rm -rf $RPM_BUILD_ROOT%{texmf}/cef5conv
5940rm -rf $RPM_BUILD_ROOT%{texmf}/cefsconv
a20402b1 5941rm -rf $RPM_BUILD_ROOT%{texmf}/chktex
3f42cf69
ZU
5942rm -rf $RPM_BUILD_ROOT%{texmf}/doc/cef5conv
5943rm -rf $RPM_BUILD_ROOT%{texmf}/doc/cefsconv
a20402b1 5944rm -rf $RPM_BUILD_ROOT%{texmf}/doc/chktex
3f42cf69 5945rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip
d08789e0
ZU
5946
5947# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5948# and we can still analyze them
ce981570
ZU
5949# install -d format-logs
5950# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5951
5952%clean
5953rm -rf $RPM_BUILD_ROOT
5954
5955%post
5956%fixinfodir
5957%texhash
5958
5959%postun
5960%fixinfodir
5961if [ "$1" = "1" ]; then
5962 %texhash
5963fi
5964
5965%post doc-Catalogue
5966%texhash
5967
5968%postun doc-Catalogue
5969%texhash
5970
5971%post doc-tug-faq
5972%texhash
5973
5974%postun doc-tug-faq
5975%texhash
5976
096dca83 5977%post -n kpathsea
d08789e0
ZU
5978/sbin/ldconfig
5979%fixinfodir
5980%texhash
5981
096dca83 5982%postun -n kpathsea
d08789e0
ZU
5983/sbin/ldconfig
5984%fixinfodir
5985%texhash
5986
096dca83 5987%post -n kpathsea-devel
d08789e0
ZU
5988%texhash
5989
096dca83 5990%postun -n kpathsea-devel
d08789e0
ZU
5991%texhash
5992
5993%post dvips
5994%fixinfodir
5995%texhash
5996
5997%postun dvips
5998%fixinfodir
5999%texhash
6000
6001%post dvilj
6002%texhash
6003
6004%postun dvilj
6005%texhash
6006
6007%post makeindex
6008%texhash
6009
6010%postun makeindex
6011%texhash
6012
29d720fe
ZU
6013%post scripts
6014%texhash
6015
6016%postun scripts
6017%texhash
6018
783773ac
ZU
6019%post tex-arrayjob
6020%texhash
6021
6022%postun tex-arrayjob
6023%texhash
6024
caaf987e
ZU
6025%post tex-kastrup
6026%texhash
6027
6028%postun tex-kastrup
6029%texhash
6030
783773ac
ZU
6031%post tex-insbox
6032%texhash
6033
6034%postun tex-insbox
6035%texhash
6036
e67df411
ZU
6037%post tex-mathdots
6038%texhash
6039
6040%postun tex-mathdots
6041%texhash
6042
783773ac
ZU
6043%post tex-midnight
6044%texhash
6045
6046%postun tex-midnight
6047%texhash
6048
6049%post tex-ofs
6050%texhash
6051
6052%postun tex-ofs
6053%texhash
6054
e149bdb4
ZU
6055%post tex-physe
6056%texhash
6057
6058%postun tex-physe
6059%texhash
6060
6061%post tex-velthuis
6062%texhash
6063
6064%postun tex-velthuis
6065%texhash
6066
783773ac
ZU
6067%post tex-ytex
6068%texhash
6069
6070%postun tex-ytex
6071%texhash
6072
d08789e0
ZU
6073%post metafont
6074%texhash
6075
6076%postun metafont
6077%texhash
6078
6079%post metapost
6080%texhash
6081
6082%postun metapost
6083%texhash
6084
43a061cf 6085%post metapost-other
786ebdb1
ZU
6086%texhash
6087
43a061cf 6088%postun metapost-other
786ebdb1
ZU
6089%texhash
6090
d08789e0
ZU
6091%post mptopdf
6092%texhash
6093
6094%postun mptopdf
6095%texhash
6096
6097%post texdoctk
6098%texhash
6099
6100%postun texdoctk
6101%texhash
6102
6103%post -n xdvi
6104%texhash
6105
6106%postun -n xdvi
6107%texhash
6108
6109%post pdftex
6110%texhash
6111
6112%postun pdftex
6113%texhash
6114
04123363
ZU
6115%post phyzzx
6116%texhash
6117
6118%postun phyzzx
6119%texhash
6120
d08789e0
ZU
6121%post omega
6122%texhash
6123
6124%postun omega
6125%texhash
6126
6127%post plain
6128%texhash
6129
6130%postun plain
6131%texhash
6132
6133%post format-plain
6134%texhash
6135
6136%postun format-plain
6137%texhash
6138
6139%post format-pdftex
6140%texhash
6141
6142%postun format-pdftex
6143%texhash
6144
6145%post format-pdfetex
6146%texhash
6147
6148%postun format-pdfetex
6149%texhash
6150
6151%post mex
6152%texhash
6153
6154%postun mex
6155%texhash
6156
6157%post format-mex
6158%texhash
6159
6160%postun format-mex
6161%texhash
6162
6163%post format-pdfmex
6164%texhash
6165
6166%postun format-pdfmex
6167%texhash
6168
6169%postun format-utf8mex
6170%texhash
6171
6172%post amstex
6173%texhash
6174
6175%postun amstex
6176%texhash
6177
6178%post format-amstex
6179%texhash
6180
6181%postun format-amstex
6182%texhash
6183
6184%post format-pdfamstex
6185%texhash
6186
6187%postun format-pdfamstex
6188%texhash
6189
6190%post csplain
6191%texhash
6192
6193%postun csplain
6194%texhash
6195
6196%post format-csplain
6197%texhash
6198
6199%postun format-csplain
6200%texhash
6201
6202%post format-pdfcsplain
6203%texhash
6204
6205%postun format-pdfcsplain
6206%texhash
6207
6208%post cslatex
6209%texhash
6210
6211%postun cslatex
6212%texhash
6213
6214%post format-cslatex
6215%texhash
6216
6217%postun format-cslatex
6218%texhash
6219
6220%post format-pdfcslatex
6221%texhash
6222
6223%postun format-pdfcslatex
6224%texhash
6225
6226%post cyrplain
6227%texhash
6228
6229%postun cyrplain
6230%texhash
6231
6232%post format-cyrplain
6233%texhash
6234
6235%postun format-cyrplain
6236%texhash
6237
6238%post format-cyramstex
6239%texhash
6240
6241%postun format-cyramstex
6242%texhash
6243
6244%post format-cyrtexinfo
6245%texhash
6246
6247%postun format-cyrtexinfo
6248%texhash
6249
6250%post eplain
6251%texhash
6252
6253%postun eplain
6254%texhash
6255
6256%post format-eplain
6257%texhash
6258
6259%postun format-eplain
6260%texhash
6261
6262# ConTeXt format
6263
6264%post context
6265%texhash
6266
6267%postun context
6268%texhash
6269
6270%post format-context-de
6271%texhash
6272
6273%postun format-context-de
6274%texhash
6275
6276%post format-context-en
6277%texhash
6278
6279%postun format-context-en
6280%texhash
6281
6282%post format-context-nl
6283%texhash
6284
6285%postun format-context-nl
6286%texhash
6287
d08789e0
ZU
6288%post latex
6289%fixinfodir
6290%texhash
6291
6292%postun latex
6293%fixinfodir
6294%texhash
6295
73d8d817
ZU
6296%post latex-lang
6297%texhash
6298
6299%postun latex-lang
6300%texhash
6301
6302%post latex-styles
6303%texhash
6304
6305%postun latex-styles
6306%texhash
6307
2e9c3e45
ZU
6308%post latex-pdftools
6309%texhash
6310
6311%postun latex-pdftools
6312%texhash
6313
1d337b0e
ZU
6314%post latex-extend
6315%texhash
6316
6317%postun latex-extend
6318%texhash
6319
6320%post latex-programming
6321%texhash
6322
6323%postun latex-programming
6324%texhash
6325
70f52fe3
ZU
6326%post latex-metre
6327%texhash
6328
6329%postun latex-metre
6330%texhash
6331
de260d32
ZU
6332%post latex-misc
6333%texhash
6334
6335%postun latex-misc
6336%texhash
6337
6bc47e19
ZU
6338%post latex-effects
6339%texhash
6340
6341%postun latex-effects
6342%texhash
6343
2e9c3e45
ZU
6344%post latex-math
6345%texhash
6346
6347%postun latex-math
6348%texhash
6349
1d337b0e
ZU
6350%post latex-music
6351%texhash
6352
6353%postun latex-music
6354%texhash
6355
2e9c3e45
ZU
6356%post latex-physics
6357%texhash
6358
6359%postun latex-physics
6360%texhash
6361
6362%post latex-games
6363%texhash
6364
6365%postun latex-games
6366%texhash
6367
6368%post latex-biology
6369%texhash
6370
6371%postun latex-biology
6372%texhash
6373
6374%post latex-chem
6375%texhash
6376
6377%postun latex-chem
6378%texhash
6379
6380%post latex-informatic
6381%texhash
6382
6383%postun latex-informatic
6384%texhash
6385
6c82f497
ZU
6386%post latex-12many
6387%texhash
6388
6389%postun latex-12many
6390%texhash
6391
fe66da27
ZU
6392%post latex-abstract
6393%texhash
6394
6395%postun latex-abstract
6396%texhash
6397
f1f5d194
ZU
6398%post latex-accfonts
6399%texhash
6400
6401%postun latex-accfonts
6402%texhash
6403
e88b5dcf
ZU
6404%post latex-adrconv
6405%texhash
6406
6407%postun latex-adrconv
6408%texhash
6409
d08789e0
ZU
6410%post latex-ae
6411%texhash
6412
6413%postun latex-ae
6414%texhash
6415
6416%post latex-ams
6417%texhash
6418
6419%postun latex-ams
6420%texhash
6421
6422%post latex-antp
6423%texhash
6424
6425%postun latex-antp
6426%texhash
6427
6428%post latex-antt
6429%texhash
6430
6431%postun latex-antt
6432%texhash
6433
e88b5dcf
ZU
6434%post latex-appendix
6435%texhash
6436
6437%postun latex-appendix
6438%texhash
6439
6c82f497
ZU
6440%post latex-bardiag
6441%texhash
6442
6443%postun latex-bardiag
6444%texhash
6445
d08789e0
ZU
6446%post latex-bbm
6447%texhash
6448
6449%postun latex-bbm
6450%texhash
6451
6452%post latex-bbold
6453%texhash
6454
6455%postun latex-bbold
6456%texhash
6457
b4d68b39
ZU
6458%post latex-beamer
6459%texhash
6460
6461%postun latex-beamer
6462%texhash
6463
2fede27b
ZU
6464%post latex-bezos
6465%texhash
6466
6467%postun latex-bezos
6468%texhash
6469
d08789e0
ZU
6470%post latex-bibtex
6471%texhash
6472
6473%postun latex-bibtex
6474%texhash
6475
6476%post latex-bibtex-ams
6477%texhash
6478
6479%postun latex-bibtex-ams
6480%texhash
6481
6482%post latex-bibtex-pl
6483%texhash
6484
6485%postun latex-bibtex-pl
6486%texhash
6487
6488%post latex-bibtex-german
6489%texhash
6490
6491%postun latex-bibtex-german
6492%texhash
6493
6494%post latex-bibtex-revtex4
6495%texhash
6496
6497%postun latex-bibtex-revtex4
6498%texhash
6499
6500%post latex-bibtex-jurabib
6501%texhash
6502
6503%postun latex-bibtex-jurabib
6504%texhash
6505
33b3b483
ZU
6506%post latex-bibtex-styles
6507%texhash
6508
6509%postun latex-bibtex-styles
6510%texhash
6511
2fede27b
ZU
6512%post latex-booktabs
6513%texhash
6514
6515%postun latex-booktabs
6516%texhash
6517
2fede27b
ZU
6518%post latex-caption
6519%texhash
6520
6521%postun latex-caption
6522%texhash
6523
d08789e0
ZU
6524%post latex-carlisle
6525%texhash
6526
6527%postun latex-carlisle
6528%texhash
6529
6530%post latex-ccfonts
6531%texhash
6532
6533%postun latex-ccfonts
6534%texhash
6535
6536%post latex-cite
6537%texhash
6538
6539%postun latex-cite
6540%texhash
6541
6542%post latex-cmbright
6543%texhash
6544
6545%postun latex-cmbright
6546%texhash
6547
783773ac
ZU
6548%post latex-colortab
6549%texhash
6550
6551%postun latex-colortab
6552%texhash
2fede27b
ZU
6553
6554%post latex-comment
6555%texhash
6556
6557%postun latex-comment
6558%texhash
6559
d08789e0
ZU
6560%post latex-concmath
6561%texhash
6562
6563%postun latex-concmath
6564%texhash
6565
2fede27b
ZU
6566%post latex-currvita
6567%texhash
6568
6569%postun latex-currvita
6570%texhash
6571
2fede27b
ZU
6572%post latex-curves
6573%texhash
6574
6575%postun latex-curves
6576%texhash
6577
d08789e0
ZU
6578%post latex-custom-bib
6579%texhash
6580
6581%postun latex-custom-bib
6582%texhash
6583
6584%post latex-cyrillic
6585%texhash
6586
6587%postun latex-cyrillic
6588%texhash
6589
60597425
ZU
6590%post latex-enumitem
6591%texhash
6592
6593%postun latex-enumitem
6594%texhash
6595
70f52fe3 6596%post latex-exams
247457ba
ZU
6597%texhash
6598
70f52fe3 6599%postun latex-exams
247457ba
ZU
6600%texhash
6601
b916bc39
ZU
6602%post latex-float
6603%texhash
6604
6605%postun latex-float
6606%texhash
6607
247457ba
ZU
6608%post latex-formlett
6609%texhash
6610
6611%postun latex-formlett
6612%texhash
6613
c9ddaf2d
ZU
6614%post latex-formular
6615%texhash
6616
6617%postun latex-formular
6618%texhash
6619
f1f5d194
ZU
6620%post latex-gbrief
6621%texhash
6622
6623%postun latex-gbrief
6624%texhash
6625
d08789e0
ZU
6626%post latex-jknappen
6627%texhash
6628
6629%postun latex-jknappen
6630%texhash
6631
d19eaaab
ZU
6632%post latex-keystroke
6633%texhash
6634
6635%postun latex-keystroke
6636%texhash
6637
6638%post latex-labbook
6639%texhash
6640
6641%postun latex-labbook
6642%texhash
6643
6644%post latex-lcd
6645%texhash
6646
6647%postun latex-lcd
6648%texhash
6649
6650%post latex-leaflet
6651%texhash
6652
6653%postun latex-leaflet
6654%texhash
6655
f1f5d194
ZU
6656%post latex-leftidx
6657%texhash
6658
6659%postun latex-leftidx
6660%texhash
6661
d19eaaab
ZU
6662%post latex-lewis
6663%texhash
6664
6665%postun latex-lewis
6666%texhash
6667
d08789e0
ZU
6668%post latex-lm
6669%texhash
6670
fe66da27
ZU
6671%post latex-lastpage
6672%texhash
6673
6674%postun latex-lastpage
6675%texhash
6676
d08789e0
ZU
6677%postun latex-lm
6678%texhash
6679
6680%post latex-lucidabr
6681%texhash
6682
6683%postun latex-lucidabr
6684%texhash
6685
6686%post latex-marvosym
6687%texhash
6688
6689%postun latex-marvosym
6690%texhash
6691
6692%post latex-mathpple
6693%texhash
6694
6695%postun latex-mathpple
6696%texhash
6697
6698%post latex-mathtime
6699%texhash
6700
6701%postun latex-mathtime
6702%texhash
6703
6704%post latex-mflogo
6705%texhash
6706
6707%postun latex-mflogo
6708%texhash
6709
6710%post latex-mfnfss
6711%texhash
6712
6713%postun latex-mfnfss
6714%texhash
6715
6716%post latex-minitoc
6717%texhash
6718
6719%postun latex-minitoc
6720%texhash
6721
6722%post latex-mltex
6723%texhash
6724
6725%postun latex-mltex
6726%texhash
6727
f1f5d194
ZU
6728%post latex-moreverb
6729%texhash
6730
6731%postun latex-moreverb
6732%texhash
6733
d34bfb7f
ZU
6734%post latex-multienum
6735%texhash
6736
6737%postun latex-multienum
6738%texhash
6739
8ed039e0
ZU
6740%post latex-musictex
6741%texhash
6742
6743%postun latex-musictex
6744%texhash
6745
fe66da27
ZU
6746%post latex-ntheorem
6747%texhash
6748
6749%postun latex-ntheorem
6750%texhash
6751
f65b3398
ZU
6752%post latex-other
6753%texhash
6754
6755%postun latex-other
6756%texhash
6757
6758%post latex-other-doc
6759%texhash
6760
6761%postun latex-other-doc
6762%texhash
6763
d08789e0
ZU
6764%post latex-palatcm
6765%texhash
6766
6767%postun latex-palatcm
6768%texhash
6769
f65b3398
ZU
6770%post latex-pdfslide
6771%texhash
6772
6773%postun latex-pdfslide
6774%texhash
6775
03d9d5fa
ZU
6776%post latex-pgf
6777%texhash
6778
6779%postun latex-pgf
6780%texhash
6781
f65b3398
ZU
6782%post latex-polynom
6783%texhash
6784
6785%postun latex-polynom
6786%texhash
6787
6788%post latex-polynomial
6789%texhash
6790
6791%postun latex-polynomial
6792%texhash
6793
b7b4a109
ZU
6794%post latex-prosper
6795%texhash
6796
6797%postun latex-prosper
6798%texhash
6799
6800%post latex-pseudocode
6801%texhash
6802
6803%postun latex-pseudocode
6804%texhash
6805
d08789e0
ZU
6806%post latex-psnfss
6807%texhash
6808
6809%postun latex-psnfss
6810%texhash
6811
8efa6a9c
ZU
6812%post latex-pst-2dplot
6813%texhash
6814
6815%postun latex-pst-2dplot
6816%texhash
6817
6818%post latex-pst-3dplot
6819%texhash
6820
6821%postun latex-pst-3dplot
6822%texhash
6823
6824%post latex-pst-bar
6825%texhash
6826
6827%postun latex-pst-bar
6828%texhash
6829
6830%post latex-pst-circ
6831%texhash
6832
6833%postun latex-pst-circ
6834%texhash
6835
b7b4a109
ZU
6836%post latex-pst-eucl
6837%texhash
6838
6839%postun latex-pst-eucl
6840%texhash
6841
8efa6a9c
ZU
6842%post latex-pst-diffraction
6843%texhash
6844
6845%postun latex-pst-diffraction
6846%texhash
6847
6848%post latex-pst-fun
6849%texhash
6850
6851%postun latex-pst-fun
6852%texhash
6853
6854%post latex-pst-func
6855%texhash
6856
6857%postun latex-pst-func
6858%texhash
6859
6860%post latex-pst-infixplot
6861%texhash
6862
6863%postun latex-pst-infixplot
6864%texhash
6865
b7b4a109
ZU
6866%post latex-pst-fr3d
6867%texhash
6868
6869%postun latex-pst-fr3d
6870%texhash
6871
6872%post latex-pst-fractal
6873%texhash
6874
6875%postun latex-pst-fractal
6876%texhash
6877
d08789e0
ZU
6878%post latex-pxfonts
6879%texhash
6880
8efa6a9c
ZU
6881%post latex-pst-math
6882%texhash
6883
6884%postun latex-pst-math
6885%texhash
6886
6887%post latex-pst-ob3d
6888%texhash
6889
6890%postun latex-pst-ob3d
6891%texhash
6892
6893%post latex-pst-optic
6894%texhash
6895
6896%postun latex-pst-optic
6897%texhash
6898
6899%post latex-pst-optexp
6900%texhash
6901
6902%postun latex-pst-optexp
6903%texhash
6904
6905%post latex-pst-text
6906%texhash
6907
6908%postun latex-pst-text
6909%texhash
6910
1024ab0e
ZU
6911%post latex-pst-uncategorized
6912%texhash
6913
6914%postun latex-pst-uncategorized
1024ab0e
ZU
6915%texhash
6916
d08789e0
ZU
6917%postun latex-pxfonts
6918%texhash
6919
6920%post latex-qfonts
6921%texhash
6922
6923%postun latex-qfonts
6924%texhash
6925
6c82f497
ZU
6926%post latex-SIstyle
6927%texhash
6928
6929%postun latex-SIstyle
6930%texhash
6931
fe66da27
ZU
6932%post latex-SIunits
6933%texhash
6934
6935%postun latex-SIunits
6936%texhash
6937
f65b3398
ZU
6938%post latex-siunitx
6939%texhash
6940
6941%postun latex-siunitx
6942%texhash
6943
6c82f497
ZU
6944%post latex-Tabbing
6945%texhash
6946
6947%postun latex-Tabbing
6948%texhash
6949
d08789e0
ZU
6950%post latex-txfonts
6951%texhash
6952
6953%postun latex-txfonts
6954%texhash
6955
7ea3a98b
ZU
6956%post latex-ucs
6957%texhash
6958
6959%postun latex-ucs
6960%texhash
6961
d08789e0
ZU
6962%post latex-umlaute
6963%texhash
6964
6965%postun latex-umlaute
6966%texhash
6967
e67df411
ZU
6968%post latex-variations
6969%texhash
6970
6971%postun latex-variations
6972%texhash
6973
d08789e0
ZU
6974%post latex-wasysym
6975%texhash
6976
6977%postun latex-wasysym
6978%texhash
6979
03d9d5fa
ZU
6980%post latex-xcolor
6981%texhash
6982
6983%postun latex-xcolor
6984%texhash
6985
d08789e0
ZU
6986%post format-latex
6987%texhash
6988
6989%postun format-latex
6990%texhash
6991
6992%post format-pdflatex
6993%texhash
6994
6995%postun format-pdflatex
6996%texhash
6997
6998%post platex
6999%texhash
7000
7001%postun platex
7002%texhash
7003
7004%post format-platex
7005%texhash
7006
7007%postun format-platex
7008%texhash
7009
7010%post format-pdfplatex
7011%texhash
7012
7013%postun format-pdfplatex
7014%texhash
7015
7016%post tex-babel
7017%texhash
7018
7019%postun tex-babel
7020%texhash
7021
7022%post tex-german
7023%texhash
7024
7025%postun tex-german
7026%texhash
7027
7028%post tex-mfpic
7029%texhash
7030
7031%postun tex-mfpic
7032%texhash
7033
7034%post tex-misc
7035%texhash
7036
7037%postun tex-misc
7038%texhash
7039
7040%post tex-pictex
7041%texhash
7042
7043%postun tex-pictex
7044%texhash
7045
29d720fe
ZU
7046%post tex-psizzl
7047%texhash
7048
7049%postun tex-psizzl
7050%texhash
7051
d08789e0
ZU
7052%post tex-pstricks
7053%texhash
7054
7055%postun tex-pstricks
7056%texhash
7057
7058%post tex-qpx
7059%texhash
7060
7061%postun tex-qpx
7062%texhash
7063
31bd2c4a 7064%post tex-qpxqtx
d08789e0
ZU
7065%texhash
7066
31bd2c4a 7067%postun tex-qpxqtx
d08789e0
ZU
7068%texhash
7069
3f42cf69
ZU
7070%post tex-huhyphen
7071%texhash
7072
7073%postun tex-huhyphen
7074%texhash
7075
d08789e0
ZU
7076%post tex-ruhyphen
7077%texhash
7078
7079%postun tex-ruhyphen
7080%texhash
7081
7082%post tex-spanish
7083%texhash
7084
7085%postun tex-spanish
7086%texhash
7087
7088%post tex-texdraw
7089%texhash
7090
7091%postun tex-texdraw
7092%texhash
7093
7094%post tex-thumbpdf
7095%texhash
7096
7097%postun tex-thumbpdf
7098%texhash
7099
7100%post tex-ukrhyph
7101%texhash
7102
7103%postun tex-ukrhyph
7104%texhash
7105
7106%post latex-vietnam
7107%texhash
7108
7109%postun latex-vietnam
7110%texhash
7111
7112%post tex-xypic
7113%texhash
7114
7115%postun tex-xypic
7116%texhash
7117
7118%post fonts-adobe
7119%texhash
7120
7121%postun fonts-adobe
7122%texhash
7123
7124%post fonts-ae
7125%texhash
7126
7127%postun fonts-ae
7128%texhash
7129
7130%post fonts-ams
7131%texhash
7132
7133%postun fonts-ams
7134%texhash
7135
7136%post fonts-antp
7137%texhash
7138
7139%postun fonts-antp
7140%texhash
7141
7142%post fonts-antt
7143%texhash
7144
7145%postun fonts-antt
7146%texhash
7147
7148%post fonts-bbm
7149%texhash
7150
7151%postun fonts-bbm
7152%texhash
7153
7154%post fonts-bbold
7155%texhash
7156
7157%postun fonts-bbold
7158%texhash
7159
070c5aff
ZU
7160%post fonts-bh
7161%texhash
d08789e0 7162
070c5aff
ZU
7163%postun fonts-bh
7164%texhash
d08789e0
ZU
7165
7166%post fonts-bitstream
7167%texhash
7168
7169%postun fonts-bitstream
7170%texhash
7171
7172%post fonts-cbgreek
7173%texhash
7174
7175%postun fonts-cbgreek
7176%texhash
7177
7178%post fonts-cc-pl
7179%texhash
7180
7181%postun fonts-cc-pl
7182%texhash
7183
7184%post fonts-cg
7185%texhash
7186
7187%postun fonts-cg
7188%texhash
7189
7190%post fonts-cm
7191%texhash
7192
7193%postun fonts-cm
7194%texhash
7195
7196%post fonts-cmbright
7197%texhash
7198
7199%postun fonts-cmbright
7200%texhash
7201
7202%post fonts-cmcyr
7203%texhash
7204
7205%postun fonts-cmcyr
7206%texhash
7207
7208%post fonts-cmextra
7209%texhash
7210
7211%postun fonts-cmextra
7212%texhash
7213
7af5f8bc 7214%post fonts-cmsuper
5d7e11d7
ZU
7215%texhash
7216
7af5f8bc 7217%postun fonts-cmsuper
5d7e11d7
ZU
7218%texhash
7219
d08789e0
ZU
7220%post fonts-concmath
7221%texhash
7222
7223%postun fonts-concmath
7224%texhash
7225
7226%post fonts-concrete
7227%texhash
7228
7229%postun fonts-concrete
7230%texhash
7231
7232%post fonts-cs
7233%texhash
7234
7235%postun fonts-cs
7236%texhash
7237
4a09ae1a
ZU
7238%post fonts-dstroke
7239%texhash
d08789e0 7240
4a09ae1a
ZU
7241%postun fonts-dstroke
7242%texhash
d08789e0
ZU
7243
7244%post fonts-ecc
7245%texhash
7246
7247%postun fonts-ecc
7248%texhash
7249
7250%post fonts-eurosym
7251%texhash
7252
7253%postun fonts-eurosym
7254%texhash
7255
7256%post fonts-euxm
7257%texhash
7258
7259%postun fonts-euxm
7260%texhash
7261
7262%post fonts-gothic
7263%texhash
7264
7265%postun fonts-gothic
7266%texhash
7267
7268%post fonts-hoekwater
7269%texhash
7270
7271%postun fonts-hoekwater
7272%texhash
7273
7274%post fonts-jknappen
7275%texhash
7276
7277%postun fonts-jknappen
7278%texhash
7279
7280%post fonts-latex
7281%texhash
7282
7283%postun fonts-latex
7284%texhash
7285
70f52fe3
ZU
7286%post fonts-kpfonts
7287%texhash
7288
7289%postun fonts-kpfonts
7290%texhash
7291
d08789e0
ZU
7292%post fonts-lh
7293%texhash
7294
7295%postun fonts-lh
7296%texhash
7297
7298%post fonts-lm
7299%texhash
7300
7301%postun fonts-lm
7302%texhash
7303
7304%post fonts-marvosym
7305%texhash
7306
7307%postun fonts-marvosym
7308%texhash
7309
7310%post fonts-mflogo
7311%texhash
7312
7313%postun fonts-mflogo
7314%texhash
7315
7316%post fonts-misc
7317%texhash
7318
7319%postun fonts-misc
7320%texhash
7321
7322%post fonts-monotype
7323%texhash
7324
7325%postun fonts-monotype
7326%texhash
7327
7328%post fonts-omega
7329%texhash
7330
7331%postun fonts-omega
7332%texhash
7333
f1ba8563
ZU
7334%post fonts-other
7335%texhash
7336
7337%postun fonts-other
7338%texhash
7339
d08789e0
ZU
7340%post fonts-pazo
7341%texhash
7342
7343%postun fonts-pazo
7344%texhash
7345
7346%post fonts-pl
7347%texhash
7348
7349%postun fonts-pl
7350%texhash
7351
7352%post fonts-px
7353%texhash
7354
7355%postun fonts-px
7356%texhash
7357
7358%post fonts-qfonts
7359%texhash
7360
7361%postun fonts-qfonts
7362%texhash
7363
7364%post fonts-qpx
7365%texhash
7366
7367%postun fonts-qpx
7368%texhash
7369
31bd2c4a 7370%post fonts-qpxqtx
d08789e0
ZU
7371%texhash
7372
31bd2c4a 7373%postun fonts-qpxqtx
d08789e0
ZU
7374%texhash
7375
7376%post fonts-rsfs
7377%texhash
7378
7379%postun fonts-rsfs
7380%texhash
7381
7382%post fonts-stmaryrd
7383%texhash
7384
7385%postun fonts-stmaryrd
7386%texhash
7387
7388%post fonts-tx
7389%texhash
7390
7391%postun fonts-tx
7392%texhash
7393
7394%post fonts-urw
7395%texhash
7396
7397%postun fonts-urw
7398%texhash
7399
e67df411
ZU
7400%post fonts-urw35vf
7401%texhash
7402
7403%postun fonts-urw35vf
7404%texhash
7405
d08789e0
ZU
7406%post fonts-vnr
7407%texhash
7408
7409%postun fonts-vnr
7410%texhash
7411
7412%post fonts-wasy
7413%texhash
7414
7415%postun fonts-wasy
7416%texhash
7417
7418%post fonts-xypic
7419%texhash
7420
7421%postun fonts-xypic
7422%texhash
7423
7424%post fonts-yandy
7425%texhash
7426
7427%postun fonts-yandy
7428%texhash
7429
7430%post fonts-type1-antp
7431%texhash
7432
7433%postun fonts-type1-antp
7434%texhash
7435
7436%post fonts-type1-antt
7437%texhash
7438
7439%postun fonts-type1-antt
7440%texhash
7441
7442%post fonts-type1-belleek
7443%texhash
7444
7445%postun fonts-type1-belleek
7446%texhash
7447
7448%post fonts-type1-bitstream
7449%texhash
7450
7451%postun fonts-type1-bitstream
7452%texhash
7453
7454%post fonts-type1-bluesky
7455%texhash
7456
7457%postun fonts-type1-bluesky
7458%texhash
7459
7460%post fonts-type1-cc-pl
7461%texhash
7462
7463%postun fonts-type1-cc-pl
7464%texhash
7465
7466%post fonts-type1-cmcyr
7467%texhash
7468
7469%postun fonts-type1-cmcyr
7470%texhash
7471
7472%post fonts-type1-cs
7473%texhash
7474
7475%postun fonts-type1-cs
7476%texhash
7477
070c5aff
ZU
7478%post fonts-type1-dstroke
7479%texhash
d08789e0 7480
070c5aff
ZU
7481%postun fonts-type1-dstroke
7482%texhash
d08789e0
ZU
7483
7484%post fonts-type1-eurosym
7485%texhash
7486
7487%postun fonts-type1-eurosym
7488%texhash
7489
7490%post fonts-type1-hoekwater
7491%texhash
7492
7493%postun fonts-type1-hoekwater
7494%texhash
7495
7496%post fonts-type1-lm
7497%texhash
7498
7499%postun fonts-type1-lm
7500%texhash
7501
7502%post fonts-type1-marvosym
7503%texhash
7504
7505%postun fonts-type1-marvosym
7506%texhash
7507
7508%post fonts-type1-mathpazo
7509%texhash
7510
7511%postun fonts-type1-mathpazo
7512%texhash
7513
7514%post fonts-type1-omega
7515%texhash
7516
7517%postun fonts-type1-omega
7518%texhash
7519
7520%post fonts-type1-pl
7521%texhash
7522
7523%postun fonts-type1-pl
7524%texhash
7525
7526%post fonts-type1-px
7527%texhash
7528
7529%postun fonts-type1-px
7530%texhash
7531
070c5aff
ZU
7532%post fonts-type1-qfonts
7533%texhash
d08789e0 7534
070c5aff
ZU
7535%postun fonts-type1-qfonts
7536%texhash
d08789e0
ZU
7537
7538%post fonts-type1-tx
7539%texhash
7540
7541%postun fonts-type1-tx
7542%texhash
7543
7544%post fonts-type1-urw
7545%texhash
7546
7547%postun fonts-type1-urw
7548%texhash
7549
7550%post fonts-type1-vnr
7551%texhash
7552
7553%postun fonts-type1-vnr
7554%texhash
7555
7556%post fonts-type1-xypic
7557%texhash
7558
7559%postun fonts-type1-xypic
7560%texhash
7561
7562%post -n texconfig
7563%texhash
7564
7565%postun -n texconfig
7566%texhash
7567
4224ae6d
MB
7568%post xetex
7569%texhash
7570
7571%postun xetex
7572%texhash
7573
7574%post xmltex
7575%texhash
7576
7577%postun xmltex
7578%texhash
7579
5902e778
ZU
7580# Check the commented lines!!!
7581
d08789e0
ZU
7582%files
7583%defattr(644,root,root,755)
0f6c4baf 7584# %doc %{texmf}/LICENSE.texmf
df343eba 7585# %doc %{texmf}/ChangeLog
df343eba 7586# %doc %{texmf}/doc/README.knuth
efc75a1e 7587# There isn't doc/fonts directory
80fa261c 7588%dir %{texmfdist}/doc/fonts
606c6ab6 7589%doc %{texmfdist}/doc/fontname
efc75a1e 7590# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
7591# %dir %{texmf}/doc/help
7592# %doc %{texmf}/doc/help/csname.txt
7593# %doc %{texmf}/doc/help/ctan
7594# %doc %{texmf}/doc/help/tds.dvi
7595# %doc %{texmf}/doc/help/unixtex.ftp
7596# %dir %{texmf}/doc/help/faq
7597# %doc %{texmf}/doc/images
df343eba
ZU
7598# %dir %{texmf}/doc/polish
7599# %doc %{texmf}/doc/polish/*.html
7600# %dir %{texmf}/doc/programs
7601# %doc %{texmf}/doc/programs/web2c*
7602# %doc %{texmf}/doc/programs/cwebman.dvi
df343eba 7603# %doc %{texmf}/doc/knuth
d08789e0
ZU
7604#%attr(755,root,root) %{_bindir}/MakeTeXPK
7605#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
7606
7607# ***********
7608# executables
7609# ***********
d08789e0
ZU
7610%attr(755,root,root) %{_bindir}/a2ping
7611%attr(755,root,root) %{_bindir}/afm2tfm
7612%attr(755,root,root) %{_bindir}/allcm
7613%attr(755,root,root) %{_bindir}/allec
7614%attr(755,root,root) %{_bindir}/allneeded
7615%attr(755,root,root) %{_bindir}/cweave
7616%attr(755,root,root) %{_bindir}/ctangle
7617%attr(755,root,root) %{_bindir}/ctie
7618%attr(755,root,root) %{_bindir}/dmp
7619%attr(755,root,root) %{_bindir}/dvipng
7620%attr(755,root,root) %{_bindir}/e2pall
7621%attr(755,root,root) %{_bindir}/ebb
df343eba 7622# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
7623%attr(755,root,root) %{_bindir}/fmtutil
7624%attr(755,root,root) %{_bindir}/fmtutil-sys
7625#%attr(755,root,root) %{_bindir}/fontexport
7626#%attr(755,root,root) %{_bindir}/fontimport
7627%attr(755,root,root) %{_bindir}/fontinst
7628%attr(755,root,root) %{_bindir}/gftodvi
7629%attr(755,root,root) %{_bindir}/gftopk
7630%attr(755,root,root) %{_bindir}/gftype
7631%attr(755,root,root) %{_bindir}/gsftopk
7632#%attr(755,root,root) %{_bindir}/initex
7633%attr(755,root,root) %{_bindir}/kpseaccess
7634%attr(755,root,root) %{_bindir}/kpsereadlink
7635%attr(755,root,root) %{_bindir}/kpsewhere
7636%attr(755,root,root) %{_bindir}/mag
7637%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
7638#%attr(755,root,root) %{_bindir}/mkfontdesc
7639%attr(755,root,root) %{_bindir}/mktexfmt
7640%attr(755,root,root) %{_bindir}/mktexlsr
7641%attr(755,root,root) %{_bindir}/newer
7642%attr(755,root,root) %{_bindir}/patgen
7643%attr(755,root,root) %{_bindir}/pdfetex
7644%attr(755,root,root) %{_bindir}/pfb2pfa
7645%attr(755,root,root) %{_bindir}/pk2bm
7646%attr(755,root,root) %{_bindir}/pktogf
7647%attr(755,root,root) %{_bindir}/pktype
7648%attr(755,root,root) %{_bindir}/pltotf
7649%attr(755,root,root) %{_bindir}/pooltype
7650%attr(755,root,root) %{_bindir}/ps2frag
7651%attr(755,root,root) %{_bindir}/ps2pk
7652# TODO: move this file to correct subpackage ?
7653%attr(755,root,root) %{_bindir}/ps4pdf
7654#%attr(755,root,root) %{_bindir}/t1mapper
7655%attr(755,root,root) %{_bindir}/tangle
7656#%attr(755,root,root) %{_bindir}/tetex-updmap
7657%attr(755,root,root) %{_bindir}/tex
7658%attr(755,root,root) %{_bindir}/texdoc
d08789e0 7659%attr(755,root,root) %{_bindir}/texhash
df343eba 7660# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
7661%attr(755,root,root) %{_bindir}/texlinks
7662%attr(755,root,root) %{_bindir}/tftopl
7663%attr(755,root,root) %{_bindir}/tie
7664%attr(755,root,root) %{_bindir}/ttf2afm
7665%attr(755,root,root) %{_bindir}/updmap
7666%attr(755,root,root) %{_bindir}/updmap-sys
7667%attr(755,root,root) %{_bindir}/vftovp
7668#%attr(755,root,root) %{_bindir}/virtex
7669%attr(755,root,root) %{_bindir}/vptovf
7670%attr(755,root,root) %{_bindir}/weave
7671
7672%attr(755,root,root) %{texmf}/web2c/mktexnam
7673%attr(755,root,root) %{texmf}/web2c/mktexdir
7674%attr(755,root,root) %{texmf}/web2c/mktexupd
7675
0edad7f5 7676%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
7677
7678#%dir /etc/sysconfig/tetex-updmap
7679#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7680
7681%ghost %{texmf}/ls-R
7057740b 7682%ghost %{texmfdist}/ls-R
7057740b 7683# %ghost %{_localstatedir}/ls-R
d08789e0 7684
2677a8b0 7685%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 7686%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
3f42cf69
ZU
7687%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.def
7688%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.us
7689%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.us.def
2677a8b0
ZU
7690%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7691%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7692%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
3f42cf69 7693%config(noreplace) %verify(not md5 mtime size) %{texmf}/texdoc/texdoc.cnf
1a192771 7694
d08789e0
ZU
7695%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7696%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7697%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7698%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7699%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7700%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7701%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
3f42cf69 7702%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap-hdr.cfg
d08789e0 7703
d08789e0
ZU
7704%attr(1777,root,root) /var/cache/fonts
7705
7706%{_datadir}/info/web2c.info*
df343eba
ZU
7707# %{_datadir}/info/texi2html.info*
7708# %{_datadir}/texi2html
d08789e0
ZU
7709#%{texmf}/updates.dat
7710
df343eba 7711# %{texmf}/aliases
df343eba 7712# %{texmf}/tex/generic/bghyph
1a192771
ZU
7713# %doc %{texmf}/doc/generic/hyphen
7714#%{texmf}/tex/generic/letterspacing
7715
7716# ***********
7717# Directories
7718# ***********
ae4a938c 7719%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
7720%attr(1777,root,root) %dir %{_localstatedir}/fonts
7721%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 7722%attr(1777,root,root) %dir %{fmtdir}
1a192771 7723
b6042de9 7724%dir %{texmfdist}
1a192771
ZU
7725%dir %{texmfdist}/doc
7726%dir %{texmfdist}/doc/generic
7727%dir %{texmfdist}/doc/generic/enctex
7728%dir %{texmfdist}/doc/latex
7729%dir %{texmfdist}/doc/latex/localloc
1a192771 7730%dir %{texmfdist}/tex
2677a8b0 7731%dir %{texmfdist}/tex/cslatex
0b6bcf85 7732%dir %{texmfdist}/tex/cslatex/base
165b9d73 7733%dir %{texmfdist}/tex/generic
5f841614 7734%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 7735%dir %{texmfdist}/tex/generic/enctex
5f841614 7736%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 7737%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
7738%dir %{texmfdist}/tex/latex
7739%dir %{texmfdist}/tex/latex/base
3f42cf69
ZU
7740%dir %{texmfdist}/source
7741%dir %{texmfdist}/source/generic
70f52fe3
ZU
7742%dir %{texmf}
7743%dir %{texmf}/doc
7744%dir %{texmf}/doc/generic
7745%dir %{texmf}/doc/tetex
1a192771
ZU
7746%dir %{texmf}/dvips
7747%dir %{texmf}/dvips/config
7748%dir %{texmf}/dvips/tetex
70f52fe3 7749%dir %{texmf}/fmtutil
d08789e0
ZU
7750%dir %{texmf}/fonts/enc
7751%dir %{texmf}/fonts/enc/dvips
7752%dir %{texmf}/fonts/enc/dvips/tetex
1a192771
ZU
7753%dir %{texmf}/fonts/map
7754%dir %{texmf}/fonts/map/dvips
7755%dir %{texmf}/fonts/map/dvips/tetex
70f52fe3 7756%dir %{texmf}/fonts/map/dvips/updmap
1a192771 7757%dir %{texmf}/scripts
f8d389c6 7758%dir %{texmf}/texdoc
1a192771 7759%dir %{texmf}/tex
1a192771
ZU
7760%dir %{texmf}/tex/generic
7761%dir %{texmf}/tex/generic/config
1a192771
ZU
7762%dir %{texmf}/web2c
7763
70f52fe3 7764
1a192771 7765# Docs
2677a8b0 7766# %doc %{texmf}/doc/README
3f42cf69 7767%doc %{texmf}/README
70f52fe3 7768%doc %{texmfdist}/README
1a192771
ZU
7769%doc %{texmf}/doc/tetex/TETEXDOC.*
7770%doc %{texmf}/doc/tetex/teTeX-FAQ
c9ddaf2d 7771%doc %{texmfdist}/source/fontinst
caaf987e
ZU
7772%doc %{texmf}/doc/dvipng
7773%doc %{texmf}/doc/texdoc
f4f1ef6b 7774%{texmf}/doc/info
1a192771
ZU
7775
7776# %{texmf}/fonts/map/dvips/tetex/contnav.map
7777# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7778%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
015f9ddb 7779%{texmfdist}/fonts/map/fontname
1a192771
ZU
7780%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7781
7782# Main fonts from TeTeX
d08789e0
ZU
7783%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7784%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7785%{texmf}/fonts/enc/dvips/tetex/10037936.enc
7786%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7787%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7788%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7789%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7790%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7791%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7792%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7793%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 7794%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 7795
d1c173de 7796%{texmfdist}/tex/fontinst
f2555868 7797%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
7798%{texmfdist}/tex/generic/encodings
7799%{texmfdist}/tex/generic/epsf
f2555868 7800%{texmfdist}/tex/generic/hyph-utf8/*
caaf987e 7801%doc %{texmfdist}/doc/generic/hyph-utf8
80fa261c 7802%{texmfdist}/tex/generic/genmisc
2677a8b0 7803%{texmfdist}/tex/generic/misc/null*
1a192771 7804%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
7805%{texmfdist}/tex/generic/tap
7806%{texmfdist}/tex/generic/tex-ps
2677a8b0 7807%{texmfdist}/tex/texinfo
caaf987e 7808%doc %{texmf}/doc/texinfo
1a192771 7809%{texmf}/tex/fontinst
1a192771 7810%{texmf}/tex/generic/hyphen
df343eba 7811
c9ddaf2d 7812%doc %{texmfdist}/doc/generic/epsf
34a6b4b5 7813%doc %{texmfdist}/doc/generic/tex-ps
f4f1ef6b 7814%doc %{texmf}/doc/web2c
c9ddaf2d 7815
1a192771
ZU
7816# %{fmtdir}/metafun.mem
7817#%{texmf}/web2c/tex-pl.pool
7818# %{texmf}/web2c/tex.pool
fb2a8613 7819%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
7820
7821%{texmf}/web2c/*.tcx
df343eba
ZU
7822
7823# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7824# %lang(fi) %{_mandir}/fi/man1/allcm.1*
7825# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7826# %lang(fr) %{_mandir}/fr/man1/access.1*
7827# %lang(hu) %{_mandir}/hu/man1/access.1*
7828# %lang(hu) %{_mandir}/hu/man1/newer.1*
7829# %lang(pl) %{_mandir}/pl/man1/access.1*
7830# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
7831#%{_mandir}/man1/MakeTeXPK.1*
7832#%{_mandir}/man1/access.1*
7833#%{_mandir}/man1/fontexport.1*
7834#%{_mandir}/man1/fontimport.1*
7835#%{_mandir}/man1/initex.1*
7836#%{_mandir}/man1/t1mapper.1*
1a192771 7837#%{_mandir}/man1/texdoc.1*
1a192771 7838#%{_mandir}/man1/texi2html.1*
d08789e0 7839#%{_mandir}/man1/virtex.1*
1a192771 7840#%{_mandir}/man8/fmtutil.8*
d08789e0 7841#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
7842#%{_mandir}/man8/texlinks.8*
7843
d08789e0
ZU
7844%{_mandir}/man1/afm2tfm.1*
7845%{_mandir}/man1/allcm.1*
fae5faca 7846%{_mandir}/man1/allec.1*
d08789e0 7847%{_mandir}/man1/allneeded.1*
fae5faca 7848%{_mandir}/man1/ctangle.1*
d08789e0 7849%{_mandir}/man1/ctie.1*
fae5faca 7850%{_mandir}/man1/cweave.1*
d08789e0
ZU
7851%{_mandir}/man1/cweb.1*
7852%{_mandir}/man1/dmp.1*
7853%{_mandir}/man1/dvipdft.1*
7854%{_mandir}/man1/dvipng.1*
7855%{_mandir}/man1/e2pall.1*
7856%{_mandir}/man1/ebb.1*
7857%{_mandir}/man1/fmtutil.1*
09deda15 7858%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
7859%{_mandir}/man1/fontinst.1*
7860%{_mandir}/man1/gftodvi.1*
7861%{_mandir}/man1/gftopk.1*
7862%{_mandir}/man1/gftype.1*
7863%{_mandir}/man1/gsftopk.1*
7864%{_mandir}/man1/kpseaccess.1*
7865%{_mandir}/man1/kpsereadlink.1*
7866%{_mandir}/man1/kpsewhere.1*
7867%{_mandir}/man1/mag.1*
7868%{_mandir}/man1/makempx.1*
7869%{_mandir}/man1/makempy.1*
fae5faca 7870%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
7871%{_mandir}/man1/mktexlsr.1*
7872%{_mandir}/man1/newer.1*
7873%{_mandir}/man1/patgen.1*
7874%{_mandir}/man1/pdfetex.1*
7875%{_mandir}/man1/pfb2pfa.1*
7876%{_mandir}/man1/pk2bm.1*
7877%{_mandir}/man1/pktogf.1*
7878%{_mandir}/man1/pktype.1*
7879%{_mandir}/man1/pltotf.1*
7880%{_mandir}/man1/pooltype.1*
7881%{_mandir}/man1/ps2frag.1*
7882%{_mandir}/man1/ps2pk.1*
7883%{_mandir}/man1/tangle.1*
7884%{_mandir}/man1/tex.1*
d08789e0 7885%{_mandir}/man1/texexec.1*
fae5faca 7886%{_mandir}/man1/texhash.1*
d08789e0 7887%{_mandir}/man1/texlinks.1*
d08789e0 7888%{_mandir}/man1/tftopl.1*
d08789e0 7889%{_mandir}/man1/tie.1*
1a192771 7890%{_mandir}/man1/ttf2afm.1*
d08789e0 7891%{_mandir}/man1/updmap.1*
fae5faca 7892%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
7893%{_mandir}/man1/vftovp.1*
7894%{_mandir}/man1/vptovf.1*
7895%{_mandir}/man1/weave.1*
7896%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 7897%{_mandir}/man5/updmap.cfg.5*
1a192771 7898
80fa261c
ZU
7899%files other-utils
7900%defattr(644,root,root,755)
3f42cf69 7901%dir %{texmfdist}/scripts/mkjobtexmf
80fa261c
ZU
7902%attr(755,root,root) %{_bindir}/bg5+latex
7903%attr(755,root,root) %{_bindir}/bg5+pdflatex
7904%attr(755,root,root) %{_bindir}/bg5conv
7905%attr(755,root,root) %{_bindir}/bg5latex
7906%attr(755,root,root) %{_bindir}/bg5pdflatex
7907%attr(755,root,root) %{_bindir}/bibtex8
7908%attr(755,root,root) %{_bindir}/cfftot1
7909%attr(755,root,root) %{_bindir}/ebong
7910%attr(755,root,root) %{_bindir}/extconv
7911%attr(755,root,root) %{_bindir}/extractbb
7912%attr(755,root,root) %{_bindir}/gbklatex
7913%attr(755,root,root) %{_bindir}/gbkpdflatex
7914%attr(755,root,root) %{_bindir}/getnonfreefonts
7915%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7916%attr(755,root,root) %{_bindir}/hbf2gf
7917%attr(755,root,root) %{_bindir}/jadetex
7918%attr(755,root,root) %{_bindir}/lamed
7919%attr(755,root,root) %{_bindir}/makeglossaries
7920%attr(755,root,root) %{_bindir}/metafun
7921%attr(755,root,root) %{_bindir}/mkjobtexmf
3f42cf69 7922%attr(755,root,root) %{texmfdist}/scripts/mkjobtexmf/mkjobtexmf.pl
80fa261c
ZU
7923%attr(755,root,root) %{_bindir}/mllatex
7924%attr(755,root,root) %{_bindir}/mltex
7925%attr(755,root,root) %{_bindir}/mmafm
7926%attr(755,root,root) %{_bindir}/mmpfb
7927%attr(755,root,root) %{_bindir}/musixflx
7928%attr(755,root,root) %{_bindir}/ofm2opl
7929%attr(755,root,root) %{_bindir}/otfinfo
7930%attr(755,root,root) %{_bindir}/otftotfm
7931%attr(755,root,root) %{_bindir}/oxdvi
7932%attr(755,root,root) %{_bindir}/pdfatfi
7933%attr(755,root,root) %{_bindir}/pdfclose
7934%attr(755,root,root) %{_bindir}/pdfjadetex
7935%attr(755,root,root) %{_bindir}/pdfopen
7936%attr(755,root,root) %{_bindir}/pdftosrc
7937%{__perl}tex
7938%attr(755,root,root) %{_bindir}/physe
7939%attr(755,root,root) %{_bindir}/pkfix
7940%attr(755,root,root) %{_bindir}/ppower4
7941%attr(755,root,root) %{_bindir}/rungs
7942%attr(755,root,root) %{_bindir}/simpdftex
7943%attr(755,root,root) %{_bindir}/sjisconv
7944%attr(755,root,root) %{_bindir}/sjislatex
7945%attr(755,root,root) %{_bindir}/sjispdflatex
7946%attr(755,root,root) %{_bindir}/synctex
7947%attr(755,root,root) %{_bindir}/t1dotlessj
7948%attr(755,root,root) %{_bindir}/t1lint
7949%attr(755,root,root) %{_bindir}/t1reencode
7950%attr(755,root,root) %{_bindir}/t1testpage
7951%attr(755,root,root) %{_bindir}/texcount
7952%attr(755,root,root) %{_bindir}/texsis
7953%attr(755,root,root) %{_bindir}/tlmgr
7954%attr(755,root,root) %{_bindir}/tpic2pdftex
7955%attr(755,root,root) %{_bindir}/ttf2pk
7956%attr(755,root,root) %{_bindir}/ttf2tfm
7957%attr(755,root,root) %{_bindir}/ttftotype42
7958%attr(755,root,root) %{_bindir}/vlna
7959%attr(755,root,root) %{_bindir}/vpe
7960%{_mandir}/man1/cfftot1.1*
7961%{_mandir}/man1/getnonfreefonts-sys.1
7962%{_mandir}/man1/getnonfreefonts.1*
7963%{_mandir}/man1/hbf2gf.1*
7964%{_mandir}/man1/mkjobtexmf.1*
7965%{_mandir}/man1/mmafm.1*
7966%{_mandir}/man1/mmpfb.1*
7967%{_mandir}/man1/otfinfo.1*
7968%{_mandir}/man1/otftotfm.1*
7969%{_mandir}/man1/oxdvi.1
7970%{_mandir}/man1/pdftosrc.1*
7971%{_mandir}/man1/ps2eps.1*
7972%{_mandir}/man1/synctex.1*
7973%{_mandir}/man1/t1dotlessj.1*
7974%{_mandir}/man1/t1lint.1*
7975%{_mandir}/man1/t1reencode.1*
7976%{_mandir}/man1/t1testpage.1*
7977%{_mandir}/man1/ttf2pk.1*
7978%{_mandir}/man1/ttf2tfm.1*
7979%{_mandir}/man1/ttftotype42.1*
7980%{_mandir}/man1/vlna.1*
7981%{_mandir}/man5/synctex.5*
7982%{texmfdist}/source/startex
7983%{texmfdist}/source/jadetex
7984%{texmfdist}/tex/jadetex
7985%{texmfdist}/tex/texsis
7986%{texmfdist}/tex/startex
3f42cf69 7987%{texmf}/fmtutil/fmtutil-hdr.cnf
80fa261c 7988%{texmf}/fmtutil/format.jadetex.cnf
3f42cf69
ZU
7989%{texmf}/fmtutil/format.cyrtex.cnf
7990%{texmf}/fmtutil/format.cyrtexinfo.cnf
80fa261c 7991%{texmf}/fmtutil/format.mltex.cnf
3f42cf69
ZU
7992%{texmf}/ttf2pk
7993%{texmf}/fonts/enc/ttf2pk
7994%{texmf}/fonts/map/ttf2pk
80fa261c
ZU
7995%{texmfdist}/tex/generic/abbr
7996%{texmfdist}/tex/generic/abstyles/
80fa261c
ZU
7997%{texmfdist}/tex/generic/barr
7998%{texmfdist}/tex/generic/borceux
3f42cf69 7999%{texmfdist}/source/generic/borceux
80fa261c
ZU
8000%{texmfdist}/tex/generic/c-pascal
8001%{texmfdist}/tex/generic/cirth
80fa261c
ZU
8002%{texmfdist}/tex/generic/dratex
8003%{texmfdist}/tex/generic/ean
8004%{texmfdist}/tex/generic/edmac
8005%{texmfdist}/tex/generic/elvish
8006%{texmfdist}/tex/generic/fenixpar
8007%{texmfdist}/tex/generic/fltpoint
f4f1ef6b 8008%{texmfdist}/source/generic/fltpoint
80fa261c 8009%{texmfdist}/tex/generic/musixtex
3f42cf69
ZU
8010%{texmfdist}/source/generic/hyphenex
8011%{texmfdist}/source/generic/mkjobtexmf
015f9ddb
ZU
8012%{texmf}/hbf2gf
8013%{texmf}/fmtutil/format.texsis.cnf
80fa261c
ZU
8014
8015%files other-utils-doc
8016%defattr(644,root,root,755)
caaf987e 8017%doc %{texmfdist}/doc/generic/abbr
80fa261c
ZU
8018%doc %{texmfdist}/doc/jadetex
8019%doc %{texmfdist}/doc/texsis
8020%doc %{texmfdist}/doc/startex
8021%doc %{texmfdist}/doc/generic/c-pascal
c9ddaf2d
ZU
8022%doc %{texmfdist}/doc/generic/barr
8023%doc %{texmfdist}/doc/generic/borceux
8024%doc %{texmfdist}/doc/generic/dratex
8025%doc %{texmfdist}/doc/generic/mkjobtexmf
caaf987e
ZU
8026%doc %{texmfdist}/doc/support/texcount
8027%doc %{texmf}/doc/tpic2pdftex
8028%doc %{texmf}/doc/extconv
8029%doc %{texmfdist}/doc/generic/fenixpar
8030%doc %{texmfdist}/doc/generic/fltpoint
8031%doc %{texmf}/doc/bg5conv
f4f1ef6b
ZU
8032%doc %{texmf}/doc/pkfix
8033%doc %{texmf}/doc/hbf2gf
8034%doc %{texmf}/doc/ttf2pk
8035%doc %{texmf}/doc/sjisconv
8036%doc %{texmf}/doc/vlna
d08789e0
ZU
8037
8038%files dirs-fonts
8039%defattr(644,root,root,755)
1a192771 8040%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
8041%dir %{texmfdist}/fonts
8042%dir %{texmfdist}/fonts/afm
8043%dir %{texmfdist}/fonts/afm/public
4224ae6d 8044%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
8045%dir %{texmfdist}/fonts/enc
8046%dir %{texmfdist}/fonts/enc/dvips
8047%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 8048%dir %{texmfdist}/fonts/map
21c69d95 8049%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
8050%dir %{texmfdist}/fonts/map/dvips
8051%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 8052%dir %{texmfdist}/fonts/map/fontname
330a8c29 8053%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
8054%dir %{texmfdist}/fonts/ofm
8055%dir %{texmfdist}/fonts/ofm/public
8056%dir %{texmfdist}/fonts/ovf
8057%dir %{texmfdist}/fonts/ovf/public
8058%dir %{texmfdist}/fonts/ovp
8059%dir %{texmfdist}/fonts/ovp/public
8060%dir %{texmfdist}/fonts/opentype
8061%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 8062%dir %{texmfdist}/fonts/pk
1a192771 8063%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
8064%dir %{texmfdist}/fonts/source
8065%dir %{texmfdist}/fonts/source/public
21c69d95 8066%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
8067%dir %{texmfdist}/fonts/tfm
8068%dir %{texmfdist}/fonts/tfm/public
4224ae6d 8069%dir %{texmfdist}/fonts/tfm/vntex
04123363 8070%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
8071%dir %{texmfdist}/fonts/type1
8072%dir %{texmfdist}/fonts/type1/public
21c69d95 8073%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
8074%dir %{texmfdist}/fonts/vf
8075%dir %{texmfdist}/fonts/vf/public
21c69d95 8076%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
8077%dir %{texmfdist}/source
8078%dir %{texmfdist}/source/fonts
8079%dir %{texmfdist}/source/latex
1a192771
ZU
8080%dir %{texmf}/fonts
8081%dir %{texmf}/fonts/opentype
8082%dir %{texmf}/fonts/opentype/public
d08789e0 8083
5b7eba8e
MB
8084%files doc
8085%defattr(644,root,root,755)
80fa261c 8086%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 8087%dir %{texmfdoc}
04123363 8088%dir %{texmfdoc}/doc
80fa261c
ZU
8089%{texmfdoc}/README
8090%{texmfdoc}/ls-R
5b7eba8e 8091%{texmfdoc}/doc/english
80fa261c 8092%{texmfdist}/doc/fontinst
5b7eba8e
MB
8093
8094%files doc-bg
8095%defattr(644,root,root,755)
8096%{texmfdoc}/doc/bulgarian
8097
8098%files doc-cs
8099%defattr(644,root,root,755)
8100%{texmfdoc}/doc/czechslovak
8101
8102%files doc-de
8103%defattr(644,root,root,755)
8104%{texmfdoc}/doc/german
8105
8106%files doc-el
8107%defattr(644,root,root,755)
8108%{texmfdoc}/doc/greek
caaf987e 8109%{texmf}/doc/generic/elhyphen
5b7eba8e
MB
8110
8111%files doc-es
8112%defattr(644,root,root,755)
8113%{texmfdoc}/doc/spanish
8114
8115%files doc-fi
8116%defattr(644,root,root,755)
8117%{texmfdoc}/doc/finnish
8118
8119%files doc-fr
8120%defattr(644,root,root,755)
8121%{texmfdoc}/doc/french
8122
8123%files doc-it
8124%defattr(644,root,root,755)
8125%{texmfdoc}/doc/italian
8126
8127%files doc-ja
8128%defattr(644,root,root,755)
8129%{texmfdoc}/doc/japanese
8130
8131%files doc-ko
8132%defattr(644,root,root,755)
8133%{texmfdoc}/doc/korean
8134
8135%files doc-mn
8136%defattr(644,root,root,755)
8137%{texmfdoc}/doc/mongolian
8138
8139%files doc-nl
8140%defattr(644,root,root,755)
8141%{texmfdoc}/doc/dutch
8142
8143%files doc-pl
8144%defattr(644,root,root,755)
8145%{texmfdoc}/doc/polish
8146
8147%files doc-pt
8148%defattr(644,root,root,755)
8149%{texmfdoc}/doc/portuguese
8150
8151%files doc-ru
8152%defattr(644,root,root,755)
8153%{texmfdoc}/doc/russian
8154
8155%files doc-sk
8156%defattr(644,root,root,755)
8157%{texmfdoc}/doc/slovak
8158
8159%files doc-sl
8160%defattr(644,root,root,755)
8161%{texmfdoc}/doc/slovenian
8162
8163%files doc-th
8164%defattr(644,root,root,755)
8165%{texmfdoc}/doc/thai
8166
8167%files doc-tr
8168%defattr(644,root,root,755)
8169%{texmfdoc}/doc/turkish
8170
8171%files doc-uk
8172%defattr(644,root,root,755)
8173%{texmfdoc}/doc/ukrainian
8174
8175%files doc-vi
8176%defattr(644,root,root,755)
8177%{texmfdoc}/doc/vietnamese
8178
8179%files doc-zh_CN
8180%defattr(644,root,root,755)
8181%{texmfdoc}/doc/chinese
8182
0f6c4baf
ZU
8183# %files doc-Catalogue
8184# %defattr(644,root,root,755)
8185# %{texmf}/doc/help/Catalogue
d08789e0 8186
0f6c4baf
ZU
8187# %files doc-tug-faq
8188# %defattr(644,root,root,755)
8189# %{texmf}/doc/help/faq/uktug-faq
d08789e0 8190
5902e778 8191
d08789e0
ZU
8192%files doc-latex
8193%defattr(644,root,root,755)
5902e778
ZU
8194# %{texmfdist}/doc/latex/bar
8195# %{texmfdist}/doc/latex/eclbip
8196# %{texmfdist}/doc/latex/eo
24f69178 8197%{texmfdist}/doc/latex/floatflt
5902e778
ZU
8198# %{texmfdist}/doc/latex/general
8199# %{texmfdist}/doc/latex/germbib
8200# %{texmfdist}/doc/latex/images
8201# %{texmfdist}/doc/latex/mathcomp
8202# %{texmfdist}/doc/latex/mt11p
8203# %{texmfdist}/doc/latex/picins
8204# %{texmfdist}/doc/latex/ps4pdf
8205# %{texmfdist}/doc/latex/pslatex
5902e778
ZU
8206# %{texmfdist}/doc/latex/supertab
8207# %{texmfdist}/doc/latex/tex-refs
8208# %{texmfdist}/doc/latex/textmerg
8209# %{texmfdist}/doc/latex/treesvr
c9ddaf2d
ZU
8210%doc %{texmfdist}/doc/generic/shapepar
8211%doc %{texmfdist}/doc/latex/acronym
8212%doc %{texmfdist}/doc/latex/aeguill
8213%doc %{texmfdist}/doc/latex/anysize
8214%doc %{texmfdist}/doc/latex/base
8215%doc %{texmfdist}/doc/latex/beton
c9ddaf2d
ZU
8216%doc %{texmfdist}/doc/latex/concmath
8217%doc %{texmfdist}/doc/latex/crop
c9ddaf2d
ZU
8218%doc %{texmfdist}/doc/latex/draftcopy
8219%doc %{texmfdist}/doc/latex/eepic
8220%doc %{texmfdist}/doc/latex/endfloat
8221%doc %{texmfdist}/doc/latex/esint
8222%doc %{texmfdist}/doc/latex/eso-pic
8223%doc %{texmfdist}/doc/latex/euler
8224%doc %{texmfdist}/doc/latex/eulervm
8225%doc %{texmfdist}/doc/latex/extsizes
8226%doc %{texmfdist}/doc/latex/fancybox
8227%doc %{texmfdist}/doc/latex/fancyhdr
8228%doc %{texmfdist}/doc/latex/fancyvrb
8229%doc %{texmfdist}/doc/latex/filecontents
8230%doc %{texmfdist}/doc/latex/float
8231%doc %{texmfdist}/doc/latex/footmisc
8232%doc %{texmfdist}/doc/latex/footnpag
8233%doc %{texmfdist}/doc/latex/fp
8234%doc %{texmfdist}/doc/latex/geometry
8235%doc %{texmfdist}/doc/latex/graphics
8236%doc %{texmfdist}/doc/latex/hyperref
8237%doc %{texmfdist}/doc/latex/hyphenat
8238%doc %{texmfdist}/doc/latex/index
8239%doc %{texmfdist}/doc/latex/koma-script
8240%doc %{texmfdist}/doc/latex/labels
8241%doc %{texmfdist}/doc/latex/layouts
c9ddaf2d
ZU
8242%doc %{texmfdist}/doc/latex/listings
8243%doc %{texmfdist}/doc/latex/ltabptch
8244%doc %{texmfdist}/doc/latex/mdwtools
8245%doc %{texmfdist}/doc/latex/memoir
8246%doc %{texmfdist}/doc/latex/mh
8247%doc %{texmfdist}/doc/latex/mparhack
8248%doc %{texmfdist}/doc/latex/ms
8249%doc %{texmfdist}/doc/latex/multibib
8250%doc %{texmfdist}/doc/latex/mwcls
8251%doc %{texmfdist}/doc/latex/natbib
8252%doc %{texmfdist}/doc/latex/nomencl
8253%doc %{texmfdist}/doc/latex/ntgclass
8254%doc %{texmfdist}/doc/latex/oberdiek
8255%doc %{texmfdist}/doc/latex/overpic
8256%doc %{texmfdist}/doc/latex/paralist
8257%doc %{texmfdist}/doc/latex/pb-diagram
8258%doc %{texmfdist}/doc/latex/pdfpages
8259%doc %{texmfdist}/doc/latex/picinpar
8260%doc %{texmfdist}/doc/latex/pict2e
8261%doc %{texmfdist}/doc/latex/placeins
8262%doc %{texmfdist}/doc/latex/preprint
8263%doc %{texmfdist}/doc/latex/preview
8264%doc %{texmfdist}/doc/latex/program
8265%doc %{texmfdist}/doc/latex/psfrag
8266%doc %{texmfdist}/doc/latex/revtex
8267%doc %{texmfdist}/doc/latex/rotating
8268%doc %{texmfdist}/doc/latex/rotfloat
8269%doc %{texmfdist}/doc/latex/scale
8270%doc %{texmfdist}/doc/latex/sectsty
8271%doc %{texmfdist}/doc/latex/seminar
8272%doc %{texmfdist}/doc/latex/showlabels
8273%doc %{texmfdist}/doc/latex/sidecap
8274%doc %{texmfdist}/doc/latex/slashbox
8275%doc %{texmfdist}/doc/latex/soul
8276%doc %{texmfdist}/doc/latex/stdclsdv
8277%doc %{texmfdist}/doc/latex/subfig
8278%doc %{texmfdist}/doc/latex/subfigure
8279%doc %{texmfdist}/doc/latex/textfit
8280%doc %{texmfdist}/doc/latex/textpos
8281%doc %{texmfdist}/doc/latex/titlesec
8282%doc %{texmfdist}/doc/latex/tocbibind
8283%doc %{texmfdist}/doc/latex/tocloft
8284%doc %{texmfdist}/doc/latex/tools
8285%doc %{texmfdist}/doc/latex/totpages
8286%doc %{texmfdist}/doc/latex/type1cm
8287%doc %{texmfdist}/doc/latex/units
8288%doc %{texmfdist}/doc/latex/vmargin
8289%doc %{texmfdist}/doc/latex/was
8290%doc %{texmfdist}/doc/latex/wrapfig
8291%doc %{texmfdist}/doc/latex/xtab
8292%doc %{texmfdist}/doc/latex/yfonts
8293%doc %{texmfdist}/doc/fonts/calrsfs
8294%doc %{texmfdist}/doc/generic/encxvlna
8295%doc %{texmfdist}/doc/generic/textmerg
df343eba 8296
096dca83 8297%files -n kpathsea
d08789e0 8298%defattr(644,root,root,755)
caaf987e 8299%doc %{texmf}/doc/kpathsea
d08789e0
ZU
8300%attr(755,root,root) %{_bindir}/kpsepath
8301%attr(755,root,root) %{_bindir}/kpsestat
8302%attr(755,root,root) %{_bindir}/kpsetool
8303%attr(755,root,root) %{_bindir}/kpsewhich
8304%attr(755,root,root) %{_bindir}/kpsexpand
8305%attr(755,root,root) %{_libdir}/libkpathsea.so.*
8306%{_libdir}/libkpathsea.la
fae5faca
ZU
8307%{_mandir}/man1/kpsexpand.1*
8308%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
8309%{_mandir}/man1/kpsestat.1*
8310%{_mandir}/man1/kpsetool.1*
8311%{_mandir}/man1/kpsewhich.1*
d08789e0 8312
096dca83 8313%files -n kpathsea-devel
d08789e0
ZU
8314%defattr(644,root,root,755)
8315%attr(755,root,root) %{_libdir}/libkpathsea.so
8316%{_includedir}/kpathsea
8317%{_infodir}/kpathsea.info*
8318
8319%files dvips
8320%defattr(644,root,root,755)
446ab8e0 8321# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 8322# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 8323# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
8324# %lang(fi) %{_mandir}/fi/man1/dvips.1*
8325# %{texmf}/dvips/misc
8326# %{texmf}/dvips/config/config.generic
8327# %{texmf}/fonts/map/dvips/misc
8328# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
8329# %{texmf}/fonts/map/dvips/tetex/bsr.map
8330# %{_localstatedir}/fonts/map/dvipdfm
8331# %{_localstatedir}/fonts/map/dvips
8332%dir %{texmfdist}/fonts/map/dvips/cmex
8333%dir %{texmf}/dvipdfm
c9ddaf2d
ZU
8334%doc %{texmf}/doc/dvips
8335%doc %{texmf}/doc/dvipdfm
d08789e0
ZU
8336%attr(755,root,root) %{_bindir}/dvips
8337%attr(755,root,root) %{_bindir}/dvired
8338%attr(755,root,root) %{_bindir}/dvitomp
8339%attr(755,root,root) %{_bindir}/dvitype
8340%attr(755,root,root) %{_bindir}/dvicopy
8341%attr(755,root,root) %{_bindir}/dvipdfm
8342%attr(755,root,root) %{_bindir}/dvipdft
8343# dvi2fax requires ghostscript
8344%attr(755,root,root) %{_bindir}/dvi2fax
8345%{_infodir}/dvips.info*
8346%{_mandir}/man1/dvi2fax.1*
8347%{_mandir}/man1/dvicopy.1*
8348%{_mandir}/man1/dvipdfm.1*
8349%{_mandir}/man1/dvips.1*
8350%{_mandir}/man1/dvired.1*
8351%{_mandir}/man1/dvitomp.1*
8352%{_mandir}/man1/dvitype.1*
d08789e0 8353%{texmf}/dvips/base
80fa261c
ZU
8354%{texmf}/dvips/config
8355%{texmf}/dvips/getafm
d08789e0 8356%{texmf}/dvips/gsftopk
606c6ab6 8357# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 8358%{texmfdist}/fonts/enc/dvips/base
9b908671 8359%{texmfdist}/fonts/map/dvips/allrunes
5902e778 8360%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 8361%{texmfdist}/tex/generic/dvips
f7f90954 8362%{texmfdist}/dvips
5902e778
ZU
8363%{texmf}/dvipdfm/config
8364%{texmf}/dvips/tetex/config.*
d08789e0 8365%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 8366%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
8367# %{texmf}/fonts/map
8368%dir %{texmf}/fonts/map/dvipdfm
8369%dir %{texmf}/fonts/map/dvips
8370%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
8371%{texmf}/fonts/map/dvipdfm/updmap
8372%{texmf}/fonts/map/dvipdfm/dvipdfmx
8373%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
8374%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
8375%{texmf}/fonts/map/dvips/tetex/dvips35.map
8376%{texmf}/fonts/map/dvips/tetex/mathpple.map
8377%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
8378%{texmf}/fonts/map/dvips/tetex/mt-plus.map
8379%{texmf}/fonts/map/dvips/tetex/mt-yy.map
8380%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 8381
d08789e0
ZU
8382
8383%files dvilj
8384%defattr(644,root,root,755)
8385%attr(755,root,root) %{_bindir}/dvihp
8386%attr(755,root,root) %{_bindir}/dvilj
8387%attr(755,root,root) %{_bindir}/dvilj2p
8388%attr(755,root,root) %{_bindir}/dvilj4
8389%attr(755,root,root) %{_bindir}/dvilj4l
8390%attr(755,root,root) %{_bindir}/dvilj6
8391%{_mandir}/man1/dvihp.1*
8392%{_mandir}/man1/dvilj.1*
09deda15
ZU
8393%{_mandir}/man1/dvilj2p.1*
8394%{_mandir}/man1/dvilj4.1*
8395%{_mandir}/man1/dvilj4l.1*
8396%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
8397
8398%files makeindex
8399%defattr(644,root,root,755)
446ab8e0 8400%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
8401%attr(755,root,root) %{_bindir}/mkindex
8402%attr(755,root,root) %{_bindir}/makeindex
8403%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 8404%{texmfdist}/makeindex
d08789e0
ZU
8405%{_mandir}/man1/makeindex.1*
8406%{_mandir}/man1/mkindex.1*
8407%{_mandir}/man1/rumakeindex.1*
8408
29d720fe
ZU
8409%files scripts
8410%defattr(644,root,root,755)
8411%dir %{texmfdist}/scripts
8412%dir %{texmf}/scripts
8413%dir %{texmf}/scripts/texlive
8414%{texmfdist}/scripts/bengali
8415%{texmfdist}/scripts/dviasm
8416%{texmfdist}/scripts/glossaries
8417%{texmfdist}/scripts/oberdiek
8418%{texmfdist}/scripts/perltex
8419%{texmfdist}/scripts/pgfplots
8420%{texmfdist}/scripts/ppower4
8421%{texmfdist}/scripts/pst2pdf
8422%{texmfdist}/scripts/shipunov
8423%{texmfdist}/scripts/texcount
8424%{texmfdist}/scripts/vpe/vpe.pl
8425%{texmf}/scripts/a2ping
8426%{texmf}/scripts/epstopdf
8427%{texmf}/scripts/pkfix
8428%{texmf}/scripts/ps2eps
8429%{texmf}/scripts/simpdftex
8430%{texmf}/scripts/tetex
8431%{texmf}/scripts/texlive/getnonfreefonts.pl
8432%{texmf}/scripts/texlive/gswin32
8433%{texmf}/scripts/texlive/lua
8434%{texmf}/scripts/texlive/*.tlu
8435%{texmf}/scripts/texlive/tlmgr.pl
8436%{texmf}/scripts/texlive/tlmgrgui
8437
783773ac
ZU
8438%files tex-arrayjob
8439%defattr(644,root,root,755)
8440%doc %{texmfdist}/doc/generic/arrayjob
8441%{texmfdist}/tex/generic/arrayjob
8442
8443%files tex-insbox
8444%defattr(644,root,root,755)
8445%doc %{texmfdist}/doc/generic/insbox
8446%{texmfdist}/tex/generic/insbox
8447
caaf987e
ZU
8448%files tex-kastrup
8449%defattr(644,root,root,755)
8450%doc %{texmfdist}/doc/generic/kastrup/binhex.pdf
8451%{texmfdist}/source/generic/kastrup
8452%{texmfdist}/tex/generic/kastrup
8453
e67df411
ZU
8454%files tex-mathdots
8455%defattr(644,root,root,755)
8456%doc %{texmfdist}/doc/generic/mathdots
8457%{texmfdist}/source/generic/mathdots
8458%{texmfdist}/tex/generic/mathdots
8459
783773ac
ZU
8460%files tex-ofs
8461%defattr(644,root,root,755)
8462%doc %{texmfdist}/doc/generic/ofs
8463%{texmfdist}/tex/generic/ofs
8464
e149bdb4
ZU
8465%files tex-physe
8466%defattr(644,root,root,755)
8467%{texmfdist}/tex/physe
8468%{texmf}/fmtutil/format.physe.cnf
8469
8470%files tex-velthuis
8471%defattr(644,root,root,755)
8472%doc %{texmfdist}/doc/generic/velthuis
8473%{texmfdist}/tex/generic/velthuis
8474
783773ac
ZU
8475%files tex-ytex
8476%defattr(644,root,root,755)
8477%{texmfdist}/tex/ytex
8478
d08789e0
ZU
8479%files metafont
8480%defattr(644,root,root,755)
d08789e0
ZU
8481#%attr(755,root,root) %{_bindir}/mfw
8482#%attr(755,root,root) %{_bindir}/virmf
8483#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
8484#%{texmf}/mft/cmbase.mft
8485# %{texmf}/mft/e.mft
446ab8e0
ZU
8486# %{texmf}/mft/pl.mft
8487# %{fmtdir}/mf.base
d08789e0 8488#%{texmf}/web2c/mf-nowin.base
446ab8e0 8489# %{texmf}/web2c/mf.pool
d08789e0 8490#%{texmf}/web2c/mfw.base
d08789e0
ZU
8491#%{_mandir}/man1/inimf.1*
8492#%{_mandir}/man1/virmf.1*
5902e778 8493%dir %{texmfdist}/mft
5902e778
ZU
8494%attr(755,root,root) %{_bindir}/mf
8495%attr(755,root,root) %{_bindir}/mf-nowin
8496%attr(755,root,root) %{_bindir}/mft
8497%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 8498%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
8499%attr(755,root,root) %{_bindir}/mktextfm
8500%{texmfdist}/metafont
3f42cf69 8501%{texmfdist}/mft/base
80fa261c 8502%{texmfdist}/source/metafont
5902e778 8503%{_mandir}/man1/mf.1*
fae5faca 8504%{_mandir}/man1/mf-nowin.1*
5902e778 8505%{_mandir}/man1/mft.1*
d08789e0
ZU
8506%{_mandir}/man1/mktexmf.1*
8507%{_mandir}/man1/mktexpk.1*
8508%{_mandir}/man1/mktextfm.1*
80fa261c 8509%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
8510
8511%files metapost
8512%defattr(644,root,root,755)
d08789e0
ZU
8513#%attr(755,root,root) %{_bindir}/virmpost
8514#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
8515# %{texmf}/web2c/mp.pool
8516# %{fmtdir}/mpost.mem
8517#%{_mandir}/man1/inimpost.1*
8518#%{_mandir}/man1/virmpost.1*
446ab8e0 8519%dir %{texmfdist}/metapost
5902e778
ZU
8520%doc %{texmfdist}/doc/metapost
8521%attr(755,root,root) %{_bindir}/mpost
8522%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
8523%{texmfdist}/metapost/base
8524%{texmfdist}/metapost/config
8525%{texmfdist}/metapost/mfpic
8526%{texmfdist}/metapost/misc
8527%{texmfdist}/metapost/support
80fa261c 8528%{texmfdist}/source/metapost
d08789e0
ZU
8529%{_mandir}/man1/mpost.1*
8530%{_mandir}/man1/mpto.1*
80fa261c 8531%{texmf}/fmtutil/format.metapost.cnf
d08789e0 8532
43a061cf 8533%files metapost-other
786ebdb1
ZU
8534%defattr(644,root,root,755)
8535%{texmfdist}/metapost/automata
8536%{texmfdist}/metapost/bbcard
8537%{texmfdist}/metapost/blockdraw_mp
8538%{texmfdist}/metapost/bpolynomial
8539%{texmfdist}/metapost/cmarrows
8540%{texmfdist}/metapost/dviincl
8541%{texmfdist}/metapost/epsincl
8542%{texmfdist}/metapost/expressg
8543%{texmfdist}/metapost/exteps
8544%{texmfdist}/metapost/featpost
786ebdb1
ZU
8545%{texmfdist}/metapost/frcursive
8546%{texmfdist}/metapost/hatching
8547%{texmfdist}/metapost/metaobj
8548%{texmfdist}/metapost/metaplot
8549%{texmfdist}/metapost/metauml
8550%{texmfdist}/metapost/mp3d
8551%{texmfdist}/metapost/mpattern
8552%{texmfdist}/metapost/nkarta
8553%{texmfdist}/metapost/piechartmp
8554%{texmfdist}/metapost/slideshow
8555%{texmfdist}/metapost/splines
8556%{texmfdist}/metapost/tabvar
8557%{texmfdist}/metapost/textpath
8558%{texmfdist}/metapost/venn
8559
d08789e0
ZU
8560%files mptopdf
8561%defattr(644,root,root,755)
8562%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 8563%{_mandir}/man1/mptopdf.1*
3f42cf69 8564%{texmfdist}/tex/mptopdf
b839a3ce 8565# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
8566
8567%files texdoctk
8568%defattr(644,root,root,755)
446ab8e0 8569# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
8570%attr(755,root,root) %{_bindir}/texdoctk
8571%{texmf}/texdoctk
d08789e0
ZU
8572%{_mandir}/man1/texdoctk.1*
8573
8574%files -n texconfig
8575%defattr(644,root,root,755)
5902e778
ZU
8576%dir %{texmf}/texconfig
8577%doc %{texmf}/texconfig/README
d08789e0
ZU
8578%attr(755,root,root) %{_bindir}/texconfig
8579%attr(755,root,root) %{_bindir}/texconfig-dialog
8580%attr(755,root,root) %{_bindir}/texconfig-sys
8581%attr(755,root,root) %{texmf}/texconfig/tcfmgr
8582%{_mandir}/man1/texconfig.1*
fae5faca 8583%{_mandir}/man1/texconfig-sys.1*
5902e778 8584%{texmf}/texconfig/g
d08789e0 8585%{texmf}/texconfig/generic
5902e778 8586%{texmf}/texconfig/tcfmgr.map
d08789e0 8587%{texmf}/texconfig/v
d08789e0
ZU
8588%{texmf}/texconfig/x
8589
624ed2f9
ZU
8590%files -n xindy
8591%defattr(644,root,root,755)
4224ae6d 8592%doc %{texmf}/doc/xindy
624ed2f9 8593%dir %{texmf}/xindy
624ed2f9 8594%dir %{texmf}/xindy/lang
1024ab0e
ZU
8595%dir %{texmf}/scripts
8596%{texmf}/scripts/xindy
4224ae6d
MB
8597%{texmf}/xindy/base
8598%{texmf}/xindy/class
8599%{texmf}/xindy/ord
8600%{texmf}/xindy/rules
8601%{texmf}/xindy/styles
8602%{texmf}/xindy/tex
624ed2f9 8603
1024ab0e 8604
624ed2f9
ZU
8605%files -n xindy-albanian
8606%defattr(644,root,root,755)
4224ae6d 8607%{texmf}/xindy/lang/albanian
624ed2f9
ZU
8608
8609%files -n xindy-belarusian
8610%defattr(644,root,root,755)
4224ae6d 8611%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
8612
8613%files -n xindy-bulgarian
8614%defattr(644,root,root,755)
4224ae6d 8615%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
8616
8617%files -n xindy-croatian
8618%defattr(644,root,root,755)
4224ae6d 8619%{texmf}/xindy/lang/croatian
624ed2f9
ZU
8620
8621%files -n xindy-czech
8622%defattr(644,root,root,755)
4224ae6d 8623%{texmf}/xindy/lang/czech
624ed2f9
ZU
8624
8625%files -n xindy-danish
8626%defattr(644,root,root,755)
4224ae6d 8627%{texmf}/xindy/lang/danish
624ed2f9
ZU
8628
8629%files -n xindy-dutch
8630%defattr(644,root,root,755)
4224ae6d 8631%{texmf}/xindy/lang/dutch
624ed2f9
ZU
8632
8633%files -n xindy-english
8634%defattr(644,root,root,755)
4224ae6d 8635%{texmf}/xindy/lang/english
624ed2f9
ZU
8636
8637%files -n xindy-esperanto
8638%defattr(644,root,root,755)
4224ae6d 8639%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
8640
8641%files -n xindy-estonian
8642%defattr(644,root,root,755)
4224ae6d 8643%{texmf}/xindy/lang/estonian
624ed2f9
ZU
8644
8645%files -n xindy-finnish
8646%defattr(644,root,root,755)
4224ae6d 8647%{texmf}/xindy/lang/finnish
624ed2f9
ZU
8648
8649%files -n xindy-french
8650%defattr(644,root,root,755)
4224ae6d 8651%{texmf}/xindy/lang/french
624ed2f9
ZU
8652
8653%files -n xindy-general
8654%defattr(644,root,root,755)
4224ae6d 8655%{texmf}/xindy/lang/general
624ed2f9
ZU
8656
8657%files -n xindy-georgian
8658%defattr(644,root,root,755)
4224ae6d 8659%{texmf}/xindy/lang/georgian
624ed2f9
ZU
8660
8661%files -n xindy-german
8662%defattr(644,root,root,755)
4224ae6d 8663%{texmf}/xindy/lang/german
624ed2f9
ZU
8664
8665%files -n xindy-greek
8666%defattr(644,root,root,755)
4224ae6d 8667%{texmf}/xindy/lang/greek
624ed2f9
ZU
8668
8669%files -n xindy-gypsy
8670%defattr(644,root,root,755)
4224ae6d 8671%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
8672
8673%files -n xindy-hausa
8674%defattr(644,root,root,755)
4224ae6d 8675%{texmf}/xindy/lang/hausa
624ed2f9
ZU
8676
8677%files -n xindy-hebrew
8678%defattr(644,root,root,755)
4224ae6d 8679%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
8680
8681%files -n xindy-hungarian
8682%defattr(644,root,root,755)
4224ae6d 8683%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
8684
8685%files -n xindy-icelandic
8686%defattr(644,root,root,755)
4224ae6d 8687%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
8688
8689%files -n xindy-italian
8690%defattr(644,root,root,755)
4224ae6d 8691%{texmf}/xindy/lang/italian
624ed2f9
ZU
8692
8693%files -n xindy-klingon
8694%defattr(644,root,root,755)
4224ae6d 8695%{texmf}/xindy/lang/klingon
624ed2f9
ZU
8696
8697%files -n xindy-kurdish
8698%defattr(644,root,root,755)
4224ae6d 8699%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
8700
8701%files -n xindy-latin
8702%defattr(644,root,root,755)
4224ae6d 8703%{texmf}/xindy/lang/latin
624ed2f9
ZU
8704
8705%files -n xindy-latvian
8706%defattr(644,root,root,755)
4224ae6d 8707%{texmf}/xindy/lang/latvian
624ed2f9
ZU
8708
8709%files -n xindy-lithuanian
8710%defattr(644,root,root,755)
4224ae6d 8711%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
8712
8713%files -n xindy-lower-sorbian
8714%defattr(644,root,root,755)
4224ae6d 8715%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
8716
8717%files -n xindy-macedonian
8718%defattr(644,root,root,755)
4224ae6d 8719%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
8720
8721%files -n xindy-mongolian
8722%defattr(644,root,root,755)
4224ae6d 8723%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
8724
8725%files -n xindy-norwegian
8726%defattr(644,root,root,755)
4224ae6d 8727%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
8728
8729%files -n xindy-polish
8730%defattr(644,root,root,755)
4224ae6d 8731%{texmf}/xindy/lang/polish
624ed2f9
ZU
8732
8733%files -n xindy-portuguese
8734%defattr(644,root,root,755)
4224ae6d 8735%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
8736
8737%files -n xindy-romanian
8738%defattr(644,root,root,755)
4224ae6d 8739%{texmf}/xindy/lang/romanian
624ed2f9
ZU
8740
8741%files -n xindy-russian
8742%defattr(644,root,root,755)
4224ae6d 8743%{texmf}/xindy/lang/russian
624ed2f9
ZU
8744
8745%files -n xindy-serbian
8746%defattr(644,root,root,755)
4224ae6d 8747%{texmf}/xindy/lang/serbian
624ed2f9
ZU
8748
8749%files -n xindy-slovak
8750%defattr(644,root,root,755)
4224ae6d 8751%{texmf}/xindy/lang/slovak
624ed2f9
ZU
8752
8753%files -n xindy-slovenian
8754%defattr(644,root,root,755)
4224ae6d 8755%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
8756
8757%files -n xindy-spanish
8758%defattr(644,root,root,755)
4224ae6d 8759%{texmf}/xindy/lang/spanish
624ed2f9
ZU
8760
8761%files -n xindy-swedish
8762%defattr(644,root,root,755)
4224ae6d 8763%{texmf}/xindy/lang/swedish
624ed2f9
ZU
8764
8765%files -n xindy-turkish
8766%defattr(644,root,root,755)
4224ae6d 8767%{texmf}/xindy/lang/turkish
624ed2f9
ZU
8768
8769%files -n xindy-ukrainian
8770%defattr(644,root,root,755)
4224ae6d 8771%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
8772
8773%files -n xindy-upper-sorbian
8774%defattr(644,root,root,755)
4224ae6d 8775%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
8776
8777%files -n xindy-vietnamese
8778%defattr(644,root,root,755)
4224ae6d 8779%{texmf}/xindy/lang/vietnamese/
624ed2f9 8780
d08789e0
ZU
8781%files -n xdvi
8782%defattr(644,root,root,755)
d08789e0 8783#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 8784# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 8785# %{_mandir}/man1/xdvizilla.1*
9b908671 8786%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
8787%attr(755,root,root) %{_bindir}/xdvi
8788%{_mandir}/man1/xdvi.1*
d08789e0
ZU
8789%{_desktopdir}/xdvi.desktop
8790%{_pixmapsdir}/xdvi.png
8791%{texmf}/xdvi
8792
8793%files pdftex
8794%defattr(644,root,root,755)
446ab8e0 8795# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 8796# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 8797# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
8798# %dir %{texmf}/fonts/map/pdftex
8799# %dir %{texmf}/fonts/map/pdftex/cmttf
8800# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8801# %{texmf}/web2c/pdfetex-pl.pool
8802# %{texmf}/web2c/pdfetex.pool
8803# %{texmf}/web2c/pdfxtex.pool
5902e778 8804# %{_mandir}/man1/pdfxtex.1*
28c0ab22 8805%dir %{texmf}/fonts/map/pdftex
3f42cf69 8806%dir %{texmfdist}/doc/support
5fef92c1 8807%doc %{texmfdist}/doc/pdftex
3f42cf69 8808%doc %{texmfdist}/doc/support/pdfcrop
5902e778
ZU
8809%attr(755,root,root) %{_bindir}/epstopdf
8810%attr(755,root,root) %{_bindir}/pdfcrop
8811%attr(755,root,root) %{_bindir}/pdftex
bf184d85 8812%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 8813%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 8814%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 8815%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
8816%{_mandir}/man1/epstopdf.1*
8817%{_mandir}/man1/pdftex.1*
80fa261c
ZU
8818%{texmfdist}/fonts/enc/pdftex
8819%{texmfdist}/fonts/map/pdftex
8820%{texmf}/fonts/map/pdftex/updmap
d08789e0 8821
04123363 8822%files phyzzx
f65b3398 8823%defattr(644,root,root,755)
04123363
ZU
8824%attr(755,root,root) %{_bindir}/phyzzx
8825%dir %{texmfdist}/doc/phyzzx
8826%dir %{texmfdist}/tex/phyzzx
8827%doc %{texmfdist}/doc/phyzzx/base
80fa261c 8828%{texmfdist}/tex/phyzzx/base
04123363
ZU
8829%{texmfdist}/tex/phyzzx/config
8830%{texmf}/fmtutil/format.phyzzx.cnf
8831
d08789e0
ZU
8832%files omega
8833%defattr(644,root,root,755)
5902e778
ZU
8834# %{texmf}/web2c/omega.pool
8835# %{texmf}/web2c/aleph.pool
5902e778
ZU
8836# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8837# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8838# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8839# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf 8840%doc %{texmfdist}/doc/omega
c9ddaf2d 8841%doc %{texmfdist}/doc/lambda
0f6c4baf
ZU
8842%dir %{texmfdist}/omega
8843%dir %{texmfdist}/dvips/omega
d08789e0
ZU
8844%attr(755,root,root) %{_bindir}/aleph
8845%attr(755,root,root) %{_bindir}/lambda
8846%attr(755,root,root) %{_bindir}/mkocp
8847%attr(755,root,root) %{_bindir}/mkofm
8848%attr(755,root,root) %{_bindir}/odvicopy
8849%attr(755,root,root) %{_bindir}/odvips
8850%attr(755,root,root) %{_bindir}/odvitype
8851%attr(755,root,root) %{_bindir}/omega
8852%attr(755,root,root) %{_bindir}/omfonts
8853%attr(755,root,root) %{_bindir}/opl2ofm
8854%attr(755,root,root) %{_bindir}/otangle
8855%attr(755,root,root) %{_bindir}/otp2ocp
8856%attr(755,root,root) %{_bindir}/outocp
8857%attr(755,root,root) %{_bindir}/ovf2ovp
8858%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
8859%{texmfdist}/dvips/omega/config.omega
8860%{texmfdist}/dvips/omega/omega.cfg
8861%{texmfdist}/fonts/map/dvips/omega
3f42cf69 8862%{texmfdist}/tex/generic/omegahyph
446ab8e0
ZU
8863%{texmfdist}/omega/ocp
8864%{texmfdist}/omega/otp
2677a8b0 8865%{texmfdist}/tex/lambda
80fa261c 8866%{texmfdist}/source/lambda
fae5faca 8867%{_mandir}/man1/lambda.1*
d08789e0
ZU
8868%{_mandir}/man1/mkocp.1*
8869%{_mandir}/man1/mkofm.1*
8870%{_mandir}/man1/omega.1*
fae5faca
ZU
8871%{_mandir}/man1/odvicopy.1*
8872%{_mandir}/man1/odvips.1*
8873%{_mandir}/man1/odvitype.1*
d08789e0
ZU
8874%{_mandir}/man1/ofm2opl.1*
8875%{_mandir}/man1/opl2ofm.1*
8876%{_mandir}/man1/otp2ocp.1*
8877%{_mandir}/man1/outocp.1*
8878%{_mandir}/man1/ovf2ovp.1*
8879%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
8880%{texmf}/fmtutil/format.omega.cnf
8881%{texmf}/fmtutil/format.aleph.cnf
c9ddaf2d 8882%doc %{texmfdist}/doc/aleph
d08789e0 8883
d08789e0
ZU
8884%files plain
8885%defattr(644,root,root,755)
446ab8e0
ZU
8886%doc %{texmfdist}/doc/plain
8887%{texmfdist}/tex/plain
4224ae6d 8888%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 8889%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
8890#%{texmf}/web2c/plain.mem
8891#%{texmf}/web2c/plain.base
8892
d5174470
ZU
8893# %files format-plain
8894# %defattr(644,root,root,755)
b839a3ce 8895# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
8896#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8897
d5174470
ZU
8898# %files format-pdftex
8899# %defattr(644,root,root,755)
b839a3ce 8900# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 8901
d5174470
ZU
8902# %files format-pdfetex
8903# %defattr(644,root,root,755)
b839a3ce 8904# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
8905
8906%files mex
8907%defattr(644,root,root,755)
80fa261c 8908%doc %{texmfdist}/doc/mex
446ab8e0 8909%dir %{texmfdist}/tex/mex
3f42cf69 8910%{texmfdist}/tex/mex/base
446ab8e0 8911%dir %{texmfdist}/tex/mex/config
015f9ddb
ZU
8912%{texmf}/fmtutil/format.mex.cnf
8913%{texmf}/fmtutil/format.utf8mex.cnf
3f42cf69 8914%{texmfdist}/source/mex
446ab8e0 8915
d08789e0
ZU
8916%files format-mex
8917%defattr(644,root,root,755)
8918%attr(755,root,root) %{_bindir}/mex
2677a8b0 8919%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 8920# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
8921
8922%files format-pdfmex
8923%defattr(644,root,root,755)
8924%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 8925%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 8926# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
8927
8928%files format-utf8mex
8929%defattr(644,root,root,755)
8930%attr(755,root,root) %{_bindir}/utf8mex
04123363 8931%dir %{texmfdist}/doc/mex
2677a8b0
ZU
8932%doc %{texmfdist}/doc/mex/utf8mex
8933%{texmfdist}/tex/mex/utf8mex
b839a3ce 8934# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
8935
8936%files amstex
8937%defattr(644,root,root,755)
2677a8b0
ZU
8938%dir %{texmfdist}/tex/amstex
8939%{texmfdist}/tex/amstex/base
8940%{texmfdist}/tex/amstex/config
8941%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
8942
8943%files format-amstex
8944%defattr(644,root,root,755)
446ab8e0
ZU
8945%doc %{texmfdist}/doc/amstex
8946%{texmfdist}/tex/amstex
d08789e0
ZU
8947%attr(755,root,root) %{_bindir}/amstex
8948%{_mandir}/man1/amstex.1*
80fa261c
ZU
8949%{texmf}/fmtutil/format.amstex.cnf
8950%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
8951# %lang(fi) %{_mandir}/fi/man1/amstex.1*
8952# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 8953
446ab8e0
ZU
8954# %files format-pdfamstex
8955# %defattr(644,root,root,755)
8956# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 8957#%{texmf}/pdftex/amstex
446ab8e0 8958# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
8959
8960%files csplain
8961%defattr(644,root,root,755)
04123363 8962%dir %{texmfdist}/doc/cslatex
21c69d95 8963%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8964%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8965%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8966%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8967%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8968%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8969%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8970%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8971%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8972%{texmfdist}/tex/csplain
f4f1ef6b 8973%{texmf}/fmtutil/format.csplain.cnf
d08789e0
ZU
8974
8975%files format-csplain
8976%defattr(644,root,root,755)
b839a3ce 8977# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8978
8979%files format-pdfcsplain
8980%defattr(644,root,root,755)
8981%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8982# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8983
8984%files cslatex
8985%defattr(644,root,root,755)
446ab8e0
ZU
8986# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8987# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8988%{texmfdist}/tex/cslatex
8989%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8990
8991%files format-cslatex
8992%defattr(644,root,root,755)
8993%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8994%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8995# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8996
8997%files format-pdfcslatex
8998%defattr(644,root,root,755)
8999%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 9000# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 9001
ffd94364
ZU
9002# %files cyrplain
9003# %defattr(644,root,root,755)
9004# %doc %{texmf}/doc/cyrplain
9005# %{texmf}/tex/cyrplain
d08789e0 9006
ffd94364
ZU
9007# %files format-cyrplain
9008# %defattr(644,root,root,755)
9009# %attr(755,root,root) %{_bindir}/cyrtex
9010# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 9011
ffd94364
ZU
9012# %files format-cyramstex
9013# %defattr(644,root,root,755)
9014# %attr(755,root,root) %{_bindir}/cyramstex
9015# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 9016
ffd94364
ZU
9017# %files format-cyrtexinfo
9018# %defattr(644,root,root,755)
9019# %attr(755,root,root) %{_bindir}/cyrtexinfo
9020# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
9021
9022%files eplain
9023%defattr(644,root,root,755)
ffd94364
ZU
9024%doc %{texmfdist}/doc/etex
9025%doc %{texmfdist}/doc/eplain
9026%{texmfdist}/tex/plain/etex
9027%{texmfdist}/tex/eplain
3f42cf69 9028%{texmfdist}/source/eplain/eplain-source-3.2.zip
d08789e0
ZU
9029
9030%files format-eplain
9031%defattr(644,root,root,755)
9032%attr(755,root,root) %{_bindir}/eplain
9033%attr(755,root,root) %{_bindir}/etex
9034%{_mandir}/man1/eplain.1*
9035%{_mandir}/man1/etex.1*
80fa261c 9036%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
9037# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
9038# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
9039
9040%files context
9041%defattr(644,root,root,755)
68640cd8
ZU
9042%doc %{texmfdist}/doc/context
9043# %doc %{texmf}/doc/polish/context
4224ae6d
MB
9044%attr(755,root,root) %{_bindir}/context
9045%attr(755,root,root) %{_bindir}/ctxtools
9046%attr(755,root,root) %{_bindir}/exatools
9047%attr(755,root,root) %{_bindir}/luatools
9048%attr(755,root,root) %{_bindir}/makempy
9049%attr(755,root,root) %{_bindir}/mpstools
9050%attr(755,root,root) %{_bindir}/mtxrun
9051%attr(755,root,root) %{_bindir}/mtxtools
9052%attr(755,root,root) %{_bindir}/pdfthumb
9053%attr(755,root,root) %{_bindir}/pdftools
9054%attr(755,root,root) %{_bindir}/pdftrimwhite
9055%attr(755,root,root) %{_bindir}/pstopdf
9056%attr(755,root,root) %{_bindir}/rlxtools
9057%attr(755,root,root) %{_bindir}/runtools
9058%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
9059%attr(755,root,root) %{_bindir}/texfind
9060%attr(755,root,root) %{_bindir}/texfont
4224ae6d 9061%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 9062%attr(755,root,root) %{_bindir}/texshow
4224ae6d 9063%attr(755,root,root) %{_bindir}/textools
d08789e0 9064%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
9065%attr(755,root,root) %{_bindir}/tmftools
9066%attr(755,root,root) %{_bindir}/xmltools
ffd94364 9067# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
9068%{_mandir}/man1/ctxtools.1*
9069%{_mandir}/man1/pdftools.1*
9070%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
9071%{_mandir}/man1/texfind.1*
9072%{_mandir}/man1/texfont.1*
fae5faca
ZU
9073%{_mandir}/man1/texmfstart.1*
9074%{_mandir}/man1/textools.1*
d08789e0 9075%{_mandir}/man1/texutil.1*
ffd94364 9076# %{_mandir}/man1/texshow.1*
4224ae6d 9077%{texmfdist}/context
68640cd8 9078%{texmfdist}/fonts/enc/dvips/context
ffd94364 9079# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
9080%{texmfdist}/metapost/context
9081%{texmfdist}/scripts/context
4224ae6d
MB
9082%{texmfdist}/tex/context
9083%exclude %{texmfdist}/tex/context/config/cont-de.ini
9084%exclude %{texmfdist}/tex/context/config/cont-en.ini
9085%exclude %{texmfdist}/tex/context/config/cont-nl.ini
9086%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 9087%{texmfdist}/tex/generic/context
4224ae6d 9088%{texmfdist}/tex/latex/context
68640cd8 9089%{texmfdist}/bibtex/bst/context
80fa261c 9090%{texmf}/fmtutil/format.context.cnf
015f9ddb 9091%{texmf}/fmtutil/format.luatex.cnf
3f42cf69 9092%{texmf}/web2c/context.cnf
f7f90954 9093%doc %{texmfdist}/doc/luatex
d08789e0
ZU
9094
9095# no fmt, so commented out
9096#%files format-context-cz
9097#%defattr(644,root,root,755)
9098#%%{texmf}/tex/context/config/cont-cz.ini
9099# does not build with beta 20021025
9100#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
9101
9102%files format-context-de
9103%defattr(644,root,root,755)
2677a8b0 9104%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 9105# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
9106#%{_mandir}/man1/cont-de.1*
9107
9108%files format-context-en
9109%defattr(644,root,root,755)
2677a8b0 9110%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 9111# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
9112#%{_mandir}/man1/cont-en.1*
9113# what is the difference betwen uk and en in this particular situation?
2677a8b0 9114%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 9115# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
9116
9117# no fmt, so commented out
9118#%files format-context-it
9119#%defattr(644,root,root,755)
9120#%%{texmf}/tex/context/config/cont-it.ini
9121
9122%files format-context-nl
9123%defattr(644,root,root,755)
2677a8b0 9124%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 9125# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
9126#%{_mandir}/man1/cont-nl.1*
9127
9128# no fmt, so commented out
9129#%files format-context-ro
9130#%defattr(644,root,root,755)
9131#%%{texmf}/tex/context/config/cont-ro.ini
9132
3127b522 9133
d08789e0
ZU
9134%files latex
9135%defattr(644,root,root,755)
5fef92c1 9136%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
9137%attr(755,root,root) %{_bindir}/latex
9138%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
9139# %lang(fi) %{_mandir}/fi/man1/latex.1*
9140# %lang(pl) %{_mandir}/pl/man1/latex.1*
9141# %{_infodir}/latex.info*
04123363 9142%{texmf}/fmtutil/format.latex.cnf
5fef92c1 9143%{_mandir}/man1/lacheck.1*
3127b522
ZU
9144%{_mandir}/man1/latex.1*
9145%{_mandir}/man1/pslatex.1*
d08789e0 9146
3127b522
ZU
9147%dir %{texmfdist}/scripts
9148%dir %{texmfdist}/scripts/pst-pdf
63399af2 9149%dir %{texmfdist}/source/generic
df343eba 9150%dir %{texmfdist}/tex/latex
63399af2
ZU
9151%dir %{texmfdist}/tex/plain
9152%dir %{texmf}/tex/latex
d08789e0 9153
3127b522
ZU
9154# %{texmfdist}/tex/latex/citesort
9155# %{texmfdist}/tex/latex/dvilj
9156# %{texmfdist}/tex/latex/eclbip
9157# %{texmfdist}/tex/latex/eo
9158# %{texmfdist}/tex/latex/example
9159# %{texmfdist}/tex/latex/fguill
24f69178 9160%{texmfdist}/tex/latex/floatflt
3127b522
ZU
9161# %{texmfdist}/tex/latex/gletter
9162# %{texmfdist}/tex/latex/here
9163# %{texmfdist}/tex/latex/mt11p
9164# %{texmfdist}/tex/latex/relsize
9165# %{texmfdist}/tex/latex/selectp
9166# %{texmfdist}/tex/latex/shadow
9167# %{texmfdist}/tex/latex/showtags
9168# %{texmfdist}/tex/latex/tabls
9169# %{texmfdist}/tex/latex/texmacs
9170# %{texmfdist}/tex/latex/threeparttable
9171# %{texmfdist}/tex/latex/treesvr
9172# %{texmfdist}/tex/latex/ulem
9173# %{texmfdist}/tex/latex/url
9174# %{texmf}/tex/latex/version
9175# %{texmf}/tex/latex/vpage
9176%{texmfdist}/scripts/pst-pdf/ps4pdf
9177%{texmfdist}/tex/generic/pstricks
9178%{texmfdist}/tex/generic/shapepar
3127b522 9179%{texmfdist}/tex/generic/textmerg
c9ddaf2d 9180%{texmfdist}/source/generic/textmerg
6367bfc9
MB
9181%{texmfdist}/tex/latex/12many
9182%{texmfdist}/tex/latex/AkkTeX
6367bfc9 9183%{texmfdist}/tex/latex/GuIT
6367bfc9
MB
9184%{texmfdist}/tex/latex/IEEEtran
9185%{texmfdist}/tex/latex/SIstyle
9186%{texmfdist}/tex/latex/Tabbing
9187%{texmfdist}/tex/latex/a0poster
6367bfc9 9188%{texmfdist}/tex/latex/acmtrans
df343eba 9189%{texmfdist}/tex/latex/acronym
6367bfc9 9190%{texmfdist}/tex/latex/adrlist
df343eba 9191%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
9192%{texmfdist}/tex/latex/afthesis
9193%{texmfdist}/tex/latex/aguplus
6367bfc9 9194%{texmfdist}/tex/latex/akletter
6367bfc9
MB
9195%{texmfdist}/tex/latex/algorithm2e
9196%{texmfdist}/tex/latex/algorithmicx
9197%{texmfdist}/tex/latex/allrunes
6367bfc9
MB
9198%{texmfdist}/tex/latex/altfont
9199%{texmfdist}/tex/latex/ametsoc
9200%{texmfdist}/tex/latex/amsaddr
9201%{texmfdist}/tex/latex/amsrefs
9202%{texmfdist}/tex/latex/animate
9203%{texmfdist}/tex/latex/answers
9204%{texmfdist}/tex/latex/antiqua
9205%{texmfdist}/tex/latex/anyfontsize
df343eba 9206%{texmfdist}/tex/latex/anysize
6367bfc9 9207%{texmfdist}/tex/latex/apa
6367bfc9
MB
9208%{texmfdist}/tex/latex/apl
9209%{texmfdist}/tex/latex/ar
9210%{texmfdist}/tex/latex/arabi
9211%{texmfdist}/tex/latex/arabtex
9212%{texmfdist}/tex/latex/archaic
6367bfc9
MB
9213%{texmfdist}/tex/latex/arev
9214%{texmfdist}/tex/latex/armenian
6367bfc9
MB
9215%{texmfdist}/tex/latex/ascelike
9216%{texmfdist}/tex/latex/ascii
9217%{texmfdist}/tex/latex/assignment
6367bfc9
MB
9218%{texmfdist}/tex/latex/augie
9219%{texmfdist}/tex/latex/auncial-new
9220%{texmfdist}/tex/latex/aurical
9221%{texmfdist}/tex/latex/authoraftertitle
9222%{texmfdist}/tex/latex/authorindex
9223%{texmfdist}/tex/latex/auto-pst-pdf
9224%{texmfdist}/tex/latex/autoarea
9225%{texmfdist}/tex/latex/autotab
9226%{texmfdist}/tex/latex/avantgar
6367bfc9
MB
9227%{texmfdist}/tex/latex/bangtex
9228%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
9229%{texmfdist}/tex/latex/base
9230%{texmfdist}/tex/latex/bayer
9231%{texmfdist}/tex/latex/bbding
9232%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
9233%{texmfdist}/tex/latex/begriff
9234%{texmfdist}/tex/latex/bengali
9235%{texmfdist}/tex/latex/bera
9236%{texmfdist}/tex/latex/betababel
df343eba 9237%{texmfdist}/tex/latex/beton
6367bfc9
MB
9238%{texmfdist}/tex/latex/bibarts
9239%{texmfdist}/tex/latex/bibleref
9240%{texmfdist}/tex/latex/biblist
6367bfc9 9241%{texmfdist}/tex/latex/bigfoot
6367bfc9
MB
9242%{texmfdist}/tex/latex/bizcard
9243%{texmfdist}/tex/latex/blacklettert1
9244%{texmfdist}/tex/latex/blindtext
6367bfc9 9245%{texmfdist}/tex/latex/boisik
6367bfc9
MB
9246%{texmfdist}/tex/latex/boldtensors
9247%{texmfdist}/tex/latex/bookest
9248%{texmfdist}/tex/latex/bookhands
6367bfc9
MB
9249%{texmfdist}/tex/latex/bookman
9250%{texmfdist}/tex/latex/bophook
9251%{texmfdist}/tex/latex/boxhandler
6367bfc9
MB
9252%{texmfdist}/tex/latex/braille
9253%{texmfdist}/tex/latex/breakurl
9254%{texmfdist}/tex/latex/bridge
9255%{texmfdist}/tex/latex/brushscr
6367bfc9
MB
9256%{texmfdist}/tex/latex/burmese
9257%{texmfdist}/tex/latex/bussproofs
df343eba 9258%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
9259%{texmfdist}/tex/latex/calxxxx
9260%{texmfdist}/tex/latex/captcont
9261%{texmfdist}/tex/latex/casyl
9262%{texmfdist}/tex/latex/catechis
9263%{texmfdist}/tex/latex/cbcoptic
9264%{texmfdist}/tex/latex/cbfonts
6367bfc9
MB
9265%{texmfdist}/tex/latex/cclicenses
9266%{texmfdist}/tex/latex/cd-cover
9267%{texmfdist}/tex/latex/cd
9268%{texmfdist}/tex/latex/cdpbundl
9269%{texmfdist}/tex/latex/cellspace
6367bfc9
MB
9270%{texmfdist}/tex/latex/changepage
9271%{texmfdist}/tex/latex/changes
6367bfc9 9272%{texmfdist}/tex/latex/chapterfolder
6367bfc9 9273%{texmfdist}/tex/latex/cherokee
6367bfc9
MB
9274%{texmfdist}/tex/latex/chicago
9275%{texmfdist}/tex/latex/china2e
6367bfc9
MB
9276%{texmfdist}/tex/latex/citeref
9277%{texmfdist}/tex/latex/cjhebrew
9278%{texmfdist}/tex/latex/cjk
6367bfc9 9279%{texmfdist}/tex/latex/classicthesis
6367bfc9
MB
9280%{texmfdist}/tex/latex/cleveref
9281%{texmfdist}/tex/latex/clock
9282%{texmfdist}/tex/latex/clrscode
9283%{texmfdist}/tex/latex/cm-lgc
9284%{texmfdist}/tex/latex/cm-super
df343eba 9285%{texmfdist}/tex/latex/cmap
6367bfc9
MB
9286%{texmfdist}/tex/latex/cmcyralt
9287%{texmfdist}/tex/latex/cmdstring
6367bfc9
MB
9288%{texmfdist}/tex/latex/cmsd
9289%{texmfdist}/tex/latex/codepage
9290%{texmfdist}/tex/latex/colorinfo
6367bfc9
MB
9291%{texmfdist}/tex/latex/commath
9292%{texmfdist}/tex/latex/compactbib
9293%{texmfdist}/tex/latex/complexity
6367bfc9
MB
9294%{texmfdist}/tex/latex/concprog
9295%{texmfdist}/tex/latex/confproc
6367bfc9
MB
9296%{texmfdist}/tex/latex/courier-scaled
9297%{texmfdist}/tex/latex/courier
9298%{texmfdist}/tex/latex/courseoutline
9299%{texmfdist}/tex/latex/coursepaper
9300%{texmfdist}/tex/latex/coverpage
9301%{texmfdist}/tex/latex/covington
df343eba 9302%{texmfdist}/tex/latex/crop
6367bfc9 9303%{texmfdist}/tex/latex/crossreference
6367bfc9
MB
9304%{texmfdist}/tex/latex/csbulletin
9305%{texmfdist}/tex/latex/csquotes
6367bfc9 9306%{texmfdist}/tex/latex/ctib
6367bfc9 9307%{texmfdist}/tex/latex/cursor
6367bfc9
MB
9308%{texmfdist}/tex/latex/cv
9309%{texmfdist}/tex/latex/cweb-latex
6367bfc9 9310%{texmfdist}/tex/latex/cyklop
6367bfc9 9311%{texmfdist}/tex/latex/dateiliste
6367bfc9
MB
9312%{texmfdist}/tex/latex/datetime
9313%{texmfdist}/tex/latex/dcpic
9314%{texmfdist}/tex/latex/decimal
6367bfc9 9315%{texmfdist}/tex/latex/diagnose
6367bfc9
MB
9316%{texmfdist}/tex/latex/dichokey
9317%{texmfdist}/tex/latex/dictsym
9318%{texmfdist}/tex/latex/digiconfigs
6367bfc9
MB
9319%{texmfdist}/tex/latex/dingbat
9320%{texmfdist}/tex/latex/directory
6367bfc9 9321%{texmfdist}/tex/latex/dlfltxb
6367bfc9
MB
9322%{texmfdist}/tex/latex/docmfp
9323%{texmfdist}/tex/latex/doi
9324%{texmfdist}/tex/latex/doipubmed
9325%{texmfdist}/tex/latex/dotarrow
6367bfc9
MB
9326%{texmfdist}/tex/latex/dottex
9327%{texmfdist}/tex/latex/doublestroke
9328%{texmfdist}/tex/latex/dpfloat
6367bfc9 9329%{texmfdist}/tex/latex/drac
df343eba 9330%{texmfdist}/tex/latex/draftcopy
6367bfc9 9331%{texmfdist}/tex/latex/dramatist
6367bfc9
MB
9332%{texmfdist}/tex/latex/duerer-latex
9333%{texmfdist}/tex/latex/dvdcoll
9334%{texmfdist}/tex/latex/dvipdfmx-def
6367bfc9
MB
9335%{texmfdist}/tex/latex/eCards
9336%{texmfdist}/tex/latex/ean13isbn
9337%{texmfdist}/tex/latex/easy
9338%{texmfdist}/tex/latex/ebezier
9339%{texmfdist}/tex/latex/ebsthesis
9340%{texmfdist}/tex/latex/ecclesiastic
9341%{texmfdist}/tex/latex/ecltree
9342%{texmfdist}/tex/latex/eco
9343%{texmfdist}/tex/latex/economic
6367bfc9
MB
9344%{texmfdist}/tex/latex/ed
9345%{texmfdist}/tex/latex/edmargin
9346%{texmfdist}/tex/latex/ednotes
9347%{texmfdist}/tex/latex/eemeir
df343eba 9348%{texmfdist}/tex/latex/eepic
6367bfc9 9349%{texmfdist}/tex/latex/egameps
6367bfc9
MB
9350%{texmfdist}/tex/latex/eiad
9351%{texmfdist}/tex/latex/ellipsis
6367bfc9 9352%{texmfdist}/tex/latex/elpres
6367bfc9
MB
9353%{texmfdist}/tex/latex/elsevier
9354%{texmfdist}/tex/latex/em
9355%{texmfdist}/tex/latex/emp
9356%{texmfdist}/tex/latex/emulateapj
9357%{texmfdist}/tex/latex/encxvlna
df343eba 9358%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
9359%{texmfdist}/tex/latex/endheads
9360%{texmfdist}/tex/latex/engpron
9361%{texmfdist}/tex/latex/engrec
9362%{texmfdist}/tex/latex/envbig
6367bfc9
MB
9363%{texmfdist}/tex/latex/envlab
9364%{texmfdist}/tex/latex/epigrafica
9365%{texmfdist}/tex/latex/epigraph
9366%{texmfdist}/tex/latex/epiolmec
9367%{texmfdist}/tex/latex/epsdice
9368%{texmfdist}/tex/latex/epspdfconversion
6367bfc9 9369%{texmfdist}/tex/latex/eqname
6367bfc9
MB
9370%{texmfdist}/tex/latex/eqparbox
9371%{texmfdist}/tex/latex/errata
df343eba 9372%{texmfdist}/tex/latex/esint
6367bfc9 9373%{texmfdist}/tex/latex/eskdx
3127b522 9374%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
9375%{texmfdist}/tex/latex/etex-pkg
9376%{texmfdist}/tex/latex/ethiop
9377%{texmfdist}/tex/latex/etoolbox
9378%{texmfdist}/tex/latex/eukdate
df343eba
ZU
9379%{texmfdist}/tex/latex/euler
9380%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
9381%{texmfdist}/tex/latex/euproposal
9382%{texmfdist}/tex/latex/euro
9383%{texmfdist}/tex/latex/eurofont
9384%{texmfdist}/tex/latex/europecv
9385%{texmfdist}/tex/latex/eurosans
df343eba 9386%{texmfdist}/tex/latex/eurosym
6367bfc9 9387%{texmfdist}/tex/latex/everypage
6367bfc9
MB
9388%{texmfdist}/tex/latex/examplep
9389%{texmfdist}/tex/latex/exceltex
9390%{texmfdist}/tex/latex/exercise
cf8dbd64 9391%{texmfdist}/tex/latex/expl3
cf8dbd64 9392%{texmfdist}/tex/latex/extarrows
cf8dbd64 9393%{texmfdist}/tex/latex/extract
df343eba 9394%{texmfdist}/tex/latex/extsizes
cf8dbd64 9395%{texmfdist}/tex/latex/facsimile
df343eba
ZU
9396%{texmfdist}/tex/latex/fancybox
9397%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
9398%{texmfdist}/tex/latex/fancynum
9399%{texmfdist}/tex/latex/fancyref
9400%{texmfdist}/tex/latex/fancytooltips
df343eba 9401%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
9402%{texmfdist}/tex/latex/fax
9403%{texmfdist}/tex/latex/fc
9404%{texmfdist}/tex/latex/feyn
cf8dbd64
MB
9405%{texmfdist}/tex/latex/fge
9406%{texmfdist}/tex/latex/figbib
9407%{texmfdist}/tex/latex/figsize
df343eba 9408%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
9409%{texmfdist}/tex/latex/fink
9410%{texmfdist}/tex/latex/fixfoot
6367bfc9
MB
9411%{texmfdist}/tex/latex/flabels
9412%{texmfdist}/tex/latex/flacards
9413%{texmfdist}/tex/latex/flagderiv
9414%{texmfdist}/tex/latex/flashcards
df343eba 9415%{texmfdist}/tex/latex/float
6367bfc9 9416%{texmfdist}/tex/latex/floatrow
6367bfc9 9417%{texmfdist}/tex/latex/fmp
6367bfc9
MB
9418%{texmfdist}/tex/latex/fnbreak
9419%{texmfdist}/tex/latex/fncychap
9420%{texmfdist}/tex/latex/foekfont
9421%{texmfdist}/tex/latex/foilhtml
9422%{texmfdist}/tex/latex/fonetika
df343eba 9423%{texmfdist}/tex/latex/fontinst
6367bfc9 9424%{texmfdist}/tex/latex/fonttable
df343eba
ZU
9425%{texmfdist}/tex/latex/footmisc
9426%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
9427%{texmfdist}/tex/latex/fourier
9428%{texmfdist}/tex/latex/fouriernc
df343eba 9429%{texmfdist}/tex/latex/fp
6367bfc9
MB
9430%{texmfdist}/tex/latex/frankenstein
9431%{texmfdist}/tex/latex/frcursive
9432%{texmfdist}/tex/latex/frenchle
9433%{texmfdist}/tex/latex/fribrief
9434%{texmfdist}/tex/latex/frletter
9435%{texmfdist}/tex/latex/frontespizio
9436%{texmfdist}/tex/latex/fullblck
9437%{texmfdist}/tex/latex/fullpict
6367bfc9 9438%{texmfdist}/tex/latex/fundus
6367bfc9 9439%{texmfdist}/tex/latex/gaceta
6367bfc9
MB
9440%{texmfdist}/tex/latex/gastex
9441%{texmfdist}/tex/latex/gatech-thesis
9442%{texmfdist}/tex/latex/gauss
9443%{texmfdist}/tex/latex/gb4e
9444%{texmfdist}/tex/latex/gcard
9445%{texmfdist}/tex/latex/gcite
9446%{texmfdist}/tex/latex/genmpage
df343eba 9447%{texmfdist}/tex/latex/geometry
6367bfc9 9448%{texmfdist}/tex/latex/geomsty
df343eba 9449%{texmfdist}/tex/latex/germbib
6367bfc9
MB
9450%{texmfdist}/tex/latex/gfsartemisia
9451%{texmfdist}/tex/latex/gfsbaskerville
9452%{texmfdist}/tex/latex/gfsbodoni
9453%{texmfdist}/tex/latex/gfscomplutum
9454%{texmfdist}/tex/latex/gfsdidot
9455%{texmfdist}/tex/latex/gfsneohellenic
9456%{texmfdist}/tex/latex/gfsporson
9457%{texmfdist}/tex/latex/gfssolomos
6367bfc9
MB
9458%{texmfdist}/tex/latex/gloss
9459%{texmfdist}/tex/latex/glossaries
9460%{texmfdist}/tex/latex/gmdoc
9461%{texmfdist}/tex/latex/gmeometric
9462%{texmfdist}/tex/latex/gmiflink
9463%{texmfdist}/tex/latex/gmutils
9464%{texmfdist}/tex/latex/gmverb
df343eba 9465%{texmfdist}/tex/latex/graphics
6367bfc9
MB
9466%{texmfdist}/tex/latex/graphicx-psmin
9467%{texmfdist}/tex/latex/greek-inputenc
9468%{texmfdist}/tex/latex/greekdates
68640cd8 9469%{texmfdist}/tex/latex/greektex
6367bfc9
MB
9470%{texmfdist}/tex/latex/grfpaste
9471%{texmfdist}/tex/latex/grnumalt
9472%{texmfdist}/tex/latex/grotesq
9473%{texmfdist}/tex/latex/grverb
9474%{texmfdist}/tex/latex/gu
6367bfc9
MB
9475%{texmfdist}/tex/latex/guitbeamer
9476%{texmfdist}/tex/latex/hanging
9477%{texmfdist}/tex/latex/har2nat
9478%{texmfdist}/tex/latex/harmony
9479%{texmfdist}/tex/latex/harpoon
9480%{texmfdist}/tex/latex/harvard
9481%{texmfdist}/tex/latex/hc
9482%{texmfdist}/tex/latex/helvetic
9483%{texmfdist}/tex/latex/hep
9484%{texmfdist}/tex/latex/hepnames
9485%{texmfdist}/tex/latex/hepparticles
9486%{texmfdist}/tex/latex/hepthesis
9487%{texmfdist}/tex/latex/hepunits
9488%{texmfdist}/tex/latex/hexgame
9489%{texmfdist}/tex/latex/hfoldsty
6367bfc9
MB
9490%{texmfdist}/tex/latex/hilowres
9491%{texmfdist}/tex/latex/histogr
9492%{texmfdist}/tex/latex/hitec
9493%{texmfdist}/tex/latex/hpsdiss
6367bfc9
MB
9494%{texmfdist}/tex/latex/hvfloat
9495%{texmfdist}/tex/latex/hypdvips
9496%{texmfdist}/tex/latex/hyper
df343eba 9497%{texmfdist}/tex/latex/hyperref
6367bfc9 9498%{texmfdist}/tex/latex/hyperxmp
df343eba 9499%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
9500%{texmfdist}/tex/latex/ibycus-babel
9501%{texmfdist}/tex/latex/icsv
9502%{texmfdist}/tex/latex/ieeepes
9503%{texmfdist}/tex/latex/ifmslide
9504%{texmfdist}/tex/latex/ifplatform
9505%{texmfdist}/tex/latex/ifsym
9506%{texmfdist}/tex/latex/ijmart
9507%{texmfdist}/tex/latex/imac
9508%{texmfdist}/tex/latex/image-gallery
9509%{texmfdist}/tex/latex/imtekda
df343eba 9510%{texmfdist}/tex/latex/index
6367bfc9
MB
9511%{texmfdist}/tex/latex/initials
9512%{texmfdist}/tex/latex/inlinebib
9513%{texmfdist}/tex/latex/inlinedef
9514%{texmfdist}/tex/latex/interactiveworkbook
6367bfc9
MB
9515%{texmfdist}/tex/latex/invoice
9516%{texmfdist}/tex/latex/ipa
9517%{texmfdist}/tex/latex/iso
9518%{texmfdist}/tex/latex/iso10303
9519%{texmfdist}/tex/latex/isodate
9520%{texmfdist}/tex/latex/isodoc
9521%{texmfdist}/tex/latex/isonums
6367bfc9
MB
9522%{texmfdist}/tex/latex/itnumpar
9523%{texmfdist}/tex/latex/itrans
9524%{texmfdist}/tex/latex/iwona
6367bfc9
MB
9525%{texmfdist}/tex/latex/jhep
9526%{texmfdist}/tex/latex/jknapltx
9527%{texmfdist}/tex/latex/jneurosci
9528%{texmfdist}/tex/latex/jpsj
9529%{texmfdist}/tex/latex/jura
9530%{texmfdist}/tex/latex/juraabbrev
9531%{texmfdist}/tex/latex/juramisc
9532%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
9533%{texmfdist}/tex/latex/koma-script
9534%{texmfdist}/tex/latex/labels
4224ae6d
MB
9535%dir %{texmfdist}/tex/latex/latexconfig
9536%{texmfdist}/tex/latex/latexconfig/latex.ini
9537%{texmfdist}/tex/latex/latexconfig/lualatex.ini
9538%{texmfdist}/tex/latex/latexconfig/mllatex.ini
9539%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
9540%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 9541%{texmfdist}/tex/latex/layouts
df343eba
ZU
9542%{texmfdist}/tex/latex/listings
9543%{texmfdist}/tex/latex/ltabptch
daae3151 9544%{texmfdist}/tex/latex/localloc
cf8dbd64 9545%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
9546%{texmfdist}/tex/latex/mathcomp
9547%{texmfdist}/tex/latex/mdwtools
9548%{texmfdist}/tex/latex/memoir
9549%{texmfdist}/tex/latex/mh
cf8dbd64
MB
9550%{texmfdist}/tex/latex/misc209
9551%{texmfdist}/tex/latex/mmap
9552%{texmfdist}/tex/latex/mnsymbol
9553%{texmfdist}/tex/latex/moderncv
9554%{texmfdist}/tex/latex/modroman
9555%{texmfdist}/tex/latex/mongolian-babel
9556%{texmfdist}/tex/latex/montex
df343eba
ZU
9557%{texmfdist}/tex/latex/mparhack
9558%{texmfdist}/tex/latex/ms
df343eba 9559%{texmfdist}/tex/latex/multibib
df343eba
ZU
9560%{texmfdist}/tex/latex/multirow
9561%{texmfdist}/tex/latex/mwcls
9562%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
9563%{texmfdist}/tex/latex/ncclatex
9564%{texmfdist}/tex/latex/ncctools
9565%{texmfdist}/tex/latex/ncntrsbk
9566%{texmfdist}/tex/latex/nddiss
9567%{texmfdist}/tex/latex/newalg
9568%{texmfdist}/tex/latex/newfile
9569%{texmfdist}/tex/latex/newlfm
9570%{texmfdist}/tex/latex/newspaper
9571%{texmfdist}/tex/latex/newthm
df343eba
ZU
9572%{texmfdist}/tex/latex/nomencl
9573%{texmfdist}/tex/latex/ntgclass
80fa261c 9574%{texmfdist}/tex/generic/oberdiek
df343eba 9575%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
9576%{texmfdist}/tex/latex/overpic
9577%{texmfdist}/tex/latex/paralist
df343eba 9578%{texmfdist}/tex/latex/pb-diagram
3f42cf69 9579%{texmfdist}/tex/latex/pdftex-def
df343eba
ZU
9580%{texmfdist}/tex/latex/pdfpages
9581%{texmfdist}/tex/latex/picinpar
df343eba
ZU
9582%{texmfdist}/tex/latex/pict2e
9583%{texmfdist}/tex/latex/placeins
df343eba
ZU
9584%{texmfdist}/tex/latex/preprint
9585%{texmfdist}/tex/latex/preview
9586%{texmfdist}/tex/latex/program
df343eba
ZU
9587%{texmfdist}/tex/latex/psfrag
9588%{texmfdist}/tex/latex/pslatex
df343eba
ZU
9589%{texmfdist}/tex/latex/revtex
9590%{texmfdist}/tex/latex/rotating
9591%{texmfdist}/tex/latex/rotfloat
9592%{texmfdist}/tex/latex/scale
9593%{texmfdist}/tex/latex/sectsty
df343eba
ZU
9594%{texmfdist}/tex/latex/seminar
9595%{texmfdist}/tex/latex/setspace
df343eba
ZU
9596%{texmfdist}/tex/latex/showdim
9597%{texmfdist}/tex/latex/showlabels
df343eba
ZU
9598%{texmfdist}/tex/latex/sidecap
9599%{texmfdist}/tex/latex/slashbox
9600%{texmfdist}/tex/latex/soul
9601%{texmfdist}/tex/latex/stdclsdv
9602%{texmfdist}/tex/latex/stmaryrd
9603%{texmfdist}/tex/latex/subfig
9604%{texmfdist}/tex/latex/subfigure
9605%{texmfdist}/tex/latex/supertabular
9606%{texmfdist}/tex/latex/t2
cf8dbd64
MB
9607%{texmfdist}/tex/latex/t-angles
9608%{texmfdist}/tex/latex/tableaux
9609%{texmfdist}/tex/latex/tablists
9610%{texmfdist}/tex/latex/tablor
9611%{texmfdist}/tex/latex/tabto-ltx
9612%{texmfdist}/tex/latex/tabulary
9613%{texmfdist}/tex/latex/tabvar
9614%{texmfdist}/tex/latex/talk
9615%{texmfdist}/tex/latex/taupin
9616%{texmfdist}/tex/latex/tcldoc
9617%{texmfdist}/tex/latex/tdsfrmath
9618%{texmfdist}/tex/latex/technics
9619%{texmfdist}/tex/latex/ted
9620%{texmfdist}/tex/latex/tengwarscript
9621%{texmfdist}/tex/latex/tensor
9622%{texmfdist}/tex/latex/teubner
9623%{texmfdist}/tex/latex/tex-gyre
9624%{texmfdist}/tex/latex/texilikecover
9625%{texmfdist}/tex/latex/texlogos
9626%{texmfdist}/tex/latex/texmate
9627%{texmfdist}/tex/latex/texpower
9628%{texmfdist}/tex/latex/texshade
9629%{texmfdist}/tex/latex/textcase
df343eba 9630%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
9631%{texmfdist}/tex/latex/textopo
9632%{texmfdist}/tex/latex/textpath
df343eba 9633%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
9634%{texmfdist}/tex/latex/theoremref
9635%{texmfdist}/tex/latex/thesis-titlepage-fhac
9636%{texmfdist}/tex/latex/thinsp
9637%{texmfdist}/tex/latex/thmtools
9638%{texmfdist}/tex/latex/thumb
9639%{texmfdist}/tex/latex/thuthesis
9640%{texmfdist}/tex/latex/ticket
9641%{texmfdist}/tex/latex/tikz-inet
9642%{texmfdist}/tex/latex/times
9643%{texmfdist}/tex/latex/timesht
9644%{texmfdist}/tex/latex/tipa
9645%{texmfdist}/tex/latex/titlefoot
df343eba 9646%{texmfdist}/tex/latex/titlesec
cf8dbd64 9647%{texmfdist}/tex/latex/titling
df343eba
ZU
9648%{texmfdist}/tex/latex/tocbibind
9649%{texmfdist}/tex/latex/tocloft
9650%{texmfdist}/tex/latex/tools
9651%{texmfdist}/tex/latex/totpages
df343eba 9652%{texmfdist}/tex/latex/type1cm
cf8dbd64 9653%{texmfdist}/tex/latex/undertilde
df343eba 9654%{texmfdist}/tex/latex/units
cf8dbd64
MB
9655%{texmfdist}/tex/latex/unitsdef
9656%{texmfdist}/tex/latex/universa
9657%{texmfdist}/tex/latex/unroman
9658%{texmfdist}/tex/latex/upmethodology
df343eba 9659%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
9660%{texmfdist}/tex/latex/varindex
9661%{texmfdist}/tex/latex/varsfromjobname
9662%{texmfdist}/tex/latex/vector
9663%{texmfdist}/tex/latex/velthuis
9664%{texmfdist}/tex/latex/verse
9665%{texmfdist}/tex/latex/versions
9666%{texmfdist}/tex/latex/vhistory
9667%{texmfdist}/tex/latex/vita
df343eba 9668%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
9669%{texmfdist}/tex/latex/volumes
9670%{texmfdist}/tex/latex/vpe
9671%{texmfdist}/tex/latex/vrsion
9672%{texmfdist}/tex/latex/vwcol
9673%{texmfdist}/tex/latex/vxu
9674%{texmfdist}/tex/latex/wallpaper
9675%{texmfdist}/tex/latex/warning
9676%{texmfdist}/tex/latex/warpcol
df343eba 9677%{texmfdist}/tex/latex/was
cf8dbd64
MB
9678%{texmfdist}/tex/latex/williams
9679%{texmfdist}/tex/latex/wnri
9680%{texmfdist}/tex/latex/wordlike
c9ddaf2d 9681%{texmfdist}/source/wordlike
df343eba 9682%{texmfdist}/tex/latex/wrapfig
cf8dbd64 9683%{texmfdist}/tex/latex/wsuipa
c9ddaf2d 9684%{texmfdist}/source/generic/wsuipa
cf8dbd64
MB
9685%{texmfdist}/tex/latex/xargs
9686%{texmfdist}/tex/latex/xcolor
9687%{texmfdist}/tex/latex/xdoc
9688%{texmfdist}/tex/latex/xfor
9689%{texmfdist}/tex/latex/xifthen
df343eba 9690%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
9691%{texmfdist}/tex/latex/xmpincl
9692%{texmfdist}/tex/latex/xnewcommand
9693%{texmfdist}/tex/latex/xoptarg
9694%{texmfdist}/tex/latex/xpackages
9695%{texmfdist}/tex/latex/xq
9696%{texmfdist}/tex/latex/xskak
9697%{texmfdist}/tex/latex/xstring
df343eba 9698%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
9699%{texmfdist}/tex/latex/xtcapts
9700%{texmfdist}/tex/latex/xyling
9701%{texmfdist}/tex/latex/xytree
9702%{texmfdist}/tex/latex/yafoot
df343eba 9703%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
9704%{texmfdist}/tex/latex/yhmath
9705%{texmfdist}/tex/latex/yi4latex
9706%{texmfdist}/tex/latex/york-thesis
9707%{texmfdist}/tex/latex/youngtab
9708%{texmfdist}/tex/latex/yplan
9709%{texmfdist}/tex/latex/zapfchan
9710%{texmfdist}/tex/latex/zapfding
9711%{texmfdist}/tex/latex/zed-csp
9712%{texmfdist}/tex/latex/zefonts
9713%{texmfdist}/tex/latex/ziffer
9714%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
9715%{texmfdist}/tex/plain/etex
9716%{texmf}/tex/latex/config
9717%{texmf}/tex/latex/dvipdfm
d08789e0 9718
6c82f497
ZU
9719%files latex-12many
9720%defattr(644,root,root,755)
9721%doc %{texmfdist}/doc/latex/12many
9722%{texmfdist}/source/latex/12many
9723
a8b381b0
ZU
9724%files latex-abstract
9725%defattr(644,root,root,755)
9726%doc %{texmfdist}/doc/latex/abstract
9727%{texmfdist}/tex/latex/abstract
84a4c427 9728%{texmfdist}/source/latex/abstract
a8b381b0 9729
f1f5d194
ZU
9730%files latex-accfonts
9731%defattr(644,root,root,755)
606c6ab6 9732%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
9733%{texmfdist}/tex/latex/accfonts
9734
e88b5dcf
ZU
9735%files latex-adrconv
9736%defattr(644,root,root,755)
9737%{texmfdist}/tex/latex/adrconv
9738%{texmfdist}/doc/latex/adrconv
9739
d08789e0
ZU
9740%files latex-algorithms
9741%defattr(644,root,root,755)
68640cd8
ZU
9742%doc %{texmfdist}/doc/latex/algorithms
9743%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
9744
9745%files latex-ae
9746%defattr(644,root,root,755)
2677a8b0 9747%{texmfdist}/tex/latex/ae
d08789e0
ZU
9748
9749%files latex-ams
9750%defattr(644,root,root,755)
68640cd8
ZU
9751%doc %{texmfdist}/doc/latex/amscls
9752%doc %{texmfdist}/doc/latex/amsmath
68640cd8 9753%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 9754%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
9755%{texmfdist}/tex/latex/amscls
9756%{texmfdist}/tex/latex/amsmath
9757%{texmfdist}/tex/latex/amsfonts
9758%{texmfdist}/tex/latex/onlyamsmath
9759%{texmfdist}/source/latex/onlyamsmath
16591d53
ZU
9760%{texmfdist}/source/latex/amsaddr
9761%{texmfdist}/source/latex/amscls
9762%{texmfdist}/source/latex/amsfonts
9763%{texmfdist}/source/latex/amsmath
9764%{texmfdist}/source/latex/amsrefs
d08789e0
ZU
9765
9766%files latex-antp
9767%defattr(644,root,root,755)
7179ac92 9768%{texmfdist}/tex/latex/antp
d08789e0
ZU
9769
9770%files latex-antt
9771%defattr(644,root,root,755)
2677a8b0 9772%{texmfdist}/tex/latex/antt
d08789e0 9773
e88b5dcf
ZU
9774%files latex-appendix
9775%defattr(644,root,root,755)
9776%doc %{texmfdist}/doc/latex/appendix
9777%{texmfdist}/tex/latex/appendix
84a4c427 9778%{texmfdist}/source/latex/appendix
e88b5dcf 9779
6c82f497
ZU
9780%files latex-bardiag
9781%defattr(644,root,root,755)
9782%doc %{texmfdist}/doc/latex/bardiag
9783%{texmfdist}/tex/latex/bardiag
9784
d08789e0
ZU
9785%files latex-bbm
9786%defattr(644,root,root,755)
68640cd8
ZU
9787%doc %{texmfdist}/doc/fonts/bbm
9788%{texmfdist}/tex/latex/bbm
d08789e0
ZU
9789
9790%files latex-bbold
9791%defattr(644,root,root,755)
ffd94364
ZU
9792%doc %{texmfdist}/doc/latex/bbold
9793%{texmfdist}/tex/latex/bbold
9794%{texmfdist}/source/latex/bbold
d08789e0 9795
b4d68b39
ZU
9796%files latex-beamer
9797%defattr(644,root,root,755)
9798%doc %{texmfdist}/doc/latex/beamer
9799%{texmfdist}/tex/latex/beamer-contrib
9800%{texmfdist}/tex/latex/beamer
9801
2fede27b
ZU
9802%files latex-bezos
9803%defattr(644,root,root,755)
9804%doc %{texmfdist}/doc/latex/bezos
9805%{texmfdist}/tex/latex/bezos
9806
d08789e0
ZU
9807%files latex-bibtex
9808%defattr(644,root,root,755)
68640cd8 9809%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
9810%doc %{texmfdist}/doc/latex/adrconv
9811%doc %{texmfdist}/doc/latex/bibtopic
9812%doc %{texmfdist}/doc/latex/bibunits
9813%doc %{texmfdist}/doc/latex/natbib
9814%doc %{texmfdist}/doc/latex/footbib
247457ba 9815%doc %{texmf}/doc/bibtex8
68640cd8
ZU
9816%dir %{texmfdist}/doc/bibtex
9817%dir %{texmfdist}/bibtex
9818%dir %{texmfdist}/bibtex/bib
9819%dir %{texmfdist}/bibtex/bst
b9a3d45e 9820%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
9821
9822%attr(755,root,root) %{_bindir}/bibtex
9823%attr(755,root,root) %{_bindir}/rubibtex
9824
68640cd8
ZU
9825%{texmfdist}/bibtex/bst/base
9826%{texmfdist}/bibtex/csf/base
9827%{texmfdist}/bibtex/bib/base
9828%{texmfdist}/bibtex/bst/adrconv
9829%{texmfdist}/bibtex/bib/adrconv
9830%{texmfdist}/source/latex/adrconv
9831%{texmfdist}/tex/latex/adrconv
9832# %{texmf}/bibtex/bst/misc
9833%{texmfdist}/bibtex/bst/natbib
9834%{texmfdist}/tex/latex/natbib
9835%{texmfdist}/tex/latex/bibtopic
1d337b0e 9836%{texmfdist}/source/latex/bibtopic
68640cd8
ZU
9837%{texmfdist}/source/latex/bibunits
9838%{texmfdist}/tex/latex/bibunits
9839%{texmfdist}/source/latex/footbib
9840%{texmfdist}/tex/latex/footbib
247457ba
ZU
9841%dir %{texmf}/bibtex
9842%{texmf}/bibtex/csf
d08789e0
ZU
9843
9844%{_mandir}/man1/bibtex.1*
9845%{_mandir}/man1/rubibtex.1*
9846
9847%files latex-bibtex-ams
9848%defattr(644,root,root,755)
68640cd8
ZU
9849%{texmfdist}/bibtex/bst/ams
9850%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
9851
9852%files latex-bibtex-pl
9853%defattr(644,root,root,755)
04123363 9854%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9855%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9856
9857%files latex-bibtex-german
9858%defattr(644,root,root,755)
68640cd8
ZU
9859%doc %{texmfdist}/doc/bibtex/germbib
9860%{texmfdist}/bibtex/bst/germbib
9861%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9862
9863%files latex-bibtex-revtex4
9864%defattr(644,root,root,755)
04123363 9865%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9866%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9867%{texmfdist}/source/latex/revtex/revtex4.dtx
9868%{texmfdist}/source/latex/revtex/revtex4.ins
9869%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9870
9871%files latex-bibtex-jurabib
9872%defattr(644,root,root,755)
68640cd8
ZU
9873%doc %{texmfdist}/doc/latex/jurabib
9874%{texmfdist}/bibtex/bst/jurabib
9875%{texmfdist}/bibtex/bib/jurabib
9876%{texmfdist}/source/latex/jurabib
9877%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9878
9879%files latex-bibtex-dk
9880%defattr(644,root,root,755)
68640cd8
ZU
9881%doc %{texmfdist}/doc/latex/dk-bib
9882%{texmfdist}/bibtex/bst/dk-bib
9883%{texmfdist}/bibtex/csf/dk-bib
9884%{texmfdist}/bibtex/bib/dk-bib
9885%{texmfdist}/source/latex/dk-bib
9886%{texmfdist}/tex/latex/dk-bib
9887
9888# %files latex-bibtex-nor
9889# %defattr(644,root,root,755)
9890# %{texmf}/bibtex/bst/norbib
d08789e0 9891
33b3b483
ZU
9892%files latex-bibtex-styles
9893%defattr(644,root,root,755)
c9ddaf2d 9894%doc %{texmfdist}/doc/generic/t2
04123363 9895%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9896%{texmfdist}/bibtex/bib/IEEEtran
9897%{texmfdist}/bibtex/bib/abstyles
9898%{texmfdist}/bibtex/bib/achemso
9899%{texmfdist}/bibtex/bib/acmtrans
33b3b483
ZU
9900%{texmfdist}/bibtex/bib/ascelike
9901%{texmfdist}/bibtex/bib/beebe
9902%{texmfdist}/bibtex/bib/bibhtml
9903%{texmfdist}/bibtex/bib/bibtopic
33b3b483
ZU
9904%{texmfdist}/bibtex/bib/din1505
9905%{texmfdist}/bibtex/bib/directory
33b3b483
ZU
9906%{texmfdist}/bibtex/bib/figbib
9907%{texmfdist}/bibtex/bib/frankenstein
9908%{texmfdist}/bibtex/bib/gatech-thesis
9909%{texmfdist}/bibtex/bib/geomsty
9910%{texmfdist}/bibtex/bib/gloss
9911%{texmfdist}/bibtex/bib/harvard
9912%{texmfdist}/bibtex/bib/ieeepes
9913%{texmfdist}/bibtex/bib/ijmart
9914%{texmfdist}/bibtex/bib/imac
9915%{texmfdist}/bibtex/bib/index
9916%{texmfdist}/bibtex/bib/lsc
9917%{texmfdist}/bibtex/bib/msc
9918%{texmfdist}/bibtex/bib/nostarch
33b3b483
ZU
9919%{texmfdist}/bibtex/bib/revtex
9920%{texmfdist}/bibtex/bib/spie
9921%{texmfdist}/bibtex/bib/urlbst
9922%{texmfdist}/bibtex/bst/IEEEtran
9923%{texmfdist}/bibtex/bst/abstyles
9924%{texmfdist}/bibtex/bst/achemso
9925%{texmfdist}/bibtex/bst/acmtrans
9926%{texmfdist}/bibtex/bst/afthesis
9927%{texmfdist}/bibtex/bst/aguplus
33b3b483
ZU
9928%{texmfdist}/bibtex/bst/aichej
9929%{texmfdist}/bibtex/bst/ametsoc
33b3b483 9930%{texmfdist}/bibtex/bst/ascelike
33b3b483
ZU
9931%{texmfdist}/bibtex/bst/beebe
9932%{texmfdist}/bibtex/bst/bibhtml
9933%{texmfdist}/bibtex/bst/chem-journal
9934%{texmfdist}/bibtex/bst/chicago
33b3b483
ZU
9935%{texmfdist}/bibtex/bst/confproc
9936%{texmfdist}/bibtex/bst/datatool
9937%{texmfdist}/bibtex/bst/din1505
9938%{texmfdist}/bibtex/bst/dinat
9939%{texmfdist}/bibtex/bst/directory
33b3b483
ZU
9940%{texmfdist}/bibtex/bst/dvdcoll
9941%{texmfdist}/bibtex/bst/economic
9942%{texmfdist}/bibtex/bst/elsevier-bib
9943%{texmfdist}/bibtex/bst/fbs
9944%{texmfdist}/bibtex/bst/figbib
9945%{texmfdist}/bibtex/bst/finbib
9946%{texmfdist}/bibtex/bst/frankenstein
9947%{texmfdist}/bibtex/bst/gatech-thesis
9948%{texmfdist}/bibtex/bst/gloss
9949%{texmfdist}/bibtex/bst/gost
9950%{texmfdist}/bibtex/bst/gustlib
9951%{texmfdist}/bibtex/bst/harvard
9952%{texmfdist}/bibtex/bst/hc
9953%{texmfdist}/bibtex/bst/ieeepes
9954%{texmfdist}/bibtex/bst/ijmart
9955%{texmfdist}/bibtex/bst/ijqc
9956%{texmfdist}/bibtex/bst/imac
9957%{texmfdist}/bibtex/bst/index
9958%{texmfdist}/bibtex/bst/inlinebib
9959%{texmfdist}/bibtex/bst/iopart-num
9960%{texmfdist}/bibtex/bst/jneurosci
9961%{texmfdist}/bibtex/bst/jurarsp
9962%{texmfdist}/bibtex/bst/kluwer
33b3b483
ZU
9963%{texmfdist}/bibtex/bst/mslapa
9964%{texmfdist}/bibtex/bst/multibib
9965%{texmfdist}/bibtex/bst/munich
9966%{texmfdist}/bibtex/bst/nature
9967%{texmfdist}/bibtex/bst/nddiss
9968%{texmfdist}/bibtex/bst/opcit
9969%{texmfdist}/bibtex/bst/perception
9970%{texmfdist}/bibtex/bst/revtex
33b3b483
ZU
9971%{texmfdist}/bibtex/bst/savetrees
9972%{texmfdist}/bibtex/bst/shipunov
9973%{texmfdist}/bibtex/bst/smflatex
9974%{texmfdist}/bibtex/bst/sort-by-letters
9975%{texmfdist}/bibtex/bst/spie
9976%{texmfdist}/bibtex/bst/stellenbosch
9977%{texmfdist}/bibtex/bst/swebib
9978%{texmfdist}/bibtex/bst/texsis
9979%{texmfdist}/bibtex/bst/thuthesis
9980%{texmfdist}/bibtex/bst/tugboat
9981%{texmfdist}/bibtex/bst/urlbst
9982%{texmfdist}/bibtex/csf/gost
9983%doc %{texmfdist}/doc/bibtex/abstyles
9984%doc %{texmfdist}/doc/bibtex/bibhtml
9985%doc %{texmfdist}/doc/bibtex/dinat
9986%doc %{texmfdist}/doc/bibtex/economic
9987%doc %{texmfdist}/doc/bibtex/elsevier-bib
9988%doc %{texmfdist}/doc/bibtex/gost
9989%doc %{texmfdist}/doc/bibtex/ijqc
9990%doc %{texmfdist}/doc/bibtex/iopart-num
33b3b483
ZU
9991%doc %{texmfdist}/doc/latex/IEEEtran
9992%{texmfdist}/source/bibtex/gost
9993
435dbdfa
ZU
9994%files latex-bibtex-vancouver
9995%defattr(644,root,root,755)
9996%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9997%dir %{texmfdist}/bibtex/bst/vancouver
9998%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9999%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
10000%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
10001%doc %{texmfdist}/doc/bibtex/vancouver/README
10002%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
10003%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
10004
2fede27b
ZU
10005%files latex-booktabs
10006%defattr(644,root,root,755)
10007%doc %{texmfdist}/doc/latex/booktabs
1d337b0e 10008%{texmfdist}/source/latex/booktabs
2fede27b
ZU
10009%{texmfdist}/tex/latex/booktabs
10010
10011%files latex-caption
10012%defattr(644,root,root,755)
10013%doc %{texmfdist}/doc/latex/caption
10014%{texmfdist}/tex/latex/caption
1d337b0e 10015%{texmfdist}/source/latex/caption
2fede27b 10016
d08789e0
ZU
10017%files latex-carlisle
10018%defattr(644,root,root,755)
68640cd8
ZU
10019%doc %{texmfdist}/doc/latex/carlisle
10020%{texmfdist}/tex/latex/carlisle
1d337b0e 10021%{texmfdist}/source/latex/carlisle
d08789e0
ZU
10022
10023%files latex-ccfonts
10024%defattr(644,root,root,755)
68640cd8 10025%doc %{texmfdist}/doc/latex/ccfonts
70f52fe3 10026%{texmfdist}/source/latex/ccfonts
68640cd8 10027%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
10028
10029%files latex-cite
10030%defattr(644,root,root,755)
2677a8b0 10031%{texmfdist}/tex/latex/cite
d08789e0
ZU
10032
10033%files latex-cmbright
10034%defattr(644,root,root,755)
68640cd8
ZU
10035%doc %{texmfdist}/doc/latex/cmbright
10036%{texmfdist}/tex/latex/cmbright
10037
783773ac
ZU
10038%files latex-colortab
10039%defattr(644,root,root,755)
10040%doc %{texmfdist}/doc/generic/colortab
10041%{texmfdist}/tex/latex/colortab
10042%{texmfdist}/tex/generic/colortab
10043
2fede27b
ZU
10044%files latex-comment
10045%defattr(644,root,root,755)
10046%doc %{texmfdist}/doc/latex/comment
10047%{texmfdist}/tex/latex/comment
1d337b0e 10048%{texmfdist}/source/latex/comment
d08789e0
ZU
10049
10050%files latex-concmath
10051%defattr(644,root,root,755)
2677a8b0 10052%{texmfdist}/tex/latex/concmath
d08789e0 10053
2fede27b
ZU
10054%files latex-currvita
10055%defattr(644,root,root,755)
10056%doc %{texmfdist}/doc/latex/currvita
10057%{texmfdist}/tex/latex/currvita
de260d32
ZU
10058%{texmfdist}/source/latex/currvita
10059%doc %{texmfdist}/doc/latex/curve
10060%{texmfdist}/source/latex/curve
10061%{texmfdist}/tex/latex/curve
10062%doc %{texmfdist}/doc/latex/ecv
10063%{texmfdist}/source/latex/ecv
10064%{texmfdist}/tex/latex/ecv
10065%doc %{texmfdist}/doc/latex/simplecv
10066%{texmfdist}/source/latex/simplecv
10067%{texmfdist}/tex/latex/simplecv
2fede27b
ZU
10068
10069%files latex-curves
10070%defattr(644,root,root,755)
10071%doc %{texmfdist}/doc/latex/curves
1d337b0e 10072%{texmfdist}/source/latex/curves
2fede27b
ZU
10073%{texmfdist}/tex/latex/curves
10074
d08789e0
ZU
10075%files latex-custom-bib
10076%defattr(644,root,root,755)
9501d92c
ZU
10077%doc %{texmfdist}/doc/latex/custom-bib
10078%{texmfdist}/source/latex/custom-bib
10079%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
10080
10081%files latex-cyrillic
10082%defattr(644,root,root,755)
9501d92c
ZU
10083%doc %{texmfdist}/doc/latex/cyrillic
10084%{texmfdist}/source/latex/cyrillic
10085%{texmfdist}/tex/latex/cyrillic
d08789e0 10086
04eb4e68
ZU
10087# %files latex-dstroke
10088# %defattr(644,root,root,755)
10089# %{texmf}/tex/latex/dstroke
d08789e0 10090
60597425
ZU
10091%files latex-enumitem
10092%defattr(644,root,root,755)
10093%doc %{texmfdist}/doc/latex/enumitem
10094%{texmfdist}/tex/latex/enumitem
10095
70f52fe3 10096%files latex-exams
2b453bda 10097%defattr(644,root,root,755)
f1f5d194 10098%doc %{texmfdist}/doc/latex/exam
2b453bda 10099%{texmfdist}/tex/latex/exam
70f52fe3
ZU
10100# generate problem sheets and their solution sheets
10101%doc %{texmfdist}/doc/latex/probsoln
10102%{texmfdist}/source/latex/probsoln
10103%{texmfdist}/tex/latex/probsoln
247457ba
ZU
10104%doc %{texmfdist}/doc/latex/examdesign
10105%{texmfdist}/tex/latex/examdesign
10106%{texmfdist}/source/latex/examdesign
70f52fe3
ZU
10107%doc %{texmfdist}/doc/latex/mathexam
10108%{texmfdist}/source/latex/mathexam
10109%{texmfdist}/tex/latex/mathexam
10110# A LaTeX2e class for making multiple choice questionnaires
10111%doc %{texmfdist}/doc/latex/qcm
10112%{texmfdist}/source/latex/qcm
10113%{texmfdist}/tex/latex/qcm
10114# A LaTeX class for writing exercise sheets.
10115%doc %{texmfdist}/doc/latex/uebungsblatt
10116%{texmfdist}/tex/latex/uebungsblatt
247457ba 10117
b916bc39
ZU
10118%files latex-float
10119%defattr(644,root,root,755)
10120# Continuation headings and legends for floats.
10121%doc %{texmfdist}/doc/latex/ccaption
10122%{texmfdist}/source/latex/ccaption
10123%{texmfdist}/tex/latex/ccaption
10124# A float environment for photographs.
10125%doc %{texmfdist}/doc/latex/photo
10126%{texmfdist}/source/latex/photo
10127%{texmfdist}/tex/latex/photo
f4f1ef6b
ZU
10128# Move floats to the top of the page.
10129%doc %{texmfdist}/doc/latex/topfloat
10130%{texmfdist}/tex/latex/topfloat
b916bc39 10131
247457ba
ZU
10132%files latex-formlett
10133%defattr(644,root,root,755)
10134%doc %{texmfdist}/doc/latex/formlett
10135%{texmfdist}/tex/latex/formlett
10136
c9ddaf2d
ZU
10137%files latex-formular
10138%defattr(644,root,root,755)
10139%doc %{texmfdist}/doc/latex/formular
10140%{texmfdist}/tex/latex/formular
10141%{texmfdist}/source/latex/formular
10142
f1f5d194
ZU
10143%files latex-gbrief
10144%defattr(644,root,root,755)
10145%doc %{texmfdist}/doc/latex/g-brief
c82fac6f 10146%{texmfdist}/source/latex/g-brief
f1f5d194
ZU
10147%{texmfdist}/tex/latex/g-brief
10148
d08789e0
ZU
10149%files latex-jknappen
10150%defattr(644,root,root,755)
9501d92c
ZU
10151%doc %{texmfdist}/fonts/source/jknappen
10152%{texmfdist}/fonts/tfm/jknappen
d08789e0 10153
d19eaaab
ZU
10154%files latex-keystroke
10155%defattr(644,root,root,755)
10156%{texmfdist}/tex/latex/keystroke
10157%doc %{texmfdist}/doc/latex/keystroke
10158
10159%files latex-labbook
10160%defattr(644,root,root,755)
10161%doc %{texmfdist}/doc/latex/labbook
10162%{texmfdist}/source/latex/labbook
10163%{texmfdist}/tex/latex/labbook
10164
a8b381b0
ZU
10165%files latex-lastpage
10166%defattr(644,root,root,755)
a8b381b0 10167%doc %{texmfdist}/doc/latex/lastpage
f1f5d194 10168%{texmfdist}/tex/latex/lastpage
b9c820f8 10169%{texmfdist}/source/latex/lastpage
f1f5d194 10170
d19eaaab
ZU
10171%files latex-lcd
10172%defattr(644,root,root,755)
10173%doc %{texmfdist}/doc/latex/lcd
10174%{texmfdist}/source/latex/lcd
10175%{texmfdist}/tex/latex/lcd
10176
10177%files latex-leaflet
10178%defattr(644,root,root,755)
10179%doc %{texmfdist}/doc/latex/leaflet
10180%{texmfdist}/source/latex/leaflet
10181%{texmfdist}/tex/latex/leaflet
10182
f1f5d194
ZU
10183%files latex-leftidx
10184%defattr(644,root,root,755)
10185%doc %{texmfdist}/doc/latex/leftidx
10186%{texmfdist}/tex/latex/leftidx
6bc47e19 10187%{texmfdist}/source/latex/leftidx
a8b381b0 10188
d19eaaab
ZU
10189%files latex-lewis
10190%defattr(644,root,root,755)
10191%doc %{texmfdist}/doc/latex/lewis
10192%{texmfdist}/tex/latex/lewis
10193
d08789e0
ZU
10194%files latex-lm
10195%defattr(644,root,root,755)
9501d92c
ZU
10196%doc %{texmfdist}/doc/fonts/lm
10197%{texmfdist}/tex/latex/lm
10198%{texmfdist}/fonts/afm/public/lm
10199%{texmfdist}/fonts/enc/dvips/lm
10200%{texmfdist}/fonts/map/dvips/lm
10201%{texmfdist}/fonts/map/dvipdfm/lm
10202%{texmfdist}/fonts/opentype/public/lm
10203%{texmfdist}/fonts/tfm/public/lm
10204%{texmfdist}/source/fonts/lm
d08789e0
ZU
10205
10206%files latex-lucidabr
10207%defattr(644,root,root,755)
8affbd2c 10208%dir %{texmfdist}/vtex
caaf987e 10209%{texmfdist}/vtex/config
d08789e0
ZU
10210
10211%files latex-lineno
10212%defattr(644,root,root,755)
9501d92c
ZU
10213%doc %{texmfdist}/doc/latex/lineno
10214%{texmfdist}/tex/latex/lineno
10215
70f52fe3
ZU
10216%files latex-metre
10217%defattr(644,root,root,755)
10218%doc %{texmfdist}/doc/latex/metre
10219%{texmfdist}/source/latex/metre
10220%{texmfdist}/tex/latex/metre
d08789e0
ZU
10221
10222%files latex-marvosym
10223%defattr(644,root,root,755)
2677a8b0 10224%{texmfdist}/tex/latex/marvosym
d08789e0 10225
5b7eba8e
MB
10226#%files latex-mathpple
10227#%defattr(644,root,root,755)
d08789e0 10228
5b7eba8e
MB
10229#%files latex-mathtime
10230#%defattr(644,root,root,755)
d08789e0
ZU
10231
10232%files latex-microtype
10233%defattr(644,root,root,755)
26d8eaaa
ZU
10234%doc %{texmfdist}/doc/latex/microtype
10235%{texmfdist}/source/latex/microtype
10236%{texmfdist}/tex/latex/microtype
d08789e0 10237
de260d32
ZU
10238%files latex-misc
10239%defattr(644,root,root,755)
10240%doc %{texmfdist}/doc/latex/fixme
10241%{texmfdist}/source/latex/fixme
10242%{texmfdist}/tex/latex/fixme
10243%doc %{texmfdist}/doc/latex/recipecard
10244%{texmfdist}/source/latex/recipecard
10245%{texmfdist}/tex/latex/recipecard
10246%doc %{texmfdist}/doc/latex/cooking
10247%{texmfdist}/source/latex/cooking
10248%{texmfdist}/tex/latex/cooking
10249%doc %{texmfdist}/doc/latex/cuisine
10250%{texmfdist}/source/latex/cuisine
10251%{texmfdist}/tex/latex/cuisine
70f52fe3
ZU
10252%doc %{texmfdist}/doc/latex/todo
10253%{texmfdist}/source/latex/todo
10254%{texmfdist}/tex/latex/todo
de260d32 10255
d08789e0
ZU
10256%files latex-mflogo
10257%defattr(644,root,root,755)
26d8eaaa
ZU
10258%doc %{texmfdist}/doc/latex/mflogo
10259%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
10260
10261%files latex-mfnfss
10262%defattr(644,root,root,755)
26d8eaaa
ZU
10263%{texmfdist}/source/latex/mfnfss
10264%{texmfdist}/tex/latex/mfnfss
10265
d08789e0
ZU
10266%files latex-minitoc
10267%defattr(644,root,root,755)
26d8eaaa
ZU
10268%doc %{texmfdist}/doc/latex/minitoc
10269%{texmfdist}/bibtex/bst/minitoc
10270%{texmfdist}/makeindex/minitoc
10271%{texmfdist}/scripts/minitoc
10272%{texmfdist}/source/latex/minitoc
10273%{texmfdist}/tex/latex/minitoc
10274
d08789e0
ZU
10275%files latex-mltex
10276%defattr(644,root,root,755)
26d8eaaa
ZU
10277%doc %{texmfdist}/doc/latex/mltex
10278%{texmfdist}/tex/latex/mltex
3f42cf69 10279%{texmfdist}/tex/mltex/config
d08789e0 10280
f1f5d194
ZU
10281%files latex-moreverb
10282%defattr(644,root,root,755)
10283%doc %{texmfdist}/doc/latex/moreverb
10284%{texmfdist}/tex/latex/moreverb
c82fac6f 10285%{texmfdist}/source/latex/moreverb
f1f5d194 10286
d34bfb7f
ZU
10287%files latex-multienum
10288%defattr(644,root,root,755)
f2555868 10289%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 10290%dir %{texmfdist}/tex/latex/multenum
f2555868 10291%{texmfdist}/tex/latex/multenum/*
d34bfb7f 10292
8ed039e0
ZU
10293%files latex-musictex
10294%defattr(644,root,root,755)
10295%doc %{texmfdist}/doc/generic/musictex
10296%{texmfdist}/fonts/source/public/musictex
10297%{texmfdist}/fonts/tfm/public/musictex
10298%{texmfdist}/tex/generic/musictex
10299%{texmfdist}/tex/latex/musictex
10300
a8b381b0
ZU
10301%files latex-ntheorem
10302%defattr(644,root,root,755)
a8b381b0 10303%doc %{texmfdist}/doc/latex/ntheorem
6bc47e19
ZU
10304%{texmfdist}/tex/latex/ntheorem
10305%{texmfdist}/source/latex/ntheorem
26d8eaaa 10306
f65b3398
ZU
10307%files latex-other-doc
10308%defattr(644,root,root,755)
8affbd2c 10309%doc %{texmfdist}/doc/alatex
f65b3398 10310%doc %{texmfdist}/doc/cslatex/base
e67df411 10311%doc %{texmfdist}/doc/generic/enctex
8affbd2c 10312%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
10313%doc %{texmfdist}/doc/latex/ANUfinalexam
10314%doc %{texmfdist}/doc/latex/AkkTeX
f65b3398 10315%doc %{texmfdist}/doc/latex/GuIT
f65b3398 10316%doc %{texmfdist}/doc/latex/a0poster
f65b3398 10317%doc %{texmfdist}/doc/latex/acmtrans
f65b3398
ZU
10318%doc %{texmfdist}/doc/latex/adrlist
10319%doc %{texmfdist}/doc/latex/afthesis
10320%doc %{texmfdist}/doc/latex/aguplus
f65b3398 10321%doc %{texmfdist}/doc/latex/akletter
f65b3398
ZU
10322%doc %{texmfdist}/doc/latex/algorithm2e
10323%doc %{texmfdist}/doc/latex/algorithmicx
f65b3398
ZU
10324%doc %{texmfdist}/doc/latex/altfont
10325%doc %{texmfdist}/doc/latex/ametsoc
10326%doc %{texmfdist}/doc/latex/amsaddr
10327%doc %{texmfdist}/doc/latex/amsrefs
10328%doc %{texmfdist}/doc/latex/animate
10329%doc %{texmfdist}/doc/latex/answers
10330%doc %{texmfdist}/doc/latex/anyfontsize
10331%doc %{texmfdist}/doc/latex/apa
f65b3398
ZU
10332%doc %{texmfdist}/doc/latex/ar
10333%doc %{texmfdist}/doc/latex/arabi
10334%doc %{texmfdist}/doc/latex/arabtex
f65b3398
ZU
10335%doc %{texmfdist}/doc/latex/ascelike
10336%doc %{texmfdist}/doc/latex/assignment
f65b3398
ZU
10337%doc %{texmfdist}/doc/latex/augie
10338%doc %{texmfdist}/doc/latex/aurical
10339%doc %{texmfdist}/doc/latex/authorindex
10340%doc %{texmfdist}/doc/latex/autoarea
10341%doc %{texmfdist}/doc/latex/autotab
f65b3398
ZU
10342%doc %{texmfdist}/doc/latex/bangtex
10343%doc %{texmfdist}/doc/latex/barcodes
10344%doc %{texmfdist}/doc/latex/bayer
10345%doc %{texmfdist}/doc/latex/bbm-macros
10346%doc %{texmfdist}/doc/latex/beamer-contrib
10347%doc %{texmfdist}/doc/latex/begriff
10348%doc %{texmfdist}/doc/latex/betababel
f65b3398
ZU
10349%doc %{texmfdist}/doc/latex/bibarts
10350%doc %{texmfdist}/doc/latex/bibleref
10351%doc %{texmfdist}/doc/latex/biblist
f65b3398 10352%doc %{texmfdist}/doc/latex/bigfoot
f65b3398
ZU
10353%doc %{texmfdist}/doc/latex/bizcard
10354%doc %{texmfdist}/doc/latex/blindtext
f65b3398
ZU
10355%doc %{texmfdist}/doc/latex/boldtensors
10356%doc %{texmfdist}/doc/latex/bookest
f65b3398 10357%doc %{texmfdist}/doc/latex/boxhandler
f65b3398
ZU
10358%doc %{texmfdist}/doc/latex/braille
10359%doc %{texmfdist}/doc/latex/breakurl
10360%doc %{texmfdist}/doc/latex/brushscr
f65b3398 10361%doc %{texmfdist}/doc/latex/bussproofs
f65b3398
ZU
10362%doc %{texmfdist}/doc/latex/calxxxx
10363%doc %{texmfdist}/doc/latex/captcont
10364%doc %{texmfdist}/doc/latex/casyl
10365%doc %{texmfdist}/doc/latex/catechis
10366%doc %{texmfdist}/doc/latex/cbcoptic
10367%doc %{texmfdist}/doc/latex/cclicenses
10368%doc %{texmfdist}/doc/latex/cd-cover
10369%doc %{texmfdist}/doc/latex/cd
10370%doc %{texmfdist}/doc/latex/cdpbundl
10371%doc %{texmfdist}/doc/latex/cellspace
10372%doc %{texmfdist}/doc/latex/changes
10373%doc %{texmfdist}/doc/latex/chapterfolder
f65b3398 10374%doc %{texmfdist}/doc/latex/china2e
f65b3398
ZU
10375%doc %{texmfdist}/doc/latex/cite
10376%doc %{texmfdist}/doc/latex/cjk
10377%doc %{texmfdist}/doc/latex/classicthesis
f65b3398
ZU
10378%doc %{texmfdist}/doc/latex/cleveref
10379%doc %{texmfdist}/doc/latex/clock
10380%doc %{texmfdist}/doc/latex/clrscode
10381%doc %{texmfdist}/doc/latex/cm-lgc
10382%doc %{texmfdist}/doc/latex/cmap
10383%doc %{texmfdist}/doc/latex/cmcyralt
10384%doc %{texmfdist}/doc/latex/cmdstring
f65b3398
ZU
10385%doc %{texmfdist}/doc/latex/codepage
10386%doc %{texmfdist}/doc/latex/colorinfo
f65b3398
ZU
10387%doc %{texmfdist}/doc/latex/commath
10388%doc %{texmfdist}/doc/latex/complexity
f65b3398
ZU
10389%doc %{texmfdist}/doc/latex/concprog
10390%doc %{texmfdist}/doc/latex/confproc
f65b3398
ZU
10391%doc %{texmfdist}/doc/latex/courier-scaled
10392%doc %{texmfdist}/doc/latex/courseoutline
10393%doc %{texmfdist}/doc/latex/coursepaper
10394%doc %{texmfdist}/doc/latex/coverpage
10395%doc %{texmfdist}/doc/latex/covington
10396%doc %{texmfdist}/doc/latex/crossreference
f65b3398
ZU
10397%doc %{texmfdist}/doc/latex/cryst
10398%doc %{texmfdist}/doc/latex/csbulletin
10399%doc %{texmfdist}/doc/latex/csquotes
f65b3398 10400%doc %{texmfdist}/doc/latex/ctib
f65b3398 10401%doc %{texmfdist}/doc/latex/cursor
f65b3398
ZU
10402%doc %{texmfdist}/doc/latex/cv
10403%doc %{texmfdist}/doc/latex/cweb-latex
f65b3398 10404%doc %{texmfdist}/doc/latex/dateiliste
f65b3398
ZU
10405%doc %{texmfdist}/doc/latex/datetime
10406%doc %{texmfdist}/doc/latex/dcpic
f65b3398 10407%doc %{texmfdist}/doc/latex/diagnose
f65b3398
ZU
10408%doc %{texmfdist}/doc/latex/dichokey
10409%doc %{texmfdist}/doc/latex/digiconfigs
10410%doc %{texmfdist}/doc/latex/din1505
10411%doc %{texmfdist}/doc/latex/directory
f65b3398 10412%doc %{texmfdist}/doc/latex/dlfltxb
f65b3398
ZU
10413%doc %{texmfdist}/doc/latex/docmfp
10414%doc %{texmfdist}/doc/latex/doi
10415%doc %{texmfdist}/doc/latex/doipubmed
10416%doc %{texmfdist}/doc/latex/dotarrow
10417%doc %{texmfdist}/doc/latex/dottex
10418%doc %{texmfdist}/doc/latex/dpfloat
f65b3398 10419%doc %{texmfdist}/doc/latex/drac
f65b3398 10420%doc %{texmfdist}/doc/latex/dramatist
f65b3398
ZU
10421%doc %{texmfdist}/doc/latex/dtxgallery
10422%doc %{texmfdist}/doc/latex/duerer-latex
10423%doc %{texmfdist}/doc/latex/dvdcoll
f65b3398
ZU
10424%doc %{texmfdist}/doc/latex/eCards
10425%doc %{texmfdist}/doc/latex/ean13isbn
10426%doc %{texmfdist}/doc/latex/easy
10427%doc %{texmfdist}/doc/latex/ebezier
10428%doc %{texmfdist}/doc/latex/ebong
10429%doc %{texmfdist}/doc/latex/ebsthesis
10430%doc %{texmfdist}/doc/latex/ecclesiastic
10431%doc %{texmfdist}/doc/latex/ecltree
f65b3398
ZU
10432%doc %{texmfdist}/doc/latex/ed
10433%doc %{texmfdist}/doc/latex/edmac
10434%doc %{texmfdist}/doc/latex/edmargin
10435%doc %{texmfdist}/doc/latex/ednotes
10436%doc %{texmfdist}/doc/latex/eemeir
10437%doc %{texmfdist}/doc/latex/egameps
f65b3398 10438%doc %{texmfdist}/doc/latex/ellipsis
f65b3398 10439%doc %{texmfdist}/doc/latex/elpres
f65b3398
ZU
10440%doc %{texmfdist}/doc/latex/elsevier
10441%doc %{texmfdist}/doc/latex/em
10442%doc %{texmfdist}/doc/latex/emp
10443%doc %{texmfdist}/doc/latex/emulateapj
10444%doc %{texmfdist}/doc/latex/endheads
10445%doc %{texmfdist}/doc/latex/engpron
10446%doc %{texmfdist}/doc/latex/engrec
f65b3398
ZU
10447%doc %{texmfdist}/doc/latex/envlab
10448%doc %{texmfdist}/doc/latex/epigraph
10449%doc %{texmfdist}/doc/latex/epiolmec
10450%doc %{texmfdist}/doc/latex/epsdice
10451%doc %{texmfdist}/doc/latex/epspdfconversion
f65b3398
ZU
10452%doc %{texmfdist}/doc/latex/eqparbox
10453%doc %{texmfdist}/doc/latex/errata
f65b3398 10454%doc %{texmfdist}/doc/latex/eskdx
f65b3398
ZU
10455%doc %{texmfdist}/doc/latex/etex-pkg
10456%doc %{texmfdist}/doc/latex/ethiop-t1
10457%doc %{texmfdist}/doc/latex/ethiop
10458%doc %{texmfdist}/doc/latex/etoolbox
10459%doc %{texmfdist}/doc/latex/eukdate
10460%doc %{texmfdist}/doc/latex/euproposal
10461%doc %{texmfdist}/doc/latex/euro
10462%doc %{texmfdist}/doc/latex/europecv
10463%doc %{texmfdist}/doc/latex/eurosans
10464%doc %{texmfdist}/doc/latex/everypage
f65b3398
ZU
10465%doc %{texmfdist}/doc/latex/examplep
10466%doc %{texmfdist}/doc/latex/exceltex
10467%doc %{texmfdist}/doc/latex/exercise
f65b3398 10468%doc %{texmfdist}/doc/latex/expl3
f65b3398 10469%doc %{texmfdist}/doc/latex/extarrows
f65b3398
ZU
10470%doc %{texmfdist}/doc/latex/extract
10471%doc %{texmfdist}/doc/latex/facsimile
f65b3398
ZU
10472%doc %{texmfdist}/doc/latex/fancynum
10473%doc %{texmfdist}/doc/latex/fancyref
10474%doc %{texmfdist}/doc/latex/fancytooltips
10475%doc %{texmfdist}/doc/latex/fax
f65b3398
ZU
10476%doc %{texmfdist}/doc/latex/figbib
10477%doc %{texmfdist}/doc/latex/figsize
10478%doc %{texmfdist}/doc/latex/fink
10479%doc %{texmfdist}/doc/latex/fixfoot
f65b3398
ZU
10480%doc %{texmfdist}/doc/latex/flabels
10481%doc %{texmfdist}/doc/latex/flacards
10482%doc %{texmfdist}/doc/latex/flagderiv
10483%doc %{texmfdist}/doc/latex/flashcards
f65b3398 10484%doc %{texmfdist}/doc/latex/floatrow
f65b3398 10485%doc %{texmfdist}/doc/latex/fmp
f65b3398
ZU
10486%doc %{texmfdist}/doc/latex/fnbreak
10487%doc %{texmfdist}/doc/latex/fncychap
10488%doc %{texmfdist}/doc/latex/foekfont
10489%doc %{texmfdist}/doc/latex/fonttable
f65b3398
ZU
10490%doc %{texmfdist}/doc/latex/frankenstein
10491%doc %{texmfdist}/doc/latex/frenchle
10492%doc %{texmfdist}/doc/latex/fribrief
10493%doc %{texmfdist}/doc/latex/frletter
10494%doc %{texmfdist}/doc/latex/frontespizio
10495%doc %{texmfdist}/doc/latex/fullblck
10496%doc %{texmfdist}/doc/latex/fullpict
f65b3398
ZU
10497%doc %{texmfdist}/doc/latex/fundus
10498%doc %{texmfdist}/doc/latex/gaceta
f65b3398
ZU
10499%doc %{texmfdist}/doc/latex/gastex
10500%doc %{texmfdist}/doc/latex/gatech-thesis
10501%doc %{texmfdist}/doc/latex/gauss
10502%doc %{texmfdist}/doc/latex/gb4e
10503%doc %{texmfdist}/doc/latex/gcard
10504%doc %{texmfdist}/doc/latex/gcite
10505%doc %{texmfdist}/doc/latex/genmpage
10506%doc %{texmfdist}/doc/latex/geomsty
f65b3398
ZU
10507%doc %{texmfdist}/doc/latex/gloss
10508%doc %{texmfdist}/doc/latex/glossaries
10509%doc %{texmfdist}/doc/latex/gmdoc
10510%doc %{texmfdist}/doc/latex/gmeometric
10511%doc %{texmfdist}/doc/latex/gmiflink
10512%doc %{texmfdist}/doc/latex/gmutils
10513%doc %{texmfdist}/doc/latex/gmverb
f65b3398
ZU
10514%doc %{texmfdist}/doc/latex/graphicx-psmin
10515%doc %{texmfdist}/doc/latex/greek-inputenc
10516%doc %{texmfdist}/doc/latex/greekdates
10517%doc %{texmfdist}/doc/latex/greektex
10518%doc %{texmfdist}/doc/latex/grfpaste
10519%doc %{texmfdist}/doc/latex/grnumalt
10520%doc %{texmfdist}/doc/latex/grverb
10521%doc %{texmfdist}/doc/latex/gu
f65b3398
ZU
10522%doc %{texmfdist}/doc/latex/guitbeamer
10523%doc %{texmfdist}/doc/latex/hanging
10524%doc %{texmfdist}/doc/latex/har2nat
10525%doc %{texmfdist}/doc/latex/harmony
10526%doc %{texmfdist}/doc/latex/harpoon
10527%doc %{texmfdist}/doc/latex/harvard
10528%doc %{texmfdist}/doc/latex/hc
10529%doc %{texmfdist}/doc/latex/hep
10530%doc %{texmfdist}/doc/latex/hepnames
10531%doc %{texmfdist}/doc/latex/hepparticles
10532%doc %{texmfdist}/doc/latex/hepthesis
10533%doc %{texmfdist}/doc/latex/hepunits
10534%doc %{texmfdist}/doc/latex/hexgame
f65b3398
ZU
10535%doc %{texmfdist}/doc/latex/histogr
10536%doc %{texmfdist}/doc/latex/hitec
10537%doc %{texmfdist}/doc/latex/hpsdiss
f65b3398
ZU
10538%doc %{texmfdist}/doc/latex/hvfloat
10539%doc %{texmfdist}/doc/latex/hypdvips
10540%doc %{texmfdist}/doc/latex/hyperref-docsrc
10541%doc %{texmfdist}/doc/latex/hyperxmp
10542%doc %{texmfdist}/doc/latex/ibycus-babel
10543%doc %{texmfdist}/doc/latex/icsv
10544%doc %{texmfdist}/doc/latex/ieeepes
10545%doc %{texmfdist}/doc/latex/ifmslide
10546%doc %{texmfdist}/doc/latex/ifplatform
10547%doc %{texmfdist}/doc/latex/ijmart
10548%doc %{texmfdist}/doc/latex/imac
10549%doc %{texmfdist}/doc/latex/image-gallery
10550%doc %{texmfdist}/doc/latex/imtekda
10551%doc %{texmfdist}/doc/latex/inlinebib
10552%doc %{texmfdist}/doc/latex/inlinedef
10553%doc %{texmfdist}/doc/latex/interactiveworkbook
f65b3398
ZU
10554%doc %{texmfdist}/doc/latex/invoice
10555%doc %{texmfdist}/doc/latex/ipa
10556%doc %{texmfdist}/doc/latex/iso
10557%doc %{texmfdist}/doc/latex/iso10303
10558%doc %{texmfdist}/doc/latex/isodate
10559%doc %{texmfdist}/doc/latex/isodoc
f65b3398 10560%doc %{texmfdist}/doc/latex/itnumpar
f65b3398
ZU
10561%doc %{texmfdist}/doc/latex/jknapltx
10562%doc %{texmfdist}/doc/latex/jneurosci
10563%doc %{texmfdist}/doc/latex/jpsj
10564%doc %{texmfdist}/doc/latex/jura
10565%doc %{texmfdist}/doc/latex/juraabbrev
10566%doc %{texmfdist}/doc/latex/juramisc
10567%doc %{texmfdist}/doc/latex/jurarsp
10568%doc %{texmfdist}/doc/latex/karnaugh
10569%doc %{texmfdist}/doc/latex/kerkis
10570%doc %{texmfdist}/doc/latex/kerntest
10571%doc %{texmfdist}/doc/latex/kluwer
f65b3398
ZU
10572%doc %{texmfdist}/doc/latex/lazylist
10573%doc %{texmfdist}/doc/latex/lcyw
f65b3398 10574%doc %{texmfdist}/doc/latex/ledmac
f65b3398
ZU
10575%doc %{texmfdist}/doc/latex/lgreek
10576%doc %{texmfdist}/doc/latex/lhelp
10577%doc %{texmfdist}/doc/latex/linguex
10578%doc %{texmfdist}/doc/latex/lipsum
10579%doc %{texmfdist}/doc/latex/listbib
f65b3398
ZU
10580%doc %{texmfdist}/doc/latex/lkproof
10581%doc %{texmfdist}/doc/latex/logic
f65b3398
ZU
10582%doc %{texmfdist}/doc/latex/ltxindex
10583%doc %{texmfdist}/doc/latex/mafr
10584%doc %{texmfdist}/doc/latex/magyar
10585%doc %{texmfdist}/doc/latex/mailing
10586%doc %{texmfdist}/doc/latex/makebarcode
f65b3398
ZU
10587%doc %{texmfdist}/doc/latex/makedtx
10588%doc %{texmfdist}/doc/latex/makeglos
f65b3398
ZU
10589%doc %{texmfdist}/doc/latex/mathdesign
10590%doc %{texmfdist}/doc/latex/mathpazo
f65b3398 10591%doc %{texmfdist}/doc/latex/mceinleger
f65b3398 10592%doc %{texmfdist}/doc/latex/memexsupp
f65b3398 10593%doc %{texmfdist}/doc/latex/metaplot
f65b3398 10594%doc %{texmfdist}/doc/latex/mff
f65b3398 10595%doc %{texmfdist}/doc/latex/mftinc
f65b3398 10596%doc %{texmfdist}/doc/latex/minutes
f65b3398
ZU
10597%doc %{texmfdist}/doc/latex/mmap
10598%doc %{texmfdist}/doc/latex/mnsymbol
10599%doc %{texmfdist}/doc/latex/moderncv
10600%doc %{texmfdist}/doc/latex/modroman
10601%doc %{texmfdist}/doc/latex/mongolian-babel
10602%doc %{texmfdist}/doc/latex/montex
10603%doc %{texmfdist}/doc/latex/moresize
f65b3398
ZU
10604%doc %{texmfdist}/doc/latex/msg
10605%doc %{texmfdist}/doc/latex/mslapa
10606%doc %{texmfdist}/doc/latex/mtgreek
10607%doc %{texmfdist}/doc/latex/multibbl
f65b3398
ZU
10608%doc %{texmfdist}/doc/latex/multirow
10609%doc %{texmfdist}/doc/latex/munich
f65b3398
ZU
10610%doc %{texmfdist}/doc/latex/muthesis
10611%doc %{texmfdist}/doc/latex/mxd
10612%doc %{texmfdist}/doc/latex/mxedruli
f65b3398
ZU
10613%doc %{texmfdist}/doc/latex/ncclatex
10614%doc %{texmfdist}/doc/latex/ncctools
10615%doc %{texmfdist}/doc/latex/nddiss
10616%doc %{texmfdist}/doc/latex/newalg
10617%doc %{texmfdist}/doc/latex/newfile
10618%doc %{texmfdist}/doc/latex/newlfm
10619%doc %{texmfdist}/doc/latex/newspaper
f65b3398
ZU
10620%doc %{texmfdist}/doc/latex/nomentbl
10621%doc %{texmfdist}/doc/latex/nonfloat
f65b3398 10622%doc %{texmfdist}/doc/latex/numname
f65b3398 10623%doc %{texmfdist}/doc/latex/ocr-latex
f65b3398
ZU
10624%doc %{texmfdist}/doc/latex/ogham
10625%doc %{texmfdist}/doc/latex/ogonek
10626%doc %{texmfdist}/doc/latex/opcit
10627%doc %{texmfdist}/doc/latex/ordinalpt
f65b3398
ZU
10628%doc %{texmfdist}/doc/latex/otibet
10629%doc %{texmfdist}/doc/latex/outline
10630%doc %{texmfdist}/doc/latex/outliner
10631%doc %{texmfdist}/doc/latex/pagenote
f65b3398 10632%doc %{texmfdist}/doc/latex/papercdcase
f65b3398
ZU
10633%doc %{texmfdist}/doc/latex/paresse
10634%doc %{texmfdist}/doc/latex/parrun
10635%doc %{texmfdist}/doc/latex/pauldoc
f65b3398
ZU
10636%doc %{texmfdist}/doc/latex/pdfwin
10637%doc %{texmfdist}/doc/latex/pecha
10638%doc %{texmfdist}/doc/latex/perception
10639%doc %{texmfdist}/doc/latex/perltex
f65b3398
ZU
10640%doc %{texmfdist}/doc/latex/pgf-soroban
10641%doc %{texmfdist}/doc/latex/pgfopts
f65b3398 10642%doc %{texmfdist}/doc/latex/philex
f65b3398 10643%doc %{texmfdist}/doc/latex/plates
f65b3398
ZU
10644%doc %{texmfdist}/doc/latex/plweb
10645%doc %{texmfdist}/doc/latex/pmgraph
f65b3398
ZU
10646%doc %{texmfdist}/doc/latex/polski
10647%doc %{texmfdist}/doc/latex/polyglot
f65b3398
ZU
10648%doc %{texmfdist}/doc/latex/postcards
10649%doc %{texmfdist}/doc/latex/powerdot
10650%doc %{texmfdist}/doc/latex/ppower4
10651%doc %{texmfdist}/doc/latex/ppr-prv
f65b3398
ZU
10652%doc %{texmfdist}/doc/latex/prettyref
10653%doc %{texmfdist}/doc/latex/proba
f65b3398 10654%doc %{texmfdist}/doc/latex/procIAGssymp
f65b3398
ZU
10655%doc %{texmfdist}/doc/latex/protex
10656%doc %{texmfdist}/doc/latex/protocol
10657%doc %{texmfdist}/doc/latex/psfragx
10658%doc %{texmfdist}/doc/latex/psgo
10659%doc %{texmfdist}/doc/latex/pspicture
10660%doc %{texmfdist}/doc/latex/pst2pdf
f65b3398
ZU
10661%doc %{texmfdist}/doc/latex/qobitree
10662%doc %{texmfdist}/doc/latex/qstest
f65b3398
ZU
10663%doc %{texmfdist}/doc/latex/quotmark
10664%doc %{texmfdist}/doc/latex/r_und_s
10665%doc %{texmfdist}/doc/latex/randbild
f65b3398
ZU
10666%doc %{texmfdist}/doc/latex/rcs
10667%doc %{texmfdist}/doc/latex/rcsinfo
f65b3398
ZU
10668%doc %{texmfdist}/doc/latex/rectopma
10669%doc %{texmfdist}/doc/latex/refcheck
f65b3398 10670%doc %{texmfdist}/doc/latex/refstyle
f65b3398
ZU
10671%doc %{texmfdist}/doc/latex/relenc
10672%doc %{texmfdist}/doc/latex/repeatindex
10673%doc %{texmfdist}/doc/latex/rlepsf
10674%doc %{texmfdist}/doc/latex/rmpage
f65b3398 10675%doc %{texmfdist}/doc/latex/robustindex
f65b3398
ZU
10676%doc %{texmfdist}/doc/latex/rst
10677%doc %{texmfdist}/doc/latex/rtkinenc
10678%doc %{texmfdist}/doc/latex/rtklage
10679%doc %{texmfdist}/doc/latex/sagetex
10680%doc %{texmfdist}/doc/latex/sanskrit
10681%doc %{texmfdist}/doc/latex/sauerj
10682%doc %{texmfdist}/doc/latex/sauterfonts
10683%doc %{texmfdist}/doc/latex/savefnmark
10684%doc %{texmfdist}/doc/latex/savetrees
10685%doc %{texmfdist}/doc/latex/scalebar
f65b3398
ZU
10686%doc %{texmfdist}/doc/latex/scientificpaper
10687%doc %{texmfdist}/doc/latex/sciposter
10688%doc %{texmfdist}/doc/latex/sciwordconv
f65b3398
ZU
10689%doc %{texmfdist}/doc/latex/sdrt
10690%doc %{texmfdist}/doc/latex/sectionbox
10691%doc %{texmfdist}/doc/latex/semantic
10692%doc %{texmfdist}/doc/latex/semioneside
10693%doc %{texmfdist}/doc/latex/seqsplit
10694%doc %{texmfdist}/doc/latex/sf298
10695%doc %{texmfdist}/doc/latex/sffms
10696%doc %{texmfdist}/doc/latex/sfg
10697%doc %{texmfdist}/doc/latex/sgame
10698%doc %{texmfdist}/doc/latex/shadethm
f65b3398
ZU
10699%doc %{texmfdist}/doc/latex/shorttoc
10700%doc %{texmfdist}/doc/latex/show2e
10701%doc %{texmfdist}/doc/latex/showexpl
f65b3398
ZU
10702%doc %{texmfdist}/doc/latex/slantsc
10703%doc %{texmfdist}/doc/latex/smalltableof
10704%doc %{texmfdist}/doc/latex/smartref
10705%doc %{texmfdist}/doc/latex/smflatex
10706%doc %{texmfdist}/doc/latex/snapshot
f65b3398
ZU
10707%doc %{texmfdist}/doc/latex/sort-by-letters
10708%doc %{texmfdist}/doc/latex/soyombo
10709%doc %{texmfdist}/doc/latex/sparklines
10710%doc %{texmfdist}/doc/latex/spie
10711%doc %{texmfdist}/doc/latex/splitbib
f65b3398
ZU
10712%doc %{texmfdist}/doc/latex/spotcolor
10713%doc %{texmfdist}/doc/latex/sprite
10714%doc %{texmfdist}/doc/latex/srcltx
f65b3398 10715%doc %{texmfdist}/doc/latex/ssqquote
f65b3398
ZU
10716%doc %{texmfdist}/doc/latex/statistik
10717%doc %{texmfdist}/doc/latex/stdpage
10718%doc %{texmfdist}/doc/latex/stellenbosch
10719%doc %{texmfdist}/doc/latex/stex
f65b3398
ZU
10720%doc %{texmfdist}/doc/latex/struktex
10721%doc %{texmfdist}/doc/latex/sttools
10722%doc %{texmfdist}/doc/latex/stubs
f65b3398 10723%doc %{texmfdist}/doc/latex/subfloat
f65b3398
ZU
10724%doc %{texmfdist}/doc/latex/sugconf
10725%doc %{texmfdist}/doc/latex/supertabular
f65b3398
ZU
10726%doc %{texmfdist}/doc/latex/svgcolor
10727%doc %{texmfdist}/doc/latex/svn-multi
10728%doc %{texmfdist}/doc/latex/svn
10729%doc %{texmfdist}/doc/latex/svninfo
10730%doc %{texmfdist}/doc/latex/swebib
10731%doc %{texmfdist}/doc/latex/swimgraf
10732%doc %{texmfdist}/doc/latex/synproof
10733%doc %{texmfdist}/doc/latex/syntax
10734%doc %{texmfdist}/doc/latex/syntrace
10735%doc %{texmfdist}/doc/latex/synttree
10736%doc %{texmfdist}/doc/latex/t-angles
10737%doc %{texmfdist}/doc/latex/tableaux
10738%doc %{texmfdist}/doc/latex/tablists
10739%doc %{texmfdist}/doc/latex/tablor
10740%doc %{texmfdist}/doc/latex/tabto-ltx
10741%doc %{texmfdist}/doc/latex/tabulary
10742%doc %{texmfdist}/doc/latex/tabvar
10743%doc %{texmfdist}/doc/latex/talk
10744%doc %{texmfdist}/doc/latex/tapir
10745%doc %{texmfdist}/doc/latex/tcldoc
10746%doc %{texmfdist}/doc/latex/tdsfrmath
10747%doc %{texmfdist}/doc/latex/technics
10748%doc %{texmfdist}/doc/latex/ted
10749%doc %{texmfdist}/doc/latex/tengwarscript
10750%doc %{texmfdist}/doc/latex/tensor
10751%doc %{texmfdist}/doc/latex/teubner
10752%doc %{texmfdist}/doc/latex/texmate
10753%doc %{texmfdist}/doc/latex/texpower
10754%doc %{texmfdist}/doc/latex/texshade
10755%doc %{texmfdist}/doc/latex/textcase
10756%doc %{texmfdist}/doc/latex/textopo
10757%doc %{texmfdist}/doc/latex/theoremref
10758%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10759%doc %{texmfdist}/doc/latex/thinsp
10760%doc %{texmfdist}/doc/latex/thmtools
10761%doc %{texmfdist}/doc/latex/thumb
10762%doc %{texmfdist}/doc/latex/thuthesis
10763%doc %{texmfdist}/doc/latex/ticket
10764%doc %{texmfdist}/doc/latex/tikz-inet
10765%doc %{texmfdist}/doc/latex/timesht
10766%doc %{texmfdist}/doc/latex/titling
10767%doc %{texmfdist}/doc/latex/tocvsec2
f65b3398
ZU
10768%doc %{texmfdist}/doc/latex/tokenizer
10769%doc %{texmfdist}/doc/latex/toolbox
f65b3398
ZU
10770%doc %{texmfdist}/doc/latex/toptesi
10771%doc %{texmfdist}/doc/latex/tpslifonts
10772%doc %{texmfdist}/doc/latex/trajan
10773%doc %{texmfdist}/doc/latex/translator
10774%doc %{texmfdist}/doc/latex/tree-dvips
f65b3398 10775%doc %{texmfdist}/doc/latex/trivfloat
f65b3398
ZU
10776%doc %{texmfdist}/doc/latex/turnstile
10777%doc %{texmfdist}/doc/latex/twoup
f65b3398 10778%doc %{texmfdist}/doc/latex/typogrid
f65b3398 10779%doc %{texmfdist}/doc/latex/umlaute
f65b3398
ZU
10780%doc %{texmfdist}/doc/latex/undertilde
10781%doc %{texmfdist}/doc/latex/unitsdef
10782%doc %{texmfdist}/doc/latex/unroman
10783%doc %{texmfdist}/doc/latex/upmethodology
10784%doc %{texmfdist}/doc/latex/urlbst
f65b3398
ZU
10785%doc %{texmfdist}/doc/latex/varindex
10786%doc %{texmfdist}/doc/latex/varsfromjobname
10787%doc %{texmfdist}/doc/latex/vector
10788%doc %{texmfdist}/doc/latex/verse
10789%doc %{texmfdist}/doc/latex/vhistory
10790%doc %{texmfdist}/doc/latex/vita
10791%doc %{texmfdist}/doc/latex/volumes
10792%doc %{texmfdist}/doc/latex/vpe
10793%doc %{texmfdist}/doc/latex/vrsion
10794%doc %{texmfdist}/doc/latex/vwcol
10795%doc %{texmfdist}/doc/latex/vxu
10796%doc %{texmfdist}/doc/latex/wadalab
10797%doc %{texmfdist}/doc/latex/wallpaper
10798%doc %{texmfdist}/doc/latex/warpcol
10799%doc %{texmfdist}/doc/latex/wnri
10800%doc %{texmfdist}/doc/latex/wordlike
10801%doc %{texmfdist}/doc/latex/xargs
10802%doc %{texmfdist}/doc/latex/xdoc
10803%doc %{texmfdist}/doc/latex/xfor
10804%doc %{texmfdist}/doc/latex/xifthen
10805%doc %{texmfdist}/doc/latex/xmpincl
10806%doc %{texmfdist}/doc/latex/xnewcommand
10807%doc %{texmfdist}/doc/latex/xoptarg
10808%doc %{texmfdist}/doc/latex/xpackages
10809%doc %{texmfdist}/doc/latex/xskak
10810%doc %{texmfdist}/doc/latex/xstring
10811%doc %{texmfdist}/doc/latex/xtcapts
10812%doc %{texmfdist}/doc/latex/xyling
10813%doc %{texmfdist}/doc/latex/xytree
10814%doc %{texmfdist}/doc/latex/yafoot
10815%doc %{texmfdist}/doc/latex/yhmath
10816%doc %{texmfdist}/doc/latex/york-thesis
10817%doc %{texmfdist}/doc/latex/yplan
10818%doc %{texmfdist}/doc/latex/zed-csp
10819%doc %{texmfdist}/doc/latex/zefonts
10820%doc %{texmfdist}/doc/latex/ziffer
10821%doc %{texmfdist}/doc/latex/zwgetfdate
f65b3398 10822
b916bc39 10823%files latex-math-sources
16591d53 10824%defattr(644,root,root,755)
f4f1ef6b
ZU
10825%dir %{texmfdist}/source
10826%dir %{texmfdist}/source/latex
b916bc39
ZU
10827%{texmfdist}/source/latex/bez123
10828%{texmfdist}/source/latex/binomexp
7ac8a96b
ZU
10829%{texmfdist}/source/latex/cmll
10830%{texmfdist}/source/latex/constants
b916bc39 10831%{texmfdist}/source/latex/coordsys
7ac8a96b 10832%{texmfdist}/source/latex/dotseqn
b916bc39
ZU
10833%{texmfdist}/source/latex/egplot
10834%{texmfdist}/source/latex/eqlist
10835%{texmfdist}/source/latex/eqnarray
10836%{texmfdist}/source/latex/esdiff
10837%{texmfdist}/source/latex/esvect
10838%{texmfdist}/source/latex/extpfeil
7ac8a96b 10839%{texmfdist}/source/latex/fouridx
b916bc39
ZU
10840%{texmfdist}/source/latex/functan
10841%{texmfdist}/source/latex/galois
10842%{texmfdist}/source/latex/gnuplottex
10843%{texmfdist}/source/latex/hhtensor
7ac8a96b 10844%{texmfdist}/source/latex/logpap
b916bc39 10845%{texmfdist}/source/latex/noitcrul
7ac8a96b
ZU
10846%{texmfdist}/source/latex/permute
10847%{texmfdist}/source/latex/qsymbols
10848%{texmfdist}/source/latex/subdepth
f4f1ef6b 10849%{texmfdist}/source/latex/faktor
70f52fe3
ZU
10850%{texmfdist}/source/latex/sseq
10851%{texmfdist}/source/latex/trsym
10852%{texmfdist}/source/latex/petri-nets
10853%{texmfdist}/source/latex/mlist
10854%{texmfdist}/source/latex/numprint
b916bc39
ZU
10855
10856%files latex-math
10857%defattr(644,root,root,755)
16591d53 10858%{texmfdist}/tex/latex/permute
c82fac6f
ZU
10859%doc %{texmfdist}/doc/latex/mfpic4ode
10860%{texmfdist}/source/latex/mfpic4ode
10861%{texmfdist}/tex/latex/mfpic4ode
16591d53 10862%doc %{texmfdist}/doc/latex/permute
c82fac6f
ZU
10863%doc %{texmfdist}/doc/latex/makeplot
10864%{texmfdist}/tex/latex/makeplot
10865%{texmfdist}/source/latex/makeplot
16591d53
ZU
10866%{texmfdist}/tex/latex/bez123
10867%doc %{texmfdist}/doc/latex/bez123
16591d53
ZU
10868%{texmfdist}/tex/latex/binomexp
10869%doc %{texmfdist}/doc/latex/binomexp
84a4c427 10870%doc %{texmfdist}/doc/latex/coordsys
84a4c427 10871%{texmfdist}/tex/latex/coordsys
84a4c427 10872%doc %{texmfdist}/doc/latex/egplot
84a4c427 10873%{texmfdist}/tex/latex/egplot
84a4c427 10874%doc %{texmfdist}/doc/latex/eqlist
84a4c427 10875%{texmfdist}/tex/latex/eqlist
84a4c427 10876%doc %{texmfdist}/doc/latex/eqnarray
84a4c427 10877%{texmfdist}/tex/latex/eqnarray
84a4c427 10878%doc %{texmfdist}/doc/latex/esdiff
84a4c427 10879%{texmfdist}/tex/latex/esdiff
84a4c427 10880%doc %{texmfdist}/doc/latex/esvect
84a4c427 10881%{texmfdist}/fonts/source/public/esvect
b916bc39 10882%{texmfdist}/fonts/map/dvips/esvect
84a4c427
ZU
10883%{texmfdist}/fonts/tfm/public/esvect
10884%{texmfdist}/fonts/type1/public/esvect
84a4c427 10885%{texmfdist}/tex/latex/esvect
2e9c3e45 10886%doc %{texmfdist}/doc/latex/extpfeil
2e9c3e45
ZU
10887%{texmfdist}/tex/latex/extpfeil
10888%doc %{texmfdist}/doc/latex/faktor
2e9c3e45 10889%{texmfdist}/tex/latex/faktor
1d337b0e 10890%doc %{texmfdist}/doc/latex/cmll
1d337b0e
ZU
10891%{texmfdist}/fonts/map/dvips/cmll
10892%{texmfdist}/fonts/source/public/cmll
10893%{texmfdist}/fonts/tfm/public/cmll
10894%{texmfdist}/fonts/type1/public/cmll
10895%{texmfdist}/tex/latex/cmll
de260d32
ZU
10896%{texmfdist}/tex/latex/dotseqn
10897%doc %{texmfdist}/doc/latex/functan
de260d32 10898%{texmfdist}/tex/latex/functan
b9c820f8 10899%doc %{texmfdist}/doc/latex/galois
b9c820f8
ZU
10900%{texmfdist}/tex/latex/galois
10901%doc %{texmfdist}/doc/latex/gnuplottex
b9c820f8
ZU
10902%{texmfdist}/tex/latex/gnuplottex
10903%doc %{texmfdist}/doc/latex/hhtensor
b9c820f8
ZU
10904%{texmfdist}/tex/latex/hhtensor
10905%doc %{texmfdist}/doc/latex/fouridx
b9c820f8
ZU
10906%{texmfdist}/tex/latex/fouridx
10907%doc %{texmfdist}/doc/latex/noitcrul
b9c820f8 10908%{texmfdist}/tex/latex/noitcrul
6bc47e19 10909%doc %{texmfdist}/doc/latex/constants
6bc47e19 10910%{texmfdist}/tex/latex/constants
7ac8a96b
ZU
10911%doc %{texmfdist}/doc/latex/logpap
10912%{texmfdist}/tex/latex/logpap
10913%doc %{texmfdist}/doc/latex/qsymbols
10914%{texmfdist}/tex/latex/qsymbols
10915%{texmfdist}/source/latex/subeqn
10916%{texmfdist}/source/latex/subeqnarray
10917%{texmfdist}/tex/latex/subeqn
10918%{texmfdist}/tex/latex/subeqnarray
10919%doc %{texmfdist}/doc/latex/subeqn
10920%doc %{texmfdist}/doc/latex/subeqnarray
10921%doc %{texmfdist}/doc/latex/ulsy
10922%{texmfdist}/fonts/source/public/ulsy
10923%{texmfdist}/fonts/tfm/public/ulsy
10924%{texmfdist}/source/latex/ulsy
10925%{texmfdist}/tex/latex/ulsy
10926%{texmfdist}/tex/latex/sfmath
10927%doc %{texmfdist}/doc/latex/subdepth
10928%{texmfdist}/tex/latex/subdepth
10929%doc %{texmfdist}/doc/latex/mhequ
10930%{texmfdist}/tex/latex/mhequ
10931%{texmfdist}/tex/latex/mhs
10932%doc %{texmfdist}/doc/latex/nath
10933%{texmfdist}/tex/latex/nath
10934%doc %{texmfdist}/doc/latex/numprint
7ac8a96b
ZU
10935%{texmfdist}/tex/latex/numprint
10936%doc %{texmfdist}/doc/latex/sseq
7ac8a96b 10937%{texmfdist}/tex/latex/sseq
f4f1ef6b 10938%doc %{texmfdist}/doc/latex/trsym
f4f1ef6b
ZU
10939%{texmfdist}/tex/latex/trsym
10940%{texmfdist}/fonts/source/public/trsym
10941%{texmfdist}/fonts/tfm/public/trsym
70f52fe3
ZU
10942%doc %{texmfdist}/doc/latex/maybemath
10943%{texmfdist}/tex/latex/maybemath
10944%doc %{texmfdist}/doc/latex/mlist
10945%{texmfdist}/tex/latex/mlist
10946%doc %{texmfdist}/doc/latex/petri-nets
10947%{texmfdist}/tex/latex/petri-nets
10948%doc %{texmfdist}/doc/latex/qtree
10949%{texmfdist}/tex/latex/qtree
10950%doc %{texmfdist}/doc/latex/simplewick
10951%{texmfdist}/source/latex/simplewick
10952%{texmfdist}/tex/latex/simplewick
10953%doc %{texmfdist}/doc/latex/trfsigns
10954%{texmfdist}/source/latex/trfsigns
10955%{texmfdist}/tex/latex/trfsigns
84a4c427
ZU
10956
10957%files latex-physics
10958%defattr(644,root,root,755)
84a4c427
ZU
10959%doc %{texmfdist}/doc/latex/circ
10960%{texmfdist}/tex/latex/circ
10961%{texmfdist}/source/latex/circ
84a4c427
ZU
10962%doc %{texmfdist}/doc/latex/colorwav
10963%{texmfdist}/source/latex/colorwav
10964%{texmfdist}/tex/latex/colorwav
84a4c427
ZU
10965%doc %{texmfdist}/doc/latex/dyntree
10966%{texmfdist}/source/latex/dyntree
10967%{texmfdist}/tex/latex/dyntree
2e9c3e45
ZU
10968%doc %{texmfdist}/doc/latex/feynmf
10969%{texmfdist}/source/latex/feynmf
10970%{texmfdist}/tex/latex/feynmf
10971%{texmfdist}/metapost/feynmf
de260d32
ZU
10972%doc %{texmfdist}/doc/latex/formula
10973%{texmfdist}/source/latex/formula
10974%{texmfdist}/tex/latex/formula
b9c820f8
ZU
10975%{texmfdist}/source/latex/isotope
10976%{texmfdist}/tex/latex/isotope
7ac8a96b
ZU
10977%doc %{texmfdist}/doc/latex/miller
10978%{texmfdist}/source/latex/miller
10979%{texmfdist}/tex/latex/miller
70f52fe3
ZU
10980%doc %{texmfdist}/doc/latex/listofsymbols
10981%{texmfdist}/tex/latex/listofsymbols
10982%doc %{texmfdist}/doc/latex/susy
10983%{texmfdist}/tex/latex/susy
16591d53
ZU
10984
10985%files latex-chem
10986%defattr(644,root,root,755)
10987%doc %{texmfdist}/doc/latex/achemso
10988%doc %{texmfdist}/doc/latex/bpchem
10989%doc %{texmfdist}/doc/latex/chemstyle
10990%doc %{texmfdist}/doc/latex/mhchem
10991%doc %{texmfdist}/doc/fonts/chemarrow
10992%doc %{texmfdist}/doc/latex/chemcompounds
10993%doc %{texmfdist}/doc/latex/chemcono
10994%{texmfdist}/fonts/afm/public/chemarrow
10995%{texmfdist}/fonts/map/dvips/chemarrow
10996%{texmfdist}/fonts/source/public/chemarrow
10997%{texmfdist}/fonts/tfm/public/chemarrow
10998%{texmfdist}/fonts/type1/public/chemarrow
10999%{texmfdist}/source/latex/achemso
11000%{texmfdist}/source/latex/bpchem
11001%{texmfdist}/source/latex/chemcompounds
11002%{texmfdist}/source/latex/chemstyle
11003%{texmfdist}/tex/latex/achemso
11004%{texmfdist}/tex/latex/bpchem
11005%{texmfdist}/tex/latex/chemarrow
11006%{texmfdist}/tex/latex/chemcompounds
11007%{texmfdist}/tex/latex/chemcono
11008%{texmfdist}/tex/latex/chemstyle
11009%{texmfdist}/tex/latex/mhchem
11010
84a4c427 11011%files latex-biology
16591d53
ZU
11012%defattr(644,root,root,755)
11013%doc %{texmfdist}/doc/latex/biocon
11014%{texmfdist}/bibtex/bib/biocon
11015%{texmfdist}/source/latex/biocon
11016%{texmfdist}/tex/latex/biocon
84a4c427
ZU
11017%doc %{texmfdist}/doc/latex/dnaseq
11018%{texmfdist}/source/latex/dnaseq
11019%{texmfdist}/tex/latex/dnaseq
16591d53
ZU
11020
11021%files latex-pdftools
11022%defattr(644,root,root,755)
11023%{texmfdist}/source/latex/attachfile
11024%{texmfdist}/tex/latex/attachfile
11025%doc %{texmfdist}/doc/latex/attachfile
84a4c427
ZU
11026%doc %{texmfdist}/doc/latex/cooltooltips
11027%{texmfdist}/source/latex/cooltooltips
11028%{texmfdist}/tex/latex/cooltooltips
7ac8a96b 11029%doc %{texmfdist}/doc/latex/pdftricks
70f52fe3 11030%{texmfdist}/tex/latex/pdftricks
7ac8a96b
ZU
11031%doc %{texmfdist}/doc/latex/pdfcprot
11032%{texmfdist}/source/latex/pdfcprot
11033%{texmfdist}/tex/latex/pdfcprot
7ac8a96b 11034%doc %{texmfdist}/doc/latex/pdfscreen
70f52fe3
ZU
11035%{texmfdist}/tex/latex/pdfscreen
11036%doc %{texmfdist}/doc/latex/movie15
11037%{texmfdist}/tex/latex/movie15
3f42cf69
ZU
11038%doc %{texmfdist}/doc/latex/pdfsync
11039%{texmfdist}/tex/latex/pdfsync
16591d53 11040
84a4c427 11041%files latex-informatic
16591d53 11042%defattr(644,root,root,755)
1d337b0e 11043%doc %{texmfdist}/doc/latex/alg
16591d53
ZU
11044%{texmfdist}/source/latex/alg
11045%{texmfdist}/tex/latex/alg
84a4c427
ZU
11046%{texmfdist}/source/latex/bytefield
11047%{texmfdist}/tex/latex/bytefield
11048%doc %{texmfdist}/doc/latex/bytefield
7ac8a96b
ZU
11049%doc %{texmfdist}/doc/latex/progkeys
11050%{texmfdist}/source/latex/progkeys
11051%{texmfdist}/tex/latex/progkeys
11052%doc %{texmfdist}/doc/latex/uml
11053%{texmfdist}/source/latex/uml
11054%{texmfdist}/tex/latex/uml
11055%doc %{texmfdist}/doc/latex/msc
11056%{texmfdist}/tex/latex/msc
f4f1ef6b
ZU
11057%doc %{texmfdist}/doc/latex/register
11058%{texmfdist}/source/latex/register
11059%{texmfdist}/tex/latex/register
70f52fe3
ZU
11060%doc %{texmfdist}/doc/latex/lsc
11061%{texmfdist}/tex/latex/lsc
11062%doc %{texmfdist}/doc/latex/method
11063%{texmfdist}/source/latex/method
11064%{texmfdist}/tex/latex/method
16591d53
ZU
11065
11066%files latex-games
11067%defattr(644,root,root,755)
11068%doc %{texmfdist}/doc/latex/backgammon
11069%doc %{texmfdist}/doc/latex/chessboard
11070%doc %{texmfdist}/doc/latex/chessfss
1d337b0e
ZU
11071%doc %{texmfdist}/doc/latex/cwpuzzle
11072%{texmfdist}/tex/latex/cwpuzzle
11073%{texmfdist}/source/latex/cwpuzzle
16591d53
ZU
11074%{texmfdist}/fonts/enc/dvips/chessfss
11075%{texmfdist}/fonts/source/public/backgammon
11076%{texmfdist}/fonts/source/public/cchess
11077%{texmfdist}/fonts/source/public/chess
11078%{texmfdist}/fonts/tfm/public/backgammon
11079%{texmfdist}/fonts/tfm/public/cchess
11080%{texmfdist}/source/latex/backgammon
11081%{texmfdist}/source/latex/chessboard
11082%{texmfdist}/source/latex/chessfss
11083%{texmfdist}/tex/latex/backgammon
11084%{texmfdist}/tex/latex/cchess
11085%{texmfdist}/tex/latex/chess
11086%{texmfdist}/tex/latex/chessboard
11087%{texmfdist}/tex/latex/chessfss
1d337b0e
ZU
11088%doc %{texmfdist}/doc/latex/crosswrd
11089%{texmfdist}/source/latex/crosswrd
11090%{texmfdist}/tex/latex/crosswrd
b9c820f8
ZU
11091%doc %{texmfdist}/doc/latex/jeopardy
11092%{texmfdist}/tex/latex/jeopardy
11093%{texmfdist}/source/latex/jeopardy
11094%{texmfdist}/tex/latex/go
11095%{texmfdist}/source/latex/go
11096%{texmfdist}/fonts/source/public/go
11097%{texmfdist}/fonts/tfm/public/go
6bc47e19
ZU
11098%doc %{texmfdist}/doc/latex/othello
11099%{texmfdist}/source/latex/othello
11100%{texmfdist}/tex/latex/othello
11101%{texmfdist}/fonts/source/public/othello
11102%{texmfdist}/fonts/tfm/public/othello
c82fac6f
ZU
11103%doc %{texmfdist}/doc/latex/sudoku
11104%{texmfdist}/source/latex/sudoku
11105%{texmfdist}/tex/latex/sudoku
11106%doc %{texmfdist}/doc/latex/sudokubundle
11107%{texmfdist}/source/latex/sudokubundle
11108%{texmfdist}/tex/latex/sudokubundle
7ac8a96b
ZU
11109# Fonts and macros for typesetting chess games.
11110%doc %{texmfdist}/doc/latex/skak
11111%{texmfdist}/tex/latex/skak
11112%{texmfdist}/fonts/map/dvips/skak
11113%{texmfdist}/fonts/source/public/skak
11114%{texmfdist}/fonts/tfm/public/skak
16591d53 11115
b916bc39
ZU
11116%files latex-sources
11117%defattr(644,root,root,755)
11118%dir %{texmfdist}/source
11119%dir %{texmfdist}/source/latex
b916bc39
ZU
11120%{texmfdist}/source/latex/acronym
11121%{texmfdist}/source/latex/adrlist
11122%{texmfdist}/source/latex/altfont
11123%{texmfdist}/source/latex/answers
11124%{texmfdist}/source/latex/ascii
11125%{texmfdist}/source/latex/augie
11126%{texmfdist}/source/latex/barcodes
11127%{texmfdist}/source/latex/bbding
11128%{texmfdist}/source/latex/bbm-macros
11129%{texmfdist}/source/latex/bengali
11130%{texmfdist}/source/latex/beton
11131%{texmfdist}/source/latex/bibarts
11132%{texmfdist}/source/latex/bibleref
11133%{texmfdist}/source/latex/biblist
11134%{texmfdist}/source/latex/bigfoot
11135%{texmfdist}/source/latex/bizcard
11136%{texmfdist}/source/latex/blindtext
11137%{texmfdist}/source/latex/bookhands
11138%{texmfdist}/source/latex/bophook
11139%{texmfdist}/source/latex/boxhandler
11140%{texmfdist}/source/latex/braille
11141%{texmfdist}/source/latex/breakurl
11142%{texmfdist}/source/latex/brushscr
11143%{texmfdist}/source/latex/burmese
11144%{texmfdist}/source/latex/captcont
11145%{texmfdist}/source/latex/catechis
11146%{texmfdist}/source/latex/cclicenses
11147%{texmfdist}/source/latex/cd
11148%{texmfdist}/source/latex/cd-cover
11149%{texmfdist}/source/latex/cdpbundl
11150%{texmfdist}/source/latex/changes
11151%{texmfdist}/source/latex/chapterfolder
11152%{texmfdist}/source/latex/cleveref
11153%{texmfdist}/source/latex/cmcyralt
11154%{texmfdist}/source/latex/cmsd
11155%{texmfdist}/source/latex/codepage
11156%{texmfdist}/source/latex/confproc
11157%{texmfdist}/source/latex/coverpage
11158%{texmfdist}/source/latex/crop
11159%{texmfdist}/source/latex/crossreference
11160%{texmfdist}/source/latex/ctib
11161%{texmfdist}/source/latex/cweb-latex
11162%{texmfdist}/source/latex/dateiliste
11163%{texmfdist}/source/latex/datetime
11164%{texmfdist}/source/latex/decimal
11165%{texmfdist}/source/latex/diagnose
11166%{texmfdist}/source/latex/docmfp
11167%{texmfdist}/source/latex/doipubmed
11168%{texmfdist}/source/latex/dotarrow
11169%{texmfdist}/source/latex/dottex
11170%{texmfdist}/source/latex/drac
11171%{texmfdist}/source/latex/draftcopy
11172%{texmfdist}/source/latex/dramatist
11173%{texmfdist}/source/latex/eCards
11174%{texmfdist}/source/latex/ebezier
11175%{texmfdist}/source/latex/ebsthesis
11176%{texmfdist}/source/latex/ecclesiastic
11177%{texmfdist}/source/latex/edmargin
11178%{texmfdist}/source/latex/eemeir
11179%{texmfdist}/source/latex/eiad
11180%{texmfdist}/source/latex/ellipsis
11181%{texmfdist}/source/latex/em
11182%{texmfdist}/source/latex/emp
11183%{texmfdist}/source/latex/endfloat
11184%{texmfdist}/source/latex/endheads
11185%{texmfdist}/source/latex/engpron
11186%{texmfdist}/source/latex/engrec
11187%{texmfdist}/source/latex/envlab
11188%{texmfdist}/source/latex/epigraph
11189%{texmfdist}/source/latex/epiolmec
11190%{texmfdist}/source/latex/epsdice
11191%{texmfdist}/source/latex/eqparbox
11192%{texmfdist}/source/latex/errata
11193%{texmfdist}/source/latex/eso-pic
11194%{texmfdist}/source/latex/ethiop
11195%{texmfdist}/source/latex/eukdate
11196%{texmfdist}/source/latex/euproposal
11197%{texmfdist}/source/latex/euro
11198%{texmfdist}/source/latex/everypage
11199%{texmfdist}/source/latex/exercise
11200%{texmfdist}/source/latex/expl3
11201%{texmfdist}/source/latex/extract
11202%{texmfdist}/source/latex/facsimile
11203%{texmfdist}/source/latex/fancynum
c82fac6f
ZU
11204%{texmfdist}/source/latex/fancyref
11205%{texmfdist}/source/latex/fancytooltips
11206%{texmfdist}/source/latex/fancyvrb
11207%{texmfdist}/source/latex/figsize
11208%{texmfdist}/source/latex/filecontents
11209%{texmfdist}/source/latex/fink
11210%{texmfdist}/source/latex/flabels
11211%{texmfdist}/source/latex/flagderiv
11212%{texmfdist}/source/latex/flashcards
b916bc39
ZU
11213%{texmfdist}/source/latex/float
11214%{texmfdist}/source/latex/floatrow
c82fac6f
ZU
11215%{texmfdist}/source/latex/fmp
11216%{texmfdist}/source/latex/fnbreak
11217%{texmfdist}/source/latex/foilhtml
11218%{texmfdist}/source/latex/fonttable
11219%{texmfdist}/source/latex/footmisc
11220%{texmfdist}/source/latex/footnpag
11221%{texmfdist}/source/latex/frankenstein
11222%{texmfdist}/source/latex/frontespizio
11223%{texmfdist}/source/latex/fullblck
11224%{texmfdist}/source/latex/fundus
11225%{texmfdist}/source/latex/gcite
11226%{texmfdist}/source/latex/genmpage
11227%{texmfdist}/source/latex/geometry
11228%{texmfdist}/source/latex/geomsty
11229%{texmfdist}/source/latex/glossaries
11230%{texmfdist}/source/latex/graphics
11231%{texmfdist}/source/latex/graphicx-psmin
11232%{texmfdist}/source/latex/greekdates
11233%{texmfdist}/source/latex/grnumalt
11234%{texmfdist}/source/latex/grverb
11235%{texmfdist}/source/latex/hanging
11236%{texmfdist}/source/latex/harvard
11237%{texmfdist}/source/latex/hc
11238%{texmfdist}/source/latex/hepthesis
11239%{texmfdist}/source/latex/hilowres
11240%{texmfdist}/source/latex/histogr
11241%{texmfdist}/source/latex/hpsdiss
11242%{texmfdist}/source/latex/hyper
11243%{texmfdist}/source/latex/hyperref
11244%{texmfdist}/source/latex/hyperxmp
11245%{texmfdist}/source/latex/hyphenat
11246%{texmfdist}/source/latex/ibycus-babel
11247%{texmfdist}/source/latex/icsv
11248%{texmfdist}/source/latex/ifmslide
11249%{texmfdist}/source/latex/ifplatform
11250%{texmfdist}/source/latex/ijmart
11251%{texmfdist}/source/latex/imtekda
11252%{texmfdist}/source/latex/index
11253%{texmfdist}/source/latex/inlinedef
11254%{texmfdist}/source/latex/iso
11255%{texmfdist}/source/latex/iso10303
11256%{texmfdist}/source/latex/isodate
11257%{texmfdist}/source/latex/isodoc
11258%{texmfdist}/source/latex/itnumpar
11259%{texmfdist}/source/latex/jura
11260%{texmfdist}/source/latex/juraabbrev
11261%{texmfdist}/source/latex/jurarsp
11262%{texmfdist}/source/latex/kdgreek
11263%{texmfdist}/source/latex/koma-script
11264%{texmfdist}/source/latex/labels
11265%{texmfdist}/source/latex/layouts
11266%{texmfdist}/source/latex/listings
11267%{texmfdist}/source/latex/localloc
11268%{texmfdist}/source/latex/mathcomp
11269%{texmfdist}/source/latex/mathpazo
11270%{texmfdist}/source/latex/mdwtools
11271%{texmfdist}/source/latex/memoir
11272%{texmfdist}/source/latex/mh
11273%{texmfdist}/source/latex/mnsymbol
11274%{texmfdist}/source/latex/modroman
11275%{texmfdist}/source/latex/mongolian-babel
11276%{texmfdist}/source/latex/montex
11277%{texmfdist}/source/latex/mparhack
11278%{texmfdist}/source/latex/ms
11279%{texmfdist}/source/latex/multibib
11280%{texmfdist}/source/latex/mwcls
11281%{texmfdist}/source/latex/natbib
11282%{texmfdist}/source/latex/ncctools
11283%{texmfdist}/source/latex/nddiss
11284%{texmfdist}/source/latex/newalg
11285%{texmfdist}/source/latex/newfile
11286%{texmfdist}/source/latex/newlfm
11287%{texmfdist}/source/latex/newspaper
c82fac6f
ZU
11288%{texmfdist}/source/latex/nomencl
11289%{texmfdist}/source/latex/ntgclass
11290%{texmfdist}/source/latex/oberdiek
11291%{texmfdist}/source/latex/paralist
11292%{texmfdist}/source/latex/pdfpages
11293%{texmfdist}/source/latex/pict2e
11294%{texmfdist}/source/latex/preprint
11295%{texmfdist}/source/latex/preview
11296%{texmfdist}/source/latex/psfrag
11297%{texmfdist}/source/latex/pslatex
11298%{texmfdist}/source/latex/revtex
b916bc39
ZU
11299%{texmfdist}/source/latex/rotating
11300%{texmfdist}/source/latex/rotfloat
c82fac6f
ZU
11301%{texmfdist}/source/latex/scale
11302%{texmfdist}/source/latex/sectsty
11303%{texmfdist}/source/latex/showlabels
11304%{texmfdist}/source/latex/sidecap
11305%{texmfdist}/source/latex/soul
11306%{texmfdist}/source/latex/stdclsdv
11307%{texmfdist}/source/latex/subfig
11308%{texmfdist}/source/latex/subfigure
11309%{texmfdist}/source/latex/supertabular
11310%{texmfdist}/source/latex/tablists
11311%{texmfdist}/source/latex/tabulary
11312%{texmfdist}/source/latex/tabvar
11313%{texmfdist}/source/latex/talk
11314%{texmfdist}/source/latex/tcldoc
11315%{texmfdist}/source/latex/tdsfrmath
11316%{texmfdist}/source/latex/technics
11317%{texmfdist}/source/latex/ted
11318%{texmfdist}/source/latex/tengwarscript
11319%{texmfdist}/source/latex/tensor
11320%{texmfdist}/source/latex/teubner
11321%{texmfdist}/source/latex/texmate
11322%{texmfdist}/source/latex/texpower
11323%{texmfdist}/source/latex/texshade
11324%{texmfdist}/source/latex/textcase
11325%{texmfdist}/source/latex/textfit
11326%{texmfdist}/source/latex/textopo
11327%{texmfdist}/source/latex/textpos
11328%{texmfdist}/source/latex/thesis-titlepage-fhac
11329%{texmfdist}/source/latex/thmtools
11330%{texmfdist}/source/latex/thumb
11331%{texmfdist}/source/latex/thuthesis
11332%{texmfdist}/source/latex/timesht
11333%{texmfdist}/source/latex/titling
11334%{texmfdist}/source/latex/tocbibind
11335%{texmfdist}/source/latex/tocloft
11336%{texmfdist}/source/latex/tools
11337%{texmfdist}/source/latex/totpages
11338%{texmfdist}/source/latex/type1cm
11339%{texmfdist}/source/latex/undertilde
11340%{texmfdist}/source/latex/units
11341%{texmfdist}/source/latex/unitsdef
11342%{texmfdist}/source/latex/unroman
11343%{texmfdist}/source/latex/upmethodology
11344%{texmfdist}/source/latex/urlbst
11345%{texmfdist}/source/latex/varindex
11346%{texmfdist}/source/latex/vector
11347%{texmfdist}/source/latex/verse
11348%{texmfdist}/source/latex/vmargin
11349%{texmfdist}/source/latex/volumes
11350%{texmfdist}/source/latex/vrsion
11351%{texmfdist}/source/latex/vwcol
11352%{texmfdist}/source/latex/vxu
11353%{texmfdist}/source/latex/warning
11354%{texmfdist}/source/latex/warpcol
11355%{texmfdist}/source/latex/was
11356%{texmfdist}/source/latex/xargs
11357%{texmfdist}/source/latex/xdoc
11358%{texmfdist}/source/latex/xfor
11359%{texmfdist}/source/latex/xmpincl
11360%{texmfdist}/source/latex/xpackages
11361%{texmfdist}/source/latex/xskak
11362%{texmfdist}/source/latex/xtab
11363%{texmfdist}/source/latex/xtcapts
11364%{texmfdist}/source/latex/yafoot
11365%{texmfdist}/source/latex/yfonts
11366%{texmfdist}/source/latex/yhmath
11367%{texmfdist}/source/latex/york-thesis
11368%{texmfdist}/source/latex/youngtab
b916bc39 11369
16591d53
ZU
11370%files latex-styles
11371%defattr(644,root,root,755)
11372%doc %{texmfdist}/doc/latex/acmconf
11373%{texmfdist}/source/latex/acmconf
11374%{texmfdist}/tex/latex/acmconf
11375%doc %{texmfdist}/doc/latex/active-conf
11376%{texmfdist}/source/latex/active-conf
11377%{texmfdist}/tex/latex/active-conf
11378%doc %{texmfdist}/doc/latex/asaetr
11379%{texmfdist}/bibtex/bst/asaetr
11380%{texmfdist}/bibtex/bib/asaetr
11381%{texmfdist}/tex/latex/asaetr
11382%{texmfdist}/source/latex/asaetr
11383%doc %{texmfdist}/doc/latex/aiaa
11384%{texmfdist}/source/latex/aiaa
11385%{texmfdist}/tex/latex/aiaa
11386%{texmfdist}/bibtex/bib/aiaa
11387%{texmfdist}/bibtex/bst/aiaa
11388%doc %{texmfdist}/doc/latex/apacite
11389%{texmfdist}/bibtex/bib/apacite
11390%{texmfdist}/bibtex/bst/apacite
11391%{texmfdist}/source/latex/apacite
11392%{texmfdist}/tex/latex/apacite
84a4c427 11393%doc %{texmfdist}/doc/latex/aastex
16591d53
ZU
11394%{texmfdist}/source/latex/aastex
11395%{texmfdist}/tex/latex/aastex
84a4c427 11396%doc %{texmfdist}/doc/latex/IEEEconf
16591d53
ZU
11397%{texmfdist}/source/latex/IEEEconf
11398%{texmfdist}/tex/latex/IEEEconf
84a4c427
ZU
11399%doc %{texmfdist}/doc/latex/computational-complexity
11400%{texmfdist}/source/latex/computational-complexity
11401%{texmfdist}/tex/latex/computational-complexity
11402%{texmfdist}/bibtex/bib/computational-complexity
11403%{texmfdist}/bibtex/bst/computational-complexity
11404# Document class for the journal of DANTE.
11405%doc %{texmfdist}/doc/latex/dtk
11406%{texmfdist}/source/latex/dtk
11407%{texmfdist}/tex/latex/dtk
11408%{texmfdist}/bibtex/bib/dtk
11409%{texmfdist}/bibtex/bst/dtk
11410# Class for articles for submission to Elsevier journals.
11411%doc %{texmfdist}/doc/latex/elsarticle
11412%{texmfdist}/source/latex/elsarticle
11413%{texmfdist}/tex/latex/elsarticle
7ac8a96b
ZU
11414# Letters and faxes in French.
11415%doc %{texmfdist}/doc/latex/lettre
11416%{texmfdist}/tex/latex/lettre
11417# Macros for a two language dictionary.
11418%doc %{texmfdist}/doc/latex/lexikon
11419%{texmfdist}/source/latex/lexikon
11420%{texmfdist}/tex/latex/lexikon
11421# Class for "Logic and Philosophy of Science".
11422%doc %{texmfdist}/doc/latex/lps
11423%{texmfdist}/source/latex/lps
11424%{texmfdist}/tex/latex/lps
11425# Emulate look of a document typed on a typewriter.
11426%doc %{texmfdist}/doc/latex/manuscript
11427%{texmfdist}/source/latex/manuscript
11428%{texmfdist}/tex/latex/manuscript
11429# Styles and examples for the MAPLE newsletter.
11430%doc %{texmfdist}/doc/latex/maple
11431%{texmfdist}/tex/latex/maple
11432# Typesetting menus.
11433%{texmfdist}/source/latex/menu
11434%{texmfdist}/tex/latex/menu
11435# Classes for University of Manchester Dept of Computer
11436%{texmfdist}/tex/latex/muthesis
11437# Prepare papers for the journal Nature.
11438%doc %{texmfdist}/doc/latex/nature
11439%{texmfdist}/tex/latex/nature
11440# LaTeX class for No Starch Press.
11441%doc %{texmfdist}/doc/latex/nostarch
11442%{texmfdist}/source/latex/nostarch
11443%{texmfdist}/tex/latex/nostarch
11444# Class for the NRC technical journals.
11445%doc %{texmfdist}/doc/latex/nrc
11446%{texmfdist}/source/latex/nrc
11447%{texmfdist}/tex/latex/nrc
11448# Versions of article class, tuned for scholarly publications.
11449%doc %{texmfdist}/doc/latex/paper
11450%{texmfdist}/source/latex/paper
11451%{texmfdist}/tex/latex/paper
11452# Class for newspapers, etc.
11453%doc %{texmfdist}/doc/latex/papertex
11454%{texmfdist}/source/latex/papertex
11455%{texmfdist}/tex/latex/papertex
11456# Problem sheet class.
11457%doc %{texmfdist}/doc/latex/pbsheet
11458%{texmfdist}/source/latex/pbsheet
11459%{texmfdist}/tex/latex/pbsheet
11460# Typeset drama using LaTeX.
11461%doc %{texmfdist}/doc/latex/play
11462%{texmfdist}/source/latex/play
11463%{texmfdist}/tex/latex/play
11464# Typesetting Critical Editions of Poetry.
11465%doc %{texmfdist}/doc/latex/poemscol
11466%{texmfdist}/source/latex/poemscol
11467%{texmfdist}/tex/latex/poemscol
11468# Typeset articles for PracTeX.
11469%doc %{texmfdist}/doc/latex/pracjourn
11470%{texmfdist}/source/latex/pracjourn
11471%{texmfdist}/tex/latex/pracjourn
11472# Macros for 'Progress of Theoretical Physics'.
11473%doc %{texmfdist}/doc/latex/ptptex
11474%{texmfdist}/tex/latex/ptptex
11475# Format technical reference manuals.
11476%doc %{texmfdist}/doc/latex/refman
11477%{texmfdist}/source/latex/refman
11478%{texmfdist}/tex/latex/refman
11479# A class file to typeset screenplays.
11480%doc %{texmfdist}/doc/latex/screenplay
11481%{texmfdist}/source/latex/screenplay
11482%{texmfdist}/tex/latex/screenplay
11483# Variant report and book styles.
11484%doc %{texmfdist}/doc/latex/script
11485%{texmfdist}/tex/latex/script
11486# A collection of LaTeX packages and classes.
11487%doc %{texmfdist}/doc/latex/shipunov
11488%{texmfdist}/tex/latex/shipunov
11489# A LaTeX class for typesetting stage plays.
11490%doc %{texmfdist}/doc/latex/sides
11491%{texmfdist}/tex/latex/sides
11492# SIGGRAPH conference class.
11493%doc %{texmfdist}/doc/latex/siggraph
11494%{texmfdist}/source/latex/siggraph
11495%{texmfdist}/tex/latex/siggraph
11496# A LaTeX class for stage plays
11497%doc %{texmfdist}/doc/latex/stage
11498%{texmfdist}/tex/latex/stage
11499# Document classes inspired by the work of Edward Tufte.
11500%doc %{texmfdist}/doc/latex/tufte-latex
11501%{texmfdist}/tex/latex/tufte-latex
11502# LaTeX macros for TUGboat articles.
11503%doc %{texmfdist}/doc/latex/tugboat
11504%{texmfdist}/source/latex/tugboat
11505%{texmfdist}/tex/latex/tugboat
11506# University of Arizona thesis and dissertation format.
11507%doc %{texmfdist}/doc/latex/uaclasses
11508%{texmfdist}/source/latex/uaclasses
11509%{texmfdist}/tex/latex/uaclasses
11510# UIUC thesis class.
11511%doc %{texmfdist}/doc/latex/uiucthesis
11512%{texmfdist}/source/latex/uiucthesis
11513%{texmfdist}/tex/latex/uiucthesis
11514# University of Michigan Thesis LaTeX class.
11515%doc %{texmfdist}/doc/latex/umich-thesis
11516%{texmfdist}/tex/latex/umich-thesis
11517# University of California thesis format.
11518%doc %{texmfdist}/doc/latex/ucthesis
11519%{texmfdist}/tex/latex/ucthesis
11520# Dissertations at the University of Michigan.
11521%doc %{texmfdist}/doc/latex/umthesis
11522%{texmfdist}/tex/latex/umthesis
11523# University of Washington thesis class.
11524%doc %{texmfdist}/doc/latex/uwthesis
11525%{texmfdist}/tex/latex/uwthesis
70f52fe3
ZU
11526# A basis for books to be published by Mentis publishers.
11527%doc %{texmfdist}/doc/latex/mentis
11528%{texmfdist}/source/latex/mentis
11529%{texmfdist}/tex/latex/mentis
11530# Typeset books following classical design and layout.
11531%doc %{texmfdist}/doc/latex/octavo
11532%{texmfdist}/source/latex/octavo
11533%{texmfdist}/tex/latex/octavo
11534# A class for NIH grant applications.
11535%doc %{texmfdist}/doc/latex/nih
11536%{texmfdist}/tex/latex/nih
11537# A class for small advertisements.
11538%doc %{texmfdist}/doc/latex/petiteannonce
11539%{texmfdist}/tex/latex/petiteannonce
11540# Electronic Theses and Dissertations at Pitt.
11541%doc %{texmfdist}/doc/latex/pittetd
11542%{texmfdist}/source/latex/pittetd
11543%{texmfdist}/tex/latex/pittetd
11544# Typesetting stageplay scripts.
11545%doc %{texmfdist}/doc/latex/plari
11546%{texmfdist}/source/latex/plari
11547%{texmfdist}/tex/latex/plari
11548# Typesetting articles for "Philosophers' Imprint".
11549%doc %{texmfdist}/doc/latex/philosophersimprint
11550%{texmfdist}/bibtex/bib/philosophersimprint
11551%{texmfdist}/source/latex/philosophersimprint
11552%{texmfdist}/tex/latex/philosophersimprint
11553# BibTeX style for use with RSC journals.
11554%doc %{texmfdist}/doc/latex/rsc
11555%{texmfdist}/bibtex/bst/rsc
11556%{texmfdist}/source/latex/rsc
11557%{texmfdist}/tex/latex/rsc
84a4c427
ZU
11558
11559%files latex-lang
11560%defattr(644,root,root,755)
11561# Curriculum vitae for French use.
11562%doc %{texmfdist}/doc/latex/ESIEEcv
11563%{texmfdist}/source/latex/ESIEEcv
11564%{texmfdist}/tex/latex/ESIEEcv
11565# Class for typesetting letters to Swiss rules.
11566%doc %{texmfdist}/doc/latex/chletter
11567%{texmfdist}/source/latex/chletter
11568%{texmfdist}/tex/latex/chletter
11569# German letter DIN style.
11570%doc %{texmfdist}/doc/latex/dinbrief
11571%{texmfdist}/source/latex/dinbrief
11572%{texmfdist}/tex/latex/dinbrief
11573# Class and templates for typesetting dissertations in Russian.
11574%doc %{texmfdist}/doc/latex/disser
11575%{texmfdist}/tex/latex/disser
11576%{texmfdist}/source/latex/disser
de260d32
ZU
11577# Mathematics in Greek texts.
11578%doc %{texmfdist}/doc/latex/elmath
11579%{texmfdist}/source/latex/elmath
11580%{texmfdist}/tex/latex/elmath
11581# Modern Russian typesetting.
11582%doc %{texmfdist}/doc/latex/eskd
11583%{texmfdist}/source/latex/eskd
11584%{texmfdist}/tex/latex/eskd
b9c820f8
ZU
11585# Modification of inputenc for German.
11586%doc %{texmfdist}/doc/latex/ginpenc
11587%{texmfdist}/source/latex/ginpenc
11588%{texmfdist}/tex/latex/ginpenc
11589# LaTeX support for Croatian documents.
11590%doc %{texmfdist}/doc/latex/hrlatex
11591%{texmfdist}/source/latex/hrlatex
11592%{texmfdist}/tex/latex/hrlatex
70f52fe3
ZU
11593# Proper MLA formatting.
11594%doc %{texmfdist}/doc/latex/mla-paper
11595%{texmfdist}/tex/latex/mla-paper
84a4c427
ZU
11596
11597%files latex-music
11598%defattr(644,root,root,755)
84a4c427
ZU
11599%doc %{texmfdist}/doc/latex/abc
11600%{texmfdist}/source/latex/abc
11601%{texmfdist}/tex/latex/abc
11602%doc %{texmfdist}/doc/latex/guitar
11603%{texmfdist}/source/latex/guitar
11604%{texmfdist}/tex/latex/guitar
c82fac6f
ZU
11605%{texmfdist}/source/latex/songbook
11606%{texmfdist}/tex/latex/songbook
11607%doc %{texmfdist}/doc/latex/songbook
f4f1ef6b
ZU
11608%{texmfdist}/tex/generic/musixlyr
11609%doc %{texmfdist}/doc/latex/musixlyr
11610%{texmfdist}/tex/generic/musixps
11611%doc %{texmfdist}/doc/generic/musixps
11612%{texmfdist}/fonts/source/public/musixps
11613%{texmfdist}/fonts/tfm/public/musixps
84a4c427
ZU
11614
11615%files latex-extend
11616%defattr(644,root,root,755)
c82fac6f
ZU
11617%{texmfdist}/source/latex/marginnote
11618%{texmfdist}/tex/latex/marginnote
11619%doc %{texmfdist}/doc/latex/marginnote
84a4c427
ZU
11620%doc %{texmfdist}/doc/latex/HA-prosper
11621%{texmfdist}/source/latex/HA-prosper
11622%{texmfdist}/tex/latex/HA-prosper
84a4c427
ZU
11623%doc %{texmfdist}/doc/latex/arydshln
11624%{texmfdist}/source/latex/arydshln
11625%{texmfdist}/tex/latex/arydshln
84a4c427
ZU
11626%doc %{texmfdist}/doc/latex/chappg
11627%{texmfdist}/source/latex/chappg
11628%{texmfdist}/tex/latex/chappg
1d337b0e
ZU
11629%doc %{texmfdist}/doc/latex/addlines
11630%{texmfdist}/source/latex/addlines
11631%{texmfdist}/tex/latex/addlines
11632%doc %{texmfdist}/doc/latex/alnumsec
11633%{texmfdist}/source/latex/alnumsec
11634%{texmfdist}/tex/latex/alnumsec
11635%doc %{texmfdist}/doc/latex/babelbib
11636%{texmfdist}/source/latex/babelbib
11637%{texmfdist}/bibtex/bst/babelbib
11638%{texmfdist}/tex/latex/babelbib
11639%doc %{texmfdist}/doc/latex/bibtopicprefix
11640%{texmfdist}/source/latex/bibtopicprefix
11641%{texmfdist}/tex/latex/bibtopicprefix
11642%doc %{texmfdist}/doc/latex/boites
11643%{texmfdist}/source/latex/boites
11644%{texmfdist}/tex/latex/boites
11645%{texmfdist}/source/latex/cjw
11646%{texmfdist}/tex/latex/cjw
11647%doc %{texmfdist}/doc/latex/booklet
11648%{texmfdist}/source/latex/booklet
11649%{texmfdist}/tex/latex/booklet
11650%doc %{texmfdist}/doc/latex/bullcntr
11651%{texmfdist}/source/latex/bullcntr
11652%{texmfdist}/tex/latex/bullcntr
11653%doc %{texmfdist}/doc/latex/clefval
11654%{texmfdist}/tex/latex/clefval
11655%{texmfdist}/source/latex/clefval
11656%doc %{texmfdist}/doc/latex/colortbl
11657%{texmfdist}/source/latex/colortbl
11658%{texmfdist}/tex/latex/colortbl
11659%doc %{texmfdist}/doc/latex/contour
11660%{texmfdist}/source/latex/contour
11661%{texmfdist}/tex/latex/contour
11662%doc %{texmfdist}/doc/latex/combine
11663%{texmfdist}/source/latex/combine
11664%{texmfdist}/tex/latex/combine
11665%doc %{texmfdist}/doc/latex/curve2e
11666%{texmfdist}/source/latex/curve2e
11667%{texmfdist}/tex/latex/curve2e
11668%doc %{texmfdist}/doc/latex/ctable
11669%{texmfdist}/source/latex/ctable
11670%{texmfdist}/tex/latex/ctable
de260d32
ZU
11671%doc %{texmfdist}/doc/latex/dashrule
11672%{texmfdist}/tex/latex/dashrule
11673%{texmfdist}/source/latex/dashrule
11674%{texmfdist}/tex/latex/dashbox
11675%{texmfdist}/source/latex/dashbox
11676%doc %{texmfdist}/doc/latex/etaremune
11677%{texmfdist}/source/latex/etaremune
11678%{texmfdist}/tex/latex/etaremune
11679%doc %{texmfdist}/doc/latex/expdlist
11680%{texmfdist}/source/latex/expdlist
11681%{texmfdist}/tex/latex/expdlist
7ac8a96b
ZU
11682%doc %{texmfdist}/doc/latex/notes2bib
11683%{texmfdist}/source/latex/notes2bib
11684%{texmfdist}/tex/latex/notes2bib
f4f1ef6b
ZU
11685%doc %{texmfdist}/doc/latex/underlin
11686%{texmfdist}/source/latex/underlin
11687%{texmfdist}/tex/latex/underlin
11688%{texmfdist}/source/latex/listliketab
11689%{texmfdist}/tex/latex/listliketab
11690%doc %{texmfdist}/doc/latex/listliketab
11691%{texmfdist}/tex/latex/ltablex
70f52fe3
ZU
11692%doc %{texmfdist}/doc/latex/leading
11693%{texmfdist}/source/latex/leading
11694%{texmfdist}/tex/latex/leading
11695%doc %{texmfdist}/doc/latex/makecell
11696%{texmfdist}/source/latex/makecell
11697%{texmfdist}/tex/latex/makecell
11698%doc %{texmfdist}/doc/latex/makebox
11699%{texmfdist}/source/latex/makebox
11700%{texmfdist}/tex/latex/makebox
11701%doc %{texmfdist}/doc/latex/mcite
11702%{texmfdist}/source/latex/mcite
11703%{texmfdist}/tex/latex/mcite
11704%doc %{texmfdist}/doc/latex/mciteplus
11705%{texmfdist}/tex/latex/mciteplus
11706%{texmfdist}/bibtex/bst/mciteplus
11707%doc %{texmfdist}/doc/latex/mcaption
11708%{texmfdist}/source/latex/mcaption
11709%{texmfdist}/tex/latex/mcaption
11710%doc %{texmfdist}/doc/latex/minipage-marginpar
11711%{texmfdist}/source/latex/minipage-marginpar
11712%{texmfdist}/tex/latex/minipage-marginpar
11713%doc %{texmfdist}/doc/latex/newvbtm
11714%{texmfdist}/source/latex/newvbtm
11715%{texmfdist}/tex/latex/newvbtm
11716%doc %{texmfdist}/doc/latex/miniplot
11717%{texmfdist}/tex/latex/miniplot
11718%doc %{texmfdist}/doc/latex/multicap
11719%{texmfdist}/source/latex/multicap
11720%{texmfdist}/tex/latex/multicap
11721%doc %{texmfdist}/doc/latex/ntabbing
11722%{texmfdist}/tex/latex/ntabbing
11723%{texmfdist}/tex/latex/numline
11724%doc %{texmfdist}/doc/latex/pbox
11725%{texmfdist}/source/latex/pbox
11726%{texmfdist}/tex/latex/pbox
11727%doc %{texmfdist}/doc/latex/pinlabel
11728%{texmfdist}/tex/latex/pinlabel
11729%doc %{texmfdist}/doc/latex/polytable
11730%{texmfdist}/source/latex/polytable
11731%{texmfdist}/tex/latex/polytable
11732%doc %{texmfdist}/doc/latex/rccol
11733%{texmfdist}/source/latex/rccol
11734%{texmfdist}/tex/latex/rccol
11735%doc %{texmfdist}/doc/latex/romannum
11736%{texmfdist}/source/latex/romannum
11737%{texmfdist}/tex/latex/romannum
11738%doc %{texmfdist}/doc/latex/schedule
11739%{texmfdist}/source/latex/schedule
11740%{texmfdist}/tex/latex/schedule
11741%doc %{texmfdist}/doc/latex/umoline
11742%{texmfdist}/source/latex/umoline
11743%{texmfdist}/tex/latex/umoline
1d337b0e
ZU
11744
11745%files latex-programming
11746%defattr(644,root,root,755)
11747%doc %{texmfdist}/doc/latex/cool
11748%{texmfdist}/source/latex/cool
11749%{texmfdist}/tex/latex/cool
11750%doc %{texmfdist}/doc/latex/coolstr
11751%{texmfdist}/source/latex/coolstr
11752%{texmfdist}/tex/latex/coolstr
11753%doc %{texmfdist}/doc/latex/coollist
11754%{texmfdist}/source/latex/coollist
11755%{texmfdist}/tex/latex/coollist
11756%{texmfdist}/source/latex/cmdtrack
11757%{texmfdist}/tex/latex/cmdtrack
11758%doc %{texmfdist}/doc/latex/datenumber
11759%{texmfdist}/source/latex/datenumber
11760%{texmfdist}/tex/latex/datenumber
11761%doc %{texmfdist}/doc/latex/dprogress
11762%{texmfdist}/source/latex/dprogress
11763%{texmfdist}/tex/latex/dprogress
11764%doc %{texmfdist}/doc/latex/csvtools
11765%{texmfdist}/source/latex/csvtools
11766%{texmfdist}/tex/latex/csvtools
11767%doc %{texmfdist}/doc/latex/datatool
11768%{texmfdist}/source/latex/datatool
11769%{texmfdist}/tex/latex/datatool
de260d32
ZU
11770%doc %{texmfdist}/doc/latex/dialogl
11771%{texmfdist}/source/latex/dialogl
11772%{texmfdist}/tex/latex/dialogl
11773%doc %{texmfdist}/doc/latex/delimtxt
11774%{texmfdist}/tex/latex/delimtxt
11775%{texmfdist}/source/latex/delimtxt
11776%doc %{texmfdist}/doc/latex/environ
11777%{texmfdist}/source/latex/environ
11778%{texmfdist}/tex/latex/environ
11779%doc %{texmfdist}/doc/latex/fmtcount
11780%{texmfdist}/source/latex/fmtcount
11781%{texmfdist}/tex/latex/fmtcount
11782%doc %{texmfdist}/doc/latex/forarray
11783%{texmfdist}/source/latex/forarray
11784%{texmfdist}/tex/latex/forarray
11785%doc %{texmfdist}/doc/latex/forloop
11786%{texmfdist}/source/latex/forloop
11787%{texmfdist}/tex/latex/forloop
b9c820f8
ZU
11788%doc %{texmfdist}/doc/latex/labelcas
11789%{texmfdist}/source/latex/labelcas
11790%{texmfdist}/tex/latex/labelcas
6bc47e19
ZU
11791%doc %{texmfdist}/doc/latex/export
11792%{texmfdist}/source/latex/export
11793%{texmfdist}/tex/latex/export
11794%doc %{texmfdist}/doc/latex/inversepath
11795%{texmfdist}/source/latex/inversepath
11796%{texmfdist}/tex/latex/inversepath
11797%{texmfdist}/source/latex/lcg
11798%{texmfdist}/tex/latex/lcg
caaf987e
ZU
11799%doc %{texmfdist}/doc/latex/namespc
11800%{texmfdist}/source/latex/namespc
11801%{texmfdist}/tex/latex/namespc
7ac8a96b
ZU
11802%doc %{texmfdist}/doc/latex/makecmds
11803%{texmfdist}/source/latex/makecmds
11804%{texmfdist}/tex/latex/makecmds
11805%{texmfdist}/source/latex/patchcmd
11806%{texmfdist}/tex/latex/patchcmd
11807%doc %{texmfdist}/doc/latex/stringstrings
11808%{texmfdist}/source/latex/stringstrings
11809%{texmfdist}/tex/latex/stringstrings
11810%doc %{texmfdist}/doc/latex/nag
11811%{texmfdist}/source/latex/nag
11812%{texmfdist}/tex/latex/nag
11813%{texmfdist}/source/latex/stack
11814%{texmfdist}/tex/latex/stack
11815%doc %{texmfdist}/doc/latex/substr
11816%{texmfdist}/tex/latex/substr
70f52fe3
ZU
11817%{texmfdist}/tex/latex/multido
11818%doc %{texmfdist}/doc/latex/progress
11819%{texmfdist}/tex/latex/progress
11820%doc %{texmfdist}/doc/latex/randtext
11821%{texmfdist}/tex/latex/randtext
11822%doc %{texmfdist}/doc/latex/regcount
11823%{texmfdist}/source/latex/regcount
11824%{texmfdist}/tex/latex/regcount
11825%doc %{texmfdist}/doc/latex/robustcommand
11826%{texmfdist}/source/latex/robustcommand
11827%{texmfdist}/tex/latex/robustcommand
11828%doc %{texmfdist}/doc/latex/typedref
11829%{texmfdist}/source/latex/typedref
11830%{texmfdist}/tex/latex/typedref
11831%doc %{texmfdist}/doc/latex/splitindex
11832%{texmfdist}/source/latex/splitindex
11833%{texmfdist}/tex/latex/splitindex
6bc47e19
ZU
11834
11835%files latex-effects
11836%defattr(644,root,root,755)
11837%doc %{texmfdist}/doc/latex/arcs
11838%{texmfdist}/source/latex/arcs
11839%{texmfdist}/tex/latex/arcs
11840%doc %{texmfdist}/doc/latex/blowup
11841%{texmfdist}/source/latex/blowup
11842%{texmfdist}/tex/latex/blowup
11843%doc %{texmfdist}/doc/latex/changebar
11844%{texmfdist}/tex/latex/changebar
11845%{texmfdist}/source/latex/changebar
11846%doc %{texmfdist}/doc/latex/draftwatermark
11847%{texmfdist}/source/latex/draftwatermark
11848%{texmfdist}/tex/latex/draftwatermark
11849%doc %{texmfdist}/doc/latex/flippdf
11850%{texmfdist}/source/latex/flippdf
11851%{texmfdist}/tex/latex/flippdf
11852%doc %{texmfdist}/doc/latex/flowfram
11853%{texmfdist}/source/latex/flowfram
11854%{texmfdist}/tex/latex/flowfram
11855%doc %{texmfdist}/doc/latex/isorot
11856%{texmfdist}/source/latex/isorot
11857%{texmfdist}/tex/latex/isorot
11858%doc %{texmfdist}/doc/latex/lettrine
11859%{texmfdist}/source/latex/lettrine
11860%{texmfdist}/tex/latex/lettrine
70f52fe3
ZU
11861%doc %{texmfdist}/doc/latex/niceframe
11862%{texmfdist}/source/latex/niceframe
11863%{texmfdist}/tex/latex/niceframe
11864%{texmfdist}/fonts/source/public/niceframe
11865%{texmfdist}/fonts/tfm/public/niceframe
11866%doc %{texmfdist}/doc/latex/notes
11867%{texmfdist}/source/latex/notes
11868%{texmfdist}/tex/latex/notes
11869%doc %{texmfdist}/doc/latex/objectz
11870%{texmfdist}/source/latex/objectz
11871%{texmfdist}/tex/latex/objectz
11872%doc %{texmfdist}/doc/latex/parallel
11873%{texmfdist}/source/latex/parallel
11874%{texmfdist}/tex/latex/parallel
11875%doc %{texmfdist}/doc/latex/quotchap
11876%{texmfdist}/source/latex/quotchap
11877%{texmfdist}/tex/latex/quotchap
11878%doc %{texmfdist}/doc/latex/rotpages
11879%{texmfdist}/tex/latex/rotpages
11880%{texmfdist}/tex/latex/umrand
11881%doc %{texmfdist}/doc/fonts/umrand
11882%{texmfdist}/fonts/source/public/umrand
11883%{texmfdist}/fonts/tfm/public/umrand
11884%doc %{texmfdist}/doc/latex/ushort
11885%{texmfdist}/source/latex/ushort
11886%{texmfdist}/tex/latex/ushort
16591d53 11887
f65b3398
ZU
11888%files latex-other
11889%defattr(644,root,root,755)
f65b3398
ZU
11890%{texmfdist}/metapost/latexmp
11891%{texmfdist}/metapost/makecirc
8affbd2c 11892%dir %{texmfdist}/source/alatex
f65b3398 11893%{texmfdist}/source/alatex/base
8affbd2c 11894%dir %{texmfdist}/source/cslatex
f65b3398
ZU
11895%{texmfdist}/source/cslatex/base
11896%{texmfdist}/source/generic/xypic
f65b3398 11897%{texmfdist}/source/latex/GuIT
1d337b0e 11898# Definitive source of Plain TeX on CTAN.
f65b3398
ZU
11899%{texmfdist}/source/latex/base
11900%{texmfdist}/source/latex/bayer
84a4c427 11901# A small collection of minimal DTX examples.
f65b3398 11902%{texmfdist}/source/latex/dtxgallery
1d337b0e 11903# Editorial Notes for LaTeX documents.
f65b3398 11904%{texmfdist}/source/latex/ed
84a4c427 11905# Typeset scholarly edition.
f65b3398 11906%{texmfdist}/source/latex/edmac
84a4c427 11907# Use AMS Euler fonts for math.
f65b3398 11908%{texmfdist}/source/latex/euler
7ac8a96b
ZU
11909# Ridgeway's fonts.
11910%{texmfdist}/source/latex/wnri
11911%dir %{texmfdist}/source/plain
11912%{texmfdist}/source/plain/jsmisc
11913%{texmfdist}/source/xelatex
11914%{texmfdist}/tex/alatex
11915%{texmfdist}/tex/generic/enctex
11916# Create a calendar, in German.
11917%{texmfdist}/tex/latex/kalender
11918# Typeset Karnaugh-Veitch-maps.
11919%{texmfdist}/tex/latex/karnaugh
11920# Kerkis (Greek) font family.
11921%{texmfdist}/tex/latex/kerkis
2e9c3e45 11922# Print tables and generate control files to adjust kernings.
f65b3398 11923%{texmfdist}/source/latex/kerntest
7ac8a96b
ZU
11924%{texmfdist}/tex/latex/kerntest
11925%{texmfdist}/tex/latex/kluwer
f65b3398 11926%{texmfdist}/source/latex/kluwer
7ac8a96b
ZU
11927# A two-element sans-serif typeface.
11928%{texmfdist}/tex/latex/kurier
11929# Lists in TeX's "mouth".
11930%{texmfdist}/tex/latex/lazylist
1d337b0e 11931# This package makes available Classic Cyrillic CM fonts
f65b3398 11932%{texmfdist}/source/latex/lcyw
7ac8a96b 11933%{texmfdist}/tex/latex/lcyw
2e9c3e45 11934# Typeset scholarly editions in parallel texts.
f65b3398 11935%{texmfdist}/source/latex/ledmac
7ac8a96b
ZU
11936%{texmfdist}/tex/latex/ledmac
11937%{texmfdist}/tex/latex/levy
11938# Macros for using Silvio Levy's Greek fonts.
11939%{texmfdist}/tex/latex/lgreek
11940# A non-standard Cyrillic input scheme.
11941%{texmfdist}/source/latex/lhcyr
11942%{texmfdist}/tex/latex/lhcyr
2e9c3e45 11943# Miscellaneous helper packages.
f65b3398 11944%{texmfdist}/source/latex/lhelp
7ac8a96b
ZU
11945%{texmfdist}/tex/latex/lhelp
11946# Use the font Libertine with LaTeX.
11947%{texmfdist}/tex/latex/libertine
2e9c3e45 11948# Typeset maps and blocks according to the Information Mapping
f65b3398 11949%{texmfdist}/source/latex/limap
7ac8a96b
ZU
11950%{texmfdist}/tex/latex/limap
11951%{texmfdist}/tex/latex/linearA
11952# Format linguists' examples.
11953%{texmfdist}/tex/latex/linguex
2e9c3e45 11954# Easy access to the Lorem Ipsum dummy text.
f65b3398 11955%{texmfdist}/source/latex/lipsum
7ac8a96b 11956%{texmfdist}/tex/latex/lipsum
2e9c3e45 11957# Lists contents of BibTeX files.
f65b3398 11958%{texmfdist}/source/latex/listbib
7ac8a96b 11959%{texmfdist}/tex/latex/listbib
7ac8a96b
ZU
11960# LK Proof figure macros.
11961%{texmfdist}/tex/latex/lkproof
11962# A font for electronic logic design.
11963%{texmfdist}/tex/latex/logic
2e9c3e45 11964# A LaTeX package to typeset indices with GNU's Texindex.
f65b3398 11965%{texmfdist}/source/latex/ltxindex
7ac8a96b
ZU
11966%{texmfdist}/tex/latex/ltxindex
11967# Set of slide fonts based on CM.
11968%{texmfdist}/tex/latex/lxfonts
11969# Support for LY1 LaTeX encoding.
11970%{texmfdist}/tex/latex/ly1
11971# Mathematics in accord with French usage.
11972%{texmfdist}/tex/latex/mafr
2e9c3e45 11973# Macros for mail merging.
f65b3398 11974%{texmfdist}/source/latex/mailing
7ac8a96b
ZU
11975%{texmfdist}/tex/latex/mailing
11976# Print various kinds 2/5 and Code 39 bar codes.
11977%{texmfdist}/tex/latex/makebarcode
2e9c3e45 11978# Perl script to help generate dtx and ins files
f65b3398 11979%{texmfdist}/source/latex/makedtx
7ac8a96b
ZU
11980%{texmfdist}/tex/latex/makedtx
11981# Include a glossary into a document.
11982%{texmfdist}/tex/latex/makeglos
2e9c3e45 11983# LaTeX support for the TeX book symbols.
f65b3398 11984%{texmfdist}/source/latex/manfnt
7ac8a96b 11985%{texmfdist}/tex/latex/manfnt
2e9c3e45 11986# Support for multiple character sets and encodings.
f65b3398 11987%{texmfdist}/source/latex/mapcodes
7ac8a96b
ZU
11988%{texmfdist}/tex/latex/mapcodes
11989# Mathematical fonts to fit with particular text fonts.
11990%{texmfdist}/tex/latex/mathdesign
7ac8a96b
ZU
11991# Creating covers for music cassettes.
11992%{texmfdist}/tex/latex/mceinleger
7ac8a96b
ZU
11993# Experimental memoir support.
11994%{texmfdist}/tex/latex/memexsupp
2e9c3e45 11995# Multiple font formats.
f65b3398 11996%{texmfdist}/source/latex/mff
7ac8a96b 11997%{texmfdist}/tex/latex/mff
2e9c3e45 11998# Pretty-print Metafont source.
f65b3398 11999%{texmfdist}/source/latex/mftinc
7ac8a96b 12000%{texmfdist}/tex/latex/mftinc
2e9c3e45 12001# Package for writing minutes of meetings.
f65b3398 12002%{texmfdist}/source/latex/minutes
7ac8a96b 12003%{texmfdist}/tex/latex/minutes
2e9c3e45 12004# Allows font sizes up to 35.83pt.
f65b3398 12005%{texmfdist}/source/latex/moresize
7ac8a96b 12006%{texmfdist}/tex/latex/moresize
2e9c3e45 12007# A package for LaTeX localisation.
f65b3398 12008%{texmfdist}/source/latex/msg
7ac8a96b
ZU
12009%{texmfdist}/tex/latex/msg
12010# Michael Landy's APA citation style.
12011%{texmfdist}/tex/latex/mslapa
2e9c3e45 12012# Use italic and upright greek letters with mathtime.
f65b3398 12013%{texmfdist}/source/latex/mtgreek
7ac8a96b 12014%{texmfdist}/tex/latex/mtgreek
2e9c3e45 12015# Multiple bibliographies.
f65b3398 12016%{texmfdist}/source/latex/multibbl
7ac8a96b 12017%{texmfdist}/tex/latex/multibbl
7ac8a96b
ZU
12018# Support for Mongolian "horizontal" (Xewtee Dorwoljin) script.
12019%{texmfdist}/source/latex/mxd
f65b3398 12020%{texmfdist}/tex/latex/mxd
7ac8a96b 12021# A pair of Georgian fonts.
f65b3398 12022%{texmfdist}/tex/latex/mxedruli
7ac8a96b
ZU
12023# Nomenclature typeset in a longtable
12024%{texmfdist}/source/latex/nomentbl
f65b3398 12025%{texmfdist}/tex/latex/nomentbl
7ac8a96b
ZU
12026# Non-floating table and figure captions.
12027%{texmfdist}/source/latex/nonfloat
f65b3398 12028%{texmfdist}/tex/latex/nonfloat
7ac8a96b 12029# Convert a number to its English expression.
f65b3398 12030%{texmfdist}/tex/latex/numname
7ac8a96b 12031# LaTeX support for ocr fonts.
f65b3398 12032%{texmfdist}/tex/latex/ocr-latex
7ac8a96b
ZU
12033# Support for Polish typography and the ogonek.
12034%{texmfdist}/source/latex/ogonek
f65b3398 12035%{texmfdist}/tex/latex/ogonek
7ac8a96b
ZU
12036# Old style numbers in OT1 encoding.
12037%{texmfdist}/source/latex/oldstyle
f65b3398 12038%{texmfdist}/tex/latex/oldstyle
7ac8a96b
ZU
12039# Footnote-style bibliographical references.
12040%{texmfdist}/source/latex/opcit
f65b3398 12041%{texmfdist}/tex/latex/opcit
7ac8a96b
ZU
12042# Counters as ordinal numbers in Portuguese.
12043%{texmfdist}/source/latex/ordinalpt
f65b3398 12044%{texmfdist}/tex/latex/ordinalpt
7ac8a96b 12045# Macros, metrics, etc., to use the OT2 Cyrillic encoding.
f65b3398 12046%{texmfdist}/tex/latex/ot2cyr
f65b3398 12047%{texmfdist}/tex/latex/otibet
7ac8a96b
ZU
12048%{texmfdist}/source/latex/otibet
12049# List environment for making outlines.
f65b3398 12050%{texmfdist}/tex/latex/outline
7ac8a96b 12051# Change section levels easily.
f65b3398 12052%{texmfdist}/tex/latex/outliner
7ac8a96b
ZU
12053# Fonts designed by Fra Luca de Pacioli in 1497.
12054%{texmfdist}/source/latex/pacioli
f65b3398 12055%{texmfdist}/tex/latex/pacioli
7ac8a96b
ZU
12056# Page number-only page styles.
12057%{texmfdist}/source/latex/pageno
f65b3398 12058%{texmfdist}/tex/latex/pageno
7ac8a96b
ZU
12059# Notes at end of document.
12060%{texmfdist}/source/latex/pagenote
f65b3398
ZU
12061%{texmfdist}/tex/latex/pagenote
12062%{texmfdist}/tex/latex/palatino
7ac8a96b
ZU
12063# Origami-style folding paper CD case.
12064%{texmfdist}/source/latex/papercdcase
f65b3398 12065%{texmfdist}/tex/latex/papercdcase
7ac8a96b
ZU
12066# Defines simple macros for greek letters.
12067%{texmfdist}/source/latex/paresse
f65b3398 12068%{texmfdist}/tex/latex/paresse
7ac8a96b
ZU
12069# Typesets (two) streams of text running parallel.
12070%{texmfdist}/source/latex/parrun
f65b3398 12071%{texmfdist}/tex/latex/parrun
7ac8a96b
ZU
12072# German LaTeX package documentation.
12073%{texmfdist}/source/latex/pauldoc
f65b3398 12074%{texmfdist}/tex/latex/pauldoc
7ac8a96b
ZU
12075# Using graphics from PAW.
12076%{texmfdist}/source/latex/pawpict
f65b3398 12077%{texmfdist}/tex/latex/pawpict
7ac8a96b 12078# Font support for current PCL printers.
f65b3398 12079%{texmfdist}/tex/latex/pclnfss
f65b3398 12080%{texmfdist}/tex/latex/pdfwin
7ac8a96b 12081# Print Tibetan text in the classic pecha layout style.
f65b3398 12082%{texmfdist}/tex/latex/pecha
7ac8a96b
ZU
12083# Define LaTeX macros in terms of Perl code
12084%{texmfdist}/source/latex/perltex
f65b3398 12085%{texmfdist}/tex/latex/perltex
7ac8a96b 12086# Create images of the soroban using TikZ/PGF.
f65b3398 12087%{texmfdist}/tex/latex/pgf-soroban
7ac8a96b 12088# Disk of Phaistos font.
f65b3398 12089%{texmfdist}/tex/latex/phaistos
7ac8a96b 12090# Cross references for named and numbered environments.
f65b3398 12091%{texmfdist}/tex/latex/philex
7ac8a96b 12092# MetaFont Phonetic fonts, based on Computer Modern.
f65b3398 12093%{texmfdist}/tex/latex/phonetic
7ac8a96b 12094# Adds relative coordinates and improves the \plot command.
f65b3398 12095%{texmfdist}/tex/latex/pictex2
7ac8a96b 12096# Arrange for "plates" sections of documents.
f65b3398 12097%{texmfdist}/tex/latex/plates
7ac8a96b 12098%{texmfdist}/source/latex/plweb
f65b3398 12099%{texmfdist}/tex/latex/plweb
7ac8a96b 12100# "Poor man's" graphics.
f65b3398 12101%{texmfdist}/tex/latex/pmgraph
7ac8a96b
ZU
12102# Typeset Polish documents with LaTeX and Polish fonts.
12103%{texmfdist}/source/latex/polski
f65b3398 12104%{texmfdist}/tex/latex/polski
7ac8a96b 12105%{texmfdist}/source/latex/polyglot
f65b3398 12106%{texmfdist}/tex/latex/polyglot
7ac8a96b 12107# Facilitates mass-mailing of postcards (junkmail).
f65b3398 12108%{texmfdist}/tex/latex/postcards
7ac8a96b
ZU
12109# A presentation class.
12110%{texmfdist}/source/latex/powerdot
f65b3398 12111%{texmfdist}/tex/latex/powerdot
7ac8a96b 12112# A postprocessor for PDF presentations.
f65b3398 12113%{texmfdist}/tex/latex/ppower4
7ac8a96b
ZU
12114# Prosper preview.
12115%{texmfdist}/source/latex/ppr-prv
f65b3398 12116%{texmfdist}/tex/latex/ppr-prv
7ac8a96b
ZU
12117# Make label references "self-identify".
12118%{texmfdist}/source/latex/prettyref
f65b3398 12119%{texmfdist}/tex/latex/prettyref
7ac8a96b
ZU
12120# Shortcuts commands to symbols used in probability texts.
12121%{texmfdist}/source/latex/proba
f65b3398 12122%{texmfdist}/tex/latex/proba
f65b3398 12123%{texmfdist}/tex/latex/procIAGssymp
7ac8a96b 12124# Literate programming package.
f65b3398 12125%{texmfdist}/tex/latex/protex
7ac8a96b
ZU
12126# A class for typesetting minutes (only german).
12127%{texmfdist}/source/latex/protocol
f65b3398 12128%{texmfdist}/tex/latex/protocol
7ac8a96b
ZU
12129# A psfrag eXtension.
12130%{texmfdist}/source/latex/psfragx
f65b3398
ZU
12131%{texmfdist}/tex/latex/psfragx
12132%{texmfdist}/tex/latex/psgo
7ac8a96b
ZU
12133# PostScript picture support.
12134%{texmfdist}/source/latex/pspicture
f65b3398 12135%{texmfdist}/tex/latex/pspicture
7ac8a96b 12136# LaTeX macros for typesetting trees.
f65b3398 12137%{texmfdist}/tex/latex/qobitree
7ac8a96b
ZU
12138# Bundle for unit tests and pattern matching.
12139%{texmfdist}/source/latex/qstest
f65b3398 12140%{texmfdist}/tex/latex/qstest
7ac8a96b
ZU
12141# Consistent quote marks.
12142%{texmfdist}/source/latex/quotmark
f65b3398
ZU
12143%{texmfdist}/tex/latex/quotmark
12144%{texmfdist}/tex/latex/r_und_s
7ac8a96b
ZU
12145# Marginal pictures.
12146%{texmfdist}/source/latex/randbild
f65b3398 12147%{texmfdist}/tex/latex/randbild
7ac8a96b
ZU
12148# Use RCS (revision control system) tags in LaTeX documents.
12149%{texmfdist}/source/latex/rcs
f65b3398 12150%{texmfdist}/tex/latex/rcs
7ac8a96b
ZU
12151# Support for the revision control system.
12152%{texmfdist}/source/latex/rcsinfo
f65b3398 12153%{texmfdist}/tex/latex/rcsinfo
7ac8a96b 12154# Recycle top matter.
f65b3398 12155%{texmfdist}/tex/latex/rectopma
7ac8a96b 12156# Check references (in figures, table, equations, etc).
f65b3398 12157%{texmfdist}/tex/latex/refcheck
7ac8a96b
ZU
12158# Advanced formatting of cross references.
12159%{texmfdist}/source/latex/refstyle
f65b3398 12160%{texmfdist}/tex/latex/refstyle
7ac8a96b
ZU
12161# A "relaxed" font encoding.
12162%{texmfdist}/source/latex/relenc
f65b3398 12163%{texmfdist}/tex/latex/relenc
7ac8a96b 12164# Repeat items in an index after a page or column break
f65b3398
ZU
12165%{texmfdist}/tex/latex/repeatindex
12166%{texmfdist}/tex/latex/resume
7ac8a96b 12167# Rewrite labels in EPS graphics.
f65b3398 12168%{texmfdist}/tex/latex/rlepsf
7ac8a96b
ZU
12169# A package to help change page layout parameters in LaTeX.
12170%{texmfdist}/source/latex/rmpage
f65b3398 12171%{texmfdist}/tex/latex/rmpage
7ac8a96b 12172# Create index with pagerefs.
f65b3398 12173%{texmfdist}/tex/latex/robustindex
7ac8a96b
ZU
12174# Drawing rhetorical structure analysis diagrams in LaTeX.
12175%{texmfdist}/source/latex/rst
f65b3398 12176%{texmfdist}/tex/latex/rst
7ac8a96b
ZU
12177# Input encoding with fallback procedures.
12178%{texmfdist}/source/latex/rtkinenc
f65b3398
ZU
12179%{texmfdist}/tex/latex/rtkinenc
12180%{texmfdist}/tex/latex/rtklage
7ac8a96b
ZU
12181# Embed Sage code and plots into LaTeX.
12182%{texmfdist}/source/latex/sagetex
f65b3398 12183%{texmfdist}/tex/latex/sagetex
7ac8a96b
ZU
12184# Sanskrit support.
12185%{texmfdist}/source/latex/sanskrit
f65b3398 12186%{texmfdist}/tex/latex/sanskrit
7ac8a96b
ZU
12187# A bundle of utilities by Jonathan Sauer.
12188%{texmfdist}/source/latex/sauerj
f65b3398 12189%{texmfdist}/tex/latex/sauerj
7ac8a96b
ZU
12190# Use sauter fonts in LaTeX.
12191%{texmfdist}/source/latex/sauterfonts
f65b3398 12192%{texmfdist}/tex/latex/sauterfonts
7ac8a96b
ZU
12193# Save name of the footnote mark for reuse.
12194%{texmfdist}/source/latex/savefnmark
f65b3398 12195%{texmfdist}/tex/latex/savefnmark
7ac8a96b 12196# Redefine symbols where names conflict.
f65b3398 12197%{texmfdist}/tex/latex/savesym
7ac8a96b
ZU
12198# Pack as much as possible onto each page of a LaTeX document.
12199%{texmfdist}/source/latex/savetrees
f65b3398 12200%{texmfdist}/tex/latex/savetrees
7ac8a96b
ZU
12201# Create scalebars for maps, diagrams or photos.
12202%{texmfdist}/source/latex/scalebar
f65b3398 12203%{texmfdist}/tex/latex/scalebar
7ac8a96b 12204# Format a scientific paper for journal
f65b3398 12205%{texmfdist}/tex/latex/scientificpaper
7ac8a96b 12206# Make posters of ISO A3 size and larger.
f65b3398 12207%{texmfdist}/tex/latex/sciposter
7ac8a96b
ZU
12208# Use Scientific Word/WorkPlace files with another TeX.
12209%{texmfdist}/source/latex/sciwordconv
f65b3398 12210%{texmfdist}/tex/latex/sciwordconv
7ac8a96b 12211# Macros for Segmented Discourse Representation Theory.
f65b3398 12212%{texmfdist}/tex/latex/sdrt
7ac8a96b 12213# Create fancy boxed ((sub)sub)sections.
f65b3398 12214%{texmfdist}/tex/latex/sectionbox
7ac8a96b
ZU
12215# Help for writing programming language semantics.
12216%{texmfdist}/source/latex/semantic
f65b3398 12217%{texmfdist}/tex/latex/semantic
7ac8a96b 12218# Semaphore alphabet font.
f65b3398 12219%{texmfdist}/tex/latex/semaphor
7ac8a96b
ZU
12220# Put only special contents on left-hand pages in two sided layout.
12221%{texmfdist}/source/latex/semioneside
f65b3398 12222%{texmfdist}/tex/latex/semioneside
7ac8a96b
ZU
12223# Split long sequences of characters in a neutral way.
12224%{texmfdist}/source/latex/seqsplit
f65b3398 12225%{texmfdist}/tex/latex/seqsplit
7ac8a96b 12226%{texmfdist}/source/latex/sf298
f65b3398 12227%{texmfdist}/tex/latex/sf298
7ac8a96b
ZU
12228# Typesetting science fiction/fantasy manuscripts.
12229%{texmfdist}/source/latex/sffms
f65b3398 12230%{texmfdist}/tex/latex/sffms
7ac8a96b 12231# Draw signal flow graphs.
f65b3398 12232%{texmfdist}/tex/latex/sfg
7ac8a96b 12233# LaTeX style for typesetting strategic games.
f65b3398 12234%{texmfdist}/tex/latex/sgame
7ac8a96b 12235# Shade the background of any box.
f65b3398 12236%{texmfdist}/tex/latex/shadbox
7ac8a96b 12237# Theorem environments that are shaded
f65b3398 12238%{texmfdist}/tex/latex/shadethm
7ac8a96b
ZU
12239# Table of contents with different depths.
12240%{texmfdist}/source/latex/shorttoc
f65b3398 12241%{texmfdist}/tex/latex/shorttoc
7ac8a96b
ZU
12242# Variants of \show for LaTeX2e.
12243%{texmfdist}/source/latex/show2e
f65b3398 12244%{texmfdist}/tex/latex/show2e
7ac8a96b 12245%{texmfdist}/source/latex/showexpl
f65b3398 12246%{texmfdist}/tex/latex/showexpl
7ac8a96b
ZU
12247# A font to draw a skull.
12248%{texmfdist}/source/latex/skull
f65b3398 12249%{texmfdist}/tex/latex/skull
7ac8a96b
ZU
12250# Access different-shaped small-caps fonts.
12251%{texmfdist}/source/latex/slantsc
f65b3398 12252%{texmfdist}/tex/latex/slantsc
7ac8a96b 12253# Create listoffigures etc. in a single chapter.
f65b3398 12254%{texmfdist}/tex/latex/smalltableof
7ac8a96b 12255# Extend LaTeX's \ref capability.
f65b3398 12256%{texmfdist}/tex/latex/smartref
7ac8a96b 12257# Classes for Société mathématique de France publications.
f65b3398 12258%{texmfdist}/tex/latex/smflatex
7ac8a96b
ZU
12259# List the external dependencies of a LaTeX document.
12260%{texmfdist}/source/latex/snapshot
f65b3398 12261%{texmfdist}/tex/latex/snapshot
7ac8a96b 12262# Fonts and a macro for Soyombo under LaTeX.
f65b3398 12263%{texmfdist}/tex/latex/soyombo
7ac8a96b 12264# Drawing sparklines: intense, simple, wordlike graphics.
f65b3398 12265%{texmfdist}/tex/latex/sparklines
7ac8a96b 12266# Support for formatting SPIE Proceedings manuscripts.
f65b3398 12267%{texmfdist}/tex/latex/spie
7ac8a96b
ZU
12268# Split and reorder your bibliography.
12269%{texmfdist}/source/latex/splitbib
f65b3398 12270%{texmfdist}/tex/latex/splitbib
7ac8a96b 12271# Macros to typeset simple bitmaps with LaTeX.
f65b3398 12272%{texmfdist}/tex/latex/sprite
7ac8a96b
ZU
12273# Jump between DVI and TeX files.
12274%{texmfdist}/source/latex/srcltx
f65b3398 12275%{texmfdist}/tex/latex/srcltx
7ac8a96b
ZU
12276# Use the cmssq fonts.
12277%{texmfdist}/source/latex/ssqquote
f65b3398 12278%{texmfdist}/tex/latex/ssqquote
7ac8a96b 12279# Statistics style.
f65b3398 12280%{texmfdist}/tex/latex/statex2
7ac8a96b
ZU
12281# Store statistics of a document.
12282%{texmfdist}/source/latex/statistik
f65b3398 12283%{texmfdist}/tex/latex/statistik
7ac8a96b
ZU
12284# Typeset Icelandic staves and runic letters.
12285%{texmfdist}/source/latex/staves
f65b3398 12286%{texmfdist}/tex/latex/staves
7ac8a96b
ZU
12287# Standard pages with n lines of at most m characters each.
12288%{texmfdist}/source/latex/stdpage
f65b3398 12289%{texmfdist}/tex/latex/stdpage
7ac8a96b
ZU
12290# Stellenbosch thesis bundle.
12291%{texmfdist}/source/latex/stellenbosch
f65b3398 12292%{texmfdist}/tex/latex/stellenbosch
7ac8a96b
ZU
12293# An Infrastructure for Semantic Preloading of LaTeX Documents.
12294%{texmfdist}/source/latex/stex
f65b3398 12295%{texmfdist}/tex/latex/stex
7ac8a96b
ZU
12296# Draw Nassi-Schneidermann charts
12297%{texmfdist}/source/latex/struktex
f65b3398 12298%{texmfdist}/tex/latex/struktex
7ac8a96b 12299# Various macros.
f65b3398 12300%{texmfdist}/tex/latex/sttools
7ac8a96b 12301# Create tear-off stubs at the bottom of a page.
f65b3398 12302%{texmfdist}/tex/latex/stubs
7ac8a96b
ZU
12303# Sub-numbering for figures and tables.
12304%{texmfdist}/source/latex/subfloat
f65b3398 12305%{texmfdist}/tex/latex/subfloat
7ac8a96b 12306# SAS(R) user group conference proceedings document class.
f65b3398 12307%{texmfdist}/tex/latex/sugconf
7ac8a96b 12308# Define SVG named colours.
f65b3398 12309%{texmfdist}/tex/latex/svgcolor
7ac8a96b
ZU
12310# Subversion keywords in multi-file LaTeX documents
12311%{texmfdist}/source/latex/svn-multi
f65b3398 12312%{texmfdist}/tex/latex/svn-multi
7ac8a96b
ZU
12313# Typeset Subversion keywords.
12314%{texmfdist}/source/latex/svn
f65b3398 12315%{texmfdist}/tex/latex/svn
7ac8a96b
ZU
12316# Typeset Subversion Keywords.
12317%{texmfdist}/source/latex/svninfo
f65b3398 12318%{texmfdist}/tex/latex/svninfo
7ac8a96b
ZU
12319# Graphical/textual representations of swimming performances
12320%{texmfdist}/source/latex/swimgraf
f65b3398
ZU
12321%{texmfdist}/tex/latex/swimgraf
12322%{texmfdist}/tex/latex/symbol
7ac8a96b 12323# Easy drawing of syntactic proofs.
f65b3398
ZU
12324%{texmfdist}/tex/latex/synproof
12325%{texmfdist}/tex/latex/syntax
7ac8a96b
ZU
12326# Labels for tracing in a syntax tree.
12327%{texmfdist}/source/latex/syntrace
f65b3398 12328%{texmfdist}/tex/latex/syntrace
7ac8a96b
ZU
12329# Typeset syntactic trees.
12330%{texmfdist}/source/latex/synttree
f65b3398 12331%{texmfdist}/tex/latex/synttree
7ac8a96b 12332# Fonts and macro package for drawing timing diagrams.
f65b3398 12333%{texmfdist}/tex/latex/timing
7ac8a96b
ZU
12334# Section numbering and table of contents control.
12335%{texmfdist}/source/latex/tocvsec2
f65b3398 12336%{texmfdist}/tex/latex/tocvsec2
7ac8a96b 12337# A tokenizer.
f65b3398 12338%{texmfdist}/tex/latex/tokenizer
7ac8a96b
ZU
12339# Macros for writing indices, glossaries.
12340%{texmfdist}/source/latex/toolbox
f65b3398 12341%{texmfdist}/tex/latex/toolbox
7ac8a96b
ZU
12342# Bundle of files for typsetting theses.
12343%{texmfdist}/source/latex/toptesi
f65b3398 12344%{texmfdist}/tex/latex/toptesi
7ac8a96b 12345# A LaTeX package for configuring presentation fonts.
f65b3398 12346%{texmfdist}/tex/latex/tpslifonts
7ac8a96b 12347# Adjust tracking of strings.
f65b3398 12348%{texmfdist}/tex/latex/tracking
7ac8a96b
ZU
12349# Fonts from the Trajan column in Rome.
12350%{texmfdist}/source/latex/trajan
f65b3398 12351%{texmfdist}/tex/latex/trajan
7ac8a96b 12352# Provide an open platform for packages to be localized.
f65b3398 12353%{texmfdist}/tex/latex/translator
7ac8a96b
ZU
12354# Trees and other linguists' macros.
12355%{texmfdist}/source/latex/tree-dvips
f65b3398 12356%{texmfdist}/tex/latex/tree-dvips
7ac8a96b
ZU
12357# Quick float definitions in LaTeX.
12358%{texmfdist}/source/latex/trivfloat
f65b3398 12359%{texmfdist}/tex/latex/trivfloat
7ac8a96b
ZU
12360# Typeset the (logic) turnstile notation.
12361%{texmfdist}/source/latex/turnstile
f65b3398 12362%{texmfdist}/tex/latex/turnstile
7ac8a96b 12363%{texmfdist}/source/latex/twoup
f65b3398 12364%{texmfdist}/tex/latex/twoup
7ac8a96b
ZU
12365# Print a typographic grid.
12366%{texmfdist}/source/latex/typogrid
f65b3398 12367%{texmfdist}/tex/latex/typogrid
7ac8a96b 12368# Time printing, in German.
f65b3398 12369%{texmfdist}/tex/latex/uhrzeit
f4f1ef6b 12370
26d8eaaa
ZU
12371# %files latex-palatcm
12372# %defattr(644,root,root,755)
12373# %{texmf}/tex/latex/palatcm
d08789e0 12374
f65b3398
ZU
12375%files latex-pdfslide
12376%defattr(644,root,root,755)
12377%doc %{texmfdist}/doc/latex/pdfslide
12378%{texmfdist}/tex/latex/pdfslide
12379
03d9d5fa
ZU
12380%files latex-pgf
12381%defattr(644,root,root,755)
12382%doc %{texmfdist}/doc/generic/pgf
6bc47e19
ZU
12383%doc %{texmfdist}/doc/latex/pgfplots
12384%{texmfdist}/source/latex/pgfplots
f4f1ef6b 12385%{texmfdist}/source/latex/pgfopts
8ed039e0
ZU
12386%{texmfdist}/tex/generic/pgf
12387%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
12388%{texmfdist}/tex/latex/pgf
12389%{texmfdist}/tex/latex/pgfopts
12390%{texmfdist}/tex/latex/pgfplots
3f42cf69
ZU
12391%dir %{texmfdist}/source/context
12392%dir %{texmfdist}/source/context/third
12393%{texmfdist}/source/context/third/pgfplots
03d9d5fa 12394
b7b4a109
ZU
12395%files latex-prosper
12396%defattr(644,root,root,755)
12397%doc %{texmfdist}/doc/latex/prosper
12398%{texmfdist}/tex/latex/prosper
c82fac6f 12399%{texmfdist}/source/latex/prosper
b7b4a109 12400
f65b3398
ZU
12401%files latex-polynom
12402%defattr(644,root,root,755)
12403%doc %{texmfdist}/doc/latex/polynom
12404%{texmfdist}/source/latex/polynom
12405%{texmfdist}/tex/latex/polynom
12406
12407%files latex-polynomial
12408%defattr(644,root,root,755)
12409%doc %{texmfdist}/doc/latex/polynomial
12410%{texmfdist}/source/latex/polynomial
12411%{texmfdist}/tex/latex/polynomial
12412
b7b4a109
ZU
12413%files latex-pseudocode
12414%defattr(644,root,root,755)
12415%doc %{texmfdist}/doc/latex/pseudocode
12416%{texmfdist}/tex/latex/pseudocode
12417
8efa6a9c
ZU
12418%files latex-pst-2dplot
12419%defattr(644,root,root,755)
12420%doc %{texmfdist}/doc/generic/pst-2dplot
12421%{texmfdist}/tex/latex/pst-2dplot
12422
12423%files latex-pst-3dplot
12424%defattr(644,root,root,755)
12425%doc %{texmfdist}/doc/generic/pst-3dplot
12426%{texmfdist}/dvips/pst-3dplot
12427%{texmfdist}/tex/generic/pst-3dplot
12428%{texmfdist}/tex/latex/pst-3dplot
12429
12430%files latex-pst-bar
12431%defattr(644,root,root,755)
12432%doc %{texmfdist}/doc/generic/pst-3dplot
12433%{texmfdist}/dvips/pst-bar
12434%{texmfdist}/tex/generic/pst-bar
12435%{texmfdist}/tex/latex/pst-bar
12436
12437%files latex-pst-circ
12438%defattr(644,root,root,755)
12439%doc %{texmfdist}/doc/generic/pst-circ
12440%{texmfdist}/dvips/pst-circ
12441%{texmfdist}/tex/generic/pst-circ
12442%{texmfdist}/tex/latex/pst-circ
12443
12444%files latex-pst-diffraction
12445%defattr(644,root,root,755)
12446%doc %{texmfdist}/doc/generic/pst-diffraction
12447%{texmfdist}/tex/generic/pst-diffraction
12448%{texmfdist}/tex/latex/pst-diffraction
12449
b7b4a109
ZU
12450%files latex-pst-eucl
12451%defattr(644,root,root,755)
8efa6a9c 12452%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
12453%{texmfdist}/tex/generic/pst-eucl
12454%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
12455
12456%files latex-pst-fun
12457%defattr(644,root,root,755)
12458%doc %{texmfdist}/doc/generic/pst-fun
12459%{texmfdist}/dvips/pst-fun
12460%{texmfdist}/tex/generic/pst-fun
12461%{texmfdist}/tex/latex/pst-fun
12462
12463%files latex-pst-func
12464%defattr(644,root,root,755)
12465%doc %{texmfdist}/doc/generic/pst-func
12466%{texmfdist}/dvips/pst-func
12467%{texmfdist}/tex/generic/pst-func
12468%{texmfdist}/tex/latex/pst-func
12469
12470%files latex-pst-infixplot
12471%defattr(644,root,root,755)
12472%doc %{texmfdist}/doc/generic/pst-infixplot
12473%{texmfdist}/tex/generic/pst-infixplot
12474%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
12475
12476%files latex-pst-fr3d
12477%defattr(644,root,root,755)
12478%doc %{texmfdist}/doc/generic/pst-fr3d
12479%{texmfdist}/source/generic/pst-fr3d
12480%{texmfdist}/tex/generic/pst-fr3d
12481%{texmfdist}/tex/latex/pst-fr3d
12482
12483%files latex-pst-fractal
12484%defattr(644,root,root,755)
12485%doc %{texmfdist}/doc/generic/pst-fractal
12486%{texmfdist}/dvips/pst-fractal
12487%{texmfdist}/tex/generic/pst-fractal
12488%{texmfdist}/tex/latex/pst-fractal
12489
8efa6a9c
ZU
12490%files latex-pst-math
12491%defattr(644,root,root,755)
12492%doc %{texmfdist}/doc/generic/pst-math
12493%{texmfdist}/dvips/pst-math
12494%{texmfdist}/tex/generic/pst-math
12495%{texmfdist}/tex/latex/pst-math
12496
12497%files latex-pst-ob3d
12498%defattr(644,root,root,755)
12499%doc %{texmfdist}/doc/generic/pst-ob3d
12500%{texmfdist}/source/generic/pst-ob3d
12501%{texmfdist}/tex/generic/pst-ob3d
12502%{texmfdist}/tex/latex/pst-ob3d
12503
12504%files latex-pst-optexp
12505%defattr(644,root,root,755)
12506%doc %{texmfdist}/doc/generic/pst-optexp
12507%{texmfdist}/dvips/pst-optexp
12508%{texmfdist}/tex/generic/pst-optexp
12509%{texmfdist}/tex/latex/pst-optexp
12510
12511%files latex-pst-optic
12512%defattr(644,root,root,755)
12513%doc %{texmfdist}/doc/generic/pst-optic
12514%{texmfdist}/tex/generic/pst-optic
12515%{texmfdist}/tex/latex/pst-optic
12516
12517%files latex-pst-text
12518%defattr(644,root,root,755)
12519%doc %{texmfdist}/doc/generic/pst-text
04123363 12520%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
12521%{texmfdist}/tex/generic/pst-text
12522%{texmfdist}/tex/latex/pst-text
12523
1024ab0e
ZU
12524%files latex-pst-uncategorized
12525%defattr(644,root,root,755)
12526%doc %{texmfdist}/doc/generic/pst-3d
12527%doc %{texmfdist}/doc/generic/pst-asr
12528%doc %{texmfdist}/doc/generic/pst-bar
12529%doc %{texmfdist}/doc/generic/pst-barcode
12530%doc %{texmfdist}/doc/generic/pst-blur
12531%doc %{texmfdist}/doc/generic/pst-coil
12532%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
12533# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
12534# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
12535%doc %{texmfdist}/doc/generic/pst-dbicons
12536%doc %{texmfdist}/doc/generic/pst-eps
12537%doc %{texmfdist}/doc/generic/pst-fill
12538%doc %{texmfdist}/doc/generic/pst-geo
12539%doc %{texmfdist}/doc/generic/pst-ghsb
12540%doc %{texmfdist}/doc/generic/pst-gr3d
12541%doc %{texmfdist}/doc/generic/pst-grad
12542%doc %{texmfdist}/doc/generic/pst-jtree
12543%doc %{texmfdist}/doc/generic/pst-labo
12544%doc %{texmfdist}/doc/generic/pst-lens
12545%doc %{texmfdist}/doc/generic/pst-light3d
12546%doc %{texmfdist}/doc/generic/pst-osci
12547%doc %{texmfdist}/doc/generic/pst-pad
12548%doc %{texmfdist}/doc/generic/pst-pdgr
12549%doc %{texmfdist}/doc/generic/pst-poly
12550%doc %{texmfdist}/doc/generic/pst-qtree
12551%doc %{texmfdist}/doc/generic/pst-slpe
12552%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
12553# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
12554# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
12555%doc %{texmfdist}/doc/generic/pst-soroban
12556%doc %{texmfdist}/doc/generic/pst-spectra
12557%doc %{texmfdist}/doc/generic/pst-stru
12558%doc %{texmfdist}/doc/generic/pst-uml
12559%doc %{texmfdist}/doc/generic/pst-vue3d
12560%doc %{texmfdist}/doc/latex/auto-pst-pdf
12561%doc %{texmfdist}/doc/latex/pst-pdf
12562%{texmfdist}/dvips/pst-barcode
12563%{texmfdist}/dvips/pst-blur
12564%{texmfdist}/dvips/pst-coil
12565%{texmfdist}/dvips/pst-cox
12566%{texmfdist}/dvips/pst-eucl
12567%{texmfdist}/dvips/pst-geo
12568%{texmfdist}/dvips/pst-ghsb
12569%{texmfdist}/dvips/pst-grad
12570%{texmfdist}/dvips/pst-light3d
12571%{texmfdist}/dvips/pst-slpe
12572%{texmfdist}/dvips/pst-solides3d
12573%{texmfdist}/dvips/pst-spectra
12574%{texmfdist}/dvips/pst-vue3d
12575%{texmfdist}/scripts/pst-pdf
12576%{texmfdist}/source/generic/pst-3d
12577%{texmfdist}/source/generic/pst-3dplot
12578%{texmfdist}/source/generic/pst-barcode
12579%{texmfdist}/source/generic/pst-blur
12580%{texmfdist}/source/generic/pst-circ
12581%{texmfdist}/source/generic/pst-coil
12582%{texmfdist}/source/generic/pst-dbicons
12583%{texmfdist}/source/generic/pst-diffraction
12584%{texmfdist}/source/generic/pst-eps
12585%{texmfdist}/source/generic/pst-fill
12586%{texmfdist}/source/generic/pst-fractal
12587%{texmfdist}/source/generic/pst-fun
12588%{texmfdist}/source/generic/pst-func
12589%{texmfdist}/source/generic/pst-lens
12590%{texmfdist}/source/generic/pst-light3d
12591%{texmfdist}/source/generic/pst-optic
12592%{texmfdist}/source/generic/pst-pad
12593%{texmfdist}/source/generic/pst-pdgr
12594%{texmfdist}/source/generic/pst-slpe
12595%{texmfdist}/source/generic/pst-soroban
12596%{texmfdist}/source/generic/pst-text
12597%{texmfdist}/source/generic/pst-uml
12598%{texmfdist}/source/generic/pst-vue3d
12599%{texmfdist}/source/latex/auto-pst-pdf
12600%{texmfdist}/source/latex/pst-gr3d
12601%{texmfdist}/source/latex/pst-pdf
12602%{texmfdist}/source/latex/pst-poly
12603%{texmfdist}/tex/generic/pst-3d
12604%{texmfdist}/tex/generic/pst-asr
12605%{texmfdist}/tex/generic/pst-barcode
12606%{texmfdist}/tex/generic/pst-blur
12607%{texmfdist}/tex/generic/pst-coil
12608%{texmfdist}/tex/generic/pst-cox
12609%{texmfdist}/tex/generic/pst-eps
12610%{texmfdist}/tex/generic/pst-fill
12611%{texmfdist}/tex/generic/pst-geo
12612%{texmfdist}/tex/generic/pst-ghsb
12613%{texmfdist}/tex/generic/pst-gr3d
12614%{texmfdist}/tex/generic/pst-grad
12615%{texmfdist}/tex/generic/pst-jtree
12616%{texmfdist}/tex/generic/pst-labo
12617%{texmfdist}/tex/generic/pst-lens
12618%{texmfdist}/tex/generic/pst-light3d
12619%{texmfdist}/tex/generic/pst-osci
12620%{texmfdist}/tex/generic/pst-pad
12621%{texmfdist}/tex/generic/pst-pdgr
12622%{texmfdist}/tex/generic/pst-poly
12623%{texmfdist}/tex/generic/pst-qtree
12624%{texmfdist}/tex/generic/pst-slpe
12625%{texmfdist}/tex/generic/pst-solides3d
12626%{texmfdist}/tex/generic/pst-spectra
12627%{texmfdist}/tex/generic/pst-stru
12628%{texmfdist}/tex/generic/pst-vue3d
12629%{texmfdist}/tex/latex/pst-3d
12630%{texmfdist}/tex/latex/pst-asr
12631%{texmfdist}/tex/latex/pst-barcode
12632%{texmfdist}/tex/latex/pst-blur
12633%{texmfdist}/tex/latex/pst-coil
12634%{texmfdist}/tex/latex/pst-cox
12635%{texmfdist}/tex/latex/pst-dbicons
12636%{texmfdist}/tex/latex/pst-eps
12637%{texmfdist}/tex/latex/pst-fill
12638%{texmfdist}/tex/latex/pst-geo
12639%{texmfdist}/tex/latex/pst-ghsb
12640%{texmfdist}/tex/latex/pst-gr3d
12641%{texmfdist}/tex/latex/pst-grad
12642%{texmfdist}/tex/latex/pst-jtree
12643%{texmfdist}/tex/latex/pst-labo
12644%{texmfdist}/tex/latex/pst-lens
12645%{texmfdist}/tex/latex/pst-light3d
12646%{texmfdist}/tex/latex/pst-osci
12647%{texmfdist}/tex/latex/pst-pad
12648%{texmfdist}/tex/latex/pst-pdf
12649%{texmfdist}/tex/latex/pst-pdgr
12650%{texmfdist}/tex/latex/pst-poly
12651%{texmfdist}/tex/latex/pst-qtree
12652%{texmfdist}/tex/latex/pst-slpe
12653%{texmfdist}/tex/latex/pst-solides3d
12654%{texmfdist}/tex/latex/pst-soroban
12655%{texmfdist}/tex/latex/pst-spectra
12656%{texmfdist}/tex/latex/pst-stru
12657%{texmfdist}/tex/latex/pst-uml
12658%{texmfdist}/tex/latex/pst-vue3d
12659
d08789e0 12660%files latex-psnfss
489714ae 12661%defattr(644,root,root,755)
26d8eaaa 12662%doc %{texmfdist}/doc/latex/psnfss
04123363 12663%dir %{texmfdist}/source/latex
26d8eaaa 12664%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 12665%{texmfdist}/source/latex/psnfss
c82fac6f 12666%{texmfdist}/source/latex/latex-tds
26d8eaaa
ZU
12667%{texmfdist}/tex/latex/psnfss
12668
d08789e0
ZU
12669%files latex-pxfonts
12670%defattr(644,root,root,755)
26d8eaaa
ZU
12671%doc %{texmfdist}/doc/fonts/pxfonts
12672%{texmfdist}/tex/latex/pxfonts
12673%{texmfdist}/fonts/type1/public/pxfonts
12674%{texmfdist}/fonts/afm/public/pxfonts
12675%{texmfdist}/fonts/tfm/public/pxfonts
12676%{texmfdist}/fonts/vf/public/pxfonts
12677%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 12678
5b7eba8e
MB
12679#%files latex-qfonts
12680#%defattr(644,root,root,755)
d08789e0 12681
6c82f497
ZU
12682%files latex-SIstyle
12683%defattr(644,root,root,755)
12684%{texmfdist}/doc/latex/SIstyle
12685%{texmfdist}/source/latex/SIstyle
12686
3127b522
ZU
12687%files latex-SIunits
12688%defattr(644,root,root,755)
3127b522 12689%{texmfdist}/doc/latex/SIunits
5b7eba8e 12690%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
12691%{texmfdist}/source/latex/SIunits
12692
f65b3398
ZU
12693%files latex-siunitx
12694%defattr(644,root,root,755)
12695%{texmfdist}/doc/latex/siunitx
12696%{texmfdist}/tex/latex/siunitx
12697%{texmfdist}/source/latex/siunitx
12698
6c82f497
ZU
12699%files latex-Tabbing
12700%defattr(644,root,root,755)
12701%{texmfdist}/source/latex/Tabbing
12702%{texmfdist}/doc/latex/Tabbing
3127b522 12703
d08789e0
ZU
12704%files latex-txfonts
12705%defattr(644,root,root,755)
26d8eaaa
ZU
12706%doc %{texmfdist}/doc/fonts/txfonts
12707%{texmfdist}/fonts/type1/public/txfonts
12708%{texmfdist}/fonts/afm/public/txfonts
12709%{texmfdist}/fonts/enc/dvips/txfonts
12710%{texmfdist}/fonts/tfm/public/txfonts
12711%{texmfdist}/fonts/vf/public/txfonts
12712%{texmfdist}/fonts/map/dvips/txfonts
12713%{texmfdist}/tex/latex/txfonts
26d8eaaa 12714
7ea3a98b
ZU
12715%files latex-ucs
12716%defattr(644,root,root,755)
7ea3a98b 12717%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 12718%{texmfdist}/tex/latex/ucs
d08789e0
ZU
12719
12720%files latex-umlaute
12721%defattr(644,root,root,755)
2677a8b0 12722%{texmfdist}/tex/latex/umlaute
c82fac6f 12723%{texmfdist}/source/latex/umlaute
d08789e0 12724
26d8eaaa
ZU
12725# %files latex-urwvn
12726# %defattr(644,root,root,755)
d08789e0 12727
e67df411
ZU
12728%files latex-variations
12729%defattr(644,root,root,755)
e65bc3d5 12730%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
12731%{texmfdist}/tex/generic/variations
12732
d08789e0
ZU
12733%files latex-wasysym
12734%defattr(644,root,root,755)
26d8eaaa
ZU
12735%doc %{texmfdist}/doc/latex/wasysym
12736%{texmfdist}/tex/latex/wasysym
12737%{texmfdist}/source/latex/wasysym
d08789e0 12738
03d9d5fa
ZU
12739%files latex-xcolor
12740%defattr(644,root,root,755)
12741%doc %{texmfdist}/doc/latex/xcolor
04123363 12742%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
12743%{texmfdist}/source/latex/xcolor
12744
2496d461
ZU
12745# %files format-latex
12746# %defattr(644,root,root,755)
26d8eaaa 12747# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
12748
12749%files format-pdflatex
12750%defattr(644,root,root,755)
12751#%{texmf}/pdftex/latex/config
26d8eaaa 12752# %dir %{texmf}/pdftex/latex
d08789e0 12753%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 12754%{_mandir}/man1/pdflatex.1*
26d8eaaa 12755# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 12756
26d8eaaa
ZU
12757# %files platex
12758# %defattr(644,root,root,755)
12759# %doc %{texmf}/doc/latex/platex
12760# %dir %{texmf}/tex/platex
12761# %{texmf}/tex/platex/config
12762# %{texmf}/tex/latex/platex
d08789e0 12763
26d8eaaa
ZU
12764# %files format-platex
12765# %defattr(644,root,root,755)
12766# %attr(755,root,root) %{_bindir}/platex
d08789e0 12767#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 12768# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
12769#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
12770
26d8eaaa
ZU
12771# %files format-pdfplatex
12772# %defattr(644,root,root,755)
d08789e0
ZU
12773#%dir %{texmf}/pdftex/platex
12774#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
12775# %attr(755,root,root) %{_bindir}/pdfplatex
12776# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
12777
12778%files tex-babel
12779%defattr(644,root,root,755)
c9ddaf2d 12780%{texmfdist}/source/generic/babel
26d8eaaa
ZU
12781%doc %{texmfdist}/doc/generic/babel
12782%{texmfdist}/tex/generic/babel
d08789e0
ZU
12783
12784%files tex-german
12785%defattr(644,root,root,755)
26d8eaaa
ZU
12786%doc %{texmfdist}/doc/generic/german
12787%{texmfdist}/tex/generic/german
3f42cf69 12788%{texmfdist}/source/generic/german
d08789e0
ZU
12789
12790%files tex-mfpic
12791%defattr(644,root,root,755)
26d8eaaa
ZU
12792%doc %{texmfdist}/doc/generic/mfpic
12793%{texmfdist}/tex/generic/mfpic
caaf987e 12794%{texmfdist}/source/generic/mfpic
d08789e0 12795
783773ac
ZU
12796%files tex-midnight
12797%defattr(644,root,root,755)
12798%doc %{texmfdist}/doc/generic/midnight
12799%{texmfdist}/tex/generic/midnight
12800
d08789e0
ZU
12801%files tex-misc
12802%defattr(644,root,root,755)
c9ddaf2d 12803%{texmfdist}/source/generic/tap
26d8eaaa
ZU
12804%doc %{texmfdist}/doc/latex/localloc
12805%doc %{texmfdist}/doc/generic/multido
12806%doc %{texmfdist}/doc/generic/tap
3f42cf69 12807%doc %{texmfdist}/doc/generic/vrb
d08789e0 12808
26d8eaaa
ZU
12809%{texmfdist}/tex/generic/eijkhout
12810%{texmfdist}/tex/generic/multido
12811%{texmfdist}/tex/generic/misc
3f42cf69 12812%{texmfdist}/tex/generic/vrb
d08789e0
ZU
12813
12814%files tex-pictex
12815%defattr(644,root,root,755)
2677a8b0
ZU
12816%doc %{texmfdist}/doc/generic/pictex
12817%{texmfdist}/tex/generic/pictex
d08789e0 12818
29d720fe
ZU
12819%files tex-psizzl
12820%defattr(644,root,root,755)
12821%{texmfdist}/doc/psizzl
12822%{texmfdist}/source/psizzl
12823%{texmfdist}/tex/psizzl
12824
d08789e0
ZU
12825%files tex-pstricks
12826%defattr(644,root,root,755)
26d8eaaa 12827%doc %{texmfdist}/doc/generic/pstricks
783773ac 12828%doc %{texmfdist}/doc/generic/pstricks-add
26d8eaaa
ZU
12829%{texmfdist}/dvips/pstricks
12830%{texmfdist}/tex/generic/pstricks
783773ac 12831%{texmfdist}/tex/latex/pstricks-add
3f42cf69
ZU
12832%{texmfdist}/source/generic/pstricks-add
12833%{texmfdist}/tex/generic/pstricks-add
d08789e0 12834
26d8eaaa
ZU
12835# %files tex-qpx
12836# %defattr(644,root,root,755)
12837# %doc %{texmf}/doc/fonts/polish/qpx
12838# %{texmf}/tex/generic/qpx
d08789e0 12839
31bd2c4a 12840%files tex-qpxqtx
d08789e0 12841%defattr(644,root,root,755)
26d8eaaa
ZU
12842%doc %{texmfdist}/doc/fonts/qpxqtx
12843%{texmfdist}/fonts/tfm/public/qpxqtx
12844%{texmfdist}/fonts/vf/public/qpxqtx
12845%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
12846
12847%files tex-ruhyphen
12848%defattr(644,root,root,755)
26d8eaaa
ZU
12849%{texmfdist}/tex/generic/ruhyphen
12850%{texmfdist}/source/generic/ruhyphen
d08789e0 12851
3f42cf69
ZU
12852%files tex-huhyphen
12853%defattr(644,root,root,755)
12854%doc %{texmf}/doc/generic/huhyphen
12855
d08789e0
ZU
12856%files tex-spanish
12857%defattr(644,root,root,755)
26d8eaaa 12858%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 12859%dir %{texmfdist}/source/latex/mapcodes
04123363 12860%dir %{texmfdist}/source/latex/polyglot
21c69d95 12861%dir %{texmfdist}/source/latex/polyglot/langs
21c69d95
ZU
12862%dir %{texmfdist}/tex/latex/babelbib
12863%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 12864%dir %{texmfdist}/tex/texsis
21c69d95 12865%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
12866%{texmfdist}/source/generic/babel/spanish.ins
12867%{texmfdist}/source/generic/babel/spanish.dtx
12868%{texmfdist}/source/latex/polyglot/langs/spanish.ld
12869%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
12870%{texmfdist}/source/latex/mapcodes/spanish.map
12871%{texmfdist}/source/latex/mapcodes/spanish.dtx
12872%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
12873%{texmfdist}/tex/generic/babel/spanish.sty
12874%{texmfdist}/tex/generic/babel/spanish.ldf
12875%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
12876%{texmfdist}/tex/latex/custom-bib/spanish.mbs
12877%{texmfdist}/tex/latex/babelbib/spanish.bdf
26d8eaaa 12878%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
12879
12880%files tex-texdraw
12881%defattr(644,root,root,755)
26d8eaaa
ZU
12882%doc %{texmfdist}/doc/texdraw
12883%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
12884
12885%files tex-thumbpdf
12886%defattr(644,root,root,755)
26d8eaaa 12887%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 12888%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
12889%{texmfdist}/tex/generic/thumbpdf
12890%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
12891%{_mandir}/man1/thumbpdf.1*
12892
12893%files tex-ukrhyph
12894%defattr(644,root,root,755)
26d8eaaa
ZU
12895%doc %{texmfdist}/doc/generic/ukrhyph
12896%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
12897
12898%files latex-vietnam
12899%defattr(644,root,root,755)
26d8eaaa
ZU
12900%doc %{texmfdist}/doc/generic/vntex
12901%{texmfdist}/tex/latex/vntex
d08789e0
ZU
12902
12903%files tex-xypic
12904%defattr(644,root,root,755)
26d8eaaa
ZU
12905%doc %{texmfdist}/doc/generic/xypic
12906%{texmfdist}/tex/generic/xypic
d08789e0
ZU
12907
12908%files tex-xkeyval
12909%defattr(644,root,root,755)
4a09ae1a
ZU
12910%doc %{texmfdist}/doc/latex/xkeyval
12911%{texmfdist}/source/latex/xkeyval
12912%{texmfdist}/tex/generic/xkeyval
12913%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
12914
12915%files fonts-adobe
12916%defattr(644,root,root,755)
4a09ae1a
ZU
12917%{texmfdist}/fonts/type1/adobe
12918%{texmfdist}/fonts/afm/adobe
12919%{texmfdist}/fonts/tfm/adobe
12920%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
12921
12922%files fonts-ae
12923%defattr(644,root,root,755)
4a09ae1a
ZU
12924%doc %{texmfdist}/doc/fonts/ae
12925%{texmfdist}/fonts/tfm/public/ae
12926%{texmfdist}/fonts/vf/public/ae
12927%{texmfdist}/source/fonts/ae
d08789e0
ZU
12928
12929%files fonts-ams
12930%defattr(644,root,root,755)
4a09ae1a
ZU
12931%{texmfdist}/bibtex/bst/ams
12932%{texmfdist}/bibtex/bib/ams
12933%{texmfdist}/dvips/ams
12934%{texmfdist}/fonts/source/public/ams
12935%{texmfdist}/fonts/type1/bluesky/ams
12936%{texmfdist}/fonts/afm/bluesky/ams
12937%{texmfdist}/fonts/tfm/public/ams
12938%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
12939
12940%files fonts-antp
12941%defattr(644,root,root,755)
26d8eaaa 12942%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
12943%{texmfdist}/fonts/enc/dvips/antp
12944%{texmfdist}/fonts/map/dvips/antp
12945%{texmfdist}/fonts/afm/public/antp
12946%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 12947%{texmfdist}/dvips/antp
d08789e0
ZU
12948
12949%files fonts-antt
12950%defattr(644,root,root,755)
4a09ae1a
ZU
12951%doc %{texmfdist}/doc/fonts/antt
12952%{texmfdist}/fonts/afm/public/antt
12953%{texmfdist}/fonts/opentype/public/antt
12954%{texmfdist}/fonts/enc/dvips/antt
12955%{texmfdist}/fonts/tfm/public/antt
12956%{texmfdist}/fonts/map/dvips/antt
12957%{texmfdist}/tex/plain/antt
12958%{texmfdist}/tex/latex/antt
d08789e0 12959
5bc70a92
MB
12960%files fonts-arphic
12961%defattr(644,root,root,755)
12962%doc %{texmfdist}/doc/fonts/arphic
12963%{texmfdist}/fonts/afm/arphic
12964%{texmfdist}/fonts/tfm/arphic
12965%{texmfdist}/fonts/vf/arphic
12966
d08789e0
ZU
12967%files fonts-bbm
12968%defattr(644,root,root,755)
4a09ae1a
ZU
12969%doc %{texmfdist}/doc/fonts/bbm
12970%{texmfdist}/fonts/source/public/bbm
12971%{texmfdist}/fonts/tfm/public/bbm
12972%{texmfdist}/source/latex/bbm
12973%{texmfdist}/tex/latex/bbm
d08789e0
ZU
12974
12975%files fonts-bbold
12976%defattr(644,root,root,755)
4a09ae1a
ZU
12977%{texmfdist}/fonts/source/public/bbold
12978%{texmfdist}/fonts/tfm/public/bbold
d08789e0 12979
4a09ae1a
ZU
12980# %files fonts-bh
12981# %defattr(644,root,root,755)
12982# %doc %{texmf}/doc/fonts/bh
12983# %{texmf}/fonts/tfm/bh
12984# %{texmf}/fonts/vf/bh
d08789e0
ZU
12985
12986%files fonts-bitstream
12987%defattr(644,root,root,755)
4a09ae1a
ZU
12988%{texmfdist}/fonts/afm/bitstrea
12989%{texmfdist}/fonts/tfm/bitstrea
12990%{texmfdist}/fonts/vf/bitstrea
d08789e0 12991
5b7eba8e
MB
12992#%files fonts-cbgreek
12993#%defattr(644,root,root,755)
d08789e0
ZU
12994
12995%files fonts-cc-pl
12996%defattr(644,root,root,755)
4a09ae1a
ZU
12997%{texmfdist}/fonts/source/public/cc-pl
12998%{texmfdist}/fonts/enc/dvips/cc-pl
12999%{texmfdist}/fonts/tfm/public/cc-pl
13000%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 13001
d08789e0
ZU
13002%files fonts-cg
13003%defattr(644,root,root,755)
4a09ae1a
ZU
13004%{texmfdist}/fonts/tfm/cg
13005%{texmfdist}/fonts/vf/cg
d08789e0
ZU
13006
13007%files fonts-cm
13008%defattr(644,root,root,755)
ffd94364 13009%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
13010%dir %{texmfdist}/doc/fonts
13011%dir %{texmfdist}/dvips
13012%dir %{texmfdist}/fonts/afm/bluesky
13013%dir %{texmfdist}/fonts/map/dvips
13014%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
13015%{texmfdist}/dvips/cm
13016%{texmfdist}/fonts/source/public/cm
13017%{texmfdist}/fonts/afm/bluesky/cm
13018%{texmfdist}/fonts/tfm/public/cm
13019%{texmfdist}/fonts/pk/ljfour/public/cm
13020%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
13021
13022%files fonts-cmbright
13023%defattr(644,root,root,755)
4a09ae1a
ZU
13024%doc %{texmfdist}/doc/latex/cmbright
13025%{texmfdist}/fonts/source/public/cmbright
13026%{texmfdist}/fonts/tfm/public/cmbright
13027%{texmfdist}/source/latex/cmbright
13028%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
13029
13030%files fonts-cmcyr
13031%defattr(644,root,root,755)
4a09ae1a
ZU
13032%doc %{texmfdist}/doc/fonts/cmcyr
13033%{texmfdist}/fonts/source/public/cmcyr
13034%{texmfdist}/fonts/type1/public/cmcyr
13035%{texmfdist}/fonts/tfm/public/cmcyr
13036%{texmfdist}/fonts/vf/public/cmcyr
13037%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
13038
13039%files fonts-cmextra
13040%defattr(644,root,root,755)
4a09ae1a
ZU
13041%{texmfdist}/fonts/source/public/cmextra
13042%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 13043
5d7e11d7
ZU
13044%files fonts-cmsuper
13045%defattr(644,root,root,755)
13046%doc %{texmfdist}/doc/fonts/cm-super
13047%{texmfdist}/fonts/afm/public/cm-super
13048%{texmfdist}/fonts/enc/dvips/cm-super
13049%{texmfdist}/fonts/map/dvips/cm-super
13050%{texmfdist}/fonts/map/vtex/cm-super
13051%{texmfdist}/fonts/type1/public/cm-super
13052
d08789e0
ZU
13053%files fonts-concmath
13054%defattr(644,root,root,755)
4a09ae1a
ZU
13055%doc %{texmfdist}/doc/fonts/concmath
13056%doc %{texmfdist}/doc/latex/concmath
13057%{texmfdist}/fonts/source/public/concmath
13058%{texmfdist}/fonts/tfm/public/concmath
13059%{texmfdist}/source/latex/concmath
13060%{texmfdist}/tex/latex/concmath
d08789e0
ZU
13061
13062%files fonts-concrete
13063%defattr(644,root,root,755)
4a09ae1a
ZU
13064%doc %{texmfdist}/doc/fonts/concrete
13065%{texmfdist}/fonts/source/public/concrete
13066%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
13067
13068%files fonts-cs
13069%defattr(644,root,root,755)
4a09ae1a
ZU
13070%{texmfdist}/dvips/cs
13071%{texmfdist}/fonts/source/public/cs
13072%{texmfdist}/fonts/enc/dvips/cs
13073%{texmfdist}/fonts/tfm/public/cs
13074%{texmfdist}/fonts/map/dvips/cs
d08789e0 13075
5b7eba8e
MB
13076#%files fonts-dstroke
13077#%defattr(644,root,root,755)
d08789e0
ZU
13078
13079%files fonts-ecc
13080%defattr(644,root,root,755)
4a09ae1a
ZU
13081%doc %{texmfdist}/doc/fonts/ecc
13082%{texmfdist}/fonts/source/public/ecc
13083%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
13084
13085%files fonts-eurosym
13086%defattr(644,root,root,755)
4a09ae1a
ZU
13087%doc %{texmfdist}/doc/fonts/eurosym
13088%{texmfdist}/fonts/source/public/eurosym
13089%{texmfdist}/fonts/tfm/public/eurosym
13090%{texmfdist}/fonts/map/dvips/eurosym
13091%{texmfdist}/source/fonts/eurosym
13092%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
13093
13094%files fonts-eulervm
13095%defattr(644,root,root,755)
7179ac92
ZU
13096%doc %{texmfdist}/doc/latex/eulervm
13097%{texmfdist}/fonts/tfm/public/eulervm
13098%{texmfdist}/fonts/vf/public/eulervm
13099%{texmfdist}/source/latex/eulervm
13100%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
13101
13102%files fonts-euxm
13103%defattr(644,root,root,755)
7179ac92
ZU
13104%{texmfdist}/fonts/source/public/euxm
13105%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
13106
13107%files fonts-gothic
13108%defattr(644,root,root,755)
7179ac92
ZU
13109%{texmfdist}/doc/fonts/gothic
13110%{texmfdist}/dvips/gothic
13111%{texmfdist}/fonts/source/public/gothic
13112%{texmfdist}/fonts/type1/public/gothic
13113%{texmfdist}/fonts/afm/public/gothic
13114%{texmfdist}/fonts/tfm/public/gothic
13115%{texmfdist}/fonts/vf/public/gothic
13116%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
13117
13118%files fonts-hoekwater
13119%defattr(644,root,root,755)
7179ac92
ZU
13120%{texmfdist}/fonts/afm/hoekwater
13121%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 13122%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
13123
13124%files fonts-jknappen
13125%defattr(644,root,root,755)
7179ac92
ZU
13126%{texmfdist}/fonts/source/jknappen
13127%{texmfdist}/fonts/tfm/jknappen
d08789e0 13128
70f52fe3
ZU
13129%files fonts-kpfonts
13130%defattr(644,root,root,755)
13131%dir %{texmfdist}/doc/fonts
13132%doc %{texmfdist}/doc/fonts/kpfonts
13133%{texmfdist}/fonts/afm/public/kpfonts
13134%{texmfdist}/fonts/map/public/kpfonts
13135%{texmfdist}/fonts/source/public/kpfonts
13136%{texmfdist}/fonts/tfm/public/kpfonts
13137%{texmfdist}/fonts/type1/public/kpfonts
13138%{texmfdist}/fonts/vf/public/kpfonts
13139%{texmfdist}/tex/latex/kpfonts
13140
d08789e0
ZU
13141%files fonts-latex
13142%defattr(644,root,root,755)
7179ac92 13143%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
13144%dir %{texmfdist}/fonts/source/public/latex-fonts
13145%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
13146%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
13147%dir %{texmfdist}/fonts/tfm/public/latex-fonts
13148%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
13149%{texmfdist}/fonts/source/public/esint
13150%{texmfdist}/fonts/tfm/public/esint
13151%{texmfdist}/source/latex/esint
13152%{texmfdist}/tex/latex/esint
f2555868
ZU
13153%{texmfdist}/fonts/source/public/latex-fonts/*
13154%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
13155%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
13156%{texmfdist}/fonts/tfm/public/latex-fonts/*
13157%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
13158
13159%files fonts-lh
13160%defattr(644,root,root,755)
7179ac92
ZU
13161%doc %{texmfdist}/doc/fonts/lh
13162%{texmfdist}/fonts/source/lh
13163%{texmfdist}/metapost/support/charlib/LH
13164%{texmfdist}/source/fonts/lh
13165%{texmfdist}/source/latex/lh
d08789e0
ZU
13166
13167%files fonts-lm
13168%defattr(644,root,root,755)
7179ac92
ZU
13169%doc %{texmfdist}/doc/fonts/lm
13170%{texmfdist}/fonts/type1/public/lm
13171%{texmfdist}/fonts/afm/public/lm
13172%{texmfdist}/fonts/opentype/public/lm
13173%{texmfdist}/fonts/enc/dvips/lm
13174%{texmfdist}/fonts/tfm/public/lm
13175%{texmfdist}/fonts/map/dvips/lm
13176%{texmfdist}/fonts/map/dvipdfm/lm
13177%{texmfdist}/source/fonts/lm
13178%{texmfdist}/tex/latex/lm
d08789e0
ZU
13179
13180%files fonts-marvosym
13181%defattr(644,root,root,755)
7179ac92 13182%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
13183%dir %{texmfdist}/source/fonts/eurofont
13184%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 13185%dir %{texmfdist}/tex/latex
7179ac92
ZU
13186%{texmfdist}/fonts/type1/public/marvosym
13187%{texmfdist}/fonts/afm/public/marvosym
13188%{texmfdist}/fonts/tfm/public/marvosym
13189%{texmfdist}/fonts/map/dvips/marvosym
f2555868 13190%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 13191%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
13192
13193%files fonts-mflogo
13194%defattr(644,root,root,755)
7179ac92
ZU
13195%doc %{texmfdist}/doc/latex/mflogo
13196%{texmfdist}/fonts/source/public/mflogo
13197%{texmfdist}/fonts/type1/hoekwater/mflogo
13198%{texmfdist}/fonts/afm/hoekwater/mflogo
13199%{texmfdist}/fonts/tfm/public/mflogo
13200%{texmfdist}/fonts/map/dvips/mflogo
13201%{texmfdist}/source/latex/mflogo
13202%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
13203
13204%files fonts-misc
13205%defattr(644,root,root,755)
7179ac92
ZU
13206%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
13207%{texmfdist}/fonts/source/public/misc
13208%{texmfdist}/fonts/tfm/public/misc
13209%{texmfdist}/fonts/misc
d08789e0
ZU
13210
13211%files fonts-monotype
13212%defattr(644,root,root,755)
7179ac92
ZU
13213%{texmfdist}/fonts/tfm/monotype
13214%{texmfdist}/fonts/vf/monotype
d08789e0 13215
f1ba8563
ZU
13216%files fonts-other
13217%defattr(644,root,root,755)
f4f1ef6b 13218%{texmf}/fonts/sfd
745facc7 13219%doc %{texmfdist}/doc/fonts/yi4latex
caaf987e 13220%{texmfdist}/fonts/afm/itc
f4f1ef6b 13221%{texmf}/fonts/map/glyphlist
caaf987e
ZU
13222%{texmfdist}/fonts/map/glyphlist
13223%{texmfdist}/fonts/source/public/knuthotherfonts
745facc7
ZU
13224%{texmfdist}/fonts/source/public/yi4latex
13225%{texmfdist}/fonts/tfm/public/yi4latex
13226
13227%{texmfdist}/fonts/tfm/public/pslatex
13228%{texmfdist}/fonts/map/dvips/pslatex
13229%{texmfdist}/fonts/vf/public/pslatex
13230
f1ba8563
ZU
13231%doc %{texmfdist}/doc/fonts/allrunes
13232%{texmfdist}/fonts/source/public/allrunes
13233%{texmfdist}/fonts/tfm/public/allrunes
13234%{texmfdist}/fonts/type1/public/allrunes
13235%{texmfdist}/source/fonts/allrunes
13236
13237%doc %{texmfdist}/doc/fonts/antiqua
13238%{texmfdist}/fonts/map/dvips/antiqua
13239
13240%{texmfdist}/fonts/source/public/apl
13241%{texmfdist}/fonts/tfm/public/apl
13242%{texmfdist}/source/fonts/apl
13243
8affbd2c
ZU
13244%{texmfdist}/fonts/afm/arabi
13245%{texmfdist}/fonts/tfm/arabi
13246%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
13247%{texmfdist}/fonts/enc/dvips/arabi
13248%{texmfdist}/fonts/map/dvips/arabi
13249
13250%{texmfdist}/fonts/map/dvips/arabtex
13251%{texmfdist}/fonts/source/public/arabtex
13252%{texmfdist}/fonts/tfm/public/arabtex
13253%{texmfdist}/fonts/type1/public/arabtex
13254
13255%doc %{texmfdist}/doc/fonts/archaic
13256%{texmfdist}/fonts/afm/public/archaic
13257%{texmfdist}/fonts/map/dvips/archaic
13258%{texmfdist}/fonts/source/public/archaic
13259%{texmfdist}/fonts/tfm/public/archaic
13260%{texmfdist}/fonts/type1/public/archaic
13261%{texmfdist}/source/fonts/archaic
13262
13263%doc %{texmfdist}/doc/fonts/arev
13264%{texmfdist}/fonts/afm/public/arev
13265%{texmfdist}/fonts/enc/dvips/arev
13266%{texmfdist}/fonts/map/dvips/arev
13267%{texmfdist}/fonts/tfm/public/arev
13268%{texmfdist}/fonts/type1/public/arev
13269%{texmfdist}/fonts/vf/public/arev
13270%{texmfdist}/source/fonts/arev
13271
13272%{texmfdist}/fonts/tfm/vntex/arevvn
13273%{texmfdist}/fonts/type1/vntex/arevvn
13274
13275%{texmfdist}/fonts/source/public/ar
13276%{texmfdist}/fonts/tfm/public/ar
13277
13278%doc %{texmfdist}/doc/fonts/armenian
13279%{texmfdist}/fonts/source/public/armenian
13280%{texmfdist}/fonts/tfm/public/armenian
13281
13282%{texmfdist}/fonts/map/dvips/arphic
13283
13284%doc %{texmfdist}/doc/fonts/malayalam
13285%doc %{texmfdist}/doc/fonts/Asana-Math
13286%{texmfdist}/fonts/opentype/public/Asana-Math
13287
13288%doc %{texmfdist}/doc/fonts/ascii
13289%{texmfdist}/fonts/map/dvips/ascii
13290%{texmfdist}/fonts/tfm/public/ascii
13291%{texmfdist}/fonts/type1/public/ascii
13292
13293%doc %{texmfdist}/doc/fonts/astro
13294%{texmfdist}/fonts/source/public/astro
13295%{texmfdist}/fonts/tfm/public/astro
13296
13297%{texmfdist}/fonts/afm/public/augie
13298%{texmfdist}/fonts/map/dvips/augie
13299%{texmfdist}/fonts/tfm/public/augie
13300%{texmfdist}/fonts/type1/public/augie
13301%{texmfdist}/fonts/vf/public/augie
13302
13303%doc %{texmfdist}/doc/fonts/auncial-new
13304%{texmfdist}/fonts/afm/public/auncial-new
13305%{texmfdist}/fonts/map/dvips/auncial-new
13306%{texmfdist}/fonts/tfm/public/auncial-new
13307%{texmfdist}/fonts/type1/public/auncial-new
13308%{texmfdist}/source/fonts/auncial-new
13309
13310%{texmfdist}/fonts/afm/public/aurical
13311%{texmfdist}/fonts/map/dvips/aurical
13312%{texmfdist}/fonts/source/public/aurical
13313%{texmfdist}/fonts/tfm/public/aurical
13314%{texmfdist}/fonts/type1/public/aurical
13315
13316%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563 13317
f1ba8563
ZU
13318%{texmfdist}/fonts/source/public/bangtex
13319%{texmfdist}/fonts/tfm/public/bangtex
13320
13321%{texmfdist}/fonts/source/public/barcodes
13322%{texmfdist}/fonts/tfm/public/barcodes
13323
13324%{texmfdist}/fonts/source/public/bayer
13325%{texmfdist}/fonts/tfm/public/bayer
13326
13327%{texmfdist}/fonts/source/public/bbding
13328%{texmfdist}/fonts/tfm/public/bbding
13329
198c241e 13330%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
13331
13332%{texmfdist}/fonts/source/public/bengali
13333%{texmfdist}/fonts/tfm/public/bengali
13334
13335%doc %{texmfdist}/doc/fonts/bera
13336%{texmfdist}/fonts/afm/public/bera
13337%{texmfdist}/fonts/map/dvips/bera
13338%{texmfdist}/fonts/map/vtex/bera
13339%{texmfdist}/fonts/tfm/public/bera
13340%{texmfdist}/fonts/type1/public/bera
13341%{texmfdist}/fonts/vf/public/bera
13342
13343%doc %{texmfdist}/doc/fonts/blacklettert1
13344%{texmfdist}/fonts/tfm/public/blacklettert1
13345%{texmfdist}/fonts/vf/public/blacklettert1
13346%{texmfdist}/source/fonts/blacklettert1
13347
13348%doc %{texmfdist}/doc/fonts/boisik
13349%{texmfdist}/fonts/source/public/boisik
13350
13351%doc %{texmfdist}/doc/fonts/bookhands
13352%{texmfdist}/fonts/source/public/bookhands
13353
13354%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
13355
13356%{texmfdist}/fonts/afm/public/brushscr
13357%{texmfdist}/fonts/map/dvips/brushscr
13358%{texmfdist}/fonts/tfm/public/brushscr
13359%{texmfdist}/fonts/type1/public/brushscr
13360%{texmfdist}/fonts/vf/public/brushscr
13361
13362%doc %{texmfdist}/doc/fonts/burmese
13363%{texmfdist}/fonts/map/dvips/burmese
13364%{texmfdist}/fonts/tfm/public/burmese
13365%{texmfdist}/fonts/type1/public/burmese
13366
8affbd2c
ZU
13367%doc %{texmfdist}/doc/fonts/cns
13368%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
13369
13370%{texmfdist}/fonts/enc/dvips/c90enc
13371
13372%{texmfdist}/fonts/source/public/calligra
13373%{texmfdist}/fonts/tfm/public/calligra
13374
13375%doc %{texmfdist}/doc/fonts/carolmin-ps
13376%{texmfdist}/fonts/afm/public/carolmin-ps
13377%{texmfdist}/fonts/map/dvips/carolmin-ps
13378%{texmfdist}/fonts/type1/public/carolmin-ps
13379
13380%{texmfdist}/fonts/source/public/casyl
13381%{texmfdist}/fonts/tfm/public/casyl
13382
13383%{texmfdist}/fonts/source/public/cbcoptic
13384%{texmfdist}/fonts/tfm/public/cbcoptic
13385%{texmfdist}/fonts/type1/public/cbcoptic
13386
13387%doc %{texmfdist}/doc/fonts/cbfonts
13388%{texmfdist}/fonts/enc/dvips/cbfonts
13389%{texmfdist}/fonts/map/dvips/cbfonts
13390%{texmfdist}/fonts/source/public/cbfonts
13391%{texmfdist}/fonts/tfm/public/cbfonts
13392%{texmfdist}/fonts/type1/public/cbfonts
13393
c9ddaf2d 13394%doc %{texmfdist}/doc/fonts/charter
f1ba8563
ZU
13395%{texmfdist}/fonts/afm/vntex/chartervn
13396%{texmfdist}/fonts/tfm/vntex/chartervn
13397%{texmfdist}/fonts/type1/vntex/chartervn
13398%{texmfdist}/fonts/vf/vntex/chartervn
13399
f1ba8563
ZU
13400%{texmfdist}/fonts/source/public/cherokee
13401%{texmfdist}/fonts/tfm/public/cherokee
13402
f1ba8563
ZU
13403%{texmfdist}/fonts/source/public/china2e
13404%{texmfdist}/fonts/tfm/public/china2e
13405
13406%{texmfdist}/fonts/source/public/circ
13407%{texmfdist}/fonts/tfm/public/circ
13408
13409%doc %{texmfdist}/doc/fonts/cirth
13410%{texmfdist}/fonts/source/public/cirth
13411%{texmfdist}/fonts/tfm/public/cirth
13412
13413%doc %{texmfdist}/doc/fonts/cjhebrew
13414%{texmfdist}/fonts/afm/public/cjhebrew
13415%{texmfdist}/fonts/enc/dvips/cjhebrew
13416%{texmfdist}/fonts/map/dvips/cjhebrew
13417%{texmfdist}/fonts/tfm/public/cjhebrew
13418%{texmfdist}/fonts/type1/public/cjhebrew
13419%{texmfdist}/fonts/vf/public/cjhebrew
13420
13421%{texmfdist}/fonts/source/public/clock
13422%{texmfdist}/fonts/tfm/public/clock
13423
13424%doc %{texmfdist}/doc/fonts/cmastro
13425%{texmfdist}/fonts/source/public/cmastro
13426%{texmfdist}/fonts/tfm/public/cmastro
13427
13428%{texmfdist}/fonts/tfm/vntex/cmbrightvn
13429%{texmfdist}/fonts/type1/vntex/cmbrightvn
13430
13431%{texmfdist}/fonts/type1/public/cmex
13432
13433%{texmfdist}/fonts/afm/public/cm-lgc
13434%{texmfdist}/fonts/enc/dvips/cm-lgc
13435%{texmfdist}/fonts/map/dvips/cm-lgc
13436%{texmfdist}/fonts/ofm/public/cm-lgc
13437%{texmfdist}/fonts/ovf/public/cm-lgc
13438%{texmfdist}/fonts/tfm/public/cm-lgc
13439%{texmfdist}/fonts/type1/public/cm-lgc
13440%{texmfdist}/fonts/vf/public/cm-lgc
13441
f1ba8563
ZU
13442
13443%doc %{texmfdist}/doc/fonts/cmpica
13444%{texmfdist}/fonts/source/public/cmpica
13445%{texmfdist}/fonts/tfm/public/cmpica
13446
f1ba8563 13447
f1ba8563
ZU
13448%{texmfdist}/fonts/tfm/vntex/comicsansvn
13449%{texmfdist}/fonts/type1/vntex/comicsansvn
13450%{texmfdist}/fonts/vf/vntex/comicsansvn
13451
13452%{texmfdist}/fonts/tfm/vntex/concretevn
13453%{texmfdist}/fonts/type1/vntex/concretevn
13454
8affbd2c
ZU
13455%{texmfdist}/fonts/afm/ibm
13456%{texmfdist}/fonts/tfm/ibm
13457%{texmfdist}/fonts/vf/ibm
f1ba8563 13458%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
13459%{texmfdist}/fonts/tfm/cspsfonts-adobe
13460%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
13461
13462%doc %{texmfdist}/doc/fonts/croatian
13463%{texmfdist}/fonts/source/public/croatian
13464
13465%{texmfdist}/fonts/afm/public/cryst
13466%{texmfdist}/fonts/source/public/cryst
13467%{texmfdist}/fonts/tfm/public/cryst
13468%{texmfdist}/fonts/type1/public/cryst
13469
13470%{texmfdist}/fonts/source/public/ctib
13471%{texmfdist}/fonts/tfm/public/ctib
13472
13473%doc %{texmfdist}/doc/fonts/cyklop
13474%{texmfdist}/fonts/afm/public/cyklop
13475%{texmfdist}/fonts/enc/dvips/cyklop
13476%{texmfdist}/fonts/map/dvips/cyklop
13477%{texmfdist}/fonts/opentype/public/cyklop
13478%{texmfdist}/fonts/tfm/public/cyklop
13479%{texmfdist}/fonts/type1/public/cyklop
13480
13481%{texmfdist}/fonts/source/public/dancers
13482%{texmfdist}/fonts/tfm/public/dancers
13483
13484%doc %{texmfdist}/doc/fonts/dice
13485%{texmfdist}/fonts/source/public/dice
13486%{texmfdist}/fonts/tfm/public/dice
13487
13488%doc %{texmfdist}/doc/fonts/dictsym
13489%{texmfdist}/fonts/afm/public/dictsym
13490%{texmfdist}/fonts/map/dvips/dictsym
13491%{texmfdist}/fonts/map/vtex/dictsym
13492%{texmfdist}/fonts/tfm/public/dictsym
13493%{texmfdist}/fonts/type1/public/dictsym
13494
13495%doc %{texmfdist}/doc/fonts/dingbat
13496%{texmfdist}/fonts/tfm/public/dingbat
13497%{texmfdist}/source/fonts/dingbat
13498
f1ba8563
ZU
13499%doc %{texmfdist}/doc/fonts/doublestroke
13500%{texmfdist}/fonts/map/dvips/doublestroke
13501%{texmfdist}/fonts/source/public/doublestroke
13502%{texmfdist}/fonts/tfm/public/doublestroke
13503%{texmfdist}/fonts/type1/public/doublestroke
13504
13505%doc %{texmfdist}/doc/fonts/duerer
13506%{texmfdist}/fonts/source/public/duerer
13507%{texmfdist}/fonts/tfm/public/duerer
13508
13509%doc %{texmfdist}/doc/fonts/ean
13510%{texmfdist}/fonts/source/public/ean
13511%{texmfdist}/fonts/tfm/public/ean
13512
13513%doc %{texmfdist}/doc/fonts/eco
13514%{texmfdist}/fonts/tfm/public/eco
13515%{texmfdist}/fonts/vf/public/eco
13516%{texmfdist}/source/fonts/eco
13517
13518%doc %{texmfdist}/doc/fonts/eiad
13519%{texmfdist}/fonts/source/public/eiad
13520%{texmfdist}/fonts/tfm/public/eiad
13521
13522%doc %{texmfdist}/doc/fonts/elvish
13523%{texmfdist}/fonts/source/public/elvish
13524%{texmfdist}/fonts/tfm/public/elvish
13525
13526%doc %{texmfdist}/doc/fonts/epigrafica
13527%{texmfdist}/fonts/afm/public/epigrafica
13528%{texmfdist}/fonts/enc/dvips/epigrafica
13529%{texmfdist}/fonts/map/dvips/epigrafica
13530%{texmfdist}/fonts/tfm/public/epigrafica
13531%{texmfdist}/fonts/type1/public/epigrafica
13532%{texmfdist}/fonts/vf/public/epigrafica
13533
13534%{texmfdist}/fonts/map/dvips/epiolmec
13535%{texmfdist}/fonts/tfm/public/epiolmec
13536%{texmfdist}/fonts/type1/public/epiolmec
13537
13538%doc %{texmfdist}/doc/fonts/esint-type1
13539%{texmfdist}/fonts/map/dvips/esint-type1
13540%{texmfdist}/fonts/type1/public/esint-type1
13541
f1ba8563
ZU
13542%{texmfdist}/fonts/ofm/public/ethiop
13543%{texmfdist}/fonts/ovf/public/ethiop
13544%{texmfdist}/fonts/ovp/public/ethiop
13545%{texmfdist}/fonts/source/public/ethiop
13546%{texmfdist}/fonts/tfm/public/ethiop
13547
13548%{texmfdist}/fonts/map/dvips/ethiop-t1
13549%{texmfdist}/fonts/type1/public/ethiop-t1
13550
13551%doc %{texmfdist}/doc/fonts/euro-ce
13552%{texmfdist}/fonts/source/public/euro-ce
13553%{texmfdist}/fonts/tfm/public/euro-ce
13554
13555%doc %{texmfdist}/doc/fonts/eurofont
13556%{texmfdist}/fonts/map/dvips/eurofont
13557%{texmfdist}/source/fonts/eurofont
13558
f1ba8563
ZU
13559%doc %{texmfdist}/doc/fonts/feyn
13560%{texmfdist}/fonts/source/public/feyn
13561%{texmfdist}/fonts/tfm/public/feyn
13562%{texmfdist}/source/fonts/feyn
13563
13564%doc %{texmfdist}/doc/fonts/fge
13565%{texmfdist}/fonts/source/public/fge
13566%{texmfdist}/fonts/tfm/public/fge
13567%{texmfdist}/source/fonts/fge
13568
13569%{texmfdist}/fonts/map/dvips/foekfont
13570%{texmfdist}/fonts/tfm/public/foekfont
13571%{texmfdist}/fonts/type1/public/foekfont
13572
13573%doc %{texmfdist}/doc/fonts/fonetika
13574%{texmfdist}/fonts/afm/public/fonetika
13575%{texmfdist}/fonts/map/dvips/fonetika
13576%{texmfdist}/fonts/tfm/public/fonetika
13577%{texmfdist}/fonts/type1/public/fonetika
13578
13579%doc %{texmfdist}/doc/fonts/fourier
13580%{texmfdist}/fonts/afm/public/fourier
13581%{texmfdist}/fonts/map/dvips/fourier
13582%{texmfdist}/fonts/tfm/public/fourier
13583%{texmfdist}/fonts/type1/public/fourier
13584%{texmfdist}/fonts/vf/public/fourier
13585%{texmfdist}/source/fonts/fourier
13586
13587%doc %{texmfdist}/doc/fonts/fouriernc
13588%{texmfdist}/fonts/afm/public/fouriernc
13589%{texmfdist}/fonts/tfm/public/fouriernc
13590%{texmfdist}/fonts/vf/public/fouriernc
13591
13592%doc %{texmfdist}/doc/fonts/frcursive
13593%{texmfdist}/fonts/source/public/frcursive
13594%{texmfdist}/fonts/tfm/public/frcursive
13595%{texmfdist}/source/fonts/frcursive
13596
13597%doc %{texmfdist}/doc/fonts/futhark
13598%{texmfdist}/fonts/source/public/futhark
13599%{texmfdist}/fonts/tfm/public/futhark
13600
13601%{texmfdist}/fonts/afm/public/garuda
13602%{texmfdist}/fonts/map/dvips/garuda
13603%{texmfdist}/fonts/tfm/public/garuda
13604%{texmfdist}/fonts/type1/public/garuda
13605
13606%doc %{texmfdist}/doc/fonts/genealogy
13607%{texmfdist}/fonts/source/public/genealogy
13608%{texmfdist}/fonts/tfm/public/genealogy
13609
13610%doc %{texmfdist}/doc/fonts/gfsartemisia
13611%{texmfdist}/fonts/afm/public/gfsartemisia
13612%{texmfdist}/fonts/enc/dvips/gfsartemisia
13613%{texmfdist}/fonts/map/dvips/gfsartemisia
13614%{texmfdist}/fonts/opentype/public/gfsartemisia
13615%{texmfdist}/fonts/tfm/public/gfsartemisia
13616%{texmfdist}/fonts/type1/public/gfsartemisia
13617%{texmfdist}/fonts/vf/public/gfsartemisia
13618
13619%doc %{texmfdist}/doc/fonts/gfsbaskerville
13620%{texmfdist}/fonts/afm/public/gfsbaskerville
13621%{texmfdist}/fonts/enc/dvips/gfsbaskerville
13622%{texmfdist}/fonts/map/dvips/gfsbaskerville
13623%{texmfdist}/fonts/opentype/public/gfsbaskerville
13624%{texmfdist}/fonts/tfm/public/gfsbaskerville
13625%{texmfdist}/fonts/type1/public/gfsbaskerville
13626%{texmfdist}/fonts/vf/public/gfsbaskerville
13627
13628%doc %{texmfdist}/doc/fonts/gfsbodoni
13629%{texmfdist}/fonts/afm/public/gfsbodoni
13630%{texmfdist}/fonts/enc/dvips/gfsbodoni
13631%{texmfdist}/fonts/map/dvips/gfsbodoni
13632%{texmfdist}/fonts/opentype/public/gfsbodoni
13633%{texmfdist}/fonts/tfm/public/gfsbodoni
13634%{texmfdist}/fonts/type1/public/gfsbodoni
13635%{texmfdist}/fonts/vf/public/gfsbodoni
13636
13637%doc %{texmfdist}/doc/fonts/gfscomplutum
13638%{texmfdist}/fonts/afm/public/gfscomplutum
13639%{texmfdist}/fonts/enc/dvips/gfscomplutum
13640%{texmfdist}/fonts/map/dvips/gfscomplutum
13641%{texmfdist}/fonts/opentype/public/gfscomplutum
13642%{texmfdist}/fonts/tfm/public/gfscomplutum
13643%{texmfdist}/fonts/type1/public/gfscomplutum
13644%{texmfdist}/fonts/vf/public/gfscomplutum
13645
13646%doc %{texmfdist}/doc/fonts/gfsdidot
13647%{texmfdist}/fonts/afm/public/gfsdidot
13648%{texmfdist}/fonts/enc/dvips/gfsdidot
13649%{texmfdist}/fonts/map/dvips/gfsdidot
13650%{texmfdist}/fonts/opentype/public/gfsdidot
13651%{texmfdist}/fonts/tfm/public/gfsdidot
13652%{texmfdist}/fonts/type1/public/gfsdidot
13653%{texmfdist}/fonts/vf/public/gfsdidot
13654
13655%doc %{texmfdist}/doc/fonts/gfsneohellenic
13656%{texmfdist}/fonts/afm/public/gfsneohellenic
13657%{texmfdist}/fonts/enc/dvips/gfsneohellenic
13658%{texmfdist}/fonts/map/dvips/gfsneohellenic
13659%{texmfdist}/fonts/opentype/public/gfsneohellenic
13660%{texmfdist}/fonts/tfm/public/gfsneohellenic
13661%{texmfdist}/fonts/type1/public/gfsneohellenic
13662%{texmfdist}/fonts/vf/public/gfsneohellenic
13663
13664%doc %{texmfdist}/doc/fonts/gfsporson
13665%{texmfdist}/fonts/afm/public/gfsporson
13666%{texmfdist}/fonts/enc/dvips/gfsporson
13667%{texmfdist}/fonts/map/dvips/gfsporson
13668%{texmfdist}/fonts/opentype/public/gfsporson
13669%{texmfdist}/fonts/tfm/public/gfsporson
13670%{texmfdist}/fonts/type1/public/gfsporson
13671%{texmfdist}/fonts/vf/public/gfsporson
13672
13673%doc %{texmfdist}/doc/fonts/gfssolomos
13674%{texmfdist}/fonts/afm/public/gfssolomos
13675%{texmfdist}/fonts/enc/dvips/gfssolomos
13676%{texmfdist}/fonts/map/dvips/gfssolomos
13677%{texmfdist}/fonts/opentype/public/gfssolomos
13678%{texmfdist}/fonts/tfm/public/gfssolomos
13679%{texmfdist}/fonts/type1/public/gfssolomos
13680%{texmfdist}/fonts/vf/public/gfssolomos
13681
f1ba8563
ZU
13682
13683%doc %{texmfdist}/doc/fonts/greenpoint
13684%{texmfdist}/fonts/source/public/greenpoint
13685%{texmfdist}/fonts/tfm/public/greenpoint
13686
13687%{texmfdist}/fonts/afm/groff
13688%{texmfdist}/fonts/enc/dvips/groff
13689%{texmfdist}/fonts/map/dvips/groff
13690%{texmfdist}/fonts/tfm/groff
13691%{texmfdist}/fonts/type1/groff
13692
13693%doc %{texmfdist}/doc/fonts/grotesq
13694%{texmfdist}/fonts/map/dvips/grotesq
13695
13696%{texmfdist}/fonts/afm/vntex/grotesqvn
13697%{texmfdist}/fonts/tfm/vntex/grotesqvn
13698%{texmfdist}/fonts/type1/vntex/grotesqvn
13699
13700%{texmfdist}/fonts/afm/public/grverb
13701%{texmfdist}/fonts/map/dvips/grverb
13702%{texmfdist}/fonts/tfm/public/grverb
13703%{texmfdist}/fonts/type1/public/grverb
13704%{texmfdist}/fonts/vf/public/grverb
13705
13706%{texmfdist}/fonts/source/public/hands
13707%{texmfdist}/fonts/tfm/public/hands
13708
8affbd2c
ZU
13709%{texmfdist}/fonts/afm/jmn
13710%{texmfdist}/fonts/tfm/jmn
13711%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
13712
13713%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
13714
13715%doc %{texmfdist}/doc/fonts/hfbright
13716%{texmfdist}/fonts/afm/public/hfbright
13717%{texmfdist}/fonts/enc/dvips/hfbright
13718%{texmfdist}/fonts/map/dvips/hfbright
13719%{texmfdist}/fonts/type1/public/hfbright
13720%{texmfdist}/source/fonts/hfbright
13721
13722%doc %{texmfdist}/doc/fonts/hfoldsty
13723%{texmfdist}/fonts/tfm/public/hfoldsty
13724%{texmfdist}/fonts/vf/public/hfoldsty
13725%{texmfdist}/source/fonts/hfoldsty
13726
13727%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 13728%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
13729%{texmfdist}/fonts/afm/public/ibygrk
13730%{texmfdist}/fonts/enc/dvips/ibygrk
13731%{texmfdist}/fonts/map/dvips/ibygrk
13732%{texmfdist}/fonts/source/public/ibygrk
13733%{texmfdist}/fonts/tfm/public/ibygrk
13734%{texmfdist}/fonts/type1/public/ibygrk
13735
13736%doc %{texmfdist}/doc/fonts/ifsym
13737%{texmfdist}/fonts/source/public/ifsym
13738%{texmfdist}/fonts/tfm/public/ifsym
13739
13740%doc %{texmfdist}/doc/fonts/initials
13741%{texmfdist}/fonts/afm/public/initials
13742%{texmfdist}/fonts/map/dvips/initials
13743%{texmfdist}/fonts/tfm/public/initials
13744%{texmfdist}/fonts/type1/public/initials
13745
745facc7 13746%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
13747%{texmfdist}/fonts/afm/public/itrans
13748%{texmfdist}/fonts/source/public/itrans
13749%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
13750%{texmfdist}/fonts/type1/public/itrans
13751
745facc7 13752%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
13753%{texmfdist}/fonts/afm/public/iwona
13754%{texmfdist}/fonts/enc/dvips/iwona
13755%{texmfdist}/fonts/map/dvips/iwona
13756%{texmfdist}/fonts/opentype/public/iwona
13757%{texmfdist}/fonts/tfm/public/iwona
13758%{texmfdist}/fonts/type1/public/iwona
13759
13760%{texmfdist}/fonts/enc/dvips/jmn
13761%{texmfdist}/fonts/map/dvips/jmn
13762
745facc7 13763%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
13764%{texmfdist}/fonts/source/public/kdgreek
13765%{texmfdist}/fonts/tfm/public/kdgreek
13766
13767%{texmfdist}/fonts/afm/public/kerkis
13768%{texmfdist}/fonts/enc/dvips/kerkis
13769%{texmfdist}/fonts/map/dvips/kerkis
13770%{texmfdist}/fonts/tfm/public/kerkis
13771%{texmfdist}/fonts/type1/public/kerkis
13772%{texmfdist}/fonts/vf/public/kerkis
13773
13774%doc %{texmfdist}/doc/fonts/kixfont
13775%{texmfdist}/fonts/source/public/kixfont
13776%{texmfdist}/fonts/tfm/public/kixfont
13777
8affbd2c 13778%dir %{texmfdist}/fonts/map/public
745facc7 13779%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
13780%{texmfdist}/fonts/afm/public/kurier
13781%{texmfdist}/fonts/enc/dvips/kurier
13782%{texmfdist}/fonts/map/dvips/kurier
13783%{texmfdist}/fonts/opentype/public/kurier
13784%{texmfdist}/fonts/tfm/public/kurier
13785%{texmfdist}/fonts/type1/public/kurier
13786
13787%doc %{texmfdist}/doc/fonts/levy
13788%{texmfdist}/fonts/source/public/levy
13789
13790%doc %{texmfdist}/doc/fonts/lfb
13791%{texmfdist}/fonts/source/public/lfb
13792%{texmfdist}/fonts/tfm/public/lfb
13793
13794%doc %{texmfdist}/doc/fonts/libertine
13795%{texmfdist}/fonts/afm/public/libertine
13796%{texmfdist}/fonts/enc/dvips/libertine
13797%{texmfdist}/fonts/map/dvips/libertine
13798%{texmfdist}/fonts/tfm/public/libertine
13799%{texmfdist}/fonts/type1/public/libertine
13800%{texmfdist}/fonts/vf/public/libertine
13801
13802%doc %{texmfdist}/doc/fonts/linearA
13803%{texmfdist}/fonts/afm/public/linearA
13804%{texmfdist}/fonts/map/dvips/linearA
13805%{texmfdist}/fonts/tfm/public/linearA
13806%{texmfdist}/fonts/type1/public/linearA
13807%{texmfdist}/source/fonts/linearA
13808
13809%{texmfdist}/fonts/source/public/logic
13810%{texmfdist}/fonts/tfm/public/logic
13811
13812%doc %{texmfdist}/doc/fonts/lxfonts
13813%{texmfdist}/fonts/map/dvips/lxfonts
13814%{texmfdist}/fonts/source/public/lxfonts
13815%{texmfdist}/fonts/tfm/public/lxfonts
13816%{texmfdist}/fonts/type1/public/lxfonts
13817
13818%doc %{texmfdist}/doc/fonts/ly1
13819%{texmfdist}/fonts/map/dvips/ly1
13820
13821%{texmfdist}/fonts/source/public/malayalam
13822%{texmfdist}/fonts/tfm/public/malayalam
13823
13824%{texmfdist}/fonts/map/dvips/manfnt
13825
13826%{texmfdist}/fonts/map/dvips/mathdesign
13827
13828%{texmfdist}/fonts/tfm/public/mathpazo
13829%{texmfdist}/fonts/vf/public/mathpazo
13830
8affbd2c
ZU
13831%{texmfdist}/fonts/afm/mathdesign
13832%{texmfdist}/fonts/tfm/mathdesign
13833%{texmfdist}/fonts/type1/mathdesign
13834%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
13835
13836%{texmfdist}/fonts/enc/dvips/mnsymbol
13837%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 13838%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
13839%{texmfdist}/fonts/map/vtex/mnsymbol
13840%{texmfdist}/fonts/opentype/public/mnsymbol
13841%{texmfdist}/fonts/source/public/mnsymbol
13842%{texmfdist}/fonts/tfm/public/mnsymbol
13843%{texmfdist}/fonts/type1/public/mnsymbol
13844
13845%{texmfdist}/fonts/map/dvips/montex
13846%{texmfdist}/fonts/source/public/montex
13847%{texmfdist}/fonts/tfm/public/montex
13848%{texmfdist}/fonts/type1/public/montex
13849
13850%{texmfdist}/fonts/tfm/vntex/mscorevn
13851%{texmfdist}/fonts/vf/vntex/mscorevn
13852
f1ba8563
ZU
13853%doc %{texmfdist}/doc/generic/musixtex
13854%{texmfdist}/fonts/map/dvips/musixtex
13855%{texmfdist}/fonts/source/public/musixtex
13856%{texmfdist}/fonts/tfm/public/musixtex
13857%{texmfdist}/fonts/type1/public/musixtex
13858
13859%{texmfdist}/fonts/source/public/mxd
13860%{texmfdist}/fonts/tfm/public/mxd
13861
13862%{texmfdist}/fonts/source/public/mxedruli
13863%{texmfdist}/fonts/tfm/public/mxedruli
13864
13865%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563 13866
f1ba8563
ZU
13867%doc %{texmfdist}/doc/fonts/nkarta
13868%{texmfdist}/fonts/source/public/nkarta
13869%{texmfdist}/fonts/tfm/public/nkarta
13870
13871%{texmfdist}/fonts/afm/public/norasi
13872%{texmfdist}/fonts/map/dvips/norasi
13873%{texmfdist}/fonts/tfm/public/norasi
13874%{texmfdist}/fonts/type1/public/norasi
13875
13876%{texmfdist}/fonts/source/public/oca
13877
13878%{texmfdist}/fonts/afm/public/ocherokee
13879%{texmfdist}/fonts/map/dvips/ocherokee
13880%{texmfdist}/fonts/ofm/public/ocherokee
13881%{texmfdist}/fonts/ovf/public/ocherokee
13882%{texmfdist}/fonts/ovp/public/ocherokee
13883%{texmfdist}/fonts/tfm/public/ocherokee
13884%{texmfdist}/fonts/type1/public/ocherokee
13885
13886%{texmfdist}/fonts/source/public/ogham
13887%{texmfdist}/fonts/tfm/public/ogham
13888
13889%doc %{texmfdist}/doc/fonts/oinuit
13890%{texmfdist}/fonts/map/dvips/oinuit
13891%{texmfdist}/fonts/ofm/public/oinuit
13892%{texmfdist}/fonts/ovf/public/oinuit
13893%{texmfdist}/fonts/tfm/public/oinuit
13894%{texmfdist}/fonts/type1/public/oinuit
13895
13896%{texmfdist}/fonts/source/public/osmanian
13897
13898%doc %{texmfdist}/doc/fonts/ot2cyr
13899%{texmfdist}/fonts/map/dvips/ot2cyr
13900%{texmfdist}/source/fonts/ot2cyr
13901
f1ba8563
ZU
13902%{texmfdist}/fonts/ofm/public/otibet
13903%{texmfdist}/fonts/ovf/public/otibet
13904%{texmfdist}/fonts/ovp/public/otibet
13905%{texmfdist}/fonts/source/public/otibet
13906%{texmfdist}/fonts/tfm/public/otibet
13907
13908%doc %{texmfdist}/doc/fonts/pacioli
13909%{texmfdist}/fonts/source/public/pacioli
13910%{texmfdist}/fonts/tfm/public/pacioli
13911
13912%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
13913
13914%doc %{texmfdist}/doc/fonts/phaistos
13915%{texmfdist}/fonts/afm/public/phaistos
13916%{texmfdist}/fonts/map/dvips/phaistos
13917%{texmfdist}/fonts/opentype/public/phaistos
13918%{texmfdist}/fonts/tfm/public/phaistos
13919%{texmfdist}/fonts/type1/public/phaistos
13920%{texmfdist}/source/fonts/phaistos
13921
13922%{texmfdist}/fonts/opentype/public/philokalia
13923
13924%doc %{texmfdist}/doc/fonts/phonetic
13925%{texmfdist}/fonts/source/public/phonetic
13926%{texmfdist}/fonts/tfm/public/phonetic
13927%{texmfdist}/source/fonts/phonetic
13928
8affbd2c 13929%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
13930
13931%{texmfdist}/fonts/source/public/punk
13932%{texmfdist}/fonts/tfm/public/punk
13933
13934%{texmfdist}/fonts/tfm/public/relenc
13935%{texmfdist}/fonts/vf/public/relenc
13936
13937%doc %{texmfdist}/doc/fonts/rsfs
13938%{texmfdist}/fonts/map/dvips/rsfs
13939
13940%{texmfdist}/fonts/map/dvips/sanskrit
13941%{texmfdist}/fonts/source/public/sanskrit
13942%{texmfdist}/fonts/tfm/public/sanskrit
13943%{texmfdist}/fonts/type1/public/sanskrit
13944
13945%{texmfdist}/fonts/source/public/sauter
13946
13947%doc %{texmfdist}/doc/fonts/semaphor
13948%{texmfdist}/fonts/afm/public/semaphor
13949%{texmfdist}/fonts/enc/dvips/semaphor
13950%{texmfdist}/fonts/map/dvips/semaphor
13951%{texmfdist}/fonts/opentype/public/semaphor
13952%{texmfdist}/fonts/source/public/semaphor
13953%{texmfdist}/fonts/tfm/public/semaphor
13954%{texmfdist}/fonts/type1/public/semaphor
13955
13956%{texmfdist}/fonts/source/public/simpsons
13957
f1ba8563
ZU
13958%doc %{texmfdist}/doc/fonts/skaknew
13959%{texmfdist}/fonts/afm/public/skaknew
13960%{texmfdist}/fonts/map/dvips/skaknew
13961%{texmfdist}/fonts/map/vtex/skaknew
13962%{texmfdist}/fonts/tfm/public/skaknew
13963%{texmfdist}/fonts/type1/public/skaknew
13964
13965%{texmfdist}/fonts/source/public/skull
13966
13967%{texmfdist}/fonts/source/public/soyombo
13968%{texmfdist}/fonts/tfm/public/soyombo
13969
13970%doc %{texmfdist}/doc/fonts/staves
13971%{texmfdist}/fonts/map/dvips/staves
13972%{texmfdist}/fonts/tfm/public/staves
13973%{texmfdist}/fonts/type1/public/staves
13974
13975%{texmfdist}/fonts/map/dvips/stmaryrd
13976%{texmfdist}/fonts/source/public/stmaryrd
13977
13978%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
13979
13980%{texmfdist}/fonts/afm/public/tabvar
13981%{texmfdist}/fonts/map/dvips/tabvar
13982%{texmfdist}/fonts/tfm/public/tabvar
13983%{texmfdist}/fonts/type1/public/tabvar
13984
f1ba8563
ZU
13985
13986%{texmfdist}/fonts/source/public/tapir
13987%{texmfdist}/fonts/type1/public/tapir
13988
13989%{texmfdist}/fonts/enc/dvips/tengwarscript
13990%{texmfdist}/fonts/map/dvips/tengwarscript
13991%{texmfdist}/fonts/tfm/public/tengwarscript
13992%{texmfdist}/fonts/vf/public/tengwarscript
13993
80fa261c 13994%{texmfdist}/doc/fonts/pclnfss
198c241e 13995%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
13996
13997%doc %{texmfdist}/doc/fonts/tex-gyre
13998%{texmfdist}/fonts/afm/public/tex-gyre
13999%{texmfdist}/fonts/enc/dvips/tex-gyre
14000%{texmfdist}/fonts/map/dvips/tex-gyre
14001%{texmfdist}/fonts/opentype/public/tex-gyre
14002%{texmfdist}/fonts/tfm/public/tex-gyre
14003%{texmfdist}/fonts/type1/public/tex-gyre
14004
f1ba8563 14005%{texmfdist}/fonts/map/dvips/times
f1ba8563 14006
f1ba8563
ZU
14007
14008%doc %{texmfdist}/doc/fonts/timing
14009%{texmfdist}/fonts/source/public/timing
14010%{texmfdist}/fonts/tfm/public/timing
14011
14012%doc %{texmfdist}/doc/fonts/tipa
14013%{texmfdist}/fonts/map/dvips/tipa
14014%{texmfdist}/fonts/source/public/tipa
14015%{texmfdist}/fonts/tfm/public/tipa
14016%{texmfdist}/fonts/type1/public/tipa
14017
14018%{texmfdist}/fonts/afm/public/trajan
14019%{texmfdist}/fonts/map/dvips/trajan
14020%{texmfdist}/fonts/tfm/public/trajan
14021%{texmfdist}/fonts/type1/public/trajan
14022
f1ba8563
ZU
14023
14024%{texmfdist}/fonts/tfm/vntex/txttvn
14025%{texmfdist}/fonts/type1/vntex/txttvn
14026
14027%{texmfdist}/fonts/map/dvips/uhc
14028
f1ba8563
ZU
14029%doc %{texmfdist}/doc/fonts/umtypewriter
14030%{texmfdist}/fonts/opentype/public/umtypewriter
14031
14032%doc %{texmfdist}/doc/fonts/universa
14033%{texmfdist}/fonts/source/public/universa
14034%{texmfdist}/fonts/tfm/public/universa
14035%{texmfdist}/source/fonts/universa
14036
14037%{texmfdist}/fonts/afm/public/velthuis
14038%{texmfdist}/fonts/map/dvips/velthuis
14039%{texmfdist}/fonts/source/public/velthuis
14040%{texmfdist}/fonts/tfm/public/velthuis
14041%{texmfdist}/fonts/type1/public/velthuis
14042
14043%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
14044
14045%{texmfdist}/fonts/afm/vntex/vntopia
14046%{texmfdist}/fonts/tfm/vntex/vntopia
14047%{texmfdist}/fonts/type1/vntex/vntopia
14048%{texmfdist}/fonts/vf/vntex/vntopia
14049
14050%{texmfdist}/fonts/map/dvips/wadalab
14051
14052%doc %{texmfdist}/doc/fonts/wasy
14053%{texmfdist}/fonts/afm/public/wasy
14054%{texmfdist}/fonts/map/dvips/wasy
14055%{texmfdist}/fonts/type1/public/wasy
14056
14057%{texmfdist}/fonts/source/public/wnri
14058%{texmfdist}/fonts/tfm/public/wnri
14059
14060%{texmfdist}/fonts/source/public/wsuipa
14061%{texmfdist}/fonts/tfm/public/wsuipa
14062
14063%{texmfdist}/fonts/source/public/xbmc
14064%{texmfdist}/fonts/tfm/public/xbmc
14065
f1ba8563
ZU
14066%doc %{texmfdist}/doc/fonts/xq
14067%{texmfdist}/fonts/source/public/xq
14068%{texmfdist}/fonts/tfm/public/xq
14069
14070%{texmfdist}/fonts/source/public/yannisgr
14071
14072%{texmfdist}/fonts/map/dvips/yhmath
14073%{texmfdist}/fonts/source/public/yhmath
14074%{texmfdist}/fonts/tfm/public/yhmath
14075%{texmfdist}/fonts/type1/public/yhmath
14076%{texmfdist}/fonts/vf/public/yhmath
14077
14078%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 14079%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
14080
14081%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
14082
14083%{texmfdist}/dvips/zefonts
14084%{texmfdist}/fonts/map/dvips/zefonts
14085%{texmfdist}/fonts/tfm/public/zefonts
14086%{texmfdist}/fonts/vf/public/zefonts
14087
14088
d08789e0 14089%files fonts-omega
489714ae 14090%defattr(644,root,root,755)
7179ac92 14091%doc %{texmfdist}/doc/omega
2677a8b0
ZU
14092%dir %{texmfdist}/omega
14093%dir %{texmfdist}/omega/otp
14094%dir %{texmfdist}/omega/ocp
7179ac92
ZU
14095%{texmfdist}/dvips/omega
14096%{texmfdist}/fonts/ofm/public/omega
14097%{texmfdist}/fonts/type1/public/omega
14098%{texmfdist}/fonts/afm/public/omega
14099%{texmfdist}/fonts/ovp/public/omega
14100%{texmfdist}/fonts/tfm/public/omega
14101%{texmfdist}/fonts/ovf/public/omega
14102%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
14103%{texmfdist}/omega/ocp/omega
14104%{texmfdist}/omega/otp/omega
14105%{texmfdist}/tex/plain/omega
d08789e0 14106
5b7eba8e
MB
14107#%files fonts-pazo
14108#%defattr(644,root,root,755)
d08789e0
ZU
14109
14110%files fonts-pl
14111%defattr(644,root,root,755)
7179ac92 14112%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
14113%dir %{texmf}/scripts/texlive
14114%dir %{texmf}/scripts/texlive/tlmgrgui
14115%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
14116%{texmfdist}/dvips/pl
14117%{texmfdist}/fonts/source/public/pl
14118%{texmfdist}/fonts/type1/public/pl
14119%{texmfdist}/fonts/afm/public/pl
14120%{texmfdist}/fonts/enc/dvips/pl
14121%{texmfdist}/fonts/tfm/public/pl
14122%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 14123%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
14124
14125%files fonts-px
14126%defattr(644,root,root,755)
7179ac92 14127%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
14128# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
14129# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
14130%dir %{texmfdist}/fonts/map/dvips/pxfonts
14131%dir %{texmfdist}/tex/latex/pxfonts
14132%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
14133%{texmfdist}/fonts/afm/public/pxfonts
14134%{texmfdist}/fonts/tfm/public/pxfonts
14135%{texmfdist}/fonts/type1/public/pxfonts
14136%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 14137%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 14138
5b7eba8e
MB
14139#%files fonts-qfonts
14140#%defattr(644,root,root,755)
31bd2c4a
ZU
14141# %doc %{texmf}/doc/fonts/polish/qfonts
14142# %{texmf}/fonts/enc/dvips/qfonts
14143# %{texmf}/fonts/map/dvips/qfonts
14144# %{texmf}/dvips/qfonts
14145# %{texmf}/fonts/afm/public/qfonts
14146# %{texmf}/fonts/tfm/public/qfonts
d08789e0 14147
74dbda3f
ZU
14148# %files fonts-qpx
14149# %defattr(644,root,root,755)
14150# %{texmf}/fonts/tfm/public/qpx
14151# %{texmf}/fonts/vf/public/qpx
d08789e0 14152
31bd2c4a 14153%files fonts-qpxqtx
d08789e0 14154%defattr(644,root,root,755)
7179ac92
ZU
14155%{texmfdist}/fonts/tfm/public/qpxqtx
14156%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
14157
14158%files fonts-rsfs
14159%defattr(644,root,root,755)
7179ac92
ZU
14160%{texmfdist}/fonts/source/public/rsfs
14161%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
14162
14163%files fonts-stmaryrd
14164%defattr(644,root,root,755)
7179ac92
ZU
14165%doc %{texmfdist}/doc/fonts/stmaryrd
14166%{texmfdist}/source/fonts/stmaryrd
14167%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
14168
14169%files fonts-tx
14170%defattr(644,root,root,755)
7179ac92
ZU
14171%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
14172%{texmfdist}/fonts/afm/public/txfonts
14173%{texmfdist}/fonts/tfm/public/txfonts
14174%{texmfdist}/fonts/vf/public/txfonts
d08789e0 14175
5bc70a92
MB
14176%files fonts-uhc
14177%defattr(644,root,root,755)
14178%doc %{texmfdist}/doc/fonts/uhc
14179%{texmfdist}/fonts/afm/uhc
14180%{texmfdist}/fonts/tfm/uhc
14181%{texmfdist}/fonts/vf/uhc
14182
d08789e0
ZU
14183%files fonts-urw
14184%defattr(644,root,root,755)
7179ac92 14185%{texmfdist}/fonts/afm/urw
5bc70a92
MB
14186%{texmfdist}/fonts/tfm/urw
14187%{texmfdist}/fonts/vf/urw
d08789e0
ZU
14188
14189%files fonts-urwvn
14190%defattr(644,root,root,755)
26d8eaaa 14191%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
14192%{texmfdist}/fonts/tfm/vntex/urwvn
14193%{texmfdist}/fonts/type1/vntex/urwvn
14194%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
14195
14196%files fonts-vnr
14197%defattr(644,root,root,755)
7179ac92
ZU
14198%{texmfdist}/fonts/map/dvips/vntex
14199%{texmfdist}/fonts/source/vntex/vnr
14200%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 14201
e67df411
ZU
14202%files fonts-urw35vf
14203%defattr(644,root,root,755)
14204%{texmfdist}/fonts/vf/urw35vf
14205
5bc70a92
MB
14206%files fonts-wadalab
14207%defattr(644,root,root,755)
14208%doc %{texmfdist}/doc/fonts/wadalab
14209%{texmfdist}/fonts/afm/wadalab
14210%{texmfdist}/fonts/tfm/wadalab
14211%{texmfdist}/fonts/vf/wadalab
14212
d08789e0
ZU
14213%files fonts-wasy
14214%defattr(644,root,root,755)
7179ac92
ZU
14215%{texmfdist}/fonts/source/public/wasy
14216%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
14217
14218%files fonts-xypic
14219%defattr(644,root,root,755)
7179ac92
ZU
14220%{texmfdist}/fonts/map/dvips/xypic
14221# %{texmfdist}/fonts/afm/public/xypic
14222%{texmfdist}/fonts/source/public/xypic
14223%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
14224
14225%files fonts-yandy
14226%defattr(644,root,root,755)
adbd04dd 14227# %{texmf}/fonts/afm/yandy
7179ac92 14228%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
14229# %{texmf}/fonts/tfm/yandy
14230# %{texmf}/fonts/vf/yandy
d08789e0
ZU
14231
14232%files fonts-type1-antp
14233%defattr(644,root,root,755)
7179ac92
ZU
14234%{texmfdist}/dvips/antp
14235%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
14236
14237%files fonts-type1-antt
14238%defattr(644,root,root,755)
adbd04dd 14239# %{texmf}/dvips/antt
7179ac92 14240%{texmfdist}/fonts/type1/public/antt
d08789e0 14241
5bc70a92
MB
14242%files fonts-type1-arphic
14243%defattr(644,root,root,755)
14244%{texmfdist}/fonts/type1/arphic
14245
d08789e0
ZU
14246%files fonts-type1-belleek
14247%defattr(644,root,root,755)
7179ac92 14248%doc %{texmfdist}/doc/fonts/belleek
70f52fe3 14249%{texmfdist}/source/latex/belleek
7179ac92 14250%{texmfdist}/fonts/type1/public/belleek
70f52fe3 14251%{texmfdist}/fonts/map/dvips/belleek
d08789e0
ZU
14252
14253%files fonts-type1-bitstream
14254%defattr(644,root,root,755)
7179ac92 14255%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
14256
14257%files fonts-type1-bluesky
14258%defattr(644,root,root,755)
04eb4e68
ZU
14259# %doc %{texmf}/doc/fonts/bluesky
14260# %{texmf}/dvips/bluesky
7179ac92 14261%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
14262
14263%files fonts-type1-cc-pl
14264%defattr(644,root,root,755)
7179ac92
ZU
14265%doc %{texmfdist}/doc/fonts/cc-pl
14266%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
14267
14268%files fonts-type1-cmcyr
14269%defattr(644,root,root,755)
7179ac92 14270%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
14271
14272%files fonts-type1-cs
14273%defattr(644,root,root,755)
7179ac92 14274%{texmfdist}/fonts/type1/public/cs
d08789e0 14275
04eb4e68
ZU
14276# %files fonts-type1-dstroke
14277# %defattr(644,root,root,755)
14278# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
14279
14280%files fonts-type1-eurosym
14281%defattr(644,root,root,755)
7179ac92 14282%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
14283
14284%files fonts-type1-hoekwater
14285%defattr(644,root,root,755)
7179ac92 14286%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
14287
14288%files fonts-type1-fpl
14289%defattr(644,root,root,755)
7179ac92
ZU
14290%doc %{texmfdist}/doc/fonts/fpl
14291%{texmfdist}/fonts/afm/public/fpl
14292%{texmfdist}/fonts/type1/public/fpl
caaf987e 14293%{texmfdist}/source/fonts/fpl
d08789e0
ZU
14294
14295%files fonts-type1-lm
14296%defattr(644,root,root,755)
7179ac92
ZU
14297%{texmfdist}/fonts/afm/public/lm
14298%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
14299
14300%files fonts-type1-marvosym
14301%defattr(644,root,root,755)
7179ac92 14302%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
14303
14304%files fonts-type1-mathpazo
14305%defattr(644,root,root,755)
04eb4e68 14306# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
14307%{texmfdist}/fonts/afm/public/mathpazo
14308%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
14309
14310%files fonts-type1-omega
14311%defattr(644,root,root,755)
7179ac92 14312%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
14313
14314%files fonts-type1-pl
14315%defattr(644,root,root,755)
04eb4e68 14316# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 14317%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
14318
14319%files fonts-type1-px
14320%defattr(644,root,root,755)
7179ac92 14321%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 14322
04eb4e68
ZU
14323# %files fonts-type1-qfonts
14324# %defattr(644,root,root,755)
7179ac92 14325# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
14326
14327%files fonts-type1-tx
14328%defattr(644,root,root,755)
7179ac92 14329%{texmfdist}/fonts/type1/public/txfonts
d08789e0 14330
04eb4e68
ZU
14331# %files fonts-type1-tt2001
14332# %defattr(644,root,root,755)
14333# %{texmf}/fonts/type1/public/tt2001
d08789e0 14334
5bc70a92
MB
14335%files fonts-type1-uhc
14336%defattr(644,root,root,755)
14337%{texmfdist}/fonts/type1/uhc
14338
d08789e0
ZU
14339%files fonts-type1-urw
14340%defattr(644,root,root,755)
7179ac92 14341%{texmfdist}/fonts/type1/urw
d08789e0
ZU
14342
14343%files fonts-type1-vnr
14344%defattr(644,root,root,755)
7179ac92 14345%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 14346
5bc70a92
MB
14347%files fonts-type1-wadalab
14348%defattr(644,root,root,755)
14349%{texmfdist}/fonts/type1/wadalab
14350
d08789e0
ZU
14351%files fonts-type1-xypic
14352%defattr(644,root,root,755)
7179ac92 14353%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
14354
14355# TeXLive-specific
14356
14357%files afm2pl
14358%defattr(644,root,root,755)
3f42cf69 14359%dir %{texmf}/tex/latex
489714ae
ZU
14360%attr(755,root,root) %{_bindir}/afm2pl
14361%{_mandir}/man1/afm2pl*
015f9ddb 14362%{texmf}/fonts/lig/afm2pl
3f42cf69 14363%{texmf}/tex/latex/afm2pl
489714ae
ZU
14364
14365%files bbox
14366%defattr(644,root,root,755)
14367%attr(755,root,root) %{_bindir}/bbox
14368%{_mandir}/man1/bbox*
14369
14370%files cefutils
14371%defattr(644,root,root,755)
14372%attr(755,root,root) %{_bindir}/cef*
2677a8b0 14373%dir %{texmfdist}/tex/latex/cjk
21c69d95 14374%dir %{texmfdist}/doc/latex/cjk
c9ddaf2d 14375%{texmfdist}/source/latex/cjk
2677a8b0 14376%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
14377%doc %{texmfdist}/doc/latex/cjk/doc
14378%doc %{texmfdist}/doc/latex/cjk/examples
489714ae
ZU
14379
14380%files detex
14381%defattr(644,root,root,755)
14382%attr(755,root,root) %{_bindir}/detex
14383%{_mandir}/man1/detex*
14384
7ffd1967
ZU
14385
14386%files dviutils
14387%defattr(644,root,root,755)
14388%attr(755,root,root) %{_bindir}/dt2dv
14389%attr(755,root,root) %{_bindir}/dv2dt
14390%attr(755,root,root) %{_bindir}/dvi2tty
14391%attr(755,root,root) %{_bindir}/dviasm
14392%attr(755,root,root) %{_bindir}/dvibook
14393%attr(755,root,root) %{_bindir}/dviconcat
14394%attr(755,root,root) %{_bindir}/dvidvi
14395%attr(755,root,root) %{_bindir}/dvigif
14396%attr(755,root,root) %{_bindir}/dvipdfmx
14397%attr(755,root,root) %{_bindir}/dvipos
14398%attr(755,root,root) %{_bindir}/dviselect
14399%attr(755,root,root) %{_bindir}/dvitodvi
14400%{_mandir}/man1/dt2dv*
14401%{_mandir}/man1/dv2dt*
14402%{_mandir}/man1/dvi2tty*
14403%{_mandir}/man1/dvibook*
14404%{_mandir}/man1/dviconcat*
14405%{_mandir}/man1/dvidvi*
14406%{_mandir}/man1/dvigif*
14407%{_mandir}/man1/dvipos*
14408%{_mandir}/man1/dviselect*
14409%{_mandir}/man1/dvitodvi*
015f9ddb
ZU
14410%{texmf}/fonts/map/dvipdfmx
14411%dir %{texmf}/fonts/cmap
3f42cf69 14412%doc %{texmf}/fonts/cmap/README
015f9ddb
ZU
14413%{texmf}/dvipdfmx
14414%{texmf}/fonts/cmap/dvipdfmx
7ffd1967
ZU
14415
14416%files epsutils
14417%defattr(644,root,root,755)
14418%attr(755,root,root) %{_bindir}/epsffit
14419%attr(755,root,root) %{_bindir}/epspdf
14420%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 14421%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
14422%{texmfdist}/scripts/epspdf
14423%{_mandir}/man1/epsffit*
14424%doc %{texmfdist}/doc/epspdf
14425
14426%files filters
14427%defattr(644,root,root,755)
14428%attr(755,root,root) %{_bindir}/fix*
14429%{_mandir}/man1/fix*
14430
faa40f44
ZU
14431%files psutils
14432%defattr(644,root,root,755)
14433%attr(755,root,root) %{_bindir}/extractres
14434%attr(755,root,root) %{_bindir}/getafm
14435%attr(755,root,root) %{_bindir}/includeres
14436%attr(755,root,root) %{_bindir}/psbook
14437%attr(755,root,root) %{_bindir}/psmerge
14438%attr(755,root,root) %{_bindir}/psnup
14439%attr(755,root,root) %{_bindir}/psresize
14440%attr(755,root,root) %{_bindir}/psselect
5fef92c1 14441%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
14442%attr(755,root,root) %{_bindir}/pstops
14443%attr(755,root,root) %{_bindir}/showchar
14444%{_mandir}/man1/extractres*
14445%{_mandir}/man1/getafm*
14446%{_mandir}/man1/includeres*
14447%{_mandir}/man1/psbook*
14448%{_mandir}/man1/psmerge*
14449%{_mandir}/man1/psnup*
14450%{_mandir}/man1/psresize*
14451%{_mandir}/man1/psselect*
14452%{_mandir}/man1/pstops*
14453%{texmf}/dvips/psutils
14454
489714ae
ZU
14455%files uncategorized-utils
14456%defattr(644,root,root,755)
14457%attr(755,root,root) %{_bindir}/devnag
14458%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
14459
14460%files tex4ht
14461%defattr(644,root,root,755)
add234d3
MB
14462%attr(755,root,root) %{_bindir}/ht
14463%attr(755,root,root) %{_bindir}/htcontext
14464%attr(755,root,root) %{_bindir}/htlatex
14465%attr(755,root,root) %{_bindir}/htmex
14466%attr(755,root,root) %{_bindir}/httex
14467%attr(755,root,root) %{_bindir}/httexi
14468%attr(755,root,root) %{_bindir}/htxelatex
14469%attr(755,root,root) %{_bindir}/htxetex
14470%attr(755,root,root) %{_bindir}/mk4ht
14471%attr(755,root,root) %{_bindir}/t4ht
14472%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 14473%{texmf}/scripts/tex4ht
5b7eba8e 14474%{texmfdist}/tex/generic/tex4ht
add234d3
MB
14475%dir %{texmfdist}/scripts/tex4ht
14476%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
14477%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
14478%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
14479%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
14480%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
14481%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
14482%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
14483%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
14484%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 14485%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 14486%{texmfdist}/tex4ht
4224ae6d
MB
14487
14488%files xetex
14489%defattr(644,root,root,755)
14490%attr(755,root,root) %{_bindir}/xdvipdfmx
14491%attr(755,root,root) %{_bindir}/xelatex
14492%attr(755,root,root) %{_bindir}/xetex
14493%{texmf}/fmtutil/format.xetex.cnf
14494%doc %{texmfdist}/doc/xelatex
14495%doc %{texmfdist}/doc/xetex
14496%{texmfdist}/scripts/xetex
14497%{texmfdist}/tex/generic/ifxetex
caaf987e 14498%doc %{texmfdist}/doc/generic/ifxetex
3f42cf69 14499%doc %{texmfdist}/doc/generic/xetex-pstricks
4224ae6d
MB
14500%{texmfdist}/tex/generic/xetexconfig
14501%{texmfdist}/tex/latex/latexconfig/xelatex.ini
14502%{texmfdist}/tex/plain/config/xetex.ini
14503%{texmfdist}/tex/xelatex
14504%{texmfdist}/tex/xetex
14505
14506%files xmltex
14507%defattr(644,root,root,755)
14508%doc %{texmfdist}/doc/xmltex
14509%attr(755,root,root) %{_bindir}/pdfxmltex
14510%attr(755,root,root) %{_bindir}/xmltex
14511%{texmfdist}/tex/xmltex
14512%{texmf}/fmtutil/format.xmltex.cnf
3f42cf69 14513%{texmfdist}/source/xmltex
This page took 4.591281 seconds and 4 git commands to generate.