]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
- %dir
[packages/texlive.git] / texlive.spec
1 # TODO:
2 #
3 # MAIN TODO (sort by importnce):
4 # - texlive-format-pdflatex deps
5 # - check unpackaged files (only some files)
6 # - pl updates
7 # - maybe more splits (e.g. latex subpackages)
8 # - see uncategorized and *other* subpackages and split
9 # - context: consider more splitting, check dependencies
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:
25 # - summary/description correcting (all languages)
26 # - texk/web2c doesn't build (luatex option)
27 # - %files latex-bibtex-revtex4
28 # - Check CEF/cjk!
29 #
30 %include        /usr/lib/rpm/macros.perl
31 #
32 %bcond_without  bootstrap
33 #
34 Summary:        TeX typesetting system and MetaFont font formatter
35 Summary(de.UTF-8):      TeX-Satzherstellungssystem und MetaFont-Formatierung
36 Summary(es.UTF-8):      Sistema de typesetting TeX y formateador de fuentes MetaFont
37 Summary(fr.UTF-8):      Systéme de compostion TeX et formatteur de MetaFontes
38 Summary(hu.UTF-8):      TeX szövegszedő rendszer és MetaFont font formázó
39 Summary(pl.UTF-8):      System składu publikacji TeX oraz formater fontów MetaFont
40 Summary(pt_BR.UTF-8):   Sistema de typesetting TeX e formatador de fontes MetaFont
41 Summary(tr.UTF-8):      TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
42 Name:           texlive
43 Version:        20080816
44 Release:        0.9.8
45 Epoch:          1
46 License:        distributable
47 Group:          Applications/Publishing/TeX
48 Source0:        http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
49 # Source0-md5:  554287c3e458da776edd684506048d45
50 Source1:        ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
51 # Source1-md5:  fa74072e1344e8390eb156bcda61a8b2
52 Source4:        %{name}.cron
53 Source5:        xdvi.desktop
54 Source6:        xdvi.png
55 Patch0:         %{name}-am.patch
56 Patch1:         %{name}-20080816-kpathsea-ar.patch
57 URL:            http://www.tug.org/texlive/
58 BuildRequires:  autoconf
59 BuildRequires:  automake
60 BuildRequires:  bison
61 BuildRequires:  clisp
62 BuildRequires:  ed
63 BuildRequires:  expat-devel
64 BuildRequires:  ffcall-devel
65 BuildRequires:  flex
66 BuildRequires:  fontconfig-devel
67 BuildRequires:  freetype-devel
68 BuildRequires:  freetype1-devel
69 BuildRequires:  gd-devel >= 2.0.33
70 BuildRequires:  libpng-devel >= 1.2.8
71 BuildRequires:  libtool
72 # should this be somewhere in clisp?
73 BuildRequires:  libsigsegv
74 BuildRequires:  libstdc++-devel
75 BuildRequires:  ncurses-devel
76 BuildRequires:  rpm-perlprov
77 BuildRequires:  rpm-pythonprov
78 BuildRequires:  sed >= 4.0
79 BuildRequires:  t1lib-devel >= 5.0.2
80 BuildRequires:  texinfo
81 %if %{with bootstrap}
82 BuildRequires:  tetex-format-latex
83 BuildRequires:  tetex-format-pdflatex
84 BuildRequires:  tetex-latex-cyrillic
85 BuildRequires:  tetex-tex-babel
86 %else
87 BuildRequires:  texlive-format-latex
88 BuildRequires:  texlive-format-pdflatex
89 BuildRequires:  texlive-latex-cyrillic
90 BuildRequires:  texlive-tex-babel
91 # fill with future texlive BR. guesses ones for now
92 %endif
93 BuildRequires:  unzip
94 BuildRequires:  xorg-lib-libICE-devel
95 BuildRequires:  xorg-lib-libXaw-devel
96 BuildRequires:  xorg-lib-libXext-devel
97 BuildRequires:  xorg-lib-libXmu-devel
98 BuildRequires:  xorg-lib-libXpm-devel
99 BuildRequires:  zlib-devel >= 1.2.1
100 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
101 Requires:       %{name}-fonts-cm = %{epoch}:%{version}-%{release}
102 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
103 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
104 Requires:       awk
105 Requires:       dialog
106 Requires:       kpathsea = %{epoch}:%{version}-%{release}
107 Requires:       sed
108 Requires:       sh-utils
109 Requires:       texconfig = %{epoch}:%{version}-%{release}
110 Requires:       textutils
111 Suggests:       tmpwatch
112 Obsoletes:      tetex
113 Obsoletes:      tetex-afm
114 Obsoletes:      tetex-doc
115 Obsoletes:      tetex-doc-latex2e-html
116 Obsoletes:      tetex-fontinst
117 Obsoletes:      tetex-fontname
118 Obsoletes:      tetex-fonts
119 Obsoletes:      tetex-fonts-pandora
120 Obsoletes:      tetex-fonts-vcm
121 Obsoletes:      tetex-format-elatex
122 Obsoletes:      tetex-format-pdfelatex
123 Obsoletes:      tetex-format-pdfemex
124 Obsoletes:      tetex-latex-vnps
125 Obsoletes:      tetex-latex-vnr
126 Obsoletes:      tetex-oxdvi
127 Obsoletes:      tetex-oxdvi
128 Obsoletes:      tetex-plain-dvips
129 Obsoletes:      tetex-plain-dvips
130 Obsoletes:      tetex-plain-mathtime
131 Obsoletes:      tetex-plain-mathtime
132 Obsoletes:      tetex-plain-misc
133 Obsoletes:      tetex-plain-misc
134 Obsoletes:      tetex-plain-plnfss
135 Obsoletes:      tetex-plain-plnfss
136 Obsoletes:      tetex-tex-hyphen
137 Obsoletes:      tetex-tex-vietnam
138 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
139
140 %define         texmf   %{_datadir}/texmf
141 %define         texmfdist %{texmf}-dist
142 %define         texmfdoc %{texmf}-doc
143 %define         fmtdir  /var/lib/texmf/web2c
144 %define         texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
145 %define         _localstatedir  /var/lib/texmf
146 %define         fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
147 %define         fmtutil(f:) [ ! \\\( -f %{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f %{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys --byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See %{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ;
148
149 %define         _noautoreq 'perl(path_tre)'
150
151 %description
152 TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
153 takes a text file and a set of formatting commands as input and
154 creates a typesetter independent .dvi (DeVice Independent) file as
155 output. Usually, TeX is used in conjunction with a higher level
156 formatting package like LaTeX or PlainTeX, since TeX by itself is not
157 very user-friendly.
158
159 %description -l es.UTF-8
160 Tex formata archivos de texto y órdenes para una salida independiente
161 de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
162 de Knut se describen las capacidades y el lenguaje TeX.
163
164 %description -l de.UTF-8
165 TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
166 und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
167 DeVice Independent). Die Funktionen und Sprache von TeX werden in The
168 TeXbook von Knuth beschrieben.
169
170 %description -l fr.UTF-8
171 TeX formate un fichier de commandes et de texte mélandés, et produit
172 un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
173 raccourci pour Device Independant). Les possibilités de TeX et son
174 langage sont décrites dans l'ouvrage TeXbook, de Knuth.
175
176 %description -l hu.UTF-8
177 TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
178 egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
179 segítségével a szövegszedő egy független .dvi (DeVice Independent)
180 fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
181 kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
182 TeX önmaga nem túlzottan "felhasználóbarát".
183
184 %description -l pl.UTF-8
185 TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
186 od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
187 Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
188 Donalda E. Knutha.
189
190 %description -l pt_BR.UTF-8
191 Tex formata arquivos de texto e comandos para uma saída independente
192 de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
193 linguagem TeX são descritas no The TeXbook, de Knuth.
194
195 %description -l tr.UTF-8
196 TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
197 aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
198 TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
199 TeXbook' başlıklı kitabında anlatılmaktadır.
200
201 %package other-utils
202 Summary:        Other utilities
203 Group:          Applications/Publishing/TeX
204
205 %description other-utils
206 Other utilities.
207
208 %package other-utils-doc
209 Summary:        Other utilities documentation
210 Group:          Applications/Publishing/TeX
211
212 %description other-utils-doc
213 Other utilities documentation.
214
215 %package doc
216 Summary:        Documentation for TeX Live
217 Group:          Documentation
218
219 %description doc
220 Assorted useful documentation for TeX Live.
221
222 %package doc-bg
223 Summary:        Bulgarian documentation for TeX Live
224 Group:          Documentation
225
226 %description doc-bg
227 Assorted useful Bulgarian documentation for TeX Live.
228
229 %package doc-cs
230 Summary:        Czech documentation for TeX Live
231 Group:          Documentation
232
233 %description doc-cs
234 Assorted useful Czech documentation for TeX Live.
235
236 %package doc-de
237 Summary:        German documentation for TeX Live
238 Group:          Documentation
239
240 %description doc-de
241 Assorted useful German documentation for TeX Live.
242
243 %package doc-el
244 Summary:        Greek documentation for TeX Live
245 Group:          Documentation
246
247 %description doc-el
248 Assorted useful Greek documentation for TeX Live.
249
250 %package doc-es
251 Summary:        Spanish documentation for TeX Live
252 Group:          Documentation
253
254 %description doc-es
255 Assorted useful Spanish documentation for TeX Live.
256
257 %package doc-fi
258 Summary:        Finnish documentation for TeX Live
259 Group:          Documentation
260
261 %description doc-fi
262 Assorted useful Finnish documentation for TeX Live.
263
264 %package doc-fr
265 Summary:        French documentation for TeX Live
266 Group:          Documentation
267
268 %description doc-fr
269 Assorted useful French documentation for TeX Live.
270
271 %package doc-it
272 Summary:        Italian documentation for TeX Live
273 Group:          Documentation
274
275 %description doc-it
276 Assorted useful Italian documentation for TeX Live.
277
278 %package doc-ja
279 Summary:        Japanese documentation for TeX Live
280 Group:          Documentation
281
282 %description doc-ja
283 Assorted useful Japanese documentation for TeX Live.
284
285 %package doc-ko
286 Summary:        Korean documentation for TeX Live
287 Group:          Documentation
288
289 %description doc-ko
290 Assorted useful Korean documentation for TeX Live.
291
292 %package doc-mn
293 Summary:        Mongolian documentation for TeX Live
294 Group:          Documentation
295
296 %description doc-mn
297 Assorted useful Mongolian documentation for TeX Live.
298
299 %package doc-nl
300 Summary:        Dutch documentation for TeX Live
301 Group:          Documentation
302
303 %description doc-nl
304 Assorted useful Dutch documentation for TeX Live.
305
306 %package doc-pl
307 Summary:        Polish documentation for TeX Live
308 Group:          Documentation
309
310 %description doc-pl
311 Assorted useful Polish documentation for TeX Live.
312
313 %package doc-pt
314 Summary:        Portuguese documentation for TeX Live
315 Group:          Documentation
316
317 %description doc-pt
318 Assorted useful Portuguese documentation for TeX Live.
319
320 %package doc-ru
321 Summary:        Russian documentation for TeX Live
322 Group:          Documentation
323
324 %description doc-ru
325 Assorted useful Russian documentation for TeX Live.
326
327 %package doc-sk
328 Summary:        Slovak documentation for TeX Live
329 Group:          Documentation
330
331 %description doc-sk
332 Assorted useful Slovak documentation for TeX Live.
333
334 %package doc-sl
335 Summary:        Slovenian documentation for TeX Live
336 Group:          Documentation
337
338 %description doc-sl
339 Assorted useful Slovenian documentation for TeX Live.
340
341 %package doc-th
342 Summary:        Thai documentation for TeX Live
343 Group:          Documentation
344
345 %description doc-th
346 Assorted useful Thai documentation for TeX Live.
347
348 %package doc-tr
349 Summary:        Turkish documentation for TeX Live
350 Group:          Documentation
351
352 %description doc-tr
353 Assorted useful Turkish documentation for TeX Live.
354
355 %package doc-uk
356 Summary:        Ukrainian documentation for TeX Live
357 Group:          Documentation
358
359 %description doc-uk
360 Assorted useful Ukrainian documentation for TeX Live.
361
362 %package doc-vi
363 Summary:        Vietnamese documentation for TeX Live
364 Group:          Documentation
365
366 %description doc-vi
367 Assorted useful Vietnamese documentation for TeX Live.
368
369 %package doc-zh_CN
370 Summary:        Chinese documentation for TeX Live
371 Group:          Documentation
372
373 %description doc-zh_CN
374 Assorted useful Chinese documentation for TeX Live.
375
376 %package doc-Catalogue
377 Summary:        TeX Catalogue
378 Summary(pl.UTF-8):      Katalog TeXa
379 Group:          Applications/Publishing/TeX
380 Requires(post,postun):  %{_bindir}/texhash
381 Requires:       %{name} = %{epoch}:%{version}-%{release}
382
383 %description doc-Catalogue
384 TeX Catalogue.
385
386 %description doc-Catalogue -l pl.UTF-8
387 Katalog TeXa.
388
389 %package doc-tug-faq
390 Summary:        TeX User Group FAQ
391 Summary(hu.UTF-8):      TeX felhasználók FAQ-ja
392 Summary(pl.UTF-8):      FAQ Grupy Użytkowników TeXa
393 Group:          Applications/Publishing/TeX
394 Requires(post,postun):  %{_bindir}/texhash
395 Requires:       %{name} = %{epoch}:%{version}-%{release}
396 Obsoletes:      tetex-doc-LaTeX-FAQ-francaise
397 Obsoletes:      tetex-doc-de-tex-faq
398 Obsoletes:      tetex-doc-uktug-faq
399
400 %description doc-tug-faq
401 TeX User Group FAQ.
402
403 %description doc-tug-faq -l hu.UTF8
404 TeX felhasználók FAQ-ja.
405
406 %description doc-tug-faq -l pl.UTF-8
407 FAQ Grupy Użytkowników TeXa.
408
409 %package doc-latex
410 Summary:        Basic LaTeX packages documentation
411 Summary(hu.UTF-8):      Az alap LaTeX csomagok dokumentációja
412 Summary(pl.UTF-8):      Podstawowa dokumentacja do pakietów LaTeXa
413 Group:          Applications/Publishing/TeX
414 Requires(post,postun):  %{_bindir}/texhash
415 Requires:       %{name} = %{epoch}:%{version}-%{release}
416
417 %description doc-latex
418 Basic LaTeX packages documentation.
419
420 %description doc-latex -l hu.UTF-8
421 Az alap LaTeX csomagok dokumentációja
422
423 %description doc-latex -l pl.UTF-8
424 Podstawowa dokumentacja do pakietów LaTeXa.
425
426 # # libraries #
427 %package -n kpathsea
428 Summary:        File name lookup library
429 Summary(hu.UTF-8):      Fájlnév-kereső könyvtár
430 Summary(pl.UTF-8):      Biblioteka szukająca nazw plików
431 Group:          Applications/Publishing/TeX
432 Requires(post,postun):  %{_bindir}/texhash
433 Requires:       %{name} = %{epoch}:%{version}-%{release}
434
435 %description -n kpathsea
436 File name lookup library.
437
438 %description -n kpathsea -l hu.UTF-8
439 Fájlnév-kereső könyvtár.
440
441 %description -n kpathsea -l pl.UTF-8
442 Biblioteka szukająca nazw plików.
443
444 %package -n kpathsea-devel
445 Summary:        Kpathsea library filename lookup header files and documentation
446 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para desarrollo TeX
447 Summary(hu.UTF-8):      Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
448 Summary(pl.UTF-8):      Pliki nagłówkowe oraz dokumetacja kpathsea
449 Summary(pt_BR.UTF-8):   Bibliotecas e headers para desenvolvimento TeX
450 Group:          Development/Libraries
451 Requires:       kpathsea = %{epoch}:%{version}-%{release}
452
453 %description -n kpathsea-devel
454 Kpathsea library filename lookup header files and documentation.
455
456 %description -n kpathsea-devel -l es.UTF-8
457 Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
458 aplicaciones TeX.
459
460 %description -n kpathsea-devel -l hu.UTF-8
461 Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
462
463 %description -n kpathsea-devel -l pl.UTF-8
464 Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
465
466 %description -n kpathsea-devel -l pt_BR.UTF-8
467 Bibliotecas, headers e outros componentes que podem ser utilizados
468 para desenvolver aplicações TeX.
469
470 # # programs #
471 %package dvips
472 Summary:        DVI to PostScript converter
473 Summary(de.UTF-8):      dvi-Postscript-Konvertierungsprogramm
474 Summary(es.UTF-8):      Convertidor dvi para postscript
475 Summary(fr.UTF-8):      Convertisseur dvi vers PostScript
476 Summary(hu.UTF-8):      DVI-ből PosctScript-be konvertáló
477 Summary(pl.UTF-8):      Konwerter plików DVI do PostScriptu
478 Summary(pt_BR.UTF-8):   Conversor dvi para postscript
479 Summary(tr.UTF-8):      dvi'dan postscript'e dönüştürücü
480 Group:          Applications/Publishing/TeX
481 Requires(post,postun):  %{_bindir}/texhash
482 Requires:       %{name} = %{epoch}:%{version}-%{release}
483
484 %description dvips
485 The program dvips takes a DVI file file[.dvi] produced by TeX (or by
486 some other processor such as GFtoDVI) and converts it to PostScript,
487 normally sending the result directly to the laserprinter.
488
489 %description dvips -l de.UTF-8
490 Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
491 durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
492 konvertiert diese in PostScript, wobei das Ergebnis in der Regel
493 direkt an einen Laserdrucker gesandt wird.
494
495 %description dvips -l es.UTF-8
496 El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
497 otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
498 enviando el resultado directamente a la impresora láser.
499
500 %description dvips -l fr.UTF-8
501 Le programme dvips convertit les fichiers DVI en PostScript, en
502 envoyant normalement le résultat directement sur une imprimante Laser.
503
504 %description dvips -l hu.UTF-8
505 A dvips program egy TeX által készített DVI-fájlból PostScript
506 állományt készít, amelyet a legtöbb esetben közvetlenül a
507 lézernyomtatóra küldhetsz.
508
509 %description dvips -l pl.UTF-8
510 Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
511 program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
512 Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
513
514 %description dvips -l pt_BR.UTF-8
515 O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
516 outro processador como o GFtoDVI) e o converte para PostScript,
517 normalmente enviando o resultado diretamente para a impressora laser.
518
519 %description dvips -l tr.UTF-8
520 dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
521 PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
522 olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
523 üretilmiş olabilir.
524
525 %package dvilj
526 Summary:        DVI to PCL converter
527 Summary(de.UTF-8):      Ein dvi-->Laserjet-Konvertierer
528 Summary(es.UTF-8):      Convertidor dvi para laserjet
529 Summary(fr.UTF-8):      convertisseur dvi vers laserjet
530 Summary(hu.UTF-8):      DVI-ből PCL-be konvertáló
531 Summary(pl.UTF-8):      Konwerter plików DVI do języka PCL
532 Summary(pt_BR.UTF-8):   Conversor dvi para laserjet
533 Summary(tr.UTF-8):      dvi'dan laserjet'e dönüştürücü
534 Group:          Applications/Publishing/TeX
535 Requires(post,postun):  %{_bindir}/texhash
536 Requires:       %{name} = %{epoch}:%{version}-%{release}
537
538 %description dvilj
539 Dvilj and dvilj's siblings (included in this package) will convert TeX
540 text formatting system output .dvi files to HP PCL (HP Printer Control
541 Language) commands. Using dvilj, you can print TeX files to HP
542 LaserJet+ and fully compatible printers. With dvilj2p, you can print
543 to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
544 can print to HP LaserJet4 and fully compatible printers.
545
546 %description dvilj -l de.UTF-8
547 Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
548 Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
549 LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
550 kompatiblen Druckern.
551
552 %description dvilj -l es.UTF-8
553 Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
554 HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
555 impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
556 dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
557
558 %description dvilj -l fr.UTF-8
559 dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
560 (le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
561 LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
562 imprimantes totalement compatibles.
563
564 %description dvilj -l hu.UTF-8
565 Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
566 Printer Control Language) parancsokká. A dvilj használatával TeX
567 fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
568 nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
569 nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
570
571 %description dvilj -l pl.UTF-8
572 dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
573 pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
574 PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
575 pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
576 użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
577 kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
578 LaserJet4 i w pełni kompatybilnych.
579
580 %description dvilj -l pt_BR.UTF-8
581 Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
582 HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
583 impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
584 dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
585
586 %description dvilj -l tr.UTF-8
587 TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
588 denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
589 LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
590 uyumlularından yazıcı çıktısı alınabilir.
591
592 %package makeindex
593 Summary:        A general purpose hierarchical index generator
594 Summary(hu.UTF-8):      Egy általános célú hierarchikus index generáló
595 Summary(pl.UTF-8):      Generator hierarchicznych indeksów ogólnego przeznaczenia
596 Group:          Applications/Publishing/TeX
597 Requires(post,postun):  %{_bindir}/texhash
598 Requires:       %{name} = %{epoch}:%{version}-%{release}
599 Obsoletes:      tetex-rumakeindex
600
601 %description makeindex
602 A general purpose hierarchical index generator; it accepts one or more
603 input files (often produced by a text formatter such as TeX or troff),
604 sorts the entries, and produces an output file which can be formatted.
605 The formats of the input and output files are specified in a style
606 file; by default, input is assumed to be an idx file, as generated by
607 LaTeX.
608
609 %description makeindex -l hu.UTF-8
610 Egy általános célű hierarchikus index generáló; elfogad egy vagy több
611 bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
612 rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
613 készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
614 definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
615 LaTeX generál.
616
617 %description makeindex -l pl.UTF-8
618 Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
619 jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
620 narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
621 elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
622 plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
623 przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
624 LaTeX.
625
626 %package metafont
627 Summary:        MetaFont
628 Summary(hu.UTF-8):      MetaFont
629 Summary(pl.UTF-8):      Zestaw narzędzi MetaFont
630 Group:          Applications/Publishing/TeX
631 Requires(post,postun):  %{_bindir}/texhash
632 Requires:       %{name} = %{epoch}:%{version}-%{release}
633
634 %description metafont
635 MetaFont.
636
637 %description metafont -l pl.UTF-8
638 Zestaw narzędzi MetaFont.
639
640 %package metapost
641 Summary:        MetaPost
642 Summary(hu.UTF-8):      MetaPost
643 Summary(pl.UTF-8):      Zestaw narzędzi MetaPost
644 Group:          Applications/Publishing/TeX
645 Requires(post,postun):  %{_bindir}/texhash
646 Requires:       %{name} = %{epoch}:%{version}-%{release}
647 Obsoletes:      tetex-matapost
648
649 %description metapost
650 MetaPost.
651
652 %description metapost -l hu.UTF-8
653 MetaPost.
654
655 %description metapost -l pl.UTF-8
656 Zestaw narzędzi MetaPost.
657
658 %package mptopdf
659 Summary:        MetaPost to PDF converter
660 Summary(hu.UTF-8):      MetaPost-ból PDF-be konvertáló
661 Summary(pl.UTF-8):      Konwerter MetaPost do PDF
662 Group:          Applications/Publishing/TeX
663 Requires(post,postun):  %{_bindir}/texhash
664 Requires:       %{name}-metapost = %{epoch}:%{version}-%{release}
665
666 %description mptopdf
667 MetaPost to PDF converter.
668
669 %description mptopdf -l hu.UTF-8
670 MetaPost-ból PDF-be konvertáló.
671
672 %description mptopdf -l pl.UTF-8
673 Konwerter MetaPost do PDF.
674
675 %package texdoctk
676 Summary:        Easy access to TeX documentation
677 Summary(pl.UTF-8):      Łatwy dostęp do dokumentacji TeXa
678 Group:          Applications/Publishing/TeX
679 Requires(post,postun):  %{_bindir}/texhash
680 Requires:       %{name} = %{epoch}:%{version}-%{release}
681
682 %description texdoctk
683 A Perl/Tk-based GUI for easy access to package documentation for TeX
684 on Unix platforms; the databases it uses are based on the texmf/doc
685 subtrees of teTeX v.1.0.x, but database files for local configurations
686 with modified/extended directories can be derived from them. Note that
687 texdoctk is not a viewer itself, but an interface for finding
688 documentation files and opening them with the appropriate viewer; so
689 it relies on appropriate programs to be installed on the system.
690 However, the choice of these programs can be configured by the
691 sysadmin or user.
692
693 %description texdoctk -l pl.UTF-8
694 Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
695 dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
696 danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
697 używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
698 Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
699 interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
700 właściwej przeglądarce; tak więc wymaga on odpowiednich programów
701 zainstalowanych w systemie. Wybór tych programów może być dokonany
702 przez administratora lub użytkownika.
703
704 %package -n texconfig
705 Summary:        TeX typesetting system configurator
706 Summary(pl.UTF-8):      Konfigurator systemu składu TeX
707 Group:          Applications/Publishing/TeX
708 Requires:       %{name} = %{epoch}:%{version}-%{release}
709 Requires:       %{name}-dvips = %{epoch}:%{version}-%{release}
710 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
711 Requires:       xdvi = %{epoch}:%{version}-%{release}
712 Obsoletes:      tetex-texconfig
713
714 %description -n texconfig
715 TeX typesetting system configurator.
716
717 %description -n texconfig -l pl.UTF-8
718 Konfigurator systemu składu TeX.
719
720 %package -n xdvi
721 Summary:        X11 previewer
722 Summary(de.UTF-8):      X11-Previewer
723 Summary(es.UTF-8):      Visualizador TeX X11
724 Summary(fr.UTF-8):      Prévisualisateur X11
725 Summary(pl.UTF-8):      Przeglądarka DVI dla X11
726 Summary(pt_BR.UTF-8):   Visualizador TeX X11
727 Summary(tr.UTF-8):      X11 öngörüntüleyici
728 Group:          Applications/Publishing/TeX
729 Requires(post,postun):  %{_bindir}/texhash
730 Requires:       %{name} = %{epoch}:%{version}-%{release}
731 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
732 Suggests:       %{name}-dvips
733 Obsoletes:      tetex-xdvi
734
735 %description -n xdvi
736 xdvi is a program which runs under the X window system. It is used to
737 preview dvi files, such as are produced by tex and latex.
738
739 %description -n xdvi -l de.UTF-8
740 xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
741 ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
742 latex erzeugt wurden.
743
744 %description -n xdvi -l es.UTF-8
745 xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
746 visualizar archivos dvi, como los producidos por tex y latex.
747
748 %description -n xdvi -l fr.UTF-8
749 xdvi est un programme s'exécutant sous le système X Window. Il sert à
750 visualiser les fichiers dvi tels que ceux produits par tex et latex.
751
752 %description -n xdvi -l pl.UTF-8
753 Xdvi jest programem (działającym w X Window System) do przeglądania
754 plików DVI, produkowanych przez TeXa i LaTeXa.
755
756 %description -n xdvi -l pt_BR.UTF-8
757 xdvi é um programa que roda no sistema X Window. É usado para
758 visualizar arquivos dvi, como os produzidos por tex e latex.
759
760 %package -n xindy
761 Summary:        Xindy creates sorted and tagged index from raw index
762 Summary(hu.UTF-8):      Xindy rendezett és cimkézett indexet készít nyers indexekből
763 Group:          Applications/Publishing/TeX
764
765 %description -n xindy
766 Xindy creates sorted and tagged index from raw index.
767
768 %description -n xindy -l hu.UTF-8
769 Xindy rendezett és cimkézett indexet készít nyers indexekből.
770
771 %package -n xindy-albanian
772 Summary:        Xindy albanian language
773 Summary(hu.UTF-8):      Xindy albán nyelv
774 Group:          Applications/Publishing/TeX
775
776 %description -n xindy-albanian
777 Xindy albanian language
778
779 %description -n xindy-albanian -l hu.UTF-8
780 Xindy albán nyelv
781
782 %package -n xindy-belarusian
783 Summary:        Xindy belarusian language
784 Summary(hu.UTF-8):      Xindy belorusz nyelv
785 Group:          Applications/Publishing/TeX
786
787 %description -n xindy-belarusian
788 Xindy belarusian language
789
790 %description -n xindy-belarusian -l hu.UTF-8
791 Xindy belorusz nyelv
792
793 %package -n xindy-bulgarian
794 Summary:        Xindy bulgarian language
795 Summary(hu.UTF-8):      Xindy bolgár nyelv
796 Group:          Applications/Publishing/TeX
797
798 %description -n xindy-bulgarian
799 Xindy bulgarian language
800
801 %description -n xindy-bulgarian -l hu.UTF-8
802 Xindy bolgár nyelv
803
804 %package -n xindy-croatian
805 Summary:        Xindy croatian language
806 Summary(hu.UTF-8):      Xindy horvát nyelv
807 Group:          Applications/Publishing/TeX
808
809 %description -n xindy-croatian
810 Xindy croatian language
811
812 %description -n xindy-croatian -l hu.UTF-8
813 Xindy horvát nyelv
814
815 %package -n xindy-czech
816 Summary:        Xindy czech language
817 Summary(hu.UTF-8):      Xindy cseh nyelv
818 Group:          Applications/Publishing/TeX
819
820 %description -n xindy-czech
821 Xindy czech language
822
823 %description -n xindy-czech -l hu.UTF-8
824 Xindy cseh nyelv
825
826 %package -n xindy-danish
827 Summary:        Xindy danish language
828 Summary(hu.UTF-8):      Xindy dán nyelv
829 Group:          Applications/Publishing/TeX
830
831 %description -n xindy-danish
832 Xindy danish language
833
834 %description -n xindy-danish -l hu.UTF-8
835 Xindy dán nyelv
836
837 %package -n xindy-dutch
838 Summary:        Xindy dutch language
839 Summary(hu.UTF-8):      Xindy holland nyelv
840 Group:          Applications/Publishing/TeX
841
842 %description -n xindy-dutch
843 Xindy dutch language
844
845 %description -n xindy-dutch -l hu.UTF-8
846 Xindy holland nyelv
847
848 %package -n xindy-english
849 Summary:        Xindy english language
850 Summary(hu.UTF-8):      Xindy angol nyelv
851 Group:          Applications/Publishing/TeX
852
853 %description -n xindy-english
854 Xindy english language
855
856 %description -n xindy-english -l hu.UTF-8
857 Xindy angol nyelv
858
859 %package -n xindy-esperanto
860 Summary:        Xindy esperanto language
861 Summary(hu.UTF-8):      Xindy eszperantó nyelv
862 Group:          Applications/Publishing/TeX
863
864 %description -n xindy-esperanto
865 Xindy esperanto language
866
867 %description -n xindy-esperanto -l hu.UTF-8
868 Xindy eszperantó nyelv
869
870 %package -n xindy-estonian
871 Summary:        Xindy estonian language
872 Summary(hu.UTF-8):      Xindy észt nyelv
873 Group:          Applications/Publishing/TeX
874
875 %description -n xindy-estonian
876 Xindy estonian language
877
878 %description -n xindy-estonian -l hu.UTF-8
879 Xindy észt nyelv
880
881 %package -n xindy-finnish
882 Summary:        Xindy finnish language
883 Summary(hu.UTF-8):      Xindy finn nyelv
884 Group:          Applications/Publishing/TeX
885
886 %description -n xindy-finnish
887 Xindy finnish language
888
889 %description -n xindy-finnish -l hu.UTF-8
890 Xindy finn nyelv
891
892 %package -n xindy-french
893 Summary:        Xindy french language
894 Summary(hu.UTF-8):      Xindy francia nyelv
895 Group:          Applications/Publishing/TeX
896
897 %description -n xindy-french
898 Xindy french language
899
900 %description -n xindy-french -l hu.UTF-8
901 Xindy francia nyelv
902
903 %package -n xindy-general
904 Summary:        Xindy general language
905 Summary(hu.UTF-8):      Xindy általános nyelv
906 Group:          Applications/Publishing/TeX
907
908 %description -n xindy-general
909 Xindy general language
910
911 %description -n xindy-general -l hu.UTF-8
912 Xindy általános nyelv
913
914 %package -n xindy-georgian
915 Summary:        Xindy georgian language
916 Summary(hu.UTF-8):      Xindy georgian nyelv
917 Group:          Applications/Publishing/TeX
918
919 %description -n xindy-georgian
920 Xindy georgian language
921
922 %description -n xindy-georgian -l hu.UTF-8
923 Xindy georgian nyelv
924
925 %package -n xindy-german
926 Summary:        Xindy german language
927 Summary(hu.UTF-8):      Xindy német nyelv
928 Group:          Applications/Publishing/TeX
929
930 %description -n xindy-german
931 Xindy german language
932
933 %description -n xindy-german -l hu.UTF-8
934 Xindy német nyelv
935
936 %package -n xindy-greek
937 Summary:        Xindy greek language
938 Summary(hu.UTF-8):      Xindy görög nyelv
939 Group:          Applications/Publishing/TeX
940
941 %description -n xindy-greek
942 Xindy greek language
943
944 %description -n xindy-greek -l hu.UTF-8
945 Xindy görög nyelv
946
947 %package -n xindy-gypsy
948 Summary:        Xindy gypsy language
949 Summary(hu.UTF-8):      Xindy cigány nyelv
950 Group:          Applications/Publishing/TeX
951
952 %description -n xindy-gypsy
953 Xindy gypsy language
954
955 %description -n xindy-gypsy -l hu.UTF-8
956 Xindy cigány nyelv
957
958 %package -n xindy-hausa
959 Summary:        Xindy hausa language
960 Summary(hu.UTF-8):      Xindy hausa nyelv
961 Group:          Applications/Publishing/TeX
962
963 %description -n xindy-hausa
964 Xindy hausa language
965
966 %description -n xindy-hausa -l hu.UTF-8
967 Xindy hausa nyelv
968
969 %package -n xindy-hebrew
970 Summary:        Xindy hebrew language
971 Summary(hu.UTF-8):      Xindy héber nyelv
972 Group:          Applications/Publishing/TeX
973
974 %description -n xindy-hebrew
975 Xindy hebrew language
976
977 %description -n xindy-hebrew -l hu.UTF-8
978 Xindy héber nyelv
979
980 %package -n xindy-hungarian
981 Summary:        Xindy hungarian language
982 Summary(hu.UTF-8):      Xindy magyar nyelv
983 Group:          Applications/Publishing/TeX
984
985 %description -n xindy-hungarian
986 Xindy hungarian language
987
988 %description -n xindy-hungarian -l hu.UTF-8
989 Xindy magyar nyelv
990
991 %package -n xindy-icelandic
992 Summary:        Xindy icelandic language
993 Summary(hu.UTF-8):      Xindy izlandi nyelv
994 Group:          Applications/Publishing/TeX
995
996 %description -n xindy-icelandic
997 Xindy icelandic language
998
999 %description -n xindy-icelandic -l hu.UTF-8
1000 Xindy izlandi nyelv
1001
1002 %package -n xindy-italian
1003 Summary:        Xindy italian language
1004 Summary(hu.UTF-8):      Xindy olasz nyelv
1005 Group:          Applications/Publishing/TeX
1006
1007 %description -n xindy-italian
1008 Xindy italian language
1009
1010 %description -n xindy-italian -l hu.UTF-8
1011 Xindy olasz nyelv
1012
1013 %package -n xindy-klingon
1014 Summary:        Xindy klingon language
1015 Summary(hu.UTF-8):      Xindy klingon nyelv
1016 Group:          Applications/Publishing/TeX
1017
1018 %description -n xindy-klingon
1019 Xindy klingon language
1020
1021 %description -n xindy-klingon -l hu.UTF-8
1022 Xindy klingon nyelv
1023
1024 %package -n xindy-kurdish
1025 Summary:        Xindy kurdish language
1026 Summary(hu.UTF-8):      Xindy kurd nyelv
1027 Group:          Applications/Publishing/TeX
1028
1029 %description -n xindy-kurdish
1030 Xindy kurdish language
1031
1032 %description -n xindy-kurdish -l hu.UTF-8
1033 Xindy kurd nyelv
1034
1035 %package -n xindy-latin
1036 Summary:        Xindy latin language
1037 Summary(hu.UTF-8):      Xindy latin nyelv
1038 Group:          Applications/Publishing/TeX
1039
1040 %description -n xindy-latin
1041 Xindy latin language
1042
1043 %description -n xindy-latin -l hu.UTF-8
1044 Xindy latin nyelv
1045
1046 %package -n xindy-latvian
1047 Summary:        Xindy latvian language
1048 Summary(hu.UTF-8):      Xindy lett nyelv
1049 Group:          Applications/Publishing/TeX
1050
1051 %description -n xindy-latvian
1052 Xindy latvian language
1053
1054 %description -n xindy-latvian -l hu.UTF-8
1055 Xindy lett nyelv
1056
1057 %package -n xindy-lithuanian
1058 Summary:        Xindy lithuanian language
1059 Summary(hu.UTF-8):      Xindy litván nyelv
1060 Group:          Applications/Publishing/TeX
1061
1062 %description -n xindy-lithuanian
1063 Xindy lithuanian language
1064
1065 %description -n xindy-lithuanian -l hu.UTF-8
1066 Xindy litván nyelv
1067
1068 %package -n xindy-lower-sorbian
1069 Summary:        Xindy lower-sorbian language
1070 Summary(hu.UTF-8):      Xindy lower-sorbian nyelv
1071 Group:          Applications/Publishing/TeX
1072
1073 %description -n xindy-lower-sorbian
1074 Xindy lower-sorbian language
1075
1076 %description -n xindy-lower-sorbian -l hu.UTF-8
1077 Xindy lower-sorbian nyelv
1078
1079 %package -n xindy-macedonian
1080 Summary:        Xindy macedonian language
1081 Summary(hu.UTF-8):      Xindy macedón nyelv
1082 Group:          Applications/Publishing/TeX
1083
1084 %description -n xindy-macedonian
1085 Xindy macedonian language
1086
1087 %description -n xindy-macedonian -l hu.UTF-8
1088 Xindy macedón nyelv
1089
1090 %package -n xindy-mongolian
1091 Summary:        Xindy mongolian language
1092 Summary(hu.UTF-8):      Xindy mongol nyelv
1093 Group:          Applications/Publishing/TeX
1094
1095 %description -n xindy-mongolian
1096 Xindy mongolian language
1097
1098 %description -n xindy-mongolian -l hu.UTF-8
1099 Xindy mongol nyelv
1100
1101 %package -n xindy-norwegian
1102 Summary:        Xindy norwegian language
1103 Summary(hu.UTF-8):      Xindy norvég nyelv
1104 Group:          Applications/Publishing/TeX
1105
1106 %description -n xindy-norwegian
1107 Xindy norwegian language
1108
1109 %description -n xindy-norwegian -l hu.UTF-8
1110 Xindy norvég nyelv
1111
1112 %package -n xindy-polish
1113 Summary:        Xindy polish language
1114 Summary(hu.UTF-8):      Xindy lengyel nyelv
1115 Group:          Applications/Publishing/TeX
1116
1117 %description -n xindy-polish
1118 Xindy polish language
1119
1120 %description -n xindy-polish -l hu.UTF-8
1121 Xindy lengyel nyelv
1122
1123 %package -n xindy-portuguese
1124 Summary:        Xindy portuguese language
1125 Summary(hu.UTF-8):      Xindy portugál nyelv
1126 Group:          Applications/Publishing/TeX
1127
1128 %description -n xindy-portuguese
1129 Xindy portuguese language
1130
1131 %description -n xindy-portuguese -l hu.UTF-8
1132 Xindy portugál nyelv
1133
1134 %package -n xindy-romanian
1135 Summary:        Xindy romanian language
1136 Summary(hu.UTF-8):      Xindy román nyelv
1137 Group:          Applications/Publishing/TeX
1138
1139 %description -n xindy-romanian
1140 Xindy romanian language
1141
1142 %description -n xindy-romanian -l hu.UTF-8
1143 Xindy román nyelv
1144
1145 %package -n xindy-russian
1146 Summary:        Xindy russian language
1147 Summary(hu.UTF-8):      Xindy orosz nyelv
1148 Group:          Applications/Publishing/TeX
1149
1150 %description -n xindy-russian
1151 Xindy russian language
1152
1153 %description -n xindy-russian -l hu.UTF-8
1154 Xindy orosz nyelv
1155
1156 %package -n xindy-serbian
1157 Summary:        Xindy serbian language
1158 Summary(hu.UTF-8):      Xindy szerb nyelv
1159 Group:          Applications/Publishing/TeX
1160
1161 %description -n xindy-serbian
1162 Xindy serbian language
1163
1164 %description -n xindy-serbian -l hu.UTF-8
1165 Xindy szerb nyelv
1166
1167 %package -n xindy-slovak
1168 Summary:        Xindy slovak language
1169 Summary(hu.UTF-8):      Xindy szlovák nyelv
1170 Group:          Applications/Publishing/TeX
1171
1172 %description -n xindy-slovak
1173 Xindy slovak language
1174
1175 %description -n xindy-slovak -l hu.UTF-8
1176 Xindy szlovák nyelv
1177
1178 %package -n xindy-slovenian
1179 Summary:        Xindy slovenian language
1180 Summary(hu.UTF-8):      Xindy szlovén nyelv
1181 Group:          Applications/Publishing/TeX
1182
1183 %description -n xindy-slovenian
1184 Xindy slovenian language
1185
1186 %description -n xindy-slovenian -l hu.UTF-8
1187 Xindy szlovén nyelv
1188
1189 %package -n xindy-spanish
1190 Summary:        Xindy spanish language
1191 Summary(hu.UTF-8):      Xindy spanyol nyelv
1192 Group:          Applications/Publishing/TeX
1193
1194 %description -n xindy-spanish
1195 Xindy spanish language
1196
1197 %description -n xindy-spanish -l hu.UTF-8
1198 Xindy spanyol nyelv
1199
1200 %package -n xindy-swedish
1201 Summary:        Xindy swedish language
1202 Summary(hu.UTF-8):      Xindy svéd nyelv
1203 Group:          Applications/Publishing/TeX
1204
1205 %description -n xindy-swedish
1206 Xindy swedish language
1207
1208 %description -n xindy-swedish -l hu.UTF-8
1209 Xindy svéd nyelv
1210
1211 %package -n xindy-turkish
1212 Summary:        Xindy turkish language
1213 Summary(hu.UTF-8):      Xindy török nyelv
1214 Group:          Applications/Publishing/TeX
1215
1216 %description -n xindy-turkish
1217 Xindy turkish language
1218
1219 %description -n xindy-turkish -l hu.UTF-8
1220 Xindy török nyelv
1221
1222 %package -n xindy-ukrainian
1223 Summary:        Xindy ukrainian language
1224 Summary(hu.UTF-8):      Xindy ukrán nyelv
1225 Group:          Applications/Publishing/TeX
1226
1227 %description -n xindy-ukrainian
1228 Xindy ukrainian language
1229
1230 %description -n xindy-ukrainian -l hu.UTF-8
1231 Xindy ukrán nyelv
1232
1233 %package -n xindy-upper-sorbian
1234 Summary:        Xindy upper-sorbian language
1235 Summary(hu.UTF-8):      Xindy upper-sorbian nyelv
1236 Group:          Applications/Publishing/TeX
1237
1238 %description -n xindy-upper-sorbian
1239 Xindy upper-sorbian language
1240
1241 %description -n xindy-upper-sorbian -l hu.UTF-8
1242 Xindy upper-sorbian nyelv
1243
1244 %package -n xindy-vietnamese
1245 Summary:        Xindy vietnamese language
1246 Summary(hu.UTF-8):      Xindy vietnámi nyelv
1247 Group:          Applications/Publishing/TeX
1248
1249 %description -n xindy-vietnamese
1250 Xindy vietnamese language
1251
1252 %description -n xindy-vietnamese -l hu.UTF-8
1253 Xindy vietnám nyelv
1254
1255
1256 %package pdftex
1257 Summary:        TeX generating PDF files instead DVI
1258 Summary(hu.UTF-8):      PDF fájlok készítése DVI helyett TeX-ből
1259 Summary(pl.UTF-8):      TeX generujący pliki PDF zamiast DVI
1260 Group:          Applications/Publishing/TeX
1261 Requires(post,postun):  %{_bindir}/texhash
1262 Requires:       %{name} = %{epoch}:%{version}-%{release}
1263 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1264
1265 %description pdftex
1266 TeX generating PDF files instead DVI.
1267
1268 %description pdftex -l pl.UTF-8
1269 TeX generujący pliki PDF zamiast DVI.
1270
1271 %package psutils
1272 Summary:        PostScript Utilities
1273 Summary(hu.UTF-8):      PostScript eszközök
1274 Summary(pl.UTF-8):      Narzędzia do PostScriptu
1275 Group:          Applications/Printing
1276 Obsoletes:      psutils
1277
1278 %description psutils
1279 This archive contains some utilities for manipulating PostScript
1280 documents. Page selection and rearrangement are supported, including
1281 arrangement into signatures for booklet printing, and page merging for
1282 n-up printing.
1283
1284 %description psutils -l hu.UTF-8
1285 Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1286 dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1287 beleértve a booklet nyomtatáshoz való átrendezést is.
1288
1289 %description psutils -l pl.UTF-8
1290 PSutils zawiera programy pomagające manipulować plikami PostScript,
1291 wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1292 także na łączenie różnych plików PostScript w całość.
1293
1294 %package phyzzx
1295 Summary:        A TeX format for physicists
1296 Summary(hu.UTF-8):      TeX formátum fizikusoknak
1297 Group:          Applications/Publishing/TeX
1298 Requires(post,postun):  %{_bindir}/texhash
1299 Requires:       %{name} = %{epoch}:%{version}-%{release}
1300
1301 %description phyzzx
1302 A TeX format for physicists.
1303
1304 %description phyzzx -l hu.UTF-8
1305 TeX formátum fizikusoknak.
1306
1307 %package omega
1308 Summary:        Extended unicode TeX
1309 Summary(pl.UTF-8):      Omega - TeX ze wsparciem dla unikodu
1310 Group:          Applications/Publishing/TeX
1311 Requires(post,postun):  %{_bindir}/texhash
1312 Requires:       %{name} = %{epoch}:%{version}-%{release}
1313 Requires:       %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1314 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1315
1316 %description omega
1317 Omega is a version of the TeX program modified for multilingual
1318 typesetting. It uses unicode, and has additional primitives for (among
1319 other things) bidirectional typesetting.
1320
1321 %description omega -l pl.UTF-8
1322 Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1323 Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1324 tekstu pisanego w obu kierunkach.
1325
1326 # # formats #
1327
1328 # Plain format.
1329
1330 %package plain
1331 Summary:        Plain TeX format basic files
1332 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Plain TeX
1333 Group:          Applications/Publishing/TeX
1334 Requires(post,postun):  %{_bindir}/texhash
1335 Requires:       %{name} = %{epoch}:%{version}-%{release}
1336
1337 %description plain
1338 Plain TeX format basic files.
1339
1340 %description plain -l pl.UTF-8
1341 Podstawowe pliki dla formatu Plain TeX.
1342
1343 %package format-plain
1344 Summary:        TeX Plain format
1345 Summary(pl.UTF-8):      Format TeX Plain
1346 Group:          Applications/Publishing/TeX
1347 Requires(post,postun):  %{_bindir}/texhash
1348 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1349
1350 %description format-plain
1351 TeX Plain format.
1352
1353 %description format-plain -l pl.UTF-8
1354 Format TeX Plain.
1355
1356 %package format-pdftex
1357 Summary:        PDFTeX Plain format
1358 Summary(pl.UTF-8):      Format PDFTeX Plain
1359 Group:          Applications/Publishing/TeX
1360 Requires(post,postun):  %{_bindir}/texhash
1361 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1362 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1363 # for epstopdf to work
1364 Requires:       fonts-Type1-urw
1365 Requires:       ghostscript
1366
1367 %description format-pdftex
1368 PDFTeX Plain format.
1369
1370 %description format-pdftex -l pl.UTF-8
1371 Format PDFTeX Plain.
1372
1373 %package format-pdfetex
1374 Summary:        PDFTeX EPlain format
1375 Summary(pl.UTF-8):      Format PDFTeX EPlain
1376 Group:          Applications/Publishing/TeX
1377 Requires(post,postun):  %{_bindir}/texhash
1378 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1379 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1380
1381 %description format-pdfetex
1382 PDFTeX EPlain format.
1383
1384 %description format-pdfetex -l pl.UTF-8
1385 Format PDFTeX EPlain.
1386
1387 # MeX Plain format
1388
1389 %package mex
1390 Summary:        MeX Plain Format basic files
1391 Summary(pl.UTF-8):      Podstawowe pliki dla format MeX Plain
1392 Group:          Applications/Publishing/TeX
1393 Requires(post,postun):  %{_bindir}/texhash
1394 Requires:       %{name} = %{epoch}:%{version}-%{release}
1395 Requires:       texlive-fonts-pl = %{epoch}:%{version}-%{release}
1396 Requires:       texlive-plain = %{epoch}:%{version}-%{release}
1397
1398 %description mex
1399 MeX Plain Format basic files.
1400
1401 %description mex -l pl.UTF-8
1402 Podstawowe pliki dla formatu MeX Plain.
1403
1404 %package format-mex
1405 Summary:        MeX Plain Format
1406 Summary(pl.UTF-8):      Format MeX Plain
1407 Group:          Applications/Publishing/TeX
1408 Requires(post,postun):  %{_bindir}/texhash
1409 Requires:       texlive-mex = %{epoch}:%{version}-%{release}
1410
1411 %description format-mex
1412 MeX Plain Format.
1413
1414 %description format-mex -l pl.UTF-8
1415 Format MeX Plain.
1416
1417 %package format-pdfmex
1418 Summary:        PDFMeX Plain Format
1419 Summary(pl.UTF-8):      Format PDFMeX Plain
1420 Group:          Applications/Publishing/TeX
1421 Requires(post,postun):  %{_bindir}/texhash
1422 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1423 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1424
1425 %description format-pdfmex
1426 PDFMeX Plain Format.
1427
1428 %description format-pdfmex -l pl.UTF-8
1429 Format PDFMeX Plain.
1430
1431 %package format-utf8mex
1432 Summary:        MeX Plain Format with UTF-8 encoded source files
1433 Summary(pl.UTF-8):      Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1434 Group:          Applications/Publishing/TeX
1435 Requires(post,postun):  %{_bindir}/texhash
1436 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1437
1438 %description format-utf8mex
1439 MeX Plain Format with UTF-8 encoded source files.
1440
1441 %description format-utf8mex -l pl.UTF-8
1442 Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1443
1444 # AMS TeX format
1445
1446 %package amstex
1447 Summary:        AMS macros for Plain TeX basic files
1448 Summary(pl.UTF-8):      Podstawowe pliki makr AMS dla formatu Plain TeX
1449 Group:          Applications/Publishing/TeX
1450 Requires(post,postun):  %{_bindir}/texhash
1451 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1452 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1453 Obsoletes:      tetex-ams
1454 Obsoletes:      tetex-plain-amsfonts
1455
1456 %description amstex
1457 American Mathematical Society macros for Plain TeX basic files.
1458
1459 %description amstex -l pl.UTF-8
1460 Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1461 Plain TeX.
1462
1463 %package format-amstex
1464 Summary:        AMS macros for Plain TeX
1465 Summary(pl.UTF-8):      Makra AMS dla formatu Plain TeX
1466 Group:          Applications/Publishing/TeX
1467 Requires(post,postun):  %{_bindir}/texhash
1468 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1469 Obsoletes:      tetex-ams
1470
1471 %description format-amstex
1472 American Mathematical Society macros for Plain TeX.
1473
1474 %description format-amstex -l pl.UTF-8
1475 Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1476
1477 %package format-pdfamstex
1478 Summary:        AMS macros for PDFTeX
1479 Summary(pl.UTF-8):      Makra AMS dla formatu PDFTeX
1480 Group:          Applications/Publishing/TeX
1481 Requires(post,postun):  %{_bindir}/texhash
1482 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1483 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1484
1485 %description format-pdfamstex
1486 American Mathematical Society macros for PDFTeX.
1487
1488 %description format-pdfamstex -l pl.UTF-8
1489 Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1490
1491 # CSPlain format
1492
1493 %package csplain
1494 Summary:        TeX CSPlain format basic files
1495 Summary(pl.UTF-8):      Podstawowe pliki dla formatu TeX CSPlain
1496 Group:          Applications/Publishing/TeX
1497 Requires(post,postun):  %{_bindir}/texhash
1498 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1499 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1500
1501 %description csplain
1502 TeX CSPlain format basic files.
1503
1504 %description csplain -l pl.UTF-8
1505 Podstawowe pliki dla formatu TeX CSPlain.
1506
1507 %package format-csplain
1508 Summary:        TeX CSPlain format
1509 Summary(pl.UTF-8):      Format TeX CSPlain
1510 Group:          Applications/Publishing/TeX
1511 Requires(post,postun):  %{_bindir}/texhash
1512 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1513
1514 %description format-csplain
1515 TeX CSPlain format.
1516
1517 %description format-csplain -l pl.UTF-8
1518 Format TeX CSPlain.
1519
1520 %package format-pdfcsplain
1521 Summary:        PDFTeX CSPlain format
1522 Summary(pl.UTF-8):      Format PDFTeX CSPlain
1523 Group:          Applications/Publishing/TeX
1524 Requires(post,postun):  %{_bindir}/texhash
1525 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1526
1527 %description format-pdfcsplain
1528 PDFTeX CSPlain format.
1529
1530 %description format-pdfcsplain -l pl.UTF-8
1531 Format PDFTeX CSPlain.
1532
1533 # CSLaTeX format
1534
1535 %package cslatex
1536 Summary:        CSLaTeX format basic files
1537 Summary(pl.UTF-8):      Podstawowe pliki dla formatu CSLaTeX
1538 Group:          Applications/Publishing/TeX
1539 Requires(post,postun):  %{_bindir}/texhash
1540 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1541 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1542
1543 %description cslatex
1544 CSLaTeX format basic files.
1545
1546 %description cslatex -l pl.UTF-8
1547 Podstawowe pliki dla formatu CSLaTeX.
1548
1549 %package format-cslatex
1550 Summary:        CSLaTeX format
1551 Summary(pl.UTF-8):      Format CSLaTeX
1552 Group:          Applications/Publishing/TeX
1553 Requires(post,postun):  %{_bindir}/texhash
1554 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1555
1556 %description format-cslatex
1557 CSLaTeX format.
1558
1559 %description format-cslatex -l pl.UTF-8
1560 Format CSLaTeX.
1561
1562 %package format-pdfcslatex
1563 Summary:        PDF CSLaTeX format
1564 Summary(pl.UTF-8):      Format PDF CSLaTeX
1565 Group:          Applications/Publishing/TeX
1566 Requires(post,postun):  %{_bindir}/texhash
1567 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1568
1569 %description format-pdfcslatex
1570 PDF CSLaTeX format.
1571
1572 %description format-pdfcslatex -l pl.UTF-8
1573 Format PDF CSLaTeX.
1574
1575 # Cyrillic Plain format
1576
1577 %package cyrplain
1578 Summary:        Cyrillic Plain format basic files
1579 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Cyrillic Plain
1580 Group:          Applications/Publishing/TeX
1581 Requires(post,postun):  %{_bindir}/texhash
1582 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1583
1584 %description cyrplain
1585 Cyrillic Plain format basic files.
1586
1587 %description cyrplain -l pl.UTF-8
1588 Podstawowe pliki dla formatu Cyrillic Plain.
1589
1590 %package format-cyrplain
1591 Summary:        Cyrillic Plain format
1592 Summary(pl.UTF-8):      Format Cyrillic Plain
1593 Group:          Applications/Publishing/TeX
1594 Requires(post,postun):  %{_bindir}/texhash
1595 Requires:       %{name}-cyrplain = %{epoch}:%{version}-%{release}
1596
1597 %description format-cyrplain
1598 Cyrillic Plain format.
1599
1600 %description format-cyrplain -l pl.UTF-8
1601 Format Cyrillic Plain.
1602
1603 %package format-cyramstex
1604 Summary:        Cyrillic AMSTeX format
1605 Summary(pl.UTF-8):      Format Cyrillic AMSTeX
1606 Group:          Applications/Publishing/TeX
1607 Requires(post,postun):  %{_bindir}/texhash
1608 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1609 Obsoletes:      tetex-cyramstex
1610
1611 %description format-cyramstex
1612 Cyrillic AMSTeX format.
1613
1614 %description format-cyramstex -l pl.UTF-8
1615 Format Cyrillic AMSTeX.
1616
1617 %package format-cyrtexinfo
1618 Summary:        Cyrillic TeXInfo format
1619 Summary(pl.UTF-8):      Format Cyrillic TeXInfo
1620 Group:          Applications/Publishing/TeX
1621 Requires(post,postun):  %{_bindir}/texhash
1622 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1623 Obsoletes:      tetex-cyrtexinfo
1624
1625 %description format-cyrtexinfo
1626 Cyrillic TeXInfo format.
1627
1628 %description format-cyrtexinfo -l pl.UTF-8
1629 Format Cyrillic TeXInfo.
1630
1631 # EPlain format
1632
1633 %package eplain
1634 Summary:        EPlain format basic files
1635 Summary(pl.UTF-8):      Podstawowe pliki dla formatu EPlain
1636 Group:          Applications/Publishing/TeX
1637 Requires(post,postun):  %{_bindir}/texhash
1638 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1639 Obsoletes:      tetex-etex
1640
1641 %description eplain
1642 EPlain format basic files.
1643
1644 %description eplain -l pl.UTF-8
1645 Podstawowe pliki dla formatu EPlain.
1646
1647 %package format-eplain
1648 Summary:        EPlain format
1649 Summary(pl.UTF-8):      Format EPlain
1650 Group:          Applications/Publishing/TeX
1651 Requires(post,postun):  %{_bindir}/texhash
1652 Requires:       %{name}-eplain = %{epoch}:%{version}-%{release}
1653
1654 %description format-eplain
1655 EPlain format.
1656
1657 %description format-eplain -l pl.UTF-8
1658 Format EPlain.
1659
1660 # ConTeXt format.
1661
1662 %package context
1663 Summary:        ConTeXt macro package basic files
1664 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr ConTeXt
1665 Group:          Applications/Publishing/TeX
1666 Requires(post,postun):  %{_bindir}/texhash
1667 Requires:       %{name} = %{epoch}:%{version}-%{release}
1668 Obsoletes:      tetex-latex-context
1669
1670 %define         _noautoreq      'perl(path_tre)'
1671
1672 %description context
1673 A full featured, parameter driven macro package, which fully supports
1674 advanced interactive documents.
1675
1676 This package contains basic files.
1677
1678 %description context -l pl.UTF-8
1679 Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1680 całkowicie obsługujący zaawansowane dokumenty interaktywne.
1681
1682 Ten pakiet zawiera podstawowe pliki.
1683
1684 %package format-context-de
1685 Summary:        German ConTeXt format
1686 Summary(pl.UTF-8):      Niemiecka wersja formatu ConTeXt
1687 Group:          Applications/Publishing/TeX
1688 Requires(post,postun):  %{_bindir}/texhash
1689 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1690
1691 %description format-context-de
1692 German ConTeXt format.
1693
1694 %description format-context-de -l pl.UTF-8
1695 Niemiecka wersja formatu ConTeXt.
1696
1697 %package format-context-en
1698 Summary:        English ConTeXt format
1699 Summary(pl.UTF-8):      Angielska wersja formatu ConTeXt
1700 Group:          Applications/Publishing/TeX
1701 Requires(post,postun):  %{_bindir}/texhash
1702 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1703
1704 %description format-context-en
1705 English ConTeXt format.
1706
1707 %description format-context-en -l pl.UTF-8
1708 Angielska wersja formatu ConTeXt.
1709
1710 %package format-context-nl
1711 Summary:        Dutch ConTeXt format
1712 Summary(pl.UTF-8):      Holenderska wersja formatu ConTeXt
1713 Group:          Applications/Publishing/TeX
1714 Requires(post,postun):  %{_bindir}/texhash
1715 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1716
1717 %description format-context-nl
1718 Dutch ConTeXt format.
1719
1720 %description format-context-nl -l pl.UTF-8
1721 Holenderska wersja formatu ConTeXt.
1722
1723 # LaTeX format.
1724
1725 %package latex
1726 Summary:        LaTeX macro package basic files
1727 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr LaTeX
1728 Group:          Applications/Publishing/TeX
1729 Requires(post,postun):  %{_bindir}/texhash
1730 Requires:       %{name} = %{epoch}:%{version}-%{release}
1731 Requires:       %{name}-fonts-latex = %{epoch}:%{version}-%{release}
1732 Requires:       %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1733 Requires:       %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
1734 # for misc/eurosym:
1735 Requires:       %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
1736 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1737 Requires:       %{name}-tex-babel = %{epoch}:%{version}-%{release}
1738 Suggests:       %{name}-fonts-jknappen
1739 Suggests:       %{name}-latex-ucs = %{epoch}:%{version}-%{release}
1740 Obsoletes:      tetex-bibtex-koma-script
1741 Obsoletes:      tetex-latex-SIunits
1742 Obsoletes:      tetex-latex-caption
1743 Obsoletes:      tetex-latex-curves
1744 Obsoletes:      tetex-latex-dinbrief
1745 Obsoletes:      tetex-latex-draftcopy
1746 Obsoletes:      tetex-latex-dvilj
1747 Obsoletes:      tetex-latex-eepic
1748 Obsoletes:      tetex-latex-endfloat
1749 Obsoletes:      tetex-latex-fancyhdr
1750 Obsoletes:      tetex-latex-fancyheadings
1751 Obsoletes:      tetex-latex-fancyvrb
1752 Obsoletes:      tetex-latex-fp
1753 Obsoletes:      tetex-latex-graphics
1754 Obsoletes:      tetex-latex-hyperref
1755 Obsoletes:      tetex-latex-koma-script
1756 Obsoletes:      tetex-latex-labels
1757 Obsoletes:      tetex-latex-listings
1758 Obsoletes:      tetex-latex-misc
1759 Obsoletes:      tetex-latex-ms
1760 Obsoletes:      tetex-latex-multirow
1761 Obsoletes:      tetex-latex-mwcls
1762 Obsoletes:      tetex-latex-mwdtools
1763 Obsoletes:      tetex-latex-natbib
1764 Obsoletes:      tetex-latex-ntgclass
1765 Obsoletes:      tetex-latex-oberdiek
1766 Obsoletes:      tetex-latex-pb-diagram
1767 Obsoletes:      tetex-latex-pstriks
1768 Obsoletes:      tetex-latex-revtex4
1769 Obsoletes:      tetex-latex-seminar
1770 Obsoletes:      tetex-latex-t2
1771 Obsoletes:      tetex-latex-titlesec
1772 Obsoletes:      tetex-latex-tools
1773 Obsoletes:      tetex-latex-units
1774 Obsoletes:      tetex-mwcls
1775 Obsoletes:      tetex-revtex4
1776
1777 %description latex
1778 LaTeX is a front end for the TeX text formatting system. Easier to use
1779 than TeX, LaTeX is essentially a set of TeX macros which provide
1780 convenient, predefined document formats for users.
1781
1782 This package contains basic files.
1783
1784 %description latex -l pl.UTF-8
1785 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1786 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1787 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1788
1789 Ten pakiet zawiera podstawowe pliki.
1790
1791 %package latex-12many
1792 Summary:        Generalising mathematical index sets
1793 Summary(hu.UTF-8):      A matematikai halmazok indexelésének általánosítása
1794 Group:          Applications/Publishing/TeX
1795 Requires(post,postun):  %{_bindir}/texhash
1796 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1797
1798 %description latex-12many
1799 Generalising mathematical index sets.
1800
1801 %description latex-12many -l hu.UTF-8
1802 A matematikai halmazok indexelésének általánosítása.
1803
1804 %package latex-abstract
1805 Summary:        Control the typesetting of the abstract environment
1806 Summary(hu.UTF-8):      Az "abstract" környezet szedésének irányítása
1807 Group:          Applications/Publishing/TeX
1808 Requires(post,postun):  %{_bindir}/texhash
1809 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1810
1811 %description latex-abstract
1812 Control the typesetting of the abstract environment.
1813
1814 %description latex-abstract -l hu.UTF-8
1815 Az "abstract" környezet szedésének irányítása.
1816
1817 %package latex-accfonts
1818 Summary:        Utilities to derive new fonts from existing ones
1819 Summary(hu.UTF-8):      Eszközök új betűtípusok származtatására már létezőkből
1820 Group:          Applications/Publishing/TeX
1821 Requires(post,postun):  %{_bindir}/texhash
1822
1823 %description latex-accfonts
1824 Utilities to derive new fonts from existing ones.
1825
1826 %description latex-accfonts -l hu.UTF-8
1827 Eszközök új betűtípusok származtatására már létezőkből.
1828
1829 %package latex-adrconv
1830 Summary:        BibTeX styles to implement an address database
1831 Summary(hu.UTF-8):      BibTeX stílusok cím-adatbázis megvalósításához
1832 Group:          Applications/Publishing/TeX
1833 Requires(post,postun):  %{_bindir}/texhash
1834 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1835
1836 %description latex-adrconv
1837 BibTeX styles to implement an address database.
1838
1839 %description latex-adrconv -l hu.UTF-8
1840 BibTeX stílusok cím-adatbázis megvalósításához.
1841
1842
1843 %package latex-ae
1844 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
1845 Summary(pl.UTF-8):      Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1846 Group:          Applications/Publishing/TeX
1847 Requires(post,postun):  %{_bindir}/texhash
1848 Requires:       %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1849 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1850
1851 %description latex-ae
1852 A set of virtual fonts which emulates T1 coded fonts using the
1853 standard CM fonts. The package is called AE fonts (for Almost
1854 European). The main use of the package is to produce PDF files using
1855 versions of the CM fonts instead of the bitmapped EC fonts.
1856
1857 %description latex-ae -l pl.UTF-8
1858 Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1859 standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1860 - prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1861   produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1862   bitmapowych fontów EC.
1863
1864 %package latex-algorithms
1865 Summary:        Floating algorithm environment
1866 Summary(pl.UTF-8):      Pływające środowisko dla algorytmów
1867 Group:          Applications/Publishing/TeX
1868 Requires(post,postun):  /usr/bin/texhash
1869 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1870
1871 %description latex-algorithms
1872 Defines a floating algorithm environment designed to work with the
1873 algorithmic package.
1874
1875 %description latex-algorithms -l pl.UTF-8
1876 Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1877 do pracy z pakietem algorithmic.
1878
1879 %package latex-ams
1880 Summary:        AMS math facilities for LaTeX
1881 Summary(pl.UTF-8):      Udogodnienia matematyczne AMS dla LaTeXa
1882 Group:          Applications/Publishing/TeX
1883 Requires(post,postun):  %{_bindir}/texhash
1884 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1885 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1886 Obsoletes:      tetex-latex-amscls
1887 Obsoletes:      tetex-latex-amsfonts
1888 Obsoletes:      tetex-latex-amsmath
1889
1890 %description latex-ams
1891 This package is the principal package in the AMS-LaTeX distribution.
1892 It adapts for use in LaTeX most of the mathematical features found in
1893 AMS-TeX.
1894
1895 %description latex-ams -l pl.UTF-8
1896 To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1897 możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1898
1899 %package latex-antp
1900 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1901 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1902 Group:          Applications/Publishing/TeX
1903 Requires(post,postun):  %{_bindir}/texhash
1904 Requires:       %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1905 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1906
1907 %description latex-antp
1908 A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1909 - -- preliminary version. This font was designed in the 'twenties and
1910   the 'thirties of XX century by a Polish graphic artist and a
1911   typographer Adam Poltawski. It was widely used by Polish printing
1912   houses as long as metal types were in use (until ca the 'sixties).
1913   Perhaps the first complete font family programmed and parametrized in
1914   METAPOST.
1915
1916 %description latex-antp -l pl.UTF-8
1917 Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1918 PostScript Type 1. Ten krój został opracowany w latach 30-tych i
1919 40-tych XX wieku przez polskiego grafika i typografa Adama
1920 Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1921 używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1922 kompletna rodzina fontów zaprogramowana i zparametryzowana w
1923 METAPOSCIE.
1924
1925 %package latex-antt
1926 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
1927 Summary(pl.UTF-8):      Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1928 Group:          Applications/Publishing/TeX
1929 Requires(post,postun):  %{_bindir}/texhash
1930 Requires:       %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1931 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1932
1933 %description latex-antt
1934 Antykwa Torunska is a serif font designed by the late Polish
1935 typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
1936 1.
1937
1938 %description latex-antt -l pl.UTF-8
1939 Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1940 typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1941 postać cyfrową jako Type 1.
1942
1943 %package latex-appendix
1944 Summary:        Extra control of appendices
1945 Summary(hu.UTF-8):      Az appendixek nagyobb irányítása
1946 Group:          Applications/Publishing/TeX
1947 Requires(post,postun):  %{_bindir}/texhash
1948 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1949
1950 %description latex-appendix
1951 Extra control of appendices.
1952
1953 %description latex-appendix -l hu.UTF-8
1954 Az appendixek nagyobb irányítása.
1955
1956 %package latex-backgammon
1957 Summary:        LaTeX package to documenting backgammon games
1958 Summary(hu.UTF-8):      LaTeX csomag backgammon játékok dokumentálására
1959 Group:          Applications/Publishing/TeX
1960 Requires(post,postun):  %{_bindir}/texhash
1961 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1962
1963 %description latex-backgammon
1964 LaTeX package to documenting backgammon games.
1965
1966 %description latex-backgammon -l hu.UTF-8
1967 LaTeX csomag backgammon játékok dokumentálására
1968
1969 %package latex-bbm
1970 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
1971 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1972 Group:          Applications/Publishing/TeX
1973 Requires(post,postun):  %{_bindir}/texhash
1974 Requires:       %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
1975 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1976
1977 %description latex-bbm
1978 Blackboard variant fonts for Computer Modern, with LaTeX support.
1979
1980 %description latex-bbm -l pl.UTF-8
1981 Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
1982
1983 %package latex-bardiag
1984 Summary:        LateX package for drawing bar diagrams
1985 Summary(pl.UTF-8):      LaTeX csomag oszlopdiagramok rajzolására
1986 Group:          Applications/Publishing/TeX
1987 Requires(post,postun):  %{_bindir}/texhash
1988
1989 %description latex-bardiag
1990 LateX package for drawing bar diagrams.
1991
1992 %description latex-bardiag -l hu.UTF-8
1993 LaTeX csomag oszlopdiagramok rajzolására.
1994
1995 %package latex-bbold
1996 Summary:        Sans serif blackboard bold for LaTeX
1997 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
1998 Group:          Applications/Publishing/TeX
1999 Requires(post,postun):  %{_bindir}/texhash
2000 Requires:       %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2001 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2002
2003 %description latex-bbold
2004 A geometric sans serif blackboard bold font, for use in mathematics.
2005
2006 %description latex-bbold -l pl.UTF-8
2007 Geometryczny tablicowy tłusty font sans serif, do używania w
2008 matematyce.
2009
2010 %package latex-bibtex
2011 Summary:        Bibliography management for LaTeX
2012 Summary(pl.UTF-8):      Zarządzenie bibliografią dla LaTeXa
2013 Group:          Applications/Publishing/TeX
2014 Requires(post,postun):  %{_bindir}/texhash
2015 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2016 Obsoletes:      tetex-bibtex
2017 Obsoletes:      tetex-natbib
2018 Obsoletes:      tetex-rubibtex
2019
2020 %description latex-bibtex
2021 Bibliography management for LaTeX.
2022
2023 %description latex-bibtex -l pl.UTF-8
2024 Zarządzanie bibliografią dla LaTeXa.
2025
2026 %package latex-beamer
2027 Summary:        A LaTeX class for producing presentations and slides
2028 Summary(hu.UTF-8):      LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2029 Group:          Applications/Publishing/TeX
2030 Requires(post,postun):  %{_bindir}/texhash
2031 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2032
2033 %description latex-beamer
2034 A LaTeX class for producing presentations and slides.
2035
2036 %description latex-beamer -l hu.UTF-8
2037 LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2038
2039 %package latex-bezos
2040 Summary:        Packages by Javier Bezos (additional math tools)
2041 Summary(hu.UTF-8):      Javier Bezos csomagjai (további matematikai eszközök)
2042 Group:          Applications/Publishing/TeX
2043 Requires(post,postun):  %{_bindir}/texhash
2044 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2045
2046 %description latex-bezos
2047 Packages by Javier Bezos (additional math tools).
2048
2049 %description latex-bezos
2050 Javier Bezos csomagjai (további matematikai eszközök).
2051
2052 %package latex-bibtex-ams
2053 Summary:        BibTeX style files for American Mathematical Society publications
2054 Summary(pl.UTF-8):      Pliki stylów BibTeXa do publikacji American Mathematical Society
2055 Group:          Applications/Publishing/TeX
2056 Requires(post,postun):  %{_bindir}/texhash
2057 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2058 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2059 Obsoletes:      tetex-bibtex-ams
2060
2061 %description latex-bibtex-ams
2062 BibTeX style files for American Mathematical Society publications.
2063
2064 %description latex-bibtex-ams -l pl.UTF-8
2065 Pliki stylów BibTeXa do publikacji American Mathematical Society.
2066
2067 %package latex-bibtex-dk
2068 Summary:        Danish variants of the standard BibTeX styles
2069 Summary(pl.UTF-8):      Duńskie warianty standardowych stylów BibTeXa
2070 Group:          Applications/Publishing/TeX
2071 Requires(post,postun):  /usr/bin/texhash
2072 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2073
2074 %description latex-bibtex-dk
2075 Dk-bib is a translation of the four standard BibTeX style files
2076 (abbrv, alpha, plain and unsrt) into Danish. The files have been
2077 extended with ISBN, ISSN and URL fields which can be enabled through a
2078 LaTeX style file.
2079
2080 %description latex-bibtex-dk -l pl.UTF-8
2081 Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2082 (abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2083 rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2084 stylu LaTeXa.
2085
2086 %package latex-bibtex-nor
2087 Summary:        Norwegian variants of the standard BibTeX styles
2088 Summary(pl.UTF-8):      Norweskie warianty standardowych stylów BibTeXa
2089 Group:          Applications/Publishing/TeX
2090 Requires(post,postun):  /usr/bin/texhash
2091 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2092
2093 %description latex-bibtex-nor
2094 Norwegian variants of the standard BibTeX styles.
2095
2096 %description latex-bibtex-nor -l pl.UTF-8
2097 Norweskie warianty standardowych stylów BibTeXa.
2098
2099 %package latex-bibtex-pl
2100 Summary:        Polish bibliography management for LaTeX
2101 Summary(pl.UTF-8):      Polska wersja zarządzania bibliografią dla LaTeXa
2102 Group:          Applications/Publishing/TeX
2103 Requires(post,postun):  %{_bindir}/texhash
2104 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2105 Obsoletes:      tetex-bibtex-plbib
2106
2107 %description latex-bibtex-pl
2108 Polish bibliography management for LaTeX.
2109
2110 %description latex-bibtex-pl -l pl.UTF-8
2111 Polska wersja zarządzania bibliografią dla LaTeXa.
2112
2113 %package latex-bibtex-german
2114 Summary:        German variants of standard BibTeX styles
2115 Summary(pl.UTF-8):      Niemieckie wersje standardowych stylów BibTeXa
2116 Group:          Applications/Publishing/TeX
2117 Requires(post,postun):  %{_bindir}/texhash
2118 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2119 Obsoletes:      tetex-bibtex-germbib
2120
2121 %description latex-bibtex-german
2122 German variants of standard BibTeX styles.
2123
2124 %description latex-bibtex-german -l pl.UTF-8
2125 Niemieckie wersje standardowych stylów BibTeXa.
2126
2127 %package latex-bibtex-revtex4
2128 Summary:        BibTeX styles for REVTeX4
2129 Summary(pl.UTF-8):      Style BibTeXa dla REVTeX4
2130 Group:          Applications/Publishing/TeX
2131 Requires(post,postun):  %{_bindir}/texhash
2132 Requires:       %{name} = %{epoch}:%{version}-%{release}
2133 Obsoletes:      tetex-bibtex-revtex4
2134
2135 %description latex-bibtex-revtex4
2136 BibTeX styles for REVTeX4.
2137
2138 %description latex-bibtex-revtex4 -l pl.UTF-8
2139 Style BibTeXa dla REVTeX4.
2140
2141 %package latex-bibtex-jurabib
2142 Summary:        Extended BibTeX citation support for the humanities and legal texts
2143 Summary(pl.UTF-8):      Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2144 Group:          Applications/Publishing/TeX
2145 Requires(post,postun):  %{_bindir}/texhash
2146 Requires:       %{name} = %{epoch}:%{version}-%{release}
2147 Obsoletes:      tetex-bibtex-jurabib
2148
2149 %description latex-bibtex-jurabib
2150 Extended BibTeX citation support for the humanities and legal texts.
2151
2152 %description latex-bibtex-jurabib -l pl.UTF-8
2153 Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2154 prawniczych.
2155
2156 %package latex-bibtex-styles
2157 Summary:        Various BibTeX styles
2158 Summary(hu.UTF-8):      Vegyes BibTeX stílusok
2159 Group:          Applications/Publishing/TeX
2160 Requires(post,postun):  %{_bindir}/texhash
2161 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2162
2163 %description latex-bibtex-styles
2164 Various BibTeX styles.
2165
2166 %description latex-bibtex-styles -l hu.UTF-8
2167 Vegyes BibTeX stílusok.
2168
2169 %package latex-bibtex-vancouver
2170 Summary:        Bibliographic style file for Biomedical Journals
2171 Summary(hu.UTF-8):      Irodalomjegyzék-stílus a Biomedical Journal-hoz
2172 Group:          Applications/Publishing/TeX
2173 Requires(post,postun):  %{_bindir}/texhash
2174 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2175
2176 %description latex-bibtex-vancouver
2177 Bibliographic style file for Biomedical Journals.
2178
2179 %description latex-bibtex-vancouver -l hu.UTF-8
2180 Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2181
2182 %package latex-booktabs
2183 Summary:        Publication quality tables in LaTeX
2184 Summary(hu.UTF-8):      Nyomdai minőségű táblázatok LaTeX-ben
2185 Group:          Applications/Publishing/TeX
2186 Requires(post,postun):  %{_bindir}/texhash
2187 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2188
2189 %description latex-booktabs
2190 Publication quality tables in LaTeX.
2191
2192 %description latex-booktabs -l hu.UTF-8
2193 Nyomdai minőségű táblázatok LaTeX-ben.
2194
2195
2196 %package latex-caption
2197 Summary:        Customising captions in floating environments
2198 Summary(hu.UTF-8):      Feliratok testreszabása úszó környezetekben
2199 Group:          Applications/Publishing/TeX
2200 Requires(post,postun):  %{_bindir}/texhash
2201 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2202
2203 %description latex-caption
2204 Customising captions in floating environments.
2205
2206 %description latex-caption -l hu.UTF-8
2207 Feliratok testreszabása úszó környezetekben.
2208
2209 %package latex-carlisle
2210 Summary:        Miscellaneous small packages by David Carlisle
2211 Summary(pl.UTF-8):      Różne małe pakiety autorstwa Davida Carlisle
2212 Group:          Applications/Publishing/TeX
2213 Requires(post,postun):  %{_bindir}/texhash
2214 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2215
2216 %description latex-carlisle
2217 Miscellaneous small packages by David Carlisle.
2218
2219 %description latex-carlisle -l pl.UTF-8
2220 Różne małe pakiety autorstwa Davida Carlisle.
2221
2222 %package latex-ccfonts
2223 Summary:        Support for Concrete text and math fonts in LaTeX
2224 Summary(pl.UTF-8):      Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2225 Group:          Applications/Publishing/TeX
2226 Requires(post,postun):  %{_bindir}/texhash
2227 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2228
2229 %description latex-ccfonts
2230 LaTeX font definition files for the Concrete fonts and a LaTeX package
2231 for typesetting documents using Concrete as the default font family.
2232 The files support OT1, T1, TS1, and Concrete math including AMS fonts
2233 (Ulrik Vieth's concmath).
2234
2235 %description latex-ccfonts -l pl.UTF-8
2236 Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2237 LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2238 rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2239 Concrete wraz z AMS (concmath Ulrika Vietha).
2240
2241 %package latex-cite
2242 Summary:        Supports compressed, sorted lists of numerical citations
2243 Summary(pl.UTF-8):      Obsługa kompresowanych, sortowanych list numerowanych cytatów
2244 Group:          Applications/Publishing/TeX
2245 Requires(post,postun):  %{_bindir}/texhash
2246 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2247
2248 %description latex-cite
2249 Supports compressed, sorted lists of numerical citations.
2250
2251 %description latex-cite -l pl.UTF-8
2252 Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2253
2254 %package latex-cmbright
2255 Summary:        Support for CM Bright fonts in LaTeX
2256 Summary(pl.UTF-8):      Obsługa fontów CM Bright w LaTeXu
2257 Group:          Applications/Publishing/TeX
2258 Requires(post,postun):  %{_bindir}/texhash
2259 Requires:       %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2260 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2261
2262 %description latex-cmbright
2263 A family of sans serif fonts for TeX and LaTeX, based on Donald
2264 Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2265 various shapes as well as all the fonts necessary for mathematical
2266 typesetting, incl. AMS symbols. This collection provides all the
2267 necessary files for using the fonts with LaTeX.
2268
2269 %description latex-cmbright -l pl.UTF-8
2270 Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2271 Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2272 kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2273 symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2274 używania fontów w LaTeXu.
2275
2276 %package latex-comment
2277 Summary:        Selectively include/excludes portions of text
2278 Summary(hu.UTF-8):      A szöveg részeinek beillesztése/kihagyása
2279 Group:          Applications/Publishing/TeX
2280 Requires(post,postun):  %{_bindir}/texhash
2281 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2282
2283 %description latex-comment
2284 Selectively include/excludes portions of text.
2285
2286 %description latex-comment -l hu.UTF-8
2287 A szöveg részeinek beillesztése/kihagyása.
2288
2289 %package latex-concmath
2290 Summary:        LaTeX package and font definition files to access the Concrete math fonts
2291 Summary(pl.UTF-8):      Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2292 Group:          Applications/Publishing/TeX
2293 Requires(post,postun):  %{_bindir}/texhash
2294 Requires:       %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2295 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2296
2297 %description latex-concmath
2298 LaTeX package and font definition files to access the Concrete math
2299 fonts, which were derived from Computer Modern math fonts using
2300 parameters from Concrete Roman text fonts.
2301
2302 %description latex-concmath -l pl.UTF-8
2303 Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2304 matematyczne Concrete wywodzące się z fontów matematycznych Computer
2305 Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2306 Roman.
2307
2308 %package latex-currvita
2309 Summary:        Typeset a curriculum vitae
2310 Summary(hu.UTF-8):      Önéletrajzok írása
2311 Group:          Applications/Publishing/TeX
2312 Requires(post,postun):  %{_bindir}/texhash
2313 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2314
2315 %description latex-currvita
2316 Typeset a curriculum vitae.
2317
2318 %description latex-currvita -l hu.UTF-8
2319 Önéletrajzok írása.
2320
2321 %package latex-curves
2322 Summary:        Curves for LaTeX picture environment
2323 Summary(hu.UTF-8):      Görbék LaTeX picture környezetébe
2324 Group:          Applications/Publishing/TeX
2325 Requires(post,postun):  %{_bindir}/texhash
2326 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2327
2328 %description latex-curves
2329 Curves for LaTeX picture environment.
2330
2331 %description latex-curves -l hu.UTF-8
2332 Görbék LaTeX picture környezetébe.
2333
2334 %package latex-custom-bib
2335 Summary:        Customized BibTeX styles for LaTeX
2336 Summary(pl.UTF-8):      Dostosowywanie stylów BibTeXa dla LaTeXa
2337 Group:          Applications/Publishing/TeX
2338 Requires(post,postun):  %{_bindir}/texhash
2339 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2340
2341 %description latex-custom-bib
2342 Package generating customized BibTeX bibliography styles from a
2343 generic file using docstrip. Includes support for the Harvard style.
2344
2345 %description latex-custom-bib -l pl.UTF-8
2346 Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2347 pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2348
2349 %package latex-cyrillic
2350 Summary:        LaTeX Cyrillic support
2351 Summary(pl.UTF-8):      Obsługa cyrylicy dla LaTeXa
2352 Group:          Applications/Publishing/TeX
2353 Requires(post,postun):  %{_bindir}/texhash
2354 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2355
2356 %description latex-cyrillic
2357 LaTeX Cyrillic support.
2358
2359 %description latex-cyrillic -l pl.UTF-8
2360 Obsługa cyrylicy dla LaTeXa.
2361
2362 %package latex-dstroke
2363 Summary:        LaTeX doublestroke font
2364 Summary(pl.UTF-8):      Podwójnie kreślony font dla LaTeXa
2365 Group:          Applications/Publishing/TeX
2366 Requires(post,postun):  %{_bindir}/texhash
2367 Requires:       %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2368 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2369
2370 %description latex-dstroke
2371 Doublestroke font for typesetting the mathematical symbols for the
2372 natural numbers, whole numbers, rational numbers, real numbers and
2373 complex numbers.
2374
2375 %description latex-dstroke -l pl.UTF-8
2376 Podwójnie kreślony font do składania symboli matematycznych liczb
2377 naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
2378
2379 %package latex-enumitem
2380 Summary:        A package to customize the three basic lists
2381 Summary(hu.UTF-8):      Egy csomag, amivel testreszabhatod a három alapvető listát
2382 Group:          Applications/Publishing/TeX
2383 Requires(post,postun):  %{_bindir}/texhash
2384 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2385
2386 %description latex-enumitem
2387 A package to customize the three basic lists (enumerate, itemize and
2388 description).
2389
2390 %description latex-enumitem
2391 Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2392 (enumerate, itemize, description).
2393
2394 %package latex-exam
2395 Summary:        The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2396 Summary(hu.UTF-8):      Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2397 Group:          Applications/Publishing/TeX
2398 Requires(post,postun):  %{_bindir}/texhash
2399 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2400
2401 %description latex-exam
2402 The exam document class attempts to make it easy for even a LaTeX
2403 novice to prepare exams.
2404
2405 %description latex-exam -l hu.UTF-8
2406 Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2407 feladatsorok készítése.
2408
2409 %package latex-gbrief
2410 Summary:        Letter document class
2411 Summary(hu.UTF-8):      Levél dokumentumosztály
2412 Group:          Applications/Publishing/TeX
2413 Requires(post,postun):  %{_bindir}/texhash
2414 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2415
2416 %description latex-gbrief
2417 Letter document class.
2418
2419 %description latex-gbrief -l hu.UTF-8
2420 Levél dokumentumosztály.
2421
2422
2423 %package latex-jknappen
2424 Summary:        Miscellaneous packages by Joerg Knappen
2425 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
2426 Group:          Applications/Publishing/TeX
2427 Requires(post,postun):  %{_bindir}/texhash
2428 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2429 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2430
2431 %description latex-jknappen
2432 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2433 Knappen, including sgmlcmpt.
2434
2435 %description latex-jknappen -l pl.UTF-8
2436 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2437 Knappena. Zawiera sgmlcmpt.
2438
2439 %package latex-keystroke
2440 Summary:        Graphical representation of keys on keyboard
2441 Summary(hu.UTF-8):      A billentyűk grafikus megjelenítése
2442 Group:          Applications/Publishing/TeX
2443 Requires(post,postun):  %{_bindir}/texhash
2444 Requires:       %{name}-latex
2445
2446 %description latex-keystroke
2447 Graphical representation of keys on keyboard.
2448
2449 %description latex-keystroke -l hu.UTF-8
2450 A billentyűk grafikus megjelenítése.
2451
2452
2453 %package latex-labbook
2454 Summary:        Typeset laboratory journals
2455 Summary(hu.UTF-8):      Laborjegyzőkönyvek szedése
2456 Group:          Applications/Publishing/TeX
2457 Requires(post,postun):  %{_bindir}/texhash
2458 Requires:       %{name}-latex
2459
2460 %description latex-labbook
2461 Typeset laboratory journals.
2462
2463 %description latex-labbook -l hu.UTF-8
2464 Laborjegyzőkönyvek szedése.
2465
2466 %package latex-lcd
2467 Summary:        Alphanumerical LCD-style displays
2468 Summary(hu.UTF-8):      Alfanumerikus LCD-szerű kijelzés
2469 Group:          Applications/Publishing/TeX
2470 Requires(post,postun):  %{_bindir}/texhash
2471 Requires:       %{name}-latex
2472
2473 %description latex-lcd
2474 Alphanumerical LCD-style displays.
2475
2476 %description latex-lcd -l hu.UTF-8
2477 Alfanumerikus LCD-szerű kijelzés.
2478
2479 %package latex-leaflet
2480 Summary:        Create small handouts (flyers)
2481 Summary(hu.UTF-8):      Kis "kézikönyvek" készítése (brossúrák)
2482 Group:          Applications/Publishing/TeX
2483 Requires(post,postun):  %{_bindir}/texhash
2484 Requires:       %{name}-latex
2485
2486 %description latex-leaflet
2487 Create small handouts (flyers).
2488
2489 %description latex-leaflet -l hu.UTF-8
2490 Kis "kézikönyvek" készítése (brossúrák).
2491
2492 %package latex-leftidx
2493 Summary:        Left and right subscripts and superscripts in math mode
2494 Summary(hu.UTF-8):      Bal és jobboldali alsó és felső indexek matematikai módban
2495 Group:          Applications/Publishing/TeX
2496 Requires(post,postun):  %{_bindir}/texhash
2497 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2498
2499 %description latex-leftidx
2500 Left and right subscripts and superscripts in math mode.
2501
2502 %description latex-leftidx -l hu.UTF-8
2503 Bal és jobboldali alsó és felső indexek matematikai módban.
2504
2505
2506 %package latex-lewis
2507 Summary:        Draw Lewis structures (chemistry)
2508 Summary(hu.UTF-8):      Lewis struktúrák készítése (kémia)
2509 Group:          Applications/Publishing/TeX
2510 Requires(post,postun):  %{_bindir}/texhash
2511 Requires:       %{name}-latex
2512
2513 %description latex-lewis
2514 Draw Lewis structures (chemistry).
2515
2516 %description latex-lewis -l hu.UTF-8
2517 Lewis struktúrák készítése (kémia).
2518
2519 %package latex-lm
2520 Summary:        LaTeX styles for Latin Modern family fonts
2521 Summary(pl.UTF-8):      Style LaTeXa dla fontów z rodziny Latin Modern
2522 Group:          Applications/Publishing/TeX
2523 Requires(post,postun):  /usr/bin/texhash
2524 Requires:       %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2525 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2526
2527 %description latex-lm
2528 Latin Modern family of fonts, based on the Computer Modern fonts
2529 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2530 lot of additional characters, mainly accented ones, but not only.
2531 There is a one set of PostScript fonts and four sets of TeX Font
2532 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2533 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2534 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2535 potential user knows what to do with all these files. The author is
2536 Boguslaw Jackowski.
2537
2538 %description latex-lm -l pl.UTF-8
2539 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2540 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2541 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2542 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2543 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2544 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2545 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2546 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2547 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2548
2549 %package latex-lastpage
2550 Summary:        Reference last page for "Page N of M" type footers
2551 Summary(hu.UTF-8):      Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2552 Group:          Applications/Publishing/TeX
2553 Requires(post,postun):  %{_bindir}/texhash
2554
2555 %description latex-lastpage
2556 Reference last page for Page N of M type footers.
2557
2558 %description latex-lastpage -l hu.UTF-8
2559 Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2560
2561 %package latex-lineno
2562 Summary:        Line numbers on paragraphs
2563 Summary(pl.UTF-8):      Numery linii dla paragrafów
2564 Group:          Applications/Publishing/TeX
2565 Requires(post,postun):  /usr/bin/texhash
2566 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2567
2568 %description latex-lineno
2569 The LaTeX package lineno.sty provides line numbers on paragraphs.
2570 After TeX has broken a paragraph into lines there will be line numbers
2571 attached to them, with the possibility to make references through the
2572 LaTeX \ref, \pageref cross reference mechanism.
2573
2574 %description latex-lineno -l pl.UTF-8
2575 Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2576 paragrafu na linie przez TeXa do linii dołączane są ich numery z
2577 możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2578 \ref i \pageref.
2579
2580
2581 %package latex-mathexam
2582 Summary:        Package for typesetting exams
2583 Summary(hu.UTF-8):      Vizsgák szedése
2584 Group:          Applications/Publishing/TeX
2585 Requires(post,postun):  %{_bindir}/texhash
2586 Requires:       %{name}-latex
2587
2588 %description latex-mathexam
2589 Package for typesetting exams.
2590
2591 %description latex-mathexam -l hu.UTF-8
2592 Vizsgák szedése.
2593
2594 %package latex-microtype
2595 Summary:        An interface to the micro-typographic extensions of pdfTeX
2596 Summary(pl.UTF-8):      Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2597 Group:          Applications/Publishing/TeX
2598 Requires(post,postun):  /usr/bin/texhash
2599 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2600
2601 %description latex-microtype
2602 The `microtype' package provides a LaTeX interface to pdfTeX's
2603 micro-typographic extensions: character protrusion and font expansion.
2604 It allows to restrict character protrusion and/or font expansion to a
2605 definable set of fonts, and to configure micro-typographic aspects of
2606 the fonts in a straight-forward and flexible way. Settings for various
2607 fonts are provided.
2608
2609 %description latex-microtype -l pl.UTF-8
2610 Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2611 mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2612 Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2613 określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2614 aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2615 dla różnych fontów.
2616
2617 %package latex-musictex
2618 Summary:        Typesetting music with TeX
2619 Summary(hu.UTF-8):      Zenék szedése TeX-hel
2620 Group:          Applications/Publishing/TeX
2621 Requires(post,postun):  %{_bindir}/texhash
2622 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2623
2624 %description latex-musictex
2625 Typesetting music with TeX.
2626
2627 %description latex-musictex -l hu.UTF-8
2628 Zenék szedése TeX-hel.
2629
2630 %package latex-lucidabr
2631 Summary:        Package to make Lucida Bright fonts usable with LaTeX
2632 Summary(pl.UTF-8):      Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2633 Group:          Applications/Publishing/TeX
2634 Requires(post,postun):  %{_bindir}/texhash
2635 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2636
2637 %description latex-lucidabr
2638 Package to make Lucida Bright fonts usable with LaTeX.
2639
2640 %description latex-lucidabr -l pl.UTF-8
2641 Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2642
2643 %package latex-marvosym
2644 Summary:        Styles for Martin Vogel's Symbol (marvosym) font
2645 Summary(pl.UTF-8):      Style dla fontu Symbol Martina Vogela (marvosym)
2646 Group:          Applications/Publishing/TeX
2647 Requires(post,postun):  /usr/bin/texhash
2648 Requires:       %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2649 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2650
2651 %description latex-marvosym
2652 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2653 currency symbol as defined by the European commission; Euro currency
2654 symbols in typefaces Times, Helvetica and Courier; Symbols for
2655 structural engineering; Symbols for steel cross-sections; Astronomy
2656 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2657 symbols; CE sign and others.
2658
2659 %description latex-marvosym -l pl.UTF-8
2660 Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2661 waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2662 krojach Times, Helvetica i Courier; symbole do inżynierii
2663 strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2664 (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2665 CE i inne.
2666
2667 %package latex-mathpple
2668 Summary:        Use PostScript Palatino for typesetting maths
2669 Summary(pl.UTF-8):      Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2670 Group:          Applications/Publishing/TeX
2671 Requires(post,postun):  %{_bindir}/texhash
2672 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2673 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2674
2675 %description latex-mathpple
2676 The package defines the PostScript font family `Palatino' (ppl) as the
2677 default roman font and then uses the `mathpple' fonts for typesetting
2678 math. These virtual fonts have been created for typesetting math in a
2679 style that suits the Palatino text fonts. The AMS fonts, when used
2680 additionally, will be scaled to fit Palatino.
2681
2682 %description latex-mathpple -l pl.UTF-8
2683 Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2684 domyślny font roman i używa fontów mathpple do składania wzorów
2685 matematycznych. Te wirtualne fonty zostały stworzone do składania
2686 wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2687 Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2688 pasować do Palatino.
2689
2690 %package latex-mathtime
2691 Summary:        Mathtime fonts for LaTeX
2692 Summary(pl.UTF-8):      Fonty Mathtime dla LaTeXa
2693 Group:          Applications/Publishing/TeX
2694 Requires(post,postun):  %{_bindir}/texhash
2695 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2696
2697 %description latex-mathtime
2698 The Mathtime fonts have a number of characters remapped to positions
2699 different from the ones normally used by the corresponding TeX
2700 CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2701 style files use the Times Roman font (often called something like:
2702 ptmr or ptmr7t or ptmrq).
2703
2704 %description latex-mathtime -l pl.UTF-8
2705 Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2706 różniące się od tych normalnie używanych w odpowiadających im TeXowych
2707 fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2708 używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2709 ptmrq).
2710
2711 %package latex-mflogo
2712 Summary:        LaTeX support for MetaFont and logo fonts
2713 Summary(pl.UTF-8):      Obsługa LaTeXa dla MetaFonta i fontów logo
2714 Group:          Applications/Publishing/TeX
2715 Requires(post,postun):  %{_bindir}/texhash
2716 Requires:       %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2717 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2718
2719 %description latex-mflogo
2720 LaTeX package and font definition file to access the Knuthian `logo'
2721 fonts described in `The MetaFontbook' and the MetaFont and logos in
2722 LaTeX documents.
2723
2724 %description latex-mflogo -l pl.UTF-8
2725 Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2726 opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2727 LaTeXa.
2728
2729 %package latex-mfnfss
2730 Summary:        Font description files to use extra fonts like yinit and ygoth
2731 Summary(pl.UTF-8):      Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2732 Group:          Applications/Publishing/TeX
2733 Requires(post,postun):  %{_bindir}/texhash
2734 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2735
2736 %description latex-mfnfss
2737 Font description files to use extra fonts like yinit and ygoth.
2738
2739 %description latex-mfnfss -l pl.UTF-8
2740 Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2741
2742 %package latex-minitoc
2743 Summary:        Produce a table of contents for each chapter
2744 Summary(pl.UTF-8):      Tworzenie spisów treści dla każdego rozdziału
2745 Group:          Applications/Publishing/TeX
2746 Requires(post,postun):  %{_bindir}/texhash
2747 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2748
2749 %description latex-minitoc
2750 Produce a table of contents for each chapter.
2751
2752 %description latex-minitoc -l pl.UTF-8
2753 Tworzenie spisów treści dla każdego rozdziału.
2754
2755 %package latex-mltex
2756 Summary:        Support for MLTeX
2757 Summary(pl.UTF-8):      Wsparcie dla MLTeXa
2758 Group:          Applications/Publishing/TeX
2759 Requires(post,postun):  %{_bindir}/texhash
2760 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2761
2762 %description latex-mltex
2763 Support for MLTeX, the multilingual TeX extension from Michael J.
2764 Ferguson.
2765
2766 %description latex-mltex -l pl.UTF-8
2767 Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2768 autorstwa Michaela J. Fergusona.
2769
2770 %package latex-multienum
2771 Summary:        Multi-column enumerated lists
2772 Summary(hu.UTF-8):      Többoszlopos számozott listák
2773 Group:          Applications/Publishing/TeX
2774 Requires(post,postun):  %{_bindir}/texhash
2775 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2776
2777 %description latex-multienum
2778 Multi-column enumerated lists.
2779
2780 %description latex-multienum -l hu.UTF-8
2781 Többoszlopos számozott listák.
2782
2783
2784 %package latex-moreverb
2785 Summary:        Extended verbatim
2786 Summary(hu.UTF-8):      Kiterjesztett verbatim
2787 Group:          Applications/Publishing/TeX
2788 Requires(post,postun):  %{_bindir}/texhash
2789 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2790
2791 %description latex-moreverb
2792 Extended verbatim.
2793
2794 %description latex-moreverb -l hu.UTF-8
2795 Kiterjesztett verbatim.
2796
2797 %package latex-ntheorem
2798 Summary:        Enhanced theorem environment
2799 Summary(hu.UTF-8):      Bővített tétel környezet
2800 Group:          Applications/Publishing/TeX
2801 Requires(post,postun):  %{_bindir}/texhash
2802 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2803
2804 %description latex-ntheorem
2805 Enhanced theorem environment.
2806
2807 %description latex-ntheorem -l hu.UTF-8
2808 Bővített tétel környezet
2809
2810 %package latex-other
2811 Summary:        Other LaTeX packages
2812 Summary(hu.UTF-8):      Néhány további LaTeX csomag
2813 Group:          Applications/Publishing/TeX
2814 Requires(post,postun):  %{_bindir}/texhash
2815 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2816
2817 %description latex-other
2818 Other LaTeX packages.
2819
2820 %description latex-other -l hu.UTF-8
2821 Néhány további LaTeX csomag.
2822
2823 %package latex-other-doc
2824 Summary:        Other LaTeX packages documentation
2825 Summary(hu.UTF-8):      Néhány további LaTeX csomag dokumentációja
2826 Group:          Applications/Publishing/TeX
2827 Requires(post,postun):  %{_bindir}/texhash
2828 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2829
2830 %description latex-other-doc
2831 Other LaTeX packages documentation.
2832
2833 %description latex-other-doc -l hu.UTF-8
2834 Néhány további LaTeX csomag dokumentációja.
2835
2836 %package latex-palatcm
2837 Summary:        Palatino + Computer Modern math fonts for LaTeX
2838 Summary(pl.UTF-8):      Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2839 Group:          Applications/Publishing/TeX
2840 Requires(post,postun):  %{_bindir}/texhash
2841 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2842
2843 %description latex-palatcm
2844 Palatino + Computer Modern math fonts for LaTeX.
2845
2846 %description latex-palatcm -l pl.UTF-8
2847 Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2848
2849
2850 %package latex-pdfslide
2851 Summary:        Presentation slides using pdftex
2852 Summary(hu.UTF-8):      Prezentáció készítése pdftex-hel
2853 Group:          Applications/Publishing/TeX
2854 Requires(post,postun):  %{_bindir}/texhash
2855 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2856
2857 %description latex-pdfslide
2858 Presentation slides using pdftex.
2859
2860 %description latex-pdfslide -l hu.UTF-8
2861 Prezentáció készítése pdftex-hel.
2862
2863 %package latex-pgf
2864 Summary:        The TeX Portable Graphic Format
2865 Summary(hu.UTF-8):      TeX Portable Graphic Formátum
2866 Summary(pl.UTF-8):      Przenośny format grafiki dla TeXa
2867 Group:          Applications/Publishing/TeX
2868 Requires(post,postun):  %{_bindir}/texhash
2869 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2870 Requires:       %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
2871 Obsoletes:      tetex-pgf
2872
2873 %description latex-pgf
2874 A macro package for creating graphics directly in TeX and LaTeX.
2875
2876 %description latex-pgf -l hu.UTF-8
2877 Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2878
2879 %description latex-pgf -l pl.UTF-8
2880 Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2881
2882 %package latex-polynom
2883 Summary:        Macros for manipulating polynomials
2884 Summary(hu.UTF-8):      Makrók polinomokkal való műveletekre
2885 Group:          Applications/Publishing/TeX
2886 Requires(post,postun):  %{_bindir}/texhash
2887 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2888
2889 %description latex-polynom
2890 Macros for manipulating polynomials.
2891
2892 %description latex-polynom -l hu.UTF-8
2893 Makrók polinomokkal való műveletekre.
2894
2895 %package latex-polynomial
2896 Summary:        Typeset (univariate) polynomials
2897 Summary(hu.UTF-8):      Egyváltozós polinomok szedése
2898 Group:          Applications/Publishing/TeX
2899 Requires(post,postun):  %{_bindir}/texhash
2900 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2901
2902 %description latex-polynomial
2903 Typeset (univariate) polynomials.
2904
2905 %description latex-polynomial -l hu.UTF-8
2906 Egyváltozós polinomok szedése.
2907
2908 %package latex-prosper
2909 Summary:        LaTeX class for high quality slides
2910 Summary(hu.UTF-8):      LaTeX osztály jó minőségű fóliák készítéséhez
2911 Group:          Applications/Publishing/TeX
2912 Requires(post,postun):  %{_bindir}/texhash
2913 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2914
2915 %description latex-prosper
2916 LaTeX class for high quality slides.
2917
2918 %description latex-prosper -l hu.UTF-8
2919 LaTeX osztály jó minőségű fóliák készítéséhez.
2920
2921 %package latex-pseudocode
2922 Summary:        LaTeX enviroment for specifying algorithms in a natural way
2923 Summary(hu.UTF-8):      LaTeX környezet algoritmusok bevitelére
2924 Group:          Applications/Publishing/TeX
2925 Requires(post,postun):  %{_bindir}/texhash
2926 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2927
2928 %description latex-pseudocode
2929 LaTeX enviroment for specifying algorithms in a natural way.
2930
2931 %description latex-pseudocode -l hu.UTF-8
2932 LaTeX környezet algoritmusok bevitelére.
2933
2934 %package latex-psnfss
2935 Summary:        LaTeX font support for common PostScript fonts
2936 Summary(pl.UTF-8):      Obsługa popularnych fontów postscriptowych w LaTeXu
2937 Group:          Applications/Publishing/TeX
2938 Requires(post,postun):  %{_bindir}/texhash
2939 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2940 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2941 Obsoletes:      tetex-latex-mathptm
2942 Obsoletes:      tetex-latex-mathptmx
2943
2944 %description latex-psnfss
2945 LaTeX font definition files, macros and font metrics for common
2946 PostScript fonts.
2947
2948 %description latex-psnfss -l pl.UTF-8
2949 LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2950 popularnych fontów postscriptowych.
2951
2952 %package latex-pst-2dplot
2953 Summary:        A PSTricks package for drawing 2D curves
2954 Summary(hu.UTF-8):      PSTricks csomag kétdimenziós görbék rajzolásához
2955 Group:          Applications/Publishing/TeX
2956 Requires(post,postun):  %{_bindir}/texhash
2957 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2958
2959 %description latex-pst-2dplot
2960 A PSTricks package for drawing 2D curves.
2961
2962 %description latex-pst-2dplot -l hu.UTF-8
2963 PSTricks csomag kétdimenziós görbék rajzolásához.
2964
2965 %package latex-pst-3dplot
2966 Summary:        Draw 3d curves and graphs using PSTricks
2967 Summary(hu.UTF-8):      3D-s görbék és grafikonok PSTricks-szel
2968 Group:          Applications/Publishing/TeX
2969 Requires(post,postun):  %{_bindir}/texhash
2970 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2971
2972 %description latex-pst-3dplot
2973 Draw 3d curves and graphs using PSTricks.
2974
2975 %description latex-pst-3dplot -l hu.UTF-8
2976 3D-s görbék és grafikonok PSTricks-szel.
2977
2978
2979 %package latex-pst-bar
2980 Summary:        Produces bar charts using pstricks
2981 Summary(hu.UTF-8):      Oszlopdiagramok pstricks-szel
2982 Group:          Applications/Publishing/TeX
2983 Requires(post,postun):  %{_bindir}/texhash
2984 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2985
2986 %description latex-pst-bar
2987 Produces bar charts using pstricks.
2988
2989 %description latex-pst-bar -l hu.UTF-8
2990 Oszlopdiagramok pstricks-szel.
2991
2992 %package latex-pst-circ
2993 Summary:        PSTricks package for drawing electric circuits
2994 Summary(hu.UTF-8):      PSTricks csomag elektromos áramkörök rajzolásához
2995 Group:          Applications/Publishing/TeX
2996 Requires(post,postun):  %{_bindir}/texhash
2997 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2998
2999 %description latex-pst-circ
3000 PSTricks package for drawing electric circuits.
3001
3002 %description latex-pst-circ -l hu.UTF-8
3003 PSTricks csomag elektromos áramkörök rajzolásához.
3004
3005 %package latex-pst-diffraction
3006 Summary:        Print diffraction patterns from various apertures
3007 Summary(hu.UTF-8):      Diffrakciós képek különböző eszközökön
3008 Group:          Applications/Publishing/TeX
3009 Requires(post,postun):  %{_bindir}/texhash
3010 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3011
3012 %description latex-pst-diffraction
3013 Print diffraction patterns from various apertures.
3014
3015 %description latex-pst-diffraction -l hu.UTF-8
3016 Diffrakciós képek különböző eszközökön.
3017
3018 %package latex-pst-eucl
3019 Summary:        Euclidian geometry with pstricks
3020 Summary(hu.UTF-8):      Euklidészi geometria a pstricks használatával
3021 Group:          Applications/Publishing/TeX
3022 Requires(post,postun):  %{_bindir}/texhash
3023 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3024
3025 %description latex-pst-eucl
3026 Euclidian geometry with pstricks.
3027
3028 %description latex-pst-eucl -l hu.UTF-8
3029 Euklidészi geometria a pstricks használatával.
3030
3031
3032 %package latex-pst-fun
3033 Summary:        Draw "funny" objects with PSTricks
3034 Summary(hu.UTF-8):      "Vicces" rajzok PSTricks-szel
3035 Group:          Applications/Publishing/TeX
3036 Requires(post,postun):  %{_bindir}/texhash
3037 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3038
3039 %description latex-pst-fun
3040 Draw "funny" objects with PSTricks.
3041
3042 %description latex-pst-fun -l hu.UTF-8
3043 "Vicces" rajzok PSTricks-szel
3044
3045 %package latex-pst-func
3046 Summary:        PSTricks package for plotting mathematical functions
3047 Summary(hu.UTF-8):      PSTricks csomag matematikai függvények ábrázolásához
3048 Group:          Applications/Publishing/TeX
3049 Requires(post,postun):  %{_bindir}/texhash
3050 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3051
3052 %description latex-pst-func
3053 PSTricks package for plotting mathematical functions.
3054
3055 %description latex-pst-eucl -l hu.UTF-8
3056 PSTricks csomag matematikai függvények ábrázolásához.
3057
3058 %package latex-pst-fr3d
3059 Summary:        Draw 3-dimensional framed boxes using PSTricks
3060 Summary(hu.UTF-8):      Háromdimenziós dobozok PSTricks segítségével
3061 Group:          Applications/Publishing/TeX
3062 Requires(post,postun):  %{_bindir}/texhash
3063 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3064
3065 %description latex-pst-fr3d
3066 Draw 3-dimensional framed boxes using PSTricks.
3067
3068 %description latex-pst-fr3d -l hu.UTF-8
3069 Háromdimenziós dobozok PSTricks segítségével.
3070
3071 %package latex-pst-fractal
3072 Summary:        Draw fractal sets using PSTricks
3073 Summary(hu.UTF-8):      Fraktálok rajzolása PSTricks segítségével
3074 Group:          Applications/Publishing/TeX
3075 Requires(post,postun):  %{_bindir}/texhash
3076 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3077
3078 %description latex-pst-fractal
3079 Draw fractal sets using PSTricks.
3080
3081 %description latex-pst-fractal -l hu.UTF-8
3082 Fraktálok rajzolása PSTricks segítségével.
3083
3084 %package latex-pst-infixplot
3085 Summary:        Using pstricks plotting capacities with infix expressions rather than RPN
3086 Summary(hu.UTF-8):      Infix kifejezések ábrázolása
3087 Group:          Applications/Publishing/TeX
3088 Requires(post,postun):  %{_bindir}/texhash
3089 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3090
3091 %description latex-pst-infixplot
3092 Using pstricks plotting capacities with infix expressions rather than
3093 RPN.
3094
3095 %description latex-pst-infixplot -l hu.UTF-8
3096 Infix kifejezések ábrázolása.
3097
3098 %package latex-pst-math
3099 Summary:        Enhancement of PostScript math operators to use with pstricks
3100 Summary(hu.UTF-8):      PostScript matematikai operátorok bővítése pstricks-szel
3101 Group:          Applications/Publishing/TeX
3102 Requires(post,postun):  %{_bindir}/texhash
3103 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3104
3105 %description latex-pst-math
3106 Enhancement of PostScript math operators to use with pstricks.
3107
3108 %description latex-pst-math -l hu.UTF-8
3109 PostScript matematikai operátorok bővítése pstricks-szel.
3110
3111 %package latex-pst-ob3d
3112 Summary:        Three dimensional objects using PSTricks
3113 Summary(hu.UTF-8):      Háromdimenziós objektumok PSTricks-szel
3114 Group:          Applications/Publishing/TeX
3115 Requires(post,postun):  %{_bindir}/texhash
3116 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3117
3118 %description latex-pst-ob3d
3119 Three dimensional objects using PSTricks.
3120
3121 %description latex-pst-ob3d -l hu.UTF-8
3122 Háromdimenziós objektumok PSTricks-szel.
3123
3124 %package latex-pst-optexp
3125 Summary:        Drawing optical experimental setups
3126 Summary(hu.UTF-8):      Optikai összeállítások rajzolása
3127 Group:          Applications/Publishing/TeX
3128 Requires(post,postun):  %{_bindir}/texhash
3129 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3130
3131 %description latex-pst-optexp
3132 Drawing optical experimental setups.
3133
3134 %description latex-pst-optexp -l hu.UTF-8
3135 Optikai összeállítások rajzolása.
3136
3137 %package latex-pst-optic
3138 Summary:        Drawing optics diagrams
3139 Summary(hu.UTF-8):      Optikai ábrák rajzolása
3140 Group:          Applications/Publishing/TeX
3141 Requires(post,postun):  %{_bindir}/texhash
3142 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3143
3144 %description latex-pst-optic
3145 Drawing optics diagrams.
3146
3147 %description latex-pst-optic -l hu.UTF-8
3148 Optikai ábrák rajzolása.
3149
3150 %package latex-pst-text
3151 Summary:        Text and character manipulation in PSTricks
3152 Summary(hu.UTF-8):      Szöveg és karakter manipulációk PSTricks-szel
3153 Group:          Applications/Publishing/TeX
3154 Requires(post,postun):  %{_bindir}/texhash
3155 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3156
3157 %description latex-pst-text
3158 Text and character manipulation in PSTricks.
3159
3160 %description latex-pst-text -l hu.UTF-8
3161 Szöveg és karakter manipulációk PSTricks-szel.
3162
3163 %package latex-pst-uncategorized
3164 Summary:        Other uncategorized PSTricks packages
3165 Summary(hu.UTF-8):      Néhány kategorizálatlan PSTricks csomag
3166 Group:          Applications/Publishing/TeX
3167 Requires(post,postun):  %{_bindir}/texhash
3168 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3169
3170 %description latex-pst-uncategorized
3171 Other uncategorized PSTricks packages.
3172
3173 %description latex-pst-uncategorized -l hu.UTF-8
3174 Néhány kategorizálatlan PSTricks csomag.
3175
3176 %package latex-pxfonts
3177 Summary:        PX fonts LaTeX support
3178 Summary(pl.UTF-8):      Obsługa fontów PX w LaTeXu
3179 Group:          Applications/Publishing/TeX
3180 Requires(post,postun):  %{_bindir}/texhash
3181 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
3182 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3183
3184 %description latex-pxfonts
3185 PX fonts LaTeX support.
3186
3187 %description latex-pxfonts -l pl.UTF-8
3188 Obsługa fontów PX w LaTeXu.
3189
3190 %package latex-qfonts
3191 Summary:        A collection of PostScript (Adobe Type 1) fonts in QX layout
3192 Summary(pl.UTF-8):      Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3193 Group:          Applications/Publishing/TeX
3194 Requires(post,postun):  %{_bindir}/texhash
3195 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3196 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3197
3198 %description latex-qfonts
3199 A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3200 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3201 QuasiTimes (regular, italic, bold and bold italic), based on URW++
3202 fonts distributed with Ghostscript. The fonts are encoded according to
3203 QX layout which facilitates multilingual and technical typesetting
3204 using TeX, preserving usability in Windows applications.
3205
3206 %description latex-qfonts -l pl.UTF-8
3207 Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3208 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3209 QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3210 fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3211 zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3212 TeXu, zachowując przydatność dla aplikacji windowsowych.
3213
3214 %package latex-SIstyle
3215 Summary:        Package to typeset SI units, numbers and angles
3216 Summary(hu.UTF-8):      Csomag SI egységek, számok és szögek szedésére
3217 Group:          Applications/Publishing/TeX
3218 Requires(post,postun):  /usr/bin/texhash
3219 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3220
3221 %description latex-SIstyle
3222 Package to typeset SI units, numbers and angles.
3223
3224 %description latex-SIstyle -l hu.UTF-8
3225 Csomag SI egységek, számok és szögek szedésére.
3226
3227 %package latex-SIunits
3228 Summary:        The SIunits package can be used to standardise the use of units in your writings
3229 Summary(hu.UTF-8):      Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3230 Group:          Applications/Publishing/TeX
3231 Requires(post,postun):  /usr/bin/texhash
3232 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3233
3234 %description latex-SIunits
3235 The SIunits package can be used to standardise the use of units in
3236 your writings.
3237
3238 %description latex-SIunits -l hu.UTF-8
3239 Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3240
3241 %package latex-siunitx
3242 Summary:        A comprehensive (SI) units package
3243 Summary(hu.UTF-8):      Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3244 Group:          Applications/Publishing/TeX
3245 Requires(post,postun):  /usr/bin/texhash
3246 Requires:       %{name}-latex
3247
3248 %description latex-siunitx
3249 A comprehensive (SI) units package.
3250
3251 %description latex-siunitx -l hu.UTF-8
3252 Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3253
3254 %package latex-Tabbing
3255 Summary:        Tabbing with accented letters
3256 Summary(hu.UTF-8):      Tabbing környezet ékezetes betűk használatával
3257 Group:          Applications/Publishing/TeX
3258 Requires(post,postun):  /usr/bin/texhash
3259
3260 %description latex-Tabbing
3261 Tabbing with accented letters.
3262
3263 %description latex-Tabbing -l hu.UTF-8
3264 Tabbing környezet ékezetes betűk használatával.
3265
3266 %package latex-urwvn
3267 Summary:        URWVN fonts
3268 Summary(pl.UTF-8):      Fonty URWVN
3269 Group:          Applications/Publishing/TeX
3270 Requires(post,postun):  /usr/bin/texhash
3271 Requires:       %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3272 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3273
3274 %description latex-urwvn
3275 URWVN fonts.
3276
3277 %description latex-urwvn -l pl.UTF-8
3278 Fonty URWVN.
3279
3280 %package latex-txfonts
3281 Summary:        TX fonts LaTeX support
3282 Summary(pl.UTF-8):      Obsługa fontów TX w LaTeXu
3283 Group:          Applications/Publishing/TeX
3284 Requires(post,postun):  %{_bindir}/texhash
3285 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3286 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3287
3288 %description latex-txfonts
3289 TX fonts LaTeX support.
3290
3291 %description latex-txfonts -l pl.UTF-8
3292 Obsługa fontów TX w LaTeXu.
3293
3294 %package latex-ucs
3295 Summary:        This package contains support for using UTF-8 as input encoding in LaTeX documents
3296 Summary(hu.UTF-8):      Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
3297 Group:          Applications/Publishing/TeX
3298 Requires(post,postun):  %{_bindir}/texhash
3299 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3300
3301 %description latex-ucs
3302 This package contains support for using UTF-8 as input encoding in
3303 LaTeX documents.
3304
3305 %description latex-ucs -l hu.UTF-8
3306 Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3307
3308 %package latex-umlaute
3309 Summary:        An interface to inputenc for using alternate input encodings
3310 Summary(pl.UTF-8):      Interfejs inputenc do używania alternatywnych kodowań wejściowych
3311 Group:          Applications/Publishing/TeX
3312 Requires(post,postun):  %{_bindir}/texhash
3313 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3314
3315 %description latex-umlaute
3316 An interface to inputenc for using alternate input encodings.
3317
3318 %description latex-umlaute -l pl.UTF-8
3319 Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3320
3321 %package latex-wasysym
3322 Summary:        Extra characters from the Waldis symbol fonts
3323 Summary(pl.UTF-8):      Dodatkowe znaki z fontów Waldis symbol
3324 Group:          Applications/Publishing/TeX
3325 Requires(post,postun):  %{_bindir}/texhash
3326 Requires:       %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3327 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3328
3329 %description latex-wasysym
3330 Makes some additional characters available that come from the wasy
3331 fonts (Waldis symbol fonts). These fonts are not automatically
3332 included in NFSS2/LaTeX2e since they take up important space and often
3333 aren't necessary if one makes use of the packages amsfonts or amssymb.
3334 Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3335 apple, ocircle invneg, logof, varint, male, female, phone, clock,
3336 lightning, pointer, sun, bell, permil, smiley, various electrical
3337 symbols, shapes, music notes, circles, signs, astronomy, etc.
3338
3339 %description latex-wasysym -l pl.UTF-8
3340 Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3341 (Waldis symbol). Te fonty nie są automatycznie dołączane w
3342 NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3343 jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3344 m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3345 ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3346 pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3347 kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3348
3349 %package latex-xcolor
3350 Summary:        Allows for access to color tints, shades, tones etc
3351 Summary(hu.UTF-8):      Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3352 Summary(pl.UTF-8):      Pozwala na dostęp do odcieni, gradientów itp.
3353 Group:          Applications/Publishing/TeX
3354 Obsoletes:      tetex-latex-xcolor
3355
3356 %description
3357 `xcolor' provides easy driver-independent access to several kinds of
3358 color tints, shades, tones, and mixes of arbitrary colors. It allows
3359 to select a document-wide target color model and offers tools for
3360 automatic color schemes, conversion between eight color models, and
3361 alternating table row colors.
3362
3363 %description latex-xcolor -l hu.UTF-8
3364 `xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3365 színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3366 keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3367 modell kiválasztásához és a színmodellek közötti konverzióra.
3368
3369 %description latex-xcolor -l pl.UTF-8
3370 `xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3371 wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3372 na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3373 schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3374 naprzemiennych kolorów w tabelach.
3375
3376 %package format-latex
3377 Summary:        LaTeX macro package
3378 Summary(pl.UTF-8):      Pakiet makr LaTeX
3379 Group:          Applications/Publishing/TeX
3380 Requires(post,postun):  %{_bindir}/texhash
3381 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3382 Obsoletes:      hugelatex
3383
3384 %description format-latex
3385 LaTeX is a front end for the TeX text formatting system. Easier to use
3386 than TeX, LaTeX is essentially a set of TeX macros which provide
3387 convenient, predefined document formats for users.
3388
3389 This package contains LaTeX format.
3390
3391 %description format-latex -l pl.UTF-8
3392 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3393 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3394 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3395
3396 Ten pakiet zawiera format LaTeX.
3397
3398 %package format-pdflatex
3399 Summary:        PDF LaTeX macro package
3400 Summary(pl.UTF-8):      Pakiet makr PDF LaTeX
3401 Group:          Applications/Publishing/TeX
3402 Requires(post,postun):  %{_bindir}/texhash
3403 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3404 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3405 Requires:       %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3406 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
3407 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3408
3409 %description format-pdflatex
3410 LaTeX is a front end for the TeX text formatting system. Easier to use
3411 than TeX, LaTeX is essentially a set of TeX macros which provide
3412 convenient, predefined document formats for users.
3413
3414 This package contains PDF LaTeX format.
3415
3416 %description format-pdflatex -l pl.UTF-8
3417 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3418 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3419 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3420
3421 Ten pakiet zawiera format PDF LaTeX.
3422
3423 # PLaTeX format
3424
3425 %package platex
3426 Summary:        PLaTeX format basic files
3427 Summary(pl.UTF-8):      Podstawowe pliki dla formatu PLaTeX
3428 Group:          Applications/Publishing/TeX
3429 Requires(post,postun):  %{_bindir}/texhash
3430 Requires:       %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3431 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3432
3433 %description platex
3434 PLaTeX format basic files.
3435
3436 %description platex -l pl.UTF-8
3437 Podstawowe pliki dla formatu PLaTeX.
3438
3439 %package format-platex
3440 Summary:        PLaTeX format
3441 Summary(pl.UTF-8):      Format PLaTeX
3442 Group:          Applications/Publishing/TeX
3443 Requires(post,postun):  %{_bindir}/texhash
3444 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3445
3446 %description format-platex
3447 PLaTeX format.
3448
3449 %description format-platex -l pl.UTF-8
3450 Format PLaTeX.
3451
3452 %package format-pdfplatex
3453 Summary:        PDF PLaTeX format
3454 Summary(pl.UTF-8):      Format PDF PLaTeX
3455 Group:          Applications/Publishing/TeX
3456 Requires(post,postun):  %{_bindir}/texhash
3457 Requires:       %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3458 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3459 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3460
3461 %description format-pdfplatex
3462 PDF PLaTeX format.
3463
3464 %description format-pdfplatex -l pl.UTF-8
3465 Format PDF PLaTeX.
3466
3467 # # TeX generic macros #
3468
3469 %package tex-babel
3470 Summary:        Multilingual support for TeX
3471 Summary(pl.UTF-8):      Obsługa wielu języków dla TeXa
3472 Group:          Applications/Publishing/TeX
3473 Requires(post,postun):  %{_bindir}/texhash
3474 Requires:       %{name} = %{epoch}:%{version}-%{release}
3475
3476 %description tex-babel
3477 Multilingual support for TeX.
3478
3479 %description tex-babel -l pl.UTF-8
3480 Obsługa wielu języków dla TeXa.
3481
3482 %package tex-german
3483 Summary:        Supports the new German orthography (neue deutsche Rechtschreibung)
3484 Summary(pl.UTF-8):      Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3485 Group:          Applications/Publishing/TeX
3486 Requires(post,postun):  %{_bindir}/texhash
3487 Requires:       %{name} = %{epoch}:%{version}-%{release}
3488
3489 %description tex-german
3490 Supports the new German orthography (neue deutsche Rechtschreibung).
3491
3492 %description tex-german -l pl.UTF-8
3493 Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3494
3495 %package tex-mfpic
3496 Summary:        Macros which generate Metafont or Metapost for drawing pictures
3497 Summary(pl.UTF-8):      Makra generujące Metafont lub Metapost do rysowania obrazków
3498 Group:          Applications/Publishing/TeX
3499 Requires(post,postun):  %{_bindir}/texhash
3500 Requires:       %{name} = %{epoch}:%{version}-%{release}
3501
3502 %description tex-mfpic
3503 Macros which generate Metafont or Metapost for drawing pictures.
3504
3505 %description tex-mfpic -l pl.UTF-8
3506 Makra generujące Metafont lub Metapost do rysowania obrazków.
3507
3508 %package tex-misc
3509 Summary:        Miscellaneous TeX macros
3510 Summary(pl.UTF-8):      Różne makra TeXowe
3511 Group:          Applications/Publishing/TeX
3512 Requires(post,postun):  %{_bindir}/texhash
3513 Requires:       %{name} = %{epoch}:%{version}-%{release}
3514 Obsoletes:      tetex-tex-eijkhout
3515
3516 %description tex-misc
3517 Miscellaneous TeX macros.
3518
3519 %description tex-misc -l pl.UTF-8
3520 Różne makra TeXowe.
3521
3522 %package tex-pictex
3523 Summary:        Picture drawing macros for TeX and LaTeX
3524 Summary(pl.UTF-8):      Makra do rysowania obrazków dla TeXa i LaTeXa
3525 Group:          Applications/Publishing/TeX
3526 Requires(post,postun):  %{_bindir}/texhash
3527 Requires:       %{name} = %{epoch}:%{version}-%{release}
3528
3529 %description tex-pictex
3530 Picture drawing macros for TeX and LaTeX.
3531
3532 %description tex-pictex -l pl.UTF-8
3533 Makra do rysowania obrazków dla TeXa i LaTeXa.
3534
3535 %package tex-pstricks
3536 Summary:        PostScript macros for TeX
3537 Summary(pl.UTF-8):      Makra postscriptowe dla TeXa
3538 Group:          Applications/Publishing/TeX
3539 Requires(post,postun):  %{_bindir}/texhash
3540 Requires:       %{name} = %{epoch}:%{version}-%{release}
3541
3542 %description tex-pstricks
3543 An extensive collection of PostScript macros that is compatible with
3544 most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3545 AMS-LaTeX. Included are macros for color, graphics, pie charts,
3546 rotation, trees and overlays. It has many special features, including:
3547 a wide variety of graphics (picture drawing) macros, with a flexible
3548 interface and with color support. There are macros for coloring or
3549 shading the cells of tables.
3550
3551 %description tex-pstricks -l pl.UTF-8
3552 Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3553 makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3554 makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3555 nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3556 rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3557 makra do kolorowania lub cieniowania komórek tabel.
3558
3559 %package tex-qpx
3560 Summary:        QuasiPalatino and PX fonts typesetting support
3561 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiPalatino i PX
3562 Group:          Applications/Publishing/TeX
3563 Requires(post,postun):  %{_bindir}/texhash
3564 Requires:       %{name} = %{epoch}:%{version}-%{release}
3565 Requires:       %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3566
3567 %description tex-qpx
3568 QuasiPalatino and PX fonts typesetting support.
3569
3570 %description tex-qpx -l pl.UTF-8
3571 Wsparcie dla składu fontami QuasiPalatino i PX.
3572
3573 %package tex-qpxqtx
3574 Summary:        QuasiTimes and TX fonts typesetting support
3575 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiTimes i TX
3576 Group:          Applications/Publishing/TeX
3577 Requires(post,postun):  %{_bindir}/texhash
3578 Requires:       %{name} = %{epoch}:%{version}-%{release}
3579 Requires:       %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
3580
3581 %description tex-qpxqtx
3582 QuasiTimes and TX fonts typesetting support.
3583
3584 %description tex-qpxqtx -l pl.UTF-8
3585 Wsparcie dla składu fontami QuasiTimes i TX.
3586
3587 %package tex-ruhyphen
3588 Summary:        Russian hyphenation
3589 Summary(pl.UTF-8):      Rosyjskie reguły przenoszenia wyrazów
3590 Group:          Applications/Publishing/TeX
3591 Requires(post,postun):  %{_bindir}/texhash
3592 Requires:       %{name} = %{epoch}:%{version}-%{release}
3593
3594 %description tex-ruhyphen
3595 A collection of Russian hyphenation patterns supporting a number of
3596 Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3597 LCY, LWN (OT2), and koi8-r.
3598
3599 %description tex-ruhyphen -l pl.UTF-8
3600 Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3601 kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3602 Cyrillic), LCY, LWN (OT2) i koi8-r.
3603
3604 %package tex-spanish
3605 Summary:        Various TeX related files for typesetting documents written in Spanish
3606 Summary(pl.UTF-8):      Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3607 Group:          Applications/Publishing/TeX
3608 Requires(post,postun):  %{_bindir}/texhash
3609 Requires:       %{name} = %{epoch}:%{version}-%{release}
3610 Obsoletes:      tetex-tex-spanishb
3611
3612 %description tex-spanish
3613 Various TeX related files for typesetting documents written in
3614 Spanish, including hyphenation and dictionaries.
3615
3616 %description tex-spanish -l pl.UTF-8
3617 Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3618 hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3619
3620 %package tex-texdraw
3621 Summary:        Graphical macros, using embedded PostScript
3622 Summary(pl.UTF-8):      Makra graficzne używające osadzanego PostScriptu
3623 Group:          Applications/Publishing/TeX
3624 Requires(post,postun):  %{_bindir}/texhash
3625 Requires:       %{name} = %{epoch}:%{version}-%{release}
3626
3627 %description tex-texdraw
3628 Graphical macros, using embedded PostScript.
3629
3630 %description tex-texdraw -l pl.UTF-8
3631 Makra graficzne używające osadzanego PostScriptu.
3632
3633 %package tex-thumbpdf
3634 Summary:        Thumbnails for PDFTeX and dvips/ps2pdf
3635 Summary(pl.UTF-8):      Ikonki dla PDFTeXa i dvips/ps2pdf
3636 Group:          Applications/Publishing/TeX
3637 Requires(post,postun):  %{_bindir}/texhash
3638 Requires:       %{name} = %{epoch}:%{version}-%{release}
3639
3640 %description tex-thumbpdf
3641 Provides support, using Perl, for thumbnails in pdfTeX and
3642 dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3643 represented in a TeX readable file that is read by the package
3644 thumbpdf.sty to automatically include the thumbnails. Works with both
3645 plain TeX and LaTeX.
3646
3647 %description tex-thumbpdf -l pl.UTF-8
3648 Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3649 użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3650 TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3651 ikonki. Działa z formatami plain TeX i LaTeX.
3652
3653 %package tex-ukrhyph
3654 Summary:        Ukranian hyphenation
3655 Summary(pl.UTF-8):      Ukraińskie zasady przenoszenia wyrazów
3656 Group:          Applications/Publishing/TeX
3657 Requires(post,postun):  %{_bindir}/texhash
3658 Requires:       %{name} = %{epoch}:%{version}-%{release}
3659
3660 %description tex-ukrhyph
3661 This package allows the use of different hyphenation patterns for the
3662 Ukrainian language for various Cyrillic font encodings. Contains
3663 packages implementing traditional rules, modern rules, and combined
3664 English-Ukrainian hyphenation.
3665
3666 %description tex-ukrhyph -l pl.UTF-8
3667 Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3668 dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3669 Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3670 łączonych angielsko-ukraińskich.
3671
3672 %package latex-vietnam
3673 Summary:        Vietnamese language support
3674 Summary(pl.UTF-8):      Wsparcie dla języka wietnamskiego
3675 Group:          Applications/Publishing/TeX
3676 Requires(post,postun):  %{_bindir}/texhash
3677 Requires:       %{name} = %{epoch}:%{version}-%{release}
3678 Obsoletes:      tetex-tex-vietnam
3679
3680 %description latex-vietnam
3681 Vietnamese language support.
3682
3683 %description latex-vietnam -l pl.UTF-8
3684 Wsparcie dla języka wietnamskiego.
3685
3686 %package tex-xypic
3687 Summary:        Package for typesetting a variety of graphs and diagrams with TeX
3688 Summary(pl.UTF-8):      Pakiet do składania w TeXu różnych wykresów i diagramów
3689 Group:          Applications/Publishing/TeX
3690 Requires(post,postun):  %{_bindir}/texhash
3691 Requires:       %{name} = %{epoch}:%{version}-%{release}
3692 Requires:       %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3693
3694 %description tex-xypic
3695 A package for typesetting a variety of graphs and diagrams with TeX.
3696 Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3697 and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3698 `supported package'.
3699
3700 %description tex-xypic -l pl.UTF-8
3701 Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3702 z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3703 w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3704
3705 %package tex-xkeyval
3706 Summary:        Extension to keyval package
3707 Summary(pl.UTF-8):      Rozszerzenie do pakietu keyval
3708 Group:          Applications/Publishing/TeX
3709 Requires(post,postun):  /usr/bin/texhash
3710 Requires:       %{name} = %{epoch}:%{version}-%{release}
3711
3712 %description tex-xkeyval
3713 Extension to keyval package.
3714
3715 %description tex-xkeyval -l pl.UTF-8
3716 Rozszerzenie do pakietu keyval.
3717
3718 %package dirs-fonts
3719 Summary:        TeX font directories
3720 Summary(pl.UTF-8):      Katalogi fontów TeXa
3721 Group:          Fonts
3722 Obsoletes:      tetex-dirs-fonts
3723
3724 %description dirs-fonts
3725 TeX font directories.
3726
3727 %description dirs-fonts -l pl.UTF-8
3728 Katalogi fontów TeXa.
3729
3730 # # Fonts packages #
3731
3732 %package fonts-adobe
3733 Summary:        Adobe fonts
3734 Summary(pl.UTF-8):      Fonty Adobe
3735 Group:          Fonts
3736 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3737
3738 %description fonts-adobe
3739 Adobe fonts.
3740
3741 %description fonts-adobe -l pl.UTF-8
3742 Fonty Adobe.
3743
3744 %package fonts-ae
3745 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
3746 Summary(pl.UTF-8):      Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3747 Group:          Fonts
3748 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3749
3750 %description fonts-ae
3751 Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3752
3753 %description fonts-ae -l pl.UTF-8
3754 Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3755
3756 %package fonts-ams
3757 Summary:        AMS fonts
3758 Summary(pl.UTF-8):      Fonty AMS
3759 Group:          Fonts
3760 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3761
3762 %description fonts-ams
3763 AMS fonts.
3764
3765 %description fonts-ams -l pl.UTF-8
3766 Fonty AMS.
3767
3768 %package fonts-antp
3769 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3770 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3771 Group:          Fonts
3772 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3773
3774 %description fonts-antp
3775 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3776
3777 %description fonts-antp -l pl.UTF-8
3778 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3779 Type 1.
3780
3781 %package fonts-antt
3782 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
3783 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3784 Group:          Fonts
3785 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3786
3787 %description fonts-antt
3788 Antykwa Torunska, a Type 1 family of a Polish traditional type.
3789
3790 %description fonts-antt -l pl.UTF-8
3791 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3792
3793 %package fonts-arphic
3794 Summary:        Arphic fonts
3795 Group:          Fonts
3796 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3797
3798 %description fonts-arphic
3799 Arphic fonts.
3800
3801 %package fonts-bbm
3802 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
3803 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3804 Group:          Fonts
3805 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3806
3807 %description fonts-bbm
3808 Blackboard variant fonts for Computer Modern, with LaTeX support.
3809
3810 %description fonts-bbm -l pl.UTF-8
3811 Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3812
3813 %package fonts-bbold
3814 Summary:        Sans serif blackboard bold for LaTeX
3815 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
3816 Group:          Fonts
3817 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3818
3819 %description fonts-bbold
3820 Sans serif blackboard bold for LaTeX.
3821
3822 %description fonts-bbold -l pl.UTF-8
3823 Tablicowy tłusty font sans serif dla LaTeXa.
3824
3825 %package fonts-bh
3826 Summary:        Bold & Heavy Fonts
3827 Summary(pl.UTF-8):      Fonty Bold i Heavy
3828 Group:          Fonts
3829 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3830
3831 %description fonts-bh
3832 Bold & Heavy Fonts.
3833
3834 %description fonts-bh -l pl.UTF-8
3835 Fonty Bold i Heavy.
3836
3837 %package fonts-bitstream
3838 Summary:        Bitstream fonts
3839 Summary(pl.UTF-8):      Fonty Bitstream
3840 Group:          Fonts
3841 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3842 Obsoletes:      tetex-fonts-bitstrea
3843
3844 %description fonts-bitstream
3845 Bitstream fonts.
3846
3847 %description fonts-bitstream -l pl.UTF-8
3848 Fonty Bitstream.
3849
3850 %package fonts-cbgreek
3851 Summary:        Complete set of Greek fonts
3852 Summary(pl.UTF-8):      Pełny zestaw fontów greckich
3853 Group:          Fonts
3854 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3855
3856 %description fonts-cbgreek
3857 Complete set of Greek fonts.
3858
3859 %description fonts-cbgreek -l pl.UTF-8
3860 Pełny zestaw fontów greckich.
3861
3862 %package fonts-cc-pl
3863 Summary:        Polish version of Computer Concrete fonts
3864 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
3865 Group:          Fonts
3866 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3867
3868 %description fonts-cc-pl
3869 Polish version of Computer Concrete fonts.
3870
3871 %description fonts-cc-pl -l pl.UTF-8
3872 Polska wersja fontów Computer Concrete.
3873
3874 %package fonts-cg
3875 Summary:        Compugraphic fonts
3876 Summary(pl.UTF-8):      Fonty Compugraphic
3877 Group:          Fonts
3878 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3879
3880 %description fonts-cg
3881 Compugraphic fonts.
3882
3883 %description fonts-cg -l pl.UTF-8
3884 Fonty Compugraphic.
3885
3886 %package fonts-cm
3887 Summary:        Computer Modern fonts
3888 Summary(pl.UTF-8):      Fonty Computer Modern
3889 Group:          Fonts
3890 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3891
3892 %description fonts-cm
3893 Computer Modern fonts.
3894
3895 %description fonts-cm -l pl.UTF-8
3896 Fonty Computer Modern.
3897
3898 %package fonts-cmbright
3899 Summary:        CM Bright fonts
3900 Summary(pl.UTF-8):      Fonty CM Bright
3901 Group:          Fonts
3902 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3903
3904 %description fonts-cmbright
3905 CM Bright fonts.
3906
3907 %description fonts-cmbright -l pl.UTF-8
3908 Fonty CM Bright.
3909
3910 %package fonts-cmsuper
3911 Summary:        CM Super fonts
3912 Summary(hu.UTF-8):      CM Super betűtípus
3913 Group:          Fonts
3914 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3915
3916 %description fonts-cmsuper
3917 CM Super fonts.
3918
3919 %description fonts-cmsuper -l hu.UTF-8
3920 CM Super betűtípus
3921
3922
3923 %package fonts-cmcyr
3924 Summary:        Computer Modern fonts extended with Russian letters
3925 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
3926 Group:          Fonts
3927 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3928
3929 %description fonts-cmcyr
3930 Computer Modern fonts extended with Russian letters.
3931
3932 %description fonts-cmcyr -l pl.UTF-8
3933 Fonty Computer Modern rozszerzone o litery rosyjskie.
3934
3935 %package fonts-cmextra
3936 Summary:        Extra Computer Modern fonts, from the American Mathematical Society
3937 Summary(pl.UTF-8):      Dodatkowe fonty Computer Modern z AMS
3938 Group:          Fonts
3939 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3940
3941 %description fonts-cmextra
3942 Extra Computer Modern fonts, from the American Mathematical Society.
3943
3944 %description fonts-cmextra -l pl.UTF-8
3945 Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3946
3947 %package fonts-concmath
3948 Summary:        Concrete Math fonts
3949 Summary(pl.UTF-8):      Fonty matematyczne Concrete Math
3950 Group:          Fonts
3951 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3952
3953 %description fonts-concmath
3954 Concrete Math fonts.
3955
3956 %description fonts-concmath -l pl.UTF-8
3957 Fonty matematyczne Concrete Math.
3958
3959 %package fonts-concrete
3960 Summary:        Concrete Roman fonts
3961 Summary(pl.UTF-8):      Fonty Concrete Roman
3962 Group:          Fonts
3963 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3964
3965 %description fonts-concrete
3966 Concrete Roman fonts, designed by Donald E. Knuth, originally for use
3967 with Euler math fonts.
3968
3969 %description fonts-concrete -l pl.UTF-8
3970 Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
3971 przeznaczone do używania z fontami matematycznymi Euler.
3972
3973 %package fonts-cs
3974 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
3975 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3976 Group:          Fonts
3977 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3978
3979 %description fonts-cs
3980 Czech/Slovak-tuned MetaFont Computer Modern fonts.
3981
3982 %description fonts-cs -l pl.UTF-8
3983 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
3984 czeskiego i słowackiego.
3985
3986 %package fonts-dstroke
3987 Summary:        Doublestroke font for typesetting the mathematical symbols
3988 Summary(pl.UTF-8):      Podwójnie kreślony font do składania symboli matematycznych
3989 Group:          Fonts
3990 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3991
3992 %description fonts-dstroke
3993 Doublestroke font for typesetting the mathematical symbols.
3994
3995 %description fonts-dstroke -l pl.UTF-8
3996 Podwójnie kreślony font do składania symboli matematycznych.
3997
3998 %package fonts-ecc
3999 Summary:        Sources for the European Concrete fonts
4000 Summary(pl.UTF-8):      Źródła dla fontów European Concrete
4001 Group:          Fonts
4002 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4003
4004 %description fonts-ecc
4005 The MetaFont sources and tfm files of the European Concrete Fonts.
4006 This is the EC implementation of Knuth's Concrete fonts, including
4007 also the corresponding text companion fonts.
4008
4009 %description fonts-ecc -l pl.UTF-8
4010 Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4011 implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4012 tekstowymi fontami towarzyszącymi.
4013
4014 %package fonts-eurosym
4015 Summary:        The new European currency symbol for the Euro
4016 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
4017 Group:          Fonts
4018 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4019
4020 %description fonts-eurosym
4021 The new European currency symbol for the Euro implemented in Metafont,
4022 using the official European Commission dimensions, and providing
4023 several shapes (normal, slanted, bold, outline).
4024
4025 %description fonts-eurosym -l pl.UTF-8
4026 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4027 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4028 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4029
4030 %package fonts-eulervm
4031 Summary:        The Virtual Euler Math fonts
4032 Summary(pl.UTF-8):      Fonty Virtual Euler Math
4033 Group:          Fonts
4034 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4035
4036 %description fonts-eulervm
4037 Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4038 approach has several advantages over immediately using the _real_
4039 Euler fonts: Most noticeably, less TeX resources are consumed, the
4040 quality of various math symbols is improved, and a usable \hslash
4041 symbol can be provided.
4042
4043 %description fonts-eulervm -l pl.UTF-8
4044 Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4045 fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4046 używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4047 jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4048 matematycznych i może być dostępny używalny symbol \hslash.
4049
4050 %package fonts-euxm
4051 Summary:        Fonts similar to EUSM but with two more characters
4052 Summary(pl.UTF-8):      Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4053 Group:          Fonts
4054 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4055
4056 %description fonts-euxm
4057 Fonts like EUSM but with two more characters needed for Concrete Math
4058 included in TeXLive distribution in fonts3.
4059
4060 %description fonts-euxm -l pl.UTF-8
4061 Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4062 dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4063
4064 %package fonts-gothic
4065 Summary:        Gothic and ornamental initial fonts by Yannis Haralambous
4066 Summary(pl.UTF-8):      Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4067 Group:          Fonts
4068 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4069
4070 %description fonts-gothic
4071 Gothic and ornamental initial fonts by Yannis Haralambous.
4072
4073 %description fonts-gothic -l pl.UTF-8
4074 Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4075
4076 %package fonts-hoekwater
4077 Summary:        Converted mflogo font
4078 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4079 Group:          Fonts
4080 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4081
4082 %description fonts-hoekwater
4083 Fonts originally created in MetaFont, transformed to PostScript by
4084 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4085 xipa.
4086
4087 %description fonts-hoekwater -l pl.UTF-8
4088 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4089 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4090 stmaryrd, wasy, wasy2, xipa.
4091
4092 %package fonts-jknappen
4093 Summary:        Miscellaneous packages by Joerg Knappen
4094 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
4095 Group:          Fonts
4096 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4097
4098 %description fonts-jknappen
4099 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4100 Knappen, including sgmlcmpt.
4101
4102 %description fonts-jknappen -l pl.UTF-8
4103 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4104 Knappena. Zawiera sgmlcmpt.
4105
4106 %package fonts-latex
4107 Summary:        Basic LaTeX fonts
4108 Summary(pl.UTF-8):      Podstawowe fonty dla LaTeXa
4109 Group:          Fonts
4110 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4111
4112 %description fonts-latex
4113 Basic LaTeX fonts.
4114
4115 %description fonts-latex -l pl.UTF-8
4116 Podstawowe fonty dla LaTeXa.
4117
4118 %package fonts-lh
4119 Summary:        Olga Lapko's LH fonts
4120 Summary(pl.UTF-8):      Fonty LH Olgi Lapko
4121 Group:          Fonts
4122 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4123
4124 %description fonts-lh
4125 The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4126
4127 %description fonts-lh -l pl.UTF-8
4128 Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4129
4130 %package fonts-lm
4131 Summary:        Latin Modern family fonts
4132 Summary(pl.UTF-8):      Fonty z rodziny Latin Modern
4133 Group:          Applications/Publishing/TeX
4134 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4135
4136 %description fonts-lm
4137 Latin Modern family of fonts, based on the Computer Modern fonts
4138 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4139 lot of additional characters, mainly accented ones, but not only.
4140 There is a one set of PostScript fonts and four sets of TeX Font
4141 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4142 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4143 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4144 potential user knows what to do with all these files. The author is
4145 Boguslaw Jackowski.
4146
4147 %description fonts-lm -l pl.UTF-8
4148 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4149 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4150 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4151 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4152 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4153 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4154 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4155 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4156 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4157
4158 %package fonts-marvosym
4159 Summary:        Martin Vogel's Symbol (marvosym) font
4160 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4161 Group:          Fonts
4162 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4163
4164 %description fonts-marvosym
4165 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4166 currency symbol as defined by the European commission; Euro currency
4167 symbols in typefaces Times, Helvetica and Courier; Symbols for
4168 structural engineering; Symbols for steel cross-sections; Astronomy
4169 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4170 symbols; CE sign and others.
4171
4172 %description fonts-marvosym -l pl.UTF-8
4173 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4174 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4175 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4176 strukturalnej; symbole dla przekroi poprzecznych; symbole
4177 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4178 krawieckie; znak CE i inne.
4179
4180 %package fonts-mflogo
4181 Summary:        Logo fonts
4182 Summary(pl.UTF-8):      Fonty logo
4183 Group:          Fonts
4184 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4185
4186 %description fonts-mflogo
4187 Logo fonts.
4188
4189 %description fonts-mflogo -l pl.UTF-8
4190 Fonty logo.
4191
4192 %package fonts-misc
4193 Summary:        Miscellaneous fonts
4194 Summary(pl.UTF-8):      Różne fonty
4195 Group:          Fonts
4196 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4197
4198 %description fonts-misc
4199 Miscellaneous fonts.
4200
4201 %description fonts-misc -l pl.UTF-8
4202 Fonty różne.
4203
4204 %package fonts-monotype
4205 Summary:        Monotype fonts
4206 Summary(pl.UTF-8):      Fonty Monotype
4207 Group:          Fonts
4208 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4209
4210 %description fonts-monotype
4211 Monotype fonts.
4212
4213 %description fonts-monotype -l pl.UTF-8
4214 Fonty Monotype.
4215
4216 %package fonts-omega
4217 Summary:        Fonts for Omega - extended unicode TeX
4218 Summary(pl.UTF-8):      Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4219 Group:          Fonts
4220 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4221
4222 %description fonts-omega
4223 Fonts for Omega - extended unicode TeX.
4224
4225 %description fonts-omega -l pl.UTF-8
4226 Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4227
4228
4229 %package fonts-other
4230 Summary:        Other fonts
4231 Summary(hu.UTF-8):      További betűtípusok
4232 Group:          Fonts
4233 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4234
4235 %description fonts-other
4236 Other fonts.
4237
4238 %description fonts-omega -l hu.UTF-8
4239 További betűtípusok.
4240
4241 %package fonts-pazo
4242 Summary:        Pazo fonts
4243 Summary(pl.UTF-8):      Fonty Pazo
4244 Group:          Fonts
4245 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4246
4247 %description fonts-pazo
4248 Pazo fonts.
4249
4250 %description fonts-pazo -l pl.UTF-8
4251 Fonty Pazo.
4252
4253 %package fonts-pl
4254 Summary:        Polish fonts
4255 Summary(pl.UTF-8):      Polskie fonty
4256 Group:          Fonts
4257 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4258
4259 %description fonts-pl
4260 Polish fonts.
4261
4262 %description fonts-pl -l pl.UTF-8
4263 Polskie fonty.
4264
4265 %package fonts-px
4266 Summary:        PX fonts
4267 Summary(pl.UTF-8):      Fonty PX
4268 Group:          Fonts
4269 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4270
4271 %description fonts-px
4272 PX fonts.
4273
4274 %description fonts-px -l pl.UTF-8
4275 Fonty PX.
4276
4277 %package fonts-qfonts
4278 Summary:        Quasi fonts
4279 Summary(pl.UTF-8):      Fonty Quasi
4280 Group:          Fonts
4281 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4282
4283 %description fonts-qfonts
4284 Quasi fonts.
4285
4286 %description fonts-qfonts -l pl.UTF-8
4287 Fonty Quasi.
4288
4289 %package fonts-qpx
4290 Summary:        Additional fonts for QPX package
4291 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QPX
4292 Group:          Fonts
4293 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4294 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
4295 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4296
4297 %description fonts-qpx
4298 Additional fonts for QPX package.
4299
4300 %description fonts-qpx -l pl.UTF-8
4301 Dodatkowe fonty dla pakietu QPX.
4302
4303 %package fonts-qpxqtx
4304 Summary:        Additional fonts for QTX package
4305 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QTX
4306 Group:          Fonts
4307 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4308 # I hope qpxqtx doesn't need qfonts
4309 # Requires:     %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4310 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4311
4312 %description fonts-qpxqtx
4313 Additional fonts for QTX package.
4314
4315 %description fonts-qpxqtx -l pl.UTF-8
4316 Dodatkowe fonty dla pakietu QTX.
4317
4318 %package fonts-rsfs
4319 Summary:        Fonts of uppercase script letters for scientific and mathematical typesetting
4320 Summary(pl.UTF-8):      Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4321 Group:          Fonts
4322 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4323
4324 %description fonts-rsfs
4325 Fonts of uppercase script letters for use as symbols in scientific and
4326 mathematical typesetting, in contrast to the informal script fonts
4327 such as that used for the `calligraphic' symbols in the TeX math
4328 symbol font.
4329
4330 %description fonts-rsfs -l pl.UTF-8
4331 Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4332 dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4333 fontów pisanych takich jak używane do symboli "kaligraficznych" w
4334 matematycznym foncie TeXowym symbol.
4335
4336 %package fonts-stmaryrd
4337 Summary:        St Mary Road symbols for functional programming
4338 Summary(pl.UTF-8):      Symbole St Mary Road do programowania funkcyjnego
4339 Group:          Fonts
4340 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4341
4342 %description fonts-stmaryrd
4343 St Mary Road symbols for functional programming.
4344
4345 %description fonts-stmaryrd -l pl.UTF-8
4346 Symbole St Mary Road do programowania funkcyjnego.
4347
4348 %package fonts-tx
4349 Summary:        TX fonts
4350 Summary(pl.UTF-8):      Fonty TX
4351 Group:          Fonts
4352 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4353
4354 %description fonts-tx
4355 TX fonts.
4356
4357 %description fonts-tx -l pl.UTF-8
4358 Fonty TX.
4359
4360 %package fonts-uhc
4361 Summary:        UHC fonts
4362 Group:          Fonts
4363 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4364
4365 %description fonts-uhc
4366 UHC fonts.
4367
4368 %package fonts-urw
4369 Summary:        URW fonts
4370 Summary(pl.UTF-8):      Fonty URW
4371 Group:          Fonts
4372 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4373
4374 %description fonts-urw
4375 URW fonts.
4376
4377 %description fonts-urw -l pl.UTF-8
4378 Fonty URW.
4379
4380 %package fonts-urwvn
4381 Summary:        URWVN fonts
4382 Summary(pl.UTF-8):      Fonty URWVN
4383 Group:          Fonts
4384 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4385
4386 %description fonts-urwvn
4387 URWVN fonts.
4388
4389 %description fonts-urwvn -l pl.UTF-8
4390 Fonty URWVN.
4391
4392 %package fonts-vnr
4393 Summary:        VNR fonts
4394 Summary(pl.UTF-8):      Fonty VNR
4395 Group:          Fonts
4396 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4397
4398 %description fonts-vnr
4399 VNR fonts.
4400
4401 %description fonts-vnr -l pl.UTF-8
4402 Fonty VNR.
4403
4404 %package fonts-wadalab
4405 Summary:        Wadalab fonts
4406 Group:          Fonts
4407 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4408
4409 %description fonts-wadalab
4410 Wadalab fonts.
4411
4412 %package fonts-wasy
4413 Summary:        Waldis symbol fonts
4414 Summary(pl.UTF-8):      Fonty Waldis symbol
4415 Group:          Fonts
4416 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4417
4418 %description fonts-wasy
4419 Waldis symbol fonts.
4420
4421 %description fonts-wasy -l pl.UTF-8
4422 Fonty Waldis symbol.
4423
4424 %package fonts-xypic
4425 Summary:        Xy-pic fonts
4426 Summary(pl.UTF-8):      Fonty Xy-pic
4427 Group:          Fonts
4428 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4429
4430 %description fonts-xypic
4431 Xy-pic fonts.
4432
4433 %description fonts-xypic -l pl.UTF-8
4434 Fonty Xy-pic.
4435
4436 %package fonts-yandy
4437 Summary:        European Modern fonts from Y&Y
4438 Summary(pl.UTF-8):      Fonty European Modern od Y&Y
4439 Group:          Fonts
4440 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4441
4442 %description fonts-yandy
4443 European Modern fonts from Y&Y.
4444
4445 %description fonts-yandy -l pl.UTF-8
4446 Fonty European Modern od Y&Y.
4447
4448 %package fonts-type1-antp
4449 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4450 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4451 Group:          Fonts
4452 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4453
4454 %description fonts-type1-antp
4455 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4456
4457 %description fonts-type1-antp -l pl.UTF-8
4458 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4459 Type 1.
4460
4461 %package fonts-type1-antt
4462 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
4463 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4464 Group:          Fonts
4465 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4466
4467 %description fonts-type1-antt
4468 Antykwa Torunska, a Type 1 family of a Polish traditional type.
4469
4470 %description fonts-type1-antt -l pl.UTF-8
4471 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4472
4473 %package fonts-type1-arphic
4474 Summary:        Type1 Arphic fonts
4475 Group:          Fonts
4476 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4477
4478 %description fonts-type1-arphic
4479 Type1 Arphic fonts.
4480
4481 %package fonts-type1-belleek
4482 Summary:        Free replacement for basic MathTime fonts
4483 Summary(pl.UTF-8):      Wolnodostępny zamiennik podstawowych fontów MathTime
4484 Group:          Fonts
4485 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4486
4487 %description fonts-type1-belleek
4488 Free replacement for basic MathTime fonts.
4489
4490 %description fonts-type1-belleek -l pl.UTF-8
4491 Wolnodostępny zamiennik podstawowych fontów MathTime.
4492
4493 %package fonts-type1-bitstream
4494 Summary:        Bitstream fonts
4495 Summary(pl.UTF-8):      Fonty Bitstream
4496 Group:          Fonts
4497 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4498 Obsoletes:      tetex-fonts-type1-bitstrea
4499
4500 %description fonts-type1-bitstream
4501 Bitstream fonts.
4502
4503 %description fonts-type1-bitstream -l pl.UTF-8
4504 Fonty Bitstream.
4505
4506 %package fonts-type1-bluesky
4507 Summary:        Computer Modern family fonts
4508 Summary(pl.UTF-8):      Fonty z rodziny Computer Modern
4509 Group:          Fonts
4510 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4511
4512 %description fonts-type1-bluesky
4513 Computer Modern family fonts.
4514
4515 %description fonts-type1-bluesky -l pl.UTF-8
4516 Fonty z rodzony Computer Modern.
4517
4518 %package fonts-type1-cc-pl
4519 Summary:        Polish version of Computer Concrete fonts
4520 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
4521 Group:          Fonts
4522 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4523
4524 %description fonts-type1-cc-pl
4525 Polish version of Computer Concrete fonts.
4526
4527 %description fonts-type1-cc-pl -l pl.UTF-8
4528 Polska wersja fontów Computer Concrete.
4529
4530 %package fonts-type1-cmcyr
4531 Summary:        Computer Modern fonts extended with Russian letters
4532 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
4533 Group:          Fonts
4534 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4535
4536 %description fonts-type1-cmcyr
4537 Computer Modern fonts extended with Russian letters.
4538
4539 %description fonts-type1-cmcyr -l pl.UTF-8
4540 Fonty Computer Modern rozszerzone o litery rosyjskie.
4541
4542 %package fonts-type1-cs
4543 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
4544 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4545 Group:          Fonts
4546 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4547
4548 %description fonts-type1-cs
4549 Czech/Slovak-tuned MetaFont Computer Modern fonts.
4550
4551 %description fonts-type1-cs -l pl.UTF-8
4552 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4553 czeskiego i słowackiego.
4554
4555 %package fonts-type1-dstroke
4556 Summary:        Doublestroke Type1 font for typesetting the mathematical symbols
4557 Summary(pl.UTF-8):      Podwójnie kreślony font Type1 do składania symboli matematycznych
4558 Group:          Fonts
4559 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4560
4561 %description fonts-type1-dstroke
4562 Doublestroke Type1 font for typesetting the mathematical symbols.
4563
4564 %description fonts-type1-dstroke -l pl.UTF-8
4565 Podwójnie kreślony font Type1 do składania symboli matematycznych.
4566
4567 %package fonts-type1-eurosym
4568 Summary:        The new European currency symbol for the Euro
4569 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
4570 Group:          Fonts
4571 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4572
4573 %description fonts-type1-eurosym
4574 The new European currency symbol for the Euro implemented in Metafont,
4575 using the official European Commission dimensions, and providing
4576 several shapes (normal, slanted, bold, outline).
4577
4578 %description fonts-type1-eurosym -l pl.UTF-8
4579 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4580 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4581 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4582
4583 %package fonts-type1-hoekwater
4584 Summary:        Converted mflogo font
4585 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4586 Group:          Fonts
4587 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4588
4589 %description fonts-type1-hoekwater
4590 Fonts originally created in MetaFont, transformed to PostScript by
4591 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4592 xipa.
4593
4594 %description fonts-type1-hoekwater -l pl.UTF-8
4595 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4596 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4597 stmaryrd, wasy, wasy2, xipa.
4598
4599 %package fonts-type1-fpl
4600 Summary:        SC/OsF fonts for URW Palladio L
4601 Summary(pl.UTF-8):      Fonty SC/OsF dla URW Palladio L
4602 Group:          Fonts
4603 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4604
4605 %description fonts-type1-fpl
4606 The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4607 are compatible with respect to metrics with the Palatino SC/OsF fonts
4608 from Adobe. Note that it is not the author's aim to exactly reproduce
4609 the outlines of the original Adobe fonts. The SC and OsF in the FPL
4610 Fonts were designed with the glyphs from URW Palladio L as starting
4611 point. For some glyphs (eg 'o') the author got the best result by
4612 scaling and boldening. For others (eg 'h') shifting selected portions
4613 of the character gave more satisfying results. All this was done using
4614 the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4615 data in these fonts comes from Walter Schmidt's improved Palatino
4616 metrics.
4617
4618 %description fonts-type1-fpl -l pl.UTF-8
4619 Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4620 kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4621 Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4622 kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4623 projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4624 (np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4625 pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4626 dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4627 wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4628 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4629 Palatino Waltera Schmidta.
4630
4631 %package fonts-type1-tt2001
4632 Summary:        Type1 tt2001 family fonts
4633 Summary(pl.UTF-8):      Fonty Type1 z rodziny tt2001
4634 Group:          Applications/Publishing/TeX
4635 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4636
4637 %description fonts-type1-tt2001
4638 Type1 tt2001 famliy fonts.
4639
4640 %description fonts-type1-tt2001 -l pl.UTF-8
4641 Fonty Type1 z rodziny tt2001.
4642
4643 %package fonts-type1-lm
4644 Summary:        Type1 Latin Modern family fonts
4645 Summary(pl.UTF-8):      Fonty Type1 z rodziny Latin Modern
4646 Group:          Applications/Publishing/TeX
4647 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4648
4649 %description fonts-type1-lm
4650 Latin Modern family of fonts, based on the Computer Modern fonts
4651 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4652 lot of additional characters, mainly accented ones, but not only.
4653 There is a one set of PostScript fonts and four sets of TeX Font
4654 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4655 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4656 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4657 potential user knows what to do with all these files. The author is
4658 Boguslaw Jackowski.
4659
4660 %description fonts-type1-lm -l pl.UTF-8
4661 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4662 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4663 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4664 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4665 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4666 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4667 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4668 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4669 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4670
4671 %package fonts-type1-marvosym
4672 Summary:        Martin Vogel's Symbol (marvosym) font
4673 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4674 Group:          Fonts
4675 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4676
4677 %description fonts-type1-marvosym
4678 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4679 currency symbol as defined by the European commission; Euro currency
4680 symbols in typefaces Times, Helvetica and Courier; Symbols for
4681 structural engineering; Symbols for steel cross-sections; Astronomy
4682 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4683 symbols; CE sign and others.
4684
4685 %description fonts-type1-marvosym -l pl.UTF-8
4686 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4687 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4688 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4689 strukturalnej; symbole dla przekroi poprzecznych; symbole
4690 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4691 krawieckie; znak CE i inne.
4692
4693 %package fonts-type1-mathpazo
4694 Summary:        Pazo Math fonts
4695 Summary(pl.UTF-8):      Fonty matematyczne Pazo Math
4696 Group:          Fonts
4697 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4698
4699 %description fonts-type1-mathpazo
4700 Pazo Math fonts.
4701
4702 %description fonts-type1-mathpazo -l pl.UTF-8
4703 Fonty matematyczne Pazo Math.
4704
4705 %package fonts-type1-omega
4706 Summary:        Type1 fonts for Omega - extended unicode TeX
4707 Summary(pl.UTF-8):      Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4708 Group:          Fonts
4709 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4710
4711 %description fonts-type1-omega
4712 Type1 fonts for Omega - extended unicode TeX.
4713
4714 %description fonts-type1-omega -l pl.UTF-8
4715 Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4716
4717 %package fonts-type1-pl
4718 Summary:        Polish fonts
4719 Summary(pl.UTF-8):      Polskie fonty
4720 Group:          Fonts
4721 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4722 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4723
4724 %description fonts-type1-pl
4725 Polish fonts.
4726
4727 %description fonts-type1-pl -l pl.UTF-8
4728 Polskie fonty.
4729
4730 %package fonts-type1-px
4731 Summary:        PX fonts
4732 Summary(pl.UTF-8):      Fonty PX
4733 Group:          Fonts
4734 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4735
4736 %description fonts-type1-px
4737 PX fonts.
4738
4739 %description fonts-type1-px -l pl.UTF-8
4740 Fonty PX.
4741
4742 %package fonts-type1-qfonts
4743 Summary:        Quasi fonts
4744 Summary(pl.UTF-8):      Fonty Quasi
4745 Group:          Fonts
4746 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4747
4748 %description fonts-type1-qfonts
4749 Quasi fonts.
4750
4751 %description fonts-type1-qfonts -l pl.UTF-8
4752 Fonty Quasi.
4753
4754 %package fonts-type1-tx
4755 Summary:        TX fonts
4756 Summary(pl.UTF-8):      Fonty TX
4757 Group:          Fonts
4758 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4759
4760 %description fonts-type1-tx
4761 TX fonts.
4762
4763 %description fonts-type1-tx -l pl.UTF-8
4764 Fonty TX.
4765
4766 %package fonts-type1-uhc
4767 Summary:        Type1 UHC fonts
4768 Group:          Fonts
4769 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4770
4771 %description fonts-type1-uhc
4772 Type1 UHC fonts.
4773
4774 %package fonts-type1-urw
4775 Summary:        URW fonts
4776 Summary(pl.UTF-8):      Fonty URW
4777 Group:          Fonts
4778 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4779
4780 %description fonts-type1-urw
4781 URW fonts.
4782
4783 %description fonts-type1-urw -l pl.UTF-8
4784 Fonty URW.
4785
4786 %package fonts-type1-vnr
4787 Summary:        Type1 VNR fonts
4788 Summary(pl.UTF-8):      Fonty Type1 VNR
4789 Group:          Fonts
4790 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4791
4792 %description fonts-type1-vnr
4793 Type1 VNR fonts.
4794
4795 %description fonts-type1-vnr -l pl.UTF-8
4796 Fonty Type1 VNR.
4797
4798 %package fonts-type1-wadalab
4799 Summary:        Type1 Wadalab fonts
4800 Group:          Fonts
4801 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4802
4803 %description fonts-type1-wadalab
4804 Type1 Wadalab fonts.
4805
4806 %package fonts-type1-xypic
4807 Summary:        Xy-pic fonts
4808 Summary(pl.UTF-8):      Fonty Xy-pic
4809 Group:          Fonts
4810 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4811
4812 %description fonts-type1-xypic
4813 Xy-pic fonts.
4814
4815 %description fonts-type1-xypic -l pl.UTF-8
4816 Fonty Xy-pic.
4817
4818
4819 # TeXLive-specific packages - there wasn't before...
4820 %package afm2pl
4821 Summary:        Convert an Adobe font metric file to a TeX font property list
4822 Group:          Fonts
4823
4824 %description afm2pl
4825 Convert an Adobe font metric file to a TeX font property list.
4826
4827
4828 %package bbox
4829 Summary:        bbox prints the bounding box of images
4830 Group:          Applications/Publishing/TeX
4831
4832 %description bbox
4833 bbox reads a rawppm or rawpbm file and prints out the bounding box of
4834 the image.
4835
4836 %package cefutils
4837 Summary:        In cefutils there are CEF-compatible utils
4838 Group:          Applications/Publishing/TeX
4839
4840 %description cefutils
4841 In cefutils there are CEF-compatible (Chinese Encoding Framework)
4842 utils.
4843
4844 %package detex
4845 Summary:        A filter to strip TeX commands from a .tex file
4846 Summary(hu.UTF-8):      Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4847 Group:          Applications/Publishing/TeX
4848
4849 %description detex
4850 A filter to strip TeX commands from a .tex file.
4851
4852 %description detex -l hu.UTF-8
4853 Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4854
4855
4856 %package dviutils
4857 Summary:        Various DVI utils
4858 Summary(hu.UTF-8):      Vegyes DVI eszközök
4859 Group:          Applications/Publishing/TeX
4860
4861 %description dviutils
4862 This package contains various DVI utils.
4863
4864 %description dviutils -l hu.UTF-8
4865 Ez a csomag mindenféle DVI eszközt tartalmaz.
4866
4867 %package epsutils
4868 Summary:        Various EPS utils
4869 Group:          Applications/Publishing/TeX
4870
4871 %description epsutils
4872 Various EPS (Encapsulated PostScript) utils.
4873
4874
4875 %package filters
4876 Summary:        Various filters
4877 Group:          Applications/Publishing/TeX
4878
4879 %description filters
4880 Various filters.
4881
4882
4883 %package uncategorized-utils
4884 Summary:        Uncategorized utils
4885 Group:          Applications/Publishing/TeX
4886
4887 %description uncategorized-utils
4888 Uncategorized utilities. Needs check and categorizing.
4889
4890 %package tex4ht
4891 Summary:        LaTeX and TeX for hypertext
4892 Group:          Applications/Publishing/TeX
4893
4894 %description tex4ht
4895 A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4896 providing a configurable (La)TeX-based authoring system for hypertext.
4897 When converting to XML, you can use MathML instead of images for
4898 equation representation.
4899
4900 %package xetex
4901 Summary:        Extended TeX / LaTeX version for unicode
4902 Group:          Applications/Publishing/TeX
4903 Requires(post,postun):  /usr/bin/texhash
4904 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4905
4906 %description xetex
4907 XeTeX extends the TeX typesetting system (and macro packages such as
4908 LaTeX and ConTeXt) to have native support for the Unicode character
4909 set, including complex Asian scripts, and for OpenType and TrueType
4910 fonts.
4911
4912 %package xmltex
4913 Summary:        TeX package for processing XML files
4914 Group:          Applications/Publishing/TeX
4915 Requires(post,postun):  /usr/bin/texhash
4916
4917 %description xmltex
4918 XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4919 It allows TeX to directly process XML files.
4920
4921 %prep
4922 %setup -q -c -T -n %{name}-%{version}-source
4923 lzma -dc %{SOURCE0} | tar xf - -C ..
4924 %patch0 -p1
4925 %patch1 -p1
4926
4927 cd libs/teckit
4928 cat ax*.m4 > acinclude.m4
4929 %{__libtoolize}
4930 %{__aclocal}
4931 %{__autoconf}
4932 %{__automake}
4933
4934 %build
4935 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
4936 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
4937 cd texk/kpathsea
4938 %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4939 %{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4940 %{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4941 %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4942 %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
4943 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
4944 cd ../..
4945
4946 %configure \
4947 %if %{with bootstrap}
4948         --without-xindy \
4949         --without-luatex \
4950 %endif
4951         --disable-multiplatform \
4952         --disable-static \
4953         --enable-a4 \
4954         --enable-gf \
4955         --enable-ipc \
4956         --enable-shared \
4957         --with-fontconfig \
4958         --with-fonts-dir=/var/cache/fonts \
4959         --with-ncurses \
4960         --with-system-freetype \
4961         --with-freetype-include=/usr/include/freetype \
4962         --with-system-freetype2 \
4963         --with-freetype2-include=/usr/include/freetype2 \
4964         --with-system-gd \
4965         --with-system-ncurses \
4966         --with-system-pnglib \
4967         --with-system-t1lib \
4968         --with-system-zlib \
4969         --with-xdvi-x-toolkit=xaw \
4970         --without-dialog \
4971         --without-t1utils \
4972         --without-texinfo
4973
4974 %{__make}
4975
4976 %install
4977 rm -rf $RPM_BUILD_ROOT
4978 install -d $RPM_BUILD_ROOT%{_datadir} \
4979         $RPM_BUILD_ROOT%{_desktopdir} \
4980         $RPM_BUILD_ROOT%{_pixmapsdir} \
4981         $RPM_BUILD_ROOT%{_mandir}/man5 \
4982         $RPM_BUILD_ROOT/var/cache/fonts \
4983         $RPM_BUILD_ROOT/etc/cron.daily\
4984         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
4985         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
4986         $RPM_BUILD_ROOT%{fmtdir}
4987
4988 lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
4989 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
4990 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
4991 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
4992 # This is an empty directory
4993 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
4994 # Useless binary
4995 %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
4996
4997 # commented out because of following (non-fatal) error:
4998 # Can't open texmf/web2c/texmf.cnf: No such file or directory.
4999 #perl -pi \
5000 #       -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5001 #       -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5002 #       texmf/web2c/texmf.cnf
5003
5004 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5005
5006 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5007
5008 %{__make} install \
5009         prefix=$RPM_BUILD_ROOT%{_prefix} \
5010         bindir=$RPM_BUILD_ROOT%{_bindir} \
5011         mandir=$RPM_BUILD_ROOT%{_mandir} \
5012         libdir=$RPM_BUILD_ROOT%{_libdir} \
5013         datadir=$RPM_BUILD_ROOT%{_datadir} \
5014         infodir=$RPM_BUILD_ROOT%{_infodir} \
5015         includedir=$RPM_BUILD_ROOT%{_includedir} \
5016         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5017         texmf=$RPM_BUILD_ROOT%{texmf} \
5018         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5019         texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5020
5021 # Fix broken symlinks
5022 CURDIR=$(pwd)
5023 cd $RPM_BUILD_ROOT%{_bindir}
5024 ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5025 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5026 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5027 ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5028 ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5029 ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5030 ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5031 ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5032 ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5033 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5034 ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5035 ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5036 ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5037 ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5038 ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5039 ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5040 ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5041 ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5042 ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5043 ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5044 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5045 ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5046 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5047 ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5048 ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5049 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5050 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5051 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5052 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5053 ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5054 ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5055 ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5056 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5057 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5058 ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5059 ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5060 ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5061 ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5062 ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5063 ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5064 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5065 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5066 ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5067 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5068 ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5069 ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5070 ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5071 ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5072 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5073 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5074 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5075 ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5076 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5077 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5078 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5079 ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5080 ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5081 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5082 ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5083 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
5084 cd $CURDIR
5085
5086 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5087 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5088
5089 # %{__make} init \
5090 #       prefix=$RPM_BUILD_ROOT%{_prefix} \
5091 #       bindir=$RPM_BUILD_ROOT%{_bindir} \
5092 #       mandir=$RPM_BUILD_ROOT%{_mandir} \
5093 #       libdir=$RPM_BUILD_ROOT%{_libdir} \
5094 #       datadir=$RPM_BUILD_ROOT%{_datadir} \
5095 #       infodir=$RPM_BUILD_ROOT%{_infodir} \
5096 #       includedir=$RPM_BUILD_ROOT%{_includedir} \
5097 #       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5098 #       texmf=$RPM_BUILD_ROOT%{texmf}
5099
5100 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
5101 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
5102 # We don't need it
5103 %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
5104 %{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
5105
5106 perl -pi \
5107         -e "s|$RPM_BUILD_ROOT||g;" \
5108         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5109
5110 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
5111
5112 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5113 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5114
5115 # bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
5116
5117 # in separate spec
5118 # rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5119 # rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
5120
5121 # not included in package
5122 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5123 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5124 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5125 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5126 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5127 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5128 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5129 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5130 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5131 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5132 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5133 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5134 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5135 rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5136 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5137 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5138
5139 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5140 # and we can still analyze them
5141 # install -d format-logs
5142 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
5143
5144 %clean
5145 rm -rf $RPM_BUILD_ROOT
5146
5147 %post
5148 %fixinfodir
5149 %texhash
5150
5151 %postun
5152 %fixinfodir
5153 if [ "$1" = "1" ]; then
5154         %texhash
5155 fi
5156
5157 %post doc-Catalogue
5158 %texhash
5159
5160 %postun doc-Catalogue
5161 %texhash
5162
5163 %post doc-tug-faq
5164 %texhash
5165
5166 %postun doc-tug-faq
5167 %texhash
5168
5169 %post -n kpathsea
5170 /sbin/ldconfig
5171 %fixinfodir
5172 %texhash
5173
5174 %postun -n kpathsea
5175 /sbin/ldconfig
5176 %fixinfodir
5177 %texhash
5178
5179 %post -n kpathsea-devel
5180 %texhash
5181
5182 %postun -n kpathsea-devel
5183 %texhash
5184
5185 %post dvips
5186 %fixinfodir
5187 %texhash
5188
5189 %postun dvips
5190 %fixinfodir
5191 %texhash
5192
5193 %post dvilj
5194 %texhash
5195
5196 %postun dvilj
5197 %texhash
5198
5199 %post makeindex
5200 %texhash
5201
5202 %postun makeindex
5203 %texhash
5204
5205 %post metafont
5206 %texhash
5207
5208 %postun metafont
5209 %texhash
5210
5211 %post metapost
5212 %texhash
5213
5214 %postun metapost
5215 %texhash
5216
5217 %post mptopdf
5218 %texhash
5219
5220 %postun mptopdf
5221 %texhash
5222
5223 %post texdoctk
5224 %texhash
5225
5226 %postun texdoctk
5227 %texhash
5228
5229 %post -n xdvi
5230 %texhash
5231
5232 %postun -n xdvi
5233 %texhash
5234
5235 %post pdftex
5236 %texhash
5237
5238 %postun pdftex
5239 %texhash
5240
5241 %post phyzzx
5242 %texhash
5243
5244 %postun phyzzx
5245 %texhash
5246
5247 %post omega
5248 %texhash
5249
5250 %postun omega
5251 %texhash
5252
5253 %post plain
5254 %texhash
5255
5256 %postun plain
5257 %texhash
5258
5259 %post format-plain
5260 %texhash
5261
5262 %postun format-plain
5263 %texhash
5264
5265 %post format-pdftex
5266 %texhash
5267
5268 %postun format-pdftex
5269 %texhash
5270
5271 %post format-pdfetex
5272 %texhash
5273
5274 %postun format-pdfetex
5275 %texhash
5276
5277 %post mex
5278 %texhash
5279
5280 %postun mex
5281 %texhash
5282
5283 %post format-mex
5284 %texhash
5285
5286 %postun format-mex
5287 %texhash
5288
5289 %post format-pdfmex
5290 %texhash
5291
5292 %postun format-pdfmex
5293 %texhash
5294
5295 %postun format-utf8mex
5296 %texhash
5297
5298 %post amstex
5299 %texhash
5300
5301 %postun amstex
5302 %texhash
5303
5304 %post format-amstex
5305 %texhash
5306
5307 %postun format-amstex
5308 %texhash
5309
5310 %post format-pdfamstex
5311 %texhash
5312
5313 %postun format-pdfamstex
5314 %texhash
5315
5316 %post csplain
5317 %texhash
5318
5319 %postun csplain
5320 %texhash
5321
5322 %post format-csplain
5323 %texhash
5324
5325 %postun format-csplain
5326 %texhash
5327
5328 %post format-pdfcsplain
5329 %texhash
5330
5331 %postun format-pdfcsplain
5332 %texhash
5333
5334 %post cslatex
5335 %texhash
5336
5337 %postun cslatex
5338 %texhash
5339
5340 %post format-cslatex
5341 %texhash
5342
5343 %postun format-cslatex
5344 %texhash
5345
5346 %post format-pdfcslatex
5347 %texhash
5348
5349 %postun format-pdfcslatex
5350 %texhash
5351
5352 %post cyrplain
5353 %texhash
5354
5355 %postun cyrplain
5356 %texhash
5357
5358 %post format-cyrplain
5359 %texhash
5360
5361 %postun format-cyrplain
5362 %texhash
5363
5364 %post format-cyramstex
5365 %texhash
5366
5367 %postun format-cyramstex
5368 %texhash
5369
5370 %post format-cyrtexinfo
5371 %texhash
5372
5373 %postun format-cyrtexinfo
5374 %texhash
5375
5376 %post eplain
5377 %texhash
5378
5379 %postun eplain
5380 %texhash
5381
5382 %post format-eplain
5383 %texhash
5384
5385 %postun format-eplain
5386 %texhash
5387
5388 # ConTeXt format
5389
5390 %post context
5391 %texhash
5392
5393 %postun context
5394 %texhash
5395
5396 %post format-context-de
5397 %texhash
5398
5399 %postun format-context-de
5400 %texhash
5401
5402 %post format-context-en
5403 %texhash
5404
5405 %postun format-context-en
5406 %texhash
5407
5408 %post format-context-nl
5409 %texhash
5410
5411 %postun format-context-nl
5412 %texhash
5413
5414 # LaTeX format.
5415
5416 %post latex
5417 %fixinfodir
5418 %texhash
5419
5420 %postun latex
5421 %fixinfodir
5422 %texhash
5423
5424 %post latex-12many
5425 %texhash
5426
5427 %postun latex-12many
5428 %texhash
5429
5430 %post latex-abstract
5431 %texhash
5432
5433 %postun latex-abstract
5434 %texhash
5435
5436 %post latex-accfonts
5437 %texhash
5438
5439 %postun latex-accfonts
5440 %texhash
5441
5442 %post latex-adrconv
5443 %texhash
5444
5445 %postun latex-adrconv
5446 %texhash
5447
5448 %post latex-ae
5449 %texhash
5450
5451 %postun latex-ae
5452 %texhash
5453
5454 %post latex-ams
5455 %texhash
5456
5457 %postun latex-ams
5458 %texhash
5459
5460 %post latex-antp
5461 %texhash
5462
5463 %postun latex-antp
5464 %texhash
5465
5466 %post latex-antt
5467 %texhash
5468
5469 %postun latex-antt
5470 %texhash
5471
5472 %post latex-appendix
5473 %texhash
5474
5475 %postun latex-appendix
5476 %texhash
5477
5478 %post latex-backgammon
5479 %texhash
5480
5481 %postun latex-backgammon
5482 %texhash
5483
5484 %post latex-bardiag
5485 %texhash
5486
5487 %postun latex-bardiag
5488 %texhash
5489
5490 %post latex-bbm
5491 %texhash
5492
5493 %postun latex-bbm
5494 %texhash
5495
5496 %post latex-bbold
5497 %texhash
5498
5499 %postun latex-bbold
5500 %texhash
5501
5502 %post latex-beamer
5503 %texhash
5504
5505 %postun latex-beamer
5506 %texhash
5507
5508 %post latex-bezos
5509 %texhash
5510
5511 %postun latex-bezos
5512 %texhash
5513
5514 %post latex-bibtex
5515 %texhash
5516
5517 %postun latex-bibtex
5518 %texhash
5519
5520 %post latex-bibtex-ams
5521 %texhash
5522
5523 %postun latex-bibtex-ams
5524 %texhash
5525
5526 %post latex-bibtex-pl
5527 %texhash
5528
5529 %postun latex-bibtex-pl
5530 %texhash
5531
5532 %post latex-bibtex-german
5533 %texhash
5534
5535 %postun latex-bibtex-german
5536 %texhash
5537
5538 %post latex-bibtex-revtex4
5539 %texhash
5540
5541 %postun latex-bibtex-revtex4
5542 %texhash
5543
5544 %post latex-bibtex-jurabib
5545 %texhash
5546
5547 %postun latex-bibtex-jurabib
5548 %texhash
5549
5550 %post latex-bibtex-styles
5551 %texhash
5552
5553 %postun latex-bibtex-styles
5554 %texhash
5555
5556 %post latex-booktabs
5557 %texhash
5558
5559 %postun latex-booktabs
5560 %texhash
5561
5562
5563 %post latex-caption
5564 %texhash
5565
5566 %postun latex-caption
5567 %texhash
5568
5569 %post latex-carlisle
5570 %texhash
5571
5572 %postun latex-carlisle
5573 %texhash
5574
5575 %post latex-ccfonts
5576 %texhash
5577
5578 %postun latex-ccfonts
5579 %texhash
5580
5581 %post latex-cite
5582 %texhash
5583
5584 %postun latex-cite
5585 %texhash
5586
5587 %post latex-cmbright
5588 %texhash
5589
5590 %postun latex-cmbright
5591 %texhash
5592
5593
5594 %post latex-comment
5595 %texhash
5596
5597 %postun latex-comment
5598 %texhash
5599
5600 %post latex-concmath
5601 %texhash
5602
5603 %postun latex-concmath
5604 %texhash
5605
5606 %post latex-currvita
5607 %texhash
5608
5609 %postun latex-currvita
5610 %texhash
5611
5612
5613 %post latex-curves
5614 %texhash
5615
5616 %postun latex-curves
5617 %texhash
5618
5619 %post latex-custom-bib
5620 %texhash
5621
5622 %postun latex-custom-bib
5623 %texhash
5624
5625 %post latex-cyrillic
5626 %texhash
5627
5628 %postun latex-cyrillic
5629 %texhash
5630
5631 # %post latex-dstroke
5632 # %texhash
5633
5634 # %postun latex-dstroke
5635 # %texhash
5636
5637 %post latex-enumitem
5638 %texhash
5639
5640 %postun latex-enumitem
5641 %texhash
5642
5643 %post latex-exam
5644 %texhash
5645
5646 %postun latex-exam
5647 %texhash
5648
5649 %post latex-gbrief
5650 %texhash
5651
5652 %postun latex-gbrief
5653 %texhash
5654
5655 %post latex-jknappen
5656 %texhash
5657
5658 %postun latex-jknappen
5659 %texhash
5660
5661 %post latex-keystroke
5662 %texhash
5663
5664 %postun latex-keystroke
5665 %texhash
5666
5667 %post latex-labbook
5668 %texhash
5669
5670 %postun latex-labbook
5671 %texhash
5672
5673 %post latex-lcd
5674 %texhash
5675
5676 %postun latex-lcd
5677 %texhash
5678
5679 %post latex-leaflet
5680 %texhash
5681
5682 %postun latex-leaflet
5683 %texhash
5684
5685 %post latex-leftidx
5686 %texhash
5687
5688 %postun latex-leftidx
5689 %texhash
5690
5691 %post latex-lewis
5692 %texhash
5693
5694 %postun latex-lewis
5695 %texhash
5696
5697 %post latex-lm
5698 %texhash
5699
5700 %post latex-lastpage
5701 %texhash
5702
5703 %postun latex-lastpage
5704 %texhash
5705
5706 %postun latex-lm
5707 %texhash
5708
5709 %post latex-lucidabr
5710 %texhash
5711
5712 %postun latex-lucidabr
5713 %texhash
5714
5715 %post latex-marvosym
5716 %texhash
5717
5718 %postun latex-marvosym
5719 %texhash
5720
5721 %post latex-mathexam
5722 %texhash
5723
5724 %postun latex-mathexam
5725 %texhash
5726
5727 %post latex-mathpple
5728 %texhash
5729
5730 %postun latex-mathpple
5731 %texhash
5732
5733 %post latex-mathtime
5734 %texhash
5735
5736 %postun latex-mathtime
5737 %texhash
5738
5739 %post latex-mflogo
5740 %texhash
5741
5742 %postun latex-mflogo
5743 %texhash
5744
5745 %post latex-mfnfss
5746 %texhash
5747
5748 %postun latex-mfnfss
5749 %texhash
5750
5751 %post latex-minitoc
5752 %texhash
5753
5754 %postun latex-minitoc
5755 %texhash
5756
5757 %post latex-mltex
5758 %texhash
5759
5760 %postun latex-mltex
5761 %texhash
5762
5763 %post latex-moreverb
5764 %texhash
5765
5766 %postun latex-moreverb
5767 %texhash
5768
5769 %post latex-multienum
5770 %texhash
5771
5772 %postun latex-multienum
5773 %texhash
5774
5775 %post latex-musictex
5776 %texhash
5777
5778 %postun latex-musictex
5779 %texhash
5780
5781 %post latex-ntheorem
5782 %texhash
5783
5784 %postun latex-ntheorem
5785 %texhash
5786
5787 %post latex-other
5788 %texhash
5789
5790 %postun latex-other
5791 %texhash
5792
5793 %post latex-other-doc
5794 %texhash
5795
5796 %postun latex-other-doc
5797 %texhash
5798
5799 %post latex-palatcm
5800 %texhash
5801
5802 %postun latex-palatcm
5803 %texhash
5804
5805 %post latex-pdfslide
5806 %texhash
5807
5808 %postun latex-pdfslide
5809 %texhash
5810
5811 %post latex-pgf
5812 %texhash
5813
5814 %postun latex-pgf
5815 %texhash
5816
5817 %post latex-polynom
5818 %texhash
5819
5820 %postun latex-polynom
5821 %texhash
5822
5823 %post latex-polynomial
5824 %texhash
5825
5826 %postun latex-polynomial
5827 %texhash
5828
5829 %post latex-prosper
5830 %texhash
5831
5832 %postun latex-prosper
5833 %texhash
5834
5835 %post latex-pseudocode
5836 %texhash
5837
5838 %postun latex-pseudocode
5839 %texhash
5840
5841 %post latex-psnfss
5842 %texhash
5843
5844 %postun latex-psnfss
5845 %texhash
5846
5847 %post latex-pst-2dplot
5848 %texhash
5849
5850 %postun latex-pst-2dplot
5851 %texhash
5852
5853 %post latex-pst-3dplot
5854 %texhash
5855
5856 %postun latex-pst-3dplot
5857 %texhash
5858
5859 %post latex-pst-bar
5860 %texhash
5861
5862 %postun latex-pst-bar
5863 %texhash
5864
5865 %post latex-pst-circ
5866 %texhash
5867
5868 %postun latex-pst-circ
5869 %texhash
5870
5871 %post latex-pst-eucl
5872 %texhash
5873
5874 %postun latex-pst-eucl
5875 %texhash
5876
5877 %post latex-pst-diffraction
5878 %texhash
5879
5880 %postun latex-pst-diffraction
5881 %texhash
5882
5883 %post latex-pst-fun
5884 %texhash
5885
5886 %postun latex-pst-fun
5887 %texhash
5888
5889 %post latex-pst-func
5890 %texhash
5891
5892 %postun latex-pst-func
5893 %texhash
5894
5895 %post latex-pst-infixplot
5896 %texhash
5897
5898 %postun latex-pst-infixplot
5899 %texhash
5900
5901 %post latex-pst-fr3d
5902 %texhash
5903
5904 %postun latex-pst-fr3d
5905 %texhash
5906
5907 %post latex-pst-fractal
5908 %texhash
5909
5910 %postun latex-pst-fractal
5911 %texhash
5912
5913 %post latex-pxfonts
5914 %texhash
5915
5916 %post latex-pst-math
5917 %texhash
5918
5919 %postun latex-pst-math
5920 %texhash
5921
5922 %post latex-pst-ob3d
5923 %texhash
5924
5925 %postun latex-pst-ob3d
5926 %texhash
5927
5928 %post latex-pst-optic
5929 %texhash
5930
5931 %postun latex-pst-optic
5932 %texhash
5933
5934 %post latex-pst-optexp
5935 %texhash
5936
5937 %postun latex-pst-optexp
5938 %texhash
5939
5940 %post latex-pst-text
5941 %texhash
5942
5943 %postun latex-pst-text
5944 %texhash
5945
5946 %post latex-pst-uncategorized
5947 %texhash
5948
5949 %postun latex-pst-uncategorized
5950
5951 %texhash
5952
5953 %postun latex-pxfonts
5954 %texhash
5955
5956 %post latex-qfonts
5957 %texhash
5958
5959 %postun latex-qfonts
5960 %texhash
5961
5962 %post latex-SIstyle
5963 %texhash
5964
5965 %postun latex-SIstyle
5966 %texhash
5967
5968 %post latex-SIunits
5969 %texhash
5970
5971 %postun latex-SIunits
5972 %texhash
5973
5974 %post latex-siunitx
5975 %texhash
5976
5977 %postun latex-siunitx
5978 %texhash
5979
5980 %post latex-Tabbing
5981 %texhash
5982
5983 %postun latex-Tabbing
5984 %texhash
5985
5986 %post latex-txfonts
5987 %texhash
5988
5989 %postun latex-txfonts
5990 %texhash
5991
5992 %post latex-ucs
5993 %texhash
5994
5995 %postun latex-ucs
5996 %texhash
5997
5998 %post latex-umlaute
5999 %texhash
6000
6001 %postun latex-umlaute
6002 %texhash
6003
6004 %post latex-wasysym
6005 %texhash
6006
6007 %postun latex-wasysym
6008 %texhash
6009
6010 %post latex-xcolor
6011 %texhash
6012
6013 %postun latex-xcolor
6014 %texhash
6015
6016 %post format-latex
6017 %texhash
6018
6019 %postun format-latex
6020 %texhash
6021
6022 %post format-pdflatex
6023 %texhash
6024
6025 %postun format-pdflatex
6026 %texhash
6027
6028 %post platex
6029 %texhash
6030
6031 %postun platex
6032 %texhash
6033
6034 %post format-platex
6035 %texhash
6036
6037 %postun format-platex
6038 %texhash
6039
6040 %post format-pdfplatex
6041 %texhash
6042
6043 %postun format-pdfplatex
6044 %texhash
6045
6046 %post tex-babel
6047 %texhash
6048
6049 %postun tex-babel
6050 %texhash
6051
6052 %post tex-german
6053 %texhash
6054
6055 %postun tex-german
6056 %texhash
6057
6058 %post tex-mfpic
6059 %texhash
6060
6061 %postun tex-mfpic
6062 %texhash
6063
6064 %post tex-misc
6065 %texhash
6066
6067 %postun tex-misc
6068 %texhash
6069
6070 %post tex-pictex
6071 %texhash
6072
6073 %postun tex-pictex
6074 %texhash
6075
6076 %post tex-pstricks
6077 %texhash
6078
6079 %postun tex-pstricks
6080 %texhash
6081
6082 %post tex-qpx
6083 %texhash
6084
6085 %postun tex-qpx
6086 %texhash
6087
6088 %post tex-qpxqtx
6089 %texhash
6090
6091 %postun tex-qpxqtx
6092 %texhash
6093
6094 %post tex-ruhyphen
6095 %texhash
6096
6097 %postun tex-ruhyphen
6098 %texhash
6099
6100 %post tex-spanish
6101 %texhash
6102
6103 %postun tex-spanish
6104 %texhash
6105
6106 %post tex-texdraw
6107 %texhash
6108
6109 %postun tex-texdraw
6110 %texhash
6111
6112 %post tex-thumbpdf
6113 %texhash
6114
6115 %postun tex-thumbpdf
6116 %texhash
6117
6118 %post tex-ukrhyph
6119 %texhash
6120
6121 %postun tex-ukrhyph
6122 %texhash
6123
6124 %post latex-vietnam
6125 %texhash
6126
6127 %postun latex-vietnam
6128 %texhash
6129
6130 %post tex-xypic
6131 %texhash
6132
6133 %postun tex-xypic
6134 %texhash
6135
6136 %post fonts-adobe
6137 %texhash
6138
6139 %postun fonts-adobe
6140 %texhash
6141
6142 %post fonts-ae
6143 %texhash
6144
6145 %postun fonts-ae
6146 %texhash
6147
6148 %post fonts-ams
6149 %texhash
6150
6151 %postun fonts-ams
6152 %texhash
6153
6154 %post fonts-antp
6155 %texhash
6156
6157 %postun fonts-antp
6158 %texhash
6159
6160 %post fonts-antt
6161 %texhash
6162
6163 %postun fonts-antt
6164 %texhash
6165
6166 %post fonts-bbm
6167 %texhash
6168
6169 %postun fonts-bbm
6170 %texhash
6171
6172 %post fonts-bbold
6173 %texhash
6174
6175 %postun fonts-bbold
6176 %texhash
6177
6178 %post fonts-bh
6179 %texhash
6180
6181 %postun fonts-bh
6182 %texhash
6183
6184 %post fonts-bitstream
6185 %texhash
6186
6187 %postun fonts-bitstream
6188 %texhash
6189
6190 %post fonts-cbgreek
6191 %texhash
6192
6193 %postun fonts-cbgreek
6194 %texhash
6195
6196 %post fonts-cc-pl
6197 %texhash
6198
6199 %postun fonts-cc-pl
6200 %texhash
6201
6202 %post fonts-cg
6203 %texhash
6204
6205 %postun fonts-cg
6206 %texhash
6207
6208 %post fonts-cm
6209 %texhash
6210
6211 %postun fonts-cm
6212 %texhash
6213
6214 %post fonts-cmbright
6215 %texhash
6216
6217 %postun fonts-cmbright
6218 %texhash
6219
6220 %post fonts-cmcyr
6221 %texhash
6222
6223 %postun fonts-cmcyr
6224 %texhash
6225
6226 %post fonts-cmextra
6227 %texhash
6228
6229 %postun fonts-cmextra
6230 %texhash
6231
6232 %post fonts-cmsuper
6233 %texhash
6234
6235 %postun fonts-cmsuper
6236 %texhash
6237
6238 %post fonts-concmath
6239 %texhash
6240
6241 %postun fonts-concmath
6242 %texhash
6243
6244 %post fonts-concrete
6245 %texhash
6246
6247 %postun fonts-concrete
6248 %texhash
6249
6250 %post fonts-cs
6251 %texhash
6252
6253 %postun fonts-cs
6254 %texhash
6255
6256 %post fonts-dstroke
6257 %texhash
6258
6259 %postun fonts-dstroke
6260 %texhash
6261
6262 %post fonts-ecc
6263 %texhash
6264
6265 %postun fonts-ecc
6266 %texhash
6267
6268 %post fonts-eurosym
6269 %texhash
6270
6271 %postun fonts-eurosym
6272 %texhash
6273
6274 %post fonts-euxm
6275 %texhash
6276
6277 %postun fonts-euxm
6278 %texhash
6279
6280 %post fonts-gothic
6281 %texhash
6282
6283 %postun fonts-gothic
6284 %texhash
6285
6286 %post fonts-hoekwater
6287 %texhash
6288
6289 %postun fonts-hoekwater
6290 %texhash
6291
6292 %post fonts-jknappen
6293 %texhash
6294
6295 %postun fonts-jknappen
6296 %texhash
6297
6298 %post fonts-latex
6299 %texhash
6300
6301 %postun fonts-latex
6302 %texhash
6303
6304 %post fonts-lh
6305 %texhash
6306
6307 %postun fonts-lh
6308 %texhash
6309
6310 %post fonts-lm
6311 %texhash
6312
6313 %postun fonts-lm
6314 %texhash
6315
6316 %post fonts-marvosym
6317 %texhash
6318
6319 %postun fonts-marvosym
6320 %texhash
6321
6322 %post fonts-mflogo
6323 %texhash
6324
6325 %postun fonts-mflogo
6326 %texhash
6327
6328 %post fonts-misc
6329 %texhash
6330
6331 %postun fonts-misc
6332 %texhash
6333
6334 %post fonts-monotype
6335 %texhash
6336
6337 %postun fonts-monotype
6338 %texhash
6339
6340 %post fonts-omega
6341 %texhash
6342
6343 %postun fonts-omega
6344 %texhash
6345
6346 %post fonts-other
6347 %texhash
6348
6349 %postun fonts-other
6350 %texhash
6351
6352 %post fonts-pazo
6353 %texhash
6354
6355 %postun fonts-pazo
6356 %texhash
6357
6358 %post fonts-pl
6359 %texhash
6360
6361 %postun fonts-pl
6362 %texhash
6363
6364 %post fonts-px
6365 %texhash
6366
6367 %postun fonts-px
6368 %texhash
6369
6370 %post fonts-qfonts
6371 %texhash
6372
6373 %postun fonts-qfonts
6374 %texhash
6375
6376 %post fonts-qpx
6377 %texhash
6378
6379 %postun fonts-qpx
6380 %texhash
6381
6382 %post fonts-qpxqtx
6383 %texhash
6384
6385 %postun fonts-qpxqtx
6386 %texhash
6387
6388 %post fonts-rsfs
6389 %texhash
6390
6391 %postun fonts-rsfs
6392 %texhash
6393
6394 %post fonts-stmaryrd
6395 %texhash
6396
6397 %postun fonts-stmaryrd
6398 %texhash
6399
6400 %post fonts-tx
6401 %texhash
6402
6403 %postun fonts-tx
6404 %texhash
6405
6406 %post fonts-urw
6407 %texhash
6408
6409 %postun fonts-urw
6410 %texhash
6411
6412 %post fonts-vnr
6413 %texhash
6414
6415 %postun fonts-vnr
6416 %texhash
6417
6418 %post fonts-wasy
6419 %texhash
6420
6421 %postun fonts-wasy
6422 %texhash
6423
6424 %post fonts-xypic
6425 %texhash
6426
6427 %postun fonts-xypic
6428 %texhash
6429
6430 %post fonts-yandy
6431 %texhash
6432
6433 %postun fonts-yandy
6434 %texhash
6435
6436 %post fonts-type1-antp
6437 %texhash
6438
6439 %postun fonts-type1-antp
6440 %texhash
6441
6442 %post fonts-type1-antt
6443 %texhash
6444
6445 %postun fonts-type1-antt
6446 %texhash
6447
6448 %post fonts-type1-belleek
6449 %texhash
6450
6451 %postun fonts-type1-belleek
6452 %texhash
6453
6454 %post fonts-type1-bitstream
6455 %texhash
6456
6457 %postun fonts-type1-bitstream
6458 %texhash
6459
6460 %post fonts-type1-bluesky
6461 %texhash
6462
6463 %postun fonts-type1-bluesky
6464 %texhash
6465
6466 %post fonts-type1-cc-pl
6467 %texhash
6468
6469 %postun fonts-type1-cc-pl
6470 %texhash
6471
6472 %post fonts-type1-cmcyr
6473 %texhash
6474
6475 %postun fonts-type1-cmcyr
6476 %texhash
6477
6478 %post fonts-type1-cs
6479 %texhash
6480
6481 %postun fonts-type1-cs
6482 %texhash
6483
6484 %post fonts-type1-dstroke
6485 %texhash
6486
6487 %postun fonts-type1-dstroke
6488 %texhash
6489
6490 %post fonts-type1-eurosym
6491 %texhash
6492
6493 %postun fonts-type1-eurosym
6494 %texhash
6495
6496 %post fonts-type1-hoekwater
6497 %texhash
6498
6499 %postun fonts-type1-hoekwater
6500 %texhash
6501
6502 %post fonts-type1-lm
6503 %texhash
6504
6505 %postun fonts-type1-lm
6506 %texhash
6507
6508 %post fonts-type1-marvosym
6509 %texhash
6510
6511 %postun fonts-type1-marvosym
6512 %texhash
6513
6514 %post fonts-type1-mathpazo
6515 %texhash
6516
6517 %postun fonts-type1-mathpazo
6518 %texhash
6519
6520 %post fonts-type1-omega
6521 %texhash
6522
6523 %postun fonts-type1-omega
6524 %texhash
6525
6526 %post fonts-type1-pl
6527 %texhash
6528
6529 %postun fonts-type1-pl
6530 %texhash
6531
6532 %post fonts-type1-px
6533 %texhash
6534
6535 %postun fonts-type1-px
6536 %texhash
6537
6538 %post fonts-type1-qfonts
6539 %texhash
6540
6541 %postun fonts-type1-qfonts
6542 %texhash
6543
6544 %post fonts-type1-tx
6545 %texhash
6546
6547 %postun fonts-type1-tx
6548 %texhash
6549
6550 %post fonts-type1-urw
6551 %texhash
6552
6553 %postun fonts-type1-urw
6554 %texhash
6555
6556 %post fonts-type1-vnr
6557 %texhash
6558
6559 %postun fonts-type1-vnr
6560 %texhash
6561
6562 %post fonts-type1-xypic
6563 %texhash
6564
6565 %postun fonts-type1-xypic
6566 %texhash
6567
6568 %post -n texconfig
6569 %texhash
6570
6571 %postun -n texconfig
6572 %texhash
6573
6574 %post xetex
6575 %texhash
6576
6577 %postun xetex
6578 %texhash
6579
6580 %post xmltex
6581 %texhash
6582
6583 %postun xmltex
6584 %texhash
6585
6586 # Check the commented lines!!!
6587
6588 %files
6589 %defattr(644,root,root,755)
6590 # %doc %{texmf}/LICENSE.texmf
6591 # %doc %{texmf}/ChangeLog
6592 # %doc %{texmf}/doc/README.knuth
6593 # There isn't doc/fonts directory
6594 %dir %{texmfdist}/doc/fonts
6595 %doc %{texmfdist}/doc/fontname
6596 # %dir %{texmf}/doc/fonts/polish
6597 # %dir %{texmf}/doc/help
6598 # %doc %{texmf}/doc/help/csname.txt
6599 # %doc %{texmf}/doc/help/ctan
6600 # %doc %{texmf}/doc/help/tds.dvi
6601 # %doc %{texmf}/doc/help/unixtex.ftp
6602 # %dir %{texmf}/doc/help/faq
6603 # %doc %{texmf}/doc/images
6604 # %dir %{texmf}/doc/polish
6605 # %doc %{texmf}/doc/polish/*.html
6606 # %dir %{texmf}/doc/programs
6607 # %doc %{texmf}/doc/programs/web2c*
6608 # %doc %{texmf}/doc/programs/cwebman.dvi
6609 # %doc %{texmf}/doc/programs/dvipng.*
6610 # %doc %{texmf}/doc/knuth
6611 #%attr(755,root,root) %{_bindir}/MakeTeXPK
6612 #%attr(755,root,root) %{_bindir}/access
6613
6614 # ***********
6615 # executables
6616 # ***********
6617 %attr(755,root,root) %{_bindir}/a2ping
6618 %attr(755,root,root) %{_bindir}/afm2tfm
6619 %attr(755,root,root) %{_bindir}/allcm
6620 %attr(755,root,root) %{_bindir}/allec
6621 %attr(755,root,root) %{_bindir}/allneeded
6622 %attr(755,root,root) %{_bindir}/cweave
6623 %attr(755,root,root) %{_bindir}/ctangle
6624 %attr(755,root,root) %{_bindir}/ctie
6625 %attr(755,root,root) %{_bindir}/dmp
6626 %attr(755,root,root) %{_bindir}/dvipng
6627 %attr(755,root,root) %{_bindir}/e2pall
6628 %attr(755,root,root) %{_bindir}/ebb
6629 # %attr(755,root,root) %{_bindir}/fdf2tan
6630 %attr(755,root,root) %{_bindir}/fmtutil
6631 %attr(755,root,root) %{_bindir}/fmtutil-sys
6632 #%attr(755,root,root) %{_bindir}/fontexport
6633 #%attr(755,root,root) %{_bindir}/fontimport
6634 %attr(755,root,root) %{_bindir}/fontinst
6635 %attr(755,root,root) %{_bindir}/gftodvi
6636 %attr(755,root,root) %{_bindir}/gftopk
6637 %attr(755,root,root) %{_bindir}/gftype
6638 %attr(755,root,root) %{_bindir}/gsftopk
6639 #%attr(755,root,root) %{_bindir}/initex
6640 %attr(755,root,root) %{_bindir}/kpseaccess
6641 %attr(755,root,root) %{_bindir}/kpsereadlink
6642 %attr(755,root,root) %{_bindir}/kpsewhere
6643 %attr(755,root,root) %{_bindir}/mag
6644 %attr(755,root,root) %{_bindir}/makempx
6645 #%attr(755,root,root) %{_bindir}/mkfontdesc
6646 %attr(755,root,root) %{_bindir}/mktexfmt
6647 %attr(755,root,root) %{_bindir}/mktexlsr
6648 %attr(755,root,root) %{_bindir}/newer
6649 %attr(755,root,root) %{_bindir}/patgen
6650 %attr(755,root,root) %{_bindir}/pdfetex
6651 %attr(755,root,root) %{_bindir}/pfb2pfa
6652 %attr(755,root,root) %{_bindir}/pk2bm
6653 %attr(755,root,root) %{_bindir}/pktogf
6654 %attr(755,root,root) %{_bindir}/pktype
6655 %attr(755,root,root) %{_bindir}/pltotf
6656 %attr(755,root,root) %{_bindir}/pooltype
6657 %attr(755,root,root) %{_bindir}/ps2frag
6658 %attr(755,root,root) %{_bindir}/ps2pk
6659 # TODO: move this file to correct subpackage ?
6660 %attr(755,root,root) %{_bindir}/ps4pdf
6661 #%attr(755,root,root) %{_bindir}/t1mapper
6662 %attr(755,root,root) %{_bindir}/tangle
6663 #%attr(755,root,root) %{_bindir}/tetex-updmap
6664 %attr(755,root,root) %{_bindir}/tex
6665 %attr(755,root,root) %{_bindir}/texdoc
6666 %attr(755,root,root) %{_bindir}/texhash
6667 # %attr(755,root,root) %{_bindir}/texi2html
6668 %attr(755,root,root) %{_bindir}/texlinks
6669 %attr(755,root,root) %{_bindir}/tftopl
6670 %attr(755,root,root) %{_bindir}/tie
6671 %attr(755,root,root) %{_bindir}/ttf2afm
6672 %attr(755,root,root) %{_bindir}/updmap
6673 %attr(755,root,root) %{_bindir}/updmap-sys
6674 %attr(755,root,root) %{_bindir}/vftovp
6675 #%attr(755,root,root) %{_bindir}/virtex
6676 %attr(755,root,root) %{_bindir}/vptovf
6677 %attr(755,root,root) %{_bindir}/weave
6678
6679 %attr(755,root,root) %{texmf}/web2c/mktexnam
6680 %attr(755,root,root) %{texmf}/web2c/mktexdir
6681 %attr(755,root,root) %{texmf}/web2c/mktexupd
6682
6683 %attr(750,root,root) /etc/cron.daily/texlive
6684
6685 #%dir /etc/sysconfig/tetex-updmap
6686 #%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6687
6688 %ghost %{texmf}/ls-R
6689 %ghost %{texmfdist}/ls-R
6690 # %ghost %{_localstatedir}/ls-R
6691
6692 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
6693 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
6694 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6695 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6696 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
6697
6698 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6699 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6700 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6701 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6702 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6703 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6704 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6705
6706 %attr(1777,root,root) /var/cache/fonts
6707
6708 %{_datadir}/info/web2c.info*
6709 # %{_datadir}/info/texi2html.info*
6710 # %{_datadir}/texi2html
6711 #%{texmf}/updates.dat
6712
6713 # %{texmf}/aliases
6714 # %{texmf}/tex/generic/bghyph
6715 # %doc %{texmf}/doc/generic/hyphen
6716 #%{texmf}/tex/generic/letterspacing
6717
6718 # ***********
6719 # Directories
6720 # ***********
6721 %attr(1777,root,root) %dir %{_localstatedir}
6722 %attr(1777,root,root) %dir %{_localstatedir}/fonts
6723 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
6724 %attr(1777,root,root) %dir %{fmtdir}
6725
6726 %dir %{texmfdist}
6727 %doc %{texmfdist}/README
6728 %dir %{texmf}
6729
6730 %dir %{texmfdist}/doc
6731 %dir %{texmfdist}/doc/generic
6732 %dir %{texmfdist}/doc/generic/enctex
6733 %dir %{texmfdist}/doc/latex
6734 %dir %{texmfdist}/doc/latex/localloc
6735 %dir %{texmf}/doc
6736 %dir %{texmf}/doc/generic
6737 %dir %{texmf}/doc/tetex
6738 %dir %{texmf}/fmtutil
6739
6740 %dir %{texmfdist}/tex
6741 %dir %{texmfdist}/tex/cslatex
6742 %dir %{texmfdist}/tex/cslatex/base
6743 %dir %{texmfdist}/tex/fontinst
6744 %dir %{texmfdist}/tex/fontinst/misc
6745 %dir %{texmfdist}/tex/generic
6746 %dir %{texmfdist}/tex/generic/dehyph-exptl
6747 %dir %{texmfdist}/tex/generic/enctex
6748 %dir %{texmfdist}/tex/generic/hyph-utf8
6749 %dir %{texmfdist}/tex/generic/misc
6750 %dir %{texmfdist}/tex/latex
6751 %dir %{texmfdist}/tex/latex/base
6752 %dir %{texmf}/dvips
6753 %dir %{texmf}/dvips/config
6754 %dir %{texmf}/dvips/tetex
6755 %dir %{texmf}/fonts/enc
6756 %dir %{texmf}/fonts/enc/dvips
6757 %dir %{texmf}/fonts/enc/dvips/tetex
6758 %dir %{texmf}/fonts/map/dvips/updmap
6759 %dir %{texmf}/fonts/map
6760 %dir %{texmf}/fonts/map/dvips
6761 %dir %{texmf}/fonts/map/dvips/tetex
6762 %dir %{texmf}/scripts
6763 %dir %{texmf}/tex
6764 %dir %{texmf}/tex/generic
6765 %dir %{texmf}/tex/generic/config
6766 %dir %{texmf}/web2c
6767
6768 # Docs
6769 # %doc %{texmf}/doc/README
6770 %doc %{texmf}/doc/tetex/TETEXDOC.*
6771 %doc %{texmf}/doc/tetex/teTeX-FAQ
6772
6773 # %{texmf}/fonts/map/dvips/tetex/contnav.map
6774 # %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6775 %{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6776 %{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6777
6778 # Main fonts from TeTeX
6779 %{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6780 %{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6781 %{texmf}/fonts/enc/dvips/tetex/10037936.enc
6782 %{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6783 %{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6784 %{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6785 %{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6786 %{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6787 %{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6788 %{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6789 %{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
6790 %{texmf}/fonts/map/dvips/tetex/ps2pk35.map
6791
6792 %{texmfdist}/tex/generic/dehyph-exptl/*
6793 %{texmfdist}/tex/generic/encodings
6794 %{texmfdist}/tex/generic/epsf
6795 %{texmfdist}/tex/generic/hyph-utf8/*
6796 %{texmfdist}/tex/generic/genmisc
6797 %{texmfdist}/tex/generic/misc/null*
6798 %{texmfdist}/tex/generic/misc/texnames.sty
6799 %{texmfdist}/tex/generic/tap
6800 %{texmfdist}/tex/generic/tex-ps
6801 %{texmfdist}/tex/texinfo
6802 %{texmfdist}/tex/fontinst/misc/glyphbox.mtx
6803 %{texmf}/tex/fontinst
6804 %{texmf}/tex/generic/hyphen
6805
6806 # %{fmtdir}/metafun.mem
6807 #%{texmf}/web2c/tex-pl.pool
6808 # %{texmf}/web2c/tex.pool
6809 %{texmf}/fonts/map/dvips/updmap/*
6810
6811 %{texmf}/web2c/*.tcx
6812
6813 # %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6814 # %lang(fi) %{_mandir}/fi/man1/allcm.1*
6815 # %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6816 # %lang(fr) %{_mandir}/fr/man1/access.1*
6817 # %lang(hu) %{_mandir}/hu/man1/access.1*
6818 # %lang(hu) %{_mandir}/hu/man1/newer.1*
6819 # %lang(pl) %{_mandir}/pl/man1/access.1*
6820 # %lang(pl) %{_mandir}/pl/man1/newer.1*
6821 #%{_mandir}/man1/MakeTeXPK.1*
6822 #%{_mandir}/man1/access.1*
6823 #%{_mandir}/man1/fontexport.1*
6824 #%{_mandir}/man1/fontimport.1*
6825 #%{_mandir}/man1/initex.1*
6826 #%{_mandir}/man1/t1mapper.1*
6827 #%{_mandir}/man1/texdoc.1*
6828 #%{_mandir}/man1/texi2html.1*
6829 #%{_mandir}/man1/virtex.1*
6830 #%{_mandir}/man8/fmtutil.8*
6831 #%{_mandir}/man8/mkfontdesc.8*
6832 #%{_mandir}/man8/texlinks.8*
6833
6834 %{_mandir}/man1/afm2tfm.1*
6835 %{_mandir}/man1/allcm.1*
6836 %{_mandir}/man1/allec.1*
6837 %{_mandir}/man1/allneeded.1*
6838 %{_mandir}/man1/ctangle.1*
6839 %{_mandir}/man1/ctie.1*
6840 %{_mandir}/man1/cweave.1*
6841 %{_mandir}/man1/cweb.1*
6842 %{_mandir}/man1/dmp.1*
6843 %{_mandir}/man1/dvipdft.1*
6844 %{_mandir}/man1/dvipng.1*
6845 %{_mandir}/man1/e2pall.1*
6846 %{_mandir}/man1/ebb.1*
6847 %{_mandir}/man1/fmtutil.1*
6848 %{_mandir}/man1/fmtutil-sys.1*
6849 %{_mandir}/man1/fontinst.1*
6850 %{_mandir}/man1/gftodvi.1*
6851 %{_mandir}/man1/gftopk.1*
6852 %{_mandir}/man1/gftype.1*
6853 %{_mandir}/man1/gsftopk.1*
6854 %{_mandir}/man1/kpseaccess.1*
6855 %{_mandir}/man1/kpsereadlink.1*
6856 %{_mandir}/man1/kpsewhere.1*
6857 %{_mandir}/man1/mag.1*
6858 %{_mandir}/man1/makempx.1*
6859 %{_mandir}/man1/makempy.1*
6860 %{_mandir}/man1/mktexfmt.1*
6861 %{_mandir}/man1/mktexlsr.1*
6862 %{_mandir}/man1/newer.1*
6863 %{_mandir}/man1/patgen.1*
6864 %{_mandir}/man1/pdfetex.1*
6865 %{_mandir}/man1/pfb2pfa.1*
6866 %{_mandir}/man1/pk2bm.1*
6867 %{_mandir}/man1/pktogf.1*
6868 %{_mandir}/man1/pktype.1*
6869 %{_mandir}/man1/pltotf.1*
6870 %{_mandir}/man1/pooltype.1*
6871 %{_mandir}/man1/ps2frag.1*
6872 %{_mandir}/man1/ps2pk.1*
6873 %{_mandir}/man1/tangle.1*
6874 %{_mandir}/man1/tex.1*
6875 %{_mandir}/man1/texexec.1*
6876 %{_mandir}/man1/texhash.1*
6877 %{_mandir}/man1/texlinks.1*
6878 %{_mandir}/man1/tftopl.1*
6879 %{_mandir}/man1/tie.1*
6880 %{_mandir}/man1/ttf2afm.1*
6881 %{_mandir}/man1/updmap.1*
6882 %{_mandir}/man1/updmap-sys.1*
6883 %{_mandir}/man1/vftovp.1*
6884 %{_mandir}/man1/vptovf.1*
6885 %{_mandir}/man1/weave.1*
6886 %{_mandir}/man5/fmtutil.cnf.5*
6887 %{_mandir}/man5/updmap.cfg.5*
6888
6889 %files other-utils
6890 %defattr(644,root,root,755)
6891 %attr(755,root,root) %{_bindir}/bg5+latex
6892 %attr(755,root,root) %{_bindir}/bg5+pdflatex
6893 %attr(755,root,root) %{_bindir}/bg5conv
6894 %attr(755,root,root) %{_bindir}/bg5latex
6895 %attr(755,root,root) %{_bindir}/bg5pdflatex
6896 %attr(755,root,root) %{_bindir}/bibtex8
6897 %attr(755,root,root) %{_bindir}/cfftot1
6898 %attr(755,root,root) %{_bindir}/ebong
6899 %attr(755,root,root) %{_bindir}/extconv
6900 %attr(755,root,root) %{_bindir}/extractbb
6901 %attr(755,root,root) %{_bindir}/gbklatex
6902 %attr(755,root,root) %{_bindir}/gbkpdflatex
6903 %attr(755,root,root) %{_bindir}/getnonfreefonts
6904 %attr(755,root,root) %{_bindir}/getnonfreefonts-sys
6905 %attr(755,root,root) %{_bindir}/hbf2gf
6906 %attr(755,root,root) %{_bindir}/jadetex
6907 %attr(755,root,root) %{_bindir}/lamed
6908 %attr(755,root,root) %{_bindir}/makeglossaries
6909 %attr(755,root,root) %{_bindir}/metafun
6910 %attr(755,root,root) %{_bindir}/mkjobtexmf
6911 %attr(755,root,root) %{_bindir}/mllatex
6912 %attr(755,root,root) %{_bindir}/mltex
6913 %attr(755,root,root) %{_bindir}/mmafm
6914 %attr(755,root,root) %{_bindir}/mmpfb
6915 %attr(755,root,root) %{_bindir}/musixflx
6916 %attr(755,root,root) %{_bindir}/ofm2opl
6917 %attr(755,root,root) %{_bindir}/otfinfo
6918 %attr(755,root,root) %{_bindir}/otftotfm
6919 %attr(755,root,root) %{_bindir}/oxdvi
6920 %attr(755,root,root) %{_bindir}/pdfatfi
6921 %attr(755,root,root) %{_bindir}/pdfclose
6922 %attr(755,root,root) %{_bindir}/pdfjadetex
6923 %attr(755,root,root) %{_bindir}/pdfopen
6924 %attr(755,root,root) %{_bindir}/pdftosrc
6925 %{__perl}tex
6926 %attr(755,root,root) %{_bindir}/physe
6927 %attr(755,root,root) %{_bindir}/pkfix
6928 %attr(755,root,root) %{_bindir}/ppower4
6929 %attr(755,root,root) %{_bindir}/rungs
6930 %attr(755,root,root) %{_bindir}/simpdftex
6931 %attr(755,root,root) %{_bindir}/sjisconv
6932 %attr(755,root,root) %{_bindir}/sjislatex
6933 %attr(755,root,root) %{_bindir}/sjispdflatex
6934 %attr(755,root,root) %{_bindir}/synctex
6935 %attr(755,root,root) %{_bindir}/t1dotlessj
6936 %attr(755,root,root) %{_bindir}/t1lint
6937 %attr(755,root,root) %{_bindir}/t1reencode
6938 %attr(755,root,root) %{_bindir}/t1testpage
6939 %attr(755,root,root) %{_bindir}/texcount
6940 %attr(755,root,root) %{_bindir}/texsis
6941 %attr(755,root,root) %{_bindir}/tlmgr
6942 %attr(755,root,root) %{_bindir}/tpic2pdftex
6943 %attr(755,root,root) %{_bindir}/ttf2pk
6944 %attr(755,root,root) %{_bindir}/ttf2tfm
6945 %attr(755,root,root) %{_bindir}/ttftotype42
6946 %attr(755,root,root) %{_bindir}/vlna
6947 %attr(755,root,root) %{_bindir}/vpe
6948 %{_mandir}/man1/cfftot1.1*
6949 %{_mandir}/man1/getnonfreefonts-sys.1
6950 %{_mandir}/man1/getnonfreefonts.1*
6951 %{_mandir}/man1/hbf2gf.1*
6952 %{_mandir}/man1/mkjobtexmf.1*
6953 %{_mandir}/man1/mmafm.1*
6954 %{_mandir}/man1/mmpfb.1*
6955 %{_mandir}/man1/otfinfo.1*
6956 %{_mandir}/man1/otftotfm.1*
6957 %{_mandir}/man1/oxdvi.1
6958 %{_mandir}/man1/pdftosrc.1*
6959 %{_mandir}/man1/ps2eps.1*
6960 %{_mandir}/man1/synctex.1*
6961 %{_mandir}/man1/t1dotlessj.1*
6962 %{_mandir}/man1/t1lint.1*
6963 %{_mandir}/man1/t1reencode.1*
6964 %{_mandir}/man1/t1testpage.1*
6965 %{_mandir}/man1/ttf2pk.1*
6966 %{_mandir}/man1/ttf2tfm.1*
6967 %{_mandir}/man1/ttftotype42.1*
6968 %{_mandir}/man1/vlna.1*
6969 %{_mandir}/man5/synctex.5*
6970 %{texmfdist}/source/startex
6971 %{texmfdist}/source/jadetex
6972 %{texmfdist}/tex/jadetex
6973 %{texmfdist}/tex/texsis
6974 %{texmfdist}/tex/startex
6975 %{texmf}/fmtutil/format.jadetex.cnf
6976 %{texmf}/fmtutil/format.mltex.cnf
6977 %{texmfdist}/tex/generic/abbr
6978 %{texmfdist}/tex/generic/abstyles/
6979 %{texmfdist}/tex/generic/arrayjob
6980 %{texmfdist}/tex/generic/barr
6981 %{texmfdist}/tex/generic/borceux
6982 %{texmfdist}/tex/generic/c-pascal
6983 %{texmfdist}/tex/generic/cirth
6984 %{texmfdist}/tex/generic/colortab
6985 %{texmfdist}/tex/generic/dratex
6986 %{texmfdist}/tex/generic/ean
6987 %{texmfdist}/tex/generic/edmac
6988 %{texmfdist}/tex/generic/elvish
6989 %{texmfdist}/tex/generic/fenixpar
6990 %{texmfdist}/tex/generic/fltpoint
6991 %{texmfdist}/tex/generic/musixtex
6992
6993 %files other-utils-doc
6994 %defattr(644,root,root,755)
6995 %doc %{texmfdist}/doc/jadetex
6996 %doc %{texmfdist}/doc/texsis
6997 %doc %{texmfdist}/doc/startex
6998 %doc %{texmfdist}/doc/generic/c-pascal
6999
7000 %files dirs-fonts
7001 %defattr(644,root,root,755)
7002 %dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
7003 %dir %{texmfdist}/fonts
7004 %dir %{texmfdist}/fonts/afm
7005 %dir %{texmfdist}/fonts/afm/public
7006 %dir %{texmfdist}/fonts/afm/vntex
7007 %dir %{texmfdist}/fonts/enc
7008 %dir %{texmfdist}/fonts/enc/dvips
7009 %dir %{texmfdist}/fonts/enc/dvips/vntex
7010 %dir %{texmfdist}/fonts/map
7011 %dir %{texmfdist}/fonts/map/dvipdfm
7012 %dir %{texmfdist}/fonts/map/dvips
7013 %dir %{texmfdist}/fonts/map/dvips/vntex
7014 %dir %{texmfdist}/fonts/map/fontname
7015 %dir %{texmfdist}/fonts/map/vtex
7016 %dir %{texmfdist}/fonts/ofm
7017 %dir %{texmfdist}/fonts/ofm/public
7018 %dir %{texmfdist}/fonts/ovf
7019 %dir %{texmfdist}/fonts/ovf/public
7020 %dir %{texmfdist}/fonts/ovp
7021 %dir %{texmfdist}/fonts/ovp/public
7022 %dir %{texmfdist}/fonts/opentype
7023 %dir %{texmfdist}/fonts/opentype/public
7024 %dir %{texmfdist}/fonts/pk
7025 %dir %{texmfdist}/fonts/pk/ljfour
7026 %dir %{texmfdist}/fonts/source
7027 %dir %{texmfdist}/fonts/source/public
7028 %dir %{texmfdist}/fonts/source/vntex
7029 %dir %{texmfdist}/fonts/tfm
7030 %dir %{texmfdist}/fonts/tfm/public
7031 %dir %{texmfdist}/fonts/tfm/vntex
7032 %dir %{texmfdist}/fonts/truetype
7033 %dir %{texmfdist}/fonts/type1
7034 %dir %{texmfdist}/fonts/type1/public
7035 %dir %{texmfdist}/fonts/type1/vntex
7036 %dir %{texmfdist}/fonts/vf
7037 %dir %{texmfdist}/fonts/vf/public
7038 %dir %{texmfdist}/fonts/vf/vntex
7039 %dir %{texmfdist}/source
7040 %dir %{texmfdist}/source/fonts
7041 %dir %{texmfdist}/source/latex
7042 %dir %{texmf}/fonts
7043 %dir %{texmf}/fonts/opentype
7044 %dir %{texmf}/fonts/opentype/public
7045
7046 %files doc
7047 %defattr(644,root,root,755)
7048 %doc %{texmfdist}/doc/generic/dehyph-exptl
7049 %dir %{texmfdoc}
7050 %dir %{texmfdoc}/doc
7051 %{texmfdoc}/README
7052 %{texmfdoc}/ls-R
7053 %{texmfdoc}/doc/english
7054 %{texmfdist}/doc/fontinst
7055
7056 %files doc-bg
7057 %defattr(644,root,root,755)
7058 %{texmfdoc}/doc/bulgarian
7059
7060 %files doc-cs
7061 %defattr(644,root,root,755)
7062 %{texmfdoc}/doc/czechslovak
7063
7064 %files doc-de
7065 %defattr(644,root,root,755)
7066 %{texmfdoc}/doc/german
7067
7068 %files doc-el
7069 %defattr(644,root,root,755)
7070 %{texmfdoc}/doc/greek
7071
7072 %files doc-es
7073 %defattr(644,root,root,755)
7074 %{texmfdoc}/doc/spanish
7075
7076 %files doc-fi
7077 %defattr(644,root,root,755)
7078 %{texmfdoc}/doc/finnish
7079
7080 %files doc-fr
7081 %defattr(644,root,root,755)
7082 %{texmfdoc}/doc/french
7083
7084 %files doc-it
7085 %defattr(644,root,root,755)
7086 %{texmfdoc}/doc/italian
7087
7088 %files doc-ja
7089 %defattr(644,root,root,755)
7090 %{texmfdoc}/doc/japanese
7091
7092 %files doc-ko
7093 %defattr(644,root,root,755)
7094 %{texmfdoc}/doc/korean
7095
7096 %files doc-mn
7097 %defattr(644,root,root,755)
7098 %{texmfdoc}/doc/mongolian
7099
7100 %files doc-nl
7101 %defattr(644,root,root,755)
7102 %{texmfdoc}/doc/dutch
7103
7104 %files doc-pl
7105 %defattr(644,root,root,755)
7106 %{texmfdoc}/doc/polish
7107
7108 %files doc-pt
7109 %defattr(644,root,root,755)
7110 %{texmfdoc}/doc/portuguese
7111
7112 %files doc-ru
7113 %defattr(644,root,root,755)
7114 %{texmfdoc}/doc/russian
7115
7116 %files doc-sk
7117 %defattr(644,root,root,755)
7118 %{texmfdoc}/doc/slovak
7119
7120 %files doc-sl
7121 %defattr(644,root,root,755)
7122 %{texmfdoc}/doc/slovenian
7123
7124 %files doc-th
7125 %defattr(644,root,root,755)
7126 %{texmfdoc}/doc/thai
7127
7128 %files doc-tr
7129 %defattr(644,root,root,755)
7130 %{texmfdoc}/doc/turkish
7131
7132 %files doc-uk
7133 %defattr(644,root,root,755)
7134 %{texmfdoc}/doc/ukrainian
7135
7136 %files doc-vi
7137 %defattr(644,root,root,755)
7138 %{texmfdoc}/doc/vietnamese
7139
7140 %files doc-zh_CN
7141 %defattr(644,root,root,755)
7142 %{texmfdoc}/doc/chinese
7143
7144 # %files doc-Catalogue
7145 # %defattr(644,root,root,755)
7146 # %{texmf}/doc/help/Catalogue
7147
7148 # %files doc-tug-faq
7149 # %defattr(644,root,root,755)
7150 # %{texmf}/doc/help/faq/uktug-faq
7151
7152
7153 %files doc-latex
7154 %defattr(644,root,root,755)
7155 # %{texmfdist}/doc/latex/bar
7156 # %{texmfdist}/doc/latex/eclbip
7157 # %{texmfdist}/doc/latex/eo
7158 # %{texmfdist}/doc/latex/floatflt
7159 # %{texmfdist}/doc/latex/general
7160 # %{texmfdist}/doc/latex/germbib
7161 # %{texmfdist}/doc/latex/images
7162 # %{texmfdist}/doc/latex/mathcomp
7163 # %{texmfdist}/doc/latex/mt11p
7164 # %{texmfdist}/doc/latex/picins
7165 # %{texmfdist}/doc/latex/ps4pdf
7166 # %{texmfdist}/doc/latex/pslatex
7167 # %{texmfdist}/doc/latex/shapepar
7168 # %{texmfdist}/doc/latex/supertab
7169 # %{texmfdist}/doc/latex/tex-refs
7170 # %{texmfdist}/doc/latex/textmerg
7171 # %{texmfdist}/doc/latex/treesvr
7172 %{texmfdist}/doc/latex/acronym
7173 %{texmfdist}/doc/latex/aeguill
7174 %{texmfdist}/doc/latex/anysize
7175 %{texmfdist}/doc/latex/base
7176 %{texmfdist}/doc/latex/beton
7177 %{texmfdist}/doc/latex/carlisle
7178 %{texmfdist}/doc/latex/ccaption
7179 %{texmfdist}/doc/latex/changebar
7180 %{texmfdist}/doc/latex/chappg
7181 %{texmfdist}/doc/latex/concmath
7182 %{texmfdist}/doc/latex/crop
7183 %{texmfdist}/doc/latex/dinbrief
7184 %{texmfdist}/doc/latex/draftcopy
7185 %{texmfdist}/doc/latex/eepic
7186 %{texmfdist}/doc/latex/endfloat
7187 %{texmfdist}/doc/latex/esint
7188 %{texmfdist}/doc/latex/eso-pic
7189 %{texmfdist}/doc/latex/euler
7190 %{texmfdist}/doc/latex/eulervm
7191 %{texmfdist}/doc/latex/extsizes
7192 %{texmfdist}/doc/latex/fancybox
7193 %{texmfdist}/doc/latex/fancyhdr
7194 %{texmfdist}/doc/latex/fancyvrb
7195 %{texmfdist}/doc/latex/filecontents
7196 %{texmfdist}/doc/latex/float
7197 %{texmfdist}/doc/latex/footmisc
7198 %{texmfdist}/doc/latex/footnpag
7199 %{texmfdist}/doc/latex/fp
7200 %{texmfdist}/doc/latex/geometry
7201 %{texmfdist}/doc/latex/graphics
7202 %{texmfdist}/doc/latex/hyperref
7203 %{texmfdist}/doc/latex/hyphenat
7204 %{texmfdist}/doc/latex/index
7205 %{texmfdist}/doc/latex/koma-script
7206 %{texmfdist}/doc/latex/labels
7207 %{texmfdist}/doc/latex/layouts
7208 %{texmfdist}/doc/latex/lettrine
7209 %{texmfdist}/doc/latex/listings
7210 %{texmfdist}/doc/latex/ltabptch
7211 %{texmfdist}/doc/latex/mdwtools
7212 %{texmfdist}/doc/latex/memoir
7213 %{texmfdist}/doc/latex/mh
7214 %{texmfdist}/doc/latex/mparhack
7215 %{texmfdist}/doc/latex/ms
7216 %{texmfdist}/doc/latex/multibib
7217 %{texmfdist}/doc/latex/mwcls
7218 %{texmfdist}/doc/latex/natbib
7219 %{texmfdist}/doc/latex/nomencl
7220 %{texmfdist}/doc/latex/ntgclass
7221 %{texmfdist}/doc/latex/oberdiek
7222 %{texmfdist}/doc/latex/overpic
7223 %{texmfdist}/doc/latex/paralist
7224 %{texmfdist}/doc/latex/pb-diagram
7225 %{texmfdist}/doc/latex/pdfpages
7226 %{texmfdist}/doc/latex/picinpar
7227 %{texmfdist}/doc/latex/pict2e
7228 %{texmfdist}/doc/latex/placeins
7229 %{texmfdist}/doc/latex/preprint
7230 %{texmfdist}/doc/latex/preview
7231 %{texmfdist}/doc/latex/program
7232 %{texmfdist}/doc/latex/psfrag
7233 %{texmfdist}/doc/latex/revtex
7234 %{texmfdist}/doc/latex/rotating
7235 %{texmfdist}/doc/latex/rotfloat
7236 %{texmfdist}/doc/latex/scale
7237 %{texmfdist}/doc/latex/sectsty
7238 %{texmfdist}/doc/latex/seminar
7239 %{texmfdist}/doc/latex/showlabels
7240 %{texmfdist}/doc/latex/sidecap
7241 %{texmfdist}/doc/latex/slashbox
7242 %{texmfdist}/doc/latex/soul
7243 %{texmfdist}/doc/latex/stdclsdv
7244 %{texmfdist}/doc/latex/subfig
7245 %{texmfdist}/doc/latex/subfigure
7246 %{texmfdist}/doc/latex/textfit
7247 %{texmfdist}/doc/latex/textpos
7248 %{texmfdist}/doc/latex/titlesec
7249 %{texmfdist}/doc/latex/tocbibind
7250 %{texmfdist}/doc/latex/tocloft
7251 %{texmfdist}/doc/latex/tools
7252 %{texmfdist}/doc/latex/totpages
7253 %{texmfdist}/doc/latex/type1cm
7254 %{texmfdist}/doc/latex/units
7255 %{texmfdist}/doc/latex/vmargin
7256 %{texmfdist}/doc/latex/was
7257 %{texmfdist}/doc/latex/wrapfig
7258 %{texmfdist}/doc/latex/xtab
7259 %{texmfdist}/doc/latex/yfonts
7260
7261 %files -n kpathsea
7262 %defattr(644,root,root,755)
7263 %dir %{texmf}/doc/kpathsea
7264 %doc %{texmf}/doc/kpathsea/kpathsea.pdf
7265 %attr(755,root,root) %{_bindir}/kpsepath
7266 %attr(755,root,root) %{_bindir}/kpsestat
7267 %attr(755,root,root) %{_bindir}/kpsetool
7268 %attr(755,root,root) %{_bindir}/kpsewhich
7269 %attr(755,root,root) %{_bindir}/kpsexpand
7270 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
7271 %{_libdir}/libkpathsea.la
7272 %{_mandir}/man1/kpsexpand.1*
7273 %{_mandir}/man1/kpsepath.1*
7274 %{_mandir}/man1/kpsestat.1*
7275 %{_mandir}/man1/kpsetool.1*
7276 %{_mandir}/man1/kpsewhich.1*
7277
7278 %files -n kpathsea-devel
7279 %defattr(644,root,root,755)
7280 %attr(755,root,root) %{_libdir}/libkpathsea.so
7281 %{_includedir}/kpathsea
7282 %{_infodir}/kpathsea.info*
7283
7284 %files dvips
7285 %defattr(644,root,root,755)
7286 # %doc %{texmf}/doc/programs/dvips.dvi
7287 # %doc %{texmf}/doc/programs/dvipdfm.dvi
7288 # %doc %{texmf}/doc/latex/psnfssx
7289 # %lang(fi) %{_mandir}/fi/man1/dvips.1*
7290 # %{texmf}/dvips/misc
7291 # %{texmf}/dvips/config/config.generic
7292 # %{texmf}/fonts/map/dvips/misc
7293 # %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7294 # %{texmf}/fonts/map/dvips/tetex/bsr.map
7295 # %{_localstatedir}/fonts/map/dvipdfm
7296 # %{_localstatedir}/fonts/map/dvips
7297 %dir %{texmfdist}/fonts/map/dvips/cmex
7298 %dir %{texmf}/dvipdfm
7299 %docdir %{texmf}/doc/dvips
7300 %docdir %{texmf}/doc/dvipdfm
7301 %attr(755,root,root) %{_bindir}/dvips
7302 %attr(755,root,root) %{_bindir}/dvired
7303 %attr(755,root,root) %{_bindir}/dvitomp
7304 %attr(755,root,root) %{_bindir}/dvitype
7305 %attr(755,root,root) %{_bindir}/dvicopy
7306 %attr(755,root,root) %{_bindir}/dvipdfm
7307 %attr(755,root,root) %{_bindir}/dvipdft
7308 # dvi2fax requires ghostscript
7309 %attr(755,root,root) %{_bindir}/dvi2fax
7310 %{_infodir}/dvips.info*
7311 %{_mandir}/man1/dvi2fax.1*
7312 %{_mandir}/man1/dvicopy.1*
7313 %{_mandir}/man1/dvipdfm.1*
7314 %{_mandir}/man1/dvips.1*
7315 %{_mandir}/man1/dvired.1*
7316 %{_mandir}/man1/dvitomp.1*
7317 %{_mandir}/man1/dvitype.1*
7318 %{texmf}/dvips/base
7319 %{texmf}/dvips/config
7320 %{texmf}/dvips/getafm
7321 %{texmf}/dvips/gsftopk
7322 %{texmfdist}/dvips/psfrag
7323 # %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
7324 %{texmfdist}/fonts/enc/dvips/base
7325 %{texmfdist}/fonts/map/dvips/allrunes
7326 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
7327 %{texmfdist}/tex/generic/dvips
7328 %{texmfdist}/dvips
7329 %{texmf}/dvipdfm/config
7330 %{texmf}/dvips/tetex/config.*
7331 %{texmf}/fonts/enc/dvips/tetex/mtex.enc
7332 %{texmf}/fonts/enc/dvips/afm2pl
7333 # %{texmf}/fonts/map
7334 %dir %{texmf}/fonts/map/dvipdfm
7335 %dir %{texmf}/fonts/map/dvips
7336 %dir %{texmf}/fonts/map/dvips/tetex
7337 %{texmf}/fonts/map/dvipdfm/updmap
7338 %{texmf}/fonts/map/dvipdfm/dvipdfmx
7339 %{texmf}/fonts/map/dvipdfm/tetex
7340 %{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7341 %{texmf}/fonts/map/dvips/tetex/dvips35.map
7342 %{texmf}/fonts/map/dvips/tetex/mathpple.map
7343 %{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7344 %{texmf}/fonts/map/dvips/tetex/mt-plus.map
7345 %{texmf}/fonts/map/dvips/tetex/mt-yy.map
7346 %{texmf}/fonts/map/dvips/tetex/pdftex35.map
7347
7348
7349 %files dvilj
7350 %defattr(644,root,root,755)
7351 %attr(755,root,root) %{_bindir}/dvihp
7352 %attr(755,root,root) %{_bindir}/dvilj
7353 %attr(755,root,root) %{_bindir}/dvilj2p
7354 %attr(755,root,root) %{_bindir}/dvilj4
7355 %attr(755,root,root) %{_bindir}/dvilj4l
7356 %attr(755,root,root) %{_bindir}/dvilj6
7357 %{_mandir}/man1/dvihp.1*
7358 %{_mandir}/man1/dvilj.1*
7359 %{_mandir}/man1/dvilj2p.1*
7360 %{_mandir}/man1/dvilj4.1*
7361 %{_mandir}/man1/dvilj4l.1*
7362 %{_mandir}/man1/dvilj6.1*
7363
7364 %files makeindex
7365 %defattr(644,root,root,755)
7366 %doc %{texmfdist}/doc/makeindex
7367 %attr(755,root,root) %{_bindir}/mkindex
7368 %attr(755,root,root) %{_bindir}/makeindex
7369 %attr(755,root,root) %{_bindir}/rumakeindex
7370 %{texmfdist}/makeindex
7371 %{_mandir}/man1/makeindex.1*
7372 %{_mandir}/man1/mkindex.1*
7373 %{_mandir}/man1/rumakeindex.1*
7374
7375 %files metafont
7376 %defattr(644,root,root,755)
7377 #%attr(755,root,root) %{_bindir}/mfw
7378 #%attr(755,root,root) %{_bindir}/virmf
7379 #%attr(755,root,root) %{_bindir}/inimf
7380 #%{texmf}/mft/cmbase.mft
7381 # %{texmf}/mft/e.mft
7382 # %{texmf}/mft/pl.mft
7383 # %{fmtdir}/mf.base
7384 #%{texmf}/web2c/mf-nowin.base
7385 # %{texmf}/web2c/mf.pool
7386 #%{texmf}/web2c/mfw.base
7387 #%{_mandir}/man1/inimf.1*
7388 #%{_mandir}/man1/virmf.1*
7389 %dir %{texmfdist}/mft
7390 %dir %{texmfdist}/mft/base
7391 %attr(755,root,root) %{_bindir}/mf
7392 %attr(755,root,root) %{_bindir}/mf-nowin
7393 %attr(755,root,root) %{_bindir}/mft
7394 %attr(755,root,root) %{_bindir}/mktexmf
7395 %attr(755,root,root) %{_bindir}/mktexpk
7396 %attr(755,root,root) %{_bindir}/mktextfm
7397 %{texmfdist}/metafont
7398 %{texmfdist}/mft/base/mplain.mft
7399 %{texmfdist}/mft/base/plain.mft
7400 %{texmfdist}/source/metafont
7401 %{_mandir}/man1/mf.1*
7402 %{_mandir}/man1/mf-nowin.1*
7403 %{_mandir}/man1/mft.1*
7404 %{_mandir}/man1/mktexmf.1*
7405 %{_mandir}/man1/mktexpk.1*
7406 %{_mandir}/man1/mktextfm.1*
7407 %{texmf}/fmtutil/format.metafont.cnf
7408
7409 %files metapost
7410 %defattr(644,root,root,755)
7411 #%attr(755,root,root) %{_bindir}/virmpost
7412 #%attr(755,root,root) %{_bindir}/inimpost
7413 # %{texmf}/web2c/mp.pool
7414 # %{fmtdir}/mpost.mem
7415 #%{_mandir}/man1/inimpost.1*
7416 #%{_mandir}/man1/virmpost.1*
7417 %dir %{texmfdist}/metapost
7418 %doc %{texmfdist}/doc/metapost
7419 %attr(755,root,root) %{_bindir}/mpost
7420 %attr(755,root,root) %{_bindir}/mpto
7421 %{texmfdist}/metapost/base
7422 %{texmfdist}/metapost/config
7423 %{texmfdist}/metapost/mfpic
7424 %{texmfdist}/metapost/misc
7425 %{texmfdist}/metapost/support
7426 %{texmfdist}/source/metapost
7427 %{_mandir}/man1/mpost.1*
7428 %{_mandir}/man1/mpto.1*
7429 %{texmf}/fmtutil/format.metapost.cnf
7430
7431 %files mptopdf
7432 %defattr(644,root,root,755)
7433 %attr(755,root,root) %{_bindir}/mptopdf
7434 %{_mandir}/man1/mptopdf.1*
7435 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
7436
7437 %files texdoctk
7438 %defattr(644,root,root,755)
7439 # %doc %{texmf}/doc/texdoctk
7440 %attr(755,root,root) %{_bindir}/texdoctk
7441 %{texmf}/texdoctk
7442 %{_mandir}/man1/texdoctk.1*
7443
7444 %files -n texconfig
7445 %defattr(644,root,root,755)
7446 %dir %{texmf}/texconfig
7447 %doc %{texmf}/texconfig/README
7448 %attr(755,root,root) %{_bindir}/texconfig
7449 %attr(755,root,root) %{_bindir}/texconfig-dialog
7450 %attr(755,root,root) %{_bindir}/texconfig-sys
7451 %attr(755,root,root) %{texmf}/texconfig/tcfmgr
7452 %{_mandir}/man1/texconfig.1*
7453 %{_mandir}/man1/texconfig-sys.1*
7454 %{texmf}/texconfig/g
7455 %{texmf}/texconfig/generic
7456 %{texmf}/texconfig/tcfmgr.map
7457 %{texmf}/texconfig/v
7458 %{texmf}/texconfig/x
7459
7460 %files -n xindy
7461 %defattr(644,root,root,755)
7462 %doc %{texmf}/doc/xindy
7463 %dir %{texmf}/xindy
7464 %dir %{texmf}/xindy/lang
7465 %dir %{texmf}/scripts
7466 %{texmf}/scripts/xindy
7467 %{texmf}/xindy/base
7468 %{texmf}/xindy/class
7469 %{texmf}/xindy/ord
7470 %{texmf}/xindy/rules
7471 %{texmf}/xindy/styles
7472 %{texmf}/xindy/tex
7473
7474
7475 %files -n xindy-albanian
7476 %defattr(644,root,root,755)
7477 %{texmf}/xindy/lang/albanian
7478
7479 %files -n xindy-belarusian
7480 %defattr(644,root,root,755)
7481 %{texmf}/xindy/lang/belarusian
7482
7483 %files -n xindy-bulgarian
7484 %defattr(644,root,root,755)
7485 %{texmf}/xindy/lang/bulgarian
7486
7487 %files -n xindy-croatian
7488 %defattr(644,root,root,755)
7489 %{texmf}/xindy/lang/croatian
7490
7491 %files -n xindy-czech
7492 %defattr(644,root,root,755)
7493 %{texmf}/xindy/lang/czech
7494
7495 %files -n xindy-danish
7496 %defattr(644,root,root,755)
7497 %{texmf}/xindy/lang/danish
7498
7499 %files -n xindy-dutch
7500 %defattr(644,root,root,755)
7501 %{texmf}/xindy/lang/dutch
7502
7503 %files -n xindy-english
7504 %defattr(644,root,root,755)
7505 %{texmf}/xindy/lang/english
7506
7507 %files -n xindy-esperanto
7508 %defattr(644,root,root,755)
7509 %{texmf}/xindy/lang/esperanto
7510
7511 %files -n xindy-estonian
7512 %defattr(644,root,root,755)
7513 %{texmf}/xindy/lang/estonian
7514
7515 %files -n xindy-finnish
7516 %defattr(644,root,root,755)
7517 %{texmf}/xindy/lang/finnish
7518
7519 %files -n xindy-french
7520 %defattr(644,root,root,755)
7521 %{texmf}/xindy/lang/french
7522
7523 %files -n xindy-general
7524 %defattr(644,root,root,755)
7525 %{texmf}/xindy/lang/general
7526
7527 %files -n xindy-georgian
7528 %defattr(644,root,root,755)
7529 %{texmf}/xindy/lang/georgian
7530
7531 %files -n xindy-german
7532 %defattr(644,root,root,755)
7533 %{texmf}/xindy/lang/german
7534
7535 %files -n xindy-greek
7536 %defattr(644,root,root,755)
7537 %{texmf}/xindy/lang/greek
7538
7539 %files -n xindy-gypsy
7540 %defattr(644,root,root,755)
7541 %{texmf}/xindy/lang/gypsy
7542
7543 %files -n xindy-hausa
7544 %defattr(644,root,root,755)
7545 %{texmf}/xindy/lang/hausa
7546
7547 %files -n xindy-hebrew
7548 %defattr(644,root,root,755)
7549 %{texmf}/xindy/lang/hebrew
7550
7551 %files -n xindy-hungarian
7552 %defattr(644,root,root,755)
7553 %{texmf}/xindy/lang/hungarian
7554
7555 %files -n xindy-icelandic
7556 %defattr(644,root,root,755)
7557 %{texmf}/xindy/lang/icelandic
7558
7559 %files -n xindy-italian
7560 %defattr(644,root,root,755)
7561 %{texmf}/xindy/lang/italian
7562
7563 %files -n xindy-klingon
7564 %defattr(644,root,root,755)
7565 %{texmf}/xindy/lang/klingon
7566
7567 %files -n xindy-kurdish
7568 %defattr(644,root,root,755)
7569 %{texmf}/xindy/lang/kurdish
7570
7571 %files -n xindy-latin
7572 %defattr(644,root,root,755)
7573 %{texmf}/xindy/lang/latin
7574
7575 %files -n xindy-latvian
7576 %defattr(644,root,root,755)
7577 %{texmf}/xindy/lang/latvian
7578
7579 %files -n xindy-lithuanian
7580 %defattr(644,root,root,755)
7581 %{texmf}/xindy/lang/lithuanian
7582
7583 %files -n xindy-lower-sorbian
7584 %defattr(644,root,root,755)
7585 %{texmf}/xindy/lang/lower-sorbian
7586
7587 %files -n xindy-macedonian
7588 %defattr(644,root,root,755)
7589 %{texmf}/xindy/lang/macedonian
7590
7591 %files -n xindy-mongolian
7592 %defattr(644,root,root,755)
7593 %{texmf}/xindy/lang/mongolian
7594
7595 %files -n xindy-norwegian
7596 %defattr(644,root,root,755)
7597 %{texmf}/xindy/lang/norwegian
7598
7599 %files -n xindy-polish
7600 %defattr(644,root,root,755)
7601 %{texmf}/xindy/lang/polish
7602
7603 %files -n xindy-portuguese
7604 %defattr(644,root,root,755)
7605 %{texmf}/xindy/lang/portuguese
7606
7607 %files -n xindy-romanian
7608 %defattr(644,root,root,755)
7609 %{texmf}/xindy/lang/romanian
7610
7611 %files -n xindy-russian
7612 %defattr(644,root,root,755)
7613 %{texmf}/xindy/lang/russian
7614
7615 %files -n xindy-serbian
7616 %defattr(644,root,root,755)
7617 %{texmf}/xindy/lang/serbian
7618
7619 %files -n xindy-slovak
7620 %defattr(644,root,root,755)
7621 %{texmf}/xindy/lang/slovak
7622
7623 %files -n xindy-slovenian
7624 %defattr(644,root,root,755)
7625 %{texmf}/xindy/lang/slovenian
7626
7627 %files -n xindy-spanish
7628 %defattr(644,root,root,755)
7629 %{texmf}/xindy/lang/spanish
7630
7631 %files -n xindy-swedish
7632 %defattr(644,root,root,755)
7633 %{texmf}/xindy/lang/swedish
7634
7635 %files -n xindy-turkish
7636 %defattr(644,root,root,755)
7637 %{texmf}/xindy/lang/turkish
7638
7639 %files -n xindy-ukrainian
7640 %defattr(644,root,root,755)
7641 %{texmf}/xindy/lang/ukrainian
7642
7643 %files -n xindy-upper-sorbian
7644 %defattr(644,root,root,755)
7645 %{texmf}/xindy/lang/upper-sorbian
7646
7647 %files -n xindy-vietnamese
7648 %defattr(644,root,root,755)
7649 %{texmf}/xindy/lang/vietnamese/
7650
7651 %files -n xdvi
7652 %defattr(644,root,root,755)
7653 #%attr(755,root,root) %{_bindir}/xdvi-motif.bin
7654 # %attr(755,root,root) %{_bindir}/xdvizilla
7655 # %{_mandir}/man1/xdvizilla.1*
7656 %attr(755,root,root) %{_bindir}/xdvi-xaw
7657 %attr(755,root,root) %{_bindir}/xdvi
7658 %{_mandir}/man1/xdvi.1*
7659 %{_desktopdir}/xdvi.desktop
7660 %{_pixmapsdir}/xdvi.png
7661 %{texmf}/xdvi
7662
7663 %files pdftex
7664 %defattr(644,root,root,755)
7665 # %doc %{texmf}/doc/programs/pdfcrop.txt
7666 # %attr(755,root,root) %{_bindir}/pdfxtex
7667 # %{_localstatedir}/fonts/map/pdftex
7668 # %dir %{texmf}/fonts/map/pdftex
7669 # %dir %{texmf}/fonts/map/pdftex/cmttf
7670 # %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
7671 # %{texmf}/web2c/pdfetex-pl.pool
7672 # %{texmf}/web2c/pdfetex.pool
7673 # %{texmf}/web2c/pdfxtex.pool
7674 # %{_mandir}/man1/pdfxtex.1*
7675 %dir %{texmf}/fonts/map/pdftex
7676 %doc %{texmfdist}/doc/pdftex
7677 %attr(755,root,root) %{_bindir}/epstopdf
7678 %attr(755,root,root) %{_bindir}/pdfcrop
7679 %attr(755,root,root) %{_bindir}/pdftex
7680 %attr(1777,root,root) %dir %{fmtdir}/pdftex
7681 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
7682 %{texmf}/fmtutil/format.pdftex.cnf
7683 %{texmfdist}/scripts/pdfcrop
7684 %{_mandir}/man1/epstopdf.1*
7685 %{_mandir}/man1/pdftex.1*
7686 %{texmfdist}/fonts/enc/pdftex
7687 %{texmfdist}/fonts/map/pdftex
7688 %{texmf}/fonts/map/pdftex/updmap
7689
7690 %files phyzzx
7691 %defattr(644,root,root,755)
7692 %attr(755,root,root) %{_bindir}/phyzzx
7693 %dir %{texmfdist}/doc/phyzzx
7694 %dir %{texmfdist}/tex/phyzzx
7695 %doc %{texmfdist}/doc/phyzzx/base
7696 %{texmfdist}/tex/phyzzx/base
7697 %{texmfdist}/tex/phyzzx/config
7698 %{texmf}/fmtutil/format.phyzzx.cnf
7699
7700 %files omega
7701 %defattr(644,root,root,755)
7702 # %{texmf}/web2c/omega.pool
7703 # %{texmf}/web2c/aleph.pool
7704 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
7705 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
7706 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
7707 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
7708 %doc %{texmfdist}/doc/omega
7709 %dir %{texmfdist}/omega
7710 %dir %{texmfdist}/dvips/omega
7711 %attr(755,root,root) %{_bindir}/aleph
7712 %attr(755,root,root) %{_bindir}/lambda
7713 %attr(755,root,root) %{_bindir}/mkocp
7714 %attr(755,root,root) %{_bindir}/mkofm
7715 %attr(755,root,root) %{_bindir}/odvicopy
7716 %attr(755,root,root) %{_bindir}/odvips
7717 %attr(755,root,root) %{_bindir}/odvitype
7718 %attr(755,root,root) %{_bindir}/omega
7719 %attr(755,root,root) %{_bindir}/omfonts
7720 %attr(755,root,root) %{_bindir}/opl2ofm
7721 %attr(755,root,root) %{_bindir}/otangle
7722 %attr(755,root,root) %{_bindir}/otp2ocp
7723 %attr(755,root,root) %{_bindir}/outocp
7724 %attr(755,root,root) %{_bindir}/ovf2ovp
7725 %attr(755,root,root) %{_bindir}/ovp2ovf
7726 %{texmfdist}/dvips/omega/config.omega
7727 %{texmfdist}/dvips/omega/omega.cfg
7728 %{texmfdist}/fonts/map/dvips/omega
7729 %{texmfdist}/omega/ocp
7730 %{texmfdist}/omega/otp
7731 %{texmfdist}/tex/lambda
7732 %{texmfdist}/source/lambda
7733 %{_mandir}/man1/lambda.1*
7734 %{_mandir}/man1/mkocp.1*
7735 %{_mandir}/man1/mkofm.1*
7736 %{_mandir}/man1/omega.1*
7737 %{_mandir}/man1/odvicopy.1*
7738 %{_mandir}/man1/odvips.1*
7739 %{_mandir}/man1/odvitype.1*
7740 %{_mandir}/man1/ofm2opl.1*
7741 %{_mandir}/man1/opl2ofm.1*
7742 %{_mandir}/man1/otp2ocp.1*
7743 %{_mandir}/man1/outocp.1*
7744 %{_mandir}/man1/ovf2ovp.1*
7745 %{_mandir}/man1/ovp2ovf.1*
7746 %{texmf}/fmtutil/format.omega.cnf
7747 %{texmf}/fmtutil/format.aleph.cnf
7748
7749 %files plain
7750 %defattr(644,root,root,755)
7751 %doc %{texmfdist}/doc/plain
7752 %{texmfdist}/tex/plain
7753 %exclude %{texmfdist}/tex/plain/config/xetex.ini
7754 %{texmf}/fmtutil/format.tex.cnf
7755 #%{texmf}/web2c/plain.mem
7756 #%{texmf}/web2c/plain.base
7757
7758 # %files format-plain
7759 # %defattr(644,root,root,755)
7760 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
7761 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
7762
7763 # %files format-pdftex
7764 # %defattr(644,root,root,755)
7765 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
7766
7767 # %files format-pdfetex
7768 # %defattr(644,root,root,755)
7769 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
7770
7771 %files mex
7772 %defattr(644,root,root,755)
7773 %doc %{texmfdist}/doc/mex
7774 %dir %{texmfdist}/tex/mex
7775 %dir %{texmfdist}/tex/mex/base
7776 %{texmfdist}/tex/mex/base/mex1.tex
7777 %{texmfdist}/tex/mex/base/mex2.tex
7778 %{texmfdist}/tex/mex/base/mex.tex
7779 %dir %{texmfdist}/tex/mex/config
7780 %{texmfdist}/tex/mex/base/mexconf.tex
7781
7782 %files format-mex
7783 %defattr(644,root,root,755)
7784 %attr(755,root,root) %{_bindir}/mex
7785 %{texmfdist}/tex/mex/config/mex.ini
7786 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
7787
7788 %files format-pdfmex
7789 %defattr(644,root,root,755)
7790 %attr(755,root,root) %{_bindir}/pdfmex
7791 %{texmfdist}/tex/mex/config/pdfmex.ini
7792 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
7793
7794 %files format-utf8mex
7795 %defattr(644,root,root,755)
7796 %attr(755,root,root) %{_bindir}/utf8mex
7797 %dir %{texmfdist}/doc/mex
7798 %doc %{texmfdist}/doc/mex/utf8mex
7799 %{texmfdist}/tex/mex/utf8mex
7800 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
7801
7802 %files amstex
7803 %defattr(644,root,root,755)
7804 %dir %{texmfdist}/tex/amstex
7805 %{texmfdist}/tex/amstex/base
7806 %{texmfdist}/tex/amstex/config
7807 %{texmfdist}/tex/plain/amsfonts
7808
7809 %files format-amstex
7810 %defattr(644,root,root,755)
7811 %doc %{texmfdist}/doc/amstex
7812 %{texmfdist}/tex/amstex
7813 %attr(755,root,root) %{_bindir}/amstex
7814 %{_mandir}/man1/amstex.1*
7815 %{texmf}/fmtutil/format.amstex.cnf
7816 %{texmf}/fmtutil/format.cyramstex.cnf
7817 # %lang(fi) %{_mandir}/fi/man1/amstex.1*
7818 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
7819
7820 # %files format-pdfamstex
7821 # %defattr(644,root,root,755)
7822 # %attr(755,root,root) %{_bindir}/pdfamstex
7823 #%{texmf}/pdftex/amstex
7824 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
7825
7826 %files csplain
7827 %defattr(644,root,root,755)
7828 %dir %{texmfdist}/doc/cslatex
7829 %dir %{texmfdist}/doc/cslatex/base
7830 %doc %{texmfdist}/doc/cslatex/base/README-cspsfont
7831 %doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
7832 %doc %{texmfdist}/doc/cslatex/base/cscorr.tab
7833 %doc %{texmfdist}/doc/cslatex/base/csplain.doc
7834 %doc %{texmfdist}/doc/cslatex/base/parpozn.tex
7835 %doc %{texmfdist}/doc/cslatex/base/test8z.tex
7836 %doc %{texmfdist}/doc/cslatex/base/testlat.tex
7837 %attr(755,root,root) %{_bindir}/csplain
7838 %{texmfdist}/tex/csplain
7839
7840 %files format-csplain
7841 %defattr(644,root,root,755)
7842 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
7843
7844 %files format-pdfcsplain
7845 %defattr(644,root,root,755)
7846 %attr(755,root,root) %{_bindir}/pdfcsplain
7847 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
7848
7849 %files cslatex
7850 %defattr(644,root,root,755)
7851 # %doc %{texmf}/doc/cstex/INSTALL.cslatex
7852 # %doc %{texmf}/doc/cstex/README.cslatex
7853 %{texmfdist}/tex/cslatex
7854 %{texmfdist}/tex/latex/cslatex
7855
7856 %files format-cslatex
7857 %defattr(644,root,root,755)
7858 %attr(755,root,root) %{_bindir}/cslatex
7859 %{texmf}/fmtutil/format.cslatex.cnf
7860 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
7861
7862 %files format-pdfcslatex
7863 %defattr(644,root,root,755)
7864 %attr(755,root,root) %{_bindir}/pdfcslatex
7865 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
7866
7867 # %files cyrplain
7868 # %defattr(644,root,root,755)
7869 # %doc %{texmf}/doc/cyrplain
7870 # %{texmf}/tex/cyrplain
7871
7872 # %files format-cyrplain
7873 # %defattr(644,root,root,755)
7874 # %attr(755,root,root) %{_bindir}/cyrtex
7875 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
7876
7877 # %files format-cyramstex
7878 # %defattr(644,root,root,755)
7879 # %attr(755,root,root) %{_bindir}/cyramstex
7880 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
7881
7882 # %files format-cyrtexinfo
7883 # %defattr(644,root,root,755)
7884 # %attr(755,root,root) %{_bindir}/cyrtexinfo
7885 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
7886
7887 %files eplain
7888 %defattr(644,root,root,755)
7889 %doc %{texmfdist}/doc/etex
7890 %doc %{texmfdist}/doc/eplain
7891 %{texmfdist}/tex/plain/etex
7892 %{texmfdist}/tex/eplain
7893
7894 %files format-eplain
7895 %defattr(644,root,root,755)
7896 %attr(755,root,root) %{_bindir}/eplain
7897 %attr(755,root,root) %{_bindir}/etex
7898 %{_mandir}/man1/eplain.1*
7899 %{_mandir}/man1/etex.1*
7900 %{texmf}/fmtutil/format.eplain.cnf
7901 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
7902 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
7903
7904 %files context
7905 %defattr(644,root,root,755)
7906 %doc %{texmfdist}/doc/context
7907 # %doc %{texmf}/doc/polish/context
7908 %attr(755,root,root) %{_bindir}/context
7909 %attr(755,root,root) %{_bindir}/ctxtools
7910 %attr(755,root,root) %{_bindir}/exatools
7911 %attr(755,root,root) %{_bindir}/luatools
7912 %attr(755,root,root) %{_bindir}/makempy
7913 %attr(755,root,root) %{_bindir}/mpstools
7914 %attr(755,root,root) %{_bindir}/mtxrun
7915 %attr(755,root,root) %{_bindir}/mtxtools
7916 %attr(755,root,root) %{_bindir}/pdfthumb
7917 %attr(755,root,root) %{_bindir}/pdftools
7918 %attr(755,root,root) %{_bindir}/pdftrimwhite
7919 %attr(755,root,root) %{_bindir}/pstopdf
7920 %attr(755,root,root) %{_bindir}/rlxtools
7921 %attr(755,root,root) %{_bindir}/runtools
7922 %attr(755,root,root) %{_bindir}/texexec
7923 %attr(755,root,root) %{_bindir}/texfind
7924 %attr(755,root,root) %{_bindir}/texfont
7925 %attr(755,root,root) %{_bindir}/texmfstart
7926 %attr(755,root,root) %{_bindir}/texshow
7927 %attr(755,root,root) %{_bindir}/textools
7928 %attr(755,root,root) %{_bindir}/texutil
7929 %attr(755,root,root) %{_bindir}/tmftools
7930 %attr(755,root,root) %{_bindir}/xmltools
7931 # %{_mandir}/man1/fdf2tex.1*
7932 %{_mandir}/man1/ctxtools.1*
7933 %{_mandir}/man1/pdftools.1*
7934 %{_mandir}/man1/pstopdf.1*
7935 %{_mandir}/man1/texfind.1*
7936 %{_mandir}/man1/texfont.1*
7937 %{_mandir}/man1/texmfstart.1*
7938 %{_mandir}/man1/textools.1*
7939 %{_mandir}/man1/texutil.1*
7940 # %{_mandir}/man1/texshow.1*
7941 %{texmfdist}/context
7942 %{texmfdist}/fonts/enc/dvips/context
7943 # %{texmfdist}/fonts/map/dvips/context
7944 %{texmfdist}/metapost/context
7945 %{texmfdist}/scripts/context
7946 %{texmfdist}/tex/context
7947 %exclude %{texmfdist}/tex/context/config/cont-de.ini
7948 %exclude %{texmfdist}/tex/context/config/cont-en.ini
7949 %exclude %{texmfdist}/tex/context/config/cont-nl.ini
7950 %exclude %{texmfdist}/tex/context/config/cont-uk.ini
7951 %{texmfdist}/tex/generic/context
7952 %{texmfdist}/tex/latex/context
7953 %{texmfdist}/bibtex/bst/context
7954 %{texmf}/fmtutil/format.context.cnf
7955 %doc %{texmfdist}/doc/luatex
7956
7957 # no fmt, so commented out
7958 #%files format-context-cz
7959 #%defattr(644,root,root,755)
7960 #%%{texmf}/tex/context/config/cont-cz.ini
7961 # does not build with beta 20021025
7962 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
7963
7964 %files format-context-de
7965 %defattr(644,root,root,755)
7966 %{texmfdist}/tex/context/config/cont-de.ini
7967 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
7968 #%{_mandir}/man1/cont-de.1*
7969
7970 %files format-context-en
7971 %defattr(644,root,root,755)
7972 %{texmfdist}/tex/context/config/cont-en.ini
7973 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
7974 #%{_mandir}/man1/cont-en.1*
7975 # what is the difference betwen uk and en in this particular situation?
7976 %{texmfdist}/tex/context/config/cont-uk.ini
7977 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
7978
7979 # no fmt, so commented out
7980 #%files format-context-it
7981 #%defattr(644,root,root,755)
7982 #%%{texmf}/tex/context/config/cont-it.ini
7983
7984 %files format-context-nl
7985 %defattr(644,root,root,755)
7986 %{texmfdist}/tex/context/config/cont-nl.ini
7987 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
7988 #%{_mandir}/man1/cont-nl.1*
7989
7990 # no fmt, so commented out
7991 #%files format-context-ro
7992 #%defattr(644,root,root,755)
7993 #%%{texmf}/tex/context/config/cont-ro.ini
7994
7995
7996 %files latex
7997 %defattr(644,root,root,755)
7998 %attr(755,root,root) %{_bindir}/lacheck
7999 %attr(755,root,root) %{_bindir}/latex
8000 %attr(755,root,root) %{_bindir}/pslatex
8001 # %lang(fi) %{_mandir}/fi/man1/latex.1*
8002 # %lang(pl) %{_mandir}/pl/man1/latex.1*
8003 # %{_infodir}/latex.info*
8004 %{texmf}/fmtutil/format.latex.cnf
8005 %{_mandir}/man1/lacheck.1*
8006 %{_mandir}/man1/latex.1*
8007 %{_mandir}/man1/pslatex.1*
8008
8009 %dir %{texmfdist}/scripts
8010 %dir %{texmfdist}/scripts/pst-pdf
8011 %dir %{texmfdist}/source/generic
8012 %dir %{texmfdist}/tex/latex
8013 %dir %{texmfdist}/tex/plain
8014 %dir %{texmf}/tex/latex
8015
8016 # %{texmfdist}/tex/latex/citesort
8017 # %{texmfdist}/tex/latex/dvilj
8018 # %{texmfdist}/tex/latex/eclbip
8019 # %{texmfdist}/tex/latex/eo
8020 # %{texmfdist}/tex/latex/example
8021 # %{texmfdist}/tex/latex/fguill
8022 # %{texmfdist}/tex/latex/floatflt
8023 # %{texmfdist}/tex/latex/gletter
8024 # %{texmfdist}/tex/latex/here
8025 # %{texmfdist}/tex/latex/mt11p
8026 # %{texmfdist}/tex/latex/relsize
8027 # %{texmfdist}/tex/latex/selectp
8028 # %{texmfdist}/tex/latex/shadow
8029 # %{texmfdist}/tex/latex/showtags
8030 # %{texmfdist}/tex/latex/tabls
8031 # %{texmfdist}/tex/latex/texmacs
8032 # %{texmfdist}/tex/latex/threeparttable
8033 # %{texmfdist}/tex/latex/treesvr
8034 # %{texmfdist}/tex/latex/ulem
8035 # %{texmfdist}/tex/latex/url
8036 # %{texmf}/tex/latex/version
8037 # %{texmf}/tex/latex/vpage
8038 %{texmfdist}/scripts/pst-pdf/ps4pdf
8039 %{texmfdist}/tex/generic/pstricks
8040 %{texmfdist}/tex/generic/shapepar
8041 %{texmfdist}/tex/generic/textmerg
8042 %{texmfdist}/tex/latex/12many
8043 %{texmfdist}/tex/latex/AkkTeX
8044 %{texmfdist}/tex/latex/ESIEEcv
8045 %{texmfdist}/tex/latex/GuIT
8046 %{texmfdist}/tex/latex/HA-prosper
8047 %{texmfdist}/tex/latex/IEEEconf
8048 %{texmfdist}/tex/latex/IEEEtran
8049 %{texmfdist}/tex/latex/SIstyle
8050 %{texmfdist}/tex/latex/Tabbing
8051 %{texmfdist}/tex/latex/a0poster
8052 %{texmfdist}/tex/latex/aastex
8053 %{texmfdist}/tex/latex/abc
8054 %{texmfdist}/tex/latex/achemso
8055 %{texmfdist}/tex/latex/acmconf
8056 %{texmfdist}/tex/latex/acmtrans
8057 %{texmfdist}/tex/latex/acronym
8058 %{texmfdist}/tex/latex/active-conf
8059 %{texmfdist}/tex/latex/addlines
8060 %{texmfdist}/tex/latex/adrlist
8061 %{texmfdist}/tex/latex/aeguill
8062 %{texmfdist}/tex/latex/afthesis
8063 %{texmfdist}/tex/latex/aguplus
8064 %{texmfdist}/tex/latex/aiaa
8065 %{texmfdist}/tex/latex/akletter
8066 %{texmfdist}/tex/latex/alg
8067 %{texmfdist}/tex/latex/algorithm2e
8068 %{texmfdist}/tex/latex/algorithmicx
8069 %{texmfdist}/tex/latex/allrunes
8070 %{texmfdist}/tex/latex/alnumsec
8071 %{texmfdist}/tex/latex/altfont
8072 %{texmfdist}/tex/latex/ametsoc
8073 %{texmfdist}/tex/latex/amsaddr
8074 %{texmfdist}/tex/latex/amsrefs
8075 %{texmfdist}/tex/latex/animate
8076 %{texmfdist}/tex/latex/answers
8077 %{texmfdist}/tex/latex/antiqua
8078 %{texmfdist}/tex/latex/anyfontsize
8079 %{texmfdist}/tex/latex/anysize
8080 %{texmfdist}/tex/latex/apa
8081 %{texmfdist}/tex/latex/apacite
8082 %{texmfdist}/tex/latex/apl
8083 %{texmfdist}/tex/latex/ar
8084 %{texmfdist}/tex/latex/arabi
8085 %{texmfdist}/tex/latex/arabtex
8086 %{texmfdist}/tex/latex/archaic
8087 %{texmfdist}/tex/latex/arcs
8088 %{texmfdist}/tex/latex/arev
8089 %{texmfdist}/tex/latex/armenian
8090 %{texmfdist}/tex/latex/arydshln
8091 %{texmfdist}/tex/latex/asaetr
8092 %{texmfdist}/tex/latex/ascelike
8093 %{texmfdist}/tex/latex/ascii
8094 %{texmfdist}/tex/latex/assignment
8095 %{texmfdist}/tex/latex/attachfile
8096 %{texmfdist}/tex/latex/augie
8097 %{texmfdist}/tex/latex/auncial-new
8098 %{texmfdist}/tex/latex/aurical
8099 %{texmfdist}/tex/latex/authoraftertitle
8100 %{texmfdist}/tex/latex/authorindex
8101 %{texmfdist}/tex/latex/auto-pst-pdf
8102 %{texmfdist}/tex/latex/autoarea
8103 %{texmfdist}/tex/latex/autotab
8104 %{texmfdist}/tex/latex/avantgar
8105 %{texmfdist}/tex/latex/babelbib
8106 %{texmfdist}/tex/latex/bangtex
8107 %{texmfdist}/tex/latex/barcodes
8108 %{texmfdist}/tex/latex/base
8109 %{texmfdist}/tex/latex/bayer
8110 %{texmfdist}/tex/latex/bbding
8111 %{texmfdist}/tex/latex/bbm-macros
8112 %{texmfdist}/tex/latex/begriff
8113 %{texmfdist}/tex/latex/bengali
8114 %{texmfdist}/tex/latex/bera
8115 %{texmfdist}/tex/latex/betababel
8116 %{texmfdist}/tex/latex/beton
8117 %{texmfdist}/tex/latex/bez123
8118 %{texmfdist}/tex/latex/bibarts
8119 %{texmfdist}/tex/latex/bibleref
8120 %{texmfdist}/tex/latex/biblist
8121 %{texmfdist}/tex/latex/bibtopicprefix
8122 %{texmfdist}/tex/latex/bigfoot
8123 %{texmfdist}/tex/latex/binomexp
8124 %{texmfdist}/tex/latex/biocon
8125 %{texmfdist}/tex/latex/bizcard
8126 %{texmfdist}/tex/latex/blacklettert1
8127 %{texmfdist}/tex/latex/blindtext
8128 %{texmfdist}/tex/latex/blowup
8129 %{texmfdist}/tex/latex/boisik
8130 %{texmfdist}/tex/latex/boites
8131 %{texmfdist}/tex/latex/boldtensors
8132 %{texmfdist}/tex/latex/bookest
8133 %{texmfdist}/tex/latex/bookhands
8134 %{texmfdist}/tex/latex/booklet
8135 %{texmfdist}/tex/latex/bookman
8136 %{texmfdist}/tex/latex/bophook
8137 %{texmfdist}/tex/latex/boxhandler
8138 %{texmfdist}/tex/latex/bpchem
8139 %{texmfdist}/tex/latex/braille
8140 %{texmfdist}/tex/latex/breakurl
8141 %{texmfdist}/tex/latex/bridge
8142 %{texmfdist}/tex/latex/brushscr
8143 %{texmfdist}/tex/latex/bullcntr
8144 %{texmfdist}/tex/latex/burmese
8145 %{texmfdist}/tex/latex/bussproofs
8146 %{texmfdist}/tex/latex/bytefield
8147 %{texmfdist}/tex/latex/calrsfs
8148 %{texmfdist}/tex/latex/calxxxx
8149 %{texmfdist}/tex/latex/captcont
8150 %{texmfdist}/tex/latex/casyl
8151 %{texmfdist}/tex/latex/catechis
8152 %{texmfdist}/tex/latex/cbcoptic
8153 %{texmfdist}/tex/latex/cbfonts
8154 %{texmfdist}/tex/latex/ccaption
8155 %{texmfdist}/tex/latex/cchess
8156 %{texmfdist}/tex/latex/cclicenses
8157 %{texmfdist}/tex/latex/cd-cover
8158 %{texmfdist}/tex/latex/cd
8159 %{texmfdist}/tex/latex/cdpbundl
8160 %{texmfdist}/tex/latex/cellspace
8161 %{texmfdist}/tex/latex/changebar
8162 %{texmfdist}/tex/latex/changepage
8163 %{texmfdist}/tex/latex/changes
8164 %{texmfdist}/tex/latex/chappg
8165 %{texmfdist}/tex/latex/chapterfolder
8166 %{texmfdist}/tex/latex/chemarrow
8167 %{texmfdist}/tex/latex/chemcompounds
8168 %{texmfdist}/tex/latex/chemcono
8169 %{texmfdist}/tex/latex/chemstyle
8170 %{texmfdist}/tex/latex/cherokee
8171 %{texmfdist}/tex/latex/chess
8172 %{texmfdist}/tex/latex/chessboard
8173 %{texmfdist}/tex/latex/chessfss
8174 %{texmfdist}/tex/latex/chicago
8175 %{texmfdist}/tex/latex/china2e
8176 %{texmfdist}/tex/latex/chletter
8177 %{texmfdist}/tex/latex/circ
8178 %{texmfdist}/tex/latex/citeref
8179 %{texmfdist}/tex/latex/cjhebrew
8180 %{texmfdist}/tex/latex/cjk
8181 %{texmfdist}/tex/latex/cjw
8182 %{texmfdist}/tex/latex/classicthesis
8183 %{texmfdist}/tex/latex/clefval
8184 %{texmfdist}/tex/latex/cleveref
8185 %{texmfdist}/tex/latex/clock
8186 %{texmfdist}/tex/latex/clrscode
8187 %{texmfdist}/tex/latex/cm-lgc
8188 %{texmfdist}/tex/latex/cm-super
8189 %{texmfdist}/tex/latex/cmap
8190 %{texmfdist}/tex/latex/cmcyralt
8191 %{texmfdist}/tex/latex/cmdstring
8192 %{texmfdist}/tex/latex/cmdtrack
8193 %{texmfdist}/tex/latex/cmll
8194 %{texmfdist}/tex/latex/cmsd
8195 %{texmfdist}/tex/latex/codepage
8196 %{texmfdist}/tex/latex/colorinfo
8197 %{texmfdist}/tex/latex/colortab
8198 %{texmfdist}/tex/latex/colortbl
8199 %{texmfdist}/tex/latex/colorwav
8200 %{texmfdist}/tex/latex/combine
8201 %{texmfdist}/tex/latex/commath
8202 %{texmfdist}/tex/latex/compactbib
8203 %{texmfdist}/tex/latex/complexity
8204 %{texmfdist}/tex/latex/computational-complexity
8205 %{texmfdist}/tex/latex/concprog
8206 %{texmfdist}/tex/latex/confproc
8207 %{texmfdist}/tex/latex/constants
8208 %{texmfdist}/tex/latex/contour
8209 %{texmfdist}/tex/latex/cooking
8210 %{texmfdist}/tex/latex/cool
8211 %{texmfdist}/tex/latex/coollist
8212 %{texmfdist}/tex/latex/coolstr
8213 %{texmfdist}/tex/latex/cooltooltips
8214 %{texmfdist}/tex/latex/coordsys
8215 %{texmfdist}/tex/latex/courier-scaled
8216 %{texmfdist}/tex/latex/courier
8217 %{texmfdist}/tex/latex/courseoutline
8218 %{texmfdist}/tex/latex/coursepaper
8219 %{texmfdist}/tex/latex/coverpage
8220 %{texmfdist}/tex/latex/covington
8221 %{texmfdist}/tex/latex/crop
8222 %{texmfdist}/tex/latex/crossreference
8223 %{texmfdist}/tex/latex/crosswrd
8224 %{texmfdist}/tex/latex/csbulletin
8225 %{texmfdist}/tex/latex/csquotes
8226 %{texmfdist}/tex/latex/csvtools
8227 %{texmfdist}/tex/latex/ctable
8228 %{texmfdist}/tex/latex/ctib
8229 %{texmfdist}/tex/latex/cuisine
8230 %{texmfdist}/tex/latex/cursor
8231 %{texmfdist}/tex/latex/curve
8232 %{texmfdist}/tex/latex/curve2e
8233 %{texmfdist}/tex/latex/cv
8234 %{texmfdist}/tex/latex/cweb-latex
8235 %{texmfdist}/tex/latex/cwpuzzle
8236 %{texmfdist}/tex/latex/cyklop
8237 %{texmfdist}/tex/latex/dashbox
8238 %{texmfdist}/tex/latex/dashrule
8239 %{texmfdist}/tex/latex/datatool
8240 %{texmfdist}/tex/latex/dateiliste
8241 %{texmfdist}/tex/latex/datenumber
8242 %{texmfdist}/tex/latex/datetime
8243 %{texmfdist}/tex/latex/dcpic
8244 %{texmfdist}/tex/latex/decimal
8245 %{texmfdist}/tex/latex/delimtxt
8246 %{texmfdist}/tex/latex/diagnose
8247 %{texmfdist}/tex/latex/dialogl
8248 %{texmfdist}/tex/latex/dichokey
8249 %{texmfdist}/tex/latex/dictsym
8250 %{texmfdist}/tex/latex/digiconfigs
8251 %{texmfdist}/tex/latex/dinbrief
8252 %{texmfdist}/tex/latex/dingbat
8253 %{texmfdist}/tex/latex/directory
8254 %{texmfdist}/tex/latex/disser
8255 %{texmfdist}/tex/latex/dlfltxb
8256 %{texmfdist}/tex/latex/dnaseq
8257 %{texmfdist}/tex/latex/docmfp
8258 %{texmfdist}/tex/latex/doi
8259 %{texmfdist}/tex/latex/doipubmed
8260 %{texmfdist}/tex/latex/dotarrow
8261 %{texmfdist}/tex/latex/dotseqn
8262 %{texmfdist}/tex/latex/dottex
8263 %{texmfdist}/tex/latex/doublestroke
8264 %{texmfdist}/tex/latex/dpfloat
8265 %{texmfdist}/tex/latex/dprogress
8266 %{texmfdist}/tex/latex/drac
8267 %{texmfdist}/tex/latex/draftcopy
8268 %{texmfdist}/tex/latex/draftwatermark
8269 %{texmfdist}/tex/latex/dramatist
8270 %{texmfdist}/tex/latex/dtk
8271 %{texmfdist}/tex/latex/duerer-latex
8272 %{texmfdist}/tex/latex/dvdcoll
8273 %{texmfdist}/tex/latex/dvipdfmx-def
8274 %{texmfdist}/tex/latex/dyntree
8275 %{texmfdist}/tex/latex/eCards
8276 %{texmfdist}/tex/latex/ean13isbn
8277 %{texmfdist}/tex/latex/easy
8278 %{texmfdist}/tex/latex/ebezier
8279 %{texmfdist}/tex/latex/ebsthesis
8280 %{texmfdist}/tex/latex/ecclesiastic
8281 %{texmfdist}/tex/latex/ecltree
8282 %{texmfdist}/tex/latex/eco
8283 %{texmfdist}/tex/latex/economic
8284 %{texmfdist}/tex/latex/ecv
8285 %{texmfdist}/tex/latex/ed
8286 %{texmfdist}/tex/latex/edmargin
8287 %{texmfdist}/tex/latex/ednotes
8288 %{texmfdist}/tex/latex/eemeir
8289 %{texmfdist}/tex/latex/eepic
8290 %{texmfdist}/tex/latex/egameps
8291 %{texmfdist}/tex/latex/egplot
8292 %{texmfdist}/tex/latex/eiad
8293 %{texmfdist}/tex/latex/ellipsis
8294 %{texmfdist}/tex/latex/elmath
8295 %{texmfdist}/tex/latex/elpres
8296 %{texmfdist}/tex/latex/elsarticle
8297 %{texmfdist}/tex/latex/elsevier
8298 %{texmfdist}/tex/latex/em
8299 %{texmfdist}/tex/latex/emp
8300 %{texmfdist}/tex/latex/emulateapj
8301 %{texmfdist}/tex/latex/encxvlna
8302 %{texmfdist}/tex/latex/endfloat
8303 %{texmfdist}/tex/latex/endheads
8304 %{texmfdist}/tex/latex/engpron
8305 %{texmfdist}/tex/latex/engrec
8306 %{texmfdist}/tex/latex/envbig
8307 %{texmfdist}/tex/latex/environ
8308 %{texmfdist}/tex/latex/envlab
8309 %{texmfdist}/tex/latex/epigrafica
8310 %{texmfdist}/tex/latex/epigraph
8311 %{texmfdist}/tex/latex/epiolmec
8312 %{texmfdist}/tex/latex/epsdice
8313 %{texmfdist}/tex/latex/epspdfconversion
8314 %{texmfdist}/tex/latex/eqlist
8315 %{texmfdist}/tex/latex/eqname
8316 %{texmfdist}/tex/latex/eqnarray
8317 %{texmfdist}/tex/latex/eqparbox
8318 %{texmfdist}/tex/latex/errata
8319 %{texmfdist}/tex/latex/esdiff
8320 %{texmfdist}/tex/latex/esint
8321 %{texmfdist}/tex/latex/eskd
8322 %{texmfdist}/tex/latex/eskdx
8323 %{texmfdist}/tex/latex/eso-pic
8324 %{texmfdist}/tex/latex/esvect
8325 %{texmfdist}/tex/latex/etaremune
8326 %{texmfdist}/tex/latex/etex-pkg
8327 %{texmfdist}/tex/latex/ethiop
8328 %{texmfdist}/tex/latex/etoolbox
8329 %{texmfdist}/tex/latex/eukdate
8330 %{texmfdist}/tex/latex/euler
8331 %{texmfdist}/tex/latex/eulervm
8332 %{texmfdist}/tex/latex/euproposal
8333 %{texmfdist}/tex/latex/euro
8334 %{texmfdist}/tex/latex/eurofont
8335 %{texmfdist}/tex/latex/europecv
8336 %{texmfdist}/tex/latex/eurosans
8337 %{texmfdist}/tex/latex/eurosym
8338 %{texmfdist}/tex/latex/everypage
8339 %{texmfdist}/tex/latex/examdesign
8340 %{texmfdist}/tex/latex/examplep
8341 %{texmfdist}/tex/latex/exceltex
8342 %{texmfdist}/tex/latex/exercise
8343 %{texmfdist}/tex/latex/expdlist
8344 %{texmfdist}/tex/latex/expl3
8345 %{texmfdist}/tex/latex/export
8346 %{texmfdist}/tex/latex/extarrows
8347 %{texmfdist}/tex/latex/extpfeil
8348 %{texmfdist}/tex/latex/extract
8349 %{texmfdist}/tex/latex/extsizes
8350 %{texmfdist}/tex/latex/facsimile
8351 %{texmfdist}/tex/latex/faktor
8352 %{texmfdist}/tex/latex/fancybox
8353 %{texmfdist}/tex/latex/fancyhdr
8354 %{texmfdist}/tex/latex/fancynum
8355 %{texmfdist}/tex/latex/fancyref
8356 %{texmfdist}/tex/latex/fancytooltips
8357 %{texmfdist}/tex/latex/fancyvrb
8358 %{texmfdist}/tex/latex/fax
8359 %{texmfdist}/tex/latex/fc
8360 %{texmfdist}/tex/latex/feyn
8361 %{texmfdist}/tex/latex/feynmf
8362 %{texmfdist}/tex/latex/fge
8363 %{texmfdist}/tex/latex/figbib
8364 %{texmfdist}/tex/latex/figsize
8365 %{texmfdist}/tex/latex/filecontents
8366 %{texmfdist}/tex/latex/fink
8367 %{texmfdist}/tex/latex/fixfoot
8368 %{texmfdist}/tex/latex/fixme
8369 %{texmfdist}/tex/latex/flabels
8370 %{texmfdist}/tex/latex/flacards
8371 %{texmfdist}/tex/latex/flagderiv
8372 %{texmfdist}/tex/latex/flashcards
8373 %{texmfdist}/tex/latex/flippdf
8374 %{texmfdist}/tex/latex/float
8375 %{texmfdist}/tex/latex/floatrow
8376 %{texmfdist}/tex/latex/flowfram
8377 %{texmfdist}/tex/latex/fmp
8378 %{texmfdist}/tex/latex/fmtcount
8379 %{texmfdist}/tex/latex/fnbreak
8380 %{texmfdist}/tex/latex/fncychap
8381 %{texmfdist}/tex/latex/foekfont
8382 %{texmfdist}/tex/latex/foilhtml
8383 %{texmfdist}/tex/latex/fonetika
8384 %{texmfdist}/tex/latex/fontinst
8385 %{texmfdist}/tex/latex/fonttable
8386 %{texmfdist}/tex/latex/footmisc
8387 %{texmfdist}/tex/latex/footnpag
8388 %{texmfdist}/tex/latex/forarray
8389 %{texmfdist}/tex/latex/forloop
8390 %{texmfdist}/tex/latex/formlett
8391 %{texmfdist}/tex/latex/formula
8392 %{texmfdist}/tex/latex/formular
8393 %{texmfdist}/tex/latex/fouridx
8394 %{texmfdist}/tex/latex/fourier
8395 %{texmfdist}/tex/latex/fouriernc
8396 %{texmfdist}/tex/latex/fp
8397 %{texmfdist}/tex/latex/frankenstein
8398 %{texmfdist}/tex/latex/frcursive
8399 %{texmfdist}/tex/latex/frenchle
8400 %{texmfdist}/tex/latex/fribrief
8401 %{texmfdist}/tex/latex/frletter
8402 %{texmfdist}/tex/latex/frontespizio
8403 %{texmfdist}/tex/latex/fullblck
8404 %{texmfdist}/tex/latex/fullpict
8405 %{texmfdist}/tex/latex/functan
8406 %{texmfdist}/tex/latex/fundus
8407 %{texmfdist}/tex/latex/gaceta
8408 %{texmfdist}/tex/latex/galois
8409 %{texmfdist}/tex/latex/gastex
8410 %{texmfdist}/tex/latex/gatech-thesis
8411 %{texmfdist}/tex/latex/gauss
8412 %{texmfdist}/tex/latex/gb4e
8413 %{texmfdist}/tex/latex/gcard
8414 %{texmfdist}/tex/latex/gcite
8415 %{texmfdist}/tex/latex/genmpage
8416 %{texmfdist}/tex/latex/geometry
8417 %{texmfdist}/tex/latex/geomsty
8418 %{texmfdist}/tex/latex/germbib
8419 %{texmfdist}/tex/latex/gfsartemisia
8420 %{texmfdist}/tex/latex/gfsbaskerville
8421 %{texmfdist}/tex/latex/gfsbodoni
8422 %{texmfdist}/tex/latex/gfscomplutum
8423 %{texmfdist}/tex/latex/gfsdidot
8424 %{texmfdist}/tex/latex/gfsneohellenic
8425 %{texmfdist}/tex/latex/gfsporson
8426 %{texmfdist}/tex/latex/gfssolomos
8427 %{texmfdist}/tex/latex/ginpenc
8428 %{texmfdist}/tex/latex/gloss
8429 %{texmfdist}/tex/latex/glossaries
8430 %{texmfdist}/tex/latex/gmdoc
8431 %{texmfdist}/tex/latex/gmeometric
8432 %{texmfdist}/tex/latex/gmiflink
8433 %{texmfdist}/tex/latex/gmutils
8434 %{texmfdist}/tex/latex/gmverb
8435 %{texmfdist}/tex/latex/gnuplottex
8436 %{texmfdist}/tex/latex/go
8437 %{texmfdist}/tex/latex/graphics
8438 %{texmfdist}/tex/latex/graphicx-psmin
8439 %{texmfdist}/tex/latex/greek-inputenc
8440 %{texmfdist}/tex/latex/greekdates
8441 %{texmfdist}/tex/latex/greektex
8442 %{texmfdist}/tex/latex/grfpaste
8443 %{texmfdist}/tex/latex/grnumalt
8444 %{texmfdist}/tex/latex/grotesq
8445 %{texmfdist}/tex/latex/grverb
8446 %{texmfdist}/tex/latex/gu
8447 %{texmfdist}/tex/latex/guitar
8448 %{texmfdist}/tex/latex/guitbeamer
8449 %{texmfdist}/tex/latex/hanging
8450 %{texmfdist}/tex/latex/har2nat
8451 %{texmfdist}/tex/latex/harmony
8452 %{texmfdist}/tex/latex/harpoon
8453 %{texmfdist}/tex/latex/harvard
8454 %{texmfdist}/tex/latex/hc
8455 %{texmfdist}/tex/latex/helvetic
8456 %{texmfdist}/tex/latex/hep
8457 %{texmfdist}/tex/latex/hepnames
8458 %{texmfdist}/tex/latex/hepparticles
8459 %{texmfdist}/tex/latex/hepthesis
8460 %{texmfdist}/tex/latex/hepunits
8461 %{texmfdist}/tex/latex/hexgame
8462 %{texmfdist}/tex/latex/hfoldsty
8463 %{texmfdist}/tex/latex/hhtensor
8464 %{texmfdist}/tex/latex/hilowres
8465 %{texmfdist}/tex/latex/histogr
8466 %{texmfdist}/tex/latex/hitec
8467 %{texmfdist}/tex/latex/hpsdiss
8468 %{texmfdist}/tex/latex/hrlatex
8469 %{texmfdist}/tex/latex/hvfloat
8470 %{texmfdist}/tex/latex/hypdvips
8471 %{texmfdist}/tex/latex/hyper
8472 %{texmfdist}/tex/latex/hyperref
8473 %{texmfdist}/tex/latex/hyperxmp
8474 %{texmfdist}/tex/latex/hyphenat
8475 %{texmfdist}/tex/latex/ibycus-babel
8476 %{texmfdist}/tex/latex/icsv
8477 %{texmfdist}/tex/latex/ieeepes
8478 %{texmfdist}/tex/latex/ifmslide
8479 %{texmfdist}/tex/latex/ifplatform
8480 %{texmfdist}/tex/latex/ifsym
8481 %{texmfdist}/tex/latex/ijmart
8482 %{texmfdist}/tex/latex/imac
8483 %{texmfdist}/tex/latex/image-gallery
8484 %{texmfdist}/tex/latex/imtekda
8485 %{texmfdist}/tex/latex/index
8486 %{texmfdist}/tex/latex/initials
8487 %{texmfdist}/tex/latex/inlinebib
8488 %{texmfdist}/tex/latex/inlinedef
8489 %{texmfdist}/tex/latex/interactiveworkbook
8490 %{texmfdist}/tex/latex/inversepath
8491 %{texmfdist}/tex/latex/invoice
8492 %{texmfdist}/tex/latex/ipa
8493 %{texmfdist}/tex/latex/iso
8494 %{texmfdist}/tex/latex/iso10303
8495 %{texmfdist}/tex/latex/isodate
8496 %{texmfdist}/tex/latex/isodoc
8497 %{texmfdist}/tex/latex/isonums
8498 %{texmfdist}/tex/latex/isorot
8499 %{texmfdist}/tex/latex/isotope
8500 %{texmfdist}/tex/latex/itnumpar
8501 %{texmfdist}/tex/latex/itrans
8502 %{texmfdist}/tex/latex/iwona
8503 %{texmfdist}/tex/latex/jeopardy
8504 %{texmfdist}/tex/latex/jhep
8505 %{texmfdist}/tex/latex/jknapltx
8506 %{texmfdist}/tex/latex/jneurosci
8507 %{texmfdist}/tex/latex/jpsj
8508 %{texmfdist}/tex/latex/jura
8509 %{texmfdist}/tex/latex/juraabbrev
8510 %{texmfdist}/tex/latex/juramisc
8511 %{texmfdist}/tex/latex/jurarsp
8512 %{texmfdist}/tex/latex/koma-script
8513 %{texmfdist}/tex/latex/labels
8514 %dir %{texmfdist}/tex/latex/latexconfig
8515 %{texmfdist}/tex/latex/latexconfig/latex.ini
8516 %{texmfdist}/tex/latex/latexconfig/lualatex.ini
8517 %{texmfdist}/tex/latex/latexconfig/mllatex.ini
8518 %{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8519 %{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
8520 %{texmfdist}/tex/latex/layouts
8521 %{texmfdist}/tex/latex/lettrine
8522 %{texmfdist}/tex/latex/listings
8523 %{texmfdist}/tex/latex/ltabptch
8524 %{texmfdist}/tex/latex/localloc
8525 %{texmfdist}/tex/latex/ltxmisc
8526 %{texmfdist}/tex/latex/mathcomp
8527 %{texmfdist}/tex/latex/mdwtools
8528 %{texmfdist}/tex/latex/memoir
8529 %{texmfdist}/tex/latex/mh
8530 %{texmfdist}/tex/latex/misc209
8531 %{texmfdist}/tex/latex/mmap
8532 %{texmfdist}/tex/latex/mnsymbol
8533 %{texmfdist}/tex/latex/moderncv
8534 %{texmfdist}/tex/latex/modroman
8535 %{texmfdist}/tex/latex/mongolian-babel
8536 %{texmfdist}/tex/latex/montex
8537 %{texmfdist}/tex/latex/mparhack
8538 %{texmfdist}/tex/latex/ms
8539 %{texmfdist}/tex/latex/multibib
8540 %{texmfdist}/tex/latex/multirow
8541 %{texmfdist}/tex/latex/mwcls
8542 %{texmfdist}/tex/latex/natbib
8543 %{texmfdist}/tex/latex/ncclatex
8544 %{texmfdist}/tex/latex/ncctools
8545 %{texmfdist}/tex/latex/ncntrsbk
8546 %{texmfdist}/tex/latex/nddiss
8547 %{texmfdist}/tex/latex/newalg
8548 %{texmfdist}/tex/latex/newfile
8549 %{texmfdist}/tex/latex/newlfm
8550 %{texmfdist}/tex/latex/newspaper
8551 %{texmfdist}/tex/latex/newthm
8552 %{texmfdist}/tex/latex/nomencl
8553 %{texmfdist}/tex/latex/ntgclass
8554 %{texmfdist}/tex/generic/oberdiek
8555 %{texmfdist}/tex/latex/oberdiek
8556 %{texmfdist}/tex/latex/overpic
8557 %{texmfdist}/tex/latex/paralist
8558 %{texmfdist}/tex/latex/pb-diagram
8559 %{texmfdist}/tex/latex/pdfpages
8560 %{texmfdist}/tex/latex/picinpar
8561 %{texmfdist}/tex/latex/pict2e
8562 %{texmfdist}/tex/latex/placeins
8563 %{texmfdist}/tex/latex/preprint
8564 %{texmfdist}/tex/latex/preview
8565 %{texmfdist}/tex/latex/program
8566 %{texmfdist}/tex/latex/psfrag
8567 %{texmfdist}/tex/latex/pslatex
8568 %{texmfdist}/tex/latex/revtex
8569 %{texmfdist}/tex/latex/rotating
8570 %{texmfdist}/tex/latex/rotfloat
8571 %{texmfdist}/tex/latex/scale
8572 %{texmfdist}/tex/latex/sectsty
8573 %{texmfdist}/tex/latex/seminar
8574 %{texmfdist}/tex/latex/setspace
8575 %{texmfdist}/tex/latex/showdim
8576 %{texmfdist}/tex/latex/showlabels
8577 %{texmfdist}/tex/latex/sidecap
8578 %{texmfdist}/tex/latex/slashbox
8579 %{texmfdist}/tex/latex/soul
8580 %{texmfdist}/tex/latex/stdclsdv
8581 %{texmfdist}/tex/latex/stmaryrd
8582 %{texmfdist}/tex/latex/subfig
8583 %{texmfdist}/tex/latex/subfigure
8584 %{texmfdist}/tex/latex/supertabular
8585 %{texmfdist}/tex/latex/t2
8586 %{texmfdist}/tex/latex/t-angles
8587 %{texmfdist}/tex/latex/tableaux
8588 %{texmfdist}/tex/latex/tablists
8589 %{texmfdist}/tex/latex/tablor
8590 %{texmfdist}/tex/latex/tabto-ltx
8591 %{texmfdist}/tex/latex/tabulary
8592 %{texmfdist}/tex/latex/tabvar
8593 %{texmfdist}/tex/latex/talk
8594 %{texmfdist}/tex/latex/taupin
8595 %{texmfdist}/tex/latex/tcldoc
8596 %{texmfdist}/tex/latex/tdsfrmath
8597 %{texmfdist}/tex/latex/technics
8598 %{texmfdist}/tex/latex/ted
8599 %{texmfdist}/tex/latex/tengwarscript
8600 %{texmfdist}/tex/latex/tensor
8601 %{texmfdist}/tex/latex/teubner
8602 %{texmfdist}/tex/latex/tex-gyre
8603 %{texmfdist}/tex/latex/texilikecover
8604 %{texmfdist}/tex/latex/texlogos
8605 %{texmfdist}/tex/latex/texmate
8606 %{texmfdist}/tex/latex/texpower
8607 %{texmfdist}/tex/latex/texshade
8608 %{texmfdist}/tex/latex/textcase
8609 %{texmfdist}/tex/latex/textfit
8610 %{texmfdist}/tex/latex/textopo
8611 %{texmfdist}/tex/latex/textpath
8612 %{texmfdist}/tex/latex/textpos
8613 %{texmfdist}/tex/latex/theoremref
8614 %{texmfdist}/tex/latex/thesis-titlepage-fhac
8615 %{texmfdist}/tex/latex/thinsp
8616 %{texmfdist}/tex/latex/thmtools
8617 %{texmfdist}/tex/latex/thumb
8618 %{texmfdist}/tex/latex/thuthesis
8619 %{texmfdist}/tex/latex/ticket
8620 %{texmfdist}/tex/latex/tikz-inet
8621 %{texmfdist}/tex/latex/times
8622 %{texmfdist}/tex/latex/timesht
8623 %{texmfdist}/tex/latex/tipa
8624 %{texmfdist}/tex/latex/titlefoot
8625 %{texmfdist}/tex/latex/titlesec
8626 %{texmfdist}/tex/latex/titling
8627 %{texmfdist}/tex/latex/tocbibind
8628 %{texmfdist}/tex/latex/tocloft
8629 %{texmfdist}/tex/latex/tools
8630 %{texmfdist}/tex/latex/totpages
8631 %{texmfdist}/tex/latex/type1cm
8632 %{texmfdist}/tex/latex/undertilde
8633 %{texmfdist}/tex/latex/units
8634 %{texmfdist}/tex/latex/unitsdef
8635 %{texmfdist}/tex/latex/universa
8636 %{texmfdist}/tex/latex/unroman
8637 %{texmfdist}/tex/latex/upmethodology
8638 %{texmfdist}/tex/latex/upquote
8639 %{texmfdist}/tex/latex/varindex
8640 %{texmfdist}/tex/latex/varsfromjobname
8641 %{texmfdist}/tex/latex/vector
8642 %{texmfdist}/tex/latex/velthuis
8643 %{texmfdist}/tex/latex/verse
8644 %{texmfdist}/tex/latex/versions
8645 %{texmfdist}/tex/latex/vhistory
8646 %{texmfdist}/tex/latex/vita
8647 %{texmfdist}/tex/latex/vmargin
8648 %{texmfdist}/tex/latex/volumes
8649 %{texmfdist}/tex/latex/vpe
8650 %{texmfdist}/tex/latex/vrsion
8651 %{texmfdist}/tex/latex/vwcol
8652 %{texmfdist}/tex/latex/vxu
8653 %{texmfdist}/tex/latex/wallpaper
8654 %{texmfdist}/tex/latex/warning
8655 %{texmfdist}/tex/latex/warpcol
8656 %{texmfdist}/tex/latex/was
8657 %{texmfdist}/tex/latex/williams
8658 %{texmfdist}/tex/latex/wnri
8659 %{texmfdist}/tex/latex/wordlike
8660 %{texmfdist}/tex/latex/wrapfig
8661 %{texmfdist}/tex/latex/wsuipa
8662 %{texmfdist}/tex/latex/xargs
8663 %{texmfdist}/tex/latex/xcolor
8664 %{texmfdist}/tex/latex/xdoc
8665 %{texmfdist}/tex/latex/xfor
8666 %{texmfdist}/tex/latex/xifthen
8667 %{texmfdist}/tex/latex/xkeyval
8668 %{texmfdist}/tex/latex/xmpincl
8669 %{texmfdist}/tex/latex/xnewcommand
8670 %{texmfdist}/tex/latex/xoptarg
8671 %{texmfdist}/tex/latex/xpackages
8672 %{texmfdist}/tex/latex/xq
8673 %{texmfdist}/tex/latex/xskak
8674 %{texmfdist}/tex/latex/xstring
8675 %{texmfdist}/tex/latex/xtab
8676 %{texmfdist}/tex/latex/xtcapts
8677 %{texmfdist}/tex/latex/xyling
8678 %{texmfdist}/tex/latex/xytree
8679 %{texmfdist}/tex/latex/yafoot
8680 %{texmfdist}/tex/latex/yfonts
8681 %{texmfdist}/tex/latex/yhmath
8682 %{texmfdist}/tex/latex/yi4latex
8683 %{texmfdist}/tex/latex/york-thesis
8684 %{texmfdist}/tex/latex/youngtab
8685 %{texmfdist}/tex/latex/yplan
8686 %{texmfdist}/tex/latex/zapfchan
8687 %{texmfdist}/tex/latex/zapfding
8688 %{texmfdist}/tex/latex/zed-csp
8689 %{texmfdist}/tex/latex/zefonts
8690 %{texmfdist}/tex/latex/ziffer
8691 %{texmfdist}/tex/latex/zwgetfdate
8692 %{texmfdist}/tex/plain/etex
8693 %{texmf}/tex/latex/config
8694 %{texmf}/tex/latex/dvipdfm
8695
8696 %files latex-12many
8697 %defattr(644,root,root,755)
8698 %doc %{texmfdist}/doc/latex/12many
8699 %{texmfdist}/source/latex/12many
8700
8701 %files latex-abstract
8702 %defattr(644,root,root,755)
8703 %doc %{texmfdist}/doc/latex/abstract
8704 %{texmfdist}/tex/latex/abstract
8705
8706 %files latex-accfonts
8707 %defattr(644,root,root,755)
8708 %doc %{texmfdist}/doc/fonts/accfonts
8709 %{texmfdist}/tex/latex/accfonts
8710
8711 %files latex-adrconv
8712 %defattr(644,root,root,755)
8713 %{texmfdist}/tex/latex/adrconv
8714 %{texmfdist}/doc/latex/adrconv
8715
8716 %files latex-algorithms
8717 %defattr(644,root,root,755)
8718 %doc %{texmfdist}/doc/latex/algorithms
8719 %{texmfdist}/tex/latex/algorithms
8720
8721 %files latex-ae
8722 %defattr(644,root,root,755)
8723 %{texmfdist}/tex/latex/ae
8724
8725 %files latex-ams
8726 %defattr(644,root,root,755)
8727 %doc %{texmfdist}/doc/latex/amscls
8728 %doc %{texmfdist}/doc/latex/amsmath
8729 %doc %{texmfdist}/doc/latex/onlyamsmath
8730 %{texmfdist}/doc/fonts/amsfonts
8731 %{texmfdist}/tex/latex/amscls
8732 %{texmfdist}/tex/latex/amsmath
8733 %{texmfdist}/tex/latex/amsfonts
8734 %{texmfdist}/tex/latex/onlyamsmath
8735 %{texmfdist}/source/latex/onlyamsmath
8736
8737 %files latex-antp
8738 %defattr(644,root,root,755)
8739 %{texmfdist}/tex/latex/antp
8740
8741 %files latex-antt
8742 %defattr(644,root,root,755)
8743 %{texmfdist}/tex/latex/antt
8744
8745 %files latex-appendix
8746 %defattr(644,root,root,755)
8747 %doc %{texmfdist}/doc/latex/appendix
8748 %{texmfdist}/tex/latex/appendix
8749
8750 %files latex-backgammon
8751 %defattr(644,root,root,755)
8752 %doc %{texmfdist}/doc/latex/backgammon
8753 %{texmfdist}/tex/latex/backgammon
8754
8755 %files latex-bardiag
8756 %defattr(644,root,root,755)
8757 %doc %{texmfdist}/doc/latex/bardiag
8758 %{texmfdist}/tex/latex/bardiag
8759
8760 %files latex-bbm
8761 %defattr(644,root,root,755)
8762 %doc %{texmfdist}/doc/fonts/bbm
8763 %{texmfdist}/tex/latex/bbm
8764
8765 %files latex-bbold
8766 %defattr(644,root,root,755)
8767 %doc %{texmfdist}/doc/latex/bbold
8768 %{texmfdist}/tex/latex/bbold
8769 %{texmfdist}/source/latex/bbold
8770
8771 %files latex-beamer
8772 %defattr(644,root,root,755)
8773 %doc %{texmfdist}/doc/latex/beamer
8774 %{texmfdist}/tex/latex/beamer-contrib
8775 %{texmfdist}/tex/latex/beamer
8776
8777 %files latex-bezos
8778 %defattr(644,root,root,755)
8779 %doc %{texmfdist}/doc/latex/bezos
8780 %{texmfdist}/tex/latex/bezos
8781
8782 %files latex-bibtex
8783 %defattr(644,root,root,755)
8784 %doc %{texmfdist}/doc/bibtex/base
8785 %doc %{texmfdist}/doc/latex/adrconv
8786 %doc %{texmfdist}/doc/latex/bibtopic
8787 %doc %{texmfdist}/doc/latex/bibunits
8788 %doc %{texmfdist}/doc/latex/natbib
8789 %doc %{texmfdist}/doc/latex/footbib
8790 %dir %{texmfdist}/doc/bibtex
8791 %dir %{texmfdist}/bibtex
8792 %dir %{texmfdist}/bibtex/bib
8793 %dir %{texmfdist}/bibtex/bst
8794 %dir %{texmfdist}/bibtex/csf
8795
8796 %attr(755,root,root) %{_bindir}/bibtex
8797 %attr(755,root,root) %{_bindir}/rubibtex
8798
8799 %{texmfdist}/bibtex/bst/base
8800 %{texmfdist}/bibtex/csf/base
8801 %{texmfdist}/bibtex/bib/base
8802 %{texmfdist}/bibtex/bst/adrconv
8803 %{texmfdist}/bibtex/bib/adrconv
8804 %{texmfdist}/source/latex/adrconv
8805 %{texmfdist}/tex/latex/adrconv
8806 # %{texmf}/bibtex/bst/misc
8807 %{texmfdist}/bibtex/bst/natbib
8808 %{texmfdist}/tex/latex/natbib
8809 %{texmfdist}/tex/latex/bibtopic
8810 %{texmfdist}/source/latex/bibunits
8811 %{texmfdist}/tex/latex/bibunits
8812 %{texmfdist}/source/latex/footbib
8813 %{texmfdist}/tex/latex/footbib
8814
8815 %{_mandir}/man1/bibtex.1*
8816 %{_mandir}/man1/rubibtex.1*
8817
8818 %files latex-bibtex-ams
8819 %defattr(644,root,root,755)
8820 %{texmfdist}/bibtex/bst/ams
8821 %{texmfdist}/bibtex/bib/ams
8822
8823 %files latex-bibtex-pl
8824 %defattr(644,root,root,755)
8825 %dir %{texmfdist}/bibtex/bib/gustlib
8826 %{texmfdist}/bibtex/bib/gustlib/plbib.bib
8827
8828 %files latex-bibtex-german
8829 %defattr(644,root,root,755)
8830 %doc %{texmfdist}/doc/bibtex/germbib
8831 %{texmfdist}/bibtex/bst/germbib
8832 %{texmfdist}/tex/latex/germbib
8833
8834 %files latex-bibtex-revtex4
8835 %defattr(644,root,root,755)
8836 %dir %{texmfdist}/source/latex/revtex
8837 %doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
8838 %{texmfdist}/source/latex/revtex/revtex4.dtx
8839 %{texmfdist}/source/latex/revtex/revtex4.ins
8840 %{texmfdist}/tex/latex/revtex/revtex4.cls
8841
8842 %files latex-bibtex-jurabib
8843 %defattr(644,root,root,755)
8844 %doc %{texmfdist}/doc/latex/jurabib
8845 %{texmfdist}/bibtex/bst/jurabib
8846 %{texmfdist}/bibtex/bib/jurabib
8847 %{texmfdist}/source/latex/jurabib
8848 %{texmfdist}/tex/latex/jurabib
8849
8850 %files latex-bibtex-dk
8851 %defattr(644,root,root,755)
8852 %doc %{texmfdist}/doc/latex/dk-bib
8853 %{texmfdist}/bibtex/bst/dk-bib
8854 %{texmfdist}/bibtex/csf/dk-bib
8855 %{texmfdist}/bibtex/bib/dk-bib
8856 %{texmfdist}/source/latex/dk-bib
8857 %{texmfdist}/tex/latex/dk-bib
8858
8859 # %files latex-bibtex-nor
8860 # %defattr(644,root,root,755)
8861 # %{texmf}/bibtex/bst/norbib
8862
8863 %files latex-bibtex-styles
8864 %defattr(644,root,root,755)
8865 %dir %{texmfdist}/doc/generic/t2
8866 %dir %{texmfdist}/doc/generic/t2%{_sysconfdir}
8867 %dir %{texmfdist}/source/bibtex
8868 %{texmfdist}/bibtex/bib/IEEEtran
8869 %{texmfdist}/bibtex/bib/abstyles
8870 %{texmfdist}/bibtex/bib/achemso
8871 %{texmfdist}/bibtex/bib/acmtrans
8872 %{texmfdist}/bibtex/bib/aiaa
8873 %{texmfdist}/bibtex/bib/apacite
8874 %{texmfdist}/bibtex/bib/asaetr
8875 %{texmfdist}/bibtex/bib/ascelike
8876 %{texmfdist}/bibtex/bib/beebe
8877 %{texmfdist}/bibtex/bib/bibhtml
8878 %{texmfdist}/bibtex/bib/bibtopic
8879 %{texmfdist}/bibtex/bib/biocon
8880 %{texmfdist}/bibtex/bib/computational-complexity
8881 %{texmfdist}/bibtex/bib/din1505
8882 %{texmfdist}/bibtex/bib/directory
8883 %{texmfdist}/bibtex/bib/dtk
8884 %{texmfdist}/bibtex/bib/figbib
8885 %{texmfdist}/bibtex/bib/frankenstein
8886 %{texmfdist}/bibtex/bib/gatech-thesis
8887 %{texmfdist}/bibtex/bib/geomsty
8888 %{texmfdist}/bibtex/bib/gloss
8889 %{texmfdist}/bibtex/bib/harvard
8890 %{texmfdist}/bibtex/bib/ieeepes
8891 %{texmfdist}/bibtex/bib/ijmart
8892 %{texmfdist}/bibtex/bib/imac
8893 %{texmfdist}/bibtex/bib/index
8894 %{texmfdist}/bibtex/bib/lsc
8895 %{texmfdist}/bibtex/bib/msc
8896 %{texmfdist}/bibtex/bib/nostarch
8897 %{texmfdist}/bibtex/bib/philosophersimprint
8898 %{texmfdist}/bibtex/bib/revtex
8899 %{texmfdist}/bibtex/bib/spie
8900 %{texmfdist}/bibtex/bib/urlbst
8901 %{texmfdist}/bibtex/bst/IEEEtran
8902 %{texmfdist}/bibtex/bst/abstyles
8903 %{texmfdist}/bibtex/bst/achemso
8904 %{texmfdist}/bibtex/bst/acmtrans
8905 %{texmfdist}/bibtex/bst/afthesis
8906 %{texmfdist}/bibtex/bst/aguplus
8907 %{texmfdist}/bibtex/bst/aiaa
8908 %{texmfdist}/bibtex/bst/aichej
8909 %{texmfdist}/bibtex/bst/ametsoc
8910 %{texmfdist}/bibtex/bst/apacite
8911 %{texmfdist}/bibtex/bst/asaetr
8912 %{texmfdist}/bibtex/bst/ascelike
8913 %{texmfdist}/bibtex/bst/babelbib
8914 %{texmfdist}/bibtex/bst/beebe
8915 %{texmfdist}/bibtex/bst/bibhtml
8916 %{texmfdist}/bibtex/bst/chem-journal
8917 %{texmfdist}/bibtex/bst/chicago
8918 %{texmfdist}/bibtex/bst/computational-complexity
8919 %{texmfdist}/bibtex/bst/confproc
8920 %{texmfdist}/bibtex/bst/datatool
8921 %{texmfdist}/bibtex/bst/din1505
8922 %{texmfdist}/bibtex/bst/dinat
8923 %{texmfdist}/bibtex/bst/directory
8924 %{texmfdist}/bibtex/bst/dtk
8925 %{texmfdist}/bibtex/bst/dvdcoll
8926 %{texmfdist}/bibtex/bst/economic
8927 %{texmfdist}/bibtex/bst/elsevier-bib
8928 %{texmfdist}/bibtex/bst/fbs
8929 %{texmfdist}/bibtex/bst/figbib
8930 %{texmfdist}/bibtex/bst/finbib
8931 %{texmfdist}/bibtex/bst/frankenstein
8932 %{texmfdist}/bibtex/bst/gatech-thesis
8933 %{texmfdist}/bibtex/bst/gloss
8934 %{texmfdist}/bibtex/bst/gost
8935 %{texmfdist}/bibtex/bst/gustlib
8936 %{texmfdist}/bibtex/bst/harvard
8937 %{texmfdist}/bibtex/bst/hc
8938 %{texmfdist}/bibtex/bst/ieeepes
8939 %{texmfdist}/bibtex/bst/ijmart
8940 %{texmfdist}/bibtex/bst/ijqc
8941 %{texmfdist}/bibtex/bst/imac
8942 %{texmfdist}/bibtex/bst/index
8943 %{texmfdist}/bibtex/bst/inlinebib
8944 %{texmfdist}/bibtex/bst/iopart-num
8945 %{texmfdist}/bibtex/bst/jneurosci
8946 %{texmfdist}/bibtex/bst/jurarsp
8947 %{texmfdist}/bibtex/bst/kluwer
8948 %{texmfdist}/bibtex/bst/mciteplus
8949 %{texmfdist}/bibtex/bst/mslapa
8950 %{texmfdist}/bibtex/bst/multibib
8951 %{texmfdist}/bibtex/bst/munich
8952 %{texmfdist}/bibtex/bst/nature
8953 %{texmfdist}/bibtex/bst/nddiss
8954 %{texmfdist}/bibtex/bst/opcit
8955 %{texmfdist}/bibtex/bst/perception
8956 %{texmfdist}/bibtex/bst/revtex
8957 %{texmfdist}/bibtex/bst/rsc
8958 %{texmfdist}/bibtex/bst/savetrees
8959 %{texmfdist}/bibtex/bst/shipunov
8960 %{texmfdist}/bibtex/bst/smflatex
8961 %{texmfdist}/bibtex/bst/sort-by-letters
8962 %{texmfdist}/bibtex/bst/spie
8963 %{texmfdist}/bibtex/bst/stellenbosch
8964 %{texmfdist}/bibtex/bst/swebib
8965 %{texmfdist}/bibtex/bst/texsis
8966 %{texmfdist}/bibtex/bst/thuthesis
8967 %{texmfdist}/bibtex/bst/tugboat
8968 %{texmfdist}/bibtex/bst/urlbst
8969 %{texmfdist}/bibtex/csf/gost
8970 %doc %{texmfdist}/doc/bibtex/abstyles
8971 %doc %{texmfdist}/doc/bibtex/bibhtml
8972 %doc %{texmfdist}/doc/bibtex/dinat
8973 %doc %{texmfdist}/doc/bibtex/economic
8974 %doc %{texmfdist}/doc/bibtex/elsevier-bib
8975 %doc %{texmfdist}/doc/bibtex/gost
8976 %doc %{texmfdist}/doc/bibtex/ijqc
8977 %doc %{texmfdist}/doc/bibtex/iopart-num
8978 %doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
8979 %doc %{texmfdist}/doc/latex/IEEEtran
8980 %{texmfdist}/source/bibtex/gost
8981
8982 %files latex-bibtex-vancouver
8983 %defattr(644,root,root,755)
8984 %dir %{texmfdist}/bibtex/bib/vancouver
8985 %dir %{texmfdist}/bibtex/bst/vancouver
8986 %dir %{texmfdist}/doc/bibtex/vancouver
8987 %{texmfdist}/bibtex/bib/vancouver/vancouver.bib
8988 %{texmfdist}/bibtex/bst/vancouver/vancouver.bst
8989 %doc %{texmfdist}/doc/bibtex/vancouver/README
8990 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
8991 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
8992
8993 %files latex-booktabs
8994 %defattr(644,root,root,755)
8995 %doc %{texmfdist}/doc/latex/booktabs
8996 %{texmfdist}/tex/latex/booktabs
8997
8998 %files latex-caption
8999 %defattr(644,root,root,755)
9000 %doc %{texmfdist}/doc/latex/caption
9001 %{texmfdist}/tex/latex/caption
9002
9003 %files latex-carlisle
9004 %defattr(644,root,root,755)
9005 %doc %{texmfdist}/doc/latex/carlisle
9006 %{texmfdist}/tex/latex/carlisle
9007
9008 %files latex-ccfonts
9009 %defattr(644,root,root,755)
9010 %doc %{texmfdist}/doc/latex/ccfonts
9011 %{texmfdist}/tex/latex/ccfonts
9012
9013 %files latex-cite
9014 %defattr(644,root,root,755)
9015 %{texmfdist}/tex/latex/cite
9016
9017 %files latex-cmbright
9018 %defattr(644,root,root,755)
9019 %doc %{texmfdist}/doc/latex/cmbright
9020 %{texmfdist}/tex/latex/cmbright
9021
9022 %files latex-comment
9023 %defattr(644,root,root,755)
9024 %doc %{texmfdist}/doc/latex/comment
9025 %{texmfdist}/tex/latex/comment
9026
9027 %files latex-concmath
9028 %defattr(644,root,root,755)
9029 %{texmfdist}/tex/latex/concmath
9030
9031 %files latex-currvita
9032 %defattr(644,root,root,755)
9033 %doc %{texmfdist}/doc/latex/currvita
9034 %{texmfdist}/tex/latex/currvita
9035
9036 %files latex-curves
9037 %defattr(644,root,root,755)
9038 %doc %{texmfdist}/doc/latex/curves
9039 %{texmfdist}/tex/latex/curves
9040
9041 %files latex-custom-bib
9042 %defattr(644,root,root,755)
9043 %doc %{texmfdist}/doc/latex/custom-bib
9044 %{texmfdist}/source/latex/custom-bib
9045 %{texmfdist}/tex/latex/custom-bib
9046
9047 %files latex-cyrillic
9048 %defattr(644,root,root,755)
9049 %doc %{texmfdist}/doc/latex/cyrillic
9050 %{texmfdist}/source/latex/cyrillic
9051 %{texmfdist}/tex/latex/cyrillic
9052
9053 # %files latex-dstroke
9054 # %defattr(644,root,root,755)
9055 # %{texmf}/tex/latex/dstroke
9056
9057 %files latex-enumitem
9058 %defattr(644,root,root,755)
9059 %doc %{texmfdist}/doc/latex/enumitem
9060 %{texmfdist}/tex/latex/enumitem
9061
9062 %files latex-exam
9063 %defattr(644,root,root,755)
9064 %doc %{texmfdist}/doc/latex/exam
9065 %{texmfdist}/tex/latex/exam
9066
9067 %files latex-gbrief
9068 %defattr(644,root,root,755)
9069 %doc %{texmfdist}/doc/latex/g-brief
9070 %{texmfdist}/tex/latex/g-brief
9071
9072 %files latex-jknappen
9073 %defattr(644,root,root,755)
9074 %doc %{texmfdist}/fonts/source/jknappen
9075 %{texmfdist}/fonts/tfm/jknappen
9076
9077 %files latex-keystroke
9078 %defattr(644,root,root,755)
9079 %{texmfdist}/tex/latex/keystroke
9080 %doc %{texmfdist}/doc/latex/keystroke
9081
9082 %files latex-labbook
9083 %defattr(644,root,root,755)
9084 %doc %{texmfdist}/doc/latex/labbook
9085 %{texmfdist}/source/latex/labbook
9086 %{texmfdist}/tex/latex/labbook
9087
9088 %files latex-lastpage
9089 %defattr(644,root,root,755)
9090 %doc %{texmfdist}/doc/latex/lastpage
9091 %{texmfdist}/tex/latex/lastpage
9092
9093 %files latex-lcd
9094 %defattr(644,root,root,755)
9095 %doc %{texmfdist}/doc/latex/lcd
9096 %{texmfdist}/source/latex/lcd
9097 %{texmfdist}/tex/latex/lcd
9098
9099 %files latex-leaflet
9100 %defattr(644,root,root,755)
9101 %doc %{texmfdist}/doc/latex/leaflet
9102 %{texmfdist}/source/latex/leaflet
9103 %{texmfdist}/tex/latex/leaflet
9104
9105 %files latex-leftidx
9106 %defattr(644,root,root,755)
9107 %doc %{texmfdist}/doc/latex/leftidx
9108 %{texmfdist}/tex/latex/leftidx
9109
9110 %files latex-lewis
9111 %defattr(644,root,root,755)
9112 %doc %{texmfdist}/doc/latex/lewis
9113 %{texmfdist}/tex/latex/lewis
9114
9115 %files latex-lm
9116 %defattr(644,root,root,755)
9117 %doc %{texmfdist}/doc/fonts/lm
9118 %{texmfdist}/tex/latex/lm
9119 %{texmfdist}/fonts/afm/public/lm
9120 %{texmfdist}/fonts/enc/dvips/lm
9121 %{texmfdist}/fonts/map/dvips/lm
9122 %{texmfdist}/fonts/map/dvipdfm/lm
9123 %{texmfdist}/fonts/opentype/public/lm
9124 %{texmfdist}/fonts/tfm/public/lm
9125 %{texmfdist}/source/fonts/lm
9126
9127 %files latex-lucidabr
9128 %defattr(644,root,root,755)
9129 %dir %{texmfdist}/vtex
9130 %dir %{texmfdist}/vtex/config
9131 %{texmfdist}/vtex/config/lucidabr-k.ali
9132 %{texmfdist}/vtex/config/lucidabr.ali
9133
9134 %files latex-lineno
9135 %defattr(644,root,root,755)
9136 %doc %{texmfdist}/doc/latex/lineno
9137 %{texmfdist}/tex/latex/lineno
9138
9139
9140 %files latex-marvosym
9141 %defattr(644,root,root,755)
9142 %{texmfdist}/tex/latex/marvosym
9143
9144 %files latex-mathexam
9145 %defattr(644,root,root,755)
9146 %doc %{texmfdist}/doc/latex/mathexam
9147 %{texmfdist}/source/latex/mathexam
9148 %{texmfdist}/tex/latex/mathexam
9149
9150 #%files latex-mathpple
9151 #%defattr(644,root,root,755)
9152
9153 #%files latex-mathtime
9154 #%defattr(644,root,root,755)
9155
9156 %files latex-microtype
9157 %defattr(644,root,root,755)
9158 %doc %{texmfdist}/doc/latex/microtype
9159 %{texmfdist}/source/latex/microtype
9160 %{texmfdist}/tex/latex/microtype
9161
9162 %files latex-mflogo
9163 %defattr(644,root,root,755)
9164 %doc %{texmfdist}/doc/latex/mflogo
9165 %{texmfdist}/tex/latex/mflogo
9166
9167 %files latex-mfnfss
9168 %defattr(644,root,root,755)
9169 %{texmfdist}/source/latex/mfnfss
9170 %{texmfdist}/tex/latex/mfnfss
9171
9172 %files latex-minitoc
9173 %defattr(644,root,root,755)
9174 %doc %{texmfdist}/doc/latex/minitoc
9175 %{texmfdist}/bibtex/bst/minitoc
9176 %{texmfdist}/makeindex/minitoc
9177 %{texmfdist}/scripts/minitoc
9178 %{texmfdist}/source/latex/minitoc
9179 %{texmfdist}/tex/latex/minitoc
9180
9181
9182 %files latex-mltex
9183 %defattr(644,root,root,755)
9184 %doc %{texmfdist}/doc/latex/mltex
9185 %{texmfdist}/tex/latex/mltex
9186
9187 %files latex-moreverb
9188 %defattr(644,root,root,755)
9189 %doc %{texmfdist}/doc/latex/moreverb
9190 %{texmfdist}/tex/latex/moreverb
9191
9192 %files latex-multienum
9193 %defattr(644,root,root,755)
9194 %doc %{texmfdist}/doc/latex/multenum
9195 %dir %{texmfdist}/tex/latex/multenum
9196 %{texmfdist}/tex/latex/multenum/*
9197
9198 %files latex-musictex
9199 %defattr(644,root,root,755)
9200 %doc %{texmfdist}/doc/generic/musictex
9201 %{texmfdist}/fonts/source/public/musictex
9202 %{texmfdist}/fonts/tfm/public/musictex
9203 %{texmfdist}/tex/generic/musictex
9204 %{texmfdist}/tex/latex/musictex
9205
9206 %files latex-ntheorem
9207 %defattr(644,root,root,755)
9208 %{texmfdist}/tex/latex/ntheorem
9209 %doc %{texmfdist}/doc/latex/ntheorem
9210
9211 %files latex-other-doc
9212 %defattr(644,root,root,755)
9213 %doc %{texmfdist}/doc/alatex
9214 %doc %{texmfdist}/doc/cslatex/base
9215 %doc %{texmfdist}/doc/generic/wsuipa
9216 %doc %{texmfdist}/doc/latex/ANUfinalexam
9217 %doc %{texmfdist}/doc/latex/AkkTeX
9218 %doc %{texmfdist}/doc/latex/ESIEEcv
9219 %doc %{texmfdist}/doc/latex/GuIT
9220 %doc %{texmfdist}/doc/latex/HA-prosper
9221 %doc %{texmfdist}/doc/latex/IEEEconf
9222 %doc %{texmfdist}/doc/latex/a0poster
9223 %doc %{texmfdist}/doc/latex/aastex
9224 %doc %{texmfdist}/doc/latex/abc
9225 %doc %{texmfdist}/doc/latex/achemso
9226 %doc %{texmfdist}/doc/latex/acmconf
9227 %doc %{texmfdist}/doc/latex/acmtrans
9228 %doc %{texmfdist}/doc/latex/active-conf
9229 %doc %{texmfdist}/doc/latex/addlines
9230 %doc %{texmfdist}/doc/latex/adrlist
9231 %doc %{texmfdist}/doc/latex/afthesis
9232 %doc %{texmfdist}/doc/latex/aguplus
9233 %doc %{texmfdist}/doc/latex/aiaa
9234 %doc %{texmfdist}/doc/latex/akletter
9235 %doc %{texmfdist}/doc/latex/alg
9236 %doc %{texmfdist}/doc/latex/algorithm2e
9237 %doc %{texmfdist}/doc/latex/algorithmicx
9238 %doc %{texmfdist}/doc/latex/alnumsec
9239 %doc %{texmfdist}/doc/latex/altfont
9240 %doc %{texmfdist}/doc/latex/ametsoc
9241 %doc %{texmfdist}/doc/latex/amsaddr
9242 %doc %{texmfdist}/doc/latex/amsrefs
9243 %doc %{texmfdist}/doc/latex/animate
9244 %doc %{texmfdist}/doc/latex/answers
9245 %doc %{texmfdist}/doc/latex/anyfontsize
9246 %doc %{texmfdist}/doc/latex/apa
9247 %doc %{texmfdist}/doc/latex/apacite
9248 %doc %{texmfdist}/doc/latex/ar
9249 %doc %{texmfdist}/doc/latex/arabi
9250 %doc %{texmfdist}/doc/latex/arabtex
9251 %doc %{texmfdist}/doc/latex/arcs
9252 %doc %{texmfdist}/doc/latex/arydshln
9253 %doc %{texmfdist}/doc/latex/asaetr
9254 %doc %{texmfdist}/doc/latex/ascelike
9255 %doc %{texmfdist}/doc/latex/assignment
9256 %doc %{texmfdist}/doc/latex/attachfile
9257 %doc %{texmfdist}/doc/latex/augie
9258 %doc %{texmfdist}/doc/latex/aurical
9259 %doc %{texmfdist}/doc/latex/authorindex
9260 %doc %{texmfdist}/doc/latex/autoarea
9261 %doc %{texmfdist}/doc/latex/autotab
9262 %doc %{texmfdist}/doc/latex/babelbib
9263 %doc %{texmfdist}/doc/latex/bangtex
9264 %doc %{texmfdist}/doc/latex/barcodes
9265 %doc %{texmfdist}/doc/latex/bayer
9266 %doc %{texmfdist}/doc/latex/bbm-macros
9267 %doc %{texmfdist}/doc/latex/beamer-contrib
9268 %doc %{texmfdist}/doc/latex/begriff
9269 %doc %{texmfdist}/doc/latex/betababel
9270 %doc %{texmfdist}/doc/latex/bez123
9271 %doc %{texmfdist}/doc/latex/bibarts
9272 %doc %{texmfdist}/doc/latex/bibleref
9273 %doc %{texmfdist}/doc/latex/biblist
9274 %doc %{texmfdist}/doc/latex/bibtopicprefix
9275 %doc %{texmfdist}/doc/latex/bigfoot
9276 %doc %{texmfdist}/doc/latex/binomexp
9277 %doc %{texmfdist}/doc/latex/biocon
9278 %doc %{texmfdist}/doc/latex/bizcard
9279 %doc %{texmfdist}/doc/latex/blindtext
9280 %doc %{texmfdist}/doc/latex/blowup
9281 %doc %{texmfdist}/doc/latex/boites
9282 %doc %{texmfdist}/doc/latex/boldtensors
9283 %doc %{texmfdist}/doc/latex/bookest
9284 %doc %{texmfdist}/doc/latex/booklet
9285 %doc %{texmfdist}/doc/latex/boxhandler
9286 %doc %{texmfdist}/doc/latex/bpchem
9287 %doc %{texmfdist}/doc/latex/braille
9288 %doc %{texmfdist}/doc/latex/breakurl
9289 %doc %{texmfdist}/doc/latex/brushscr
9290 %doc %{texmfdist}/doc/latex/bullcntr
9291 %doc %{texmfdist}/doc/latex/bussproofs
9292 %doc %{texmfdist}/doc/latex/bytefield
9293 %doc %{texmfdist}/doc/latex/calxxxx
9294 %doc %{texmfdist}/doc/latex/captcont
9295 %doc %{texmfdist}/doc/latex/casyl
9296 %doc %{texmfdist}/doc/latex/catechis
9297 %doc %{texmfdist}/doc/latex/cbcoptic
9298 %doc %{texmfdist}/doc/latex/cclicenses
9299 %doc %{texmfdist}/doc/latex/cd-cover
9300 %doc %{texmfdist}/doc/latex/cd
9301 %doc %{texmfdist}/doc/latex/cdpbundl
9302 %doc %{texmfdist}/doc/latex/cellspace
9303 %doc %{texmfdist}/doc/latex/changes
9304 %doc %{texmfdist}/doc/latex/chapterfolder
9305 %doc %{texmfdist}/doc/latex/chemcompounds
9306 %doc %{texmfdist}/doc/latex/chemcono
9307 %doc %{texmfdist}/doc/latex/chemstyle
9308 %doc %{texmfdist}/doc/latex/chessboard
9309 %doc %{texmfdist}/doc/latex/chessfss
9310 %doc %{texmfdist}/doc/latex/china2e
9311 %doc %{texmfdist}/doc/latex/chletter
9312 %doc %{texmfdist}/doc/latex/circ
9313 %doc %{texmfdist}/doc/latex/cite
9314 %doc %{texmfdist}/doc/latex/cjk
9315 %doc %{texmfdist}/doc/latex/classicthesis
9316 %doc %{texmfdist}/doc/latex/clefval
9317 %doc %{texmfdist}/doc/latex/cleveref
9318 %doc %{texmfdist}/doc/latex/clock
9319 %doc %{texmfdist}/doc/latex/clrscode
9320 %doc %{texmfdist}/doc/latex/cm-lgc
9321 %doc %{texmfdist}/doc/latex/cmap
9322 %doc %{texmfdist}/doc/latex/cmcyralt
9323 %doc %{texmfdist}/doc/latex/cmdstring
9324 %doc %{texmfdist}/doc/latex/cmll
9325 %doc %{texmfdist}/doc/latex/codepage
9326 %doc %{texmfdist}/doc/latex/colorinfo
9327 %doc %{texmfdist}/doc/latex/colortbl
9328 %doc %{texmfdist}/doc/latex/colorwav
9329 %doc %{texmfdist}/doc/latex/combine
9330 %doc %{texmfdist}/doc/latex/commath
9331 %doc %{texmfdist}/doc/latex/complexity
9332 %doc %{texmfdist}/doc/latex/computational-complexity
9333 %doc %{texmfdist}/doc/latex/concprog
9334 %doc %{texmfdist}/doc/latex/confproc
9335 %doc %{texmfdist}/doc/latex/constants
9336 %doc %{texmfdist}/doc/latex/contour
9337 %doc %{texmfdist}/doc/latex/cooking
9338 %doc %{texmfdist}/doc/latex/cool
9339 %doc %{texmfdist}/doc/latex/coollist
9340 %doc %{texmfdist}/doc/latex/coolstr
9341 %doc %{texmfdist}/doc/latex/cooltooltips
9342 %doc %{texmfdist}/doc/latex/coordsys
9343 %doc %{texmfdist}/doc/latex/courier-scaled
9344 %doc %{texmfdist}/doc/latex/courseoutline
9345 %doc %{texmfdist}/doc/latex/coursepaper
9346 %doc %{texmfdist}/doc/latex/coverpage
9347 %doc %{texmfdist}/doc/latex/covington
9348 %doc %{texmfdist}/doc/latex/crossreference
9349 %doc %{texmfdist}/doc/latex/crosswrd
9350 %doc %{texmfdist}/doc/latex/cryst
9351 %doc %{texmfdist}/doc/latex/csbulletin
9352 %doc %{texmfdist}/doc/latex/csquotes
9353 %doc %{texmfdist}/doc/latex/csvtools
9354 %doc %{texmfdist}/doc/latex/ctable
9355 %doc %{texmfdist}/doc/latex/ctib
9356 %doc %{texmfdist}/doc/latex/cuisine
9357 %doc %{texmfdist}/doc/latex/cursor
9358 %doc %{texmfdist}/doc/latex/curve
9359 %doc %{texmfdist}/doc/latex/curve2e
9360 %doc %{texmfdist}/doc/latex/cv
9361 %doc %{texmfdist}/doc/latex/cweb-latex
9362 %doc %{texmfdist}/doc/latex/cwpuzzle
9363 %doc %{texmfdist}/doc/latex/dashrule
9364 %doc %{texmfdist}/doc/latex/datatool
9365 %doc %{texmfdist}/doc/latex/dateiliste
9366 %doc %{texmfdist}/doc/latex/datenumber
9367 %doc %{texmfdist}/doc/latex/datetime
9368 %doc %{texmfdist}/doc/latex/dcpic
9369 %doc %{texmfdist}/doc/latex/delimtxt
9370 %doc %{texmfdist}/doc/latex/diagnose
9371 %doc %{texmfdist}/doc/latex/dialogl
9372 %doc %{texmfdist}/doc/latex/dichokey
9373 %doc %{texmfdist}/doc/latex/digiconfigs
9374 %doc %{texmfdist}/doc/latex/din1505
9375 %doc %{texmfdist}/doc/latex/directory
9376 %doc %{texmfdist}/doc/latex/disser
9377 %doc %{texmfdist}/doc/latex/dlfltxb
9378 %doc %{texmfdist}/doc/latex/dnaseq
9379 %doc %{texmfdist}/doc/latex/docmfp
9380 %doc %{texmfdist}/doc/latex/doi
9381 %doc %{texmfdist}/doc/latex/doipubmed
9382 %doc %{texmfdist}/doc/latex/dotarrow
9383 %doc %{texmfdist}/doc/latex/dottex
9384 %doc %{texmfdist}/doc/latex/dpfloat
9385 %doc %{texmfdist}/doc/latex/dprogress
9386 %doc %{texmfdist}/doc/latex/drac
9387 %doc %{texmfdist}/doc/latex/draftwatermark
9388 %doc %{texmfdist}/doc/latex/dramatist
9389 %doc %{texmfdist}/doc/latex/dtk
9390 %doc %{texmfdist}/doc/latex/dtxgallery
9391 %doc %{texmfdist}/doc/latex/duerer-latex
9392 %doc %{texmfdist}/doc/latex/dvdcoll
9393 %doc %{texmfdist}/doc/latex/dyntree
9394 %doc %{texmfdist}/doc/latex/eCards
9395 %doc %{texmfdist}/doc/latex/ean13isbn
9396 %doc %{texmfdist}/doc/latex/easy
9397 %doc %{texmfdist}/doc/latex/ebezier
9398 %doc %{texmfdist}/doc/latex/ebong
9399 %doc %{texmfdist}/doc/latex/ebsthesis
9400 %doc %{texmfdist}/doc/latex/ecclesiastic
9401 %doc %{texmfdist}/doc/latex/ecltree
9402 %doc %{texmfdist}/doc/latex/ecv
9403 %doc %{texmfdist}/doc/latex/ed
9404 %doc %{texmfdist}/doc/latex/edmac
9405 %doc %{texmfdist}/doc/latex/edmargin
9406 %doc %{texmfdist}/doc/latex/ednotes
9407 %doc %{texmfdist}/doc/latex/eemeir
9408 %doc %{texmfdist}/doc/latex/egameps
9409 %doc %{texmfdist}/doc/latex/egplot
9410 %doc %{texmfdist}/doc/latex/ellipsis
9411 %doc %{texmfdist}/doc/latex/elmath
9412 %doc %{texmfdist}/doc/latex/elpres
9413 %doc %{texmfdist}/doc/latex/elsarticle
9414 %doc %{texmfdist}/doc/latex/elsevier
9415 %doc %{texmfdist}/doc/latex/em
9416 %doc %{texmfdist}/doc/latex/emp
9417 %doc %{texmfdist}/doc/latex/emulateapj
9418 %doc %{texmfdist}/doc/latex/endheads
9419 %doc %{texmfdist}/doc/latex/engpron
9420 %doc %{texmfdist}/doc/latex/engrec
9421 %doc %{texmfdist}/doc/latex/environ
9422 %doc %{texmfdist}/doc/latex/envlab
9423 %doc %{texmfdist}/doc/latex/epigraph
9424 %doc %{texmfdist}/doc/latex/epiolmec
9425 %doc %{texmfdist}/doc/latex/epsdice
9426 %doc %{texmfdist}/doc/latex/epspdfconversion
9427 %doc %{texmfdist}/doc/latex/eqlist
9428 %doc %{texmfdist}/doc/latex/eqnarray
9429 %doc %{texmfdist}/doc/latex/eqparbox
9430 %doc %{texmfdist}/doc/latex/errata
9431 %doc %{texmfdist}/doc/latex/esdiff
9432 %doc %{texmfdist}/doc/latex/eskd
9433 %doc %{texmfdist}/doc/latex/eskdx
9434 %doc %{texmfdist}/doc/latex/esvect
9435 %doc %{texmfdist}/doc/latex/etaremune
9436 %doc %{texmfdist}/doc/latex/etex-pkg
9437 %doc %{texmfdist}/doc/latex/ethiop-t1
9438 %doc %{texmfdist}/doc/latex/ethiop
9439 %doc %{texmfdist}/doc/latex/etoolbox
9440 %doc %{texmfdist}/doc/latex/eukdate
9441 %doc %{texmfdist}/doc/latex/euproposal
9442 %doc %{texmfdist}/doc/latex/euro
9443 %doc %{texmfdist}/doc/latex/europecv
9444 %doc %{texmfdist}/doc/latex/eurosans
9445 %doc %{texmfdist}/doc/latex/everypage
9446 %doc %{texmfdist}/doc/latex/examdesign
9447 %doc %{texmfdist}/doc/latex/examplep
9448 %doc %{texmfdist}/doc/latex/exceltex
9449 %doc %{texmfdist}/doc/latex/exercise
9450 %doc %{texmfdist}/doc/latex/expdlist
9451 %doc %{texmfdist}/doc/latex/expl3
9452 %doc %{texmfdist}/doc/latex/export
9453 %doc %{texmfdist}/doc/latex/extarrows
9454 %doc %{texmfdist}/doc/latex/extpfeil
9455 %doc %{texmfdist}/doc/latex/extract
9456 %doc %{texmfdist}/doc/latex/facsimile
9457 %doc %{texmfdist}/doc/latex/faktor
9458 %doc %{texmfdist}/doc/latex/fancynum
9459 %doc %{texmfdist}/doc/latex/fancyref
9460 %doc %{texmfdist}/doc/latex/fancytooltips
9461 %doc %{texmfdist}/doc/latex/fax
9462 %doc %{texmfdist}/doc/latex/feynmf
9463 %doc %{texmfdist}/doc/latex/figbib
9464 %doc %{texmfdist}/doc/latex/figsize
9465 %doc %{texmfdist}/doc/latex/fink
9466 %doc %{texmfdist}/doc/latex/fixfoot
9467 %doc %{texmfdist}/doc/latex/fixme
9468 %doc %{texmfdist}/doc/latex/flabels
9469 %doc %{texmfdist}/doc/latex/flacards
9470 %doc %{texmfdist}/doc/latex/flagderiv
9471 %doc %{texmfdist}/doc/latex/flashcards
9472 %doc %{texmfdist}/doc/latex/flippdf
9473 %doc %{texmfdist}/doc/latex/floatrow
9474 %doc %{texmfdist}/doc/latex/flowfram
9475 %doc %{texmfdist}/doc/latex/fmp
9476 %doc %{texmfdist}/doc/latex/fmtcount
9477 %doc %{texmfdist}/doc/latex/fnbreak
9478 %doc %{texmfdist}/doc/latex/fncychap
9479 %doc %{texmfdist}/doc/latex/foekfont
9480 %doc %{texmfdist}/doc/latex/fonttable
9481 %doc %{texmfdist}/doc/latex/forarray
9482 %doc %{texmfdist}/doc/latex/forloop
9483 %doc %{texmfdist}/doc/latex/formlett
9484 %doc %{texmfdist}/doc/latex/formula
9485 %doc %{texmfdist}/doc/latex/formular
9486 %doc %{texmfdist}/doc/latex/fouridx
9487 %doc %{texmfdist}/doc/latex/frankenstein
9488 %doc %{texmfdist}/doc/latex/frenchle
9489 %doc %{texmfdist}/doc/latex/fribrief
9490 %doc %{texmfdist}/doc/latex/frletter
9491 %doc %{texmfdist}/doc/latex/frontespizio
9492 %doc %{texmfdist}/doc/latex/fullblck
9493 %doc %{texmfdist}/doc/latex/fullpict
9494 %doc %{texmfdist}/doc/latex/functan
9495 %doc %{texmfdist}/doc/latex/fundus
9496 %doc %{texmfdist}/doc/latex/gaceta
9497 %doc %{texmfdist}/doc/latex/galois
9498 %doc %{texmfdist}/doc/latex/gastex
9499 %doc %{texmfdist}/doc/latex/gatech-thesis
9500 %doc %{texmfdist}/doc/latex/gauss
9501 %doc %{texmfdist}/doc/latex/gb4e
9502 %doc %{texmfdist}/doc/latex/gcard
9503 %doc %{texmfdist}/doc/latex/gcite
9504 %doc %{texmfdist}/doc/latex/genmpage
9505 %doc %{texmfdist}/doc/latex/geomsty
9506 %doc %{texmfdist}/doc/latex/ginpenc
9507 %doc %{texmfdist}/doc/latex/gloss
9508 %doc %{texmfdist}/doc/latex/glossaries
9509 %doc %{texmfdist}/doc/latex/gmdoc
9510 %doc %{texmfdist}/doc/latex/gmeometric
9511 %doc %{texmfdist}/doc/latex/gmiflink
9512 %doc %{texmfdist}/doc/latex/gmutils
9513 %doc %{texmfdist}/doc/latex/gmverb
9514 %doc %{texmfdist}/doc/latex/gnuplottex
9515 %doc %{texmfdist}/doc/latex/graphicx-psmin
9516 %doc %{texmfdist}/doc/latex/greek-inputenc
9517 %doc %{texmfdist}/doc/latex/greekdates
9518 %doc %{texmfdist}/doc/latex/greektex
9519 %doc %{texmfdist}/doc/latex/grfpaste
9520 %doc %{texmfdist}/doc/latex/grnumalt
9521 %doc %{texmfdist}/doc/latex/grverb
9522 %doc %{texmfdist}/doc/latex/gu
9523 %doc %{texmfdist}/doc/latex/guitar
9524 %doc %{texmfdist}/doc/latex/guitbeamer
9525 %doc %{texmfdist}/doc/latex/hanging
9526 %doc %{texmfdist}/doc/latex/har2nat
9527 %doc %{texmfdist}/doc/latex/harmony
9528 %doc %{texmfdist}/doc/latex/harpoon
9529 %doc %{texmfdist}/doc/latex/harvard
9530 %doc %{texmfdist}/doc/latex/hc
9531 %doc %{texmfdist}/doc/latex/hep
9532 %doc %{texmfdist}/doc/latex/hepnames
9533 %doc %{texmfdist}/doc/latex/hepparticles
9534 %doc %{texmfdist}/doc/latex/hepthesis
9535 %doc %{texmfdist}/doc/latex/hepunits
9536 %doc %{texmfdist}/doc/latex/hexgame
9537 %doc %{texmfdist}/doc/latex/hhtensor
9538 %doc %{texmfdist}/doc/latex/histogr
9539 %doc %{texmfdist}/doc/latex/hitec
9540 %doc %{texmfdist}/doc/latex/hpsdiss
9541 %doc %{texmfdist}/doc/latex/hrlatex
9542 %doc %{texmfdist}/doc/latex/hvfloat
9543 %doc %{texmfdist}/doc/latex/hypdvips
9544 %doc %{texmfdist}/doc/latex/hyperref-docsrc
9545 %doc %{texmfdist}/doc/latex/hyperxmp
9546 %doc %{texmfdist}/doc/latex/ibycus-babel
9547 %doc %{texmfdist}/doc/latex/icsv
9548 %doc %{texmfdist}/doc/latex/ieeepes
9549 %doc %{texmfdist}/doc/latex/ifmslide
9550 %doc %{texmfdist}/doc/latex/ifplatform
9551 %doc %{texmfdist}/doc/latex/ijmart
9552 %doc %{texmfdist}/doc/latex/imac
9553 %doc %{texmfdist}/doc/latex/image-gallery
9554 %doc %{texmfdist}/doc/latex/imtekda
9555 %doc %{texmfdist}/doc/latex/inlinebib
9556 %doc %{texmfdist}/doc/latex/inlinedef
9557 %doc %{texmfdist}/doc/latex/interactiveworkbook
9558 %doc %{texmfdist}/doc/latex/inversepath
9559 %doc %{texmfdist}/doc/latex/invoice
9560 %doc %{texmfdist}/doc/latex/ipa
9561 %doc %{texmfdist}/doc/latex/iso
9562 %doc %{texmfdist}/doc/latex/iso10303
9563 %doc %{texmfdist}/doc/latex/isodate
9564 %doc %{texmfdist}/doc/latex/isodoc
9565 %doc %{texmfdist}/doc/latex/isorot
9566 %doc %{texmfdist}/doc/latex/itnumpar
9567 %doc %{texmfdist}/doc/latex/jeopardy
9568 %doc %{texmfdist}/doc/latex/jknapltx
9569 %doc %{texmfdist}/doc/latex/jneurosci
9570 %doc %{texmfdist}/doc/latex/jpsj
9571 %doc %{texmfdist}/doc/latex/jura
9572 %doc %{texmfdist}/doc/latex/juraabbrev
9573 %doc %{texmfdist}/doc/latex/juramisc
9574 %doc %{texmfdist}/doc/latex/jurarsp
9575 %doc %{texmfdist}/doc/latex/karnaugh
9576 %doc %{texmfdist}/doc/latex/kerkis
9577 %doc %{texmfdist}/doc/latex/kerntest
9578 %doc %{texmfdist}/doc/latex/kluwer
9579 %doc %{texmfdist}/doc/latex/labelcas
9580 %doc %{texmfdist}/doc/latex/lazylist
9581 %doc %{texmfdist}/doc/latex/lcyw
9582 %doc %{texmfdist}/doc/latex/leading
9583 %doc %{texmfdist}/doc/latex/ledmac
9584 %doc %{texmfdist}/doc/latex/lettre
9585 %doc %{texmfdist}/doc/latex/lexikon
9586 %doc %{texmfdist}/doc/latex/lgreek
9587 %doc %{texmfdist}/doc/latex/lhelp
9588 %doc %{texmfdist}/doc/latex/linguex
9589 %doc %{texmfdist}/doc/latex/lipsum
9590 %doc %{texmfdist}/doc/latex/listbib
9591 %doc %{texmfdist}/doc/latex/listliketab
9592 %doc %{texmfdist}/doc/latex/listofsymbols
9593 %doc %{texmfdist}/doc/latex/lkproof
9594 %doc %{texmfdist}/doc/latex/logic
9595 %doc %{texmfdist}/doc/latex/logpap
9596 %doc %{texmfdist}/doc/latex/lps
9597 %doc %{texmfdist}/doc/latex/lsc
9598 %doc %{texmfdist}/doc/latex/ltxindex
9599 %doc %{texmfdist}/doc/latex/mafr
9600 %doc %{texmfdist}/doc/latex/magyar
9601 %doc %{texmfdist}/doc/latex/mailing
9602 %doc %{texmfdist}/doc/latex/makebarcode
9603 %doc %{texmfdist}/doc/latex/makebox
9604 %doc %{texmfdist}/doc/latex/makecell
9605 %doc %{texmfdist}/doc/latex/makecmds
9606 %doc %{texmfdist}/doc/latex/makedtx
9607 %doc %{texmfdist}/doc/latex/makeglos
9608 %doc %{texmfdist}/doc/latex/makeplot
9609 %doc %{texmfdist}/doc/latex/manuscript
9610 %doc %{texmfdist}/doc/latex/maple
9611 %doc %{texmfdist}/doc/latex/marginnote
9612 %doc %{texmfdist}/doc/latex/mathdesign
9613 %doc %{texmfdist}/doc/latex/mathpazo
9614 %doc %{texmfdist}/doc/latex/maybemath
9615 %doc %{texmfdist}/doc/latex/mcaption
9616 %doc %{texmfdist}/doc/latex/mceinleger
9617 %doc %{texmfdist}/doc/latex/mcite
9618 %doc %{texmfdist}/doc/latex/mciteplus
9619 %doc %{texmfdist}/doc/latex/memexsupp
9620 %doc %{texmfdist}/doc/latex/mentis
9621 %doc %{texmfdist}/doc/latex/metaplot
9622 %doc %{texmfdist}/doc/latex/method
9623 %doc %{texmfdist}/doc/latex/metre
9624 %doc %{texmfdist}/doc/latex/mff
9625 %doc %{texmfdist}/doc/latex/mfpic4ode
9626 %doc %{texmfdist}/doc/latex/mftinc
9627 %doc %{texmfdist}/doc/latex/mhchem
9628 %doc %{texmfdist}/doc/latex/mhequ
9629 %doc %{texmfdist}/doc/latex/miller
9630 %doc %{texmfdist}/doc/latex/minipage-marginpar
9631 %doc %{texmfdist}/doc/latex/miniplot
9632 %doc %{texmfdist}/doc/latex/minutes
9633 %doc %{texmfdist}/doc/latex/mla-paper
9634 %doc %{texmfdist}/doc/latex/mlist
9635 %doc %{texmfdist}/doc/latex/mmap
9636 %doc %{texmfdist}/doc/latex/mnsymbol
9637 %doc %{texmfdist}/doc/latex/moderncv
9638 %doc %{texmfdist}/doc/latex/modroman
9639 %doc %{texmfdist}/doc/latex/mongolian-babel
9640 %doc %{texmfdist}/doc/latex/montex
9641 %doc %{texmfdist}/doc/latex/moresize
9642 %doc %{texmfdist}/doc/latex/movie15
9643 %doc %{texmfdist}/doc/latex/msc
9644 %doc %{texmfdist}/doc/latex/msg
9645 %doc %{texmfdist}/doc/latex/mslapa
9646 %doc %{texmfdist}/doc/latex/mtgreek
9647 %doc %{texmfdist}/doc/latex/multibbl
9648 %doc %{texmfdist}/doc/latex/multicap
9649 %doc %{texmfdist}/doc/latex/multirow
9650 %doc %{texmfdist}/doc/latex/munich
9651 %doc %{texmfdist}/doc/latex/musixlyr
9652 %doc %{texmfdist}/doc/latex/muthesis
9653 %doc %{texmfdist}/doc/latex/mxd
9654 %doc %{texmfdist}/doc/latex/mxedruli
9655 %doc %{texmfdist}/doc/latex/nag
9656 %doc %{texmfdist}/doc/latex/namespc
9657 %doc %{texmfdist}/doc/latex/nath
9658 %doc %{texmfdist}/doc/latex/nature
9659 %doc %{texmfdist}/doc/latex/ncclatex
9660 %doc %{texmfdist}/doc/latex/ncctools
9661 %doc %{texmfdist}/doc/latex/nddiss
9662 %doc %{texmfdist}/doc/latex/newalg
9663 %doc %{texmfdist}/doc/latex/newfile
9664 %doc %{texmfdist}/doc/latex/newlfm
9665 %doc %{texmfdist}/doc/latex/newspaper
9666 %doc %{texmfdist}/doc/latex/newvbtm
9667 %doc %{texmfdist}/doc/latex/niceframe
9668 %doc %{texmfdist}/doc/latex/nih
9669 %doc %{texmfdist}/doc/latex/noitcrul
9670 %doc %{texmfdist}/doc/latex/nomentbl
9671 %doc %{texmfdist}/doc/latex/nonfloat
9672 %doc %{texmfdist}/doc/latex/nostarch
9673 %doc %{texmfdist}/doc/latex/notes
9674 %doc %{texmfdist}/doc/latex/notes2bib
9675 %doc %{texmfdist}/doc/latex/nrc
9676 %doc %{texmfdist}/doc/latex/ntabbing
9677 %doc %{texmfdist}/doc/latex/numname
9678 %doc %{texmfdist}/doc/latex/numprint
9679 %doc %{texmfdist}/doc/latex/objectz
9680 %doc %{texmfdist}/doc/latex/ocr-latex
9681 %doc %{texmfdist}/doc/latex/octavo
9682 %doc %{texmfdist}/doc/latex/ogham
9683 %doc %{texmfdist}/doc/latex/ogonek
9684 %doc %{texmfdist}/doc/latex/opcit
9685 %doc %{texmfdist}/doc/latex/ordinalpt
9686 %doc %{texmfdist}/doc/latex/othello
9687 %doc %{texmfdist}/doc/latex/otibet
9688 %doc %{texmfdist}/doc/latex/outline
9689 %doc %{texmfdist}/doc/latex/outliner
9690 %doc %{texmfdist}/doc/latex/pagenote
9691 %doc %{texmfdist}/doc/latex/paper
9692 %doc %{texmfdist}/doc/latex/papercdcase
9693 %doc %{texmfdist}/doc/latex/papertex
9694 %doc %{texmfdist}/doc/latex/parallel
9695 %doc %{texmfdist}/doc/latex/paresse
9696 %doc %{texmfdist}/doc/latex/parrun
9697 %doc %{texmfdist}/doc/latex/pauldoc
9698 %doc %{texmfdist}/doc/latex/pbox
9699 %doc %{texmfdist}/doc/latex/pbsheet
9700 %doc %{texmfdist}/doc/latex/pdfcprot
9701 %doc %{texmfdist}/doc/latex/pdfscreen
9702 %doc %{texmfdist}/doc/latex/pdfsync
9703 %doc %{texmfdist}/doc/latex/pdftricks
9704 %doc %{texmfdist}/doc/latex/pdfwin
9705 %doc %{texmfdist}/doc/latex/pecha
9706 %doc %{texmfdist}/doc/latex/perception
9707 %doc %{texmfdist}/doc/latex/perltex
9708 %doc %{texmfdist}/doc/latex/permute
9709 %doc %{texmfdist}/doc/latex/petiteannonce
9710 %doc %{texmfdist}/doc/latex/petri-nets
9711 %doc %{texmfdist}/doc/latex/pgf-soroban
9712 %doc %{texmfdist}/doc/latex/pgfopts
9713 %doc %{texmfdist}/doc/latex/pgfplots
9714 %doc %{texmfdist}/doc/latex/philex
9715 %doc %{texmfdist}/doc/latex/philosophersimprint
9716 %doc %{texmfdist}/doc/latex/photo
9717 %doc %{texmfdist}/doc/latex/pinlabel
9718 %doc %{texmfdist}/doc/latex/pittetd
9719 %doc %{texmfdist}/doc/latex/plari
9720 %doc %{texmfdist}/doc/latex/plates
9721 %doc %{texmfdist}/doc/latex/play
9722 %doc %{texmfdist}/doc/latex/plweb
9723 %doc %{texmfdist}/doc/latex/pmgraph
9724 %doc %{texmfdist}/doc/latex/poemscol
9725 %doc %{texmfdist}/doc/latex/polski
9726 %doc %{texmfdist}/doc/latex/polyglot
9727 %doc %{texmfdist}/doc/latex/polytable
9728 %doc %{texmfdist}/doc/latex/postcards
9729 %doc %{texmfdist}/doc/latex/powerdot
9730 %doc %{texmfdist}/doc/latex/ppower4
9731 %doc %{texmfdist}/doc/latex/ppr-prv
9732 %doc %{texmfdist}/doc/latex/pracjourn
9733 %doc %{texmfdist}/doc/latex/prettyref
9734 %doc %{texmfdist}/doc/latex/proba
9735 %doc %{texmfdist}/doc/latex/probsoln
9736 %doc %{texmfdist}/doc/latex/procIAGssymp
9737 %doc %{texmfdist}/doc/latex/progkeys
9738 %doc %{texmfdist}/doc/latex/progress
9739 %doc %{texmfdist}/doc/latex/protex
9740 %doc %{texmfdist}/doc/latex/protocol
9741 %doc %{texmfdist}/doc/latex/psfragx
9742 %doc %{texmfdist}/doc/latex/psgo
9743 %doc %{texmfdist}/doc/latex/pspicture
9744 %doc %{texmfdist}/doc/latex/pst2pdf
9745 %doc %{texmfdist}/doc/latex/ptptex
9746 %doc %{texmfdist}/doc/latex/qcm
9747 %doc %{texmfdist}/doc/latex/qobitree
9748 %doc %{texmfdist}/doc/latex/qstest
9749 %doc %{texmfdist}/doc/latex/qsymbols
9750 %doc %{texmfdist}/doc/latex/qtree
9751 %doc %{texmfdist}/doc/latex/quotchap
9752 %doc %{texmfdist}/doc/latex/quotmark
9753 %doc %{texmfdist}/doc/latex/r_und_s
9754 %doc %{texmfdist}/doc/latex/randbild
9755 %doc %{texmfdist}/doc/latex/randtext
9756 %doc %{texmfdist}/doc/latex/rccol
9757 %doc %{texmfdist}/doc/latex/rcs
9758 %doc %{texmfdist}/doc/latex/rcsinfo
9759 %doc %{texmfdist}/doc/latex/recipecard
9760 %doc %{texmfdist}/doc/latex/rectopma
9761 %doc %{texmfdist}/doc/latex/refcheck
9762 %doc %{texmfdist}/doc/latex/refman
9763 %doc %{texmfdist}/doc/latex/refstyle
9764 %doc %{texmfdist}/doc/latex/regcount
9765 %doc %{texmfdist}/doc/latex/register
9766 %doc %{texmfdist}/doc/latex/relenc
9767 %doc %{texmfdist}/doc/latex/repeatindex
9768 %doc %{texmfdist}/doc/latex/rlepsf
9769 %doc %{texmfdist}/doc/latex/rmpage
9770 %doc %{texmfdist}/doc/latex/robustcommand
9771 %doc %{texmfdist}/doc/latex/robustindex
9772 %doc %{texmfdist}/doc/latex/romannum
9773 %doc %{texmfdist}/doc/latex/rotpages
9774 %doc %{texmfdist}/doc/latex/rsc
9775 %doc %{texmfdist}/doc/latex/rst
9776 %doc %{texmfdist}/doc/latex/rtkinenc
9777 %doc %{texmfdist}/doc/latex/rtklage
9778 %doc %{texmfdist}/doc/latex/sagetex
9779 %doc %{texmfdist}/doc/latex/sanskrit
9780 %doc %{texmfdist}/doc/latex/sauerj
9781 %doc %{texmfdist}/doc/latex/sauterfonts
9782 %doc %{texmfdist}/doc/latex/savefnmark
9783 %doc %{texmfdist}/doc/latex/savetrees
9784 %doc %{texmfdist}/doc/latex/scalebar
9785 %doc %{texmfdist}/doc/latex/schedule
9786 %doc %{texmfdist}/doc/latex/scientificpaper
9787 %doc %{texmfdist}/doc/latex/sciposter
9788 %doc %{texmfdist}/doc/latex/sciwordconv
9789 %doc %{texmfdist}/doc/latex/screenplay
9790 %doc %{texmfdist}/doc/latex/script
9791 %doc %{texmfdist}/doc/latex/sdrt
9792 %doc %{texmfdist}/doc/latex/sectionbox
9793 %doc %{texmfdist}/doc/latex/semantic
9794 %doc %{texmfdist}/doc/latex/semioneside
9795 %doc %{texmfdist}/doc/latex/seqsplit
9796 %doc %{texmfdist}/doc/latex/sf298
9797 %doc %{texmfdist}/doc/latex/sffms
9798 %doc %{texmfdist}/doc/latex/sfg
9799 %doc %{texmfdist}/doc/latex/sgame
9800 %doc %{texmfdist}/doc/latex/shadethm
9801 %doc %{texmfdist}/doc/latex/shipunov
9802 %doc %{texmfdist}/doc/latex/shorttoc
9803 %doc %{texmfdist}/doc/latex/show2e
9804 %doc %{texmfdist}/doc/latex/showexpl
9805 %doc %{texmfdist}/doc/latex/sides
9806 %doc %{texmfdist}/doc/latex/siggraph
9807 %doc %{texmfdist}/doc/latex/simplecv
9808 %doc %{texmfdist}/doc/latex/simplewick
9809 %doc %{texmfdist}/doc/latex/skak
9810 %doc %{texmfdist}/doc/latex/slantsc
9811 %doc %{texmfdist}/doc/latex/smalltableof
9812 %doc %{texmfdist}/doc/latex/smartref
9813 %doc %{texmfdist}/doc/latex/smflatex
9814 %doc %{texmfdist}/doc/latex/snapshot
9815 %doc %{texmfdist}/doc/latex/songbook
9816 %doc %{texmfdist}/doc/latex/sort-by-letters
9817 %doc %{texmfdist}/doc/latex/soyombo
9818 %doc %{texmfdist}/doc/latex/sparklines
9819 %doc %{texmfdist}/doc/latex/spie
9820 %doc %{texmfdist}/doc/latex/splitbib
9821 %doc %{texmfdist}/doc/latex/splitindex
9822 %doc %{texmfdist}/doc/latex/spotcolor
9823 %doc %{texmfdist}/doc/latex/sprite
9824 %doc %{texmfdist}/doc/latex/srcltx
9825 %doc %{texmfdist}/doc/latex/sseq
9826 %doc %{texmfdist}/doc/latex/ssqquote
9827 %doc %{texmfdist}/doc/latex/stage
9828 %doc %{texmfdist}/doc/latex/statistik
9829 %doc %{texmfdist}/doc/latex/stdpage
9830 %doc %{texmfdist}/doc/latex/stellenbosch
9831 %doc %{texmfdist}/doc/latex/stex
9832 %doc %{texmfdist}/doc/latex/stringstrings
9833 %doc %{texmfdist}/doc/latex/struktex
9834 %doc %{texmfdist}/doc/latex/sttools
9835 %doc %{texmfdist}/doc/latex/stubs
9836 %doc %{texmfdist}/doc/latex/subdepth
9837 %doc %{texmfdist}/doc/latex/subeqn
9838 %doc %{texmfdist}/doc/latex/subeqnarray
9839 %doc %{texmfdist}/doc/latex/subfloat
9840 %doc %{texmfdist}/doc/latex/substr
9841 %doc %{texmfdist}/doc/latex/sudoku
9842 %doc %{texmfdist}/doc/latex/sudokubundle
9843 %doc %{texmfdist}/doc/latex/sugconf
9844 %doc %{texmfdist}/doc/latex/supertabular
9845 %doc %{texmfdist}/doc/latex/susy
9846 %doc %{texmfdist}/doc/latex/svgcolor
9847 %doc %{texmfdist}/doc/latex/svn-multi
9848 %doc %{texmfdist}/doc/latex/svn
9849 %doc %{texmfdist}/doc/latex/svninfo
9850 %doc %{texmfdist}/doc/latex/swebib
9851 %doc %{texmfdist}/doc/latex/swimgraf
9852 %doc %{texmfdist}/doc/latex/synproof
9853 %doc %{texmfdist}/doc/latex/syntax
9854 %doc %{texmfdist}/doc/latex/syntrace
9855 %doc %{texmfdist}/doc/latex/synttree
9856 %doc %{texmfdist}/doc/latex/t-angles
9857 %doc %{texmfdist}/doc/latex/tableaux
9858 %doc %{texmfdist}/doc/latex/tablists
9859 %doc %{texmfdist}/doc/latex/tablor
9860 %doc %{texmfdist}/doc/latex/tabto-ltx
9861 %doc %{texmfdist}/doc/latex/tabulary
9862 %doc %{texmfdist}/doc/latex/tabvar
9863 %doc %{texmfdist}/doc/latex/talk
9864 %doc %{texmfdist}/doc/latex/tapir
9865 %doc %{texmfdist}/doc/latex/tcldoc
9866 %doc %{texmfdist}/doc/latex/tdsfrmath
9867 %doc %{texmfdist}/doc/latex/technics
9868 %doc %{texmfdist}/doc/latex/ted
9869 %doc %{texmfdist}/doc/latex/tengwarscript
9870 %doc %{texmfdist}/doc/latex/tensor
9871 %doc %{texmfdist}/doc/latex/teubner
9872 %doc %{texmfdist}/doc/latex/texmate
9873 %doc %{texmfdist}/doc/latex/texpower
9874 %doc %{texmfdist}/doc/latex/texshade
9875 %doc %{texmfdist}/doc/latex/textcase
9876 %doc %{texmfdist}/doc/latex/textopo
9877 %doc %{texmfdist}/doc/latex/theoremref
9878 %doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
9879 %doc %{texmfdist}/doc/latex/thinsp
9880 %doc %{texmfdist}/doc/latex/thmtools
9881 %doc %{texmfdist}/doc/latex/thumb
9882 %doc %{texmfdist}/doc/latex/thuthesis
9883 %doc %{texmfdist}/doc/latex/ticket
9884 %doc %{texmfdist}/doc/latex/tikz-inet
9885 %doc %{texmfdist}/doc/latex/timesht
9886 %doc %{texmfdist}/doc/latex/titling
9887 %doc %{texmfdist}/doc/latex/tocvsec2
9888 %doc %{texmfdist}/doc/latex/todo
9889 %doc %{texmfdist}/doc/latex/tokenizer
9890 %doc %{texmfdist}/doc/latex/toolbox
9891 %doc %{texmfdist}/doc/latex/topfloat
9892 %doc %{texmfdist}/doc/latex/toptesi
9893 %doc %{texmfdist}/doc/latex/tpslifonts
9894 %doc %{texmfdist}/doc/latex/trajan
9895 %doc %{texmfdist}/doc/latex/translator
9896 %doc %{texmfdist}/doc/latex/tree-dvips
9897 %doc %{texmfdist}/doc/latex/trfsigns
9898 %doc %{texmfdist}/doc/latex/trivfloat
9899 %doc %{texmfdist}/doc/latex/trsym
9900 %doc %{texmfdist}/doc/latex/tufte-latex
9901 %doc %{texmfdist}/doc/latex/tugboat
9902 %doc %{texmfdist}/doc/latex/turnstile
9903 %doc %{texmfdist}/doc/latex/twoup
9904 %doc %{texmfdist}/doc/latex/typedref
9905 %doc %{texmfdist}/doc/latex/typogrid
9906 %doc %{texmfdist}/doc/latex/uaclasses
9907 %doc %{texmfdist}/doc/latex/ucthesis
9908 %doc %{texmfdist}/doc/latex/uebungsblatt
9909 %doc %{texmfdist}/doc/latex/uiucthesis
9910 %doc %{texmfdist}/doc/latex/ulsy
9911 %doc %{texmfdist}/doc/latex/umich-thesis
9912 %doc %{texmfdist}/doc/latex/uml
9913 %doc %{texmfdist}/doc/latex/umlaute
9914 %doc %{texmfdist}/doc/latex/umoline
9915 %doc %{texmfdist}/doc/latex/umthesis
9916 %doc %{texmfdist}/doc/latex/underlin
9917 %doc %{texmfdist}/doc/latex/undertilde
9918 %doc %{texmfdist}/doc/latex/unitsdef
9919 %doc %{texmfdist}/doc/latex/unroman
9920 %doc %{texmfdist}/doc/latex/upmethodology
9921 %doc %{texmfdist}/doc/latex/urlbst
9922 %doc %{texmfdist}/doc/latex/ushort
9923 %doc %{texmfdist}/doc/latex/uwthesis
9924 %doc %{texmfdist}/doc/latex/varindex
9925 %doc %{texmfdist}/doc/latex/varsfromjobname
9926 %doc %{texmfdist}/doc/latex/vector
9927 %doc %{texmfdist}/doc/latex/verse
9928 %doc %{texmfdist}/doc/latex/vhistory
9929 %doc %{texmfdist}/doc/latex/vita
9930 %doc %{texmfdist}/doc/latex/volumes
9931 %doc %{texmfdist}/doc/latex/vpe
9932 %doc %{texmfdist}/doc/latex/vrsion
9933 %doc %{texmfdist}/doc/latex/vwcol
9934 %doc %{texmfdist}/doc/latex/vxu
9935 %doc %{texmfdist}/doc/latex/wadalab
9936 %doc %{texmfdist}/doc/latex/wallpaper
9937 %doc %{texmfdist}/doc/latex/warpcol
9938 %doc %{texmfdist}/doc/latex/wnri
9939 %doc %{texmfdist}/doc/latex/wordlike
9940 %doc %{texmfdist}/doc/latex/xargs
9941 %doc %{texmfdist}/doc/latex/xdoc
9942 %doc %{texmfdist}/doc/latex/xfor
9943 %doc %{texmfdist}/doc/latex/xifthen
9944 %doc %{texmfdist}/doc/latex/xmpincl
9945 %doc %{texmfdist}/doc/latex/xnewcommand
9946 %doc %{texmfdist}/doc/latex/xoptarg
9947 %doc %{texmfdist}/doc/latex/xpackages
9948 %doc %{texmfdist}/doc/latex/xskak
9949 %doc %{texmfdist}/doc/latex/xstring
9950 %doc %{texmfdist}/doc/latex/xtcapts
9951 %doc %{texmfdist}/doc/latex/xyling
9952 %doc %{texmfdist}/doc/latex/xytree
9953 %doc %{texmfdist}/doc/latex/yafoot
9954 %doc %{texmfdist}/doc/latex/yhmath
9955 %doc %{texmfdist}/doc/latex/york-thesis
9956 %doc %{texmfdist}/doc/latex/yplan
9957 %doc %{texmfdist}/doc/latex/zed-csp
9958 %doc %{texmfdist}/doc/latex/zefonts
9959 %doc %{texmfdist}/doc/latex/ziffer
9960 %doc %{texmfdist}/doc/latex/zwgetfdate
9961 %doc %{texmfdist}/source/latex/hyperref/doc
9962 %doc %{texmfdist}/source/latex/koma-script/doc
9963
9964 %files latex-other
9965 %defattr(644,root,root,755)
9966 %{texmfdist}/metapost/latexmp
9967 %{texmfdist}/metapost/makecirc
9968 %dir %{texmfdist}/source/alatex
9969 %{texmfdist}/source/alatex/base
9970 %dir %{texmfdist}/source/cslatex
9971 %{texmfdist}/source/cslatex/base
9972 %{texmfdist}/source/generic/xypic
9973 %{texmfdist}/source/latex/ESIEEcv
9974 %{texmfdist}/source/latex/GuIT
9975 %{texmfdist}/source/latex/HA-prosper
9976 %{texmfdist}/source/latex/IEEEconf
9977 %{texmfdist}/source/latex/aastex
9978 %{texmfdist}/source/latex/abc
9979 %{texmfdist}/source/latex/abstract
9980 %{texmfdist}/source/latex/achemso
9981 %{texmfdist}/source/latex/acmconf
9982 %{texmfdist}/source/latex/acronym
9983 %{texmfdist}/source/latex/active-conf
9984 %{texmfdist}/source/latex/addlines
9985 %{texmfdist}/source/latex/adrlist
9986 %{texmfdist}/source/latex/aiaa
9987 %{texmfdist}/source/latex/alg
9988 %{texmfdist}/source/latex/alnumsec
9989 %{texmfdist}/source/latex/altfont
9990 %{texmfdist}/source/latex/amsaddr
9991 %{texmfdist}/source/latex/amscls
9992 %{texmfdist}/source/latex/amsfonts
9993 %{texmfdist}/source/latex/amsmath
9994 %{texmfdist}/source/latex/amsrefs
9995 %{texmfdist}/source/latex/answers
9996 %{texmfdist}/source/latex/apacite
9997 %{texmfdist}/source/latex/appendix
9998 %{texmfdist}/source/latex/arcs
9999 %{texmfdist}/source/latex/arydshln
10000 %{texmfdist}/source/latex/asaetr
10001 %{texmfdist}/source/latex/ascii
10002 %{texmfdist}/source/latex/attachfile
10003 %{texmfdist}/source/latex/augie
10004 %{texmfdist}/source/latex/babelbib
10005 %{texmfdist}/source/latex/backgammon
10006 %{texmfdist}/source/latex/barcodes
10007 %{texmfdist}/source/latex/base
10008 %{texmfdist}/source/latex/bayer
10009 %{texmfdist}/source/latex/bbding
10010 %{texmfdist}/source/latex/bbm-macros
10011 %{texmfdist}/source/latex/belleek
10012 %{texmfdist}/source/latex/bengali
10013 %{texmfdist}/source/latex/beton
10014 %{texmfdist}/source/latex/bez123
10015 %{texmfdist}/source/latex/bibarts
10016 %{texmfdist}/source/latex/bibleref
10017 %{texmfdist}/source/latex/biblist
10018 %{texmfdist}/source/latex/bibtopic
10019 %{texmfdist}/source/latex/bibtopicprefix
10020 %{texmfdist}/source/latex/bigfoot
10021 %{texmfdist}/source/latex/binomexp
10022 %{texmfdist}/source/latex/biocon
10023 %{texmfdist}/source/latex/bizcard
10024 %{texmfdist}/source/latex/blindtext
10025 %{texmfdist}/source/latex/blowup
10026 %{texmfdist}/source/latex/boites
10027 %{texmfdist}/source/latex/bookhands
10028 %{texmfdist}/source/latex/booklet
10029 %{texmfdist}/source/latex/booktabs
10030 %{texmfdist}/source/latex/bophook
10031 %{texmfdist}/source/latex/boxhandler
10032 %{texmfdist}/source/latex/bpchem
10033 %{texmfdist}/source/latex/braille
10034 %{texmfdist}/source/latex/breakurl
10035 %{texmfdist}/source/latex/brushscr
10036 %{texmfdist}/source/latex/bullcntr
10037 %{texmfdist}/source/latex/burmese
10038 %{texmfdist}/source/latex/bytefield
10039 %{texmfdist}/source/latex/captcont
10040 %{texmfdist}/source/latex/caption
10041 %{texmfdist}/source/latex/carlisle
10042 %{texmfdist}/source/latex/catechis
10043 %{texmfdist}/source/latex/ccaption
10044 %{texmfdist}/source/latex/ccfonts
10045 %{texmfdist}/source/latex/cclicenses
10046 %{texmfdist}/source/latex/cd-cover
10047 %{texmfdist}/source/latex/cd
10048 %{texmfdist}/source/latex/cdpbundl
10049 %{texmfdist}/source/latex/changebar
10050 %{texmfdist}/source/latex/changes
10051 %{texmfdist}/source/latex/chappg
10052 %{texmfdist}/source/latex/chapterfolder
10053 %{texmfdist}/source/latex/chemcompounds
10054 %{texmfdist}/source/latex/chemstyle
10055 %{texmfdist}/source/latex/chessboard
10056 %{texmfdist}/source/latex/chessfss
10057 %{texmfdist}/source/latex/chletter
10058 %{texmfdist}/source/latex/circ
10059 %{texmfdist}/source/latex/cjk/utils
10060 %{texmfdist}/source/latex/cjw
10061 %{texmfdist}/source/latex/clefval
10062 %{texmfdist}/source/latex/cleveref
10063 %{texmfdist}/source/latex/cmcyralt
10064 %{texmfdist}/source/latex/cmdtrack
10065 %{texmfdist}/source/latex/cmll
10066 %{texmfdist}/source/latex/cmsd
10067 %{texmfdist}/source/latex/codepage
10068 %{texmfdist}/source/latex/colortbl
10069 %{texmfdist}/source/latex/colorwav
10070 %{texmfdist}/source/latex/combine
10071 %{texmfdist}/source/latex/comment
10072 %{texmfdist}/source/latex/computational-complexity
10073 %{texmfdist}/source/latex/confproc
10074 %{texmfdist}/source/latex/constants
10075 %{texmfdist}/source/latex/contour
10076 %{texmfdist}/source/latex/cooking
10077 %{texmfdist}/source/latex/cool
10078 %{texmfdist}/source/latex/coollist
10079 %{texmfdist}/source/latex/coolstr
10080 %{texmfdist}/source/latex/cooltooltips
10081 %{texmfdist}/source/latex/coordsys
10082 %{texmfdist}/source/latex/coverpage
10083 %{texmfdist}/source/latex/crop
10084 %{texmfdist}/source/latex/crossreference
10085 %{texmfdist}/source/latex/crosswrd
10086 %{texmfdist}/source/latex/csvtools
10087 %{texmfdist}/source/latex/ctable
10088 %{texmfdist}/source/latex/ctib
10089 %{texmfdist}/source/latex/cuisine
10090 %{texmfdist}/source/latex/currvita
10091 %{texmfdist}/source/latex/curve
10092 %{texmfdist}/source/latex/curve2e
10093 %{texmfdist}/source/latex/curves
10094 %{texmfdist}/source/latex/cweb-latex
10095 %{texmfdist}/source/latex/cwpuzzle
10096 %{texmfdist}/source/latex/dashbox
10097 %{texmfdist}/source/latex/dashrule
10098 %{texmfdist}/source/latex/datatool
10099 %{texmfdist}/source/latex/dateiliste
10100 %{texmfdist}/source/latex/datenumber
10101 %{texmfdist}/source/latex/datetime
10102 %{texmfdist}/source/latex/decimal
10103 %{texmfdist}/source/latex/delimtxt
10104 %{texmfdist}/source/latex/diagnose
10105 %{texmfdist}/source/latex/dialogl
10106 %{texmfdist}/source/latex/dinbrief
10107 %{texmfdist}/source/latex/disser
10108 %{texmfdist}/source/latex/dnaseq
10109 %{texmfdist}/source/latex/docmfp
10110 %{texmfdist}/source/latex/doipubmed
10111 %{texmfdist}/source/latex/dotarrow
10112 %{texmfdist}/source/latex/dotseqn
10113 %{texmfdist}/source/latex/dottex
10114 %{texmfdist}/source/latex/dprogress
10115 %{texmfdist}/source/latex/drac
10116 %{texmfdist}/source/latex/draftcopy
10117 %{texmfdist}/source/latex/draftwatermark
10118 %{texmfdist}/source/latex/dramatist
10119 %{texmfdist}/source/latex/dtk
10120 %{texmfdist}/source/latex/dtxgallery
10121 %{texmfdist}/source/latex/dyntree
10122 %{texmfdist}/source/latex/eCards
10123 %{texmfdist}/source/latex/ebezier
10124 %{texmfdist}/source/latex/ebsthesis
10125 %{texmfdist}/source/latex/ecclesiastic
10126 %{texmfdist}/source/latex/ecv
10127 %{texmfdist}/source/latex/ed
10128 %{texmfdist}/source/latex/edmac
10129 %{texmfdist}/source/latex/edmargin
10130 %{texmfdist}/source/latex/eemeir
10131 %{texmfdist}/source/latex/egplot
10132 %{texmfdist}/source/latex/eiad
10133 %{texmfdist}/source/latex/ellipsis
10134 %{texmfdist}/source/latex/elmath
10135 %{texmfdist}/source/latex/elsarticle
10136 %{texmfdist}/source/latex/em
10137 %{texmfdist}/source/latex/emp
10138 %{texmfdist}/source/latex/endfloat
10139 %{texmfdist}/source/latex/endheads
10140 %{texmfdist}/source/latex/engpron
10141 %{texmfdist}/source/latex/engrec
10142 %{texmfdist}/source/latex/environ
10143 %{texmfdist}/source/latex/envlab
10144 %{texmfdist}/source/latex/epigraph
10145 %{texmfdist}/source/latex/epiolmec
10146 %{texmfdist}/source/latex/epsdice
10147 %{texmfdist}/source/latex/eqlist
10148 %{texmfdist}/source/latex/eqnarray
10149 %{texmfdist}/source/latex/eqparbox
10150 %{texmfdist}/source/latex/errata
10151 %{texmfdist}/source/latex/esdiff
10152 %{texmfdist}/source/latex/eskd
10153 %{texmfdist}/source/latex/eso-pic
10154 %{texmfdist}/source/latex/esvect
10155 %{texmfdist}/source/latex/etaremune
10156 %{texmfdist}/source/latex/ethiop
10157 %{texmfdist}/source/latex/eukdate
10158 %{texmfdist}/source/latex/euler
10159 %{texmfdist}/source/latex/euproposal
10160 %{texmfdist}/source/latex/euro
10161 %{texmfdist}/source/latex/everypage
10162 %{texmfdist}/source/latex/examdesign
10163 %{texmfdist}/source/latex/exercise
10164 %{texmfdist}/source/latex/expdlist
10165 %{texmfdist}/source/latex/expl3
10166 %{texmfdist}/source/latex/export
10167 %{texmfdist}/source/latex/extpfeil
10168 %{texmfdist}/source/latex/extract
10169 %{texmfdist}/source/latex/facsimile
10170 %{texmfdist}/source/latex/faktor
10171 %{texmfdist}/source/latex/fancynum
10172 %{texmfdist}/source/latex/fancyref
10173 %{texmfdist}/source/latex/fancytooltips
10174 %{texmfdist}/source/latex/fancyvrb
10175 %{texmfdist}/source/latex/feynmf
10176 %{texmfdist}/source/latex/figsize
10177 %{texmfdist}/source/latex/filecontents
10178 %{texmfdist}/source/latex/fink
10179 %{texmfdist}/source/latex/fixme
10180 %{texmfdist}/source/latex/flabels
10181 %{texmfdist}/source/latex/flagderiv
10182 %{texmfdist}/source/latex/flashcards
10183 %{texmfdist}/source/latex/flippdf
10184 %{texmfdist}/source/latex/float
10185 %{texmfdist}/source/latex/floatrow
10186 %{texmfdist}/source/latex/flowfram
10187 %{texmfdist}/source/latex/fmp
10188 %{texmfdist}/source/latex/fmtcount
10189 %{texmfdist}/source/latex/fnbreak
10190 %{texmfdist}/source/latex/foilhtml
10191 %{texmfdist}/source/latex/fonttable
10192 %{texmfdist}/source/latex/footmisc
10193 %{texmfdist}/source/latex/footnpag
10194 %{texmfdist}/source/latex/forarray
10195 %{texmfdist}/source/latex/forloop
10196 %{texmfdist}/source/latex/formula
10197 %{texmfdist}/source/latex/fouridx
10198 %{texmfdist}/source/latex/frankenstein
10199 %{texmfdist}/source/latex/frontespizio
10200 %{texmfdist}/source/latex/fullblck
10201 %{texmfdist}/source/latex/functan
10202 %{texmfdist}/source/latex/fundus
10203 %{texmfdist}/source/latex/g-brief
10204 %{texmfdist}/source/latex/galois
10205 %{texmfdist}/source/latex/gcite
10206 %{texmfdist}/source/latex/genmpage
10207 %{texmfdist}/source/latex/geometry
10208 %{texmfdist}/source/latex/geomsty
10209 %{texmfdist}/source/latex/ginpenc
10210 %{texmfdist}/source/latex/glossaries
10211 %{texmfdist}/source/latex/gnuplottex
10212 %{texmfdist}/source/latex/go
10213 %{texmfdist}/source/latex/graphics
10214 %{texmfdist}/source/latex/graphicx-psmin
10215 %{texmfdist}/source/latex/greekdates
10216 %{texmfdist}/source/latex/grnumalt
10217 %{texmfdist}/source/latex/grverb
10218 %{texmfdist}/source/latex/guitar
10219 %{texmfdist}/source/latex/hanging
10220 %{texmfdist}/source/latex/harvard
10221 %{texmfdist}/source/latex/hc
10222 %{texmfdist}/source/latex/hepthesis
10223 %{texmfdist}/source/latex/hhtensor
10224 %{texmfdist}/source/latex/hilowres
10225 %{texmfdist}/source/latex/histogr
10226 %{texmfdist}/source/latex/hpsdiss
10227 %{texmfdist}/source/latex/hrlatex
10228 %{texmfdist}/source/latex/hyper
10229 %{texmfdist}/source/latex/hyperref
10230 %{texmfdist}/source/latex/hyperxmp
10231 %{texmfdist}/source/latex/hyphenat
10232 %{texmfdist}/source/latex/ibycus-babel
10233 %{texmfdist}/source/latex/icsv
10234 %{texmfdist}/source/latex/ifmslide
10235 %{texmfdist}/source/latex/ifplatform
10236 %{texmfdist}/source/latex/ijmart
10237 %{texmfdist}/source/latex/imtekda
10238 %{texmfdist}/source/latex/index
10239 %{texmfdist}/source/latex/inlinedef
10240 %{texmfdist}/source/latex/inversepath
10241 %{texmfdist}/source/latex/iso
10242 %{texmfdist}/source/latex/iso10303
10243 %{texmfdist}/source/latex/isodate
10244 %{texmfdist}/source/latex/isodoc
10245 %{texmfdist}/source/latex/isorot
10246 %{texmfdist}/source/latex/isotope
10247 %{texmfdist}/source/latex/itnumpar
10248 %{texmfdist}/source/latex/jeopardy
10249 %{texmfdist}/source/latex/jura
10250 %{texmfdist}/source/latex/juraabbrev
10251 %{texmfdist}/source/latex/jurarsp
10252 %{texmfdist}/source/latex/kdgreek
10253 %{texmfdist}/source/latex/kerntest
10254 %{texmfdist}/source/latex/kluwer
10255 %{texmfdist}/source/latex/koma-script
10256 %{texmfdist}/source/latex/labelcas
10257 %{texmfdist}/source/latex/labels
10258 %{texmfdist}/source/latex/lastpage
10259 %{texmfdist}/source/latex/latex-tds
10260 %{texmfdist}/source/latex/layouts
10261 %{texmfdist}/source/latex/lcg
10262 %{texmfdist}/source/latex/lcyw
10263 %{texmfdist}/source/latex/leading
10264 %{texmfdist}/source/latex/ledmac
10265 %{texmfdist}/source/latex/leftidx
10266 %{texmfdist}/source/latex/lettrine
10267 %{texmfdist}/source/latex/lexikon
10268 %{texmfdist}/source/latex/lhcyr
10269 %{texmfdist}/source/latex/lhelp
10270 %{texmfdist}/source/latex/limap
10271 %{texmfdist}/source/latex/lipsum
10272 %{texmfdist}/source/latex/listbib
10273 %{texmfdist}/source/latex/listings
10274 %{texmfdist}/source/latex/listliketab
10275 %{texmfdist}/source/latex/localloc
10276 %{texmfdist}/source/latex/logpap
10277 %{texmfdist}/source/latex/lps
10278 %{texmfdist}/source/latex/ltxindex
10279 %{texmfdist}/source/latex/mailing
10280 %{texmfdist}/source/latex/makebox
10281 %{texmfdist}/source/latex/makecell
10282 %{texmfdist}/source/latex/makecmds
10283 %{texmfdist}/source/latex/makedtx
10284 %{texmfdist}/source/latex/makeplot
10285 %{texmfdist}/source/latex/manfnt
10286 %{texmfdist}/source/latex/manuscript
10287 %{texmfdist}/source/latex/mapcodes
10288 %{texmfdist}/source/latex/marginnote
10289 %{texmfdist}/source/latex/mathcomp
10290 %{texmfdist}/source/latex/mathpazo
10291 %{texmfdist}/source/latex/mcaption
10292 %{texmfdist}/source/latex/mcite
10293 %{texmfdist}/source/latex/mdwtools
10294 %{texmfdist}/source/latex/memoir
10295 %{texmfdist}/source/latex/mentis
10296 %{texmfdist}/source/latex/menu
10297 %{texmfdist}/source/latex/method
10298 %{texmfdist}/source/latex/metre
10299 %{texmfdist}/source/latex/mff
10300 %{texmfdist}/source/latex/mfpic4ode
10301 %{texmfdist}/source/latex/mftinc
10302 %{texmfdist}/source/latex/mh
10303 %{texmfdist}/source/latex/miller
10304 %{texmfdist}/source/latex/minipage-marginpar
10305 %{texmfdist}/source/latex/minutes
10306 %{texmfdist}/source/latex/mlist
10307 %{texmfdist}/source/latex/mnsymbol
10308 %{texmfdist}/source/latex/modroman
10309 %{texmfdist}/source/latex/mongolian-babel
10310 %{texmfdist}/source/latex/montex
10311 %{texmfdist}/source/latex/moresize
10312 %{texmfdist}/source/latex/moreverb
10313 %{texmfdist}/source/latex/mparhack
10314 %{texmfdist}/source/latex/ms
10315 %{texmfdist}/source/latex/msg
10316 %{texmfdist}/source/latex/mtgreek
10317 %{texmfdist}/source/latex/multibbl
10318 %{texmfdist}/source/latex/multibib
10319 %{texmfdist}/source/latex/multicap
10320 %{texmfdist}/source/latex/mwcls
10321 %{texmfdist}/source/latex/mxd
10322 %{texmfdist}/source/latex/nag
10323 %{texmfdist}/source/latex/namespc
10324 %{texmfdist}/source/latex/natbib
10325 %{texmfdist}/source/latex/ncctools
10326 %{texmfdist}/source/latex/nddiss
10327 %{texmfdist}/source/latex/newalg
10328 %{texmfdist}/source/latex/newfile
10329 %{texmfdist}/source/latex/newlfm
10330 %{texmfdist}/source/latex/newspaper
10331 %{texmfdist}/source/latex/newvbtm
10332 %{texmfdist}/source/latex/niceframe
10333 %{texmfdist}/source/latex/noitcrul
10334 %{texmfdist}/source/latex/nomencl
10335 %{texmfdist}/source/latex/nomentbl
10336 %{texmfdist}/source/latex/nonfloat
10337 %{texmfdist}/source/latex/nostarch
10338 %{texmfdist}/source/latex/notes
10339 %{texmfdist}/source/latex/notes2bib
10340 %{texmfdist}/source/latex/nrc
10341 %{texmfdist}/source/latex/ntgclass
10342 %{texmfdist}/source/latex/ntheorem
10343 %{texmfdist}/source/latex/numprint
10344 %{texmfdist}/source/latex/oberdiek
10345 %{texmfdist}/source/latex/objectz
10346 %{texmfdist}/source/latex/octavo
10347 %{texmfdist}/source/latex/ogonek
10348 %{texmfdist}/source/latex/oldstyle
10349 %{texmfdist}/source/latex/opcit
10350 %{texmfdist}/source/latex/ordinalpt
10351 %{texmfdist}/source/latex/othello
10352 %{texmfdist}/source/latex/otibet
10353 %{texmfdist}/source/latex/pacioli
10354 %{texmfdist}/source/latex/pageno
10355 %{texmfdist}/source/latex/pagenote
10356 %{texmfdist}/source/latex/paper
10357 %{texmfdist}/source/latex/papercdcase
10358 %{texmfdist}/source/latex/papertex
10359 %{texmfdist}/source/latex/paralist
10360 %{texmfdist}/source/latex/parallel
10361 %{texmfdist}/source/latex/paresse
10362 %{texmfdist}/source/latex/parrun
10363 %{texmfdist}/source/latex/patchcmd
10364 %{texmfdist}/source/latex/pauldoc
10365 %{texmfdist}/source/latex/pawpict
10366 %{texmfdist}/source/latex/pbox
10367 %{texmfdist}/source/latex/pbsheet
10368 %{texmfdist}/source/latex/pdfcprot
10369 %{texmfdist}/source/latex/pdfpages
10370 %{texmfdist}/source/latex/perltex
10371 %{texmfdist}/source/latex/permute
10372 %{texmfdist}/source/latex/petri-nets
10373 %{texmfdist}/source/latex/pgfopts
10374 %{texmfdist}/source/latex/pgfplots
10375 %{texmfdist}/source/latex/philosophersimprint
10376 %{texmfdist}/source/latex/photo
10377 %{texmfdist}/source/latex/pict2e
10378 %{texmfdist}/source/latex/pittetd
10379 %{texmfdist}/source/latex/plari
10380 %{texmfdist}/source/latex/play
10381 %{texmfdist}/source/latex/plweb
10382 %{texmfdist}/source/latex/poemscol
10383 %{texmfdist}/source/latex/polski
10384 %{texmfdist}/source/latex/polyglot
10385 %{texmfdist}/source/latex/polytable
10386 %{texmfdist}/source/latex/powerdot
10387 %{texmfdist}/source/latex/ppr-prv
10388 %{texmfdist}/source/latex/pracjourn
10389 %{texmfdist}/source/latex/preprint
10390 %{texmfdist}/source/latex/prettyref
10391 %{texmfdist}/source/latex/preview
10392 %{texmfdist}/source/latex/proba
10393 %{texmfdist}/source/latex/probsoln
10394 %{texmfdist}/source/latex/progkeys
10395 %{texmfdist}/source/latex/prosper
10396 %{texmfdist}/source/latex/protocol
10397 %{texmfdist}/source/latex/psfrag
10398 %{texmfdist}/source/latex/psfragx
10399 %{texmfdist}/source/latex/pslatex
10400 %{texmfdist}/source/latex/pspicture
10401 %{texmfdist}/source/latex/qcm
10402 %{texmfdist}/source/latex/qstest
10403 %{texmfdist}/source/latex/qsymbols
10404 %{texmfdist}/source/latex/quotchap
10405 %{texmfdist}/source/latex/quotmark
10406 %{texmfdist}/source/latex/randbild
10407 %{texmfdist}/source/latex/rccol
10408 %{texmfdist}/source/latex/rcs
10409 %{texmfdist}/source/latex/rcsinfo
10410 %{texmfdist}/source/latex/recipecard
10411 %{texmfdist}/source/latex/refman
10412 %{texmfdist}/source/latex/refstyle
10413 %{texmfdist}/source/latex/regcount
10414 %{texmfdist}/source/latex/register
10415 %{texmfdist}/source/latex/relenc
10416 %{texmfdist}/source/latex/revtex
10417 %{texmfdist}/source/latex/rmpage
10418 %{texmfdist}/source/latex/robustcommand
10419 %{texmfdist}/source/latex/romannum
10420 %{texmfdist}/source/latex/rotating
10421 %{texmfdist}/source/latex/rotfloat
10422 %{texmfdist}/source/latex/rsc
10423 %{texmfdist}/source/latex/rst
10424 %{texmfdist}/source/latex/rtkinenc
10425 %{texmfdist}/source/latex/sagetex
10426 %{texmfdist}/source/latex/sanskrit
10427 %{texmfdist}/source/latex/sauerj
10428 %{texmfdist}/source/latex/sauterfonts
10429 %{texmfdist}/source/latex/savefnmark
10430 %{texmfdist}/source/latex/savetrees
10431 %{texmfdist}/source/latex/scale
10432 %{texmfdist}/source/latex/scalebar
10433 %{texmfdist}/source/latex/schedule
10434 %{texmfdist}/source/latex/sciwordconv
10435 %{texmfdist}/source/latex/screenplay
10436 %{texmfdist}/source/latex/sectsty
10437 %{texmfdist}/source/latex/semantic
10438 %{texmfdist}/source/latex/semioneside
10439 %{texmfdist}/source/latex/seqsplit
10440 %{texmfdist}/source/latex/sf298
10441 %{texmfdist}/source/latex/sffms
10442 %{texmfdist}/source/latex/shorttoc
10443 %{texmfdist}/source/latex/show2e
10444 %{texmfdist}/source/latex/showexpl
10445 %{texmfdist}/source/latex/showlabels
10446 %{texmfdist}/source/latex/sidecap
10447 %{texmfdist}/source/latex/siggraph
10448 %{texmfdist}/source/latex/simplecv
10449 %{texmfdist}/source/latex/simplewick
10450 %{texmfdist}/source/latex/skull
10451 %{texmfdist}/source/latex/slantsc
10452 %{texmfdist}/source/latex/snapshot
10453 %{texmfdist}/source/latex/songbook
10454 %{texmfdist}/source/latex/soul
10455 %{texmfdist}/source/latex/splitbib
10456 %{texmfdist}/source/latex/splitindex
10457 %{texmfdist}/source/latex/srcltx
10458 %{texmfdist}/source/latex/sseq
10459 %{texmfdist}/source/latex/ssqquote
10460 %{texmfdist}/source/latex/stack
10461 %{texmfdist}/source/latex/statistik
10462 %{texmfdist}/source/latex/staves
10463 %{texmfdist}/source/latex/stdclsdv
10464 %{texmfdist}/source/latex/stdpage
10465 %{texmfdist}/source/latex/stellenbosch
10466 %{texmfdist}/source/latex/stex
10467 %{texmfdist}/source/latex/stringstrings
10468 %{texmfdist}/source/latex/struktex
10469 %{texmfdist}/source/latex/subdepth
10470 %{texmfdist}/source/latex/subeqn
10471 %{texmfdist}/source/latex/subeqnarray
10472 %{texmfdist}/source/latex/subfig
10473 %{texmfdist}/source/latex/subfigure
10474 %{texmfdist}/source/latex/subfloat
10475 %{texmfdist}/source/latex/sudoku
10476 %{texmfdist}/source/latex/sudokubundle
10477 %{texmfdist}/source/latex/supertabular
10478 %{texmfdist}/source/latex/svn-multi
10479 %{texmfdist}/source/latex/svn
10480 %{texmfdist}/source/latex/svninfo
10481 %{texmfdist}/source/latex/swimgraf
10482 %{texmfdist}/source/latex/syntrace
10483 %{texmfdist}/source/latex/synttree
10484 %{texmfdist}/source/latex/tablists
10485 %{texmfdist}/source/latex/tabulary
10486 %{texmfdist}/source/latex/tabvar
10487 %{texmfdist}/source/latex/talk
10488 %{texmfdist}/source/latex/tcldoc
10489 %{texmfdist}/source/latex/tdsfrmath
10490 %{texmfdist}/source/latex/technics
10491 %{texmfdist}/source/latex/ted
10492 %{texmfdist}/source/latex/tengwarscript
10493 %{texmfdist}/source/latex/tensor
10494 %{texmfdist}/source/latex/teubner
10495 %{texmfdist}/source/latex/texmate
10496 %{texmfdist}/source/latex/texpower
10497 %{texmfdist}/source/latex/texshade
10498 %{texmfdist}/source/latex/textcase
10499 %{texmfdist}/source/latex/textfit
10500 %{texmfdist}/source/latex/textopo
10501 %{texmfdist}/source/latex/textpos
10502 %{texmfdist}/source/latex/thesis-titlepage-fhac
10503 %{texmfdist}/source/latex/thmtools
10504 %{texmfdist}/source/latex/thumb
10505 %{texmfdist}/source/latex/thuthesis
10506 %{texmfdist}/source/latex/timesht
10507 %{texmfdist}/source/latex/titling
10508 %{texmfdist}/source/latex/tocbibind
10509 %{texmfdist}/source/latex/tocloft
10510 %{texmfdist}/source/latex/tocvsec2
10511 %{texmfdist}/source/latex/todo
10512 %{texmfdist}/source/latex/toolbox
10513 %{texmfdist}/source/latex/tools
10514 %{texmfdist}/source/latex/toptesi
10515 %{texmfdist}/source/latex/totpages
10516 %{texmfdist}/source/latex/trajan
10517 %{texmfdist}/source/latex/tree-dvips
10518 %{texmfdist}/source/latex/trfsigns
10519 %{texmfdist}/source/latex/trivfloat
10520 %{texmfdist}/source/latex/trsym
10521 %{texmfdist}/source/latex/tugboat
10522 %{texmfdist}/source/latex/turnstile
10523 %{texmfdist}/source/latex/twoup
10524 %{texmfdist}/source/latex/type1cm
10525 %{texmfdist}/source/latex/typedref
10526 %{texmfdist}/source/latex/typogrid
10527 %{texmfdist}/source/latex/uaclasses
10528 %{texmfdist}/source/latex/uiucthesis
10529 %{texmfdist}/source/latex/ulsy
10530 %{texmfdist}/source/latex/uml
10531 %{texmfdist}/source/latex/umlaute
10532 %{texmfdist}/source/latex/umoline
10533 %{texmfdist}/source/latex/underlin
10534 %{texmfdist}/source/latex/undertilde
10535 %{texmfdist}/source/latex/units
10536 %{texmfdist}/source/latex/unitsdef
10537 %{texmfdist}/source/latex/unroman
10538 %{texmfdist}/source/latex/upmethodology
10539 %{texmfdist}/source/latex/urlbst
10540 %{texmfdist}/source/latex/ushort
10541 %{texmfdist}/source/latex/varindex
10542 %{texmfdist}/source/latex/vector
10543 %{texmfdist}/source/latex/verse
10544 %{texmfdist}/source/latex/vmargin
10545 %{texmfdist}/source/latex/volumes
10546 %{texmfdist}/source/latex/vrsion
10547 %{texmfdist}/source/latex/vwcol
10548 %{texmfdist}/source/latex/vxu
10549 %{texmfdist}/source/latex/warning
10550 %{texmfdist}/source/latex/warpcol
10551 %{texmfdist}/source/latex/was
10552 %{texmfdist}/source/latex/wnri
10553 %{texmfdist}/source/latex/xargs
10554 %{texmfdist}/source/latex/xdoc
10555 %{texmfdist}/source/latex/xfor
10556 %{texmfdist}/source/latex/xmpincl
10557 %{texmfdist}/source/latex/xpackages
10558 %{texmfdist}/source/latex/xskak
10559 %{texmfdist}/source/latex/xtab
10560 %{texmfdist}/source/latex/xtcapts
10561 %{texmfdist}/source/latex/yafoot
10562 %{texmfdist}/source/latex/yfonts
10563 %{texmfdist}/source/latex/yhmath
10564 %{texmfdist}/source/latex/york-thesis
10565 %{texmfdist}/source/latex/youngtab
10566 %dir %{texmfdist}/source/plain
10567 %dir %{texmfdist}/source/plain/jsmisc
10568 %{texmfdist}/source/plain/jsmisc/xfig
10569 %{texmfdist}/source/xelatex
10570 %{texmfdist}/tex/alatex
10571 %{texmfdist}/tex/generic/enctex
10572 %{texmfdist}/tex/latex/kalender
10573 %{texmfdist}/tex/latex/karnaugh
10574 %{texmfdist}/tex/latex/kerkis
10575 %{texmfdist}/tex/latex/kerntest
10576 %{texmfdist}/tex/latex/kluwer
10577 %{texmfdist}/tex/latex/kpfonts
10578 %{texmfdist}/tex/latex/kurier
10579 %{texmfdist}/tex/latex/labelcas
10580 %{texmfdist}/tex/latex/lazylist
10581 %{texmfdist}/tex/latex/lcg
10582 %{texmfdist}/tex/latex/lcyw
10583 %{texmfdist}/tex/latex/leading
10584 %{texmfdist}/tex/latex/ledmac
10585 %{texmfdist}/tex/latex/lettre
10586 %{texmfdist}/tex/latex/levy
10587 %{texmfdist}/tex/latex/lexikon
10588 %{texmfdist}/tex/latex/lgreek
10589 %{texmfdist}/tex/latex/lhcyr
10590 %{texmfdist}/tex/latex/lhelp
10591 %{texmfdist}/tex/latex/libertine
10592 %{texmfdist}/tex/latex/limap
10593 %{texmfdist}/tex/latex/linearA
10594 %{texmfdist}/tex/latex/linguex
10595 %{texmfdist}/tex/latex/lipsum
10596 %{texmfdist}/tex/latex/listbib
10597 %{texmfdist}/tex/latex/listliketab
10598 %{texmfdist}/tex/latex/listofsymbols
10599 %{texmfdist}/tex/latex/lkproof
10600 %{texmfdist}/tex/latex/logic
10601 %{texmfdist}/tex/latex/logpap
10602 %{texmfdist}/tex/latex/lps
10603 %{texmfdist}/tex/latex/lsc
10604 %{texmfdist}/tex/latex/ltablex
10605 %{texmfdist}/tex/latex/ltxindex
10606 %{texmfdist}/tex/latex/lxfonts
10607 %{texmfdist}/tex/latex/ly1
10608 %{texmfdist}/tex/latex/mafr
10609 %{texmfdist}/tex/latex/mailing
10610 %{texmfdist}/tex/latex/makebarcode
10611 %{texmfdist}/tex/latex/makebox
10612 %{texmfdist}/tex/latex/makecell
10613 %{texmfdist}/tex/latex/makecmds
10614 %{texmfdist}/tex/latex/makedtx
10615 %{texmfdist}/tex/latex/makeglos
10616 %{texmfdist}/tex/latex/makeplot
10617 %{texmfdist}/tex/latex/manfnt
10618 %{texmfdist}/tex/latex/manuscript
10619 %{texmfdist}/tex/latex/mapcodes
10620 %{texmfdist}/tex/latex/maple
10621 %{texmfdist}/tex/latex/marginnote
10622 %{texmfdist}/tex/latex/mathdesign
10623 %{texmfdist}/tex/latex/maybemath
10624 %{texmfdist}/tex/latex/mcaption
10625 %{texmfdist}/tex/latex/mceinleger
10626 %{texmfdist}/tex/latex/mcite
10627 %{texmfdist}/tex/latex/mciteplus
10628 %{texmfdist}/tex/latex/memexsupp
10629 %{texmfdist}/tex/latex/mentis
10630 %{texmfdist}/tex/latex/menu
10631 %{texmfdist}/tex/latex/method
10632 %{texmfdist}/tex/latex/metre
10633 %{texmfdist}/tex/latex/mff
10634 %{texmfdist}/tex/latex/mfpic4ode
10635 %{texmfdist}/tex/latex/mftinc
10636 %{texmfdist}/tex/latex/mhchem
10637 %{texmfdist}/tex/latex/mhequ
10638 %{texmfdist}/tex/latex/mhs
10639 %{texmfdist}/tex/latex/miller
10640 %{texmfdist}/tex/latex/minipage-marginpar
10641 %{texmfdist}/tex/latex/miniplot
10642 %{texmfdist}/tex/latex/minutes
10643 %{texmfdist}/tex/latex/mla-paper
10644 %{texmfdist}/tex/latex/mlist
10645 %{texmfdist}/tex/latex/moresize
10646 %{texmfdist}/tex/latex/movie15
10647 %{texmfdist}/tex/latex/msc
10648 %{texmfdist}/tex/latex/msg
10649 %{texmfdist}/tex/latex/mslapa
10650 %{texmfdist}/tex/latex/mtgreek
10651 %{texmfdist}/tex/latex/multibbl
10652 %{texmfdist}/tex/latex/multicap
10653 %{texmfdist}/tex/latex/multido
10654 %{texmfdist}/tex/latex/muthesis
10655 %{texmfdist}/tex/latex/mxd
10656 %{texmfdist}/tex/latex/mxedruli
10657 %{texmfdist}/tex/latex/nag
10658 %{texmfdist}/tex/latex/namespc
10659 %{texmfdist}/tex/latex/nath
10660 %{texmfdist}/tex/latex/nature
10661 %{texmfdist}/tex/latex/newvbtm
10662 %{texmfdist}/tex/latex/niceframe
10663 %{texmfdist}/tex/latex/nih
10664 %{texmfdist}/tex/latex/noitcrul
10665 %{texmfdist}/tex/latex/nomentbl
10666 %{texmfdist}/tex/latex/nonfloat
10667 %{texmfdist}/tex/latex/nostarch
10668 %{texmfdist}/tex/latex/notes
10669 %{texmfdist}/tex/latex/notes2bib
10670 %{texmfdist}/tex/latex/nrc
10671 %{texmfdist}/tex/latex/ntabbing
10672 %{texmfdist}/tex/latex/numline
10673 %{texmfdist}/tex/latex/numname
10674 %{texmfdist}/tex/latex/numprint
10675 %{texmfdist}/tex/latex/objectz
10676 %{texmfdist}/tex/latex/ocr-latex
10677 %{texmfdist}/tex/latex/octavo
10678 %{texmfdist}/tex/latex/ogonek
10679 %{texmfdist}/tex/latex/oldstyle
10680 %{texmfdist}/tex/latex/opcit
10681 %{texmfdist}/tex/latex/ordinalpt
10682 %{texmfdist}/tex/latex/ot2cyr
10683 %{texmfdist}/tex/latex/othello
10684 %{texmfdist}/tex/latex/otibet
10685 %{texmfdist}/tex/latex/outline
10686 %{texmfdist}/tex/latex/outliner
10687 %{texmfdist}/tex/latex/pacioli
10688 %{texmfdist}/tex/latex/pageno
10689 %{texmfdist}/tex/latex/pagenote
10690 %{texmfdist}/tex/latex/palatino
10691 %{texmfdist}/tex/latex/paper
10692 %{texmfdist}/tex/latex/papercdcase
10693 %{texmfdist}/tex/latex/papertex
10694 %{texmfdist}/tex/latex/parallel
10695 %{texmfdist}/tex/latex/paresse
10696 %{texmfdist}/tex/latex/parrun
10697 %{texmfdist}/tex/latex/patchcmd
10698 %{texmfdist}/tex/latex/pauldoc
10699 %{texmfdist}/tex/latex/pawpict
10700 %{texmfdist}/tex/latex/pbox
10701 %{texmfdist}/tex/latex/pbsheet
10702 %{texmfdist}/tex/latex/pclnfss
10703 %{texmfdist}/tex/latex/pdfcprot
10704 %{texmfdist}/tex/latex/pdfscreen
10705 %{texmfdist}/tex/latex/pdftricks
10706 %{texmfdist}/tex/latex/pdfwin
10707 %{texmfdist}/tex/latex/pecha
10708 %{texmfdist}/tex/latex/perltex
10709 %{texmfdist}/tex/latex/permute
10710 %{texmfdist}/tex/latex/petiteannonce
10711 %{texmfdist}/tex/latex/petri-nets
10712 %{texmfdist}/tex/latex/pgf-soroban
10713 %{texmfdist}/tex/latex/phaistos
10714 %{texmfdist}/tex/latex/philex
10715 %{texmfdist}/tex/latex/philosophersimprint
10716 %{texmfdist}/tex/latex/phonetic
10717 %{texmfdist}/tex/latex/photo
10718 %{texmfdist}/tex/latex/pictex2
10719 %{texmfdist}/tex/latex/pinlabel
10720 %{texmfdist}/tex/latex/pittetd
10721 %{texmfdist}/tex/latex/plari
10722 %{texmfdist}/tex/latex/plates
10723 %{texmfdist}/tex/latex/play
10724 %{texmfdist}/tex/latex/plweb
10725 %{texmfdist}/tex/latex/pmgraph
10726 %{texmfdist}/tex/latex/poemscol
10727 %{texmfdist}/tex/latex/polski
10728 %{texmfdist}/tex/latex/polyglot
10729 %{texmfdist}/tex/latex/polytable
10730 %{texmfdist}/tex/latex/postcards
10731 %{texmfdist}/tex/latex/powerdot
10732 %{texmfdist}/tex/latex/ppower4
10733 %{texmfdist}/tex/latex/ppr-prv
10734 %{texmfdist}/tex/latex/pracjourn
10735 %{texmfdist}/tex/latex/prettyref
10736 %{texmfdist}/tex/latex/proba
10737 %{texmfdist}/tex/latex/probsoln
10738 %{texmfdist}/tex/latex/procIAGssymp
10739 %{texmfdist}/tex/latex/progkeys
10740 %{texmfdist}/tex/latex/progress
10741 %{texmfdist}/tex/latex/protex
10742 %{texmfdist}/tex/latex/protocol
10743 %{texmfdist}/tex/latex/psfragx
10744 %{texmfdist}/tex/latex/psgo
10745 %{texmfdist}/tex/latex/pspicture
10746 %{texmfdist}/tex/latex/pstricks-add
10747 %{texmfdist}/tex/latex/ptptex
10748 %{texmfdist}/tex/latex/qcm
10749 %{texmfdist}/tex/latex/qobitree
10750 %{texmfdist}/tex/latex/qstest
10751 %{texmfdist}/tex/latex/qsymbols
10752 %{texmfdist}/tex/latex/qtree
10753 %{texmfdist}/tex/latex/quotchap
10754 %{texmfdist}/tex/latex/quotmark
10755 %{texmfdist}/tex/latex/r_und_s
10756 %{texmfdist}/tex/latex/randbild
10757 %{texmfdist}/tex/latex/randtext
10758 %{texmfdist}/tex/latex/rccol
10759 %{texmfdist}/tex/latex/rcs
10760 %{texmfdist}/tex/latex/rcsinfo
10761 %{texmfdist}/tex/latex/recipecard
10762 %{texmfdist}/tex/latex/rectopma
10763 %{texmfdist}/tex/latex/refcheck
10764 %{texmfdist}/tex/latex/refman
10765 %{texmfdist}/tex/latex/refstyle
10766 %{texmfdist}/tex/latex/regcount
10767 %{texmfdist}/tex/latex/register
10768 %{texmfdist}/tex/latex/relenc
10769 %{texmfdist}/tex/latex/repeatindex
10770 %{texmfdist}/tex/latex/resume
10771 %{texmfdist}/tex/latex/rlepsf
10772 %{texmfdist}/tex/latex/rmpage
10773 %{texmfdist}/tex/latex/robustcommand
10774 %{texmfdist}/tex/latex/robustindex
10775 %{texmfdist}/tex/latex/romannum
10776 %{texmfdist}/tex/latex/rotpages
10777 %{texmfdist}/tex/latex/rsc
10778 %{texmfdist}/tex/latex/rst
10779 %{texmfdist}/tex/latex/rtkinenc
10780 %{texmfdist}/tex/latex/rtklage
10781 %{texmfdist}/tex/latex/sagetex
10782 %{texmfdist}/tex/latex/sanskrit
10783 %{texmfdist}/tex/latex/sauerj
10784 %{texmfdist}/tex/latex/sauterfonts
10785 %{texmfdist}/tex/latex/savefnmark
10786 %{texmfdist}/tex/latex/savesym
10787 %{texmfdist}/tex/latex/savetrees
10788 %{texmfdist}/tex/latex/scalebar
10789 %{texmfdist}/tex/latex/schedule
10790 %{texmfdist}/tex/latex/scientificpaper
10791 %{texmfdist}/tex/latex/sciposter
10792 %{texmfdist}/tex/latex/sciwordconv
10793 %{texmfdist}/tex/latex/screenplay
10794 %{texmfdist}/tex/latex/script
10795 %{texmfdist}/tex/latex/sdrt
10796 %{texmfdist}/tex/latex/sectionbox
10797 %{texmfdist}/tex/latex/semantic
10798 %{texmfdist}/tex/latex/semaphor
10799 %{texmfdist}/tex/latex/semioneside
10800 %{texmfdist}/tex/latex/seqsplit
10801 %{texmfdist}/tex/latex/sf298
10802 %{texmfdist}/tex/latex/sffms
10803 %{texmfdist}/tex/latex/sfg
10804 %{texmfdist}/tex/latex/sfmath
10805 %{texmfdist}/tex/latex/sgame
10806 %{texmfdist}/tex/latex/shadbox
10807 %{texmfdist}/tex/latex/shadethm
10808 %{texmfdist}/tex/latex/shipunov
10809 %{texmfdist}/tex/latex/shorttoc
10810 %{texmfdist}/tex/latex/show2e
10811 %{texmfdist}/tex/latex/showexpl
10812 %{texmfdist}/tex/latex/sides
10813 %{texmfdist}/tex/latex/siggraph
10814 %{texmfdist}/tex/latex/simplecv
10815 %{texmfdist}/tex/latex/simplewick
10816 %{texmfdist}/tex/latex/skak
10817 %{texmfdist}/tex/latex/skull
10818 %{texmfdist}/tex/latex/slantsc
10819 %{texmfdist}/tex/latex/smalltableof
10820 %{texmfdist}/tex/latex/smartref
10821 %{texmfdist}/tex/latex/smflatex
10822 %{texmfdist}/tex/latex/snapshot
10823 %{texmfdist}/tex/latex/songbook
10824 %{texmfdist}/tex/latex/soyombo
10825 %{texmfdist}/tex/latex/sparklines
10826 %{texmfdist}/tex/latex/spie
10827 %{texmfdist}/tex/latex/splitbib
10828 %{texmfdist}/tex/latex/splitindex
10829 %{texmfdist}/tex/latex/sprite
10830 %{texmfdist}/tex/latex/srcltx
10831 %{texmfdist}/tex/latex/sseq
10832 %{texmfdist}/tex/latex/ssqquote
10833 %{texmfdist}/tex/latex/stack
10834 %{texmfdist}/tex/latex/stage
10835 %{texmfdist}/tex/latex/statex2
10836 %{texmfdist}/tex/latex/statistik
10837 %{texmfdist}/tex/latex/staves
10838 %{texmfdist}/tex/latex/stdpage
10839 %{texmfdist}/tex/latex/stellenbosch
10840 %{texmfdist}/tex/latex/stex
10841 %{texmfdist}/tex/latex/stringstrings
10842 %{texmfdist}/tex/latex/struktex
10843 %{texmfdist}/tex/latex/sttools
10844 %{texmfdist}/tex/latex/stubs
10845 %{texmfdist}/tex/latex/subdepth
10846 %{texmfdist}/tex/latex/subeqn
10847 %{texmfdist}/tex/latex/subeqnarray
10848 %{texmfdist}/tex/latex/subfloat
10849 %{texmfdist}/tex/latex/substr
10850 %{texmfdist}/tex/latex/sudoku
10851 %{texmfdist}/tex/latex/sudokubundle
10852 %{texmfdist}/tex/latex/sugconf
10853 %{texmfdist}/tex/latex/susy
10854 %{texmfdist}/tex/latex/svgcolor
10855 %{texmfdist}/tex/latex/svn-multi
10856 %{texmfdist}/tex/latex/svn
10857 %{texmfdist}/tex/latex/svninfo
10858 %{texmfdist}/tex/latex/swimgraf
10859 %{texmfdist}/tex/latex/symbol
10860 %{texmfdist}/tex/latex/synproof
10861 %{texmfdist}/tex/latex/syntax
10862 %{texmfdist}/tex/latex/syntrace
10863 %{texmfdist}/tex/latex/synttree
10864 %{texmfdist}/tex/latex/timing
10865 %{texmfdist}/tex/latex/tocvsec2
10866 %{texmfdist}/tex/latex/todo
10867 %{texmfdist}/tex/latex/tokenizer
10868 %{texmfdist}/tex/latex/toolbox
10869 %{texmfdist}/tex/latex/topfloat
10870 %{texmfdist}/tex/latex/toptesi
10871 %{texmfdist}/tex/latex/tpslifonts
10872 %{texmfdist}/tex/latex/tracking
10873 %{texmfdist}/tex/latex/trajan
10874 %{texmfdist}/tex/latex/translator
10875 %{texmfdist}/tex/latex/tree-dvips
10876 %{texmfdist}/tex/latex/trfsigns
10877 %{texmfdist}/tex/latex/trivfloat
10878 %{texmfdist}/tex/latex/trsym
10879 %{texmfdist}/tex/latex/tufte-latex
10880 %{texmfdist}/tex/latex/tugboat
10881 %{texmfdist}/tex/latex/turnstile
10882 %{texmfdist}/tex/latex/twoup
10883 %{texmfdist}/tex/latex/typedref
10884 %{texmfdist}/tex/latex/typogrid
10885 %{texmfdist}/tex/latex/uaclasses
10886 %{texmfdist}/tex/latex/ucthesis
10887 %{texmfdist}/tex/latex/uebungsblatt
10888 %{texmfdist}/tex/latex/uhrzeit
10889 %{texmfdist}/tex/latex/uiucthesis
10890 %{texmfdist}/tex/latex/ulsy
10891 %{texmfdist}/tex/latex/umich-thesis
10892 %{texmfdist}/tex/latex/uml
10893 %{texmfdist}/tex/latex/umoline
10894 %{texmfdist}/tex/latex/umrand
10895 %{texmfdist}/tex/latex/umthesis
10896 %{texmfdist}/tex/latex/underlin
10897 %{texmfdist}/tex/latex/ushort
10898 %{texmfdist}/tex/latex/uwthesis
10899
10900 # %files latex-palatcm
10901 # %defattr(644,root,root,755)
10902 # %{texmf}/tex/latex/palatcm
10903
10904 %files latex-pdfslide
10905 %defattr(644,root,root,755)
10906 %doc %{texmfdist}/doc/latex/pdfslide
10907 %{texmfdist}/tex/latex/pdfslide
10908
10909 %files latex-pgf
10910 %defattr(644,root,root,755)
10911 %doc %{texmfdist}/doc/generic/pgf
10912 %{texmfdist}/tex/generic/pgf
10913 %{texmfdist}/tex/generic/pgfplots
10914 %{texmfdist}/tex/latex/pgf
10915 %{texmfdist}/tex/latex/pgfopts
10916 %{texmfdist}/tex/latex/pgfplots
10917
10918 %files latex-prosper
10919 %defattr(644,root,root,755)
10920 %doc %{texmfdist}/doc/latex/prosper
10921 %{texmfdist}/tex/latex/prosper
10922
10923 %files latex-polynom
10924 %defattr(644,root,root,755)
10925 %doc %{texmfdist}/doc/latex/polynom
10926 %{texmfdist}/source/latex/polynom
10927 %{texmfdist}/tex/latex/polynom
10928
10929 %files latex-polynomial
10930 %defattr(644,root,root,755)
10931 %doc %{texmfdist}/doc/latex/polynomial
10932 %{texmfdist}/source/latex/polynomial
10933 %{texmfdist}/tex/latex/polynomial
10934
10935 %files latex-pseudocode
10936 %defattr(644,root,root,755)
10937 %doc %{texmfdist}/doc/latex/pseudocode
10938 %{texmfdist}/tex/latex/pseudocode
10939
10940 %files latex-pst-2dplot
10941 %defattr(644,root,root,755)
10942 %doc %{texmfdist}/doc/generic/pst-2dplot
10943 %{texmfdist}/tex/latex/pst-2dplot
10944
10945 %files latex-pst-3dplot
10946 %defattr(644,root,root,755)
10947 %doc %{texmfdist}/doc/generic/pst-3dplot
10948 %{texmfdist}/dvips/pst-3dplot
10949 %{texmfdist}/tex/generic/pst-3dplot
10950 %{texmfdist}/tex/latex/pst-3dplot
10951
10952 %files latex-pst-bar
10953 %defattr(644,root,root,755)
10954 %doc %{texmfdist}/doc/generic/pst-3dplot
10955 %{texmfdist}/dvips/pst-bar
10956 %{texmfdist}/tex/generic/pst-bar
10957 %{texmfdist}/tex/latex/pst-bar
10958
10959 %files latex-pst-circ
10960 %defattr(644,root,root,755)
10961 %doc %{texmfdist}/doc/generic/pst-circ
10962 %{texmfdist}/dvips/pst-circ
10963 %{texmfdist}/tex/generic/pst-circ
10964 %{texmfdist}/tex/latex/pst-circ
10965
10966 %files latex-pst-diffraction
10967 %defattr(644,root,root,755)
10968 %doc %{texmfdist}/doc/generic/pst-diffraction
10969 %{texmfdist}/tex/generic/pst-diffraction
10970 %{texmfdist}/tex/latex/pst-diffraction
10971
10972 %files latex-pst-eucl
10973 %defattr(644,root,root,755)
10974 %doc %{texmfdist}/doc/generic/pst-eucl
10975 %{texmfdist}/tex/generic/pst-eucl
10976 %{texmfdist}/tex/latex/pst-eucl
10977
10978 %files latex-pst-fun
10979 %defattr(644,root,root,755)
10980 %doc %{texmfdist}/doc/generic/pst-fun
10981 %{texmfdist}/dvips/pst-fun
10982 %{texmfdist}/tex/generic/pst-fun
10983 %{texmfdist}/tex/latex/pst-fun
10984
10985 %files latex-pst-func
10986 %defattr(644,root,root,755)
10987 %doc %{texmfdist}/doc/generic/pst-func
10988 %{texmfdist}/dvips/pst-func
10989 %{texmfdist}/tex/generic/pst-func
10990 %{texmfdist}/tex/latex/pst-func
10991
10992 %files latex-pst-infixplot
10993 %defattr(644,root,root,755)
10994 %doc %{texmfdist}/doc/generic/pst-infixplot
10995 %{texmfdist}/tex/generic/pst-infixplot
10996 %{texmfdist}/tex/latex/pst-infixplot
10997
10998 %files latex-pst-fr3d
10999 %defattr(644,root,root,755)
11000 %doc %{texmfdist}/doc/generic/pst-fr3d
11001 %{texmfdist}/source/generic/pst-fr3d
11002 %{texmfdist}/tex/generic/pst-fr3d
11003 %{texmfdist}/tex/latex/pst-fr3d
11004
11005 %files latex-pst-fractal
11006 %defattr(644,root,root,755)
11007 %doc %{texmfdist}/doc/generic/pst-fractal
11008 %{texmfdist}/dvips/pst-fractal
11009 %{texmfdist}/tex/generic/pst-fractal
11010 %{texmfdist}/tex/latex/pst-fractal
11011
11012 %files latex-pst-math
11013 %defattr(644,root,root,755)
11014 %doc %{texmfdist}/doc/generic/pst-math
11015 %{texmfdist}/dvips/pst-math
11016 %{texmfdist}/tex/generic/pst-math
11017 %{texmfdist}/tex/latex/pst-math
11018
11019 %files latex-pst-ob3d
11020 %defattr(644,root,root,755)
11021 %doc %{texmfdist}/doc/generic/pst-ob3d
11022 %{texmfdist}/source/generic/pst-ob3d
11023 %{texmfdist}/tex/generic/pst-ob3d
11024 %{texmfdist}/tex/latex/pst-ob3d
11025
11026 %files latex-pst-optexp
11027 %defattr(644,root,root,755)
11028 %doc %{texmfdist}/doc/generic/pst-optexp
11029 %{texmfdist}/dvips/pst-optexp
11030 %{texmfdist}/tex/generic/pst-optexp
11031 %{texmfdist}/tex/latex/pst-optexp
11032
11033 %files latex-pst-optic
11034 %defattr(644,root,root,755)
11035 %doc %{texmfdist}/doc/generic/pst-optic
11036 %{texmfdist}/tex/generic/pst-optic
11037 %{texmfdist}/tex/latex/pst-optic
11038
11039 %files latex-pst-text
11040 %defattr(644,root,root,755)
11041 %doc %{texmfdist}/doc/generic/pst-text
11042 %{texmfdist}/dvips/pst-text
11043 %{texmfdist}/tex/generic/pst-text
11044 %{texmfdist}/tex/latex/pst-text
11045
11046 %files latex-pst-uncategorized
11047 %defattr(644,root,root,755)
11048 %doc %{texmfdist}/doc/generic/pst-3d
11049 %doc %{texmfdist}/doc/generic/pst-asr
11050 %doc %{texmfdist}/doc/generic/pst-bar
11051 %doc %{texmfdist}/doc/generic/pst-barcode
11052 %doc %{texmfdist}/doc/generic/pst-blur
11053 %doc %{texmfdist}/doc/generic/pst-coil
11054 %doc %{texmfdist}/doc/generic/pst-cox
11055 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11056 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
11057 %doc %{texmfdist}/doc/generic/pst-dbicons
11058 %doc %{texmfdist}/doc/generic/pst-eps
11059 %doc %{texmfdist}/doc/generic/pst-fill
11060 %doc %{texmfdist}/doc/generic/pst-geo
11061 %doc %{texmfdist}/doc/generic/pst-ghsb
11062 %doc %{texmfdist}/doc/generic/pst-gr3d
11063 %doc %{texmfdist}/doc/generic/pst-grad
11064 %doc %{texmfdist}/doc/generic/pst-jtree
11065 %doc %{texmfdist}/doc/generic/pst-labo
11066 %doc %{texmfdist}/doc/generic/pst-lens
11067 %doc %{texmfdist}/doc/generic/pst-light3d
11068 %doc %{texmfdist}/doc/generic/pst-osci
11069 %doc %{texmfdist}/doc/generic/pst-pad
11070 %doc %{texmfdist}/doc/generic/pst-pdgr
11071 %doc %{texmfdist}/doc/generic/pst-poly
11072 %doc %{texmfdist}/doc/generic/pst-qtree
11073 %doc %{texmfdist}/doc/generic/pst-slpe
11074 %doc %{texmfdist}/doc/generic/pst-solides3d
11075 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11076 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc
11077 %doc %{texmfdist}/doc/generic/pst-soroban
11078 %doc %{texmfdist}/doc/generic/pst-spectra
11079 %doc %{texmfdist}/doc/generic/pst-stru
11080 %doc %{texmfdist}/doc/generic/pst-uml
11081 %doc %{texmfdist}/doc/generic/pst-vue3d
11082 %doc %{texmfdist}/doc/latex/auto-pst-pdf
11083 %doc %{texmfdist}/doc/latex/pst-pdf
11084 %{texmfdist}/dvips/pst-barcode
11085 %{texmfdist}/dvips/pst-blur
11086 %{texmfdist}/dvips/pst-coil
11087 %{texmfdist}/dvips/pst-cox
11088 %{texmfdist}/dvips/pst-eucl
11089 %{texmfdist}/dvips/pst-geo
11090 %{texmfdist}/dvips/pst-ghsb
11091 %{texmfdist}/dvips/pst-grad
11092 %{texmfdist}/dvips/pst-light3d
11093 %{texmfdist}/dvips/pst-slpe
11094 %{texmfdist}/dvips/pst-solides3d
11095 %{texmfdist}/dvips/pst-spectra
11096 %{texmfdist}/dvips/pst-vue3d
11097 %{texmfdist}/scripts/pst-pdf
11098 %{texmfdist}/source/generic/pst-3d
11099 %{texmfdist}/source/generic/pst-3dplot
11100 %{texmfdist}/source/generic/pst-barcode
11101 %{texmfdist}/source/generic/pst-blur
11102 %{texmfdist}/source/generic/pst-circ
11103 %{texmfdist}/source/generic/pst-coil
11104 %{texmfdist}/source/generic/pst-dbicons
11105 %{texmfdist}/source/generic/pst-diffraction
11106 %{texmfdist}/source/generic/pst-eps
11107 %{texmfdist}/source/generic/pst-fill
11108 %{texmfdist}/source/generic/pst-fractal
11109 %{texmfdist}/source/generic/pst-fun
11110 %{texmfdist}/source/generic/pst-func
11111 %{texmfdist}/source/generic/pst-lens
11112 %{texmfdist}/source/generic/pst-light3d
11113 %{texmfdist}/source/generic/pst-optic
11114 %{texmfdist}/source/generic/pst-pad
11115 %{texmfdist}/source/generic/pst-pdgr
11116 %{texmfdist}/source/generic/pst-slpe
11117 %{texmfdist}/source/generic/pst-soroban
11118 %{texmfdist}/source/generic/pst-text
11119 %{texmfdist}/source/generic/pst-uml
11120 %{texmfdist}/source/generic/pst-vue3d
11121 %{texmfdist}/source/latex/auto-pst-pdf
11122 %{texmfdist}/source/latex/pst-gr3d
11123 %{texmfdist}/source/latex/pst-pdf
11124 %{texmfdist}/source/latex/pst-poly
11125 %{texmfdist}/tex/generic/pst-3d
11126 %{texmfdist}/tex/generic/pst-asr
11127 %{texmfdist}/tex/generic/pst-barcode
11128 %{texmfdist}/tex/generic/pst-blur
11129 %{texmfdist}/tex/generic/pst-coil
11130 %{texmfdist}/tex/generic/pst-cox
11131 %{texmfdist}/tex/generic/pst-eps
11132 %{texmfdist}/tex/generic/pst-fill
11133 %{texmfdist}/tex/generic/pst-geo
11134 %{texmfdist}/tex/generic/pst-ghsb
11135 %{texmfdist}/tex/generic/pst-gr3d
11136 %{texmfdist}/tex/generic/pst-grad
11137 %{texmfdist}/tex/generic/pst-jtree
11138 %{texmfdist}/tex/generic/pst-labo
11139 %{texmfdist}/tex/generic/pst-lens
11140 %{texmfdist}/tex/generic/pst-light3d
11141 %{texmfdist}/tex/generic/pst-osci
11142 %{texmfdist}/tex/generic/pst-pad
11143 %{texmfdist}/tex/generic/pst-pdgr
11144 %{texmfdist}/tex/generic/pst-poly
11145 %{texmfdist}/tex/generic/pst-qtree
11146 %{texmfdist}/tex/generic/pst-slpe
11147 %{texmfdist}/tex/generic/pst-solides3d
11148 %{texmfdist}/tex/generic/pst-spectra
11149 %{texmfdist}/tex/generic/pst-stru
11150 %{texmfdist}/tex/generic/pst-vue3d
11151 %{texmfdist}/tex/latex/pst-3d
11152 %{texmfdist}/tex/latex/pst-asr
11153 %{texmfdist}/tex/latex/pst-barcode
11154 %{texmfdist}/tex/latex/pst-blur
11155 %{texmfdist}/tex/latex/pst-coil
11156 %{texmfdist}/tex/latex/pst-cox
11157 %{texmfdist}/tex/latex/pst-dbicons
11158 %{texmfdist}/tex/latex/pst-eps
11159 %{texmfdist}/tex/latex/pst-fill
11160 %{texmfdist}/tex/latex/pst-geo
11161 %{texmfdist}/tex/latex/pst-ghsb
11162 %{texmfdist}/tex/latex/pst-gr3d
11163 %{texmfdist}/tex/latex/pst-grad
11164 %{texmfdist}/tex/latex/pst-jtree
11165 %{texmfdist}/tex/latex/pst-labo
11166 %{texmfdist}/tex/latex/pst-lens
11167 %{texmfdist}/tex/latex/pst-light3d
11168 %{texmfdist}/tex/latex/pst-osci
11169 %{texmfdist}/tex/latex/pst-pad
11170 %{texmfdist}/tex/latex/pst-pdf
11171 %{texmfdist}/tex/latex/pst-pdgr
11172 %{texmfdist}/tex/latex/pst-poly
11173 %{texmfdist}/tex/latex/pst-qtree
11174 %{texmfdist}/tex/latex/pst-slpe
11175 %{texmfdist}/tex/latex/pst-solides3d
11176 %{texmfdist}/tex/latex/pst-soroban
11177 %{texmfdist}/tex/latex/pst-spectra
11178 %{texmfdist}/tex/latex/pst-stru
11179 %{texmfdist}/tex/latex/pst-uml
11180 %{texmfdist}/tex/latex/pst-vue3d
11181
11182 %files latex-psnfss
11183 %defattr(644,root,root,755)
11184 %doc %{texmfdist}/doc/latex/psnfss
11185 %dir %{texmfdist}/source/latex
11186 %dir %{texmfdist}/source/latex/latex-tds
11187 %dir %{texmfdist}/source/latex/latex-tds/tex
11188 %{texmfdist}/fonts/map/dvips/psnfss
11189 %{texmfdist}/source/latex/psnfss
11190 %{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11191 %{texmfdist}/tex/latex/psnfss
11192
11193 %files latex-pxfonts
11194 %defattr(644,root,root,755)
11195 %doc %{texmfdist}/doc/fonts/pxfonts
11196 %{texmfdist}/tex/latex/pxfonts
11197 %{texmfdist}/fonts/type1/public/pxfonts
11198 %{texmfdist}/fonts/afm/public/pxfonts
11199 %{texmfdist}/fonts/tfm/public/pxfonts
11200 %{texmfdist}/fonts/vf/public/pxfonts
11201 %{texmfdist}/fonts/map/dvips/pxfonts
11202
11203 #%files latex-qfonts
11204 #%defattr(644,root,root,755)
11205
11206 %files latex-SIstyle
11207 %defattr(644,root,root,755)
11208 %{texmfdist}/doc/latex/SIstyle
11209 %{texmfdist}/source/latex/SIstyle
11210
11211 %files latex-SIunits
11212 %defattr(644,root,root,755)
11213 %{texmfdist}/doc/latex/SIunits
11214 %{texmfdist}/tex/latex/SIunits
11215 %{texmfdist}/source/latex/SIunits
11216
11217 %files latex-siunitx
11218 %defattr(644,root,root,755)
11219 %{texmfdist}/doc/latex/siunitx
11220 %{texmfdist}/tex/latex/siunitx
11221 %{texmfdist}/source/latex/siunitx
11222
11223 %files latex-Tabbing
11224 %defattr(644,root,root,755)
11225 %{texmfdist}/source/latex/Tabbing
11226 %{texmfdist}/doc/latex/Tabbing
11227
11228 %files latex-txfonts
11229 %defattr(644,root,root,755)
11230 %doc %{texmfdist}/doc/fonts/txfonts
11231 %{texmfdist}/fonts/type1/public/txfonts
11232 %{texmfdist}/fonts/afm/public/txfonts
11233 %{texmfdist}/fonts/enc/dvips/txfonts
11234 %{texmfdist}/fonts/tfm/public/txfonts
11235 %{texmfdist}/fonts/vf/public/txfonts
11236 %{texmfdist}/fonts/map/dvips/txfonts
11237 %{texmfdist}/tex/latex/txfonts
11238
11239 %files latex-ucs
11240 %defattr(644,root,root,755)
11241 %doc %{texmfdist}/doc/latex/ucs
11242 %{texmfdist}/tex/latex/ucs
11243
11244 %files latex-umlaute
11245 %defattr(644,root,root,755)
11246 %{texmfdist}/tex/latex/umlaute
11247
11248 # %files latex-urwvn
11249 # %defattr(644,root,root,755)
11250
11251 %files latex-wasysym
11252 %defattr(644,root,root,755)
11253 %doc %{texmfdist}/doc/latex/wasysym
11254 %{texmfdist}/tex/latex/wasysym
11255 %{texmfdist}/source/latex/wasysym
11256
11257 %files latex-xcolor
11258 %defattr(644,root,root,755)
11259 %doc %{texmfdist}/doc/latex/xcolor
11260 %{texmfdist}/dvips/xcolor
11261 %{texmfdist}/source/latex/xcolor
11262
11263 # %files format-latex
11264 # %defattr(644,root,root,755)
11265 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
11266
11267 %files format-pdflatex
11268 %defattr(644,root,root,755)
11269 #%{texmf}/pdftex/latex/config
11270 # %dir %{texmf}/pdftex/latex
11271 %attr(755,root,root) %{_bindir}/pdflatex
11272 %{_mandir}/man1/pdflatex.1*
11273 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
11274
11275 # %files platex
11276 # %defattr(644,root,root,755)
11277 # %doc %{texmf}/doc/latex/platex
11278 # %dir %{texmf}/tex/platex
11279 # %{texmf}/tex/platex/config
11280 # %{texmf}/tex/latex/platex
11281
11282 # %files format-platex
11283 # %defattr(644,root,root,755)
11284 # %attr(755,root,root) %{_bindir}/platex
11285 #%attr(755,root,root) %{_bindir}/platex-pl
11286 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
11287 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11288
11289 # %files format-pdfplatex
11290 # %defattr(644,root,root,755)
11291 #%dir %{texmf}/pdftex/platex
11292 #%{texmf}/pdftex/platex/config
11293 # %attr(755,root,root) %{_bindir}/pdfplatex
11294 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
11295
11296 %files tex-babel
11297 %defattr(644,root,root,755)
11298 %dir %{texmfdist}/source/generic/babel
11299 %doc %{texmfdist}/doc/generic/babel
11300 %{texmfdist}/tex/generic/babel
11301
11302 %files tex-german
11303 %defattr(644,root,root,755)
11304 %doc %{texmfdist}/doc/generic/german
11305 %{texmfdist}/tex/generic/german
11306
11307 %files tex-mfpic
11308 %defattr(644,root,root,755)
11309 %doc %{texmfdist}/doc/generic/mfpic
11310 %{texmfdist}/tex/generic/mfpic
11311
11312 %files tex-misc
11313 %defattr(644,root,root,755)
11314 %doc %{texmfdist}/doc/latex/localloc
11315 %doc %{texmfdist}/doc/generic/multido
11316 %doc %{texmfdist}/doc/generic/tap
11317
11318 %{texmfdist}/tex/generic/eijkhout
11319 %{texmfdist}/tex/generic/multido
11320 %{texmfdist}/tex/generic/misc
11321
11322 %files tex-pictex
11323 %defattr(644,root,root,755)
11324 %doc %{texmfdist}/doc/generic/pictex
11325 %{texmfdist}/tex/generic/pictex
11326
11327 %files tex-pstricks
11328 %defattr(644,root,root,755)
11329 %doc %{texmfdist}/doc/generic/pstricks
11330 %{texmfdist}/dvips/pstricks
11331 %{texmfdist}/tex/generic/pstricks
11332
11333 # %files tex-qpx
11334 # %defattr(644,root,root,755)
11335 # %doc %{texmf}/doc/fonts/polish/qpx
11336 # %{texmf}/tex/generic/qpx
11337
11338 %files tex-qpxqtx
11339 %defattr(644,root,root,755)
11340 %doc %{texmfdist}/doc/fonts/qpxqtx
11341 %{texmfdist}/fonts/tfm/public/qpxqtx
11342 %{texmfdist}/fonts/vf/public/qpxqtx
11343 %{texmfdist}/tex/generic/qpxqtx
11344
11345 %files tex-ruhyphen
11346 %defattr(644,root,root,755)
11347 %{texmfdist}/tex/generic/ruhyphen
11348 %{texmfdist}/source/generic/ruhyphen
11349
11350 %files tex-spanish
11351 %defattr(644,root,root,755)
11352 %doc %{texmfdist}/doc/latex/spanish-mx
11353 %dir %{texmfdist}/source/latex/mapcodes
11354 %dir %{texmfdist}/source/latex/polyglot
11355 %dir %{texmfdist}/source/latex/polyglot/langs
11356 %dir %{texmfdist}/tex/latex/apacite
11357 %dir %{texmfdist}/tex/latex/babelbib
11358 %dir %{texmfdist}/tex/latex/dvdcoll/dcl
11359 %dir %{texmfdist}/tex/texsis
11360 %dir %{texmfdist}/tex/texsis/base
11361 %{texmfdist}/source/generic/babel/spanish.ins
11362 %{texmfdist}/source/generic/babel/spanish.dtx
11363 %{texmfdist}/source/latex/polyglot/langs/spanish.ld
11364 %{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11365 %{texmfdist}/source/latex/mapcodes/spanish.map
11366 %{texmfdist}/source/latex/mapcodes/spanish.dtx
11367 %{texmfdist}/tex/texsis/base/Spanish.txs
11368 %{texmfdist}/tex/generic/babel/spanish.sty
11369 %{texmfdist}/tex/generic/babel/spanish.ldf
11370 %{texmfdist}/tex/latex/spanish-mx
11371 %{texmfdist}/tex/latex/custom-bib/spanish.mbs
11372 %{texmfdist}/tex/latex/babelbib/spanish.bdf
11373 %{texmfdist}/tex/latex/apacite/spanish.apc
11374 %{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
11375
11376 %files tex-texdraw
11377 %defattr(644,root,root,755)
11378 %doc %{texmfdist}/doc/texdraw
11379 %{texmfdist}/tex/generic/texdraw
11380
11381 %files tex-thumbpdf
11382 %defattr(644,root,root,755)
11383 %doc %{texmfdist}/doc/generic/thumbpdf
11384 %attr(755,root,root) %{_bindir}/thumbpdf
11385 %{texmfdist}/tex/generic/thumbpdf
11386 %{texmfdist}/scripts/thumbpdf
11387 %{_mandir}/man1/thumbpdf.1*
11388
11389 %files tex-ukrhyph
11390 %defattr(644,root,root,755)
11391 %doc %{texmfdist}/doc/generic/ukrhyph
11392 %{texmfdist}/tex/generic/ukrhyph
11393
11394 %files latex-vietnam
11395 %defattr(644,root,root,755)
11396 %doc %{texmfdist}/doc/generic/vntex
11397 %{texmfdist}/tex/latex/vntex
11398
11399 %files tex-xypic
11400 %defattr(644,root,root,755)
11401 %doc %{texmfdist}/doc/generic/xypic
11402 %{texmfdist}/tex/generic/xypic
11403
11404 %files tex-xkeyval
11405 %defattr(644,root,root,755)
11406 %doc %{texmfdist}/doc/latex/xkeyval
11407 %{texmfdist}/source/latex/xkeyval
11408 %{texmfdist}/tex/generic/xkeyval
11409 %{texmfdist}/tex/latex/xkeyval
11410
11411 %files fonts-adobe
11412 %defattr(644,root,root,755)
11413 %{texmfdist}/fonts/type1/adobe
11414 %{texmfdist}/fonts/afm/adobe
11415 %{texmfdist}/fonts/tfm/adobe
11416 %{texmfdist}/fonts/vf/adobe
11417
11418 %files fonts-ae
11419 %defattr(644,root,root,755)
11420 %doc %{texmfdist}/doc/fonts/ae
11421 %{texmfdist}/fonts/tfm/public/ae
11422 %{texmfdist}/fonts/vf/public/ae
11423 %{texmfdist}/source/fonts/ae
11424
11425 %files fonts-ams
11426 %defattr(644,root,root,755)
11427 %{texmfdist}/bibtex/bst/ams
11428 %{texmfdist}/bibtex/bib/ams
11429 %{texmfdist}/dvips/ams
11430 %{texmfdist}/fonts/source/public/ams
11431 %{texmfdist}/fonts/type1/bluesky/ams
11432 %{texmfdist}/fonts/afm/bluesky/ams
11433 %{texmfdist}/fonts/tfm/public/ams
11434 %{texmfdist}/fonts/map/dvips/ams
11435
11436 %files fonts-antp
11437 %defattr(644,root,root,755)
11438 %doc %{texmfdist}/doc/fonts/antp
11439 %{texmfdist}/fonts/enc/dvips/antp
11440 %{texmfdist}/fonts/map/dvips/antp
11441 %{texmfdist}/fonts/afm/public/antp
11442 %{texmfdist}/fonts/tfm/public/antp
11443 %{texmfdist}/dvips/antp
11444
11445 %files fonts-antt
11446 %defattr(644,root,root,755)
11447 %doc %{texmfdist}/doc/fonts/antt
11448 %{texmfdist}/fonts/afm/public/antt
11449 %{texmfdist}/fonts/opentype/public/antt
11450 %{texmfdist}/fonts/enc/dvips/antt
11451 %{texmfdist}/fonts/tfm/public/antt
11452 %{texmfdist}/fonts/map/dvips/antt
11453 %{texmfdist}/tex/plain/antt
11454 %{texmfdist}/tex/latex/antt
11455
11456 %files fonts-arphic
11457 %defattr(644,root,root,755)
11458 %doc %{texmfdist}/doc/fonts/arphic
11459 %{texmfdist}/fonts/afm/arphic
11460 %{texmfdist}/fonts/tfm/arphic
11461 %{texmfdist}/fonts/vf/arphic
11462
11463 %files fonts-bbm
11464 %defattr(644,root,root,755)
11465 %doc %{texmfdist}/doc/fonts/bbm
11466 %{texmfdist}/fonts/source/public/bbm
11467 %{texmfdist}/fonts/tfm/public/bbm
11468 %{texmfdist}/source/latex/bbm
11469 %{texmfdist}/tex/latex/bbm
11470
11471 %files fonts-bbold
11472 %defattr(644,root,root,755)
11473 %{texmfdist}/fonts/source/public/bbold
11474 %{texmfdist}/fonts/tfm/public/bbold
11475
11476 # %files fonts-bh
11477 # %defattr(644,root,root,755)
11478 # %doc %{texmf}/doc/fonts/bh
11479 # %{texmf}/fonts/tfm/bh
11480 # %{texmf}/fonts/vf/bh
11481
11482 %files fonts-bitstream
11483 %defattr(644,root,root,755)
11484 %{texmfdist}/fonts/afm/bitstrea
11485 %{texmfdist}/fonts/tfm/bitstrea
11486 %{texmfdist}/fonts/vf/bitstrea
11487
11488 #%files fonts-cbgreek
11489 #%defattr(644,root,root,755)
11490
11491 %files fonts-cc-pl
11492 %defattr(644,root,root,755)
11493 %{texmfdist}/fonts/source/public/cc-pl
11494 %{texmfdist}/fonts/enc/dvips/cc-pl
11495 %{texmfdist}/fonts/tfm/public/cc-pl
11496 %{texmfdist}/fonts/map/dvips/cc-pl
11497
11498 %files fonts-cg
11499 %defattr(644,root,root,755)
11500 %{texmfdist}/fonts/tfm/cg
11501 %{texmfdist}/fonts/vf/cg
11502
11503 %files fonts-cm
11504 %defattr(644,root,root,755)
11505 %doc %{texmfdist}/doc/fonts/cm
11506 %dir %{texmfdist}/doc/fonts
11507 %dir %{texmfdist}/dvips
11508 %dir %{texmfdist}/fonts/afm/bluesky
11509 %dir %{texmfdist}/fonts/map/dvips
11510 %dir %{texmfdist}/fonts/pk/ljfour/public
11511 %{texmfdist}/dvips/cm
11512 %{texmfdist}/fonts/source/public/cm
11513 %{texmfdist}/fonts/afm/bluesky/cm
11514 %{texmfdist}/fonts/tfm/public/cm
11515 %{texmfdist}/fonts/pk/ljfour/public/cm
11516 %{texmfdist}/fonts/map/dvips/cm
11517
11518 %files fonts-cmbright
11519 %defattr(644,root,root,755)
11520 %doc %{texmfdist}/doc/latex/cmbright
11521 %{texmfdist}/fonts/source/public/cmbright
11522 %{texmfdist}/fonts/tfm/public/cmbright
11523 %{texmfdist}/source/latex/cmbright
11524 %{texmfdist}/tex/latex/cmbright
11525
11526 %files fonts-cmcyr
11527 %defattr(644,root,root,755)
11528 %doc %{texmfdist}/doc/fonts/cmcyr
11529 %{texmfdist}/fonts/source/public/cmcyr
11530 %{texmfdist}/fonts/type1/public/cmcyr
11531 %{texmfdist}/fonts/tfm/public/cmcyr
11532 %{texmfdist}/fonts/vf/public/cmcyr
11533 %{texmfdist}/fonts/map/dvips/cmcyr
11534
11535 %files fonts-cmextra
11536 %defattr(644,root,root,755)
11537 %{texmfdist}/fonts/source/public/cmextra
11538 %{texmfdist}/fonts/tfm/public/cmextra
11539
11540 %files fonts-cmsuper
11541 %defattr(644,root,root,755)
11542 %doc %{texmfdist}/doc/fonts/cm-super
11543 %{texmfdist}/fonts/afm/public/cm-super
11544 %{texmfdist}/fonts/enc/dvips/cm-super
11545 %{texmfdist}/fonts/map/dvips/cm-super
11546 %{texmfdist}/fonts/map/vtex/cm-super
11547 %{texmfdist}/fonts/type1/public/cm-super
11548
11549 %files fonts-concmath
11550 %defattr(644,root,root,755)
11551 %doc %{texmfdist}/doc/fonts/concmath
11552 %doc %{texmfdist}/doc/latex/concmath
11553 %{texmfdist}/fonts/source/public/concmath
11554 %{texmfdist}/fonts/tfm/public/concmath
11555 %{texmfdist}/source/latex/concmath
11556 %{texmfdist}/tex/latex/concmath
11557
11558 %files fonts-concrete
11559 %defattr(644,root,root,755)
11560 %doc %{texmfdist}/doc/fonts/concrete
11561 %{texmfdist}/fonts/source/public/concrete
11562 %{texmfdist}/fonts/tfm/public/concrete
11563
11564 %files fonts-cs
11565 %defattr(644,root,root,755)
11566 %{texmfdist}/dvips/cs
11567 %{texmfdist}/fonts/source/public/cs
11568 %{texmfdist}/fonts/enc/dvips/cs
11569 %{texmfdist}/fonts/tfm/public/cs
11570 %{texmfdist}/fonts/map/dvips/cs
11571
11572 #%files fonts-dstroke
11573 #%defattr(644,root,root,755)
11574
11575 %files fonts-ecc
11576 %defattr(644,root,root,755)
11577 %doc %{texmfdist}/doc/fonts/ecc
11578 %{texmfdist}/fonts/source/public/ecc
11579 %{texmfdist}/fonts/tfm/public/ecc
11580
11581 %files fonts-eurosym
11582 %defattr(644,root,root,755)
11583 %doc %{texmfdist}/doc/fonts/eurosym
11584 %{texmfdist}/fonts/source/public/eurosym
11585 %{texmfdist}/fonts/tfm/public/eurosym
11586 %{texmfdist}/fonts/map/dvips/eurosym
11587 %{texmfdist}/source/fonts/eurosym
11588 %{texmfdist}/tex/latex/eurosym
11589
11590 %files fonts-eulervm
11591 %defattr(644,root,root,755)
11592 %doc %{texmfdist}/doc/latex/eulervm
11593 %{texmfdist}/fonts/tfm/public/eulervm
11594 %{texmfdist}/fonts/vf/public/eulervm
11595 %{texmfdist}/source/latex/eulervm
11596 %{texmfdist}/tex/latex/eulervm
11597
11598 %files fonts-euxm
11599 %defattr(644,root,root,755)
11600 %{texmfdist}/fonts/source/public/euxm
11601 %{texmfdist}/fonts/tfm/public/euxm
11602
11603 %files fonts-gothic
11604 %defattr(644,root,root,755)
11605 %{texmfdist}/doc/fonts/gothic
11606 %{texmfdist}/dvips/gothic
11607 %{texmfdist}/fonts/source/public/gothic
11608 %{texmfdist}/fonts/type1/public/gothic
11609 %{texmfdist}/fonts/afm/public/gothic
11610 %{texmfdist}/fonts/tfm/public/gothic
11611 %{texmfdist}/fonts/vf/public/gothic
11612 %{texmfdist}/fonts/map/dvips/gothic
11613
11614 %files fonts-hoekwater
11615 %defattr(644,root,root,755)
11616 %{texmfdist}/fonts/afm/hoekwater
11617 %{texmfdist}/fonts/tfm/hoekwater
11618 %{texmfdist}/fonts/truetype/hoekwater
11619
11620 %files fonts-jknappen
11621 %defattr(644,root,root,755)
11622 %{texmfdist}/fonts/source/jknappen
11623 %{texmfdist}/fonts/tfm/jknappen
11624
11625 %files fonts-latex
11626 %defattr(644,root,root,755)
11627 %doc %{texmfdist}/doc/latex/esint
11628 %dir %{texmfdist}/fonts/source/public/latex-fonts
11629 %dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11630 %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
11631 %dir %{texmfdist}/fonts/tfm/public/latex-fonts
11632 %dir %{texmfdist}/fonts/map/dvips/latex-fonts
11633 %{texmfdist}/fonts/source/public/esint
11634 %{texmfdist}/fonts/tfm/public/esint
11635 %{texmfdist}/source/latex/esint
11636 %{texmfdist}/tex/latex/esint
11637 %{texmfdist}/fonts/source/public/latex-fonts/*
11638 %{texmfdist}/fonts/type1/bluesky/latex-fonts/*
11639 %{texmfdist}/fonts/afm/bluesky/latex-fonts/*
11640 %{texmfdist}/fonts/tfm/public/latex-fonts/*
11641 %{texmfdist}/fonts/map/dvips/latex-fonts/*
11642
11643 %files fonts-lh
11644 %defattr(644,root,root,755)
11645 %doc %{texmfdist}/doc/fonts/lh
11646 %{texmfdist}/fonts/source/lh
11647 %{texmfdist}/metapost/support/charlib/LH
11648 %{texmfdist}/source/fonts/lh
11649 %{texmfdist}/source/latex/lh
11650
11651 %files fonts-lm
11652 %defattr(644,root,root,755)
11653 %doc %{texmfdist}/doc/fonts/lm
11654 %{texmfdist}/fonts/type1/public/lm
11655 %{texmfdist}/fonts/afm/public/lm
11656 %{texmfdist}/fonts/opentype/public/lm
11657 %{texmfdist}/fonts/enc/dvips/lm
11658 %{texmfdist}/fonts/tfm/public/lm
11659 %{texmfdist}/fonts/map/dvips/lm
11660 %{texmfdist}/fonts/map/dvipdfm/lm
11661 %{texmfdist}/source/fonts/lm
11662 %{texmfdist}/tex/latex/lm
11663
11664 %files fonts-marvosym
11665 %defattr(644,root,root,755)
11666 %doc %{texmfdist}/doc/latex/marvosym
11667 %dir %{texmfdist}/source/fonts/eurofont
11668 %dir %{texmfdist}/source/fonts/eurofont/marvosym
11669 %dir %{texmfdist}/tex/latex
11670 %{texmfdist}/fonts/type1/public/marvosym
11671 %{texmfdist}/fonts/afm/public/marvosym
11672 %{texmfdist}/fonts/tfm/public/marvosym
11673 %{texmfdist}/fonts/map/dvips/marvosym
11674 %{texmfdist}/source/fonts/eurofont/marvosym/*
11675 %{texmfdist}/tex/latex/marvosym
11676
11677 %files fonts-mflogo
11678 %defattr(644,root,root,755)
11679 %doc %{texmfdist}/doc/latex/mflogo
11680 %{texmfdist}/fonts/source/public/mflogo
11681 %{texmfdist}/fonts/type1/hoekwater/mflogo
11682 %{texmfdist}/fonts/afm/hoekwater/mflogo
11683 %{texmfdist}/fonts/tfm/public/mflogo
11684 %{texmfdist}/fonts/map/dvips/mflogo
11685 %{texmfdist}/source/latex/mflogo
11686 %{texmfdist}/tex/latex/mflogo
11687
11688 %files fonts-misc
11689 %defattr(644,root,root,755)
11690 %doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
11691 %{texmfdist}/fonts/source/public/misc
11692 %{texmfdist}/fonts/tfm/public/misc
11693 %{texmfdist}/fonts/misc
11694
11695 %files fonts-monotype
11696 %defattr(644,root,root,755)
11697 %{texmfdist}/fonts/tfm/monotype
11698 %{texmfdist}/fonts/vf/monotype
11699
11700
11701 %files fonts-other
11702 %defattr(644,root,root,755)
11703
11704 %doc %{texmfdist}/doc/fonts/yi4latex
11705 %{texmfdist}/fonts/source/public/yi4latex
11706 %{texmfdist}/fonts/tfm/public/yi4latex
11707
11708 %{texmfdist}/fonts/tfm/public/pslatex
11709 %{texmfdist}/fonts/map/dvips/pslatex
11710 %{texmfdist}/fonts/vf/public/pslatex
11711
11712 %doc %{texmfdist}/doc/fonts/allrunes
11713 %{texmfdist}/fonts/source/public/allrunes
11714 %{texmfdist}/fonts/tfm/public/allrunes
11715 %{texmfdist}/fonts/type1/public/allrunes
11716 %{texmfdist}/source/fonts/allrunes
11717
11718 %doc %{texmfdist}/doc/fonts/antiqua
11719 %{texmfdist}/fonts/map/dvips/antiqua
11720
11721 %{texmfdist}/fonts/source/public/apl
11722 %{texmfdist}/fonts/tfm/public/apl
11723 %{texmfdist}/source/fonts/apl
11724
11725 %{texmfdist}/fonts/afm/arabi
11726 %{texmfdist}/fonts/tfm/arabi
11727 %{texmfdist}/fonts/type1/arabi
11728 %{texmfdist}/fonts/enc/dvips/arabi
11729 %{texmfdist}/fonts/map/dvips/arabi
11730
11731 %{texmfdist}/fonts/map/dvips/arabtex
11732 %{texmfdist}/fonts/source/public/arabtex
11733 %{texmfdist}/fonts/tfm/public/arabtex
11734 %{texmfdist}/fonts/type1/public/arabtex
11735
11736 %doc %{texmfdist}/doc/fonts/archaic
11737 %{texmfdist}/fonts/afm/public/archaic
11738 %{texmfdist}/fonts/map/dvips/archaic
11739 %{texmfdist}/fonts/source/public/archaic
11740 %{texmfdist}/fonts/tfm/public/archaic
11741 %{texmfdist}/fonts/type1/public/archaic
11742 %{texmfdist}/source/fonts/archaic
11743
11744 %doc %{texmfdist}/doc/fonts/arev
11745 %{texmfdist}/fonts/afm/public/arev
11746 %{texmfdist}/fonts/enc/dvips/arev
11747 %{texmfdist}/fonts/map/dvips/arev
11748 %{texmfdist}/fonts/tfm/public/arev
11749 %{texmfdist}/fonts/type1/public/arev
11750 %{texmfdist}/fonts/vf/public/arev
11751 %{texmfdist}/source/fonts/arev
11752
11753 %{texmfdist}/fonts/tfm/vntex/arevvn
11754 %{texmfdist}/fonts/type1/vntex/arevvn
11755
11756 %{texmfdist}/fonts/source/public/ar
11757 %{texmfdist}/fonts/tfm/public/ar
11758
11759 %doc %{texmfdist}/doc/fonts/armenian
11760 %{texmfdist}/fonts/source/public/armenian
11761 %{texmfdist}/fonts/tfm/public/armenian
11762
11763 %{texmfdist}/fonts/map/dvips/arphic
11764
11765 %doc %{texmfdist}/doc/fonts/malayalam
11766 %doc %{texmfdist}/doc/fonts/Asana-Math
11767 %{texmfdist}/fonts/opentype/public/Asana-Math
11768
11769 %doc %{texmfdist}/doc/fonts/ascii
11770 %{texmfdist}/fonts/map/dvips/ascii
11771 %{texmfdist}/fonts/tfm/public/ascii
11772 %{texmfdist}/fonts/type1/public/ascii
11773
11774 %doc %{texmfdist}/doc/fonts/astro
11775 %{texmfdist}/fonts/source/public/astro
11776 %{texmfdist}/fonts/tfm/public/astro
11777
11778 %{texmfdist}/fonts/afm/public/augie
11779 %{texmfdist}/fonts/map/dvips/augie
11780 %{texmfdist}/fonts/tfm/public/augie
11781 %{texmfdist}/fonts/type1/public/augie
11782 %{texmfdist}/fonts/vf/public/augie
11783
11784 %doc %{texmfdist}/doc/fonts/auncial-new
11785 %{texmfdist}/fonts/afm/public/auncial-new
11786 %{texmfdist}/fonts/map/dvips/auncial-new
11787 %{texmfdist}/fonts/tfm/public/auncial-new
11788 %{texmfdist}/fonts/type1/public/auncial-new
11789 %{texmfdist}/source/fonts/auncial-new
11790
11791 %{texmfdist}/fonts/afm/public/aurical
11792 %{texmfdist}/fonts/map/dvips/aurical
11793 %{texmfdist}/fonts/source/public/aurical
11794 %{texmfdist}/fonts/tfm/public/aurical
11795 %{texmfdist}/fonts/type1/public/aurical
11796
11797 %{texmfdist}/fonts/map/dvips/avantgar
11798
11799 %{texmfdist}/fonts/source/public/backgammon
11800 %{texmfdist}/fonts/tfm/public/backgammon
11801
11802 %{texmfdist}/fonts/source/public/bangtex
11803 %{texmfdist}/fonts/tfm/public/bangtex
11804
11805 %{texmfdist}/fonts/source/public/barcodes
11806 %{texmfdist}/fonts/tfm/public/barcodes
11807
11808 %{texmfdist}/fonts/source/public/bayer
11809 %{texmfdist}/fonts/tfm/public/bayer
11810
11811 %{texmfdist}/fonts/source/public/bbding
11812 %{texmfdist}/fonts/tfm/public/bbding
11813
11814 %{texmfdist}/fonts/map/dvips/belleek
11815 %{texmfdist}/fonts/truetype/public
11816
11817 %{texmfdist}/fonts/source/public/bengali
11818 %{texmfdist}/fonts/tfm/public/bengali
11819
11820 %doc %{texmfdist}/doc/fonts/bera
11821 %{texmfdist}/fonts/afm/public/bera
11822 %{texmfdist}/fonts/map/dvips/bera
11823 %{texmfdist}/fonts/map/vtex/bera
11824 %{texmfdist}/fonts/tfm/public/bera
11825 %{texmfdist}/fonts/type1/public/bera
11826 %{texmfdist}/fonts/vf/public/bera
11827
11828 %doc %{texmfdist}/doc/fonts/blacklettert1
11829 %{texmfdist}/fonts/tfm/public/blacklettert1
11830 %{texmfdist}/fonts/vf/public/blacklettert1
11831 %{texmfdist}/source/fonts/blacklettert1
11832
11833 %doc %{texmfdist}/doc/fonts/boisik
11834 %{texmfdist}/fonts/source/public/boisik
11835
11836 %doc %{texmfdist}/doc/fonts/bookhands
11837 %{texmfdist}/fonts/source/public/bookhands
11838
11839 %{texmfdist}/fonts/map/dvips/bookman
11840
11841 %{texmfdist}/fonts/afm/public/brushscr
11842 %{texmfdist}/fonts/map/dvips/brushscr
11843 %{texmfdist}/fonts/tfm/public/brushscr
11844 %{texmfdist}/fonts/type1/public/brushscr
11845 %{texmfdist}/fonts/vf/public/brushscr
11846
11847 %doc %{texmfdist}/doc/fonts/burmese
11848 %{texmfdist}/fonts/map/dvips/burmese
11849 %{texmfdist}/fonts/tfm/public/burmese
11850 %{texmfdist}/fonts/type1/public/burmese
11851
11852 %doc %{texmfdist}/doc/fonts/cns
11853 %{texmfdist}/fonts/tfm/cns
11854
11855 %{texmfdist}/fonts/enc/dvips/c90enc
11856
11857 %{texmfdist}/fonts/source/public/calligra
11858 %{texmfdist}/fonts/tfm/public/calligra
11859
11860 %doc %{texmfdist}/doc/fonts/carolmin-ps
11861 %{texmfdist}/fonts/afm/public/carolmin-ps
11862 %{texmfdist}/fonts/map/dvips/carolmin-ps
11863 %{texmfdist}/fonts/type1/public/carolmin-ps
11864
11865 %{texmfdist}/fonts/source/public/casyl
11866 %{texmfdist}/fonts/tfm/public/casyl
11867
11868 %{texmfdist}/fonts/source/public/cbcoptic
11869 %{texmfdist}/fonts/tfm/public/cbcoptic
11870 %{texmfdist}/fonts/type1/public/cbcoptic
11871
11872 %doc %{texmfdist}/doc/fonts/cbfonts
11873 %{texmfdist}/fonts/enc/dvips/cbfonts
11874 %{texmfdist}/fonts/map/dvips/cbfonts
11875 %{texmfdist}/fonts/source/public/cbfonts
11876 %{texmfdist}/fonts/tfm/public/cbfonts
11877 %{texmfdist}/fonts/type1/public/cbfonts
11878
11879 %{texmfdist}/fonts/source/public/cchess
11880 %{texmfdist}/fonts/tfm/public/cchess
11881
11882 %{texmfdist}/fonts/afm/vntex/chartervn
11883 %{texmfdist}/fonts/tfm/vntex/chartervn
11884 %{texmfdist}/fonts/type1/vntex/chartervn
11885 %{texmfdist}/fonts/vf/vntex/chartervn
11886
11887 %doc %{texmfdist}/doc/fonts/chemarrow
11888 %{texmfdist}/fonts/afm/public/chemarrow
11889 %{texmfdist}/fonts/map/dvips/chemarrow
11890 %{texmfdist}/fonts/source/public/chemarrow
11891 %{texmfdist}/fonts/tfm/public/chemarrow
11892 %{texmfdist}/fonts/type1/public/chemarrow
11893
11894 %{texmfdist}/fonts/source/public/cherokee
11895 %{texmfdist}/fonts/tfm/public/cherokee
11896
11897 %{texmfdist}/fonts/source/public/chess
11898
11899 %{texmfdist}/fonts/enc/dvips/chessfss
11900
11901 %{texmfdist}/fonts/source/public/china2e
11902 %{texmfdist}/fonts/tfm/public/china2e
11903
11904 %{texmfdist}/fonts/source/public/circ
11905 %{texmfdist}/fonts/tfm/public/circ
11906
11907 %doc %{texmfdist}/doc/fonts/cirth
11908 %{texmfdist}/fonts/source/public/cirth
11909 %{texmfdist}/fonts/tfm/public/cirth
11910
11911 %doc %{texmfdist}/doc/fonts/cjhebrew
11912 %{texmfdist}/fonts/afm/public/cjhebrew
11913 %{texmfdist}/fonts/enc/dvips/cjhebrew
11914 %{texmfdist}/fonts/map/dvips/cjhebrew
11915 %{texmfdist}/fonts/tfm/public/cjhebrew
11916 %{texmfdist}/fonts/type1/public/cjhebrew
11917 %{texmfdist}/fonts/vf/public/cjhebrew
11918
11919 %{texmfdist}/fonts/source/public/clock
11920 %{texmfdist}/fonts/tfm/public/clock
11921
11922 %doc %{texmfdist}/doc/fonts/cmastro
11923 %{texmfdist}/fonts/source/public/cmastro
11924 %{texmfdist}/fonts/tfm/public/cmastro
11925
11926 %{texmfdist}/fonts/tfm/vntex/cmbrightvn
11927 %{texmfdist}/fonts/type1/vntex/cmbrightvn
11928
11929 %{texmfdist}/fonts/type1/public/cmex
11930
11931 %{texmfdist}/fonts/afm/public/cm-lgc
11932 %{texmfdist}/fonts/enc/dvips/cm-lgc
11933 %{texmfdist}/fonts/map/dvips/cm-lgc
11934 %{texmfdist}/fonts/ofm/public/cm-lgc
11935 %{texmfdist}/fonts/ovf/public/cm-lgc
11936 %{texmfdist}/fonts/tfm/public/cm-lgc
11937 %{texmfdist}/fonts/type1/public/cm-lgc
11938 %{texmfdist}/fonts/vf/public/cm-lgc
11939
11940 %{texmfdist}/fonts/map/dvips/cmll
11941 %{texmfdist}/fonts/source/public/cmll
11942 %{texmfdist}/fonts/tfm/public/cmll
11943 %{texmfdist}/fonts/type1/public/cmll
11944
11945 %doc %{texmfdist}/doc/fonts/cmpica
11946 %{texmfdist}/fonts/source/public/cmpica
11947 %{texmfdist}/fonts/tfm/public/cmpica
11948
11949
11950 %{texmfdist}/fonts/tfm/vntex/comicsansvn
11951 %{texmfdist}/fonts/type1/vntex/comicsansvn
11952 %{texmfdist}/fonts/vf/vntex/comicsansvn
11953
11954 %{texmfdist}/fonts/tfm/vntex/concretevn
11955 %{texmfdist}/fonts/type1/vntex/concretevn
11956
11957 %{texmfdist}/fonts/afm/ibm
11958 %{texmfdist}/fonts/tfm/ibm
11959 %{texmfdist}/fonts/vf/ibm
11960 %{texmfdist}/fonts/map/dvips/courier
11961 %{texmfdist}/fonts/tfm/cspsfonts-adobe
11962 %{texmfdist}/fonts/vf/cspsfonts-adobe
11963
11964 %doc %{texmfdist}/doc/fonts/croatian
11965 %{texmfdist}/fonts/source/public/croatian
11966
11967 %{texmfdist}/fonts/afm/public/cryst
11968 %{texmfdist}/fonts/source/public/cryst
11969 %{texmfdist}/fonts/tfm/public/cryst
11970 %{texmfdist}/fonts/type1/public/cryst
11971
11972 %{texmfdist}/fonts/source/public/ctib
11973 %{texmfdist}/fonts/tfm/public/ctib
11974
11975 %doc %{texmfdist}/doc/fonts/cyklop
11976 %{texmfdist}/fonts/afm/public/cyklop
11977 %{texmfdist}/fonts/enc/dvips/cyklop
11978 %{texmfdist}/fonts/map/dvips/cyklop
11979 %{texmfdist}/fonts/opentype/public/cyklop
11980 %{texmfdist}/fonts/tfm/public/cyklop
11981 %{texmfdist}/fonts/type1/public/cyklop
11982
11983 %{texmfdist}/fonts/source/public/dancers
11984 %{texmfdist}/fonts/tfm/public/dancers
11985
11986 %doc %{texmfdist}/doc/fonts/dice
11987 %{texmfdist}/fonts/source/public/dice
11988 %{texmfdist}/fonts/tfm/public/dice
11989
11990 %doc %{texmfdist}/doc/fonts/dictsym
11991 %{texmfdist}/fonts/afm/public/dictsym
11992 %{texmfdist}/fonts/map/dvips/dictsym
11993 %{texmfdist}/fonts/map/vtex/dictsym
11994 %{texmfdist}/fonts/tfm/public/dictsym
11995 %{texmfdist}/fonts/type1/public/dictsym
11996
11997 %doc %{texmfdist}/doc/fonts/dingbat
11998 %{texmfdist}/fonts/tfm/public/dingbat
11999 %{texmfdist}/source/fonts/dingbat
12000
12001 %doc %{texmfdist}/doc/fonts/doublestroke
12002 %{texmfdist}/fonts/map/dvips/doublestroke
12003 %{texmfdist}/fonts/source/public/doublestroke
12004 %{texmfdist}/fonts/tfm/public/doublestroke
12005 %{texmfdist}/fonts/type1/public/doublestroke
12006
12007 %doc %{texmfdist}/doc/fonts/duerer
12008 %{texmfdist}/fonts/source/public/duerer
12009 %{texmfdist}/fonts/tfm/public/duerer
12010
12011 %doc %{texmfdist}/doc/fonts/ean
12012 %{texmfdist}/fonts/source/public/ean
12013 %{texmfdist}/fonts/tfm/public/ean
12014
12015 %doc %{texmfdist}/doc/fonts/eco
12016 %{texmfdist}/fonts/tfm/public/eco
12017 %{texmfdist}/fonts/vf/public/eco
12018 %{texmfdist}/source/fonts/eco
12019
12020 %doc %{texmfdist}/doc/fonts/eiad
12021 %{texmfdist}/fonts/source/public/eiad
12022 %{texmfdist}/fonts/tfm/public/eiad
12023
12024 %doc %{texmfdist}/doc/fonts/elvish
12025 %{texmfdist}/fonts/source/public/elvish
12026 %{texmfdist}/fonts/tfm/public/elvish
12027
12028 %doc %{texmfdist}/doc/fonts/epigrafica
12029 %{texmfdist}/fonts/afm/public/epigrafica
12030 %{texmfdist}/fonts/enc/dvips/epigrafica
12031 %{texmfdist}/fonts/map/dvips/epigrafica
12032 %{texmfdist}/fonts/tfm/public/epigrafica
12033 %{texmfdist}/fonts/type1/public/epigrafica
12034 %{texmfdist}/fonts/vf/public/epigrafica
12035
12036 %{texmfdist}/fonts/map/dvips/epiolmec
12037 %{texmfdist}/fonts/tfm/public/epiolmec
12038 %{texmfdist}/fonts/type1/public/epiolmec
12039
12040 %doc %{texmfdist}/doc/fonts/esint-type1
12041 %{texmfdist}/fonts/map/dvips/esint-type1
12042 %{texmfdist}/fonts/type1/public/esint-type1
12043
12044 %{texmfdist}/fonts/map/dvips/esvect
12045 %{texmfdist}/fonts/source/public/esvect
12046 %{texmfdist}/fonts/tfm/public/esvect
12047 %{texmfdist}/fonts/type1/public/esvect
12048
12049 %{texmfdist}/fonts/ofm/public/ethiop
12050 %{texmfdist}/fonts/ovf/public/ethiop
12051 %{texmfdist}/fonts/ovp/public/ethiop
12052 %{texmfdist}/fonts/source/public/ethiop
12053 %{texmfdist}/fonts/tfm/public/ethiop
12054
12055 %{texmfdist}/fonts/map/dvips/ethiop-t1
12056 %{texmfdist}/fonts/type1/public/ethiop-t1
12057
12058 %doc %{texmfdist}/doc/fonts/euro-ce
12059 %{texmfdist}/fonts/source/public/euro-ce
12060 %{texmfdist}/fonts/tfm/public/euro-ce
12061
12062 %doc %{texmfdist}/doc/fonts/eurofont
12063 %{texmfdist}/fonts/map/dvips/eurofont
12064 %{texmfdist}/source/fonts/eurofont
12065
12066 %doc %{texmfdist}/doc/fonts/feyn
12067 %{texmfdist}/fonts/source/public/feyn
12068 %{texmfdist}/fonts/tfm/public/feyn
12069 %{texmfdist}/source/fonts/feyn
12070
12071 %doc %{texmfdist}/doc/fonts/fge
12072 %{texmfdist}/fonts/source/public/fge
12073 %{texmfdist}/fonts/tfm/public/fge
12074 %{texmfdist}/source/fonts/fge
12075
12076 %{texmfdist}/fonts/map/dvips/foekfont
12077 %{texmfdist}/fonts/tfm/public/foekfont
12078 %{texmfdist}/fonts/type1/public/foekfont
12079
12080 %doc %{texmfdist}/doc/fonts/fonetika
12081 %{texmfdist}/fonts/afm/public/fonetika
12082 %{texmfdist}/fonts/map/dvips/fonetika
12083 %{texmfdist}/fonts/tfm/public/fonetika
12084 %{texmfdist}/fonts/type1/public/fonetika
12085
12086 %doc %{texmfdist}/doc/fonts/fourier
12087 %{texmfdist}/fonts/afm/public/fourier
12088 %{texmfdist}/fonts/map/dvips/fourier
12089 %{texmfdist}/fonts/tfm/public/fourier
12090 %{texmfdist}/fonts/type1/public/fourier
12091 %{texmfdist}/fonts/vf/public/fourier
12092 %{texmfdist}/source/fonts/fourier
12093
12094 %doc %{texmfdist}/doc/fonts/fouriernc
12095 %{texmfdist}/fonts/afm/public/fouriernc
12096 %{texmfdist}/fonts/tfm/public/fouriernc
12097 %{texmfdist}/fonts/vf/public/fouriernc
12098
12099 %doc %{texmfdist}/doc/fonts/frcursive
12100 %{texmfdist}/fonts/source/public/frcursive
12101 %{texmfdist}/fonts/tfm/public/frcursive
12102 %{texmfdist}/source/fonts/frcursive
12103
12104 %doc %{texmfdist}/doc/fonts/futhark
12105 %{texmfdist}/fonts/source/public/futhark
12106 %{texmfdist}/fonts/tfm/public/futhark
12107
12108 %{texmfdist}/fonts/afm/public/garuda
12109 %{texmfdist}/fonts/map/dvips/garuda
12110 %{texmfdist}/fonts/tfm/public/garuda
12111 %{texmfdist}/fonts/type1/public/garuda
12112
12113 %doc %{texmfdist}/doc/fonts/genealogy
12114 %{texmfdist}/fonts/source/public/genealogy
12115 %{texmfdist}/fonts/tfm/public/genealogy
12116
12117 %doc %{texmfdist}/doc/fonts/gfsartemisia
12118 %{texmfdist}/fonts/afm/public/gfsartemisia
12119 %{texmfdist}/fonts/enc/dvips/gfsartemisia
12120 %{texmfdist}/fonts/map/dvips/gfsartemisia
12121 %{texmfdist}/fonts/opentype/public/gfsartemisia
12122 %{texmfdist}/fonts/tfm/public/gfsartemisia
12123 %{texmfdist}/fonts/type1/public/gfsartemisia
12124 %{texmfdist}/fonts/vf/public/gfsartemisia
12125
12126 %doc %{texmfdist}/doc/fonts/gfsbaskerville
12127 %{texmfdist}/fonts/afm/public/gfsbaskerville
12128 %{texmfdist}/fonts/enc/dvips/gfsbaskerville
12129 %{texmfdist}/fonts/map/dvips/gfsbaskerville
12130 %{texmfdist}/fonts/opentype/public/gfsbaskerville
12131 %{texmfdist}/fonts/tfm/public/gfsbaskerville
12132 %{texmfdist}/fonts/type1/public/gfsbaskerville
12133 %{texmfdist}/fonts/vf/public/gfsbaskerville
12134
12135 %doc %{texmfdist}/doc/fonts/gfsbodoni
12136 %{texmfdist}/fonts/afm/public/gfsbodoni
12137 %{texmfdist}/fonts/enc/dvips/gfsbodoni
12138 %{texmfdist}/fonts/map/dvips/gfsbodoni
12139 %{texmfdist}/fonts/opentype/public/gfsbodoni
12140 %{texmfdist}/fonts/tfm/public/gfsbodoni
12141 %{texmfdist}/fonts/type1/public/gfsbodoni
12142 %{texmfdist}/fonts/vf/public/gfsbodoni
12143
12144 %doc %{texmfdist}/doc/fonts/gfscomplutum
12145 %{texmfdist}/fonts/afm/public/gfscomplutum
12146 %{texmfdist}/fonts/enc/dvips/gfscomplutum
12147 %{texmfdist}/fonts/map/dvips/gfscomplutum
12148 %{texmfdist}/fonts/opentype/public/gfscomplutum
12149 %{texmfdist}/fonts/tfm/public/gfscomplutum
12150 %{texmfdist}/fonts/type1/public/gfscomplutum
12151 %{texmfdist}/fonts/vf/public/gfscomplutum
12152
12153 %doc %{texmfdist}/doc/fonts/gfsdidot
12154 %{texmfdist}/fonts/afm/public/gfsdidot
12155 %{texmfdist}/fonts/enc/dvips/gfsdidot
12156 %{texmfdist}/fonts/map/dvips/gfsdidot
12157 %{texmfdist}/fonts/opentype/public/gfsdidot
12158 %{texmfdist}/fonts/tfm/public/gfsdidot
12159 %{texmfdist}/fonts/type1/public/gfsdidot
12160 %{texmfdist}/fonts/vf/public/gfsdidot
12161
12162 %doc %{texmfdist}/doc/fonts/gfsneohellenic
12163 %{texmfdist}/fonts/afm/public/gfsneohellenic
12164 %{texmfdist}/fonts/enc/dvips/gfsneohellenic
12165 %{texmfdist}/fonts/map/dvips/gfsneohellenic
12166 %{texmfdist}/fonts/opentype/public/gfsneohellenic
12167 %{texmfdist}/fonts/tfm/public/gfsneohellenic
12168 %{texmfdist}/fonts/type1/public/gfsneohellenic
12169 %{texmfdist}/fonts/vf/public/gfsneohellenic
12170
12171 %doc %{texmfdist}/doc/fonts/gfsporson
12172 %{texmfdist}/fonts/afm/public/gfsporson
12173 %{texmfdist}/fonts/enc/dvips/gfsporson
12174 %{texmfdist}/fonts/map/dvips/gfsporson
12175 %{texmfdist}/fonts/opentype/public/gfsporson
12176 %{texmfdist}/fonts/tfm/public/gfsporson
12177 %{texmfdist}/fonts/type1/public/gfsporson
12178 %{texmfdist}/fonts/vf/public/gfsporson
12179
12180 %doc %{texmfdist}/doc/fonts/gfssolomos
12181 %{texmfdist}/fonts/afm/public/gfssolomos
12182 %{texmfdist}/fonts/enc/dvips/gfssolomos
12183 %{texmfdist}/fonts/map/dvips/gfssolomos
12184 %{texmfdist}/fonts/opentype/public/gfssolomos
12185 %{texmfdist}/fonts/tfm/public/gfssolomos
12186 %{texmfdist}/fonts/type1/public/gfssolomos
12187 %{texmfdist}/fonts/vf/public/gfssolomos
12188
12189 %{texmfdist}/fonts/source/public/go
12190 %{texmfdist}/fonts/tfm/public/go
12191
12192 %doc %{texmfdist}/doc/fonts/greenpoint
12193 %{texmfdist}/fonts/source/public/greenpoint
12194 %{texmfdist}/fonts/tfm/public/greenpoint
12195
12196 %{texmfdist}/fonts/afm/groff
12197 %{texmfdist}/fonts/enc/dvips/groff
12198 %{texmfdist}/fonts/map/dvips/groff
12199 %{texmfdist}/fonts/tfm/groff
12200 %{texmfdist}/fonts/type1/groff
12201
12202 %doc %{texmfdist}/doc/fonts/grotesq
12203 %{texmfdist}/fonts/map/dvips/grotesq
12204
12205 %{texmfdist}/fonts/afm/vntex/grotesqvn
12206 %{texmfdist}/fonts/tfm/vntex/grotesqvn
12207 %{texmfdist}/fonts/type1/vntex/grotesqvn
12208
12209 %{texmfdist}/fonts/afm/public/grverb
12210 %{texmfdist}/fonts/map/dvips/grverb
12211 %{texmfdist}/fonts/tfm/public/grverb
12212 %{texmfdist}/fonts/type1/public/grverb
12213 %{texmfdist}/fonts/vf/public/grverb
12214
12215 %{texmfdist}/fonts/source/public/hands
12216 %{texmfdist}/fonts/tfm/public/hands
12217
12218 %{texmfdist}/fonts/afm/jmn
12219 %{texmfdist}/fonts/tfm/jmn
12220 %{texmfdist}/fonts/type1/jmn
12221
12222 %{texmfdist}/fonts/map/dvips/helvetic
12223
12224 %doc %{texmfdist}/doc/fonts/hfbright
12225 %{texmfdist}/fonts/afm/public/hfbright
12226 %{texmfdist}/fonts/enc/dvips/hfbright
12227 %{texmfdist}/fonts/map/dvips/hfbright
12228 %{texmfdist}/fonts/type1/public/hfbright
12229 %{texmfdist}/source/fonts/hfbright
12230
12231 %doc %{texmfdist}/doc/fonts/hfoldsty
12232 %{texmfdist}/fonts/tfm/public/hfoldsty
12233 %{texmfdist}/fonts/vf/public/hfoldsty
12234 %{texmfdist}/source/fonts/hfoldsty
12235
12236 %doc %{texmfdist}/doc/fonts/ibygrk
12237 %{texmfdist}/tex/generic/ibygrk
12238 %{texmfdist}/fonts/afm/public/ibygrk
12239 %{texmfdist}/fonts/enc/dvips/ibygrk
12240 %{texmfdist}/fonts/map/dvips/ibygrk
12241 %{texmfdist}/fonts/source/public/ibygrk
12242 %{texmfdist}/fonts/tfm/public/ibygrk
12243 %{texmfdist}/fonts/type1/public/ibygrk
12244
12245 %doc %{texmfdist}/doc/fonts/ifsym
12246 %{texmfdist}/fonts/source/public/ifsym
12247 %{texmfdist}/fonts/tfm/public/ifsym
12248
12249 %doc %{texmfdist}/doc/fonts/initials
12250 %{texmfdist}/fonts/afm/public/initials
12251 %{texmfdist}/fonts/map/dvips/initials
12252 %{texmfdist}/fonts/tfm/public/initials
12253 %{texmfdist}/fonts/type1/public/initials
12254
12255 %doc %{texmfdist}/doc/fonts/itrans
12256 %{texmfdist}/fonts/afm/public/itrans
12257 %{texmfdist}/fonts/source/public/itrans
12258 %{texmfdist}/fonts/tfm/public/itrans
12259 %{texmfdist}/fonts/type1/public/itrans
12260
12261 %doc %{texmfdist}/doc/fonts/iwona
12262 %{texmfdist}/fonts/afm/public/iwona
12263 %{texmfdist}/fonts/enc/dvips/iwona
12264 %{texmfdist}/fonts/map/dvips/iwona
12265 %{texmfdist}/fonts/opentype/public/iwona
12266 %{texmfdist}/fonts/tfm/public/iwona
12267 %{texmfdist}/fonts/type1/public/iwona
12268
12269 %{texmfdist}/fonts/enc/dvips/jmn
12270 %{texmfdist}/fonts/map/dvips/jmn
12271
12272 %doc %{texmfdist}/doc/fonts/kdgreek
12273 %{texmfdist}/fonts/source/public/kdgreek
12274 %{texmfdist}/fonts/tfm/public/kdgreek
12275
12276 %{texmfdist}/fonts/afm/public/kerkis
12277 %{texmfdist}/fonts/enc/dvips/kerkis
12278 %{texmfdist}/fonts/map/dvips/kerkis
12279 %{texmfdist}/fonts/tfm/public/kerkis
12280 %{texmfdist}/fonts/type1/public/kerkis
12281 %{texmfdist}/fonts/vf/public/kerkis
12282
12283 %doc %{texmfdist}/doc/fonts/kixfont
12284 %{texmfdist}/fonts/source/public/kixfont
12285 %{texmfdist}/fonts/tfm/public/kixfont
12286
12287 %doc %{texmfdist}/doc/fonts/kpfonts
12288 %dir %{texmfdist}/fonts/map/public
12289 %{texmfdist}/fonts/afm/public/kpfonts
12290 %{texmfdist}/fonts/map/public/kpfonts
12291 %{texmfdist}/fonts/source/public/kpfonts
12292 %{texmfdist}/fonts/tfm/public/kpfonts
12293 %{texmfdist}/fonts/type1/public/kpfonts
12294 %{texmfdist}/fonts/vf/public/kpfonts
12295
12296 %doc %{texmfdist}/doc/fonts/kurier
12297 %{texmfdist}/fonts/afm/public/kurier
12298 %{texmfdist}/fonts/enc/dvips/kurier
12299 %{texmfdist}/fonts/map/dvips/kurier
12300 %{texmfdist}/fonts/opentype/public/kurier
12301 %{texmfdist}/fonts/tfm/public/kurier
12302 %{texmfdist}/fonts/type1/public/kurier
12303
12304 %doc %{texmfdist}/doc/fonts/levy
12305 %{texmfdist}/fonts/source/public/levy
12306
12307 %doc %{texmfdist}/doc/fonts/lfb
12308 %{texmfdist}/fonts/source/public/lfb
12309 %{texmfdist}/fonts/tfm/public/lfb
12310
12311 %doc %{texmfdist}/doc/fonts/libertine
12312 %{texmfdist}/fonts/afm/public/libertine
12313 %{texmfdist}/fonts/enc/dvips/libertine
12314 %{texmfdist}/fonts/map/dvips/libertine
12315 %{texmfdist}/fonts/tfm/public/libertine
12316 %{texmfdist}/fonts/type1/public/libertine
12317 %{texmfdist}/fonts/vf/public/libertine
12318
12319 %doc %{texmfdist}/doc/fonts/linearA
12320 %{texmfdist}/fonts/afm/public/linearA
12321 %{texmfdist}/fonts/map/dvips/linearA
12322 %{texmfdist}/fonts/tfm/public/linearA
12323 %{texmfdist}/fonts/type1/public/linearA
12324 %{texmfdist}/source/fonts/linearA
12325
12326 %{texmfdist}/fonts/source/public/logic
12327 %{texmfdist}/fonts/tfm/public/logic
12328
12329 %doc %{texmfdist}/doc/fonts/lxfonts
12330 %{texmfdist}/fonts/map/dvips/lxfonts
12331 %{texmfdist}/fonts/source/public/lxfonts
12332 %{texmfdist}/fonts/tfm/public/lxfonts
12333 %{texmfdist}/fonts/type1/public/lxfonts
12334
12335 %doc %{texmfdist}/doc/fonts/ly1
12336 %{texmfdist}/fonts/map/dvips/ly1
12337
12338 %{texmfdist}/fonts/source/public/malayalam
12339 %{texmfdist}/fonts/tfm/public/malayalam
12340
12341 %{texmfdist}/fonts/map/dvips/manfnt
12342
12343 %{texmfdist}/fonts/map/dvips/mathdesign
12344
12345 %{texmfdist}/fonts/tfm/public/mathpazo
12346 %{texmfdist}/fonts/vf/public/mathpazo
12347
12348 %{texmfdist}/fonts/afm/mathdesign
12349 %{texmfdist}/fonts/tfm/mathdesign
12350 %{texmfdist}/fonts/type1/mathdesign
12351 %{texmfdist}/fonts/vf/mathdesign
12352
12353 %{texmfdist}/fonts/enc/dvips/mnsymbol
12354 %{texmfdist}/fonts/map/dvips/mnsymbol
12355 %dir %{texmfdist}/fonts/map/vtex
12356 %{texmfdist}/fonts/map/vtex/mnsymbol
12357 %{texmfdist}/fonts/opentype/public/mnsymbol
12358 %{texmfdist}/fonts/source/public/mnsymbol
12359 %{texmfdist}/fonts/tfm/public/mnsymbol
12360 %{texmfdist}/fonts/type1/public/mnsymbol
12361
12362 %{texmfdist}/fonts/map/dvips/montex
12363 %{texmfdist}/fonts/source/public/montex
12364 %{texmfdist}/fonts/tfm/public/montex
12365 %{texmfdist}/fonts/type1/public/montex
12366
12367 %{texmfdist}/fonts/tfm/vntex/mscorevn
12368 %{texmfdist}/fonts/vf/vntex/mscorevn
12369
12370 %{texmfdist}/fonts/source/public/musixps
12371 %{texmfdist}/fonts/tfm/public/musixps
12372
12373 %doc %{texmfdist}/doc/generic/musixtex
12374 %{texmfdist}/fonts/map/dvips/musixtex
12375 %{texmfdist}/fonts/source/public/musixtex
12376 %{texmfdist}/fonts/tfm/public/musixtex
12377 %{texmfdist}/fonts/type1/public/musixtex
12378
12379 %{texmfdist}/fonts/source/public/mxd
12380 %{texmfdist}/fonts/tfm/public/mxd
12381
12382 %{texmfdist}/fonts/source/public/mxedruli
12383 %{texmfdist}/fonts/tfm/public/mxedruli
12384
12385 %{texmfdist}/fonts/map/dvips/ncntrsbk
12386
12387 %{texmfdist}/fonts/source/public/niceframe
12388 %{texmfdist}/fonts/tfm/public/niceframe
12389
12390 %doc %{texmfdist}/doc/fonts/nkarta
12391 %{texmfdist}/fonts/source/public/nkarta
12392 %{texmfdist}/fonts/tfm/public/nkarta
12393
12394 %{texmfdist}/fonts/afm/public/norasi
12395 %{texmfdist}/fonts/map/dvips/norasi
12396 %{texmfdist}/fonts/tfm/public/norasi
12397 %{texmfdist}/fonts/type1/public/norasi
12398
12399 %{texmfdist}/fonts/source/public/oca
12400
12401 %{texmfdist}/fonts/afm/public/ocherokee
12402 %{texmfdist}/fonts/map/dvips/ocherokee
12403 %{texmfdist}/fonts/ofm/public/ocherokee
12404 %{texmfdist}/fonts/ovf/public/ocherokee
12405 %{texmfdist}/fonts/ovp/public/ocherokee
12406 %{texmfdist}/fonts/tfm/public/ocherokee
12407 %{texmfdist}/fonts/type1/public/ocherokee
12408
12409 %{texmfdist}/fonts/source/public/ogham
12410 %{texmfdist}/fonts/tfm/public/ogham
12411
12412 %doc %{texmfdist}/doc/fonts/oinuit
12413 %{texmfdist}/fonts/map/dvips/oinuit
12414 %{texmfdist}/fonts/ofm/public/oinuit
12415 %{texmfdist}/fonts/ovf/public/oinuit
12416 %{texmfdist}/fonts/tfm/public/oinuit
12417 %{texmfdist}/fonts/type1/public/oinuit
12418
12419 %{texmfdist}/fonts/source/public/osmanian
12420
12421 %doc %{texmfdist}/doc/fonts/ot2cyr
12422 %{texmfdist}/fonts/map/dvips/ot2cyr
12423 %{texmfdist}/source/fonts/ot2cyr
12424
12425 %{texmfdist}/fonts/source/public/othello
12426 %{texmfdist}/fonts/tfm/public/othello
12427
12428 %{texmfdist}/fonts/ofm/public/otibet
12429 %{texmfdist}/fonts/ovf/public/otibet
12430 %{texmfdist}/fonts/ovp/public/otibet
12431 %{texmfdist}/fonts/source/public/otibet
12432 %{texmfdist}/fonts/tfm/public/otibet
12433
12434 %doc %{texmfdist}/doc/fonts/pacioli
12435 %{texmfdist}/fonts/source/public/pacioli
12436 %{texmfdist}/fonts/tfm/public/pacioli
12437
12438 %{texmfdist}/fonts/map/dvips/palatino
12439
12440 %doc %{texmfdist}/doc/fonts/phaistos
12441 %{texmfdist}/fonts/afm/public/phaistos
12442 %{texmfdist}/fonts/map/dvips/phaistos
12443 %{texmfdist}/fonts/opentype/public/phaistos
12444 %{texmfdist}/fonts/tfm/public/phaistos
12445 %{texmfdist}/fonts/type1/public/phaistos
12446 %{texmfdist}/source/fonts/phaistos
12447
12448 %{texmfdist}/fonts/opentype/public/philokalia
12449
12450 %doc %{texmfdist}/doc/fonts/phonetic
12451 %{texmfdist}/fonts/source/public/phonetic
12452 %{texmfdist}/fonts/tfm/public/phonetic
12453 %{texmfdist}/source/fonts/phonetic
12454
12455 %{texmfdist}/source/fonts/malayalam
12456
12457 %{texmfdist}/fonts/source/public/punk
12458 %{texmfdist}/fonts/tfm/public/punk
12459
12460 %{texmfdist}/fonts/tfm/public/relenc
12461 %{texmfdist}/fonts/vf/public/relenc
12462
12463 %doc %{texmfdist}/doc/fonts/rsfs
12464 %{texmfdist}/fonts/map/dvips/rsfs
12465
12466 %{texmfdist}/fonts/map/dvips/sanskrit
12467 %{texmfdist}/fonts/source/public/sanskrit
12468 %{texmfdist}/fonts/tfm/public/sanskrit
12469 %{texmfdist}/fonts/type1/public/sanskrit
12470
12471 %{texmfdist}/fonts/source/public/sauter
12472
12473 %doc %{texmfdist}/doc/fonts/semaphor
12474 %{texmfdist}/fonts/afm/public/semaphor
12475 %{texmfdist}/fonts/enc/dvips/semaphor
12476 %{texmfdist}/fonts/map/dvips/semaphor
12477 %{texmfdist}/fonts/opentype/public/semaphor
12478 %{texmfdist}/fonts/source/public/semaphor
12479 %{texmfdist}/fonts/tfm/public/semaphor
12480 %{texmfdist}/fonts/type1/public/semaphor
12481
12482 %{texmfdist}/fonts/source/public/simpsons
12483
12484 %{texmfdist}/fonts/map/dvips/skak
12485 %{texmfdist}/fonts/source/public/skak
12486 %{texmfdist}/fonts/tfm/public/skak
12487
12488 %doc %{texmfdist}/doc/fonts/skaknew
12489 %{texmfdist}/fonts/afm/public/skaknew
12490 %{texmfdist}/fonts/map/dvips/skaknew
12491 %{texmfdist}/fonts/map/vtex/skaknew
12492 %{texmfdist}/fonts/tfm/public/skaknew
12493 %{texmfdist}/fonts/type1/public/skaknew
12494
12495 %{texmfdist}/fonts/source/public/skull
12496
12497 %{texmfdist}/fonts/source/public/soyombo
12498 %{texmfdist}/fonts/tfm/public/soyombo
12499
12500 %doc %{texmfdist}/doc/fonts/staves
12501 %{texmfdist}/fonts/map/dvips/staves
12502 %{texmfdist}/fonts/tfm/public/staves
12503 %{texmfdist}/fonts/type1/public/staves
12504
12505 %{texmfdist}/fonts/map/dvips/stmaryrd
12506 %{texmfdist}/fonts/source/public/stmaryrd
12507
12508 %{texmfdist}/fonts/map/dvips/symbol
12509
12510 %{texmfdist}/fonts/afm/public/tabvar
12511 %{texmfdist}/fonts/map/dvips/tabvar
12512 %{texmfdist}/fonts/tfm/public/tabvar
12513 %{texmfdist}/fonts/type1/public/tabvar
12514
12515
12516 %{texmfdist}/fonts/source/public/tapir
12517 %{texmfdist}/fonts/type1/public/tapir
12518
12519 %{texmfdist}/fonts/enc/dvips/tengwarscript
12520 %{texmfdist}/fonts/map/dvips/tengwarscript
12521 %{texmfdist}/fonts/tfm/public/tengwarscript
12522 %{texmfdist}/fonts/vf/public/tengwarscript
12523
12524 %{texmfdist}/doc/fonts/pclnfss
12525 %{texmfdist}/source/fonts/pclnfss
12526
12527 %doc %{texmfdist}/doc/fonts/tex-gyre
12528 %{texmfdist}/fonts/afm/public/tex-gyre
12529 %{texmfdist}/fonts/enc/dvips/tex-gyre
12530 %{texmfdist}/fonts/map/dvips/tex-gyre
12531 %{texmfdist}/fonts/opentype/public/tex-gyre
12532 %{texmfdist}/fonts/tfm/public/tex-gyre
12533 %{texmfdist}/fonts/type1/public/tex-gyre
12534
12535 %{texmfdist}/fonts/map/dvips/times
12536
12537
12538 %doc %{texmfdist}/doc/fonts/timing
12539 %{texmfdist}/fonts/source/public/timing
12540 %{texmfdist}/fonts/tfm/public/timing
12541
12542 %doc %{texmfdist}/doc/fonts/tipa
12543 %{texmfdist}/fonts/map/dvips/tipa
12544 %{texmfdist}/fonts/source/public/tipa
12545 %{texmfdist}/fonts/tfm/public/tipa
12546 %{texmfdist}/fonts/type1/public/tipa
12547
12548 %{texmfdist}/fonts/afm/public/trajan
12549 %{texmfdist}/fonts/map/dvips/trajan
12550 %{texmfdist}/fonts/tfm/public/trajan
12551 %{texmfdist}/fonts/type1/public/trajan
12552
12553 %{texmfdist}/fonts/source/public/trsym
12554 %{texmfdist}/fonts/tfm/public/trsym
12555
12556 %{texmfdist}/fonts/tfm/vntex/txttvn
12557 %{texmfdist}/fonts/type1/vntex/txttvn
12558
12559 %{texmfdist}/fonts/map/dvips/uhc
12560
12561 %{texmfdist}/fonts/source/public/ulsy
12562 %{texmfdist}/fonts/tfm/public/ulsy
12563
12564 %doc %{texmfdist}/doc/fonts/umrand
12565 %{texmfdist}/fonts/source/public/umrand
12566 %{texmfdist}/fonts/tfm/public/umrand
12567
12568 %doc %{texmfdist}/doc/fonts/umtypewriter
12569 %{texmfdist}/fonts/opentype/public/umtypewriter
12570
12571 %doc %{texmfdist}/doc/fonts/universa
12572 %{texmfdist}/fonts/source/public/universa
12573 %{texmfdist}/fonts/tfm/public/universa
12574 %{texmfdist}/source/fonts/universa
12575
12576 %{texmfdist}/fonts/afm/public/velthuis
12577 %{texmfdist}/fonts/map/dvips/velthuis
12578 %{texmfdist}/fonts/source/public/velthuis
12579 %{texmfdist}/fonts/tfm/public/velthuis
12580 %{texmfdist}/fonts/type1/public/velthuis
12581
12582 %{texmfdist}/fonts/enc/dvips/vntex
12583
12584 %{texmfdist}/fonts/afm/vntex/vntopia
12585 %{texmfdist}/fonts/tfm/vntex/vntopia
12586 %{texmfdist}/fonts/type1/vntex/vntopia
12587 %{texmfdist}/fonts/vf/vntex/vntopia
12588
12589 %{texmfdist}/fonts/map/dvips/wadalab
12590
12591 %doc %{texmfdist}/doc/fonts/wasy
12592 %{texmfdist}/fonts/afm/public/wasy
12593 %{texmfdist}/fonts/map/dvips/wasy
12594 %{texmfdist}/fonts/type1/public/wasy
12595
12596 %{texmfdist}/fonts/source/public/wnri
12597 %{texmfdist}/fonts/tfm/public/wnri
12598
12599 %{texmfdist}/fonts/source/public/wsuipa
12600 %{texmfdist}/fonts/tfm/public/wsuipa
12601
12602 %{texmfdist}/fonts/source/public/xbmc
12603 %{texmfdist}/fonts/tfm/public/xbmc
12604
12605 %doc %{texmfdist}/doc/fonts/xq
12606 %{texmfdist}/fonts/source/public/xq
12607 %{texmfdist}/fonts/tfm/public/xq
12608
12609 %{texmfdist}/fonts/source/public/yannisgr
12610
12611 %{texmfdist}/fonts/map/dvips/yhmath
12612 %{texmfdist}/fonts/source/public/yhmath
12613 %{texmfdist}/fonts/tfm/public/yhmath
12614 %{texmfdist}/fonts/type1/public/yhmath
12615 %{texmfdist}/fonts/vf/public/yhmath
12616
12617 %{texmfdist}/fonts/map/dvips/zapfchan
12618 %{texmfdist}/fonts/tfm/urw35vf
12619
12620 %{texmfdist}/fonts/map/dvips/zapfding
12621
12622 %{texmfdist}/dvips/zefonts
12623 %{texmfdist}/fonts/map/dvips/zefonts
12624 %{texmfdist}/fonts/tfm/public/zefonts
12625 %{texmfdist}/fonts/vf/public/zefonts
12626
12627
12628 %files fonts-omega
12629 %defattr(644,root,root,755)
12630 %doc %{texmfdist}/doc/omega
12631 %dir %{texmfdist}/omega
12632 %dir %{texmfdist}/omega/otp
12633 %dir %{texmfdist}/omega/ocp
12634 %{texmfdist}/dvips/omega
12635 %{texmfdist}/fonts/ofm/public/omega
12636 %{texmfdist}/fonts/type1/public/omega
12637 %{texmfdist}/fonts/afm/public/omega
12638 %{texmfdist}/fonts/ovp/public/omega
12639 %{texmfdist}/fonts/tfm/public/omega
12640 %{texmfdist}/fonts/ovf/public/omega
12641 %{texmfdist}/fonts/map/dvips/omega
12642 %{texmfdist}/omega/ocp/omega
12643 %{texmfdist}/omega/otp/omega
12644 %{texmfdist}/tex/plain/omega
12645
12646 #%files fonts-pazo
12647 #%defattr(644,root,root,755)
12648
12649 %files fonts-pl
12650 %defattr(644,root,root,755)
12651 %doc %{texmfdist}/doc/fonts/pl
12652 %dir %{texmf}/scripts/texlive
12653 %dir %{texmf}/scripts/texlive/tlmgrgui
12654 %dir %{texmf}/scripts/texlive/tlmgrgui/lang
12655 %{texmfdist}/dvips/pl
12656 %{texmfdist}/fonts/source/public/pl
12657 %{texmfdist}/fonts/type1/public/pl
12658 %{texmfdist}/fonts/afm/public/pl
12659 %{texmfdist}/fonts/enc/dvips/pl
12660 %{texmfdist}/fonts/tfm/public/pl
12661 %{texmfdist}/fonts/map/dvips/pl
12662 %{texmf}/scripts/texlive/tlmgrgui/lang/pl
12663
12664 %files fonts-px
12665 %defattr(644,root,root,755)
12666 %doc %{texmfdist}/doc/fonts/pxfonts
12667 # %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
12668 # %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
12669 %dir %{texmfdist}/fonts/map/dvips/pxfonts
12670 %dir %{texmfdist}/tex/latex/pxfonts
12671 %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
12672 %{texmfdist}/fonts/afm/public/pxfonts
12673 %{texmfdist}/fonts/tfm/public/pxfonts
12674 %{texmfdist}/fonts/type1/public/pxfonts
12675 %{texmfdist}/fonts/vf/public/pxfonts
12676 %{texmfdist}/tex/latex/pxfonts/pxfonts.sty
12677
12678 #%files fonts-qfonts
12679 #%defattr(644,root,root,755)
12680 # %doc %{texmf}/doc/fonts/polish/qfonts
12681 # %{texmf}/fonts/enc/dvips/qfonts
12682 # %{texmf}/fonts/map/dvips/qfonts
12683 # %{texmf}/dvips/qfonts
12684 # %{texmf}/fonts/afm/public/qfonts
12685 # %{texmf}/fonts/tfm/public/qfonts
12686
12687 # %files fonts-qpx
12688 # %defattr(644,root,root,755)
12689 # %{texmf}/fonts/tfm/public/qpx
12690 # %{texmf}/fonts/vf/public/qpx
12691
12692 %files fonts-qpxqtx
12693 %defattr(644,root,root,755)
12694 %{texmfdist}/fonts/tfm/public/qpxqtx
12695 %{texmfdist}/fonts/vf/public/qpxqtx
12696
12697 %files fonts-rsfs
12698 %defattr(644,root,root,755)
12699 %{texmfdist}/fonts/source/public/rsfs
12700 %{texmfdist}/fonts/tfm/public/rsfs
12701
12702 %files fonts-stmaryrd
12703 %defattr(644,root,root,755)
12704 %doc %{texmfdist}/doc/fonts/stmaryrd
12705 %{texmfdist}/source/fonts/stmaryrd
12706 %{texmfdist}/fonts/tfm/public/stmaryrd
12707
12708 %files fonts-tx
12709 %defattr(644,root,root,755)
12710 %{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
12711 %{texmfdist}/fonts/afm/public/txfonts
12712 %{texmfdist}/fonts/tfm/public/txfonts
12713 %{texmfdist}/fonts/vf/public/txfonts
12714
12715 %files fonts-uhc
12716 %defattr(644,root,root,755)
12717 %doc %{texmfdist}/doc/fonts/uhc
12718 %{texmfdist}/fonts/afm/uhc
12719 %{texmfdist}/fonts/tfm/uhc
12720 %{texmfdist}/fonts/vf/uhc
12721
12722 %files fonts-urw
12723 %defattr(644,root,root,755)
12724 %{texmfdist}/fonts/afm/urw
12725 %{texmfdist}/fonts/tfm/urw
12726 %{texmfdist}/fonts/vf/urw
12727
12728 %files fonts-urwvn
12729 %defattr(644,root,root,755)
12730 %{texmfdist}/fonts/afm/vntex/urwvn
12731 %{texmfdist}/fonts/tfm/vntex/urwvn
12732 %{texmfdist}/fonts/type1/vntex/urwvn
12733 %{texmfdist}/fonts/vf/vntex/urwvn
12734
12735 %files fonts-vnr
12736 %defattr(644,root,root,755)
12737 %{texmfdist}/fonts/map/dvips/vntex
12738 %{texmfdist}/fonts/source/vntex/vnr
12739 %{texmfdist}/fonts/tfm/vntex/vnr
12740
12741 %files fonts-wadalab
12742 %defattr(644,root,root,755)
12743 %doc %{texmfdist}/doc/fonts/wadalab
12744 %{texmfdist}/fonts/afm/wadalab
12745 %{texmfdist}/fonts/tfm/wadalab
12746 %{texmfdist}/fonts/vf/wadalab
12747
12748 %files fonts-wasy
12749 %defattr(644,root,root,755)
12750 %{texmfdist}/fonts/source/public/wasy
12751 %{texmfdist}/fonts/tfm/public/wasy
12752
12753 %files fonts-xypic
12754 %defattr(644,root,root,755)
12755 %{texmfdist}/fonts/map/dvips/xypic
12756 # %{texmfdist}/fonts/afm/public/xypic
12757 %{texmfdist}/fonts/source/public/xypic
12758 %{texmfdist}/fonts/tfm/public/xypic
12759
12760 %files fonts-yandy
12761 %defattr(644,root,root,755)
12762 # %{texmf}/fonts/afm/yandy
12763 %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
12764 # %{texmf}/fonts/tfm/yandy
12765 # %{texmf}/fonts/vf/yandy
12766
12767 %files fonts-type1-antp
12768 %defattr(644,root,root,755)
12769 %{texmfdist}/dvips/antp
12770 %{texmfdist}/fonts/type1/public/antp
12771
12772 %files fonts-type1-antt
12773 %defattr(644,root,root,755)
12774 # %{texmf}/dvips/antt
12775 %{texmfdist}/fonts/type1/public/antt
12776
12777 %files fonts-type1-arphic
12778 %defattr(644,root,root,755)
12779 %{texmfdist}/fonts/type1/arphic
12780
12781 %files fonts-type1-belleek
12782 %defattr(644,root,root,755)
12783 %doc %{texmfdist}/doc/fonts/belleek
12784 %{texmfdist}/fonts/type1/public/belleek
12785
12786 %files fonts-type1-bitstream
12787 %defattr(644,root,root,755)
12788 %{texmfdist}/fonts/type1/bitstrea
12789
12790 %files fonts-type1-bluesky
12791 %defattr(644,root,root,755)
12792 # %doc %{texmf}/doc/fonts/bluesky
12793 # %{texmf}/dvips/bluesky
12794 %{texmfdist}/fonts/type1/bluesky
12795
12796 %files fonts-type1-cc-pl
12797 %defattr(644,root,root,755)
12798 %doc %{texmfdist}/doc/fonts/cc-pl
12799 %{texmfdist}/fonts/type1/public/cc-pl
12800
12801 %files fonts-type1-cmcyr
12802 %defattr(644,root,root,755)
12803 %{texmfdist}/fonts/type1/public/cmcyr
12804
12805 %files fonts-type1-cs
12806 %defattr(644,root,root,755)
12807 %{texmfdist}/fonts/type1/public/cs
12808
12809 # %files fonts-type1-dstroke
12810 # %defattr(644,root,root,755)
12811 # %{texmf}/fonts/type1/public/dstroke
12812
12813 %files fonts-type1-eurosym
12814 %defattr(644,root,root,755)
12815 %{texmfdist}/fonts/type1/public/eurosym
12816
12817 %files fonts-type1-hoekwater
12818 %defattr(644,root,root,755)
12819 %{texmfdist}/fonts/type1/hoekwater
12820
12821 %files fonts-type1-fpl
12822 %defattr(644,root,root,755)
12823 %doc %{texmfdist}/doc/fonts/fpl
12824 %{texmfdist}/fonts/afm/public/fpl
12825 %{texmfdist}/fonts/type1/public/fpl
12826
12827 %files fonts-type1-lm
12828 %defattr(644,root,root,755)
12829 %{texmfdist}/fonts/afm/public/lm
12830 %{texmfdist}/fonts/type1/public/lm
12831
12832 %files fonts-type1-marvosym
12833 %defattr(644,root,root,755)
12834 %{texmfdist}/fonts/type1/public/marvosym
12835
12836 %files fonts-type1-mathpazo
12837 %defattr(644,root,root,755)
12838 # %doc %{texmf}/doc/fonts/mathpazo
12839 %{texmfdist}/fonts/afm/public/mathpazo
12840 %{texmfdist}/fonts/type1/public/mathpazo
12841
12842 %files fonts-type1-omega
12843 %defattr(644,root,root,755)
12844 %{texmfdist}/fonts/type1/public/omega
12845
12846 %files fonts-type1-pl
12847 %defattr(644,root,root,755)
12848 # %doc %{texmf}/doc/fonts/polish/plpsfont
12849 %{texmfdist}/fonts/type1/public/pl
12850
12851 %files fonts-type1-px
12852 %defattr(644,root,root,755)
12853 %{texmfdist}/fonts/type1/public/pxfonts
12854
12855 # %files fonts-type1-qfonts
12856 # %defattr(644,root,root,755)
12857 # %{texmfdist}/fonts/type1/public/qfonts
12858
12859 %files fonts-type1-tx
12860 %defattr(644,root,root,755)
12861 %{texmfdist}/fonts/type1/public/txfonts
12862
12863 # %files fonts-type1-tt2001
12864 # %defattr(644,root,root,755)
12865 # %{texmf}/fonts/type1/public/tt2001
12866
12867 %files fonts-type1-uhc
12868 %defattr(644,root,root,755)
12869 %{texmfdist}/fonts/type1/uhc
12870
12871 %files fonts-type1-urw
12872 %defattr(644,root,root,755)
12873 %{texmfdist}/fonts/type1/urw
12874
12875 %files fonts-type1-vnr
12876 %defattr(644,root,root,755)
12877 %{texmfdist}/fonts/type1/vntex/vnr
12878
12879 %files fonts-type1-wadalab
12880 %defattr(644,root,root,755)
12881 %{texmfdist}/fonts/type1/wadalab
12882
12883 %files fonts-type1-xypic
12884 %defattr(644,root,root,755)
12885 %{texmfdist}/fonts/type1/public/xypic
12886
12887 # TeXLive-specific
12888
12889 %files afm2pl
12890 %defattr(644,root,root,755)
12891 %attr(755,root,root) %{_bindir}/afm2pl
12892 %{_mandir}/man1/afm2pl*
12893
12894 %files bbox
12895 %defattr(644,root,root,755)
12896 %attr(755,root,root) %{_bindir}/bbox
12897 %{_mandir}/man1/bbox*
12898
12899 %files cefutils
12900 %defattr(644,root,root,755)
12901 %attr(755,root,root) %{_bindir}/cef*
12902 %dir %{texmfdist}/tex/latex/cjk
12903 %dir %{texmfdist}/doc/latex/cjk
12904 %dir %{texmfdist}/source/latex/cjk
12905 %dir %{texmfdist}/source/latex/cjk/utils
12906 %{texmfdist}/tex/latex/cjk/CEF
12907 %doc %{texmfdist}/doc/latex/cjk/doc
12908 %doc %{texmfdist}/doc/latex/cjk/examples
12909 %{texmfdist}/source/latex/cjk/utils/CEFconv
12910
12911 %files detex
12912 %defattr(644,root,root,755)
12913 %attr(755,root,root) %{_bindir}/detex
12914 %{_mandir}/man1/detex*
12915
12916
12917 %files dviutils
12918 %defattr(644,root,root,755)
12919 %attr(755,root,root) %{_bindir}/dt2dv
12920 %attr(755,root,root) %{_bindir}/dv2dt
12921 %attr(755,root,root) %{_bindir}/dvi2tty
12922 %attr(755,root,root) %{_bindir}/dviasm
12923 %attr(755,root,root) %{_bindir}/dvibook
12924 %attr(755,root,root) %{_bindir}/dviconcat
12925 %attr(755,root,root) %{_bindir}/dvidvi
12926 %attr(755,root,root) %{_bindir}/dvigif
12927 %attr(755,root,root) %{_bindir}/dvipdfmx
12928 %attr(755,root,root) %{_bindir}/dvipos
12929 %attr(755,root,root) %{_bindir}/dviselect
12930 %attr(755,root,root) %{_bindir}/dvitodvi
12931 %{_mandir}/man1/dt2dv*
12932 %{_mandir}/man1/dv2dt*
12933 %{_mandir}/man1/dvi2tty*
12934 %{_mandir}/man1/dvibook*
12935 %{_mandir}/man1/dviconcat*
12936 %{_mandir}/man1/dvidvi*
12937 %{_mandir}/man1/dvigif*
12938 %{_mandir}/man1/dvipos*
12939 %{_mandir}/man1/dviselect*
12940 %{_mandir}/man1/dvitodvi*
12941
12942 %files epsutils
12943 %defattr(644,root,root,755)
12944 %attr(755,root,root) %{_bindir}/epsffit
12945 %attr(755,root,root) %{_bindir}/epspdf
12946 %attr(755,root,root) %{_bindir}/epspdftk
12947 %attr(755,root,root) %{_bindir}/pst2pdf
12948 %{texmfdist}/scripts/epspdf
12949 %{_mandir}/man1/epsffit*
12950 %doc %{texmfdist}/doc/epspdf
12951
12952 %files filters
12953 %defattr(644,root,root,755)
12954 %attr(755,root,root) %{_bindir}/fix*
12955 %{_mandir}/man1/fix*
12956
12957 %files psutils
12958 %defattr(644,root,root,755)
12959 %attr(755,root,root) %{_bindir}/extractres
12960 %attr(755,root,root) %{_bindir}/getafm
12961 %attr(755,root,root) %{_bindir}/includeres
12962 %attr(755,root,root) %{_bindir}/psbook
12963 %attr(755,root,root) %{_bindir}/psmerge
12964 %attr(755,root,root) %{_bindir}/psnup
12965 %attr(755,root,root) %{_bindir}/psresize
12966 %attr(755,root,root) %{_bindir}/psselect
12967 %attr(755,root,root) %{_bindir}/ps2eps
12968 %attr(755,root,root) %{_bindir}/pstops
12969 %attr(755,root,root) %{_bindir}/showchar
12970 %{_mandir}/man1/extractres*
12971 %{_mandir}/man1/getafm*
12972 %{_mandir}/man1/includeres*
12973 %{_mandir}/man1/psbook*
12974 %{_mandir}/man1/psmerge*
12975 %{_mandir}/man1/psnup*
12976 %{_mandir}/man1/psresize*
12977 %{_mandir}/man1/psselect*
12978 %{_mandir}/man1/pstops*
12979 %{texmf}/dvips/psutils
12980
12981 %files uncategorized-utils
12982 %defattr(644,root,root,755)
12983 %attr(755,root,root) %{_bindir}/devnag
12984 %attr(755,root,root) %{_bindir}/disdvi
12985
12986 %files tex4ht
12987 %defattr(644,root,root,755)
12988 %attr(755,root,root) %{_bindir}/ht
12989 %attr(755,root,root) %{_bindir}/htcontext
12990 %attr(755,root,root) %{_bindir}/htlatex
12991 %attr(755,root,root) %{_bindir}/htmex
12992 %attr(755,root,root) %{_bindir}/httex
12993 %attr(755,root,root) %{_bindir}/httexi
12994 %attr(755,root,root) %{_bindir}/htxelatex
12995 %attr(755,root,root) %{_bindir}/htxetex
12996 %attr(755,root,root) %{_bindir}/mk4ht
12997 %attr(755,root,root) %{_bindir}/t4ht
12998 %attr(755,root,root) %{_bindir}/tex4ht
12999 %{texmf}/scripts/tex4ht
13000 %{texmfdist}/tex/generic/tex4ht
13001 %dir %{texmfdist}/scripts/tex4ht
13002 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13003 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13004 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13005 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13006 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13007 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13008 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13009 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13010 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
13011 %doc %{texmfdist}/doc/generic/tex4ht
13012 %{texmfdist}/tex4ht
13013
13014 %files xetex
13015 %defattr(644,root,root,755)
13016 %attr(755,root,root) %{_bindir}/xdvipdfmx
13017 %attr(755,root,root) %{_bindir}/xelatex
13018 %attr(755,root,root) %{_bindir}/xetex
13019 %{texmf}/fmtutil/format.xetex.cnf
13020 %doc %{texmfdist}/doc/xelatex
13021 %doc %{texmfdist}/doc/xetex
13022 %{texmfdist}/scripts/xetex
13023 %{texmfdist}/tex/generic/ifxetex
13024 %{texmfdist}/tex/generic/xetexconfig
13025 %{texmfdist}/tex/latex/latexconfig/xelatex.ini
13026 %{texmfdist}/tex/plain/config/xetex.ini
13027 %{texmfdist}/tex/xelatex
13028 %{texmfdist}/tex/xetex
13029
13030 %files xmltex
13031 %defattr(644,root,root,755)
13032 %doc %{texmfdist}/doc/xmltex
13033 %attr(755,root,root) %{_bindir}/pdfxmltex
13034 %attr(755,root,root) %{_bindir}/xmltex
13035 %{texmfdist}/tex/xmltex
13036 %{texmf}/fmtutil/format.xmltex.cnf
This page took 1.391948 seconds and 4 git commands to generate.