]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
- psutils subpackage
[packages/texlive.git] / texlive.spec
1 # TODO:
2 # MAIN TODO (sort by importnce):
3 # - fix broken symlinks in /usr/bin (see section %install)
4 # - need more %dir (poldek says it missed)
5 # - texlive-format-pdflatex deps
6 # - check unpackaged files
7 # - pl updates
8 # - maybe more splits (e.g. latex subpackages)
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 # Subpackages TODO:
31 # check deps the following subpackages:
32 # - latex-exam
33 # - latex-SIunits
34 #
35 %include        /usr/lib/rpm/macros.perl
36 #
37 %bcond_without  bootstrap
38 #
39 Summary:        TeX typesetting system and MetaFont font formatter
40 Summary(de.UTF-8):      TeX-Satzherstellungssystem und MetaFont-Formatierung
41 Summary(es.UTF-8):      Sistema de typesetting TeX y formateador de fuentes MetaFont
42 Summary(fr.UTF-8):      Systéme de compostion TeX et formatteur de MetaFontes
43 Summary(hu.UTF-8):      TeX szövegszedő rendszer és MetaFont font formázó
44 Summary(pl.UTF-8):      System składu publikacji TeX oraz formater fontów MetaFont
45 Summary(pt_BR.UTF-8):   Sistema de typesetting TeX e formatador de fontes MetaFont
46 Summary(tr.UTF-8):      TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
47 Name:           texlive
48 Version:        20080816
49 Release:        0.9
50 Epoch:          1
51 License:        distributable
52 Group:          Applications/Publishing/TeX
53 Source0:        http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
54 # Source0-md5:  554287c3e458da776edd684506048d45
55 Source1:        ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
56 # Source1-md5:  fa74072e1344e8390eb156bcda61a8b2
57 Source4:        %{name}.cron
58 Source5:        xdvi.desktop
59 Source6:        xdvi.png
60 Patch0:         %{name}-am.patch
61 Patch1:         %{name}-20080816-kpathsea-ar.patch
62 URL:            http://www.tug.org/texlive/
63 BuildRequires:  autoconf
64 BuildRequires:  automake
65 BuildRequires:  bison
66 BuildRequires:  clisp
67 BuildRequires:  ed
68 BuildRequires:  expat-devel
69 BuildRequires:  ffcall-devel
70 BuildRequires:  flex
71 BuildRequires:  fontconfig-devel
72 BuildRequires:  freetype-devel
73 BuildRequires:  freetype1-devel
74 BuildRequires:  gd-devel >= 2.0.33
75 BuildRequires:  libpng-devel >= 1.2.8
76 BuildRequires:  libtool
77 # should this be somewhere in clisp?
78 BuildRequires:  libsigsegv
79 BuildRequires:  libstdc++-devel
80 BuildRequires:  ncurses-devel
81 BuildRequires:  rpm-perlprov
82 BuildRequires:  rpm-pythonprov
83 BuildRequires:  sed >= 4.0
84 BuildRequires:  t1lib-devel >= 5.0.2
85 BuildRequires:  texinfo
86 %if %{with bootstrap}
87 BuildRequires:  tetex-format-latex
88 BuildRequires:  tetex-format-pdflatex
89 BuildRequires:  tetex-latex-cyrillic
90 BuildRequires:  tetex-tex-babel
91 %else
92 BuildRequires:  texlive-format-latex
93 BuildRequires:  texlive-format-pdflatex
94 BuildRequires:  texlive-latex-cyrillic
95 BuildRequires:  texlive-tex-babel
96 # fill with future texlive BR. guesses ones for now
97 %endif
98 BuildRequires:  unzip
99 BuildRequires:  xorg-lib-libICE-devel
100 BuildRequires:  xorg-lib-libXaw-devel
101 BuildRequires:  xorg-lib-libXext-devel
102 BuildRequires:  xorg-lib-libXmu-devel
103 BuildRequires:  xorg-lib-libXpm-devel
104 BuildRequires:  zlib-devel >= 1.2.1
105 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
106 Requires:       %{name}-fonts-cm = %{epoch}:%{version}-%{release}
107 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
108 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
109 Requires:       awk
110 Requires:       dialog
111 Requires:       kpathsea = %{epoch}:%{version}-%{release}
112 Requires:       sed
113 Requires:       sh-utils
114 Requires:       texconfig = %{epoch}:%{version}-%{release}
115 Requires:       textutils
116 Suggests:       tmpwatch
117 Obsoletes:      tetex
118 Obsoletes:      tetex-afm
119 Obsoletes:      tetex-doc
120 Obsoletes:      tetex-doc-latex2e-html
121 Obsoletes:      tetex-fontinst
122 Obsoletes:      tetex-fontname
123 Obsoletes:      tetex-fonts
124 Obsoletes:      tetex-fonts-pandora
125 Obsoletes:      tetex-fonts-vcm
126 Obsoletes:      tetex-format-elatex
127 Obsoletes:      tetex-format-pdfelatex
128 Obsoletes:      tetex-format-pdfemex
129 Obsoletes:      tetex-latex-vnps
130 Obsoletes:      tetex-latex-vnr
131 Obsoletes:      tetex-oxdvi
132 Obsoletes:      tetex-oxdvi
133 Obsoletes:      tetex-plain-dvips
134 Obsoletes:      tetex-plain-dvips
135 Obsoletes:      tetex-plain-mathtime
136 Obsoletes:      tetex-plain-mathtime
137 Obsoletes:      tetex-plain-misc
138 Obsoletes:      tetex-plain-misc
139 Obsoletes:      tetex-plain-plnfss
140 Obsoletes:      tetex-plain-plnfss
141 Obsoletes:      tetex-tex-hyphen
142 Obsoletes:      tetex-tex-vietnam
143 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
144
145 %define         texmf   %{_datadir}/texmf
146 %define         texmfdist %{texmf}-dist
147 %define         texmfdoc %{texmf}-doc
148 %define         fmtdir  /var/lib/texmf/web2c
149 %define         texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
150 %define         _localstatedir  /var/lib/texmf
151 %define         fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
152 %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 ;
153
154 %define         _noautoreq 'perl(path_tre)'
155
156 %description
157 TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
158 takes a text file and a set of formatting commands as input and
159 creates a typesetter independent .dvi (DeVice Independent) file as
160 output. Usually, TeX is used in conjunction with a higher level
161 formatting package like LaTeX or PlainTeX, since TeX by itself is not
162 very user-friendly.
163
164 %description -l es.UTF-8
165 Tex formata archivos de texto y órdenes para una salida independiente
166 de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
167 de Knut se describen las capacidades y el lenguaje TeX.
168
169 %description -l de.UTF-8
170 TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
171 und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
172 DeVice Independent). Die Funktionen und Sprache von TeX werden in The
173 TeXbook von Knuth beschrieben.
174
175 %description -l fr.UTF-8
176 TeX formate un fichier de commandes et de texte mélandés, et produit
177 un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
178 raccourci pour Device Independant). Les possibilités de TeX et son
179 langage sont décrites dans l'ouvrage TeXbook, de Knuth.
180
181 %description -l hu.UTF-8
182 TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
183 egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
184 segítségével a szövegszedő egy független .dvi (DeVice Independent)
185 fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
186 kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
187 TeX önmaga nem túlzottan "felhasználóbarát".
188
189 %description -l pl.UTF-8
190 TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
191 od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
192 Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
193 Donalda E. Knutha.
194
195 %description -l pt_BR.UTF-8
196 Tex formata arquivos de texto e comandos para uma saída independente
197 de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
198 linguagem TeX são descritas no The TeXbook, de Knuth.
199
200 %description -l tr.UTF-8
201 TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
202 aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
203 TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
204 TeXbook' başlıklı kitabında anlatılmaktadır.
205
206 %package doc
207 Summary:        Documentation for TeX Live
208 Group:          Documentation
209
210 %description doc
211 Assorted useful documentation for TeX Live.
212
213 %package doc-bg
214 Summary:        Bulgarian documentation for TeX Live
215 Group:          Documentation
216
217 %description doc-bg
218 Assorted useful Bulgarian documentation for TeX Live.
219
220 %package doc-cs
221 Summary:        Czech documentation for TeX Live
222 Group:          Documentation
223
224 %description doc-cs
225 Assorted useful Czech documentation for TeX Live.
226
227 %package doc-de
228 Summary:        German documentation for TeX Live
229 Group:          Documentation
230
231 %description doc-de
232 Assorted useful German documentation for TeX Live.
233
234 %package doc-el
235 Summary:        Greek documentation for TeX Live
236 Group:          Documentation
237
238 %description doc-el
239 Assorted useful Greek documentation for TeX Live.
240
241 %package doc-es
242 Summary:        Spanish documentation for TeX Live
243 Group:          Documentation
244
245 %description doc-es
246 Assorted useful Spanish documentation for TeX Live.
247
248 %package doc-fi
249 Summary:        Finnish documentation for TeX Live
250 Group:          Documentation
251
252 %description doc-fi
253 Assorted useful Finnish documentation for TeX Live.
254
255 %package doc-fr
256 Summary:        French documentation for TeX Live
257 Group:          Documentation
258
259 %description doc-fr
260 Assorted useful French documentation for TeX Live.
261
262 %package doc-it
263 Summary:        Italian documentation for TeX Live
264 Group:          Documentation
265
266 %description doc-it
267 Assorted useful Italian documentation for TeX Live.
268
269 %package doc-ja
270 Summary:        Japanese documentation for TeX Live
271 Group:          Documentation
272
273 %description doc-ja
274 Assorted useful Japanese documentation for TeX Live.
275
276 %package doc-ko
277 Summary:        Korean documentation for TeX Live
278 Group:          Documentation
279
280 %description doc-ko
281 Assorted useful Korean documentation for TeX Live.
282
283 %package doc-mn
284 Summary:        Mongolian documentation for TeX Live
285 Group:          Documentation
286
287 %description doc-mn
288 Assorted useful Mongolian documentation for TeX Live.
289
290 %package doc-nl
291 Summary:        Dutch documentation for TeX Live
292 Group:          Documentation
293
294 %description doc-nl
295 Assorted useful Dutch documentation for TeX Live.
296
297 %package doc-pl
298 Summary:        Polish documentation for TeX Live
299 Group:          Documentation
300
301 %description doc-pl
302 Assorted useful Polish documentation for TeX Live.
303
304 %package doc-pt
305 Summary:        Portuguese documentation for TeX Live
306 Group:          Documentation
307
308 %description doc-pt
309 Assorted useful Portuguese documentation for TeX Live.
310
311 %package doc-ru
312 Summary:        Russian documentation for TeX Live
313 Group:          Documentation
314
315 %description doc-ru
316 Assorted useful Russian documentation for TeX Live.
317
318 %package doc-sk
319 Summary:        Slovak documentation for TeX Live
320 Group:          Documentation
321
322 %description doc-sk
323 Assorted useful Slovak documentation for TeX Live.
324
325 %package doc-sl
326 Summary:        Slovenian documentation for TeX Live
327 Group:          Documentation
328
329 %description doc-sl
330 Assorted useful Slovenian documentation for TeX Live.
331
332 %package doc-th
333 Summary:        Thai documentation for TeX Live
334 Group:          Documentation
335
336 %description doc-th
337 Assorted useful Thai documentation for TeX Live.
338
339 %package doc-tr
340 Summary:        Turkish documentation for TeX Live
341 Group:          Documentation
342
343 %description doc-tr
344 Assorted useful Turkish documentation for TeX Live.
345
346 %package doc-uk
347 Summary:        Ukrainian documentation for TeX Live
348 Group:          Documentation
349
350 %description doc-uk
351 Assorted useful Ukrainian documentation for TeX Live.
352
353 %package doc-vi
354 Summary:        Vietnamese documentation for TeX Live
355 Group:          Documentation
356
357 %description doc-vi
358 Assorted useful Vietnamese documentation for TeX Live.
359
360 %package doc-zh_CN
361 Summary:        Chinese documentation for TeX Live
362 Group:          Documentation
363
364 %description doc-zh_CN
365 Assorted useful Chinese documentation for TeX Live.
366
367 %package doc-Catalogue
368 Summary:        TeX Catalogue
369 Summary(pl.UTF-8):      Katalog TeXa
370 Group:          Applications/Publishing/TeX
371 Requires(post,postun):  %{_bindir}/texhash
372 Requires:       %{name} = %{epoch}:%{version}-%{release}
373
374 %description doc-Catalogue
375 TeX Catalogue.
376
377 %description doc-Catalogue -l pl.UTF-8
378 Katalog TeXa.
379
380 %package doc-tug-faq
381 Summary:        TeX User Group FAQ
382 Summary(hu.UTF-8):      TeX felhasználók FAQ-ja
383 Summary(pl.UTF-8):      FAQ Grupy Użytkowników TeXa
384 Group:          Applications/Publishing/TeX
385 Requires(post,postun):  %{_bindir}/texhash
386 Requires:       %{name} = %{epoch}:%{version}-%{release}
387 Obsoletes:      tetex-doc-LaTeX-FAQ-francaise
388 Obsoletes:      tetex-doc-de-tex-faq
389 Obsoletes:      tetex-doc-uktug-faq
390
391 %description doc-tug-faq
392 TeX User Group FAQ.
393
394 %description doc-tug-faq -l hu.UTF8
395 TeX felhasználók FAQ-ja.
396
397 %description doc-tug-faq -l pl.UTF-8
398 FAQ Grupy Użytkowników TeXa.
399
400 %package doc-latex
401 Summary:        Basic LaTeX packages documentation
402 Summary(hu.UTF-8):      Az alap LaTeX csomagok dokumentációja
403 Summary(pl.UTF-8):      Podstawowa dokumentacja do pakietów LaTeXa
404 Group:          Applications/Publishing/TeX
405 Requires(post,postun):  %{_bindir}/texhash
406 Requires:       %{name} = %{epoch}:%{version}-%{release}
407
408 %description doc-latex
409 Basic LaTeX packages documentation.
410
411 %description doc-latex -l hu.UTF-8
412 Az alap LaTeX csomagok dokumentációja
413
414 %description doc-latex -l pl.UTF-8
415 Podstawowa dokumentacja do pakietów LaTeXa.
416
417 # # libraries #
418 %package -n kpathsea
419 Summary:        File name lookup library
420 Summary(hu.UTF-8):      Fájlnév-kereső könyvtár
421 Summary(pl.UTF-8):      Biblioteka szukająca nazw plików
422 Group:          Applications/Publishing/TeX
423 Requires(post,postun):  %{_bindir}/texhash
424 Requires:       %{name} = %{epoch}:%{version}-%{release}
425
426 %description -n kpathsea
427 File name lookup library.
428
429 %description -n kpathsea -l hu.UTF-8
430 Fájlnév-kereső könyvtár.
431
432 %description -n kpathsea -l pl.UTF-8
433 Biblioteka szukająca nazw plików.
434
435 %package -n kpathsea-devel
436 Summary:        Kpathsea library filename lookup header files and documentation
437 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para desarrollo TeX
438 Summary(hu.UTF-8):      Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
439 Summary(pl.UTF-8):      Pliki nagłówkowe oraz dokumetacja kpathsea
440 Summary(pt_BR.UTF-8):   Bibliotecas e headers para desenvolvimento TeX
441 Group:          Development/Libraries
442 Requires:       kpathsea = %{epoch}:%{version}-%{release}
443
444 %description -n kpathsea-devel
445 Kpathsea library filename lookup header files and documentation.
446
447 %description -n kpathsea-devel -l es.UTF-8
448 Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
449 aplicaciones TeX.
450
451 %description -n kpathsea-devel -l hu.UTF-8
452 Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
453
454 %description -n kpathsea-devel -l pl.UTF-8
455 Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
456
457 %description -n kpathsea-devel -l pt_BR.UTF-8
458 Bibliotecas, headers e outros componentes que podem ser utilizados
459 para desenvolver aplicações TeX.
460
461 # # programs #
462 %package dvips
463 Summary:        DVI to PostScript converter
464 Summary(de.UTF-8):      dvi-Postscript-Konvertierungsprogramm
465 Summary(es.UTF-8):      Convertidor dvi para postscript
466 Summary(fr.UTF-8):      Convertisseur dvi vers PostScript
467 Summary(hu.UTF-8):      DVI-ből PosctScript-be konvertáló
468 Summary(pl.UTF-8):      Konwerter plików DVI do PostScriptu
469 Summary(pt_BR.UTF-8):   Conversor dvi para postscript
470 Summary(tr.UTF-8):      dvi'dan postscript'e dönüştürücü
471 Group:          Applications/Publishing/TeX
472 Requires(post,postun):  %{_bindir}/texhash
473 Requires:       %{name} = %{epoch}:%{version}-%{release}
474
475 %description dvips
476 The program dvips takes a DVI file file[.dvi] produced by TeX (or by
477 some other processor such as GFtoDVI) and converts it to PostScript,
478 normally sending the result directly to the laserprinter.
479
480 %description dvips -l de.UTF-8
481 Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
482 durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
483 konvertiert diese in PostScript, wobei das Ergebnis in der Regel
484 direkt an einen Laserdrucker gesandt wird.
485
486 %description dvips -l es.UTF-8
487 El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
488 otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
489 enviando el resultado directamente a la impresora láser.
490
491 %description dvips -l fr.UTF-8
492 Le programme dvips convertit les fichiers DVI en PostScript, en
493 envoyant normalement le résultat directement sur une imprimante Laser.
494
495 %description dvips -l hu.UTF-8
496 A dvips program egy TeX által készített DVI-fájlból PostScript
497 állományt készít, amelyet a legtöbb esetben közvetlenül a
498 lézernyomtatóra küldhetsz.
499
500 %description dvips -l pl.UTF-8
501 Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
502 program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
503 Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
504
505 %description dvips -l pt_BR.UTF-8
506 O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
507 outro processador como o GFtoDVI) e o converte para PostScript,
508 normalmente enviando o resultado diretamente para a impressora laser.
509
510 %description dvips -l tr.UTF-8
511 dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
512 PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
513 olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
514 üretilmiş olabilir.
515
516 %package dvilj
517 Summary:        DVI to PCL converter
518 Summary(de.UTF-8):      Ein dvi-->Laserjet-Konvertierer
519 Summary(es.UTF-8):      Convertidor dvi para laserjet
520 Summary(fr.UTF-8):      convertisseur dvi vers laserjet
521 Summary(hu.UTF-8):      DVI-ből PCL-be konvertáló
522 Summary(pl.UTF-8):      Konwerter plików DVI do języka PCL
523 Summary(pt_BR.UTF-8):   Conversor dvi para laserjet
524 Summary(tr.UTF-8):      dvi'dan laserjet'e dönüştürücü
525 Group:          Applications/Publishing/TeX
526 Requires(post,postun):  %{_bindir}/texhash
527 Requires:       %{name} = %{epoch}:%{version}-%{release}
528
529 %description dvilj
530 Dvilj and dvilj's siblings (included in this package) will convert TeX
531 text formatting system output .dvi files to HP PCL (HP Printer Control
532 Language) commands. Using dvilj, you can print TeX files to HP
533 LaserJet+ and fully compatible printers. With dvilj2p, you can print
534 to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
535 can print to HP LaserJet4 and fully compatible printers.
536
537 %description dvilj -l de.UTF-8
538 Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
539 Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
540 LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
541 kompatiblen Druckern.
542
543 %description dvilj -l es.UTF-8
544 Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
545 HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
546 impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
547 dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
548
549 %description dvilj -l fr.UTF-8
550 dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
551 (le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
552 LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
553 imprimantes totalement compatibles.
554
555 %description dvilj -l hu.UTF-8
556 Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
557 Printer Control Language) parancsokká. A dvilj használatával TeX
558 fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
559 nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
560 nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
561
562 %description dvilj -l pl.UTF-8
563 dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
564 pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
565 PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
566 pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
567 użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
568 kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
569 LaserJet4 i w pełni kompatybilnych.
570
571 %description dvilj -l pt_BR.UTF-8
572 Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
573 HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
574 impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
575 dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
576
577 %description dvilj -l tr.UTF-8
578 TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
579 denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
580 LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
581 uyumlularından yazıcı çıktısı alınabilir.
582
583 %package makeindex
584 Summary:        A general purpose hierarchical index generator
585 Summary(hu.UTF-8):      Egy általános célú hierarchikus index generáló
586 Summary(pl.UTF-8):      Generator hierarchicznych indeksów ogólnego przeznaczenia
587 Group:          Applications/Publishing/TeX
588 Requires(post,postun):  %{_bindir}/texhash
589 Requires:       %{name} = %{epoch}:%{version}-%{release}
590 Obsoletes:      tetex-rumakeindex
591
592 %description makeindex
593 A general purpose hierarchical index generator; it accepts one or more
594 input files (often produced by a text formatter such as TeX or troff),
595 sorts the entries, and produces an output file which can be formatted.
596 The formats of the input and output files are specified in a style
597 file; by default, input is assumed to be an idx file, as generated by
598 LaTeX.
599
600 %description makeindex -l hu.UTF-8
601 Egy általános célű hierarchikus index generáló; elfogad egy vagy több
602 bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
603 rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
604 készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
605 definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
606 LaTeX generál.
607
608 %description makeindex -l pl.UTF-8
609 Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
610 jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
611 narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
612 elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
613 plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
614 przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
615 LaTeX.
616
617 %package metafont
618 Summary:        MetaFont
619 Summary(hu.UTF-8):      MetaFont
620 Summary(pl.UTF-8):      Zestaw narzędzi MetaFont
621 Group:          Applications/Publishing/TeX
622 Requires(post,postun):  %{_bindir}/texhash
623 Requires:       %{name} = %{epoch}:%{version}-%{release}
624
625 %description metafont
626 MetaFont.
627
628 %description metafont -l pl.UTF-8
629 Zestaw narzędzi MetaFont.
630
631 %package metapost
632 Summary:        MetaPost
633 Summary(hu.UTF-8):      MetaPost
634 Summary(pl.UTF-8):      Zestaw narzędzi MetaPost
635 Group:          Applications/Publishing/TeX
636 Requires(post,postun):  %{_bindir}/texhash
637 Requires:       %{name} = %{epoch}:%{version}-%{release}
638 Obsoletes:      tetex-matapost
639
640 %description metapost
641 MetaPost.
642
643 %description metapost -l hu.UTF-8
644 MetaPost.
645
646 %description metapost -l pl.UTF-8
647 Zestaw narzędzi MetaPost.
648
649 %package mptopdf
650 Summary:        MetaPost to PDF converter
651 Summary(hu.UTF-8):      MetaPost-ból PDF-be konvertáló
652 Summary(pl.UTF-8):      Konwerter MetaPost do PDF
653 Group:          Applications/Publishing/TeX
654 Requires(post,postun):  %{_bindir}/texhash
655 Requires:       %{name}-metapost = %{epoch}:%{version}-%{release}
656
657 %description mptopdf
658 MetaPost to PDF converter.
659
660 %description mptopdf -l hu.UTF-8
661 MetaPost-ból PDF-be konvertáló.
662
663 %description mptopdf -l pl.UTF-8
664 Konwerter MetaPost do PDF.
665
666 %package texdoctk
667 Summary:        Easy access to TeX documentation
668 Summary(pl.UTF-8):      Łatwy dostęp do dokumentacji TeXa
669 Group:          Applications/Publishing/TeX
670 Requires(post,postun):  %{_bindir}/texhash
671 Requires:       %{name} = %{epoch}:%{version}-%{release}
672
673 %description texdoctk
674 A Perl/Tk-based GUI for easy access to package documentation for TeX
675 on Unix platforms; the databases it uses are based on the texmf/doc
676 subtrees of teTeX v.1.0.x, but database files for local configurations
677 with modified/extended directories can be derived from them. Note that
678 texdoctk is not a viewer itself, but an interface for finding
679 documentation files and opening them with the appropriate viewer; so
680 it relies on appropriate programs to be installed on the system.
681 However, the choice of these programs can be configured by the
682 sysadmin or user.
683
684 %description texdoctk -l pl.UTF-8
685 Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
686 dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
687 danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
688 używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
689 Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
690 interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
691 właściwej przeglądarce; tak więc wymaga on odpowiednich programów
692 zainstalowanych w systemie. Wybór tych programów może być dokonany
693 przez administratora lub użytkownika.
694
695 %package -n texconfig
696 Summary:        TeX typesetting system configurator
697 Summary(pl.UTF-8):      Konfigurator systemu składu TeX
698 Group:          Applications/Publishing/TeX
699 Requires:       %{name} = %{epoch}:%{version}-%{release}
700 Requires:       %{name}-dvips = %{epoch}:%{version}-%{release}
701 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
702 Requires:       xdvi = %{epoch}:%{version}-%{release}
703 Obsoletes:      tetex-texconfig
704
705 %description -n texconfig
706 TeX typesetting system configurator.
707
708 %description -n texconfig -l pl.UTF-8
709 Konfigurator systemu składu TeX.
710
711 %package -n xdvi
712 Summary:        X11 previewer
713 Summary(de.UTF-8):      X11-Previewer
714 Summary(es.UTF-8):      Visualizador TeX X11
715 Summary(fr.UTF-8):      Prévisualisateur X11
716 Summary(pl.UTF-8):      Przeglądarka DVI dla X11
717 Summary(pt_BR.UTF-8):   Visualizador TeX X11
718 Summary(tr.UTF-8):      X11 öngörüntüleyici
719 Group:          Applications/Publishing/TeX
720 Requires(post,postun):  %{_bindir}/texhash
721 Requires:       %{name} = %{epoch}:%{version}-%{release}
722 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
723 Suggests:       %{name}-dvips
724 Obsoletes:      tetex-xdvi
725
726 %description -n xdvi
727 xdvi is a program which runs under the X window system. It is used to
728 preview dvi files, such as are produced by tex and latex.
729
730 %description -n xdvi -l de.UTF-8
731 xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
732 ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
733 latex erzeugt wurden.
734
735 %description -n xdvi -l es.UTF-8
736 xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
737 visualizar archivos dvi, como los producidos por tex y latex.
738
739 %description -n xdvi -l fr.UTF-8
740 xdvi est un programme s'exécutant sous le système X Window. Il sert à
741 visualiser les fichiers dvi tels que ceux produits par tex et latex.
742
743 %description -n xdvi -l pl.UTF-8
744 Xdvi jest programem (działającym w X Window System) do przeglądania
745 plików DVI, produkowanych przez TeXa i LaTeXa.
746
747 %description -n xdvi -l pt_BR.UTF-8
748 xdvi é um programa que roda no sistema X Window. É usado para
749 visualizar arquivos dvi, como os produzidos por tex e latex.
750
751 %package -n xindy
752 Summary:        Xindy creates sorted and tagged index from raw index
753 Summary(hu.UTF-8):      Xindy rendezett és cimkézett indexet készít nyers indexekből
754 Group:          Applications/Publishing/TeX
755
756 %description -n xindy
757 Xindy creates sorted and tagged index from raw index.
758
759 %description -n xindy -l hu.UTF-8
760 Xindy rendezett és cimkézett indexet készít nyers indexekből.
761
762 %package -n xindy-albanian
763 Summary:        Xindy albanian language
764 Summary(hu.UTF-8):      Xindy albán nyelv
765 Group:          Applications/Publishing/TeX
766
767 %description -n xindy-albanian
768 Xindy albanian language
769
770 %description -n xindy-albanian -l hu.UTF-8
771 Xindy albán nyelv
772
773 %package -n xindy-belarusian
774 Summary:        Xindy belarusian language
775 Summary(hu.UTF-8):      Xindy belorusz nyelv
776 Group:          Applications/Publishing/TeX
777
778 %description -n xindy-belarusian
779 Xindy belarusian language
780
781 %description -n xindy-belarusian -l hu.UTF-8
782 Xindy belorusz nyelv
783
784 %package -n xindy-bulgarian
785 Summary:        Xindy bulgarian language
786 Summary(hu.UTF-8):      Xindy bolgár nyelv
787 Group:          Applications/Publishing/TeX
788
789 %description -n xindy-bulgarian
790 Xindy bulgarian language
791
792 %description -n xindy-bulgarian -l hu.UTF-8
793 Xindy bolgár nyelv
794
795 %package -n xindy-croatian
796 Summary:        Xindy croatian language
797 Summary(hu.UTF-8):      Xindy horvát nyelv
798 Group:          Applications/Publishing/TeX
799
800 %description -n xindy-croatian
801 Xindy croatian language
802
803 %description -n xindy-croatian -l hu.UTF-8
804 Xindy horvát nyelv
805
806 %package -n xindy-czech
807 Summary:        Xindy czech language
808 Summary(hu.UTF-8):      Xindy cseh nyelv
809 Group:          Applications/Publishing/TeX
810
811 %description -n xindy-czech
812 Xindy czech language
813
814 %description -n xindy-czech -l hu.UTF-8
815 Xindy cseh nyelv
816
817 %package -n xindy-danish
818 Summary:        Xindy danish language
819 Summary(hu.UTF-8):      Xindy dán nyelv
820 Group:          Applications/Publishing/TeX
821
822 %description -n xindy-danish
823 Xindy danish language
824
825 %description -n xindy-danish -l hu.UTF-8
826 Xindy dán nyelv
827
828 %package -n xindy-dutch
829 Summary:        Xindy dutch language
830 Summary(hu.UTF-8):      Xindy holland nyelv
831 Group:          Applications/Publishing/TeX
832
833 %description -n xindy-dutch
834 Xindy dutch language
835
836 %description -n xindy-dutch -l hu.UTF-8
837 Xindy holland nyelv
838
839 %package -n xindy-english
840 Summary:        Xindy english language
841 Summary(hu.UTF-8):      Xindy angol nyelv
842 Group:          Applications/Publishing/TeX
843
844 %description -n xindy-english
845 Xindy english language
846
847 %description -n xindy-english -l hu.UTF-8
848 Xindy angol nyelv
849
850 %package -n xindy-esperanto
851 Summary:        Xindy esperanto language
852 Summary(hu.UTF-8):      Xindy eszperantó nyelv
853 Group:          Applications/Publishing/TeX
854
855 %description -n xindy-esperanto
856 Xindy esperanto language
857
858 %description -n xindy-esperanto -l hu.UTF-8
859 Xindy eszperantó nyelv
860
861 %package -n xindy-estonian
862 Summary:        Xindy estonian language
863 Summary(hu.UTF-8):      Xindy észt nyelv
864 Group:          Applications/Publishing/TeX
865
866 %description -n xindy-estonian
867 Xindy estonian language
868
869 %description -n xindy-estonian -l hu.UTF-8
870 Xindy észt nyelv
871
872 %package -n xindy-finnish
873 Summary:        Xindy finnish language
874 Summary(hu.UTF-8):      Xindy finn nyelv
875 Group:          Applications/Publishing/TeX
876
877 %description -n xindy-finnish
878 Xindy finnish language
879
880 %description -n xindy-finnish -l hu.UTF-8
881 Xindy finn nyelv
882
883 %package -n xindy-french
884 Summary:        Xindy french language
885 Summary(hu.UTF-8):      Xindy francia nyelv
886 Group:          Applications/Publishing/TeX
887
888 %description -n xindy-french
889 Xindy french language
890
891 %description -n xindy-french -l hu.UTF-8
892 Xindy francia nyelv
893
894 %package -n xindy-general
895 Summary:        Xindy general language
896 Summary(hu.UTF-8):      Xindy általános nyelv
897 Group:          Applications/Publishing/TeX
898
899 %description -n xindy-general
900 Xindy general language
901
902 %description -n xindy-general -l hu.UTF-8
903 Xindy általános nyelv
904
905 %package -n xindy-georgian
906 Summary:        Xindy georgian language
907 Summary(hu.UTF-8):      Xindy georgian nyelv
908 Group:          Applications/Publishing/TeX
909
910 %description -n xindy-georgian
911 Xindy georgian language
912
913 %description -n xindy-georgian -l hu.UTF-8
914 Xindy georgian nyelv
915
916 %package -n xindy-german
917 Summary:        Xindy german language
918 Summary(hu.UTF-8):      Xindy német nyelv
919 Group:          Applications/Publishing/TeX
920
921 %description -n xindy-german
922 Xindy german language
923
924 %description -n xindy-german -l hu.UTF-8
925 Xindy német nyelv
926
927 %package -n xindy-greek
928 Summary:        Xindy greek language
929 Summary(hu.UTF-8):      Xindy görög nyelv
930 Group:          Applications/Publishing/TeX
931
932 %description -n xindy-greek
933 Xindy greek language
934
935 %description -n xindy-greek -l hu.UTF-8
936 Xindy görög nyelv
937
938 %package -n xindy-gypsy
939 Summary:        Xindy gypsy language
940 Summary(hu.UTF-8):      Xindy cigány nyelv
941 Group:          Applications/Publishing/TeX
942
943 %description -n xindy-gypsy
944 Xindy gypsy language
945
946 %description -n xindy-gypsy -l hu.UTF-8
947 Xindy cigány nyelv
948
949 %package -n xindy-hausa
950 Summary:        Xindy hausa language
951 Summary(hu.UTF-8):      Xindy hausa nyelv
952 Group:          Applications/Publishing/TeX
953
954 %description -n xindy-hausa
955 Xindy hausa language
956
957 %description -n xindy-hausa -l hu.UTF-8
958 Xindy hausa nyelv
959
960 %package -n xindy-hebrew
961 Summary:        Xindy hebrew language
962 Summary(hu.UTF-8):      Xindy héber nyelv
963 Group:          Applications/Publishing/TeX
964
965 %description -n xindy-hebrew
966 Xindy hebrew language
967
968 %description -n xindy-hebrew -l hu.UTF-8
969 Xindy héber nyelv
970
971 %package -n xindy-hungarian
972 Summary:        Xindy hungarian language
973 Summary(hu.UTF-8):      Xindy magyar nyelv
974 Group:          Applications/Publishing/TeX
975
976 %description -n xindy-hungarian
977 Xindy hungarian language
978
979 %description -n xindy-hungarian -l hu.UTF-8
980 Xindy magyar nyelv
981
982 %package -n xindy-icelandic
983 Summary:        Xindy icelandic language
984 Summary(hu.UTF-8):      Xindy izlandi nyelv
985 Group:          Applications/Publishing/TeX
986
987 %description -n xindy-icelandic
988 Xindy icelandic language
989
990 %description -n xindy-icelandic -l hu.UTF-8
991 Xindy izlandi nyelv
992
993 %package -n xindy-italian
994 Summary:        Xindy italian language
995 Summary(hu.UTF-8):      Xindy olasz nyelv
996 Group:          Applications/Publishing/TeX
997
998 %description -n xindy-italian
999 Xindy italian language
1000
1001 %description -n xindy-italian -l hu.UTF-8
1002 Xindy olasz nyelv
1003
1004 %package -n xindy-klingon
1005 Summary:        Xindy klingon language
1006 Summary(hu.UTF-8):      Xindy klingon nyelv
1007 Group:          Applications/Publishing/TeX
1008
1009 %description -n xindy-klingon
1010 Xindy klingon language
1011
1012 %description -n xindy-klingon -l hu.UTF-8
1013 Xindy klingon nyelv
1014
1015 %package -n xindy-kurdish
1016 Summary:        Xindy kurdish language
1017 Summary(hu.UTF-8):      Xindy kurd nyelv
1018 Group:          Applications/Publishing/TeX
1019
1020 %description -n xindy-kurdish
1021 Xindy kurdish language
1022
1023 %description -n xindy-kurdish -l hu.UTF-8
1024 Xindy kurd nyelv
1025
1026 %package -n xindy-latin
1027 Summary:        Xindy latin language
1028 Summary(hu.UTF-8):      Xindy latin nyelv
1029 Group:          Applications/Publishing/TeX
1030
1031 %description -n xindy-latin
1032 Xindy latin language
1033
1034 %description -n xindy-latin -l hu.UTF-8
1035 Xindy latin nyelv
1036
1037 %package -n xindy-latvian
1038 Summary:        Xindy latvian language
1039 Summary(hu.UTF-8):      Xindy lett nyelv
1040 Group:          Applications/Publishing/TeX
1041
1042 %description -n xindy-latvian
1043 Xindy latvian language
1044
1045 %description -n xindy-latvian -l hu.UTF-8
1046 Xindy lett nyelv
1047
1048 %package -n xindy-lithuanian
1049 Summary:        Xindy lithuanian language
1050 Summary(hu.UTF-8):      Xindy litván nyelv
1051 Group:          Applications/Publishing/TeX
1052
1053 %description -n xindy-lithuanian
1054 Xindy lithuanian language
1055
1056 %description -n xindy-lithuanian -l hu.UTF-8
1057 Xindy litván nyelv
1058
1059 %package -n xindy-lower-sorbian
1060 Summary:        Xindy lower-sorbian language
1061 Summary(hu.UTF-8):      Xindy lower-sorbian nyelv
1062 Group:          Applications/Publishing/TeX
1063
1064 %description -n xindy-lower-sorbian
1065 Xindy lower-sorbian language
1066
1067 %description -n xindy-lower-sorbian -l hu.UTF-8
1068 Xindy lower-sorbian nyelv
1069
1070 %package -n xindy-macedonian
1071 Summary:        Xindy macedonian language
1072 Summary(hu.UTF-8):      Xindy macedón nyelv
1073 Group:          Applications/Publishing/TeX
1074
1075 %description -n xindy-macedonian
1076 Xindy macedonian language
1077
1078 %description -n xindy-macedonian -l hu.UTF-8
1079 Xindy macedón nyelv
1080
1081 %package -n xindy-mongolian
1082 Summary:        Xindy mongolian language
1083 Summary(hu.UTF-8):      Xindy mongol nyelv
1084 Group:          Applications/Publishing/TeX
1085
1086 %description -n xindy-mongolian
1087 Xindy mongolian language
1088
1089 %description -n xindy-mongolian -l hu.UTF-8
1090 Xindy mongol nyelv
1091
1092 %package -n xindy-norwegian
1093 Summary:        Xindy norwegian language
1094 Summary(hu.UTF-8):      Xindy norvég nyelv
1095 Group:          Applications/Publishing/TeX
1096
1097 %description -n xindy-norwegian
1098 Xindy norwegian language
1099
1100 %description -n xindy-norwegian -l hu.UTF-8
1101 Xindy norvég nyelv
1102
1103 %package -n xindy-polish
1104 Summary:        Xindy polish language
1105 Summary(hu.UTF-8):      Xindy lengyel nyelv
1106 Group:          Applications/Publishing/TeX
1107
1108 %description -n xindy-polish
1109 Xindy polish language
1110
1111 %description -n xindy-polish -l hu.UTF-8
1112 Xindy lengyel nyelv
1113
1114 %package -n xindy-portuguese
1115 Summary:        Xindy portuguese language
1116 Summary(hu.UTF-8):      Xindy portugál nyelv
1117 Group:          Applications/Publishing/TeX
1118
1119 %description -n xindy-portuguese
1120 Xindy portuguese language
1121
1122 %description -n xindy-portuguese -l hu.UTF-8
1123 Xindy portugál nyelv
1124
1125 %package -n xindy-romanian
1126 Summary:        Xindy romanian language
1127 Summary(hu.UTF-8):      Xindy román nyelv
1128 Group:          Applications/Publishing/TeX
1129
1130 %description -n xindy-romanian
1131 Xindy romanian language
1132
1133 %description -n xindy-romanian -l hu.UTF-8
1134 Xindy román nyelv
1135
1136 %package -n xindy-russian
1137 Summary:        Xindy russian language
1138 Summary(hu.UTF-8):      Xindy orosz nyelv
1139 Group:          Applications/Publishing/TeX
1140
1141 %description -n xindy-russian
1142 Xindy russian language
1143
1144 %description -n xindy-russian -l hu.UTF-8
1145 Xindy orosz nyelv
1146
1147 %package -n xindy-serbian
1148 Summary:        Xindy serbian language
1149 Summary(hu.UTF-8):      Xindy szerb nyelv
1150 Group:          Applications/Publishing/TeX
1151
1152 %description -n xindy-serbian
1153 Xindy serbian language
1154
1155 %description -n xindy-serbian -l hu.UTF-8
1156 Xindy szerb nyelv
1157
1158 %package -n xindy-slovak
1159 Summary:        Xindy slovak language
1160 Summary(hu.UTF-8):      Xindy szlovák nyelv
1161 Group:          Applications/Publishing/TeX
1162
1163 %description -n xindy-slovak
1164 Xindy slovak language
1165
1166 %description -n xindy-slovak -l hu.UTF-8
1167 Xindy szlovák nyelv
1168
1169 %package -n xindy-slovenian
1170 Summary:        Xindy slovenian language
1171 Summary(hu.UTF-8):      Xindy szlovén nyelv
1172 Group:          Applications/Publishing/TeX
1173
1174 %description -n xindy-slovenian
1175 Xindy slovenian language
1176
1177 %description -n xindy-slovenian -l hu.UTF-8
1178 Xindy szlovén nyelv
1179
1180 %package -n xindy-spanish
1181 Summary:        Xindy spanish language
1182 Summary(hu.UTF-8):      Xindy spanyol nyelv
1183 Group:          Applications/Publishing/TeX
1184
1185 %description -n xindy-spanish
1186 Xindy spanish language
1187
1188 %description -n xindy-spanish -l hu.UTF-8
1189 Xindy spanyol nyelv
1190
1191 %package -n xindy-swedish
1192 Summary:        Xindy swedish language
1193 Summary(hu.UTF-8):      Xindy svéd nyelv
1194 Group:          Applications/Publishing/TeX
1195
1196 %description -n xindy-swedish
1197 Xindy swedish language
1198
1199 %description -n xindy-swedish -l hu.UTF-8
1200 Xindy svéd nyelv
1201
1202 %package -n xindy-turkish
1203 Summary:        Xindy turkish language
1204 Summary(hu.UTF-8):      Xindy török nyelv
1205 Group:          Applications/Publishing/TeX
1206
1207 %description -n xindy-turkish
1208 Xindy turkish language
1209
1210 %description -n xindy-turkish -l hu.UTF-8
1211 Xindy török nyelv
1212
1213 %package -n xindy-ukrainian
1214 Summary:        Xindy ukrainian language
1215 Summary(hu.UTF-8):      Xindy ukrán nyelv
1216 Group:          Applications/Publishing/TeX
1217
1218 %description -n xindy-ukrainian
1219 Xindy ukrainian language
1220
1221 %description -n xindy-ukrainian -l hu.UTF-8
1222 Xindy ukrán nyelv
1223
1224 %package -n xindy-upper-sorbian
1225 Summary:        Xindy upper-sorbian language
1226 Summary(hu.UTF-8):      Xindy upper-sorbian nyelv
1227 Group:          Applications/Publishing/TeX
1228
1229 %description -n xindy-upper-sorbian
1230 Xindy upper-sorbian language
1231
1232 %description -n xindy-upper-sorbian -l hu.UTF-8
1233 Xindy upper-sorbian nyelv
1234
1235 %package -n xindy-vietnamese
1236 Summary:        Xindy vietnamese language
1237 Summary(hu.UTF-8):      Xindy vietnámi nyelv
1238 Group:          Applications/Publishing/TeX
1239
1240 %description -n xindy-vietnamese
1241 Xindy vietnamese language
1242
1243 %description -n xindy-vietnamese -l hu.UTF-8
1244 Xindy vietnám nyelv
1245
1246
1247 %package pdftex
1248 Summary:        TeX generating PDF files instead DVI
1249 Summary(hu.UTF-8):      PDF fájlok készítése DVI helyett TeX-ből
1250 Summary(pl.UTF-8):      TeX generujący pliki PDF zamiast DVI
1251 Group:          Applications/Publishing/TeX
1252 Requires(post,postun):  %{_bindir}/texhash
1253 Requires:       %{name} = %{epoch}:%{version}-%{release}
1254 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1255
1256 %description pdftex
1257 TeX generating PDF files instead DVI.
1258
1259 %description pdftex -l pl.UTF-8
1260 TeX generujący pliki PDF zamiast DVI.
1261
1262 %package psutils
1263 Summary:        PostScript Utilities
1264 Summary(hu.UTF-8):      PostScript eszközök
1265 Summary(pl.UTF-8):      Narzędzia do PostScriptu
1266 Obsoletes:      psutils
1267 Group:          Applications/Printing
1268
1269 %description psutils
1270 This archive contains some utilities for manipulating PostScript
1271 documents. Page selection and rearrangement are supported, including
1272 arrangement into signatures for booklet printing, and page merging for
1273 n-up printing.
1274
1275 %description psutils -l hu.UTF-8
1276 Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1277 dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1278 beleértve a booklet nyomtatáshoz való átrendezést is.
1279
1280 %description psutils -l pl.UTF-8
1281 PSutils zawiera programy pomagające manipulować plikami PostScript,
1282 wybierać strony przeznaczone do wydruku, ich kolejność, układ.
1283 Pozwala także na łączenie różnych plików PostScript w całość.
1284
1285 %package phyzzx
1286 Summary:        A TeX format for physicists
1287 Summary(hu.UTF-8):      TeX formátum fizikusoknak
1288 Group:          Applications/Publishing/TeX
1289 Requires(post,postun):  %{_bindir}/texhash
1290 Requires:       %{name} = %{epoch}:%{version}-%{release}
1291
1292 %description phyzzx
1293 A TeX format for physicists.
1294
1295 %description phyzzx -l hu.UTF-8
1296 TeX formátum fizikusoknak.
1297
1298 %package omega
1299 Summary:        Extended unicode TeX
1300 Summary(pl.UTF-8):      Omega - TeX ze wsparciem dla unikodu
1301 Group:          Applications/Publishing/TeX
1302 Requires(post,postun):  %{_bindir}/texhash
1303 Requires:       %{name} = %{epoch}:%{version}-%{release}
1304 Requires:       %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1305 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1306
1307 %description omega
1308 Omega is a version of the TeX program modified for multilingual
1309 typesetting. It uses unicode, and has additional primitives for (among
1310 other things) bidirectional typesetting.
1311
1312 %description omega -l pl.UTF-8
1313 Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1314 Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1315 tekstu pisanego w obu kierunkach.
1316
1317 # # formats #
1318
1319 # Plain format.
1320
1321 %package plain
1322 Summary:        Plain TeX format basic files
1323 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Plain TeX
1324 Group:          Applications/Publishing/TeX
1325 Requires(post,postun):  %{_bindir}/texhash
1326 Requires:       %{name} = %{epoch}:%{version}-%{release}
1327
1328 %description plain
1329 Plain TeX format basic files.
1330
1331 %description plain -l pl.UTF-8
1332 Podstawowe pliki dla formatu Plain TeX.
1333
1334 %package format-plain
1335 Summary:        TeX Plain format
1336 Summary(pl.UTF-8):      Format TeX Plain
1337 Group:          Applications/Publishing/TeX
1338 Requires(post,postun):  %{_bindir}/texhash
1339 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1340
1341 %description format-plain
1342 TeX Plain format.
1343
1344 %description format-plain -l pl.UTF-8
1345 Format TeX Plain.
1346
1347 %package format-pdftex
1348 Summary:        PDFTeX Plain format
1349 Summary(pl.UTF-8):      Format PDFTeX Plain
1350 Group:          Applications/Publishing/TeX
1351 Requires(post,postun):  %{_bindir}/texhash
1352 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1353 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1354 # for epstopdf to work
1355 Requires:       fonts-Type1-urw
1356 Requires:       ghostscript
1357
1358 %description format-pdftex
1359 PDFTeX Plain format.
1360
1361 %description format-pdftex -l pl.UTF-8
1362 Format PDFTeX Plain.
1363
1364 %package format-pdfetex
1365 Summary:        PDFTeX EPlain format
1366 Summary(pl.UTF-8):      Format PDFTeX EPlain
1367 Group:          Applications/Publishing/TeX
1368 Requires(post,postun):  %{_bindir}/texhash
1369 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1370 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1371
1372 %description format-pdfetex
1373 PDFTeX EPlain format.
1374
1375 %description format-pdfetex -l pl.UTF-8
1376 Format PDFTeX EPlain.
1377
1378 # MeX Plain format
1379
1380 %package mex
1381 Summary:        MeX Plain Format basic files
1382 Summary(pl.UTF-8):      Podstawowe pliki dla format MeX Plain
1383 Group:          Applications/Publishing/TeX
1384 Requires(post,postun):  %{_bindir}/texhash
1385 Requires:       %{name} = %{epoch}:%{version}-%{release}
1386 Requires:       texlive-fonts-pl = %{epoch}:%{version}-%{release}
1387 Requires:       texlive-plain = %{epoch}:%{version}-%{release}
1388
1389 %description mex
1390 MeX Plain Format basic files.
1391
1392 %description mex -l pl.UTF-8
1393 Podstawowe pliki dla formatu MeX Plain.
1394
1395 %package format-mex
1396 Summary:        MeX Plain Format
1397 Summary(pl.UTF-8):      Format MeX Plain
1398 Group:          Applications/Publishing/TeX
1399 Requires(post,postun):  %{_bindir}/texhash
1400 Requires:       texlive-mex = %{epoch}:%{version}-%{release}
1401
1402 %description format-mex
1403 MeX Plain Format.
1404
1405 %description format-mex -l pl.UTF-8
1406 Format MeX Plain.
1407
1408 %package format-pdfmex
1409 Summary:        PDFMeX Plain Format
1410 Summary(pl.UTF-8):      Format PDFMeX Plain
1411 Group:          Applications/Publishing/TeX
1412 Requires(post,postun):  %{_bindir}/texhash
1413 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1414 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1415
1416 %description format-pdfmex
1417 PDFMeX Plain Format.
1418
1419 %description format-pdfmex -l pl.UTF-8
1420 Format PDFMeX Plain.
1421
1422 %package format-utf8mex
1423 Summary:        MeX Plain Format with UTF-8 encoded source files
1424 Summary(pl.UTF-8):      Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1425 Group:          Applications/Publishing/TeX
1426 Requires(post,postun):  %{_bindir}/texhash
1427 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1428
1429 %description format-utf8mex
1430 MeX Plain Format with UTF-8 encoded source files.
1431
1432 %description format-utf8mex -l pl.UTF-8
1433 Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1434
1435 # AMS TeX format
1436
1437 %package amstex
1438 Summary:        AMS macros for Plain TeX basic files
1439 Summary(pl.UTF-8):      Podstawowe pliki makr AMS dla formatu Plain TeX
1440 Group:          Applications/Publishing/TeX
1441 Requires(post,postun):  %{_bindir}/texhash
1442 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1443 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1444 Obsoletes:      tetex-ams
1445 Obsoletes:      tetex-plain-amsfonts
1446
1447 %description amstex
1448 American Mathematical Society macros for Plain TeX basic files.
1449
1450 %description amstex -l pl.UTF-8
1451 Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1452 Plain TeX.
1453
1454 %package format-amstex
1455 Summary:        AMS macros for Plain TeX
1456 Summary(pl.UTF-8):      Makra AMS dla formatu Plain TeX
1457 Group:          Applications/Publishing/TeX
1458 Requires(post,postun):  %{_bindir}/texhash
1459 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1460 Obsoletes:      tetex-ams
1461
1462 %description format-amstex
1463 American Mathematical Society macros for Plain TeX.
1464
1465 %description format-amstex -l pl.UTF-8
1466 Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1467
1468 %package format-pdfamstex
1469 Summary:        AMS macros for PDFTeX
1470 Summary(pl.UTF-8):      Makra AMS dla formatu PDFTeX
1471 Group:          Applications/Publishing/TeX
1472 Requires(post,postun):  %{_bindir}/texhash
1473 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1474 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1475
1476 %description format-pdfamstex
1477 American Mathematical Society macros for PDFTeX.
1478
1479 %description format-pdfamstex -l pl.UTF-8
1480 Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1481
1482 # CSPlain format
1483
1484 %package csplain
1485 Summary:        TeX CSPlain format basic files
1486 Summary(pl.UTF-8):      Podstawowe pliki dla formatu TeX CSPlain
1487 Group:          Applications/Publishing/TeX
1488 Requires(post,postun):  %{_bindir}/texhash
1489 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1490 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1491
1492 %description csplain
1493 TeX CSPlain format basic files.
1494
1495 %description csplain -l pl.UTF-8
1496 Podstawowe pliki dla formatu TeX CSPlain.
1497
1498 %package format-csplain
1499 Summary:        TeX CSPlain format
1500 Summary(pl.UTF-8):      Format TeX CSPlain
1501 Group:          Applications/Publishing/TeX
1502 Requires(post,postun):  %{_bindir}/texhash
1503 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1504
1505 %description format-csplain
1506 TeX CSPlain format.
1507
1508 %description format-csplain -l pl.UTF-8
1509 Format TeX CSPlain.
1510
1511 %package format-pdfcsplain
1512 Summary:        PDFTeX CSPlain format
1513 Summary(pl.UTF-8):      Format PDFTeX CSPlain
1514 Group:          Applications/Publishing/TeX
1515 Requires(post,postun):  %{_bindir}/texhash
1516 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1517
1518 %description format-pdfcsplain
1519 PDFTeX CSPlain format.
1520
1521 %description format-pdfcsplain -l pl.UTF-8
1522 Format PDFTeX CSPlain.
1523
1524 # CSLaTeX format
1525
1526 %package cslatex
1527 Summary:        CSLaTeX format basic files
1528 Summary(pl.UTF-8):      Podstawowe pliki dla formatu CSLaTeX
1529 Group:          Applications/Publishing/TeX
1530 Requires(post,postun):  %{_bindir}/texhash
1531 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1532 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1533
1534 %description cslatex
1535 CSLaTeX format basic files.
1536
1537 %description cslatex -l pl.UTF-8
1538 Podstawowe pliki dla formatu CSLaTeX.
1539
1540 %package format-cslatex
1541 Summary:        CSLaTeX format
1542 Summary(pl.UTF-8):      Format CSLaTeX
1543 Group:          Applications/Publishing/TeX
1544 Requires(post,postun):  %{_bindir}/texhash
1545 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1546
1547 %description format-cslatex
1548 CSLaTeX format.
1549
1550 %description format-cslatex -l pl.UTF-8
1551 Format CSLaTeX.
1552
1553 %package format-pdfcslatex
1554 Summary:        PDF CSLaTeX format
1555 Summary(pl.UTF-8):      Format PDF CSLaTeX
1556 Group:          Applications/Publishing/TeX
1557 Requires(post,postun):  %{_bindir}/texhash
1558 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1559
1560 %description format-pdfcslatex
1561 PDF CSLaTeX format.
1562
1563 %description format-pdfcslatex -l pl.UTF-8
1564 Format PDF CSLaTeX.
1565
1566 # Cyrillic Plain format
1567
1568 %package cyrplain
1569 Summary:        Cyrillic Plain format basic files
1570 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Cyrillic Plain
1571 Group:          Applications/Publishing/TeX
1572 Requires(post,postun):  %{_bindir}/texhash
1573 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1574
1575 %description cyrplain
1576 Cyrillic Plain format basic files.
1577
1578 %description cyrplain -l pl.UTF-8
1579 Podstawowe pliki dla formatu Cyrillic Plain.
1580
1581 %package format-cyrplain
1582 Summary:        Cyrillic Plain format
1583 Summary(pl.UTF-8):      Format Cyrillic Plain
1584 Group:          Applications/Publishing/TeX
1585 Requires(post,postun):  %{_bindir}/texhash
1586 Requires:       %{name}-cyrplain = %{epoch}:%{version}-%{release}
1587
1588 %description format-cyrplain
1589 Cyrillic Plain format.
1590
1591 %description format-cyrplain -l pl.UTF-8
1592 Format Cyrillic Plain.
1593
1594 %package format-cyramstex
1595 Summary:        Cyrillic AMSTeX format
1596 Summary(pl.UTF-8):      Format Cyrillic AMSTeX
1597 Group:          Applications/Publishing/TeX
1598 Requires(post,postun):  %{_bindir}/texhash
1599 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1600 Obsoletes:      tetex-cyramstex
1601
1602 %description format-cyramstex
1603 Cyrillic AMSTeX format.
1604
1605 %description format-cyramstex -l pl.UTF-8
1606 Format Cyrillic AMSTeX.
1607
1608 %package format-cyrtexinfo
1609 Summary:        Cyrillic TeXInfo format
1610 Summary(pl.UTF-8):      Format Cyrillic TeXInfo
1611 Group:          Applications/Publishing/TeX
1612 Requires(post,postun):  %{_bindir}/texhash
1613 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1614 Obsoletes:      tetex-cyrtexinfo
1615
1616 %description format-cyrtexinfo
1617 Cyrillic TeXInfo format.
1618
1619 %description format-cyrtexinfo -l pl.UTF-8
1620 Format Cyrillic TeXInfo.
1621
1622 # EPlain format
1623
1624 %package eplain
1625 Summary:        EPlain format basic files
1626 Summary(pl.UTF-8):      Podstawowe pliki dla formatu EPlain
1627 Group:          Applications/Publishing/TeX
1628 Requires(post,postun):  %{_bindir}/texhash
1629 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1630 Obsoletes:      tetex-etex
1631
1632 %description eplain
1633 EPlain format basic files.
1634
1635 %description eplain -l pl.UTF-8
1636 Podstawowe pliki dla formatu EPlain.
1637
1638 %package format-eplain
1639 Summary:        EPlain format
1640 Summary(pl.UTF-8):      Format EPlain
1641 Group:          Applications/Publishing/TeX
1642 Requires(post,postun):  %{_bindir}/texhash
1643 Requires:       %{name}-eplain = %{epoch}:%{version}-%{release}
1644
1645 %description format-eplain
1646 EPlain format.
1647
1648 %description format-eplain -l pl.UTF-8
1649 Format EPlain.
1650
1651 # ConTeXt format.
1652
1653 %package context
1654 Summary:        ConTeXt macro package basic files
1655 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr ConTeXt
1656 Group:          Applications/Publishing/TeX
1657 Requires(post,postun):  %{_bindir}/texhash
1658 Requires:       %{name} = %{epoch}:%{version}-%{release}
1659 Obsoletes:      tetex-latex-context
1660
1661 %define         _noautoreq      'perl(path_tre)'
1662
1663 %description context
1664 A full featured, parameter driven macro package, which fully supports
1665 advanced interactive documents.
1666
1667 This package contains basic files.
1668
1669 %description context -l pl.UTF-8
1670 Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1671 całkowicie obsługujący zaawansowane dokumenty interaktywne.
1672
1673 Ten pakiet zawiera podstawowe pliki.
1674
1675 %package format-context-de
1676 Summary:        German ConTeXt format
1677 Summary(pl.UTF-8):      Niemiecka wersja formatu ConTeXt
1678 Group:          Applications/Publishing/TeX
1679 Requires(post,postun):  %{_bindir}/texhash
1680 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1681
1682 %description format-context-de
1683 German ConTeXt format.
1684
1685 %description format-context-de -l pl.UTF-8
1686 Niemiecka wersja formatu ConTeXt.
1687
1688 %package format-context-en
1689 Summary:        English ConTeXt format
1690 Summary(pl.UTF-8):      Angielska wersja formatu ConTeXt
1691 Group:          Applications/Publishing/TeX
1692 Requires(post,postun):  %{_bindir}/texhash
1693 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1694
1695 %description format-context-en
1696 English ConTeXt format.
1697
1698 %description format-context-en -l pl.UTF-8
1699 Angielska wersja formatu ConTeXt.
1700
1701 %package format-context-nl
1702 Summary:        Dutch ConTeXt format
1703 Summary(pl.UTF-8):      Holenderska wersja formatu ConTeXt
1704 Group:          Applications/Publishing/TeX
1705 Requires(post,postun):  %{_bindir}/texhash
1706 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1707
1708 %description format-context-nl
1709 Dutch ConTeXt format.
1710
1711 %description format-context-nl -l pl.UTF-8
1712 Holenderska wersja formatu ConTeXt.
1713
1714 # LaTeX format.
1715
1716 %package latex
1717 Summary:        LaTeX macro package basic files
1718 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr LaTeX
1719 Group:          Applications/Publishing/TeX
1720 Requires(post,postun):  %{_bindir}/texhash
1721 Requires:       %{name} = %{epoch}:%{version}-%{release}
1722 Requires:       %{name}-fonts-latex = %{epoch}:%{version}-%{release}
1723 Requires:       %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1724 Requires:       %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
1725 # for misc/eurosym:
1726 Requires:       %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
1727 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1728 Requires:       %{name}-tex-babel = %{epoch}:%{version}-%{release}
1729 Suggests:       %{name}-latex-ucs = %{epoch}:%{version}-%{release}
1730 Obsoletes:      tetex-bibtex-koma-script
1731 Obsoletes:      tetex-latex-SIunits
1732 Obsoletes:      tetex-latex-caption
1733 Obsoletes:      tetex-latex-curves
1734 Obsoletes:      tetex-latex-dinbrief
1735 Obsoletes:      tetex-latex-draftcopy
1736 Obsoletes:      tetex-latex-dvilj
1737 Obsoletes:      tetex-latex-eepic
1738 Obsoletes:      tetex-latex-endfloat
1739 Obsoletes:      tetex-latex-fancyhdr
1740 Obsoletes:      tetex-latex-fancyheadings
1741 Obsoletes:      tetex-latex-fancyvrb
1742 Obsoletes:      tetex-latex-fp
1743 Obsoletes:      tetex-latex-graphics
1744 Obsoletes:      tetex-latex-hyperref
1745 Obsoletes:      tetex-latex-koma-script
1746 Obsoletes:      tetex-latex-labels
1747 Obsoletes:      tetex-latex-listings
1748 Obsoletes:      tetex-latex-misc
1749 Obsoletes:      tetex-latex-ms
1750 Obsoletes:      tetex-latex-multirow
1751 Obsoletes:      tetex-latex-mwcls
1752 Obsoletes:      tetex-latex-mwdtools
1753 Obsoletes:      tetex-latex-natbib
1754 Obsoletes:      tetex-latex-ntgclass
1755 Obsoletes:      tetex-latex-oberdiek
1756 Obsoletes:      tetex-latex-pb-diagram
1757 Obsoletes:      tetex-latex-pstriks
1758 Obsoletes:      tetex-latex-revtex4
1759 Obsoletes:      tetex-latex-seminar
1760 Obsoletes:      tetex-latex-t2
1761 Obsoletes:      tetex-latex-titlesec
1762 Obsoletes:      tetex-latex-tools
1763 Obsoletes:      tetex-latex-units
1764 Obsoletes:      tetex-mwcls
1765 Obsoletes:      tetex-revtex4
1766
1767 %description latex
1768 LaTeX is a front end for the TeX text formatting system. Easier to use
1769 than TeX, LaTeX is essentially a set of TeX macros which provide
1770 convenient, predefined document formats for users.
1771
1772 This package contains basic files.
1773
1774 %description latex -l pl.UTF-8
1775 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1776 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1777 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1778
1779 Ten pakiet zawiera podstawowe pliki.
1780
1781 %package latex-12many
1782 Summary:        Generalising mathematical index sets
1783 Summary(hu.UTF-8):      A matematikai halmazok indexelésének általánosítása
1784 Group:          Applications/Publishing/TeX
1785 Requires(post,postun):  %{_bindir}/texhash
1786 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1787
1788 %description latex-12many
1789 Generalising mathematical index sets.
1790
1791 %description latex-12many -l hu.UTF-8
1792 A matematikai halmazok indexelésének általánosítása.
1793
1794 %package latex-abstract
1795 Summary:        Control the typesetting of the abstract environment
1796 Summary(hu.UTF-8):      Az "abstract" környezet szedésének irányítása
1797 Group:          Applications/Publishing/TeX
1798 Requires(post,postun):  %{_bindir}/texhash
1799 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1800
1801 %description latex-abstract
1802 Control the typesetting of the abstract environment.
1803
1804 %description latex-abstract -l hu.UTF-8
1805 Az "abstract" környezet szedésének irányítása.
1806
1807 %package latex-accfonts
1808 Summary:        Utilities to derive new fonts from existing ones
1809 Summary(hu.UTF-8):      Eszközök új betűtípusok származtatására már létezőkből
1810 Group:          Applications/Publishing/TeX
1811 Requires(post,postun):  %{_bindir}/texhash
1812
1813 %description latex-accfonts
1814 Utilities to derive new fonts from existing ones.
1815
1816 %description latex-accfonts -l hu.UTF-8
1817 Eszközök új betűtípusok származtatására már létezőkből.
1818
1819 %package latex-adrconv
1820 Summary:        BibTeX styles to implement an address database
1821 Summary(hu.UTF-8):      BibTeX stílusok cím-adatbázis megvalósításához
1822 Group:          Applications/Publishing/TeX
1823 Requires(post,postun):  %{_bindir}/texhash
1824 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1825
1826 %description latex-adrconv
1827 BibTeX styles to implement an address database.
1828
1829 %description latex-adrconv -l hu.UTF-8
1830 BibTeX stílusok cím-adatbázis megvalósításához.
1831
1832
1833 %package latex-ae
1834 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
1835 Summary(pl.UTF-8):      Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1836 Group:          Applications/Publishing/TeX
1837 Requires(post,postun):  %{_bindir}/texhash
1838 Requires:       %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1839 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1840
1841 %description latex-ae
1842 A set of virtual fonts which emulates T1 coded fonts using the
1843 standard CM fonts. The package is called AE fonts (for Almost
1844 European). The main use of the package is to produce PDF files using
1845 versions of the CM fonts instead of the bitmapped EC fonts.
1846
1847 %description latex-ae -l pl.UTF-8
1848 Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1849 standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1850 - prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1851   produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1852   bitmapowych fontów EC.
1853
1854 %package latex-algorithms
1855 Summary:        Floating algorithm environment
1856 Summary(pl.UTF-8):      Pływające środowisko dla algorytmów
1857 Group:          Applications/Publishing/TeX
1858 Requires(post,postun):  /usr/bin/texhash
1859 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1860
1861 %description latex-algorithms
1862 Defines a floating algorithm environment designed to work with the
1863 algorithmic package.
1864
1865 %description latex-algorithms -l pl.UTF-8
1866 Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1867 do pracy z pakietem algorithmic.
1868
1869 %package latex-ams
1870 Summary:        AMS math facilities for LaTeX
1871 Summary(pl.UTF-8):      Udogodnienia matematyczne AMS dla LaTeXa
1872 Group:          Applications/Publishing/TeX
1873 Requires(post,postun):  %{_bindir}/texhash
1874 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1875 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1876 Obsoletes:      tetex-latex-amscls
1877 Obsoletes:      tetex-latex-amsfonts
1878 Obsoletes:      tetex-latex-amsmath
1879
1880 %description latex-ams
1881 This package is the principal package in the AMS-LaTeX distribution.
1882 It adapts for use in LaTeX most of the mathematical features found in
1883 AMS-TeX.
1884
1885 %description latex-ams -l pl.UTF-8
1886 To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1887 możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1888
1889 %package latex-antp
1890 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1891 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1892 Group:          Applications/Publishing/TeX
1893 Requires(post,postun):  %{_bindir}/texhash
1894 Requires:       %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1895 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1896
1897 %description latex-antp
1898 A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1899 - -- preliminary version. This font was designed in the 'twenties and
1900   the 'thirties of XX century by a Polish graphic artist and a
1901   typographer Adam Poltawski. It was widely used by Polish printing
1902   houses as long as metal types were in use (until ca the 'sixties).
1903   Perhaps the first complete font family programmed and parametrized in
1904   METAPOST.
1905
1906 %description latex-antp -l pl.UTF-8
1907 Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1908 PostScript Type 1. Ten krój został opracowany w latach 30-tych i
1909 40-tych XX wieku przez polskiego grafika i typografa Adama
1910 Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1911 używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1912 kompletna rodzina fontów zaprogramowana i zparametryzowana w
1913 METAPOSCIE.
1914
1915 %package latex-antt
1916 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
1917 Summary(pl.UTF-8):      Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1918 Group:          Applications/Publishing/TeX
1919 Requires(post,postun):  %{_bindir}/texhash
1920 Requires:       %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1921 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1922
1923 %description latex-antt
1924 Antykwa Torunska is a serif font designed by the late Polish
1925 typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
1926 1.
1927
1928 %description latex-antt -l pl.UTF-8
1929 Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1930 typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1931 postać cyfrową jako Type 1.
1932
1933 %package latex-appendix
1934 Summary:        Extra control of appendices
1935 Summary(hu.UTF-8):      Az appendixek nagyobb irányítása
1936 Group:          Applications/Publishing/TeX
1937 Requires(post,postun):  %{_bindir}/texhash
1938 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1939
1940 %description latex-appendix
1941 Extra control of appendices.
1942
1943 %description latex-appendix -l hu.UTF-8
1944 Az appendixek nagyobb irányítása.
1945
1946 %package latex-backgammon
1947 Summary:        LaTeX package to documenting backgammon games
1948 Summary(hu.UTF-8):      LaTeX csomag backgammon játékok dokumentálására
1949 Group:          Applications/Publishing/TeX
1950 Requires(post,postun):  %{_bindir}/texhash
1951 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1952
1953 %description latex-backgammon
1954 LaTeX package to documenting backgammon games.
1955
1956 %description latex-backgammon -l hu.UTF-8
1957 LaTeX csomag backgammon játékok dokumentálására
1958
1959 %package latex-bbm
1960 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
1961 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1962 Group:          Applications/Publishing/TeX
1963 Requires(post,postun):  %{_bindir}/texhash
1964 Requires:       %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
1965 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1966
1967 %description latex-bbm
1968 Blackboard variant fonts for Computer Modern, with LaTeX support.
1969
1970 %description latex-bbm -l pl.UTF-8
1971 Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
1972
1973 %package latex-bardiag
1974 Summary:        LateX package for drawing bar diagrams
1975 Summary(pl.UTF-8):      LaTeX csomag oszlopdiagramok rajzolására
1976 Group:          Applications/Publishing/TeX
1977 Requires(post,postun):  %{_bindir}/texhash
1978
1979 %description latex-bardiag
1980 LateX package for drawing bar diagrams.
1981
1982 %description latex-bardiag -l hu.UTF-8
1983 LaTeX csomag oszlopdiagramok rajzolására.
1984
1985 %package latex-bbold
1986 Summary:        Sans serif blackboard bold for LaTeX
1987 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
1988 Group:          Applications/Publishing/TeX
1989 Requires(post,postun):  %{_bindir}/texhash
1990 Requires:       %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
1991 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1992
1993 %description latex-bbold
1994 A geometric sans serif blackboard bold font, for use in mathematics.
1995
1996 %description latex-bbold -l pl.UTF-8
1997 Geometryczny tablicowy tłusty font sans serif, do używania w
1998 matematyce.
1999
2000 %package latex-bibtex
2001 Summary:        Bibliography management for LaTeX
2002 Summary(pl.UTF-8):      Zarządzenie bibliografią dla LaTeXa
2003 Group:          Applications/Publishing/TeX
2004 Requires(post,postun):  %{_bindir}/texhash
2005 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2006 Obsoletes:      tetex-bibtex
2007 Obsoletes:      tetex-natbib
2008 Obsoletes:      tetex-rubibtex
2009
2010 %description latex-bibtex
2011 Bibliography management for LaTeX.
2012
2013 %description latex-bibtex -l pl.UTF-8
2014 Zarządzanie bibliografią dla LaTeXa.
2015
2016 %package latex-beamer
2017 Summary:        A LaTeX class for producing presentations and slides
2018 Summary(hu.UTF-8):      LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2019 Group:          Applications/Publishing/TeX
2020 Requires(post,postun):  %{_bindir}/texhash
2021 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2022
2023 %description latex-beamer
2024 A LaTeX class for producing presentations and slides.
2025
2026 %description latex-beamer -l hu.UTF-8
2027 LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2028
2029 %package latex-bezos
2030 Summary:        Packages by Javier Bezos (additional math tools)
2031 Summary(hu.UTF-8):      Javier Bezos csomagjai (további matematikai eszközök)
2032 Group:          Applications/Publishing/TeX
2033 Requires(post,postun):  %{_bindir}/texhash
2034 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2035
2036 %description latex-bezos
2037 Packages by Javier Bezos (additional math tools).
2038
2039 %description latex-bezos
2040 Javier Bezos csomagjai (további matematikai eszközök).
2041
2042 %package latex-bibtex-ams
2043 Summary:        BibTeX style files for American Mathematical Society publications
2044 Summary(pl.UTF-8):      Pliki stylów BibTeXa do publikacji American Mathematical Society
2045 Group:          Applications/Publishing/TeX
2046 Requires(post,postun):  %{_bindir}/texhash
2047 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2048 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2049 Obsoletes:      tetex-bibtex-ams
2050
2051 %description latex-bibtex-ams
2052 BibTeX style files for American Mathematical Society publications.
2053
2054 %description latex-bibtex-ams -l pl.UTF-8
2055 Pliki stylów BibTeXa do publikacji American Mathematical Society.
2056
2057 %package latex-bibtex-dk
2058 Summary:        Danish variants of the standard BibTeX styles
2059 Summary(pl.UTF-8):      Duńskie warianty standardowych stylów BibTeXa
2060 Group:          Applications/Publishing/TeX
2061 Requires(post,postun):  /usr/bin/texhash
2062 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2063
2064 %description latex-bibtex-dk
2065 Dk-bib is a translation of the four standard BibTeX style files
2066 (abbrv, alpha, plain and unsrt) into Danish. The files have been
2067 extended with ISBN, ISSN and URL fields which can be enabled through a
2068 LaTeX style file.
2069
2070 %description latex-bibtex-dk -l pl.UTF-8
2071 Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2072 (abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2073 rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2074 stylu LaTeXa.
2075
2076 %package latex-bibtex-nor
2077 Summary:        Norwegian variants of the standard BibTeX styles
2078 Summary(pl.UTF-8):      Norweskie warianty standardowych stylów BibTeXa
2079 Group:          Applications/Publishing/TeX
2080 Requires(post,postun):  /usr/bin/texhash
2081 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2082
2083 %description latex-bibtex-nor
2084 Norwegian variants of the standard BibTeX styles.
2085
2086 %description latex-bibtex-nor -l pl.UTF-8
2087 Norweskie warianty standardowych stylów BibTeXa.
2088
2089 %package latex-bibtex-pl
2090 Summary:        Polish bibliography management for LaTeX
2091 Summary(pl.UTF-8):      Polska wersja zarządzania bibliografią dla LaTeXa
2092 Group:          Applications/Publishing/TeX
2093 Requires(post,postun):  %{_bindir}/texhash
2094 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2095 Obsoletes:      tetex-bibtex-plbib
2096
2097 %description latex-bibtex-pl
2098 Polish bibliography management for LaTeX.
2099
2100 %description latex-bibtex-pl -l pl.UTF-8
2101 Polska wersja zarządzania bibliografią dla LaTeXa.
2102
2103 %package latex-bibtex-german
2104 Summary:        German variants of standard BibTeX styles
2105 Summary(pl.UTF-8):      Niemieckie wersje standardowych stylów BibTeXa
2106 Group:          Applications/Publishing/TeX
2107 Requires(post,postun):  %{_bindir}/texhash
2108 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2109 Obsoletes:      tetex-bibtex-germbib
2110
2111 %description latex-bibtex-german
2112 German variants of standard BibTeX styles.
2113
2114 %description latex-bibtex-german -l pl.UTF-8
2115 Niemieckie wersje standardowych stylów BibTeXa.
2116
2117 %package latex-bibtex-revtex4
2118 Summary:        BibTeX styles for REVTeX4
2119 Summary(pl.UTF-8):      Style BibTeXa dla REVTeX4
2120 Group:          Applications/Publishing/TeX
2121 Requires(post,postun):  %{_bindir}/texhash
2122 Requires:       %{name} = %{epoch}:%{version}-%{release}
2123 Obsoletes:      tetex-bibtex-revtex4
2124
2125 %description latex-bibtex-revtex4
2126 BibTeX styles for REVTeX4.
2127
2128 %description latex-bibtex-revtex4 -l pl.UTF-8
2129 Style BibTeXa dla REVTeX4.
2130
2131 %package latex-bibtex-jurabib
2132 Summary:        Extended BibTeX citation support for the humanities and legal texts
2133 Summary(pl.UTF-8):      Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2134 Group:          Applications/Publishing/TeX
2135 Requires(post,postun):  %{_bindir}/texhash
2136 Requires:       %{name} = %{epoch}:%{version}-%{release}
2137 Obsoletes:      tetex-bibtex-jurabib
2138
2139 %description latex-bibtex-jurabib
2140 Extended BibTeX citation support for the humanities and legal texts.
2141
2142 %description latex-bibtex-jurabib -l pl.UTF-8
2143 Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2144 prawniczych.
2145
2146 %package latex-bibtex-styles
2147 Summary:        Various BibTeX styles
2148 Summary(hu.UTF-8):      Vegyes BibTeX stílusok
2149 Group:          Applications/Publishing/TeX
2150 Requires(post,postun):  %{_bindir}/texhash
2151 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2152
2153 %description latex-bibtex-styles
2154 Various BibTeX styles.
2155
2156 %description latex-bibtex-styles -l hu.UTF-8
2157 Vegyes BibTeX stílusok.
2158
2159 %package latex-bibtex-vancouver
2160 Summary:        Bibliographic style file for Biomedical Journals
2161 Summary(hu.UTF-8):      Irodalomjegyzék-stílus a Biomedical Journal-hoz
2162 Group:          Applications/Publishing/TeX
2163 Requires(post,postun):  %{_bindir}/texhash
2164 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2165
2166 %description latex-bibtex-vancouver
2167 Bibliographic style file for Biomedical Journals.
2168
2169 %description latex-bibtex-vancouver -l hu.UTF-8
2170 Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2171
2172 %package latex-booktabs
2173 Summary:        Publication quality tables in LaTeX
2174 Summary(hu.UTF-8):      Nyomdai minőségű táblázatok LaTeX-ben
2175 Group:          Applications/Publishing/TeX
2176 Requires(post,postun):  %{_bindir}/texhash
2177 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2178
2179 %description latex-booktabs
2180 Publication quality tables in LaTeX.
2181
2182 %description latex-booktabs -l hu.UTF-8
2183 Nyomdai minőségű táblázatok LaTeX-ben.
2184
2185
2186 %package latex-caption
2187 Summary:        Customising captions in floating environments
2188 Summary(hu.UTF-8):      Feliratok testreszabása úszó környezetekben
2189 Group:          Applications/Publishing/TeX
2190 Requires(post,postun):  %{_bindir}/texhash
2191 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2192
2193 %description latex-caption
2194 Customising captions in floating environments.
2195
2196 %description latex-caption -l hu.UTF-8
2197 Feliratok testreszabása úszó környezetekben.
2198
2199 %package latex-carlisle
2200 Summary:        Miscellaneous small packages by David Carlisle
2201 Summary(pl.UTF-8):      Różne małe pakiety autorstwa Davida Carlisle
2202 Group:          Applications/Publishing/TeX
2203 Requires(post,postun):  %{_bindir}/texhash
2204 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2205
2206 %description latex-carlisle
2207 Miscellaneous small packages by David Carlisle.
2208
2209 %description latex-carlisle -l pl.UTF-8
2210 Różne małe pakiety autorstwa Davida Carlisle.
2211
2212 %package latex-ccfonts
2213 Summary:        Support for Concrete text and math fonts in LaTeX
2214 Summary(pl.UTF-8):      Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2215 Group:          Applications/Publishing/TeX
2216 Requires(post,postun):  %{_bindir}/texhash
2217 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2218
2219 %description latex-ccfonts
2220 LaTeX font definition files for the Concrete fonts and a LaTeX package
2221 for typesetting documents using Concrete as the default font family.
2222 The files support OT1, T1, TS1, and Concrete math including AMS fonts
2223 (Ulrik Vieth's concmath).
2224
2225 %description latex-ccfonts -l pl.UTF-8
2226 Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2227 LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2228 rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2229 Concrete wraz z AMS (concmath Ulrika Vietha).
2230
2231 %package latex-cite
2232 Summary:        Supports compressed, sorted lists of numerical citations
2233 Summary(pl.UTF-8):      Obsługa kompresowanych, sortowanych list numerowanych cytatów
2234 Group:          Applications/Publishing/TeX
2235 Requires(post,postun):  %{_bindir}/texhash
2236 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2237
2238 %description latex-cite
2239 Supports compressed, sorted lists of numerical citations.
2240
2241 %description latex-cite -l pl.UTF-8
2242 Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2243
2244 %package latex-cmbright
2245 Summary:        Support for CM Bright fonts in LaTeX
2246 Summary(pl.UTF-8):      Obsługa fontów CM Bright w LaTeXu
2247 Group:          Applications/Publishing/TeX
2248 Requires(post,postun):  %{_bindir}/texhash
2249 Requires:       %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2250 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2251
2252 %description latex-cmbright
2253 A family of sans serif fonts for TeX and LaTeX, based on Donald
2254 Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2255 various shapes as well as all the fonts necessary for mathematical
2256 typesetting, incl. AMS symbols. This collection provides all the
2257 necessary files for using the fonts with LaTeX.
2258
2259 %description latex-cmbright -l pl.UTF-8
2260 Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2261 Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2262 kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2263 symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2264 używania fontów w LaTeXu.
2265
2266 %package latex-comment
2267 Summary:        Selectively include/excludes portions of text
2268 Summary(hu.UTF-8):      A szöveg részeinek beillesztése/kihagyása
2269 Group:          Applications/Publishing/TeX
2270 Requires(post,postun):  %{_bindir}/texhash
2271 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2272
2273 %description latex-comment
2274 Selectively include/excludes portions of text.
2275
2276 %description latex-comment -l hu.UTF-8
2277 A szöveg részeinek beillesztése/kihagyása.
2278
2279 %package latex-concmath
2280 Summary:        LaTeX package and font definition files to access the Concrete math fonts
2281 Summary(pl.UTF-8):      Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2282 Group:          Applications/Publishing/TeX
2283 Requires(post,postun):  %{_bindir}/texhash
2284 Requires:       %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2285 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2286
2287 %description latex-concmath
2288 LaTeX package and font definition files to access the Concrete math
2289 fonts, which were derived from Computer Modern math fonts using
2290 parameters from Concrete Roman text fonts.
2291
2292 %description latex-concmath -l pl.UTF-8
2293 Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2294 matematyczne Concrete wywodzące się z fontów matematycznych Computer
2295 Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2296 Roman.
2297
2298 %package latex-currvita
2299 Summary:        Typeset a curriculum vitae
2300 Summary(hu.UTF-8):      Önéletrajzok írása
2301 Group:          Applications/Publishing/TeX
2302 Requires(post,postun):  %{_bindir}/texhash
2303 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2304
2305 %description latex-currvita
2306 Typeset a curriculum vitae.
2307
2308 %description latex-currvita -l hu.UTF-8
2309 Önéletrajzok írása.
2310
2311 %package latex-curves
2312 Summary:        Curves for LaTeX picture environment
2313 Summary(hu.UTF-8):      Görbék LaTeX picture környezetébe
2314 Group:          Applications/Publishing/TeX
2315 Requires(post,postun):  %{_bindir}/texhash
2316 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2317
2318 %description latex-curves
2319 Curves for LaTeX picture environment.
2320
2321 %description latex-curves -l hu.UTF-8
2322 Görbék LaTeX picture környezetébe.
2323
2324 %package latex-custom-bib
2325 Summary:        Customized BibTeX styles for LaTeX
2326 Summary(pl.UTF-8):      Dostosowywanie stylów BibTeXa dla LaTeXa
2327 Group:          Applications/Publishing/TeX
2328 Requires(post,postun):  %{_bindir}/texhash
2329 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2330
2331 %description latex-custom-bib
2332 Package generating customized BibTeX bibliography styles from a
2333 generic file using docstrip. Includes support for the Harvard style.
2334
2335 %description latex-custom-bib -l pl.UTF-8
2336 Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2337 pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2338
2339 %package latex-cyrillic
2340 Summary:        LaTeX Cyrillic support
2341 Summary(pl.UTF-8):      Obsługa cyrylicy dla LaTeXa
2342 Group:          Applications/Publishing/TeX
2343 Requires(post,postun):  %{_bindir}/texhash
2344 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2345
2346 %description latex-cyrillic
2347 LaTeX Cyrillic support.
2348
2349 %description latex-cyrillic -l pl.UTF-8
2350 Obsługa cyrylicy dla LaTeXa.
2351
2352 %package latex-dstroke
2353 Summary:        LaTeX doublestroke font
2354 Summary(pl.UTF-8):      Podwójnie kreślony font dla LaTeXa
2355 Group:          Applications/Publishing/TeX
2356 Requires(post,postun):  %{_bindir}/texhash
2357 Requires:       %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2358 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2359
2360 %description latex-dstroke
2361 Doublestroke font for typesetting the mathematical symbols for the
2362 natural numbers, whole numbers, rational numbers, real numbers and
2363 complex numbers.
2364
2365 %description latex-dstroke -l pl.UTF-8
2366 Podwójnie kreślony font do składania symboli matematycznych liczb
2367 naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
2368
2369 %package latex-enumitem
2370 Summary:        A package to customize the three basic lists
2371 Summary(hu.UTF-8):      Egy csomag, amivel testreszabhatod a három alapvető listát
2372 Group:          Applications/Publishing/TeX
2373 Requires(post,postun):  %{_bindir}/texhash
2374 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2375
2376 %description latex-enumitem
2377 A package to customize the three basic lists (enumerate, itemize and
2378 description).
2379
2380 %description latex-enumitem
2381 Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2382 (enumerate, itemize, description).
2383
2384 %package latex-exam
2385 Summary:        The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2386 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
2387 Group:          Applications/Publishing/TeX
2388 Requires(post,postun):  %{_bindir}/texhash
2389 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2390
2391 %description latex-exam
2392 The exam document class attempts to make it easy for even a LaTeX
2393 novice to prepare exams.
2394
2395 %description latex-exam -l hu.UTF-8
2396 Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2397 feladatsorok készítése.
2398
2399 %package latex-gbrief
2400 Summary:        Letter document class
2401 Summary(hu.UTF-8):      Levél dokumentumosztály
2402 Group:          Applications/Publishing/TeX
2403 Requires(post,postun):  %{_bindir}/texhash
2404 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2405
2406 %description latex-gbrief
2407 Letter document class.
2408
2409 %description latex-gbrief -l hu.UTF-8
2410 Levél dokumentumosztály.
2411
2412
2413 %package latex-jknappen
2414 Summary:        Miscellaneous packages by Joerg Knappen
2415 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
2416 Group:          Applications/Publishing/TeX
2417 Requires(post,postun):  %{_bindir}/texhash
2418 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2419 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2420
2421 %description latex-jknappen
2422 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2423 Knappen, including sgmlcmpt.
2424
2425 %description latex-jknappen -l pl.UTF-8
2426 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2427 Knappena. Zawiera sgmlcmpt.
2428
2429 %package latex-keystroke
2430 Summary:        Graphical representation of keys on keyboard
2431 Summary(hu.UTF-8):      A billentyűk grafikus megjelenítése
2432 Group:          Applications/Publishing/TeX
2433 Requires(post,postun):  %{_bindir}/texhash
2434 Requires:       %{name}-latex
2435
2436 %description latex-keystroke
2437 Graphical representation of keys on keyboard.
2438
2439 %description latex-keystroke -l hu.UTF-8
2440 A billentyűk grafikus megjelenítése.
2441
2442
2443 %package latex-labbook
2444 Summary:        Typeset laboratory journals
2445 Summary(hu.UTF-8):      Laborjegyzőkönyvek szedése
2446 Group:          Applications/Publishing/TeX
2447 Requires(post,postun):  %{_bindir}/texhash
2448 Requires:       %{name}-latex
2449
2450 %description latex-labbook
2451 Typeset laboratory journals.
2452
2453 %description latex-labbook -l hu.UTF-8
2454 Laborjegyzőkönyvek szedése.
2455
2456 %package latex-lcd
2457 Summary:        Alphanumerical LCD-style displays
2458 Summary(hu.UTF-8):      Alfanumerikus LCD-szerű kijelzés
2459 Group:          Applications/Publishing/TeX
2460 Requires(post,postun):  %{_bindir}/texhash
2461 Requires:       %{name}-latex
2462
2463 %description latex-lcd
2464 Alphanumerical LCD-style displays.
2465
2466 %description latex-lcd -l hu.UTF-8
2467 Alfanumerikus LCD-szerű kijelzés.
2468
2469 %package latex-leaflet
2470 Summary:        Create small handouts (flyers)
2471 Summary(hu.UTF-8):      Kis "kézikönyvek" készítése (brossúrák)
2472 Group:          Applications/Publishing/TeX
2473 Requires(post,postun):  %{_bindir}/texhash
2474 Requires:       %{name}-latex
2475
2476 %description latex-leaflet
2477 Create small handouts (flyers).
2478
2479 %description latex-leaflet -l hu.UTF-8
2480 Kis "kézikönyvek" készítése (brossúrák).
2481
2482 %package latex-leftidx
2483 Summary:        Left and right subscripts and superscripts in math mode
2484 Summary(hu.UTF-8):      Bal és jobboldali alsó és felső indexek matematikai módban
2485 Group:          Applications/Publishing/TeX
2486 Requires(post,postun):  %{_bindir}/texhash
2487 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2488
2489 %description latex-leftidx
2490 Left and right subscripts and superscripts in math mode.
2491
2492 %description latex-leftidx -l hu.UTF-8
2493 Bal és jobboldali alsó és felső indexek matematikai módban.
2494
2495
2496 %package latex-lewis
2497 Summary:        Draw Lewis structures (chemistry)
2498 Summary(hu.UTF-8):      Lewis struktúrák készítése (kémia)
2499 Group:          Applications/Publishing/TeX
2500 Requires(post,postun):  %{_bindir}/texhash
2501 Requires:       %{name}-latex
2502
2503 %description latex-lewis
2504 Draw Lewis structures (chemistry).
2505
2506 %description latex-lewis -l hu.UTF-8
2507 Lewis struktúrák készítése (kémia).
2508
2509 %package latex-lm
2510 Summary:        LaTeX styles for Latin Modern family fonts
2511 Summary(pl.UTF-8):      Style LaTeXa dla fontów z rodziny Latin Modern
2512 Group:          Applications/Publishing/TeX
2513 Requires(post,postun):  /usr/bin/texhash
2514 Requires:       %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2515 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2516
2517 %description latex-lm
2518 Latin Modern family of fonts, based on the Computer Modern fonts
2519 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2520 lot of additional characters, mainly accented ones, but not only.
2521 There is a one set of PostScript fonts and four sets of TeX Font
2522 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2523 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2524 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2525 potential user knows what to do with all these files. The author is
2526 Boguslaw Jackowski.
2527
2528 %description latex-lm -l pl.UTF-8
2529 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2530 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2531 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2532 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2533 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2534 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2535 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2536 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2537 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2538
2539 %package latex-lastpage
2540 Summary:        Reference last page for "Page N of M" type footers
2541 Summary(hu.UTF-8):      Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2542 Group:          Applications/Publishing/TeX
2543 Requires(post,postun):  %{_bindir}/texhash
2544
2545 %description latex-lastpage
2546 Reference last page for Page N of M type footers.
2547
2548 %description latex-lastpage -l hu.UTF-8
2549 Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2550
2551 %package latex-lineno
2552 Summary:        Line numbers on paragraphs
2553 Summary(pl.UTF-8):      Numery linii dla paragrafów
2554 Group:          Applications/Publishing/TeX
2555 Requires(post,postun):  /usr/bin/texhash
2556 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2557
2558 %description latex-lineno
2559 The LaTeX package lineno.sty provides line numbers on paragraphs.
2560 After TeX has broken a paragraph into lines there will be line numbers
2561 attached to them, with the possibility to make references through the
2562 LaTeX \ref, \pageref cross reference mechanism.
2563
2564 %description latex-lineno -l pl.UTF-8
2565 Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2566 paragrafu na linie przez TeXa do linii dołączane są ich numery z
2567 możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2568 \ref i \pageref.
2569
2570
2571 %package latex-mathexam
2572 Summary:        Package for typesetting exams
2573 Summary(hu.UTF-8):      Vizsgák szedése
2574 Group:          Applications/Publishing/TeX
2575 Requires(post,postun):  %{_bindir}/texhash
2576 Requires:       %{name}-latex
2577
2578 %description latex-mathexam
2579 Package for typesetting exams.
2580
2581 %description latex-mathexam -l hu.UTF-8
2582 Vizsgák szedése.
2583
2584 %package latex-microtype
2585 Summary:        An interface to the micro-typographic extensions of pdfTeX
2586 Summary(pl.UTF-8):      Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2587 Group:          Applications/Publishing/TeX
2588 Requires(post,postun):  /usr/bin/texhash
2589 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2590
2591 %description latex-microtype
2592 The `microtype' package provides a LaTeX interface to pdfTeX's
2593 micro-typographic extensions: character protrusion and font expansion.
2594 It allows to restrict character protrusion and/or font expansion to a
2595 definable set of fonts, and to configure micro-typographic aspects of
2596 the fonts in a straight-forward and flexible way. Settings for various
2597 fonts are provided.
2598
2599 %description latex-microtype -l pl.UTF-8
2600 Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2601 mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2602 Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2603 określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2604 aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2605 dla różnych fontów.
2606
2607 %package latex-musictex
2608 Summary:        Typesetting music with TeX
2609 Summary(hu.UTF-8):      Zenék szedése TeX-hel
2610 Group:          Applications/Publishing/TeX
2611 Requires(post,postun):  %{_bindir}/texhash
2612 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2613
2614 %description latex-musictex
2615 Typesetting music with TeX.
2616
2617 %description latex-musictex -l hu.UTF-8
2618 Zenék szedése TeX-hel.
2619
2620 %package latex-lucidabr
2621 Summary:        Package to make Lucida Bright fonts usable with LaTeX
2622 Summary(pl.UTF-8):      Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2623 Group:          Applications/Publishing/TeX
2624 Requires(post,postun):  %{_bindir}/texhash
2625 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2626
2627 %description latex-lucidabr
2628 Package to make Lucida Bright fonts usable with LaTeX.
2629
2630 %description latex-lucidabr -l pl.UTF-8
2631 Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2632
2633 %package latex-marvosym
2634 Summary:        Styles for Martin Vogel's Symbol (marvosym) font
2635 Summary(pl.UTF-8):      Style dla fontu Symbol Martina Vogela (marvosym)
2636 Group:          Applications/Publishing/TeX
2637 Requires(post,postun):  /usr/bin/texhash
2638 Requires:       %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2639 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2640
2641 %description latex-marvosym
2642 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2643 currency symbol as defined by the European commission; Euro currency
2644 symbols in typefaces Times, Helvetica and Courier; Symbols for
2645 structural engineering; Symbols for steel cross-sections; Astronomy
2646 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2647 symbols; CE sign and others.
2648
2649 %description latex-marvosym -l pl.UTF-8
2650 Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2651 waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2652 krojach Times, Helvetica i Courier; symbole do inżynierii
2653 strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2654 (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2655 CE i inne.
2656
2657 %package latex-mathpple
2658 Summary:        Use PostScript Palatino for typesetting maths
2659 Summary(pl.UTF-8):      Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2660 Group:          Applications/Publishing/TeX
2661 Requires(post,postun):  %{_bindir}/texhash
2662 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2663 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2664
2665 %description latex-mathpple
2666 The package defines the PostScript font family `Palatino' (ppl) as the
2667 default roman font and then uses the `mathpple' fonts for typesetting
2668 math. These virtual fonts have been created for typesetting math in a
2669 style that suits the Palatino text fonts. The AMS fonts, when used
2670 additionally, will be scaled to fit Palatino.
2671
2672 %description latex-mathpple -l pl.UTF-8
2673 Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2674 domyślny font roman i używa fontów mathpple do składania wzorów
2675 matematycznych. Te wirtualne fonty zostały stworzone do składania
2676 wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2677 Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2678 pasować do Palatino.
2679
2680 %package latex-mathtime
2681 Summary:        Mathtime fonts for LaTeX
2682 Summary(pl.UTF-8):      Fonty Mathtime dla LaTeXa
2683 Group:          Applications/Publishing/TeX
2684 Requires(post,postun):  %{_bindir}/texhash
2685 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2686
2687 %description latex-mathtime
2688 The Mathtime fonts have a number of characters remapped to positions
2689 different from the ones normally used by the corresponding TeX
2690 CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2691 style files use the Times Roman font (often called something like:
2692 ptmr or ptmr7t or ptmrq).
2693
2694 %description latex-mathtime -l pl.UTF-8
2695 Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2696 różniące się od tych normalnie używanych w odpowiadających im TeXowych
2697 fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2698 używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2699 ptmrq).
2700
2701 %package latex-mflogo
2702 Summary:        LaTeX support for MetaFont and logo fonts
2703 Summary(pl.UTF-8):      Obsługa LaTeXa dla MetaFonta i fontów logo
2704 Group:          Applications/Publishing/TeX
2705 Requires(post,postun):  %{_bindir}/texhash
2706 Requires:       %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2707 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2708
2709 %description latex-mflogo
2710 LaTeX package and font definition file to access the Knuthian `logo'
2711 fonts described in `The MetaFontbook' and the MetaFont and logos in
2712 LaTeX documents.
2713
2714 %description latex-mflogo -l pl.UTF-8
2715 Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2716 opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2717 LaTeXa.
2718
2719 %package latex-mfnfss
2720 Summary:        Font description files to use extra fonts like yinit and ygoth
2721 Summary(pl.UTF-8):      Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2722 Group:          Applications/Publishing/TeX
2723 Requires(post,postun):  %{_bindir}/texhash
2724 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2725
2726 %description latex-mfnfss
2727 Font description files to use extra fonts like yinit and ygoth.
2728
2729 %description latex-mfnfss -l pl.UTF-8
2730 Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2731
2732 %package latex-minitoc
2733 Summary:        Produce a table of contents for each chapter
2734 Summary(pl.UTF-8):      Tworzenie spisów treści dla każdego rozdziału
2735 Group:          Applications/Publishing/TeX
2736 Requires(post,postun):  %{_bindir}/texhash
2737 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2738
2739 %description latex-minitoc
2740 Produce a table of contents for each chapter.
2741
2742 %description latex-minitoc -l pl.UTF-8
2743 Tworzenie spisów treści dla każdego rozdziału.
2744
2745 %package latex-mltex
2746 Summary:        Support for MLTeX
2747 Summary(pl.UTF-8):      Wsparcie dla MLTeXa
2748 Group:          Applications/Publishing/TeX
2749 Requires(post,postun):  %{_bindir}/texhash
2750 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2751
2752 %description latex-mltex
2753 Support for MLTeX, the multilingual TeX extension from Michael J.
2754 Ferguson.
2755
2756 %description latex-mltex -l pl.UTF-8
2757 Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2758 autorstwa Michaela J. Fergusona.
2759
2760 %package latex-multienum
2761 Summary:        Multi-column enumerated lists
2762 Summary(hu.UTF-8):      Többoszlopos számozott listák
2763 Group:          Applications/Publishing/TeX
2764 Requires(post,postun):  %{_bindir}/texhash
2765 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2766
2767 %description latex-multienum
2768 Multi-column enumerated lists.
2769
2770 %description latex-multienum -l hu.UTF-8
2771 Többoszlopos számozott listák.
2772
2773
2774 %package latex-moreverb
2775 Summary:        Extended verbatim
2776 Summary(hu.UTF-8):      Kiterjesztett verbatim
2777 Group:          Applications/Publishing/TeX
2778 Requires(post,postun):  %{_bindir}/texhash
2779 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2780
2781 %description latex-moreverb
2782 Extended verbatim.
2783
2784 %description latex-moreverb -l hu.UTF-8
2785 Kiterjesztett verbatim.
2786
2787 %package latex-ntheorem
2788 Summary:        Enhanced theorem environment
2789 Summary(hu.UTF-8):      Bővített tétel környezet
2790 Group:          Applications/Publishing/TeX
2791 Requires(post,postun):  %{_bindir}/texhash
2792 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2793
2794 %description latex-ntheorem
2795 Enhanced theorem environment.
2796
2797 %description latex-ntheorem -l hu.UTF-8
2798 Bővített tétel környezet
2799
2800 %package latex-other
2801 Summary:        Other LaTeX packages
2802 Summary(hu.UTF-8):      Néhány további LaTeX csomag
2803 Group:          Applications/Publishing/TeX
2804 Requires(post,postun):  %{_bindir}/texhash
2805 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2806
2807 %description latex-other
2808 Other LaTeX packages.
2809
2810 %description latex-other -l hu.UTF-8
2811 Néhány további LaTeX csomag.
2812
2813 %package latex-other-doc
2814 Summary:        Other LaTeX packages documentation
2815 Summary(hu.UTF-8):      Néhány további LaTeX csomag dokumentációja
2816 Group:          Applications/Publishing/TeX
2817 Requires(post,postun):  %{_bindir}/texhash
2818 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2819
2820 %description latex-other-doc
2821 Other LaTeX packages documentation.
2822
2823 %description latex-other-doc -l hu.UTF-8
2824 Néhány további LaTeX csomag dokumentációja.
2825
2826 %package latex-palatcm
2827 Summary:        Palatino + Computer Modern math fonts for LaTeX
2828 Summary(pl.UTF-8):      Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2829 Group:          Applications/Publishing/TeX
2830 Requires(post,postun):  %{_bindir}/texhash
2831 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2832
2833 %description latex-palatcm
2834 Palatino + Computer Modern math fonts for LaTeX.
2835
2836 %description latex-palatcm -l pl.UTF-8
2837 Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2838
2839
2840 %package latex-pdfslide
2841 Summary:        Presentation slides using pdftex
2842 Summary(hu.UTF-8):      Prezentáció készítése pdftex-hel
2843 Group:          Applications/Publishing/TeX
2844 Requires(post,postun):  %{_bindir}/texhash
2845 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2846
2847 %description latex-pdfslide
2848 Presentation slides using pdftex.
2849
2850 %description latex-pdfslide -l hu.UTF-8
2851 Prezentáció készítése pdftex-hel.
2852
2853 %package latex-pgf
2854 Summary:        The TeX Portable Graphic Format
2855 Summary(hu.UTF-8):      TeX Portable Graphic Formátum
2856 Summary(pl.UTF-8):      Przenośny format grafiki dla TeXa
2857 Group:          Applications/Publishing/TeX
2858 Requires(post,postun):  %{_bindir}/texhash
2859 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2860 Requires:       %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
2861 Obsoletes:      tetex-pgf
2862
2863 %description latex-pgf
2864 A macro package for creating graphics directly in TeX and LaTeX.
2865
2866 %description latex-pgf -l hu.UTF-8
2867 Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2868
2869 %description latex-pgf -l pl.UTF-8
2870 Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2871
2872 %package latex-polynom
2873 Summary:        Macros for manipulating polynomials
2874 Summary(hu.UTF-8):      Makrók polinomokkal való műveletekre
2875 Group:          Applications/Publishing/TeX
2876 Requires(post,postun):  %{_bindir}/texhash
2877 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2878
2879 %description latex-polynom
2880 Macros for manipulating polynomials.
2881
2882 %description latex-polynom -l hu.UTF-8
2883 Makrók polinomokkal való műveletekre.
2884
2885 %package latex-polynomial
2886 Summary:        Typeset (univariate) polynomials
2887 Summary(hu.UTF-8):      Egyváltozós polinomok szedése
2888 Group:          Applications/Publishing/TeX
2889 Requires(post,postun):  %{_bindir}/texhash
2890 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2891
2892 %description latex-polynomial
2893 Typeset (univariate) polynomials.
2894
2895 %description latex-polynomial -l hu.UTF-8
2896 Egyváltozós polinomok szedése.
2897
2898 %package latex-prosper
2899 Summary:        LaTeX class for high quality slides
2900 Summary(hu.UTF-8):      LaTeX osztály jó minőségű fóliák készítéséhez
2901 Group:          Applications/Publishing/TeX
2902 Requires(post,postun):  %{_bindir}/texhash
2903 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2904
2905 %description latex-prosper
2906 LaTeX class for high quality slides.
2907
2908 %description latex-prosper -l hu.UTF-8
2909 LaTeX osztály jó minőségű fóliák készítéséhez.
2910
2911 %package latex-pseudocode
2912 Summary:        LaTeX enviroment for specifying algorithms in a natural way
2913 Summary(hu.UTF-8):      LaTeX környezet algoritmusok bevitelére
2914 Group:          Applications/Publishing/TeX
2915 Requires(post,postun):  %{_bindir}/texhash
2916 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2917
2918 %description latex-pseudocode
2919 LaTeX enviroment for specifying algorithms in a natural way.
2920
2921 %description latex-pseudocode -l hu.UTF-8
2922 LaTeX környezet algoritmusok bevitelére.
2923
2924 %package latex-psnfss
2925 Summary:        LaTeX font support for common PostScript fonts
2926 Summary(pl.UTF-8):      Obsługa popularnych fontów postscriptowych w LaTeXu
2927 Group:          Applications/Publishing/TeX
2928 Requires(post,postun):  %{_bindir}/texhash
2929 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2930 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2931 Obsoletes:      tetex-latex-mathptm
2932 Obsoletes:      tetex-latex-mathptmx
2933
2934 %description latex-psnfss
2935 LaTeX font definition files, macros and font metrics for common
2936 PostScript fonts.
2937
2938 %description latex-psnfss -l pl.UTF-8
2939 LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2940 popularnych fontów postscriptowych.
2941
2942 %package latex-pst-2dplot
2943 Summary:        A PSTricks package for drawing 2D curves
2944 Summary(hu.UTF-8):      PSTricks csomag kétdimenziós görbék rajzolásához
2945 Group:          Applications/Publishing/TeX
2946 Requires(post,postun):  %{_bindir}/texhash
2947 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2948
2949 %description latex-pst-2dplot
2950 A PSTricks package for drawing 2D curves.
2951
2952 %description latex-pst-2dplot -l hu.UTF-8
2953 PSTricks csomag kétdimenziós görbék rajzolásához.
2954
2955 %package latex-pst-3dplot
2956 Summary:        Draw 3d curves and graphs using PSTricks
2957 Summary(hu.UTF-8):      3D-s görbék és grafikonok PSTricks-szel
2958 Group:          Applications/Publishing/TeX
2959 Requires(post,postun):  %{_bindir}/texhash
2960 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2961
2962 %description latex-pst-3dplot
2963 Draw 3d curves and graphs using PSTricks.
2964
2965 %description latex-pst-3dplot -l hu.UTF-8
2966 3D-s görbék és grafikonok PSTricks-szel.
2967
2968
2969 %package latex-pst-bar
2970 Summary:        Produces bar charts using pstricks
2971 Summary(hu.UTF-8):      Oszlopdiagramok pstricks-szel
2972 Group:          Applications/Publishing/TeX
2973 Requires(post,postun):  %{_bindir}/texhash
2974 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2975
2976 %description latex-pst-bar
2977 Produces bar charts using pstricks.
2978
2979 %description latex-pst-bar -l hu.UTF-8
2980 Oszlopdiagramok pstricks-szel.
2981
2982 %package latex-pst-circ
2983 Summary:        PSTricks package for drawing electric circuits
2984 Summary(hu.UTF-8):      PSTricks csomag elektromos áramkörök rajzolásához
2985 Group:          Applications/Publishing/TeX
2986 Requires(post,postun):  %{_bindir}/texhash
2987 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2988
2989 %description latex-pst-circ
2990 PSTricks package for drawing electric circuits.
2991
2992 %description latex-pst-circ -l hu.UTF-8
2993 PSTricks csomag elektromos áramkörök rajzolásához.
2994
2995 %package latex-pst-diffraction
2996 Summary:        Print diffraction patterns from various apertures
2997 Summary(hu.UTF-8):      Diffrakciós képek különböző eszközökön
2998 Group:          Applications/Publishing/TeX
2999 Requires(post,postun):  %{_bindir}/texhash
3000 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3001
3002 %description latex-pst-diffraction
3003 Print diffraction patterns from various apertures.
3004
3005 %description latex-pst-diffraction -l hu.UTF-8
3006 Diffrakciós képek különböző eszközökön.
3007
3008 %package latex-pst-eucl
3009 Summary:        Euclidian geometry with pstricks
3010 Summary(hu.UTF-8):      Euklidészi geometria a pstricks használatával
3011 Group:          Applications/Publishing/TeX
3012 Requires(post,postun):  %{_bindir}/texhash
3013 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3014
3015 %description latex-pst-eucl
3016 Euclidian geometry with pstricks.
3017
3018 %description latex-pst-eucl -l hu.UTF-8
3019 Euklidészi geometria a pstricks használatával.
3020
3021
3022 %package latex-pst-fun
3023 Summary:        Draw "funny" objects with PSTricks
3024 Summary(hu.UTF-8):      "Vicces" rajzok PSTricks-szel
3025 Group:          Applications/Publishing/TeX
3026 Requires(post,postun):  %{_bindir}/texhash
3027 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3028
3029 %description latex-pst-fun
3030 Draw "funny" objects with PSTricks.
3031
3032 %description latex-pst-fun -l hu.UTF-8
3033 "Vicces" rajzok PSTricks-szel
3034
3035 %package latex-pst-func
3036 Summary:        PSTricks package for plotting mathematical functions
3037 Summary(hu.UTF-8):      PSTricks csomag matematikai függvények ábrázolásához
3038 Group:          Applications/Publishing/TeX
3039 Requires(post,postun):  %{_bindir}/texhash
3040 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3041
3042 %description latex-pst-func
3043 PSTricks package for plotting mathematical functions.
3044
3045 %description latex-pst-eucl -l hu.UTF-8
3046 PSTricks csomag matematikai függvények ábrázolásához.
3047
3048 %package latex-pst-fr3d
3049 Summary:        Draw 3-dimensional framed boxes using PSTricks
3050 Summary(hu.UTF-8):      Háromdimenziós dobozok PSTricks segítségével
3051 Group:          Applications/Publishing/TeX
3052 Requires(post,postun):  %{_bindir}/texhash
3053 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3054
3055 %description latex-pst-fr3d
3056 Draw 3-dimensional framed boxes using PSTricks.
3057
3058 %description latex-pst-fr3d -l hu.UTF-8
3059 Háromdimenziós dobozok PSTricks segítségével.
3060
3061 %package latex-pst-fractal
3062 Summary:        Draw fractal sets using PSTricks
3063 Summary(hu.UTF-8):      Fraktálok rajzolása PSTricks segítségével
3064 Group:          Applications/Publishing/TeX
3065 Requires(post,postun):  %{_bindir}/texhash
3066 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3067
3068 %description latex-pst-fractal
3069 Draw fractal sets using PSTricks.
3070
3071 %description latex-pst-fractal -l hu.UTF-8
3072 Fraktálok rajzolása PSTricks segítségével.
3073
3074 %package latex-pst-infixplot
3075 Summary:        Using pstricks plotting capacities with infix expressions rather than RPN
3076 Summary(hu.UTF-8):      Infix kifejezések ábrázolása
3077 Group:          Applications/Publishing/TeX
3078 Requires(post,postun):  %{_bindir}/texhash
3079 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3080
3081 %description latex-pst-infixplot
3082 Using pstricks plotting capacities with infix expressions rather than
3083 RPN.
3084
3085 %description latex-pst-infixplot -l hu.UTF-8
3086 Infix kifejezések ábrázolása.
3087
3088 %package latex-pst-math
3089 Summary:        Enhancement of PostScript math operators to use with pstricks
3090 Summary(hu.UTF-8):      PostScript matematikai operátorok bővítése pstricks-szel
3091 Group:          Applications/Publishing/TeX
3092 Requires(post,postun):  %{_bindir}/texhash
3093 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3094
3095 %description latex-pst-math
3096 Enhancement of PostScript math operators to use with pstricks.
3097
3098 %description latex-pst-math -l hu.UTF-8
3099 PostScript matematikai operátorok bővítése pstricks-szel.
3100
3101 %package latex-pst-ob3d
3102 Summary:        Three dimensional objects using PSTricks
3103 Summary(hu.UTF-8):      Háromdimenziós objektumok PSTricks-szel
3104 Group:          Applications/Publishing/TeX
3105 Requires(post,postun):  %{_bindir}/texhash
3106 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3107
3108 %description latex-pst-ob3d
3109 Three dimensional objects using PSTricks.
3110
3111 %description latex-pst-ob3d -l hu.UTF-8
3112 Háromdimenziós objektumok PSTricks-szel.
3113
3114 %package latex-pst-optexp
3115 Summary:        Drawing optical experimental setups
3116 Summary(hu.UTF-8):      Optikai összeállítások rajzolása
3117 Group:          Applications/Publishing/TeX
3118 Requires(post,postun):  %{_bindir}/texhash
3119 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3120
3121 %description latex-pst-optexp
3122 Drawing optical experimental setups.
3123
3124 %description latex-pst-optexp -l hu.UTF-8
3125 Optikai összeállítások rajzolása.
3126
3127 %package latex-pst-optic
3128 Summary:        Drawing optics diagrams
3129 Summary(hu.UTF-8):      Optikai ábrák rajzolása
3130 Group:          Applications/Publishing/TeX
3131 Requires(post,postun):  %{_bindir}/texhash
3132 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3133
3134 %description latex-pst-optic
3135 Drawing optics diagrams.
3136
3137 %description latex-pst-optic -l hu.UTF-8
3138 Optikai ábrák rajzolása.
3139
3140 %package latex-pst-text
3141 Summary:        Text and character manipulation in PSTricks
3142 Summary(hu.UTF-8):      Szöveg és karakter manipulációk PSTricks-szel
3143 Group:          Applications/Publishing/TeX
3144 Requires(post,postun):  %{_bindir}/texhash
3145 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3146
3147 %description latex-pst-text
3148 Text and character manipulation in PSTricks.
3149
3150 %description latex-pst-text -l hu.UTF-8
3151 Szöveg és karakter manipulációk PSTricks-szel.
3152
3153 %package latex-pst-uncategorized
3154 Summary:        Other uncategorized PSTricks packages
3155 Summary(hu.UTF-8):      Néhány kategorizálatlan PSTricks csomag
3156 Group:          Applications/Publishing/TeX
3157 Requires(post,postun):  %{_bindir}/texhash
3158 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3159
3160 %description latex-pst-uncategorized
3161 Other uncategorized PSTricks packages.
3162
3163 %description latex-pst-uncategorized -l hu.UTF-8
3164 Néhány kategorizálatlan PSTricks csomag.
3165
3166 %package latex-pxfonts
3167 Summary:        PX fonts LaTeX support
3168 Summary(pl.UTF-8):      Obsługa fontów PX w LaTeXu
3169 Group:          Applications/Publishing/TeX
3170 Requires(post,postun):  %{_bindir}/texhash
3171 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
3172 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3173
3174 %description latex-pxfonts
3175 PX fonts LaTeX support.
3176
3177 %description latex-pxfonts -l pl.UTF-8
3178 Obsługa fontów PX w LaTeXu.
3179
3180 %package latex-qfonts
3181 Summary:        A collection of PostScript (Adobe Type 1) fonts in QX layout
3182 Summary(pl.UTF-8):      Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3183 Group:          Applications/Publishing/TeX
3184 Requires(post,postun):  %{_bindir}/texhash
3185 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3186 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3187
3188 %description latex-qfonts
3189 A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3190 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3191 QuasiTimes (regular, italic, bold and bold italic), based on URW++
3192 fonts distributed with Ghostscript. The fonts are encoded according to
3193 QX layout which facilitates multilingual and technical typesetting
3194 using TeX, preserving usability in Windows applications.
3195
3196 %description latex-qfonts -l pl.UTF-8
3197 Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3198 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3199 QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3200 fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3201 zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3202 TeXu, zachowując przydatność dla aplikacji windowsowych.
3203
3204 %package latex-SIstyle
3205 Summary:        Package to typeset SI units, numbers and angles
3206 Summary(hu.UTF-8):      Csomag SI egységek, számok és szögek szedésére
3207 Group:          Applications/Publishing/TeX
3208 Requires(post,postun):  /usr/bin/texhash
3209 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3210
3211 %description latex-SIstyle
3212 Package to typeset SI units, numbers and angles.
3213
3214 %description latex-SIstyle -l hu.UTF-8
3215 Csomag SI egységek, számok és szögek szedésére.
3216
3217 %package latex-SIunits
3218 Summary:        The SIunits package can be used to standardise the use of units in your writings
3219 Summary(hu.UTF-8):      Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3220 Group:          Applications/Publishing/TeX
3221 Requires(post,postun):  /usr/bin/texhash
3222 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3223
3224 %description latex-SIunits
3225 The SIunits package can be used to standardise the use of units in
3226 your writings.
3227
3228 %description latex-SIunits -l hu.UTF-8
3229 Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3230
3231 %package latex-siunitx
3232 Summary:        A comprehensive (SI) units package
3233 Summary(hu.UTF-8):      Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3234 Group:          Applications/Publishing/TeX
3235 Requires(post,postun):  /usr/bin/texhash
3236 Requires:       %{name}-latex
3237
3238 %description latex-siunitx
3239 A comprehensive (SI) units package.
3240
3241 %description latex-siunitx -l hu.UTF-8
3242 Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3243
3244 %package latex-Tabbing
3245 Summary:        Tabbing with accented letters
3246 Summary(hu.UTF-8):      Tabbing környezet ékezetes betűk használatával
3247 Group:          Applications/Publishing/TeX
3248 Requires(post,postun):  /usr/bin/texhash
3249
3250 %description latex-Tabbing
3251 Tabbing with accented letters.
3252
3253 %description latex-Tabbing -l hu.UTF-8
3254 Tabbing környezet ékezetes betűk használatával.
3255
3256 %package latex-urwvn
3257 Summary:        URWVN fonts
3258 Summary(pl.UTF-8):      Fonty URWVN
3259 Group:          Applications/Publishing/TeX
3260 Requires(post,postun):  /usr/bin/texhash
3261 Requires:       %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3262 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3263
3264 %description latex-urwvn
3265 URWVN fonts.
3266
3267 %description latex-urwvn -l pl.UTF-8
3268 Fonty URWVN.
3269
3270 %package latex-txfonts
3271 Summary:        TX fonts LaTeX support
3272 Summary(pl.UTF-8):      Obsługa fontów TX w LaTeXu
3273 Group:          Applications/Publishing/TeX
3274 Requires(post,postun):  %{_bindir}/texhash
3275 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3276 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3277
3278 %description latex-txfonts
3279 TX fonts LaTeX support.
3280
3281 %description latex-txfonts -l pl.UTF-8
3282 Obsługa fontów TX w LaTeXu.
3283
3284 %package latex-ucs
3285 Summary:        This package contains support for using UTF-8 as input encoding in LaTeX documents
3286 Summary(hu.UTF-8):      Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
3287 Group:          Applications/Publishing/TeX
3288 Requires(post,postun):  %{_bindir}/texhash
3289 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3290
3291 %description latex-ucs
3292 This package contains support for using UTF-8 as input encoding in
3293 LaTeX documents.
3294
3295 %description latex-ucs -l hu.UTF-8
3296 Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3297
3298 %package latex-umlaute
3299 Summary:        An interface to inputenc for using alternate input encodings
3300 Summary(pl.UTF-8):      Interfejs inputenc do używania alternatywnych kodowań wejściowych
3301 Group:          Applications/Publishing/TeX
3302 Requires(post,postun):  %{_bindir}/texhash
3303 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3304
3305 %description latex-umlaute
3306 An interface to inputenc for using alternate input encodings.
3307
3308 %description latex-umlaute -l pl.UTF-8
3309 Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3310
3311 %package latex-wasysym
3312 Summary:        Extra characters from the Waldis symbol fonts
3313 Summary(pl.UTF-8):      Dodatkowe znaki z fontów Waldis symbol
3314 Group:          Applications/Publishing/TeX
3315 Requires(post,postun):  %{_bindir}/texhash
3316 Requires:       %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3317 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3318
3319 %description latex-wasysym
3320 Makes some additional characters available that come from the wasy
3321 fonts (Waldis symbol fonts). These fonts are not automatically
3322 included in NFSS2/LaTeX2e since they take up important space and often
3323 aren't necessary if one makes use of the packages amsfonts or amssymb.
3324 Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3325 apple, ocircle invneg, logof, varint, male, female, phone, clock,
3326 lightning, pointer, sun, bell, permil, smiley, various electrical
3327 symbols, shapes, music notes, circles, signs, astronomy, etc.
3328
3329 %description latex-wasysym -l pl.UTF-8
3330 Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3331 (Waldis symbol). Te fonty nie są automatycznie dołączane w
3332 NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3333 jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3334 m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3335 ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3336 pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3337 kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3338
3339 %package latex-xcolor
3340 Summary:        Allows for access to color tints, shades, tones etc
3341 Summary(hu.UTF-8):      Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3342 Summary(pl.UTF-8):      Pozwala na dostęp do odcieni, gradientów itp.
3343 Group:          Applications/Publishing/TeX
3344 Obsoletes:      tetex-latex-xcolor
3345
3346 %description
3347 `xcolor' provides easy driver-independent access to several kinds of
3348 color tints, shades, tones, and mixes of arbitrary colors. It allows
3349 to select a document-wide target color model and offers tools for
3350 automatic color schemes, conversion between eight color models, and
3351 alternating table row colors.
3352
3353 %description latex-xcolor -l hu.UTF-8
3354 `xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3355 színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3356 keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3357 modell kiválasztásához és a színmodellek közötti konverzióra.
3358
3359 %description latex-xcolor -l pl.UTF-8
3360 `xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3361 wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3362 na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3363 schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3364 naprzemiennych kolorów w tabelach.
3365
3366 %package format-latex
3367 Summary:        LaTeX macro package
3368 Summary(pl.UTF-8):      Pakiet makr LaTeX
3369 Group:          Applications/Publishing/TeX
3370 Requires(post,postun):  %{_bindir}/texhash
3371 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3372 Obsoletes:      hugelatex
3373
3374 %description format-latex
3375 LaTeX is a front end for the TeX text formatting system. Easier to use
3376 than TeX, LaTeX is essentially a set of TeX macros which provide
3377 convenient, predefined document formats for users.
3378
3379 This package contains LaTeX format.
3380
3381 %description format-latex -l pl.UTF-8
3382 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3383 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3384 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3385
3386 Ten pakiet zawiera format LaTeX.
3387
3388 %package format-pdflatex
3389 Summary:        PDF LaTeX macro package
3390 Summary(pl.UTF-8):      Pakiet makr PDF LaTeX
3391 Group:          Applications/Publishing/TeX
3392 Requires(post,postun):  %{_bindir}/texhash
3393 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3394 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3395 Requires:       %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3396 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
3397 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3398
3399 %description format-pdflatex
3400 LaTeX is a front end for the TeX text formatting system. Easier to use
3401 than TeX, LaTeX is essentially a set of TeX macros which provide
3402 convenient, predefined document formats for users.
3403
3404 This package contains PDF LaTeX format.
3405
3406 %description format-pdflatex -l pl.UTF-8
3407 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3408 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3409 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3410
3411 Ten pakiet zawiera format PDF LaTeX.
3412
3413 # PLaTeX format
3414
3415 %package platex
3416 Summary:        PLaTeX format basic files
3417 Summary(pl.UTF-8):      Podstawowe pliki dla formatu PLaTeX
3418 Group:          Applications/Publishing/TeX
3419 Requires(post,postun):  %{_bindir}/texhash
3420 Requires:       %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3421 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3422
3423 %description platex
3424 PLaTeX format basic files.
3425
3426 %description platex -l pl.UTF-8
3427 Podstawowe pliki dla formatu PLaTeX.
3428
3429 %package format-platex
3430 Summary:        PLaTeX format
3431 Summary(pl.UTF-8):      Format PLaTeX
3432 Group:          Applications/Publishing/TeX
3433 Requires(post,postun):  %{_bindir}/texhash
3434 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3435
3436 %description format-platex
3437 PLaTeX format.
3438
3439 %description format-platex -l pl.UTF-8
3440 Format PLaTeX.
3441
3442 %package format-pdfplatex
3443 Summary:        PDF PLaTeX format
3444 Summary(pl.UTF-8):      Format PDF PLaTeX
3445 Group:          Applications/Publishing/TeX
3446 Requires(post,postun):  %{_bindir}/texhash
3447 Requires:       %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3448 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3449 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3450
3451 %description format-pdfplatex
3452 PDF PLaTeX format.
3453
3454 %description format-pdfplatex -l pl.UTF-8
3455 Format PDF PLaTeX.
3456
3457 # # TeX generic macros #
3458
3459 %package tex-babel
3460 Summary:        Multilingual support for TeX
3461 Summary(pl.UTF-8):      Obsługa wielu języków dla TeXa
3462 Group:          Applications/Publishing/TeX
3463 Requires(post,postun):  %{_bindir}/texhash
3464 Requires:       %{name} = %{epoch}:%{version}-%{release}
3465
3466 %description tex-babel
3467 Multilingual support for TeX.
3468
3469 %description tex-babel -l pl.UTF-8
3470 Obsługa wielu języków dla TeXa.
3471
3472 %package tex-german
3473 Summary:        Supports the new German orthography (neue deutsche Rechtschreibung)
3474 Summary(pl.UTF-8):      Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3475 Group:          Applications/Publishing/TeX
3476 Requires(post,postun):  %{_bindir}/texhash
3477 Requires:       %{name} = %{epoch}:%{version}-%{release}
3478
3479 %description tex-german
3480 Supports the new German orthography (neue deutsche Rechtschreibung).
3481
3482 %description tex-german -l pl.UTF-8
3483 Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3484
3485 %package tex-mfpic
3486 Summary:        Macros which generate Metafont or Metapost for drawing pictures
3487 Summary(pl.UTF-8):      Makra generujące Metafont lub Metapost do rysowania obrazków
3488 Group:          Applications/Publishing/TeX
3489 Requires(post,postun):  %{_bindir}/texhash
3490 Requires:       %{name} = %{epoch}:%{version}-%{release}
3491
3492 %description tex-mfpic
3493 Macros which generate Metafont or Metapost for drawing pictures.
3494
3495 %description tex-mfpic -l pl.UTF-8
3496 Makra generujące Metafont lub Metapost do rysowania obrazków.
3497
3498 %package tex-misc
3499 Summary:        Miscellaneous TeX macros
3500 Summary(pl.UTF-8):      Różne makra TeXowe
3501 Group:          Applications/Publishing/TeX
3502 Requires(post,postun):  %{_bindir}/texhash
3503 Requires:       %{name} = %{epoch}:%{version}-%{release}
3504 Obsoletes:      tetex-tex-eijkhout
3505
3506 %description tex-misc
3507 Miscellaneous TeX macros.
3508
3509 %description tex-misc -l pl.UTF-8
3510 Różne makra TeXowe.
3511
3512 %package tex-pictex
3513 Summary:        Picture drawing macros for TeX and LaTeX
3514 Summary(pl.UTF-8):      Makra do rysowania obrazków dla TeXa i LaTeXa
3515 Group:          Applications/Publishing/TeX
3516 Requires(post,postun):  %{_bindir}/texhash
3517 Requires:       %{name} = %{epoch}:%{version}-%{release}
3518
3519 %description tex-pictex
3520 Picture drawing macros for TeX and LaTeX.
3521
3522 %description tex-pictex -l pl.UTF-8
3523 Makra do rysowania obrazków dla TeXa i LaTeXa.
3524
3525 %package tex-pstricks
3526 Summary:        PostScript macros for TeX
3527 Summary(pl.UTF-8):      Makra postscriptowe dla TeXa
3528 Group:          Applications/Publishing/TeX
3529 Requires(post,postun):  %{_bindir}/texhash
3530 Requires:       %{name} = %{epoch}:%{version}-%{release}
3531
3532 %description tex-pstricks
3533 An extensive collection of PostScript macros that is compatible with
3534 most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3535 AMS-LaTeX. Included are macros for color, graphics, pie charts,
3536 rotation, trees and overlays. It has many special features, including:
3537 a wide variety of graphics (picture drawing) macros, with a flexible
3538 interface and with color support. There are macros for coloring or
3539 shading the cells of tables.
3540
3541 %description tex-pstricks -l pl.UTF-8
3542 Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3543 makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3544 makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3545 nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3546 rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3547 makra do kolorowania lub cieniowania komórek tabel.
3548
3549 %package tex-qpx
3550 Summary:        QuasiPalatino and PX fonts typesetting support
3551 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiPalatino i PX
3552 Group:          Applications/Publishing/TeX
3553 Requires(post,postun):  %{_bindir}/texhash
3554 Requires:       %{name} = %{epoch}:%{version}-%{release}
3555 Requires:       %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3556
3557 %description tex-qpx
3558 QuasiPalatino and PX fonts typesetting support.
3559
3560 %description tex-qpx -l pl.UTF-8
3561 Wsparcie dla składu fontami QuasiPalatino i PX.
3562
3563 %package tex-qpxqtx
3564 Summary:        QuasiTimes and TX fonts typesetting support
3565 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiTimes i TX
3566 Group:          Applications/Publishing/TeX
3567 Requires(post,postun):  %{_bindir}/texhash
3568 Requires:       %{name} = %{epoch}:%{version}-%{release}
3569 Requires:       %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
3570
3571 %description tex-qpxqtx
3572 QuasiTimes and TX fonts typesetting support.
3573
3574 %description tex-qpxqtx -l pl.UTF-8
3575 Wsparcie dla składu fontami QuasiTimes i TX.
3576
3577 %package tex-ruhyphen
3578 Summary:        Russian hyphenation
3579 Summary(pl.UTF-8):      Rosyjskie reguły przenoszenia wyrazów
3580 Group:          Applications/Publishing/TeX
3581 Requires(post,postun):  %{_bindir}/texhash
3582 Requires:       %{name} = %{epoch}:%{version}-%{release}
3583
3584 %description tex-ruhyphen
3585 A collection of Russian hyphenation patterns supporting a number of
3586 Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3587 LCY, LWN (OT2), and koi8-r.
3588
3589 %description tex-ruhyphen -l pl.UTF-8
3590 Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3591 kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3592 Cyrillic), LCY, LWN (OT2) i koi8-r.
3593
3594 %package tex-spanish
3595 Summary:        Various TeX related files for typesetting documents written in Spanish
3596 Summary(pl.UTF-8):      Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3597 Group:          Applications/Publishing/TeX
3598 Requires(post,postun):  %{_bindir}/texhash
3599 Requires:       %{name} = %{epoch}:%{version}-%{release}
3600 Obsoletes:      tetex-tex-spanishb
3601
3602 %description tex-spanish
3603 Various TeX related files for typesetting documents written in
3604 Spanish, including hyphenation and dictionaries.
3605
3606 %description tex-spanish -l pl.UTF-8
3607 Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3608 hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3609
3610 %package tex-texdraw
3611 Summary:        Graphical macros, using embedded PostScript
3612 Summary(pl.UTF-8):      Makra graficzne używające osadzanego PostScriptu
3613 Group:          Applications/Publishing/TeX
3614 Requires(post,postun):  %{_bindir}/texhash
3615 Requires:       %{name} = %{epoch}:%{version}-%{release}
3616
3617 %description tex-texdraw
3618 Graphical macros, using embedded PostScript.
3619
3620 %description tex-texdraw -l pl.UTF-8
3621 Makra graficzne używające osadzanego PostScriptu.
3622
3623 %package tex-thumbpdf
3624 Summary:        Thumbnails for PDFTeX and dvips/ps2pdf
3625 Summary(pl.UTF-8):      Ikonki dla PDFTeXa i dvips/ps2pdf
3626 Group:          Applications/Publishing/TeX
3627 Requires(post,postun):  %{_bindir}/texhash
3628 Requires:       %{name} = %{epoch}:%{version}-%{release}
3629
3630 %description tex-thumbpdf
3631 Provides support, using Perl, for thumbnails in pdfTeX and
3632 dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3633 represented in a TeX readable file that is read by the package
3634 thumbpdf.sty to automatically include the thumbnails. Works with both
3635 plain TeX and LaTeX.
3636
3637 %description tex-thumbpdf -l pl.UTF-8
3638 Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3639 użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3640 TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3641 ikonki. Działa z formatami plain TeX i LaTeX.
3642
3643 %package tex-ukrhyph
3644 Summary:        Ukranian hyphenation
3645 Summary(pl.UTF-8):      Ukraińskie zasady przenoszenia wyrazów
3646 Group:          Applications/Publishing/TeX
3647 Requires(post,postun):  %{_bindir}/texhash
3648 Requires:       %{name} = %{epoch}:%{version}-%{release}
3649
3650 %description tex-ukrhyph
3651 This package allows the use of different hyphenation patterns for the
3652 Ukrainian language for various Cyrillic font encodings. Contains
3653 packages implementing traditional rules, modern rules, and combined
3654 English-Ukrainian hyphenation.
3655
3656 %description tex-ukrhyph -l pl.UTF-8
3657 Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3658 dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3659 Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3660 łączonych angielsko-ukraińskich.
3661
3662 %package latex-vietnam
3663 Summary:        Vietnamese language support
3664 Summary(pl.UTF-8):      Wsparcie dla języka wietnamskiego
3665 Group:          Applications/Publishing/TeX
3666 Requires(post,postun):  %{_bindir}/texhash
3667 Requires:       %{name} = %{epoch}:%{version}-%{release}
3668 Obsoletes:      tetex-tex-vietnam
3669
3670 %description latex-vietnam
3671 Vietnamese language support.
3672
3673 %description latex-vietnam -l pl.UTF-8
3674 Wsparcie dla języka wietnamskiego.
3675
3676 %package tex-xypic
3677 Summary:        Package for typesetting a variety of graphs and diagrams with TeX
3678 Summary(pl.UTF-8):      Pakiet do składania w TeXu różnych wykresów i diagramów
3679 Group:          Applications/Publishing/TeX
3680 Requires(post,postun):  %{_bindir}/texhash
3681 Requires:       %{name} = %{epoch}:%{version}-%{release}
3682 Requires:       %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3683
3684 %description tex-xypic
3685 A package for typesetting a variety of graphs and diagrams with TeX.
3686 Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3687 and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3688 `supported package'.
3689
3690 %description tex-xypic -l pl.UTF-8
3691 Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3692 z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3693 w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3694
3695 %package tex-xkeyval
3696 Summary:        Extension to keyval package
3697 Summary(pl.UTF-8):      Rozszerzenie do pakietu keyval
3698 Group:          Applications/Publishing/TeX
3699 Requires(post,postun):  /usr/bin/texhash
3700 Requires:       %{name} = %{epoch}:%{version}-%{release}
3701
3702 %description tex-xkeyval
3703 Extension to keyval package.
3704
3705 %description tex-xkeyval -l pl.UTF-8
3706 Rozszerzenie do pakietu keyval.
3707
3708 %package dirs-fonts
3709 Summary:        TeX font directories
3710 Summary(pl.UTF-8):      Katalogi fontów TeXa
3711 Group:          Fonts
3712
3713 %description dirs-fonts
3714 TeX font directories.
3715
3716 %description dirs-fonts -l pl.UTF-8
3717 Katalogi fontów TeXa.
3718
3719 # # Fonts packages #
3720
3721 %package fonts-adobe
3722 Summary:        Adobe fonts
3723 Summary(pl.UTF-8):      Fonty Adobe
3724 Group:          Fonts
3725 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3726
3727 %description fonts-adobe
3728 Adobe fonts.
3729
3730 %description fonts-adobe -l pl.UTF-8
3731 Fonty Adobe.
3732
3733 %package fonts-ae
3734 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
3735 Summary(pl.UTF-8):      Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3736 Group:          Fonts
3737 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3738
3739 %description fonts-ae
3740 Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3741
3742 %description fonts-ae -l pl.UTF-8
3743 Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3744
3745 %package fonts-ams
3746 Summary:        AMS fonts
3747 Summary(pl.UTF-8):      Fonty AMS
3748 Group:          Fonts
3749 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3750
3751 %description fonts-ams
3752 AMS fonts.
3753
3754 %description fonts-ams -l pl.UTF-8
3755 Fonty AMS.
3756
3757 %package fonts-antp
3758 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3759 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3760 Group:          Fonts
3761 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3762
3763 %description fonts-antp
3764 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3765
3766 %description fonts-antp -l pl.UTF-8
3767 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3768 Type 1.
3769
3770 %package fonts-antt
3771 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
3772 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3773 Group:          Fonts
3774 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3775
3776 %description fonts-antt
3777 Antykwa Torunska, a Type 1 family of a Polish traditional type.
3778
3779 %description fonts-antt -l pl.UTF-8
3780 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3781
3782 %package fonts-arphic
3783 Summary:        Arphic fonts
3784 Group:          Fonts
3785 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3786
3787 %description fonts-arphic
3788 Arphic fonts.
3789
3790 %package fonts-bbm
3791 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
3792 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3793 Group:          Fonts
3794 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3795
3796 %description fonts-bbm
3797 Blackboard variant fonts for Computer Modern, with LaTeX support.
3798
3799 %description fonts-bbm -l pl.UTF-8
3800 Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3801
3802 %package fonts-bbold
3803 Summary:        Sans serif blackboard bold for LaTeX
3804 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
3805 Group:          Fonts
3806 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3807
3808 %description fonts-bbold
3809 Sans serif blackboard bold for LaTeX.
3810
3811 %description fonts-bbold -l pl.UTF-8
3812 Tablicowy tłusty font sans serif dla LaTeXa.
3813
3814 %package fonts-bh
3815 Summary:        Bold & Heavy Fonts
3816 Summary(pl.UTF-8):      Fonty Bold i Heavy
3817 Group:          Fonts
3818 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3819
3820 %description fonts-bh
3821 Bold & Heavy Fonts.
3822
3823 %description fonts-bh -l pl.UTF-8
3824 Fonty Bold i Heavy.
3825
3826 %package fonts-bitstream
3827 Summary:        Bitstream fonts
3828 Summary(pl.UTF-8):      Fonty Bitstream
3829 Group:          Fonts
3830 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3831 Obsoletes:      tetex-fonts-bitstrea
3832
3833 %description fonts-bitstream
3834 Bitstream fonts.
3835
3836 %description fonts-bitstream -l pl.UTF-8
3837 Fonty Bitstream.
3838
3839 %package fonts-cbgreek
3840 Summary:        Complete set of Greek fonts
3841 Summary(pl.UTF-8):      Pełny zestaw fontów greckich
3842 Group:          Fonts
3843 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3844
3845 %description fonts-cbgreek
3846 Complete set of Greek fonts.
3847
3848 %description fonts-cbgreek -l pl.UTF-8
3849 Pełny zestaw fontów greckich.
3850
3851 %package fonts-cc-pl
3852 Summary:        Polish version of Computer Concrete fonts
3853 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
3854 Group:          Fonts
3855 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3856
3857 %description fonts-cc-pl
3858 Polish version of Computer Concrete fonts.
3859
3860 %description fonts-cc-pl -l pl.UTF-8
3861 Polska wersja fontów Computer Concrete.
3862
3863 %package fonts-cg
3864 Summary:        Compugraphic fonts
3865 Summary(pl.UTF-8):      Fonty Compugraphic
3866 Group:          Fonts
3867 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3868
3869 %description fonts-cg
3870 Compugraphic fonts.
3871
3872 %description fonts-cg -l pl.UTF-8
3873 Fonty Compugraphic.
3874
3875 %package fonts-cm
3876 Summary:        Computer Modern fonts
3877 Summary(pl.UTF-8):      Fonty Computer Modern
3878 Group:          Fonts
3879 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3880
3881 %description fonts-cm
3882 Computer Modern fonts.
3883
3884 %description fonts-cm -l pl.UTF-8
3885 Fonty Computer Modern.
3886
3887 %package fonts-cmbright
3888 Summary:        CM Bright fonts
3889 Summary(pl.UTF-8):      Fonty CM Bright
3890 Group:          Fonts
3891 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3892
3893 %description fonts-cmbright
3894 CM Bright fonts.
3895
3896 %description fonts-cmbright -l pl.UTF-8
3897 Fonty CM Bright.
3898
3899 %package fonts-cmcyr
3900 Summary:        Computer Modern fonts extended with Russian letters
3901 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
3902 Group:          Fonts
3903 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3904
3905 %description fonts-cmcyr
3906 Computer Modern fonts extended with Russian letters.
3907
3908 %description fonts-cmcyr -l pl.UTF-8
3909 Fonty Computer Modern rozszerzone o litery rosyjskie.
3910
3911 %package fonts-cmextra
3912 Summary:        Extra Computer Modern fonts, from the American Mathematical Society
3913 Summary(pl.UTF-8):      Dodatkowe fonty Computer Modern z AMS
3914 Group:          Fonts
3915 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3916
3917 %description fonts-cmextra
3918 Extra Computer Modern fonts, from the American Mathematical Society.
3919
3920 %description fonts-cmextra -l pl.UTF-8
3921 Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3922
3923 %package fonts-concmath
3924 Summary:        Concrete Math fonts
3925 Summary(pl.UTF-8):      Fonty matematyczne Concrete Math
3926 Group:          Fonts
3927 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3928
3929 %description fonts-concmath
3930 Concrete Math fonts.
3931
3932 %description fonts-concmath -l pl.UTF-8
3933 Fonty matematyczne Concrete Math.
3934
3935 %package fonts-concrete
3936 Summary:        Concrete Roman fonts
3937 Summary(pl.UTF-8):      Fonty Concrete Roman
3938 Group:          Fonts
3939 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3940
3941 %description fonts-concrete
3942 Concrete Roman fonts, designed by Donald E. Knuth, originally for use
3943 with Euler math fonts.
3944
3945 %description fonts-concrete -l pl.UTF-8
3946 Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
3947 przeznaczone do używania z fontami matematycznymi Euler.
3948
3949 %package fonts-cs
3950 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
3951 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3952 Group:          Fonts
3953 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3954
3955 %description fonts-cs
3956 Czech/Slovak-tuned MetaFont Computer Modern fonts.
3957
3958 %description fonts-cs -l pl.UTF-8
3959 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
3960 czeskiego i słowackiego.
3961
3962 %package fonts-dstroke
3963 Summary:        Doublestroke font for typesetting the mathematical symbols
3964 Summary(pl.UTF-8):      Podwójnie kreślony font do składania symboli matematycznych
3965 Group:          Fonts
3966 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3967
3968 %description fonts-dstroke
3969 Doublestroke font for typesetting the mathematical symbols.
3970
3971 %description fonts-dstroke -l pl.UTF-8
3972 Podwójnie kreślony font do składania symboli matematycznych.
3973
3974 %package fonts-ecc
3975 Summary:        Sources for the European Concrete fonts
3976 Summary(pl.UTF-8):      Źródła dla fontów European Concrete
3977 Group:          Fonts
3978 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3979
3980 %description fonts-ecc
3981 The MetaFont sources and tfm files of the European Concrete Fonts.
3982 This is the EC implementation of Knuth's Concrete fonts, including
3983 also the corresponding text companion fonts.
3984
3985 %description fonts-ecc -l pl.UTF-8
3986 Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
3987 implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
3988 tekstowymi fontami towarzyszącymi.
3989
3990 %package fonts-eurosym
3991 Summary:        The new European currency symbol for the Euro
3992 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
3993 Group:          Fonts
3994 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3995
3996 %description fonts-eurosym
3997 The new European currency symbol for the Euro implemented in Metafont,
3998 using the official European Commission dimensions, and providing
3999 several shapes (normal, slanted, bold, outline).
4000
4001 %description fonts-eurosym -l pl.UTF-8
4002 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4003 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4004 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4005
4006 %package fonts-eulervm
4007 Summary:        The Virtual Euler Math fonts
4008 Summary(pl.UTF-8):      Fonty Virtual Euler Math
4009 Group:          Fonts
4010 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4011
4012 %description fonts-eulervm
4013 Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4014 approach has several advantages over immediately using the _real_
4015 Euler fonts: Most noticeably, less TeX resources are consumed, the
4016 quality of various math symbols is improved, and a usable \hslash
4017 symbol can be provided.
4018
4019 %description fonts-eulervm -l pl.UTF-8
4020 Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4021 fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4022 używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4023 jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4024 matematycznych i może być dostępny używalny symbol \hslash.
4025
4026 %package fonts-euxm
4027 Summary:        Fonts similar to EUSM but with two more characters
4028 Summary(pl.UTF-8):      Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4029 Group:          Fonts
4030 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4031
4032 %description fonts-euxm
4033 Fonts like EUSM but with two more characters needed for Concrete Math
4034 included in TeXLive distribution in fonts3.
4035
4036 %description fonts-euxm -l pl.UTF-8
4037 Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4038 dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4039
4040 %package fonts-gothic
4041 Summary:        Gothic and ornamental initial fonts by Yannis Haralambous
4042 Summary(pl.UTF-8):      Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4043 Group:          Fonts
4044 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4045
4046 %description fonts-gothic
4047 Gothic and ornamental initial fonts by Yannis Haralambous.
4048
4049 %description fonts-gothic -l pl.UTF-8
4050 Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4051
4052 %package fonts-hoekwater
4053 Summary:        Converted mflogo font
4054 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4055 Group:          Fonts
4056 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4057
4058 %description fonts-hoekwater
4059 Fonts originally created in MetaFont, transformed to PostScript by
4060 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4061 xipa.
4062
4063 %description fonts-hoekwater -l pl.UTF-8
4064 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4065 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4066 stmaryrd, wasy, wasy2, xipa.
4067
4068 %package fonts-jknappen
4069 Summary:        Miscellaneous packages by Joerg Knappen
4070 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
4071 Group:          Fonts
4072 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4073
4074 %description fonts-jknappen
4075 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4076 Knappen, including sgmlcmpt.
4077
4078 %description fonts-jknappen -l pl.UTF-8
4079 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4080 Knappena. Zawiera sgmlcmpt.
4081
4082 %package fonts-latex
4083 Summary:        Basic LaTeX fonts
4084 Summary(pl.UTF-8):      Podstawowe fonty dla LaTeXa
4085 Group:          Fonts
4086 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4087
4088 %description fonts-latex
4089 Basic LaTeX fonts.
4090
4091 %description fonts-latex -l pl.UTF-8
4092 Podstawowe fonty dla LaTeXa.
4093
4094 %package fonts-lh
4095 Summary:        Olga Lapko's LH fonts
4096 Summary(pl.UTF-8):      Fonty LH Olgi Lapko
4097 Group:          Fonts
4098 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4099
4100 %description fonts-lh
4101 The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4102
4103 %description fonts-lh -l pl.UTF-8
4104 Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4105
4106 %package fonts-lm
4107 Summary:        Latin Modern family fonts
4108 Summary(pl.UTF-8):      Fonty z rodziny Latin Modern
4109 Group:          Applications/Publishing/TeX
4110 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4111
4112 %description fonts-lm
4113 Latin Modern family of fonts, based on the Computer Modern fonts
4114 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4115 lot of additional characters, mainly accented ones, but not only.
4116 There is a one set of PostScript fonts and four sets of TeX Font
4117 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4118 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4119 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4120 potential user knows what to do with all these files. The author is
4121 Boguslaw Jackowski.
4122
4123 %description fonts-lm -l pl.UTF-8
4124 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4125 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4126 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4127 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4128 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4129 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4130 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4131 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4132 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4133
4134 %package fonts-marvosym
4135 Summary:        Martin Vogel's Symbol (marvosym) font
4136 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4137 Group:          Fonts
4138 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4139
4140 %description fonts-marvosym
4141 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4142 currency symbol as defined by the European commission; Euro currency
4143 symbols in typefaces Times, Helvetica and Courier; Symbols for
4144 structural engineering; Symbols for steel cross-sections; Astronomy
4145 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4146 symbols; CE sign and others.
4147
4148 %description fonts-marvosym -l pl.UTF-8
4149 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4150 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4151 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4152 strukturalnej; symbole dla przekroi poprzecznych; symbole
4153 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4154 krawieckie; znak CE i inne.
4155
4156 %package fonts-mflogo
4157 Summary:        Logo fonts
4158 Summary(pl.UTF-8):      Fonty logo
4159 Group:          Fonts
4160 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4161
4162 %description fonts-mflogo
4163 Logo fonts.
4164
4165 %description fonts-mflogo -l pl.UTF-8
4166 Fonty logo.
4167
4168 %package fonts-misc
4169 Summary:        Miscellaneous fonts
4170 Summary(pl.UTF-8):      Różne fonty
4171 Group:          Fonts
4172 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4173
4174 %description fonts-misc
4175 Miscellaneous fonts.
4176
4177 %description fonts-misc -l pl.UTF-8
4178 Fonty różne.
4179
4180 %package fonts-monotype
4181 Summary:        Monotype fonts
4182 Summary(pl.UTF-8):      Fonty Monotype
4183 Group:          Fonts
4184 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4185
4186 %description fonts-monotype
4187 Monotype fonts.
4188
4189 %description fonts-monotype -l pl.UTF-8
4190 Fonty Monotype.
4191
4192 %package fonts-omega
4193 Summary:        Fonts for Omega - extended unicode TeX
4194 Summary(pl.UTF-8):      Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4195 Group:          Fonts
4196 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4197
4198 %description fonts-omega
4199 Fonts for Omega - extended unicode TeX.
4200
4201 %description fonts-omega -l pl.UTF-8
4202 Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4203
4204
4205 %package fonts-other
4206 Summary:        Other fonts
4207 Summary(hu.UTF-8):      További betűtípusok
4208 Group:          Fonts
4209 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4210
4211 %description fonts-other
4212 Other fonts.
4213
4214 %description fonts-omega -l hu.UTF-8
4215 További betűtípusok.
4216
4217 %package fonts-pazo
4218 Summary:        Pazo fonts
4219 Summary(pl.UTF-8):      Fonty Pazo
4220 Group:          Fonts
4221 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4222
4223 %description fonts-pazo
4224 Pazo fonts.
4225
4226 %description fonts-pazo -l pl.UTF-8
4227 Fonty Pazo.
4228
4229 %package fonts-pl
4230 Summary:        Polish fonts
4231 Summary(pl.UTF-8):      Polskie fonty
4232 Group:          Fonts
4233 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4234
4235 %description fonts-pl
4236 Polish fonts.
4237
4238 %description fonts-pl -l pl.UTF-8
4239 Polskie fonty.
4240
4241 %package fonts-px
4242 Summary:        PX fonts
4243 Summary(pl.UTF-8):      Fonty PX
4244 Group:          Fonts
4245 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4246
4247 %description fonts-px
4248 PX fonts.
4249
4250 %description fonts-px -l pl.UTF-8
4251 Fonty PX.
4252
4253 %package fonts-qfonts
4254 Summary:        Quasi fonts
4255 Summary(pl.UTF-8):      Fonty Quasi
4256 Group:          Fonts
4257 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4258
4259 %description fonts-qfonts
4260 Quasi fonts.
4261
4262 %description fonts-qfonts -l pl.UTF-8
4263 Fonty Quasi.
4264
4265 %package fonts-qpx
4266 Summary:        Additional fonts for QPX package
4267 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QPX
4268 Group:          Fonts
4269 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4270 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
4271 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4272
4273 %description fonts-qpx
4274 Additional fonts for QPX package.
4275
4276 %description fonts-qpx -l pl.UTF-8
4277 Dodatkowe fonty dla pakietu QPX.
4278
4279 %package fonts-qpxqtx
4280 Summary:        Additional fonts for QTX package
4281 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QTX
4282 Group:          Fonts
4283 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4284 # I hope qpxqtx doesn't need qfonts
4285 # Requires:     %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4286 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4287
4288 %description fonts-qpxqtx
4289 Additional fonts for QTX package.
4290
4291 %description fonts-qpxqtx -l pl.UTF-8
4292 Dodatkowe fonty dla pakietu QTX.
4293
4294 %package fonts-rsfs
4295 Summary:        Fonts of uppercase script letters for scientific and mathematical typesetting
4296 Summary(pl.UTF-8):      Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4297 Group:          Fonts
4298 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4299
4300 %description fonts-rsfs
4301 Fonts of uppercase script letters for use as symbols in scientific and
4302 mathematical typesetting, in contrast to the informal script fonts
4303 such as that used for the `calligraphic' symbols in the TeX math
4304 symbol font.
4305
4306 %description fonts-rsfs -l pl.UTF-8
4307 Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4308 dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4309 fontów pisanych takich jak używane do symboli "kaligraficznych" w
4310 matematycznym foncie TeXowym symbol.
4311
4312 %package fonts-stmaryrd
4313 Summary:        St Mary Road symbols for functional programming
4314 Summary(pl.UTF-8):      Symbole St Mary Road do programowania funkcyjnego
4315 Group:          Fonts
4316 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4317
4318 %description fonts-stmaryrd
4319 St Mary Road symbols for functional programming.
4320
4321 %description fonts-stmaryrd -l pl.UTF-8
4322 Symbole St Mary Road do programowania funkcyjnego.
4323
4324 %package fonts-tx
4325 Summary:        TX fonts
4326 Summary(pl.UTF-8):      Fonty TX
4327 Group:          Fonts
4328 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4329
4330 %description fonts-tx
4331 TX fonts.
4332
4333 %description fonts-tx -l pl.UTF-8
4334 Fonty TX.
4335
4336 %package fonts-uhc
4337 Summary:        UHC fonts
4338 Group:          Fonts
4339 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4340
4341 %description fonts-uhc
4342 UHC fonts.
4343
4344 %package fonts-urw
4345 Summary:        URW fonts
4346 Summary(pl.UTF-8):      Fonty URW
4347 Group:          Fonts
4348 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4349
4350 %description fonts-urw
4351 URW fonts.
4352
4353 %description fonts-urw -l pl.UTF-8
4354 Fonty URW.
4355
4356 %package fonts-urwvn
4357 Summary:        URWVN fonts
4358 Summary(pl.UTF-8):      Fonty URWVN
4359 Group:          Fonts
4360 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4361
4362 %description fonts-urwvn
4363 URWVN fonts.
4364
4365 %description fonts-urwvn -l pl.UTF-8
4366 Fonty URWVN.
4367
4368 %package fonts-vnr
4369 Summary:        VNR fonts
4370 Summary(pl.UTF-8):      Fonty VNR
4371 Group:          Fonts
4372 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4373
4374 %description fonts-vnr
4375 VNR fonts.
4376
4377 %description fonts-vnr -l pl.UTF-8
4378 Fonty VNR.
4379
4380 %package fonts-wadalab
4381 Summary:        Wadalab fonts
4382 Group:          Fonts
4383 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4384
4385 %description fonts-wadalab
4386 Wadalab fonts.
4387
4388 %package fonts-wasy
4389 Summary:        Waldis symbol fonts
4390 Summary(pl.UTF-8):      Fonty Waldis symbol
4391 Group:          Fonts
4392 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4393
4394 %description fonts-wasy
4395 Waldis symbol fonts.
4396
4397 %description fonts-wasy -l pl.UTF-8
4398 Fonty Waldis symbol.
4399
4400 %package fonts-xypic
4401 Summary:        Xy-pic fonts
4402 Summary(pl.UTF-8):      Fonty Xy-pic
4403 Group:          Fonts
4404 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4405
4406 %description fonts-xypic
4407 Xy-pic fonts.
4408
4409 %description fonts-xypic -l pl.UTF-8
4410 Fonty Xy-pic.
4411
4412 %package fonts-yandy
4413 Summary:        European Modern fonts from Y&Y
4414 Summary(pl.UTF-8):      Fonty European Modern od Y&Y
4415 Group:          Fonts
4416 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4417
4418 %description fonts-yandy
4419 European Modern fonts from Y&Y.
4420
4421 %description fonts-yandy -l pl.UTF-8
4422 Fonty European Modern od Y&Y.
4423
4424 %package fonts-type1-antp
4425 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4426 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4427 Group:          Fonts
4428 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4429
4430 %description fonts-type1-antp
4431 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4432
4433 %description fonts-type1-antp -l pl.UTF-8
4434 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4435 Type 1.
4436
4437 %package fonts-type1-antt
4438 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
4439 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4440 Group:          Fonts
4441 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4442
4443 %description fonts-type1-antt
4444 Antykwa Torunska, a Type 1 family of a Polish traditional type.
4445
4446 %description fonts-type1-antt -l pl.UTF-8
4447 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4448
4449 %package fonts-type1-arphic
4450 Summary:        Type1 Arphic fonts
4451 Group:          Fonts
4452 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4453
4454 %description fonts-type1-arphic
4455 Type1 Arphic fonts.
4456
4457 %package fonts-type1-belleek
4458 Summary:        Free replacement for basic MathTime fonts
4459 Summary(pl.UTF-8):      Wolnodostępny zamiennik podstawowych fontów MathTime
4460 Group:          Fonts
4461 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4462
4463 %description fonts-type1-belleek
4464 Free replacement for basic MathTime fonts.
4465
4466 %description fonts-type1-belleek -l pl.UTF-8
4467 Wolnodostępny zamiennik podstawowych fontów MathTime.
4468
4469 %package fonts-type1-bitstream
4470 Summary:        Bitstream fonts
4471 Summary(pl.UTF-8):      Fonty Bitstream
4472 Group:          Fonts
4473 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4474 Obsoletes:      tetex-fonts-type1-bitstrea
4475
4476 %description fonts-type1-bitstream
4477 Bitstream fonts.
4478
4479 %description fonts-type1-bitstream -l pl.UTF-8
4480 Fonty Bitstream.
4481
4482 %package fonts-type1-bluesky
4483 Summary:        Computer Modern family fonts
4484 Summary(pl.UTF-8):      Fonty z rodziny Computer Modern
4485 Group:          Fonts
4486 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4487
4488 %description fonts-type1-bluesky
4489 Computer Modern family fonts.
4490
4491 %description fonts-type1-bluesky -l pl.UTF-8
4492 Fonty z rodzony Computer Modern.
4493
4494 %package fonts-type1-cc-pl
4495 Summary:        Polish version of Computer Concrete fonts
4496 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
4497 Group:          Fonts
4498 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4499
4500 %description fonts-type1-cc-pl
4501 Polish version of Computer Concrete fonts.
4502
4503 %description fonts-type1-cc-pl -l pl.UTF-8
4504 Polska wersja fontów Computer Concrete.
4505
4506 %package fonts-type1-cmcyr
4507 Summary:        Computer Modern fonts extended with Russian letters
4508 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
4509 Group:          Fonts
4510 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4511
4512 %description fonts-type1-cmcyr
4513 Computer Modern fonts extended with Russian letters.
4514
4515 %description fonts-type1-cmcyr -l pl.UTF-8
4516 Fonty Computer Modern rozszerzone o litery rosyjskie.
4517
4518 %package fonts-type1-cs
4519 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
4520 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4521 Group:          Fonts
4522 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4523
4524 %description fonts-type1-cs
4525 Czech/Slovak-tuned MetaFont Computer Modern fonts.
4526
4527 %description fonts-type1-cs -l pl.UTF-8
4528 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4529 czeskiego i słowackiego.
4530
4531 %package fonts-type1-dstroke
4532 Summary:        Doublestroke Type1 font for typesetting the mathematical symbols
4533 Summary(pl.UTF-8):      Podwójnie kreślony font Type1 do składania symboli matematycznych
4534 Group:          Fonts
4535 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4536
4537 %description fonts-type1-dstroke
4538 Doublestroke Type1 font for typesetting the mathematical symbols.
4539
4540 %description fonts-type1-dstroke -l pl.UTF-8
4541 Podwójnie kreślony font Type1 do składania symboli matematycznych.
4542
4543 %package fonts-type1-eurosym
4544 Summary:        The new European currency symbol for the Euro
4545 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
4546 Group:          Fonts
4547 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4548
4549 %description fonts-type1-eurosym
4550 The new European currency symbol for the Euro implemented in Metafont,
4551 using the official European Commission dimensions, and providing
4552 several shapes (normal, slanted, bold, outline).
4553
4554 %description fonts-type1-eurosym -l pl.UTF-8
4555 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4556 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4557 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4558
4559 %package fonts-type1-hoekwater
4560 Summary:        Converted mflogo font
4561 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4562 Group:          Fonts
4563 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4564
4565 %description fonts-type1-hoekwater
4566 Fonts originally created in MetaFont, transformed to PostScript by
4567 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4568 xipa.
4569
4570 %description fonts-type1-hoekwater -l pl.UTF-8
4571 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4572 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4573 stmaryrd, wasy, wasy2, xipa.
4574
4575 %package fonts-type1-fpl
4576 Summary:        SC/OsF fonts for URW Palladio L
4577 Summary(pl.UTF-8):      Fonty SC/OsF dla URW Palladio L
4578 Group:          Fonts
4579 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4580
4581 %description fonts-type1-fpl
4582 The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4583 are compatible with respect to metrics with the Palatino SC/OsF fonts
4584 from Adobe. Note that it is not the author's aim to exactly reproduce
4585 the outlines of the original Adobe fonts. The SC and OsF in the FPL
4586 Fonts were designed with the glyphs from URW Palladio L as starting
4587 point. For some glyphs (eg 'o') the author got the best result by
4588 scaling and boldening. For others (eg 'h') shifting selected portions
4589 of the character gave more satisfying results. All this was done using
4590 the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4591 data in these fonts comes from Walter Schmidt's improved Palatino
4592 metrics.
4593
4594 %description fonts-type1-fpl -l pl.UTF-8
4595 Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4596 kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4597 Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4598 kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4599 projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4600 (np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4601 pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4602 dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4603 wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4604 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4605 Palatino Waltera Schmidta.
4606
4607 %package fonts-type1-tt2001
4608 Summary:        Type1 tt2001 family fonts
4609 Summary(pl.UTF-8):      Fonty Type1 z rodziny tt2001
4610 Group:          Applications/Publishing/TeX
4611 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4612
4613 %description fonts-type1-tt2001
4614 Type1 tt2001 famliy fonts.
4615
4616 %description fonts-type1-tt2001 -l pl.UTF-8
4617 Fonty Type1 z rodziny tt2001.
4618
4619 %package fonts-type1-lm
4620 Summary:        Type1 Latin Modern family fonts
4621 Summary(pl.UTF-8):      Fonty Type1 z rodziny Latin Modern
4622 Group:          Applications/Publishing/TeX
4623 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4624
4625 %description fonts-type1-lm
4626 Latin Modern family of fonts, based on the Computer Modern fonts
4627 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4628 lot of additional characters, mainly accented ones, but not only.
4629 There is a one set of PostScript fonts and four sets of TeX Font
4630 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4631 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4632 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4633 potential user knows what to do with all these files. The author is
4634 Boguslaw Jackowski.
4635
4636 %description fonts-type1-lm -l pl.UTF-8
4637 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4638 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4639 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4640 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4641 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4642 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4643 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4644 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4645 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4646
4647 %package fonts-type1-marvosym
4648 Summary:        Martin Vogel's Symbol (marvosym) font
4649 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4650 Group:          Fonts
4651 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4652
4653 %description fonts-type1-marvosym
4654 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4655 currency symbol as defined by the European commission; Euro currency
4656 symbols in typefaces Times, Helvetica and Courier; Symbols for
4657 structural engineering; Symbols for steel cross-sections; Astronomy
4658 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4659 symbols; CE sign and others.
4660
4661 %description fonts-type1-marvosym -l pl.UTF-8
4662 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4663 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4664 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4665 strukturalnej; symbole dla przekroi poprzecznych; symbole
4666 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4667 krawieckie; znak CE i inne.
4668
4669 %package fonts-type1-mathpazo
4670 Summary:        Pazo Math fonts
4671 Summary(pl.UTF-8):      Fonty matematyczne Pazo Math
4672 Group:          Fonts
4673 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4674
4675 %description fonts-type1-mathpazo
4676 Pazo Math fonts.
4677
4678 %description fonts-type1-mathpazo -l pl.UTF-8
4679 Fonty matematyczne Pazo Math.
4680
4681 %package fonts-type1-omega
4682 Summary:        Type1 fonts for Omega - extended unicode TeX
4683 Summary(pl.UTF-8):      Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4684 Group:          Fonts
4685 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4686
4687 %description fonts-type1-omega
4688 Type1 fonts for Omega - extended unicode TeX.
4689
4690 %description fonts-type1-omega -l pl.UTF-8
4691 Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4692
4693 %package fonts-type1-pl
4694 Summary:        Polish fonts
4695 Summary(pl.UTF-8):      Polskie fonty
4696 Group:          Fonts
4697 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4698 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4699
4700 %description fonts-type1-pl
4701 Polish fonts.
4702
4703 %description fonts-type1-pl -l pl.UTF-8
4704 Polskie fonty.
4705
4706 %package fonts-type1-px
4707 Summary:        PX fonts
4708 Summary(pl.UTF-8):      Fonty PX
4709 Group:          Fonts
4710 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4711
4712 %description fonts-type1-px
4713 PX fonts.
4714
4715 %description fonts-type1-px -l pl.UTF-8
4716 Fonty PX.
4717
4718 %package fonts-type1-qfonts
4719 Summary:        Quasi fonts
4720 Summary(pl.UTF-8):      Fonty Quasi
4721 Group:          Fonts
4722 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4723
4724 %description fonts-type1-qfonts
4725 Quasi fonts.
4726
4727 %description fonts-type1-qfonts -l pl.UTF-8
4728 Fonty Quasi.
4729
4730 %package fonts-type1-tx
4731 Summary:        TX fonts
4732 Summary(pl.UTF-8):      Fonty TX
4733 Group:          Fonts
4734 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4735
4736 %description fonts-type1-tx
4737 TX fonts.
4738
4739 %description fonts-type1-tx -l pl.UTF-8
4740 Fonty TX.
4741
4742 %package fonts-type1-uhc
4743 Summary:        Type1 UHC fonts
4744 Group:          Fonts
4745 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4746
4747 %description fonts-type1-uhc
4748 Type1 UHC fonts.
4749
4750 %package fonts-type1-urw
4751 Summary:        URW fonts
4752 Summary(pl.UTF-8):      Fonty URW
4753 Group:          Fonts
4754 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4755
4756 %description fonts-type1-urw
4757 URW fonts.
4758
4759 %description fonts-type1-urw -l pl.UTF-8
4760 Fonty URW.
4761
4762 %package fonts-type1-vnr
4763 Summary:        Type1 VNR fonts
4764 Summary(pl.UTF-8):      Fonty Type1 VNR
4765 Group:          Fonts
4766 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4767
4768 %description fonts-type1-vnr
4769 Type1 VNR fonts.
4770
4771 %description fonts-type1-vnr -l pl.UTF-8
4772 Fonty Type1 VNR.
4773
4774 %package fonts-type1-wadalab
4775 Summary:        Type1 Wadalab fonts
4776 Group:          Fonts
4777 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4778
4779 %description fonts-type1-wadalab
4780 Type1 Wadalab fonts.
4781
4782 %package fonts-type1-xypic
4783 Summary:        Xy-pic fonts
4784 Summary(pl.UTF-8):      Fonty Xy-pic
4785 Group:          Fonts
4786 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4787
4788 %description fonts-type1-xypic
4789 Xy-pic fonts.
4790
4791 %description fonts-type1-xypic -l pl.UTF-8
4792 Fonty Xy-pic.
4793
4794
4795 # TeXLive-specific packages - there wasn't before...
4796 %package afm2pl
4797 Summary:        Convert an Adobe font metric file to a TeX font property list
4798 Group:          Fonts
4799
4800 %description afm2pl
4801 Convert an Adobe font metric file to a TeX font property list.
4802
4803
4804 %package bbox
4805 Summary:        bbox prints the bounding box of images
4806 Group:          Applications/Publishing/TeX
4807
4808 %description bbox
4809 bbox reads a rawppm or rawpbm file and prints out the bounding box of
4810 the image.
4811
4812 %package cefutils
4813 Summary:        In cefutils there are CEF-compatible utils
4814 Group:          Applications/Publishing/TeX
4815
4816 %description cefutils
4817 In cefutils there are CEF-compatible (Chinese Encoding Framework)
4818 utils.
4819
4820 %package detex
4821 Summary:        A filter to strip TeX commands from a .tex file
4822 Summary(hu.UTF-8):      Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4823 Group:          Applications/Publishing/TeX
4824
4825 %description detex
4826 A filter to strip TeX commands from a .tex file.
4827
4828 %description detex -l hu.UTF-8
4829 Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4830
4831
4832 %package dviutils
4833 Summary:        Various DVI utils
4834 Summary(hu.UTF-8):      Vegyes DVI eszközök
4835 Group:          Applications/Publishing/TeX
4836
4837 %description dviutils
4838 This package contains various DVI utils.
4839
4840 %description dviutils -l hu.UTF-8
4841 Ez a csomag mindenféle DVI eszközt tartalmaz.
4842
4843 %package epsutils
4844 Summary:        Various EPS utils
4845 Group:          Applications/Publishing/TeX
4846
4847 %description epsutils
4848 Various EPS (Encapsulated PostScript) utils.
4849
4850
4851 %package filters
4852 Summary:        Various filters
4853 Group:          Applications/Publishing/TeX
4854
4855 %description filters
4856 Various filters.
4857
4858
4859 %package uncategorized-utils
4860 Summary:        Uncategorized utils
4861 Group:          Applications/Publishing/TeX
4862
4863 %description uncategorized-utils
4864 Uncategorized utilities. Needs check and categorizing.
4865
4866 %package tex4ht
4867 Summary:        LaTeX and TeX for hypertext
4868 Group:          Applications/Publishing/TeX
4869
4870 %description tex4ht
4871 A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4872 providing a configurable (La)TeX-based authoring system for hypertext.
4873 When converting to XML, you can use MathML instead of images for
4874 equation representation.
4875
4876 %package xetex
4877 Summary:        Extended TeX / LaTeX version for unicode
4878 Group:          Applications/Publishing/TeX
4879 Requires(post,postun):  /usr/bin/texhash
4880 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4881
4882 %description xetex
4883 XeTeX extends the TeX typesetting system (and macro packages such as
4884 LaTeX and ConTeXt) to have native support for the Unicode character
4885 set, including complex Asian scripts, and for OpenType and TrueType
4886 fonts.
4887
4888 %package xmltex
4889 Summary:        TeX package for processing XML files
4890 Group:          Applications/Publishing/TeX
4891 Requires(post,postun):  /usr/bin/texhash
4892
4893 %description xmltex
4894 XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4895 It allows TeX to directly process XML files.
4896
4897 %prep
4898 %setup -q -c -T -n %{name}-%{version}-source
4899 lzma -dc %{SOURCE0} | tar xf - -C ..
4900 %patch0 -p1
4901 %patch1 -p1
4902
4903 cd libs/teckit
4904 cat ax*.m4 > acinclude.m4
4905 %{__libtoolize}
4906 %{__aclocal}
4907 %{__autoconf}
4908 %{__automake}
4909
4910 %build
4911 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
4912 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
4913 cd texk/kpathsea
4914 %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4915 %{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4916 %{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4917 %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4918 %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
4919 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
4920 cd ../..
4921
4922 %configure \
4923 %if %{with bootstrap}
4924         --without-xindy \
4925         --without-luatex \
4926 %endif
4927         --disable-multiplatform \
4928         --disable-static \
4929         --enable-a4 \
4930         --enable-gf \
4931         --enable-ipc \
4932         --enable-shared \
4933         --with-fontconfig \
4934         --with-fonts-dir=/var/cache/fonts \
4935         --with-ncurses \
4936         --with-system-freetype \
4937         --with-freetype-include=/usr/include/freetype \
4938         --with-system-freetype2 \
4939         --with-freetype2-include=/usr/include/freetype2 \
4940         --with-system-gd \
4941         --with-system-ncurses \
4942         --with-system-pnglib \
4943         --with-system-t1lib \
4944         --with-system-zlib \
4945         --with-xdvi-x-toolkit=xaw \
4946         --without-dialog \
4947         --without-t1utils \
4948         --without-texinfo
4949
4950 %{__make}
4951
4952 %install
4953 rm -rf $RPM_BUILD_ROOT
4954 install -d $RPM_BUILD_ROOT%{_datadir} \
4955         $RPM_BUILD_ROOT%{_desktopdir} \
4956         $RPM_BUILD_ROOT%{_pixmapsdir} \
4957         $RPM_BUILD_ROOT%{_mandir}/man5 \
4958         $RPM_BUILD_ROOT/var/cache/fonts \
4959         $RPM_BUILD_ROOT/etc/cron.daily\
4960         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
4961         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
4962         $RPM_BUILD_ROOT%{fmtdir}
4963
4964 lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
4965 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
4966 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
4967 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
4968 # This is an empty directory
4969 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
4970 # Useless binary
4971 %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
4972
4973 # commented out because of following (non-fatal) error:
4974 # Can't open texmf/web2c/texmf.cnf: No such file or directory.
4975 #perl -pi \
4976 #       -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
4977 #       -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
4978 #       texmf/web2c/texmf.cnf
4979
4980 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
4981
4982 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
4983
4984 %{__make} install \
4985         prefix=$RPM_BUILD_ROOT%{_prefix} \
4986         bindir=$RPM_BUILD_ROOT%{_bindir} \
4987         mandir=$RPM_BUILD_ROOT%{_mandir} \
4988         libdir=$RPM_BUILD_ROOT%{_libdir} \
4989         datadir=$RPM_BUILD_ROOT%{_datadir} \
4990         infodir=$RPM_BUILD_ROOT%{_infodir} \
4991         includedir=$RPM_BUILD_ROOT%{_includedir} \
4992         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
4993         texmf=$RPM_BUILD_ROOT%{texmf} \
4994         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
4995         texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
4996
4997 # Fix broken symlinks
4998 CURDIR=$(pwd)
4999 cd $RPM_BUILD_ROOT%{_bindir}
5000 for file in $(file * | grep broken | awk -F ":" {'print $1'}); do
5001         ln -sf $(readlink $file | %{__sed} "s@\.\.@\.\./share@") $file
5002 done
5003 cd $CURDIR
5004
5005 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5006 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5007
5008 # %{__make} init \
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
5019 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
5020 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
5021
5022 perl -pi \
5023         -e "s|$RPM_BUILD_ROOT||g;" \
5024         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5025
5026 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
5027
5028 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5029 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5030
5031 # bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
5032
5033 # in separate spec
5034 # rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5035 # rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
5036
5037 # not included in package
5038 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5039 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5040 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5041 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5042 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5043 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5044 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5045 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5046 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5047 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5048 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5049 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5050 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5051 rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5052 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5053 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5054
5055 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5056 # and we can still analyze them
5057 # install -d format-logs
5058 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
5059
5060 %clean
5061 rm -rf $RPM_BUILD_ROOT
5062
5063 %post
5064 %fixinfodir
5065 %texhash
5066
5067 %postun
5068 %fixinfodir
5069 if [ "$1" = "1" ]; then
5070         %texhash
5071 fi
5072
5073 %post doc-Catalogue
5074 %texhash
5075
5076 %postun doc-Catalogue
5077 %texhash
5078
5079 %post doc-tug-faq
5080 %texhash
5081
5082 %postun doc-tug-faq
5083 %texhash
5084
5085 %post -n kpathsea
5086 /sbin/ldconfig
5087 %fixinfodir
5088 %texhash
5089
5090 %postun -n kpathsea
5091 /sbin/ldconfig
5092 %fixinfodir
5093 %texhash
5094
5095 %post -n kpathsea-devel
5096 %texhash
5097
5098 %postun -n kpathsea-devel
5099 %texhash
5100
5101 %post dvips
5102 %fixinfodir
5103 %texhash
5104
5105 %postun dvips
5106 %fixinfodir
5107 %texhash
5108
5109 %post dvilj
5110 %texhash
5111
5112 %postun dvilj
5113 %texhash
5114
5115 %post makeindex
5116 %texhash
5117
5118 %postun makeindex
5119 %texhash
5120
5121 %post metafont
5122 %texhash
5123
5124 %postun metafont
5125 %texhash
5126
5127 %post metapost
5128 %texhash
5129
5130 %postun metapost
5131 %texhash
5132
5133 %post mptopdf
5134 %texhash
5135
5136 %postun mptopdf
5137 %texhash
5138
5139 %post texdoctk
5140 %texhash
5141
5142 %postun texdoctk
5143 %texhash
5144
5145 %post -n xdvi
5146 %texhash
5147
5148 %postun -n xdvi
5149 %texhash
5150
5151 %post pdftex
5152 %texhash
5153
5154 %postun pdftex
5155 %texhash
5156
5157 %post phyzzx
5158 %texhash
5159
5160 %postun phyzzx
5161 %texhash
5162
5163 %post omega
5164 %texhash
5165
5166 %postun omega
5167 %texhash
5168
5169 %post plain
5170 %texhash
5171
5172 %postun plain
5173 %texhash
5174
5175 %post format-plain
5176 %texhash
5177
5178 %postun format-plain
5179 %texhash
5180
5181 %post format-pdftex
5182 %texhash
5183
5184 %postun format-pdftex
5185 %texhash
5186
5187 %post format-pdfetex
5188 %texhash
5189
5190 %postun format-pdfetex
5191 %texhash
5192
5193 %post mex
5194 %texhash
5195
5196 %postun mex
5197 %texhash
5198
5199 %post format-mex
5200 %texhash
5201
5202 %postun format-mex
5203 %texhash
5204
5205 %post format-pdfmex
5206 %texhash
5207
5208 %postun format-pdfmex
5209 %texhash
5210
5211 %postun format-utf8mex
5212 %texhash
5213
5214 %post amstex
5215 %texhash
5216
5217 %postun amstex
5218 %texhash
5219
5220 %post format-amstex
5221 %texhash
5222
5223 %postun format-amstex
5224 %texhash
5225
5226 %post format-pdfamstex
5227 %texhash
5228
5229 %postun format-pdfamstex
5230 %texhash
5231
5232 %post csplain
5233 %texhash
5234
5235 %postun csplain
5236 %texhash
5237
5238 %post format-csplain
5239 %texhash
5240
5241 %postun format-csplain
5242 %texhash
5243
5244 %post format-pdfcsplain
5245 %texhash
5246
5247 %postun format-pdfcsplain
5248 %texhash
5249
5250 %post cslatex
5251 %texhash
5252
5253 %postun cslatex
5254 %texhash
5255
5256 %post format-cslatex
5257 %texhash
5258
5259 %postun format-cslatex
5260 %texhash
5261
5262 %post format-pdfcslatex
5263 %texhash
5264
5265 %postun format-pdfcslatex
5266 %texhash
5267
5268 %post cyrplain
5269 %texhash
5270
5271 %postun cyrplain
5272 %texhash
5273
5274 %post format-cyrplain
5275 %texhash
5276
5277 %postun format-cyrplain
5278 %texhash
5279
5280 %post format-cyramstex
5281 %texhash
5282
5283 %postun format-cyramstex
5284 %texhash
5285
5286 %post format-cyrtexinfo
5287 %texhash
5288
5289 %postun format-cyrtexinfo
5290 %texhash
5291
5292 %post eplain
5293 %texhash
5294
5295 %postun eplain
5296 %texhash
5297
5298 %post format-eplain
5299 %texhash
5300
5301 %postun format-eplain
5302 %texhash
5303
5304 # ConTeXt format
5305
5306 %post context
5307 %texhash
5308
5309 %postun context
5310 %texhash
5311
5312 %post format-context-de
5313 %texhash
5314
5315 %postun format-context-de
5316 %texhash
5317
5318 %post format-context-en
5319 %texhash
5320
5321 %postun format-context-en
5322 %texhash
5323
5324 %post format-context-nl
5325 %texhash
5326
5327 %postun format-context-nl
5328 %texhash
5329
5330 # LaTeX format.
5331
5332 %post latex
5333 %fixinfodir
5334 %texhash
5335
5336 %postun latex
5337 %fixinfodir
5338 %texhash
5339
5340 %post latex-12many
5341 %texhash
5342
5343 %postun latex-12many
5344 %texhash
5345
5346 %post latex-abstract
5347 %texhash
5348
5349 %postun latex-abstract
5350 %texhash
5351
5352 %post latex-accfonts
5353 %texhash
5354
5355 %postun latex-accfonts
5356 %texhash
5357
5358 %post latex-adrconv
5359 %texhash
5360
5361 %postun latex-adrconv
5362 %texhash
5363
5364 %post latex-ae
5365 %texhash
5366
5367 %postun latex-ae
5368 %texhash
5369
5370 %post latex-ams
5371 %texhash
5372
5373 %postun latex-ams
5374 %texhash
5375
5376 %post latex-antp
5377 %texhash
5378
5379 %postun latex-antp
5380 %texhash
5381
5382 %post latex-antt
5383 %texhash
5384
5385 %postun latex-antt
5386 %texhash
5387
5388 %post latex-appendix
5389 %texhash
5390
5391 %postun latex-appendix
5392 %texhash
5393
5394 %post latex-backgammon
5395 %texhash
5396
5397 %postun latex-backgammon
5398 %texhash
5399
5400 %post latex-bardiag
5401 %texhash
5402
5403 %postun latex-bardiag
5404 %texhash
5405
5406 %post latex-bbm
5407 %texhash
5408
5409 %postun latex-bbm
5410 %texhash
5411
5412 %post latex-bbold
5413 %texhash
5414
5415 %postun latex-bbold
5416 %texhash
5417
5418 %post latex-beamer
5419 %texhash
5420
5421 %postun latex-beamer
5422 %texhash
5423
5424 %post latex-bezos
5425 %texhash
5426
5427 %postun latex-bezos
5428 %texhash
5429
5430 %post latex-bibtex
5431 %texhash
5432
5433 %postun latex-bibtex
5434 %texhash
5435
5436 %post latex-bibtex-ams
5437 %texhash
5438
5439 %postun latex-bibtex-ams
5440 %texhash
5441
5442 %post latex-bibtex-pl
5443 %texhash
5444
5445 %postun latex-bibtex-pl
5446 %texhash
5447
5448 %post latex-bibtex-german
5449 %texhash
5450
5451 %postun latex-bibtex-german
5452 %texhash
5453
5454 %post latex-bibtex-revtex4
5455 %texhash
5456
5457 %postun latex-bibtex-revtex4
5458 %texhash
5459
5460 %post latex-bibtex-jurabib
5461 %texhash
5462
5463 %postun latex-bibtex-jurabib
5464 %texhash
5465
5466 %post latex-bibtex-styles
5467 %texhash
5468
5469 %postun latex-bibtex-styles
5470 %texhash
5471
5472 %post latex-booktabs
5473 %texhash
5474
5475 %postun latex-booktabs
5476 %texhash
5477
5478
5479 %post latex-caption
5480 %texhash
5481
5482 %postun latex-caption
5483 %texhash
5484
5485 %post latex-carlisle
5486 %texhash
5487
5488 %postun latex-carlisle
5489 %texhash
5490
5491 %post latex-ccfonts
5492 %texhash
5493
5494 %postun latex-ccfonts
5495 %texhash
5496
5497 %post latex-cite
5498 %texhash
5499
5500 %postun latex-cite
5501 %texhash
5502
5503 %post latex-cmbright
5504 %texhash
5505
5506 %postun latex-cmbright
5507 %texhash
5508
5509
5510 %post latex-comment
5511 %texhash
5512
5513 %postun latex-comment
5514 %texhash
5515
5516 %post latex-concmath
5517 %texhash
5518
5519 %postun latex-concmath
5520 %texhash
5521
5522 %post latex-currvita
5523 %texhash
5524
5525 %postun latex-currvita
5526 %texhash
5527
5528
5529 %post latex-curves
5530 %texhash
5531
5532 %postun latex-curves
5533 %texhash
5534
5535 %post latex-custom-bib
5536 %texhash
5537
5538 %postun latex-custom-bib
5539 %texhash
5540
5541 %post latex-cyrillic
5542 %texhash
5543
5544 %postun latex-cyrillic
5545 %texhash
5546
5547 # %post latex-dstroke
5548 # %texhash
5549
5550 # %postun latex-dstroke
5551 # %texhash
5552
5553 %post latex-enumitem
5554 %texhash
5555
5556 %postun latex-enumitem
5557 %texhash
5558
5559 %post latex-exam
5560 %texhash
5561
5562 %postun latex-exam
5563 %texhash
5564
5565 %post latex-gbrief
5566 %texhash
5567
5568 %postun latex-gbrief
5569 %texhash
5570
5571 %post latex-jknappen
5572 %texhash
5573
5574 %postun latex-jknappen
5575 %texhash
5576
5577 %post latex-keystroke
5578 %texhash
5579
5580 %postun latex-keystroke
5581 %texhash
5582
5583 %post latex-labbook
5584 %texhash
5585
5586 %postun latex-labbook
5587 %texhash
5588
5589 %post latex-lcd
5590 %texhash
5591
5592 %postun latex-lcd
5593 %texhash
5594
5595 %post latex-leaflet
5596 %texhash
5597
5598 %postun latex-leaflet
5599 %texhash
5600
5601 %post latex-leftidx
5602 %texhash
5603
5604 %postun latex-leftidx
5605 %texhash
5606
5607 %post latex-lewis
5608 %texhash
5609
5610 %postun latex-lewis
5611 %texhash
5612
5613 %post latex-lm
5614 %texhash
5615
5616 %post latex-lastpage
5617 %texhash
5618
5619 %postun latex-lastpage
5620 %texhash
5621
5622 %postun latex-lm
5623 %texhash
5624
5625 %post latex-lucidabr
5626 %texhash
5627
5628 %postun latex-lucidabr
5629 %texhash
5630
5631 %post latex-marvosym
5632 %texhash
5633
5634 %postun latex-marvosym
5635 %texhash
5636
5637 %post latex-mathexam
5638 %texhash
5639
5640 %postun latex-mathexam
5641 %texhash
5642
5643 %post latex-mathpple
5644 %texhash
5645
5646 %postun latex-mathpple
5647 %texhash
5648
5649 %post latex-mathtime
5650 %texhash
5651
5652 %postun latex-mathtime
5653 %texhash
5654
5655 %post latex-mflogo
5656 %texhash
5657
5658 %postun latex-mflogo
5659 %texhash
5660
5661 %post latex-mfnfss
5662 %texhash
5663
5664 %postun latex-mfnfss
5665 %texhash
5666
5667 %post latex-minitoc
5668 %texhash
5669
5670 %postun latex-minitoc
5671 %texhash
5672
5673 %post latex-mltex
5674 %texhash
5675
5676 %postun latex-mltex
5677 %texhash
5678
5679 %post latex-moreverb
5680 %texhash
5681
5682 %postun latex-moreverb
5683 %texhash
5684
5685 %post latex-multienum
5686 %texhash
5687
5688 %postun latex-multienum
5689 %texhash
5690
5691 %post latex-musictex
5692 %texhash
5693
5694 %postun latex-musictex
5695 %texhash
5696
5697 %post latex-ntheorem
5698 %texhash
5699
5700 %postun latex-ntheorem
5701 %texhash
5702
5703 %post latex-other
5704 %texhash
5705
5706 %postun latex-other
5707 %texhash
5708
5709 %post latex-other-doc
5710 %texhash
5711
5712 %postun latex-other-doc
5713 %texhash
5714
5715 %post latex-palatcm
5716 %texhash
5717
5718 %postun latex-palatcm
5719 %texhash
5720
5721 %post latex-pdfslide
5722 %texhash
5723
5724 %postun latex-pdfslide
5725 %texhash
5726
5727 %post latex-pgf
5728 %texhash
5729
5730 %postun latex-pgf
5731 %texhash
5732
5733 %post latex-polynom
5734 %texhash
5735
5736 %postun latex-polynom
5737 %texhash
5738
5739 %post latex-polynomial
5740 %texhash
5741
5742 %postun latex-polynomial
5743 %texhash
5744
5745 %post latex-prosper
5746 %texhash
5747
5748 %postun latex-prosper
5749 %texhash
5750
5751 %post latex-pseudocode
5752 %texhash
5753
5754 %postun latex-pseudocode
5755 %texhash
5756
5757 %post latex-psnfss
5758 %texhash
5759
5760 %postun latex-psnfss
5761 %texhash
5762
5763 %post latex-pst-2dplot
5764 %texhash
5765
5766 %postun latex-pst-2dplot
5767 %texhash
5768
5769 %post latex-pst-3dplot
5770 %texhash
5771
5772 %postun latex-pst-3dplot
5773 %texhash
5774
5775 %post latex-pst-bar
5776 %texhash
5777
5778 %postun latex-pst-bar
5779 %texhash
5780
5781 %post latex-pst-circ
5782 %texhash
5783
5784 %postun latex-pst-circ
5785 %texhash
5786
5787 %post latex-pst-eucl
5788 %texhash
5789
5790 %postun latex-pst-eucl
5791 %texhash
5792
5793 %post latex-pst-diffraction
5794 %texhash
5795
5796 %postun latex-pst-diffraction
5797 %texhash
5798
5799 %post latex-pst-fun
5800 %texhash
5801
5802 %postun latex-pst-fun
5803 %texhash
5804
5805 %post latex-pst-func
5806 %texhash
5807
5808 %postun latex-pst-func
5809 %texhash
5810
5811 %post latex-pst-infixplot
5812 %texhash
5813
5814 %postun latex-pst-infixplot
5815 %texhash
5816
5817 %post latex-pst-fr3d
5818 %texhash
5819
5820 %postun latex-pst-fr3d
5821 %texhash
5822
5823 %post latex-pst-fractal
5824 %texhash
5825
5826 %postun latex-pst-fractal
5827 %texhash
5828
5829 %post latex-pxfonts
5830 %texhash
5831
5832 %post latex-pst-math
5833 %texhash
5834
5835 %postun latex-pst-math
5836 %texhash
5837
5838 %post latex-pst-ob3d
5839 %texhash
5840
5841 %postun latex-pst-ob3d
5842 %texhash
5843
5844 %post latex-pst-optic
5845 %texhash
5846
5847 %postun latex-pst-optic
5848 %texhash
5849
5850 %post latex-pst-optexp
5851 %texhash
5852
5853 %postun latex-pst-optexp
5854 %texhash
5855
5856 %post latex-pst-text
5857 %texhash
5858
5859 %postun latex-pst-text
5860 %texhash
5861
5862 %post latex-pst-uncategorized
5863 %texhash
5864
5865 %postun latex-pst-uncategorized
5866
5867 %texhash
5868
5869 %postun latex-pxfonts
5870 %texhash
5871
5872 %post latex-qfonts
5873 %texhash
5874
5875 %postun latex-qfonts
5876 %texhash
5877
5878 %post latex-SIstyle
5879 %texhash
5880
5881 %postun latex-SIstyle
5882 %texhash
5883
5884 %post latex-SIunits
5885 %texhash
5886
5887 %postun latex-SIunits
5888 %texhash
5889
5890 %post latex-siunitx
5891 %texhash
5892
5893 %postun latex-siunitx
5894 %texhash
5895
5896 %post latex-Tabbing
5897 %texhash
5898
5899 %postun latex-Tabbing
5900 %texhash
5901
5902 %post latex-txfonts
5903 %texhash
5904
5905 %postun latex-txfonts
5906 %texhash
5907
5908 %post latex-ucs
5909 %texhash
5910
5911 %postun latex-ucs
5912 %texhash
5913
5914 %post latex-umlaute
5915 %texhash
5916
5917 %postun latex-umlaute
5918 %texhash
5919
5920 %post latex-wasysym
5921 %texhash
5922
5923 %postun latex-wasysym
5924 %texhash
5925
5926 %post latex-xcolor
5927 %texhash
5928
5929 %postun latex-xcolor
5930 %texhash
5931
5932 %post format-latex
5933 %texhash
5934
5935 %postun format-latex
5936 %texhash
5937
5938 %post format-pdflatex
5939 %texhash
5940
5941 %postun format-pdflatex
5942 %texhash
5943
5944 %post platex
5945 %texhash
5946
5947 %postun platex
5948 %texhash
5949
5950 %post format-platex
5951 %texhash
5952
5953 %postun format-platex
5954 %texhash
5955
5956 %post format-pdfplatex
5957 %texhash
5958
5959 %postun format-pdfplatex
5960 %texhash
5961
5962 %post tex-babel
5963 %texhash
5964
5965 %postun tex-babel
5966 %texhash
5967
5968 %post tex-german
5969 %texhash
5970
5971 %postun tex-german
5972 %texhash
5973
5974 %post tex-mfpic
5975 %texhash
5976
5977 %postun tex-mfpic
5978 %texhash
5979
5980 %post tex-misc
5981 %texhash
5982
5983 %postun tex-misc
5984 %texhash
5985
5986 %post tex-pictex
5987 %texhash
5988
5989 %postun tex-pictex
5990 %texhash
5991
5992 %post tex-pstricks
5993 %texhash
5994
5995 %postun tex-pstricks
5996 %texhash
5997
5998 %post tex-qpx
5999 %texhash
6000
6001 %postun tex-qpx
6002 %texhash
6003
6004 %post tex-qpxqtx
6005 %texhash
6006
6007 %postun tex-qpxqtx
6008 %texhash
6009
6010 %post tex-ruhyphen
6011 %texhash
6012
6013 %postun tex-ruhyphen
6014 %texhash
6015
6016 %post tex-spanish
6017 %texhash
6018
6019 %postun tex-spanish
6020 %texhash
6021
6022 %post tex-texdraw
6023 %texhash
6024
6025 %postun tex-texdraw
6026 %texhash
6027
6028 %post tex-thumbpdf
6029 %texhash
6030
6031 %postun tex-thumbpdf
6032 %texhash
6033
6034 %post tex-ukrhyph
6035 %texhash
6036
6037 %postun tex-ukrhyph
6038 %texhash
6039
6040 %post latex-vietnam
6041 %texhash
6042
6043 %postun latex-vietnam
6044 %texhash
6045
6046 %post tex-xypic
6047 %texhash
6048
6049 %postun tex-xypic
6050 %texhash
6051
6052 %post fonts-adobe
6053 %texhash
6054
6055 %postun fonts-adobe
6056 %texhash
6057
6058 %post fonts-ae
6059 %texhash
6060
6061 %postun fonts-ae
6062 %texhash
6063
6064 %post fonts-ams
6065 %texhash
6066
6067 %postun fonts-ams
6068 %texhash
6069
6070 %post fonts-antp
6071 %texhash
6072
6073 %postun fonts-antp
6074 %texhash
6075
6076 %post fonts-antt
6077 %texhash
6078
6079 %postun fonts-antt
6080 %texhash
6081
6082 %post fonts-bbm
6083 %texhash
6084
6085 %postun fonts-bbm
6086 %texhash
6087
6088 %post fonts-bbold
6089 %texhash
6090
6091 %postun fonts-bbold
6092 %texhash
6093
6094 %post fonts-bh
6095 %texhash
6096
6097 %postun fonts-bh
6098 %texhash
6099
6100 %post fonts-bitstream
6101 %texhash
6102
6103 %postun fonts-bitstream
6104 %texhash
6105
6106 %post fonts-cbgreek
6107 %texhash
6108
6109 %postun fonts-cbgreek
6110 %texhash
6111
6112 %post fonts-cc-pl
6113 %texhash
6114
6115 %postun fonts-cc-pl
6116 %texhash
6117
6118 %post fonts-cg
6119 %texhash
6120
6121 %postun fonts-cg
6122 %texhash
6123
6124 %post fonts-cm
6125 %texhash
6126
6127 %postun fonts-cm
6128 %texhash
6129
6130 %post fonts-cmbright
6131 %texhash
6132
6133 %postun fonts-cmbright
6134 %texhash
6135
6136 %post fonts-cmcyr
6137 %texhash
6138
6139 %postun fonts-cmcyr
6140 %texhash
6141
6142 %post fonts-cmextra
6143 %texhash
6144
6145 %postun fonts-cmextra
6146 %texhash
6147
6148 %post fonts-concmath
6149 %texhash
6150
6151 %postun fonts-concmath
6152 %texhash
6153
6154 %post fonts-concrete
6155 %texhash
6156
6157 %postun fonts-concrete
6158 %texhash
6159
6160 %post fonts-cs
6161 %texhash
6162
6163 %postun fonts-cs
6164 %texhash
6165
6166 %post fonts-dstroke
6167 %texhash
6168
6169 %postun fonts-dstroke
6170 %texhash
6171
6172 %post fonts-ecc
6173 %texhash
6174
6175 %postun fonts-ecc
6176 %texhash
6177
6178 %post fonts-eurosym
6179 %texhash
6180
6181 %postun fonts-eurosym
6182 %texhash
6183
6184 %post fonts-euxm
6185 %texhash
6186
6187 %postun fonts-euxm
6188 %texhash
6189
6190 %post fonts-gothic
6191 %texhash
6192
6193 %postun fonts-gothic
6194 %texhash
6195
6196 %post fonts-hoekwater
6197 %texhash
6198
6199 %postun fonts-hoekwater
6200 %texhash
6201
6202 %post fonts-jknappen
6203 %texhash
6204
6205 %postun fonts-jknappen
6206 %texhash
6207
6208 %post fonts-latex
6209 %texhash
6210
6211 %postun fonts-latex
6212 %texhash
6213
6214 %post fonts-lh
6215 %texhash
6216
6217 %postun fonts-lh
6218 %texhash
6219
6220 %post fonts-lm
6221 %texhash
6222
6223 %postun fonts-lm
6224 %texhash
6225
6226 %post fonts-marvosym
6227 %texhash
6228
6229 %postun fonts-marvosym
6230 %texhash
6231
6232 %post fonts-mflogo
6233 %texhash
6234
6235 %postun fonts-mflogo
6236 %texhash
6237
6238 %post fonts-misc
6239 %texhash
6240
6241 %postun fonts-misc
6242 %texhash
6243
6244 %post fonts-monotype
6245 %texhash
6246
6247 %postun fonts-monotype
6248 %texhash
6249
6250 %post fonts-omega
6251 %texhash
6252
6253 %postun fonts-omega
6254 %texhash
6255
6256 %post fonts-other
6257 %texhash
6258
6259 %postun fonts-other
6260 %texhash
6261
6262 %post fonts-pazo
6263 %texhash
6264
6265 %postun fonts-pazo
6266 %texhash
6267
6268 %post fonts-pl
6269 %texhash
6270
6271 %postun fonts-pl
6272 %texhash
6273
6274 %post fonts-px
6275 %texhash
6276
6277 %postun fonts-px
6278 %texhash
6279
6280 %post fonts-qfonts
6281 %texhash
6282
6283 %postun fonts-qfonts
6284 %texhash
6285
6286 %post fonts-qpx
6287 %texhash
6288
6289 %postun fonts-qpx
6290 %texhash
6291
6292 %post fonts-qpxqtx
6293 %texhash
6294
6295 %postun fonts-qpxqtx
6296 %texhash
6297
6298 %post fonts-rsfs
6299 %texhash
6300
6301 %postun fonts-rsfs
6302 %texhash
6303
6304 %post fonts-stmaryrd
6305 %texhash
6306
6307 %postun fonts-stmaryrd
6308 %texhash
6309
6310 %post fonts-tx
6311 %texhash
6312
6313 %postun fonts-tx
6314 %texhash
6315
6316 %post fonts-urw
6317 %texhash
6318
6319 %postun fonts-urw
6320 %texhash
6321
6322 %post fonts-vnr
6323 %texhash
6324
6325 %postun fonts-vnr
6326 %texhash
6327
6328 %post fonts-wasy
6329 %texhash
6330
6331 %postun fonts-wasy
6332 %texhash
6333
6334 %post fonts-xypic
6335 %texhash
6336
6337 %postun fonts-xypic
6338 %texhash
6339
6340 %post fonts-yandy
6341 %texhash
6342
6343 %postun fonts-yandy
6344 %texhash
6345
6346 %post fonts-type1-antp
6347 %texhash
6348
6349 %postun fonts-type1-antp
6350 %texhash
6351
6352 %post fonts-type1-antt
6353 %texhash
6354
6355 %postun fonts-type1-antt
6356 %texhash
6357
6358 %post fonts-type1-belleek
6359 %texhash
6360
6361 %postun fonts-type1-belleek
6362 %texhash
6363
6364 %post fonts-type1-bitstream
6365 %texhash
6366
6367 %postun fonts-type1-bitstream
6368 %texhash
6369
6370 %post fonts-type1-bluesky
6371 %texhash
6372
6373 %postun fonts-type1-bluesky
6374 %texhash
6375
6376 %post fonts-type1-cc-pl
6377 %texhash
6378
6379 %postun fonts-type1-cc-pl
6380 %texhash
6381
6382 %post fonts-type1-cmcyr
6383 %texhash
6384
6385 %postun fonts-type1-cmcyr
6386 %texhash
6387
6388 %post fonts-type1-cs
6389 %texhash
6390
6391 %postun fonts-type1-cs
6392 %texhash
6393
6394 %post fonts-type1-dstroke
6395 %texhash
6396
6397 %postun fonts-type1-dstroke
6398 %texhash
6399
6400 %post fonts-type1-eurosym
6401 %texhash
6402
6403 %postun fonts-type1-eurosym
6404 %texhash
6405
6406 %post fonts-type1-hoekwater
6407 %texhash
6408
6409 %postun fonts-type1-hoekwater
6410 %texhash
6411
6412 %post fonts-type1-lm
6413 %texhash
6414
6415 %postun fonts-type1-lm
6416 %texhash
6417
6418 %post fonts-type1-marvosym
6419 %texhash
6420
6421 %postun fonts-type1-marvosym
6422 %texhash
6423
6424 %post fonts-type1-mathpazo
6425 %texhash
6426
6427 %postun fonts-type1-mathpazo
6428 %texhash
6429
6430 %post fonts-type1-omega
6431 %texhash
6432
6433 %postun fonts-type1-omega
6434 %texhash
6435
6436 %post fonts-type1-pl
6437 %texhash
6438
6439 %postun fonts-type1-pl
6440 %texhash
6441
6442 %post fonts-type1-px
6443 %texhash
6444
6445 %postun fonts-type1-px
6446 %texhash
6447
6448 %post fonts-type1-qfonts
6449 %texhash
6450
6451 %postun fonts-type1-qfonts
6452 %texhash
6453
6454 %post fonts-type1-tx
6455 %texhash
6456
6457 %postun fonts-type1-tx
6458 %texhash
6459
6460 %post fonts-type1-urw
6461 %texhash
6462
6463 %postun fonts-type1-urw
6464 %texhash
6465
6466 %post fonts-type1-vnr
6467 %texhash
6468
6469 %postun fonts-type1-vnr
6470 %texhash
6471
6472 %post fonts-type1-xypic
6473 %texhash
6474
6475 %postun fonts-type1-xypic
6476 %texhash
6477
6478 %post -n texconfig
6479 %texhash
6480
6481 %postun -n texconfig
6482 %texhash
6483
6484 %post xetex
6485 %texhash
6486
6487 %postun xetex
6488 %texhash
6489
6490 %post xmltex
6491 %texhash
6492
6493 %postun xmltex
6494 %texhash
6495
6496 # Check the commented lines!!!
6497
6498 %files
6499 %defattr(644,root,root,755)
6500 # %doc %{texmf}/LICENSE.texmf
6501 # %doc %{texmf}/ChangeLog
6502 # %doc %{texmf}/doc/README.knuth
6503 # There isn't doc/fonts directory
6504 # %dir %{texmf}/doc/fonts
6505 # %doc %{texmf}/doc/fonts/fontname
6506 # %dir %{texmf}/doc/fonts/polish
6507 # %dir %{texmf}/doc/help
6508 # %doc %{texmf}/doc/help/csname.txt
6509 # %doc %{texmf}/doc/help/ctan
6510 # %doc %{texmf}/doc/help/tds.dvi
6511 # %doc %{texmf}/doc/help/unixtex.ftp
6512 # %dir %{texmf}/doc/help/faq
6513 # %doc %{texmf}/doc/images
6514 # %dir %{texmf}/doc/polish
6515 # %doc %{texmf}/doc/polish/*.html
6516 # %dir %{texmf}/doc/programs
6517 # %doc %{texmf}/doc/programs/web2c*
6518 # %doc %{texmf}/doc/programs/cwebman.dvi
6519 # %doc %{texmf}/doc/programs/dvipng.*
6520 # %doc %{texmf}/doc/knuth
6521 #%attr(755,root,root) %{_bindir}/MakeTeXPK
6522 #%attr(755,root,root) %{_bindir}/access
6523
6524 # ***********
6525 # executables
6526 # ***********
6527 %attr(755,root,root) %{_bindir}/a2ping
6528 %attr(755,root,root) %{_bindir}/afm2tfm
6529 %attr(755,root,root) %{_bindir}/allcm
6530 %attr(755,root,root) %{_bindir}/allec
6531 %attr(755,root,root) %{_bindir}/allneeded
6532 %attr(755,root,root) %{_bindir}/cweave
6533 %attr(755,root,root) %{_bindir}/ctangle
6534 %attr(755,root,root) %{_bindir}/ctie
6535 %attr(755,root,root) %{_bindir}/dmp
6536 %attr(755,root,root) %{_bindir}/dvipng
6537 %attr(755,root,root) %{_bindir}/e2pall
6538 %attr(755,root,root) %{_bindir}/ebb
6539 # %attr(755,root,root) %{_bindir}/fdf2tan
6540 %attr(755,root,root) %{_bindir}/fmtutil
6541 %attr(755,root,root) %{_bindir}/fmtutil-sys
6542 #%attr(755,root,root) %{_bindir}/fontexport
6543 #%attr(755,root,root) %{_bindir}/fontimport
6544 %attr(755,root,root) %{_bindir}/fontinst
6545 %attr(755,root,root) %{_bindir}/gftodvi
6546 %attr(755,root,root) %{_bindir}/gftopk
6547 %attr(755,root,root) %{_bindir}/gftype
6548 %attr(755,root,root) %{_bindir}/gsftopk
6549 #%attr(755,root,root) %{_bindir}/initex
6550 %attr(755,root,root) %{_bindir}/kpseaccess
6551 %attr(755,root,root) %{_bindir}/kpsereadlink
6552 %attr(755,root,root) %{_bindir}/kpsewhere
6553 %attr(755,root,root) %{_bindir}/mag
6554 %attr(755,root,root) %{_bindir}/makempx
6555 #%attr(755,root,root) %{_bindir}/mkfontdesc
6556 %attr(755,root,root) %{_bindir}/mktexfmt
6557 %attr(755,root,root) %{_bindir}/mktexlsr
6558 %attr(755,root,root) %{_bindir}/newer
6559 %attr(755,root,root) %{_bindir}/patgen
6560 %attr(755,root,root) %{_bindir}/pdfetex
6561 %attr(755,root,root) %{_bindir}/pfb2pfa
6562 %attr(755,root,root) %{_bindir}/pk2bm
6563 %attr(755,root,root) %{_bindir}/pktogf
6564 %attr(755,root,root) %{_bindir}/pktype
6565 %attr(755,root,root) %{_bindir}/pltotf
6566 %attr(755,root,root) %{_bindir}/pooltype
6567 %attr(755,root,root) %{_bindir}/ps2frag
6568 %attr(755,root,root) %{_bindir}/ps2pk
6569 # TODO: move this file to correct subpackage ?
6570 %attr(755,root,root) %{_bindir}/ps4pdf
6571 #%attr(755,root,root) %{_bindir}/t1mapper
6572 %attr(755,root,root) %{_bindir}/tangle
6573 #%attr(755,root,root) %{_bindir}/tetex-updmap
6574 %attr(755,root,root) %{_bindir}/tex
6575 %attr(755,root,root) %{_bindir}/texdoc
6576 %attr(755,root,root) %{_bindir}/texhash
6577 # %attr(755,root,root) %{_bindir}/texi2html
6578 %attr(755,root,root) %{_bindir}/texlinks
6579 %attr(755,root,root) %{_bindir}/tftopl
6580 %attr(755,root,root) %{_bindir}/tie
6581 %attr(755,root,root) %{_bindir}/ttf2afm
6582 %attr(755,root,root) %{_bindir}/updmap
6583 %attr(755,root,root) %{_bindir}/updmap-sys
6584 %attr(755,root,root) %{_bindir}/vftovp
6585 #%attr(755,root,root) %{_bindir}/virtex
6586 %attr(755,root,root) %{_bindir}/vptovf
6587 %attr(755,root,root) %{_bindir}/weave
6588
6589 %attr(755,root,root) %{texmf}/web2c/mktexnam
6590 %attr(755,root,root) %{texmf}/web2c/mktexdir
6591 %attr(755,root,root) %{texmf}/web2c/mktexupd
6592
6593 %attr(750,root,root) /etc/cron.daily/texlive
6594
6595 #%dir /etc/sysconfig/tetex-updmap
6596 #%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6597
6598 %ghost %{texmf}/ls-R
6599 %ghost %{texmfdist}/ls-R
6600 # %ghost %{_localstatedir}/ls-R
6601
6602 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
6603 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
6604 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6605 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6606 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
6607
6608 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6609 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6610 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6611 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6612 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6613 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6614 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6615
6616 %attr(1777,root,root) /var/cache/fonts
6617
6618 %{_datadir}/info/web2c.info*
6619 # %{_datadir}/info/texi2html.info*
6620 # %{_datadir}/texi2html
6621 #%{texmf}/updates.dat
6622
6623 # %{texmf}/aliases
6624 # %{texmf}/tex/generic/bghyph
6625 # %doc %{texmf}/doc/generic/hyphen
6626 #%{texmf}/tex/generic/letterspacing
6627
6628 # ***********
6629 # Directories
6630 # ***********
6631 %attr(1777,root,root) %dir %{_localstatedir}
6632 %attr(1777,root,root) %dir %{_localstatedir}/fonts
6633 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
6634 %attr(1777,root,root) %dir %{fmtdir}
6635
6636 %dir %{texmfdist}
6637 %doc %{texmfdist}/README
6638 %dir %{texmf}
6639
6640 %dir %{texmfdist}/doc
6641 %dir %{texmfdist}/doc/generic
6642 %dir %{texmfdist}/doc/generic/enctex
6643 %dir %{texmfdist}/doc/latex
6644 %dir %{texmfdist}/doc/latex/localloc
6645 %dir %{texmf}/doc
6646 %dir %{texmf}/doc/generic
6647 %dir %{texmf}/doc/tetex
6648 %dir %{texmf}/fmtutil
6649
6650 %dir %{texmfdist}/tex
6651 %dir %{texmfdist}/tex/cslatex
6652 %dir %{texmfdist}/tex/cslatex/base
6653 %dir %{texmfdist}/tex/generic
6654 %dir %{texmfdist}/tex/generic/dehyph-exptl
6655 %dir %{texmfdist}/tex/generic/enctex
6656 %dir %{texmfdist}/tex/generic/genmisc
6657 %dir %{texmfdist}/tex/generic/hyph-utf8
6658 %dir %{texmfdist}/tex/generic/misc
6659 %dir %{texmfdist}/tex/latex
6660 %dir %{texmfdist}/tex/latex/base
6661 %dir %{texmf}/dvips
6662 %dir %{texmf}/dvips/config
6663 %dir %{texmf}/dvips/tetex
6664 %dir %{texmf}/fonts/enc
6665 %dir %{texmf}/fonts/enc/dvips
6666 %dir %{texmf}/fonts/enc/dvips/tetex
6667 %dir %{texmf}/fonts/map/dvips/updmap
6668 %dir %{texmf}/fonts/map
6669 %dir %{texmf}/fonts/map/dvips
6670 %dir %{texmf}/fonts/map/dvips/tetex
6671 %dir %{texmf}/scripts
6672 %dir %{texmf}/tex
6673 %dir %{texmf}/tex/generic
6674 %dir %{texmf}/tex/generic/config
6675 %dir %{texmf}/web2c
6676
6677 # Docs
6678 # %doc %{texmf}/doc/README
6679 %doc %{texmf}/doc/tetex/TETEXDOC.*
6680 %doc %{texmf}/doc/tetex/teTeX-FAQ
6681
6682 # %{texmf}/fonts/map/dvips/tetex/contnav.map
6683 # %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6684 %{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6685 %{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6686
6687 # Main fonts from TeTeX
6688 %{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6689 %{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6690 %{texmf}/fonts/enc/dvips/tetex/10037936.enc
6691 %{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6692 %{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6693 %{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6694 %{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6695 %{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6696 %{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6697 %{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6698 %{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
6699 %{texmf}/fonts/map/dvips/tetex/ps2pk35.map
6700
6701 %{texmfdist}/tex/generic/dehyph-exptl/*
6702 %{texmfdist}/tex/generic/encodings
6703 %{texmfdist}/tex/generic/epsf
6704 %{texmfdist}/tex/generic/hyph-utf8/*
6705 %{texmfdist}/tex/generic/genmisc/random.tex
6706 %{texmfdist}/tex/generic/misc/null*
6707 %{texmfdist}/tex/generic/misc/texnames.sty
6708 %{texmfdist}/tex/generic/tap
6709 %{texmfdist}/tex/generic/tex-ps
6710 %{texmfdist}/tex/texinfo
6711 %{texmf}/tex/fontinst
6712 %{texmf}/tex/generic/hyphen
6713
6714 # %{fmtdir}/metafun.mem
6715 #%{texmf}/web2c/tex-pl.pool
6716 # %{texmf}/web2c/tex.pool
6717 %{texmf}/fonts/map/dvips/updmap/*
6718
6719 %{texmf}/web2c/*.tcx
6720
6721 # %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6722 # %lang(fi) %{_mandir}/fi/man1/allcm.1*
6723 # %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6724 # %lang(fr) %{_mandir}/fr/man1/access.1*
6725 # %lang(hu) %{_mandir}/hu/man1/access.1*
6726 # %lang(hu) %{_mandir}/hu/man1/newer.1*
6727 # %lang(pl) %{_mandir}/pl/man1/access.1*
6728 # %lang(pl) %{_mandir}/pl/man1/newer.1*
6729 #%{_mandir}/man1/MakeTeXPK.1*
6730 #%{_mandir}/man1/access.1*
6731 #%{_mandir}/man1/fontexport.1*
6732 #%{_mandir}/man1/fontimport.1*
6733 #%{_mandir}/man1/initex.1*
6734 #%{_mandir}/man1/t1mapper.1*
6735 #%{_mandir}/man1/texdoc.1*
6736 #%{_mandir}/man1/texi2html.1*
6737 #%{_mandir}/man1/virtex.1*
6738 #%{_mandir}/man8/fmtutil.8*
6739 #%{_mandir}/man8/mkfontdesc.8*
6740 #%{_mandir}/man8/texlinks.8*
6741
6742 %{_mandir}/man1/afm2tfm.1*
6743 %{_mandir}/man1/allcm.1*
6744 %{_mandir}/man1/allec.1*
6745 %{_mandir}/man1/allneeded.1*
6746 %{_mandir}/man1/ctangle.1*
6747 %{_mandir}/man1/ctie.1*
6748 %{_mandir}/man1/cweave.1*
6749 %{_mandir}/man1/cweb.1*
6750 %{_mandir}/man1/dmp.1*
6751 %{_mandir}/man1/dvipdft.1*
6752 %{_mandir}/man1/dvipng.1*
6753 %{_mandir}/man1/e2pall.1*
6754 %{_mandir}/man1/ebb.1*
6755 %{_mandir}/man1/fmtutil.1*
6756 %{_mandir}/man1/fmtutil-sys.1*
6757 %{_mandir}/man1/fontinst.1*
6758 %{_mandir}/man1/gftodvi.1*
6759 %{_mandir}/man1/gftopk.1*
6760 %{_mandir}/man1/gftype.1*
6761 %{_mandir}/man1/gsftopk.1*
6762 %{_mandir}/man1/kpseaccess.1*
6763 %{_mandir}/man1/kpsereadlink.1*
6764 %{_mandir}/man1/kpsewhere.1*
6765 %{_mandir}/man1/mag.1*
6766 %{_mandir}/man1/makempx.1*
6767 %{_mandir}/man1/makempy.1*
6768 %{_mandir}/man1/mktexfmt.1*
6769 %{_mandir}/man1/mktexlsr.1*
6770 %{_mandir}/man1/newer.1*
6771 %{_mandir}/man1/patgen.1*
6772 %{_mandir}/man1/pdfetex.1*
6773 %{_mandir}/man1/pfb2pfa.1*
6774 %{_mandir}/man1/pk2bm.1*
6775 %{_mandir}/man1/pktogf.1*
6776 %{_mandir}/man1/pktype.1*
6777 %{_mandir}/man1/pltotf.1*
6778 %{_mandir}/man1/pooltype.1*
6779 %{_mandir}/man1/ps2frag.1*
6780 %{_mandir}/man1/ps2pk.1*
6781 %{_mandir}/man1/tangle.1*
6782 %{_mandir}/man1/tex.1*
6783 %{_mandir}/man1/texexec.1*
6784 %{_mandir}/man1/texhash.1*
6785 %{_mandir}/man1/texlinks.1*
6786 %{_mandir}/man1/tftopl.1*
6787 %{_mandir}/man1/tie.1*
6788 %{_mandir}/man1/ttf2afm.1*
6789 %{_mandir}/man1/updmap.1*
6790 %{_mandir}/man1/updmap-sys.1*
6791 %{_mandir}/man1/vftovp.1*
6792 %{_mandir}/man1/vptovf.1*
6793 %{_mandir}/man1/weave.1*
6794 %{_mandir}/man5/fmtutil.cnf.5*
6795 %{_mandir}/man5/updmap.cfg.5*
6796
6797
6798 %files dirs-fonts
6799 %defattr(644,root,root,755)
6800 %dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
6801 %dir %{texmfdist}/fonts
6802 %dir %{texmfdist}/fonts/afm
6803 %dir %{texmfdist}/fonts/afm/public
6804 %dir %{texmfdist}/fonts/afm/vntex
6805 %dir %{texmfdist}/fonts/enc
6806 %dir %{texmfdist}/fonts/enc/dvips
6807 %dir %{texmfdist}/fonts/enc/dvips/vntex
6808 %dir %{texmfdist}/fonts/map
6809 %dir %{texmfdist}/fonts/map/dvipdfm
6810 %dir %{texmfdist}/fonts/map/dvips
6811 %dir %{texmfdist}/fonts/map/dvips/vntex
6812 %dir %{texmfdist}/fonts/map/fontname
6813 %dir %{texmfdist}/fonts/ofm
6814 %dir %{texmfdist}/fonts/ofm/public
6815 %dir %{texmfdist}/fonts/ovf
6816 %dir %{texmfdist}/fonts/ovf/public
6817 %dir %{texmfdist}/fonts/ovp
6818 %dir %{texmfdist}/fonts/ovp/public
6819 %dir %{texmfdist}/fonts/opentype
6820 %dir %{texmfdist}/fonts/opentype/public
6821 %dir %{texmfdist}/fonts/pk
6822 %dir %{texmfdist}/fonts/pk/ljfour
6823 %dir %{texmfdist}/fonts/source
6824 %dir %{texmfdist}/fonts/source/public
6825 %dir %{texmfdist}/fonts/source/vntex
6826 %dir %{texmfdist}/fonts/tfm
6827 %dir %{texmfdist}/fonts/tfm/public
6828 %dir %{texmfdist}/fonts/tfm/vntex
6829 %dir %{texmfdist}/fonts/truetype
6830 %dir %{texmfdist}/fonts/type1
6831 %dir %{texmfdist}/fonts/type1/public
6832 %dir %{texmfdist}/fonts/type1/vntex
6833 %dir %{texmfdist}/fonts/vf
6834 %dir %{texmfdist}/fonts/vf/public
6835 %dir %{texmfdist}/fonts/vf/vntex
6836 %dir %{texmfdist}/source
6837 %dir %{texmfdist}/source/fonts
6838 %dir %{texmfdist}/source/latex
6839 %dir %{texmf}/fonts
6840 %dir %{texmf}/fonts/opentype
6841 %dir %{texmf}/fonts/opentype/public
6842
6843 %files doc
6844 %defattr(644,root,root,755)
6845 %dir %{texmfdoc}/doc
6846 %{texmfdoc}/doc/english
6847
6848 %files doc-bg
6849 %defattr(644,root,root,755)
6850 %{texmfdoc}/doc/bulgarian
6851
6852 %files doc-cs
6853 %defattr(644,root,root,755)
6854 %{texmfdoc}/doc/czechslovak
6855
6856 %files doc-de
6857 %defattr(644,root,root,755)
6858 %{texmfdoc}/doc/german
6859
6860 %files doc-el
6861 %defattr(644,root,root,755)
6862 %{texmfdoc}/doc/greek
6863
6864 %files doc-es
6865 %defattr(644,root,root,755)
6866 %{texmfdoc}/doc/spanish
6867
6868 %files doc-fi
6869 %defattr(644,root,root,755)
6870 %{texmfdoc}/doc/finnish
6871
6872 %files doc-fr
6873 %defattr(644,root,root,755)
6874 %{texmfdoc}/doc/french
6875
6876 %files doc-it
6877 %defattr(644,root,root,755)
6878 %{texmfdoc}/doc/italian
6879
6880 %files doc-ja
6881 %defattr(644,root,root,755)
6882 %{texmfdoc}/doc/japanese
6883
6884 %files doc-ko
6885 %defattr(644,root,root,755)
6886 %{texmfdoc}/doc/korean
6887
6888 %files doc-mn
6889 %defattr(644,root,root,755)
6890 %{texmfdoc}/doc/mongolian
6891
6892 %files doc-nl
6893 %defattr(644,root,root,755)
6894 %{texmfdoc}/doc/dutch
6895
6896 %files doc-pl
6897 %defattr(644,root,root,755)
6898 %{texmfdoc}/doc/polish
6899
6900 %files doc-pt
6901 %defattr(644,root,root,755)
6902 %{texmfdoc}/doc/portuguese
6903
6904 %files doc-ru
6905 %defattr(644,root,root,755)
6906 %{texmfdoc}/doc/russian
6907
6908 %files doc-sk
6909 %defattr(644,root,root,755)
6910 %{texmfdoc}/doc/slovak
6911
6912 %files doc-sl
6913 %defattr(644,root,root,755)
6914 %{texmfdoc}/doc/slovenian
6915
6916 %files doc-th
6917 %defattr(644,root,root,755)
6918 %{texmfdoc}/doc/thai
6919
6920 %files doc-tr
6921 %defattr(644,root,root,755)
6922 %{texmfdoc}/doc/turkish
6923
6924 %files doc-uk
6925 %defattr(644,root,root,755)
6926 %{texmfdoc}/doc/ukrainian
6927
6928 %files doc-vi
6929 %defattr(644,root,root,755)
6930 %{texmfdoc}/doc/vietnamese
6931
6932 %files doc-zh_CN
6933 %defattr(644,root,root,755)
6934 %{texmfdoc}/doc/chinese
6935
6936 # %files doc-Catalogue
6937 # %defattr(644,root,root,755)
6938 # %{texmf}/doc/help/Catalogue
6939
6940 # %files doc-tug-faq
6941 # %defattr(644,root,root,755)
6942 # %{texmf}/doc/help/faq/uktug-faq
6943
6944
6945 %files doc-latex
6946 %defattr(644,root,root,755)
6947 # %{texmfdist}/doc/latex/bar
6948 # %{texmfdist}/doc/latex/eclbip
6949 # %{texmfdist}/doc/latex/eo
6950 # %{texmfdist}/doc/latex/floatflt
6951 # %{texmfdist}/doc/latex/general
6952 # %{texmfdist}/doc/latex/germbib
6953 # %{texmfdist}/doc/latex/images
6954 # %{texmfdist}/doc/latex/mathcomp
6955 # %{texmfdist}/doc/latex/mt11p
6956 # %{texmfdist}/doc/latex/picins
6957 # %{texmfdist}/doc/latex/ps4pdf
6958 # %{texmfdist}/doc/latex/pslatex
6959 # %{texmfdist}/doc/latex/shapepar
6960 # %{texmfdist}/doc/latex/supertab
6961 # %{texmfdist}/doc/latex/tex-refs
6962 # %{texmfdist}/doc/latex/textmerg
6963 # %{texmfdist}/doc/latex/treesvr
6964 %{texmfdist}/doc/latex/acronym
6965 %{texmfdist}/doc/latex/aeguill
6966 %{texmfdist}/doc/latex/anysize
6967 %{texmfdist}/doc/latex/base
6968 %{texmfdist}/doc/latex/beton
6969 %{texmfdist}/doc/latex/carlisle
6970 %{texmfdist}/doc/latex/ccaption
6971 %{texmfdist}/doc/latex/changebar
6972 %{texmfdist}/doc/latex/chappg
6973 %{texmfdist}/doc/latex/concmath
6974 %{texmfdist}/doc/latex/crop
6975 %{texmfdist}/doc/latex/dinbrief
6976 %{texmfdist}/doc/latex/draftcopy
6977 %{texmfdist}/doc/latex/eepic
6978 %{texmfdist}/doc/latex/endfloat
6979 %{texmfdist}/doc/latex/esint
6980 %{texmfdist}/doc/latex/eso-pic
6981 %{texmfdist}/doc/latex/euler
6982 %{texmfdist}/doc/latex/eulervm
6983 %{texmfdist}/doc/latex/extsizes
6984 %{texmfdist}/doc/latex/fancybox
6985 %{texmfdist}/doc/latex/fancyhdr
6986 %{texmfdist}/doc/latex/fancyvrb
6987 %{texmfdist}/doc/latex/filecontents
6988 %{texmfdist}/doc/latex/float
6989 %{texmfdist}/doc/latex/footmisc
6990 %{texmfdist}/doc/latex/footnpag
6991 %{texmfdist}/doc/latex/fp
6992 %{texmfdist}/doc/latex/geometry
6993 %{texmfdist}/doc/latex/graphics
6994 %{texmfdist}/doc/latex/hyperref
6995 %{texmfdist}/doc/latex/hyphenat
6996 %{texmfdist}/doc/latex/index
6997 %{texmfdist}/doc/latex/koma-script
6998 %{texmfdist}/doc/latex/labels
6999 %{texmfdist}/doc/latex/layouts
7000 %{texmfdist}/doc/latex/lettrine
7001 %{texmfdist}/doc/latex/listings
7002 %{texmfdist}/doc/latex/ltabptch
7003 %{texmfdist}/doc/latex/mdwtools
7004 %{texmfdist}/doc/latex/memoir
7005 %{texmfdist}/doc/latex/mh
7006 %{texmfdist}/doc/latex/mparhack
7007 %{texmfdist}/doc/latex/ms
7008 %{texmfdist}/doc/latex/multibib
7009 %{texmfdist}/doc/latex/mwcls
7010 %{texmfdist}/doc/latex/natbib
7011 %{texmfdist}/doc/latex/nomencl
7012 %{texmfdist}/doc/latex/ntgclass
7013 %{texmfdist}/doc/latex/oberdiek
7014 %{texmfdist}/doc/latex/overpic
7015 %{texmfdist}/doc/latex/paralist
7016 %{texmfdist}/doc/latex/pb-diagram
7017 %{texmfdist}/doc/latex/pdfpages
7018 %{texmfdist}/doc/latex/picinpar
7019 %{texmfdist}/doc/latex/pict2e
7020 %{texmfdist}/doc/latex/placeins
7021 %{texmfdist}/doc/latex/preprint
7022 %{texmfdist}/doc/latex/preview
7023 %{texmfdist}/doc/latex/program
7024 %{texmfdist}/doc/latex/psfrag
7025 %{texmfdist}/doc/latex/revtex
7026 %{texmfdist}/doc/latex/rotating
7027 %{texmfdist}/doc/latex/rotfloat
7028 %{texmfdist}/doc/latex/scale
7029 %{texmfdist}/doc/latex/sectsty
7030 %{texmfdist}/doc/latex/seminar
7031 %{texmfdist}/doc/latex/showlabels
7032 %{texmfdist}/doc/latex/sidecap
7033 %{texmfdist}/doc/latex/slashbox
7034 %{texmfdist}/doc/latex/soul
7035 %{texmfdist}/doc/latex/stdclsdv
7036 %{texmfdist}/doc/latex/subfig
7037 %{texmfdist}/doc/latex/subfigure
7038 %{texmfdist}/doc/latex/textfit
7039 %{texmfdist}/doc/latex/textpos
7040 %{texmfdist}/doc/latex/titlesec
7041 %{texmfdist}/doc/latex/tocbibind
7042 %{texmfdist}/doc/latex/tocloft
7043 %{texmfdist}/doc/latex/tools
7044 %{texmfdist}/doc/latex/totpages
7045 %{texmfdist}/doc/latex/type1cm
7046 %{texmfdist}/doc/latex/units
7047 %{texmfdist}/doc/latex/vmargin
7048 %{texmfdist}/doc/latex/was
7049 %{texmfdist}/doc/latex/wrapfig
7050 %{texmfdist}/doc/latex/xtab
7051 %{texmfdist}/doc/latex/yfonts
7052
7053 %files -n kpathsea
7054 %defattr(644,root,root,755)
7055 %dir %{texmf}/doc/kpathsea
7056 %doc %{texmf}/doc/kpathsea/kpathsea.pdf
7057 %attr(755,root,root) %{_bindir}/kpsepath
7058 %attr(755,root,root) %{_bindir}/kpsestat
7059 %attr(755,root,root) %{_bindir}/kpsetool
7060 %attr(755,root,root) %{_bindir}/kpsewhich
7061 %attr(755,root,root) %{_bindir}/kpsexpand
7062 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
7063 %{_libdir}/libkpathsea.la
7064 %{_mandir}/man1/kpsexpand.1*
7065 %{_mandir}/man1/kpsepath.1*
7066 %{_mandir}/man1/kpsestat.1*
7067 %{_mandir}/man1/kpsetool.1*
7068 %{_mandir}/man1/kpsewhich.1*
7069
7070 %files -n kpathsea-devel
7071 %defattr(644,root,root,755)
7072 %attr(755,root,root) %{_libdir}/libkpathsea.so
7073 %{_includedir}/kpathsea
7074 %{_infodir}/kpathsea.info*
7075
7076 %files dvips
7077 %defattr(644,root,root,755)
7078 # %doc %{texmf}/doc/programs/dvips.dvi
7079 # %doc %{texmf}/doc/programs/dvipdfm.dvi
7080 # %doc %{texmf}/doc/latex/psnfssx
7081 # %lang(fi) %{_mandir}/fi/man1/dvips.1*
7082 # %{texmf}/dvips/misc
7083 # %{texmf}/dvips/config/config.generic
7084 # %{texmf}/fonts/map/dvips/misc
7085 # %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7086 # %{texmf}/fonts/map/dvips/tetex/bsr.map
7087 # %{_localstatedir}/fonts/map/dvipdfm
7088 # %{_localstatedir}/fonts/map/dvips
7089 %dir %{texmfdist}/fonts/map/dvips/cmex
7090 %dir %{texmf}/dvipdfm
7091 %docdir %{texmf}/doc/dvips
7092 %docdir %{texmf}/doc/dvipdfm
7093 %attr(755,root,root) %{_bindir}/dvips
7094 %attr(755,root,root) %{_bindir}/dvired
7095 %attr(755,root,root) %{_bindir}/dvitomp
7096 %attr(755,root,root) %{_bindir}/dvitype
7097 %attr(755,root,root) %{_bindir}/dvicopy
7098 %attr(755,root,root) %{_bindir}/dvipdfm
7099 %attr(755,root,root) %{_bindir}/dvipdft
7100 # dvi2fax requires ghostscript
7101 %attr(755,root,root) %{_bindir}/dvi2fax
7102 %{_infodir}/dvips.info*
7103 %{_mandir}/man1/dvi2fax.1*
7104 %{_mandir}/man1/dvicopy.1*
7105 %{_mandir}/man1/dvipdfm.1*
7106 %{_mandir}/man1/dvips.1*
7107 %{_mandir}/man1/dvired.1*
7108 %{_mandir}/man1/dvitomp.1*
7109 %{_mandir}/man1/dvitype.1*
7110 %{texmf}/dvips/base
7111 %{texmf}/dvips/gsftopk
7112 %{texmfdist}/dvips/psfrag
7113 %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
7114 %{texmfdist}/fonts/enc/dvips/base
7115 %{texmfdist}/fonts/map/dvips/allrunes
7116 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
7117 %{texmf}/dvipdfm/config
7118 %{texmf}/dvips/tetex/config.*
7119 %{texmf}/fonts/enc/dvips/tetex/mtex.enc
7120 # %{texmf}/fonts/map
7121 %dir %{texmf}/fonts/map/dvipdfm
7122 %dir %{texmf}/fonts/map/dvips
7123 %dir %{texmf}/fonts/map/dvips/tetex
7124 %{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7125 %{texmf}/fonts/map/dvips/tetex/dvips35.map
7126 %{texmf}/fonts/map/dvips/tetex/mathpple.map
7127 %{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7128 %{texmf}/fonts/map/dvips/tetex/mt-plus.map
7129 %{texmf}/fonts/map/dvips/tetex/mt-yy.map
7130 %{texmf}/fonts/map/dvips/tetex/pdftex35.map
7131
7132
7133 %files dvilj
7134 %defattr(644,root,root,755)
7135 %attr(755,root,root) %{_bindir}/dvihp
7136 %attr(755,root,root) %{_bindir}/dvilj
7137 %attr(755,root,root) %{_bindir}/dvilj2p
7138 %attr(755,root,root) %{_bindir}/dvilj4
7139 %attr(755,root,root) %{_bindir}/dvilj4l
7140 %attr(755,root,root) %{_bindir}/dvilj6
7141 %{_mandir}/man1/dvihp.1*
7142 %{_mandir}/man1/dvilj.1*
7143 %{_mandir}/man1/dvilj2p.1*
7144 %{_mandir}/man1/dvilj4.1*
7145 %{_mandir}/man1/dvilj4l.1*
7146 %{_mandir}/man1/dvilj6.1*
7147
7148 %files makeindex
7149 %defattr(644,root,root,755)
7150 %doc %{texmfdist}/doc/makeindex
7151 %attr(755,root,root) %{_bindir}/mkindex
7152 %attr(755,root,root) %{_bindir}/makeindex
7153 %attr(755,root,root) %{_bindir}/rumakeindex
7154 %{texmfdist}/makeindex
7155 %{_mandir}/man1/makeindex.1*
7156 %{_mandir}/man1/mkindex.1*
7157 %{_mandir}/man1/rumakeindex.1*
7158
7159 %files metafont
7160 %defattr(644,root,root,755)
7161 #%attr(755,root,root) %{_bindir}/mfw
7162 #%attr(755,root,root) %{_bindir}/virmf
7163 #%attr(755,root,root) %{_bindir}/inimf
7164 #%{texmf}/mft/cmbase.mft
7165 # %{texmf}/mft/e.mft
7166 # %{texmf}/mft/pl.mft
7167 # %{fmtdir}/mf.base
7168 #%{texmf}/web2c/mf-nowin.base
7169 # %{texmf}/web2c/mf.pool
7170 #%{texmf}/web2c/mfw.base
7171 #%{_mandir}/man1/inimf.1*
7172 #%{_mandir}/man1/virmf.1*
7173 %dir %{texmfdist}/mft
7174 %dir %{texmfdist}/mft/base
7175 %attr(755,root,root) %{_bindir}/mf
7176 %attr(755,root,root) %{_bindir}/mf-nowin
7177 %attr(755,root,root) %{_bindir}/mft
7178 %attr(755,root,root) %{_bindir}/mktexmf
7179 %attr(755,root,root) %{_bindir}/mktexpk
7180 %attr(755,root,root) %{_bindir}/mktextfm
7181 %{texmfdist}/metafont
7182 %{texmfdist}/mft/base/mplain.mft
7183 %{texmfdist}/mft/base/plain.mft
7184 %{_mandir}/man1/mf.1*
7185 %{_mandir}/man1/mf-nowin.1*
7186 %{_mandir}/man1/mft.1*
7187 %{_mandir}/man1/mktexmf.1*
7188 %{_mandir}/man1/mktexpk.1*
7189 %{_mandir}/man1/mktextfm.1*
7190
7191 %files metapost
7192 %defattr(644,root,root,755)
7193 #%attr(755,root,root) %{_bindir}/virmpost
7194 #%attr(755,root,root) %{_bindir}/inimpost
7195 # %{texmf}/web2c/mp.pool
7196 # %{fmtdir}/mpost.mem
7197 #%{_mandir}/man1/inimpost.1*
7198 #%{_mandir}/man1/virmpost.1*
7199 %dir %{texmfdist}/metapost
7200 %doc %{texmfdist}/doc/metapost
7201 %attr(755,root,root) %{_bindir}/mpost
7202 %attr(755,root,root) %{_bindir}/mpto
7203 %{texmfdist}/metapost/base
7204 %{texmfdist}/metapost/config
7205 %{texmfdist}/metapost/mfpic
7206 %{texmfdist}/metapost/misc
7207 %{texmfdist}/metapost/support
7208 %{_mandir}/man1/mpost.1*
7209 %{_mandir}/man1/mpto.1*
7210
7211 %files mptopdf
7212 %defattr(644,root,root,755)
7213 %attr(755,root,root) %{_bindir}/mptopdf
7214 %{_mandir}/man1/mptopdf.1*
7215 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
7216
7217 %files texdoctk
7218 %defattr(644,root,root,755)
7219 # %doc %{texmf}/doc/texdoctk
7220 %attr(755,root,root) %{_bindir}/texdoctk
7221 %{texmf}/texdoctk
7222 %{_mandir}/man1/texdoctk.1*
7223
7224 %files -n texconfig
7225 %defattr(644,root,root,755)
7226 %dir %{texmf}/texconfig
7227 %doc %{texmf}/texconfig/README
7228 %attr(755,root,root) %{_bindir}/texconfig
7229 %attr(755,root,root) %{_bindir}/texconfig-dialog
7230 %attr(755,root,root) %{_bindir}/texconfig-sys
7231 %attr(755,root,root) %{texmf}/texconfig/tcfmgr
7232 %{_mandir}/man1/texconfig.1*
7233 %{_mandir}/man1/texconfig-sys.1*
7234 %{texmf}/texconfig/g
7235 %{texmf}/texconfig/generic
7236 %{texmf}/texconfig/tcfmgr.map
7237 %{texmf}/texconfig/v
7238 %{texmf}/texconfig/x
7239
7240 %files -n xindy
7241 %defattr(644,root,root,755)
7242 %doc %{texmf}/doc/xindy
7243 %dir %{texmf}/xindy
7244 %dir %{texmf}/xindy/lang
7245 %dir %{texmf}/scripts
7246 %{texmf}/scripts/xindy
7247 %{texmf}/xindy/base
7248 %{texmf}/xindy/class
7249 %{texmf}/xindy/ord
7250 %{texmf}/xindy/rules
7251 %{texmf}/xindy/styles
7252 %{texmf}/xindy/tex
7253
7254
7255 %files -n xindy-albanian
7256 %defattr(644,root,root,755)
7257 %{texmf}/xindy/lang/albanian
7258
7259 %files -n xindy-belarusian
7260 %defattr(644,root,root,755)
7261 %{texmf}/xindy/lang/belarusian
7262
7263 %files -n xindy-bulgarian
7264 %defattr(644,root,root,755)
7265 %{texmf}/xindy/lang/bulgarian
7266
7267 %files -n xindy-croatian
7268 %defattr(644,root,root,755)
7269 %{texmf}/xindy/lang/croatian
7270
7271 %files -n xindy-czech
7272 %defattr(644,root,root,755)
7273 %{texmf}/xindy/lang/czech
7274
7275 %files -n xindy-danish
7276 %defattr(644,root,root,755)
7277 %{texmf}/xindy/lang/danish
7278
7279 %files -n xindy-dutch
7280 %defattr(644,root,root,755)
7281 %{texmf}/xindy/lang/dutch
7282
7283 %files -n xindy-english
7284 %defattr(644,root,root,755)
7285 %{texmf}/xindy/lang/english
7286
7287 %files -n xindy-esperanto
7288 %defattr(644,root,root,755)
7289 %{texmf}/xindy/lang/esperanto
7290
7291 %files -n xindy-estonian
7292 %defattr(644,root,root,755)
7293 %{texmf}/xindy/lang/estonian
7294
7295 %files -n xindy-finnish
7296 %defattr(644,root,root,755)
7297 %{texmf}/xindy/lang/finnish
7298
7299 %files -n xindy-french
7300 %defattr(644,root,root,755)
7301 %{texmf}/xindy/lang/french
7302
7303 %files -n xindy-general
7304 %defattr(644,root,root,755)
7305 %{texmf}/xindy/lang/general
7306
7307 %files -n xindy-georgian
7308 %defattr(644,root,root,755)
7309 %{texmf}/xindy/lang/georgian
7310
7311 %files -n xindy-german
7312 %defattr(644,root,root,755)
7313 %{texmf}/xindy/lang/german
7314
7315 %files -n xindy-greek
7316 %defattr(644,root,root,755)
7317 %{texmf}/xindy/lang/greek
7318
7319 %files -n xindy-gypsy
7320 %defattr(644,root,root,755)
7321 %{texmf}/xindy/lang/gypsy
7322
7323 %files -n xindy-hausa
7324 %defattr(644,root,root,755)
7325 %{texmf}/xindy/lang/hausa
7326
7327 %files -n xindy-hebrew
7328 %defattr(644,root,root,755)
7329 %{texmf}/xindy/lang/hebrew
7330
7331 %files -n xindy-hungarian
7332 %defattr(644,root,root,755)
7333 %{texmf}/xindy/lang/hungarian
7334
7335 %files -n xindy-icelandic
7336 %defattr(644,root,root,755)
7337 %{texmf}/xindy/lang/icelandic
7338
7339 %files -n xindy-italian
7340 %defattr(644,root,root,755)
7341 %{texmf}/xindy/lang/italian
7342
7343 %files -n xindy-klingon
7344 %defattr(644,root,root,755)
7345 %{texmf}/xindy/lang/klingon
7346
7347 %files -n xindy-kurdish
7348 %defattr(644,root,root,755)
7349 %{texmf}/xindy/lang/kurdish
7350
7351 %files -n xindy-latin
7352 %defattr(644,root,root,755)
7353 %{texmf}/xindy/lang/latin
7354
7355 %files -n xindy-latvian
7356 %defattr(644,root,root,755)
7357 %{texmf}/xindy/lang/latvian
7358
7359 %files -n xindy-lithuanian
7360 %defattr(644,root,root,755)
7361 %{texmf}/xindy/lang/lithuanian
7362
7363 %files -n xindy-lower-sorbian
7364 %defattr(644,root,root,755)
7365 %{texmf}/xindy/lang/lower-sorbian
7366
7367 %files -n xindy-macedonian
7368 %defattr(644,root,root,755)
7369 %{texmf}/xindy/lang/macedonian
7370
7371 %files -n xindy-mongolian
7372 %defattr(644,root,root,755)
7373 %{texmf}/xindy/lang/mongolian
7374
7375 %files -n xindy-norwegian
7376 %defattr(644,root,root,755)
7377 %{texmf}/xindy/lang/norwegian
7378
7379 %files -n xindy-polish
7380 %defattr(644,root,root,755)
7381 %{texmf}/xindy/lang/polish
7382
7383 %files -n xindy-portuguese
7384 %defattr(644,root,root,755)
7385 %{texmf}/xindy/lang/portuguese
7386
7387 %files -n xindy-romanian
7388 %defattr(644,root,root,755)
7389 %{texmf}/xindy/lang/romanian
7390
7391 %files -n xindy-russian
7392 %defattr(644,root,root,755)
7393 %{texmf}/xindy/lang/russian
7394
7395 %files -n xindy-serbian
7396 %defattr(644,root,root,755)
7397 %{texmf}/xindy/lang/serbian
7398
7399 %files -n xindy-slovak
7400 %defattr(644,root,root,755)
7401 %{texmf}/xindy/lang/slovak
7402
7403 %files -n xindy-slovenian
7404 %defattr(644,root,root,755)
7405 %{texmf}/xindy/lang/slovenian
7406
7407 %files -n xindy-spanish
7408 %defattr(644,root,root,755)
7409 %{texmf}/xindy/lang/spanish
7410
7411 %files -n xindy-swedish
7412 %defattr(644,root,root,755)
7413 %{texmf}/xindy/lang/swedish
7414
7415 %files -n xindy-turkish
7416 %defattr(644,root,root,755)
7417 %{texmf}/xindy/lang/turkish
7418
7419 %files -n xindy-ukrainian
7420 %defattr(644,root,root,755)
7421 %{texmf}/xindy/lang/ukrainian
7422
7423 %files -n xindy-upper-sorbian
7424 %defattr(644,root,root,755)
7425 %{texmf}/xindy/lang/upper-sorbian
7426
7427 %files -n xindy-vietnamese
7428 %defattr(644,root,root,755)
7429 %{texmf}/xindy/lang/vietnamese/
7430
7431 %files -n xdvi
7432 %defattr(644,root,root,755)
7433 #%attr(755,root,root) %{_bindir}/xdvi-motif.bin
7434 # %attr(755,root,root) %{_bindir}/xdvizilla
7435 # %{_mandir}/man1/xdvizilla.1*
7436 %attr(755,root,root) %{_bindir}/xdvi-xaw
7437 %attr(755,root,root) %{_bindir}/xdvi
7438 %{_mandir}/man1/xdvi.1*
7439 %{_desktopdir}/xdvi.desktop
7440 %{_pixmapsdir}/xdvi.png
7441 %{texmf}/xdvi
7442
7443 %files pdftex
7444 %defattr(644,root,root,755)
7445 # %doc %{texmf}/doc/programs/pdfcrop.txt
7446 # %attr(755,root,root) %{_bindir}/pdfxtex
7447 # %{_localstatedir}/fonts/map/pdftex
7448 # %dir %{texmf}/fonts/map/pdftex
7449 # %dir %{texmf}/fonts/map/pdftex/cmttf
7450 # %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
7451 # %{texmf}/web2c/pdfetex-pl.pool
7452 # %{texmf}/web2c/pdfetex.pool
7453 # %{texmf}/web2c/pdfxtex.pool
7454 # %{_mandir}/man1/pdfxtex.1*
7455 %docdir %{texmfdist}/doc/pdftex
7456 %attr(755,root,root) %{_bindir}/epstopdf
7457 %attr(755,root,root) %{_bindir}/pdfcrop
7458 %attr(755,root,root) %{_bindir}/pdftex
7459 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
7460 %{texmf}/fmtutil/format.pdftex.cnf
7461 %{texmfdist}/scripts/pdfcrop
7462 %{_mandir}/man1/epstopdf.1*
7463 %{_mandir}/man1/pdftex.1*
7464
7465 %files phyzzx
7466 %defattr(644,root,root,755)
7467 %attr(755,root,root) %{_bindir}/phyzzx
7468 %dir %{texmfdist}/doc/phyzzx
7469 %dir %{texmfdist}/tex/phyzzx
7470 %doc %{texmfdist}/doc/phyzzx/base
7471 %{texmfdist}/tex/phyzzx/config
7472 %{texmf}/fmtutil/format.phyzzx.cnf
7473
7474 %files omega
7475 %defattr(644,root,root,755)
7476 # %{texmf}/web2c/omega.pool
7477 # %{texmf}/web2c/aleph.pool
7478 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
7479 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
7480 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
7481 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
7482 %doc %{texmfdist}/doc/omega
7483 %dir %{texmfdist}/omega
7484 %dir %{texmfdist}/dvips/omega
7485 %attr(755,root,root) %{_bindir}/aleph
7486 %attr(755,root,root) %{_bindir}/lambda
7487 %attr(755,root,root) %{_bindir}/mkocp
7488 %attr(755,root,root) %{_bindir}/mkofm
7489 %attr(755,root,root) %{_bindir}/odvicopy
7490 %attr(755,root,root) %{_bindir}/odvips
7491 %attr(755,root,root) %{_bindir}/odvitype
7492 %attr(755,root,root) %{_bindir}/omega
7493 %attr(755,root,root) %{_bindir}/omfonts
7494 %attr(755,root,root) %{_bindir}/opl2ofm
7495 %attr(755,root,root) %{_bindir}/otangle
7496 %attr(755,root,root) %{_bindir}/otp2ocp
7497 %attr(755,root,root) %{_bindir}/outocp
7498 %attr(755,root,root) %{_bindir}/ovf2ovp
7499 %attr(755,root,root) %{_bindir}/ovp2ovf
7500 %{texmfdist}/dvips/omega/config.omega
7501 %{texmfdist}/dvips/omega/omega.cfg
7502 %{texmfdist}/fonts/map/dvips/omega
7503 %{texmfdist}/omega/ocp
7504 %{texmfdist}/omega/otp
7505 %{texmfdist}/tex/lambda
7506 %{_mandir}/man1/lambda.1*
7507 %{_mandir}/man1/mkocp.1*
7508 %{_mandir}/man1/mkofm.1*
7509 %{_mandir}/man1/omega.1*
7510 %{_mandir}/man1/odvicopy.1*
7511 %{_mandir}/man1/odvips.1*
7512 %{_mandir}/man1/odvitype.1*
7513 %{_mandir}/man1/ofm2opl.1*
7514 %{_mandir}/man1/opl2ofm.1*
7515 %{_mandir}/man1/otp2ocp.1*
7516 %{_mandir}/man1/outocp.1*
7517 %{_mandir}/man1/ovf2ovp.1*
7518 %{_mandir}/man1/ovp2ovf.1*
7519
7520 %files plain
7521 %defattr(644,root,root,755)
7522 %doc %{texmfdist}/doc/plain
7523 %{texmfdist}/tex/plain
7524 %exclude %{texmfdist}/tex/plain/config/xetex.ini
7525 #%{texmf}/web2c/plain.mem
7526 #%{texmf}/web2c/plain.base
7527
7528 # %files format-plain
7529 # %defattr(644,root,root,755)
7530 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
7531 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
7532
7533 # %files format-pdftex
7534 # %defattr(644,root,root,755)
7535 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
7536
7537 # %files format-pdfetex
7538 # %defattr(644,root,root,755)
7539 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
7540
7541 %files mex
7542 %defattr(644,root,root,755)
7543 # %doc %{texmf}/doc/polish/mex
7544 %dir %{texmfdist}/tex/mex
7545 %dir %{texmfdist}/tex/mex/base
7546 %{texmfdist}/tex/mex/base/mex1.tex
7547 %{texmfdist}/tex/mex/base/mex2.tex
7548 %{texmfdist}/tex/mex/base/mex.tex
7549 %dir %{texmfdist}/tex/mex/config
7550 %{texmfdist}/tex/mex/base/mexconf.tex
7551
7552 %files format-mex
7553 %defattr(644,root,root,755)
7554 %attr(755,root,root) %{_bindir}/mex
7555 %{texmfdist}/tex/mex/config/mex.ini
7556 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
7557
7558 %files format-pdfmex
7559 %defattr(644,root,root,755)
7560 %attr(755,root,root) %{_bindir}/pdfmex
7561 %{texmfdist}/tex/mex/config/pdfmex.ini
7562 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
7563
7564 %files format-utf8mex
7565 %defattr(644,root,root,755)
7566 %attr(755,root,root) %{_bindir}/utf8mex
7567 %dir %{texmfdist}/doc/mex
7568 %doc %{texmfdist}/doc/mex/utf8mex
7569 %{texmfdist}/tex/mex/utf8mex
7570 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
7571
7572 %files amstex
7573 %defattr(644,root,root,755)
7574 %dir %{texmfdist}/tex/amstex
7575 %{texmfdist}/tex/amstex/base
7576 %{texmfdist}/tex/amstex/config
7577 %{texmfdist}/tex/plain/amsfonts
7578
7579 %files format-amstex
7580 %defattr(644,root,root,755)
7581 %doc %{texmfdist}/doc/amstex
7582 %{texmfdist}/tex/amstex
7583 %attr(755,root,root) %{_bindir}/amstex
7584 %{_mandir}/man1/amstex.1*
7585 # %lang(fi) %{_mandir}/fi/man1/amstex.1*
7586 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
7587
7588 # %files format-pdfamstex
7589 # %defattr(644,root,root,755)
7590 # %attr(755,root,root) %{_bindir}/pdfamstex
7591 #%{texmf}/pdftex/amstex
7592 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
7593
7594 %files csplain
7595 %defattr(644,root,root,755)
7596 %dir %{texmfdist}/doc/cslatex
7597 %dir %{texmfdist}/doc/cslatex/base
7598 %doc %{texmfdist}/doc/cslatex/base/README-cspsfont
7599 %doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
7600 %doc %{texmfdist}/doc/cslatex/base/cscorr.tab
7601 %doc %{texmfdist}/doc/cslatex/base/csplain.doc
7602 %doc %{texmfdist}/doc/cslatex/base/parpozn.tex
7603 %doc %{texmfdist}/doc/cslatex/base/test8z.tex
7604 %doc %{texmfdist}/doc/cslatex/base/testlat.tex
7605 %attr(755,root,root) %{_bindir}/csplain
7606 %{texmfdist}/tex/csplain
7607
7608 %files format-csplain
7609 %defattr(644,root,root,755)
7610 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
7611
7612 %files format-pdfcsplain
7613 %defattr(644,root,root,755)
7614 %attr(755,root,root) %{_bindir}/pdfcsplain
7615 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
7616
7617 %files cslatex
7618 %defattr(644,root,root,755)
7619 # %doc %{texmf}/doc/cstex/INSTALL.cslatex
7620 # %doc %{texmf}/doc/cstex/README.cslatex
7621 %{texmfdist}/tex/cslatex
7622 %{texmfdist}/tex/latex/cslatex
7623
7624 %files format-cslatex
7625 %defattr(644,root,root,755)
7626 %attr(755,root,root) %{_bindir}/cslatex
7627 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
7628
7629 %files format-pdfcslatex
7630 %defattr(644,root,root,755)
7631 %attr(755,root,root) %{_bindir}/pdfcslatex
7632 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
7633
7634 # %files cyrplain
7635 # %defattr(644,root,root,755)
7636 # %doc %{texmf}/doc/cyrplain
7637 # %{texmf}/tex/cyrplain
7638
7639 # %files format-cyrplain
7640 # %defattr(644,root,root,755)
7641 # %attr(755,root,root) %{_bindir}/cyrtex
7642 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
7643
7644 # %files format-cyramstex
7645 # %defattr(644,root,root,755)
7646 # %attr(755,root,root) %{_bindir}/cyramstex
7647 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
7648
7649 # %files format-cyrtexinfo
7650 # %defattr(644,root,root,755)
7651 # %attr(755,root,root) %{_bindir}/cyrtexinfo
7652 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
7653
7654 %files eplain
7655 %defattr(644,root,root,755)
7656 %doc %{texmfdist}/doc/etex
7657 %doc %{texmfdist}/doc/eplain
7658 %{texmfdist}/tex/plain/etex
7659 %{texmfdist}/tex/eplain
7660
7661 %files format-eplain
7662 %defattr(644,root,root,755)
7663 %attr(755,root,root) %{_bindir}/eplain
7664 %attr(755,root,root) %{_bindir}/etex
7665 %{_mandir}/man1/eplain.1*
7666 %{_mandir}/man1/etex.1*
7667 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
7668 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
7669
7670 %files context
7671 %defattr(644,root,root,755)
7672 %doc %{texmfdist}/doc/context
7673 # %doc %{texmf}/doc/polish/context
7674 %attr(755,root,root) %{_bindir}/context
7675 %attr(755,root,root) %{_bindir}/ctxtools
7676 %attr(755,root,root) %{_bindir}/exatools
7677 %attr(755,root,root) %{_bindir}/luatools
7678 %attr(755,root,root) %{_bindir}/makempy
7679 %attr(755,root,root) %{_bindir}/mpstools
7680 %attr(755,root,root) %{_bindir}/mtxrun
7681 %attr(755,root,root) %{_bindir}/mtxtools
7682 %attr(755,root,root) %{_bindir}/pdfthumb
7683 %attr(755,root,root) %{_bindir}/pdftools
7684 %attr(755,root,root) %{_bindir}/pdftrimwhite
7685 %attr(755,root,root) %{_bindir}/pstopdf
7686 %attr(755,root,root) %{_bindir}/rlxtools
7687 %attr(755,root,root) %{_bindir}/runtools
7688 %attr(755,root,root) %{_bindir}/texexec
7689 %attr(755,root,root) %{_bindir}/texfind
7690 %attr(755,root,root) %{_bindir}/texfont
7691 %attr(755,root,root) %{_bindir}/texmfstart
7692 %attr(755,root,root) %{_bindir}/texshow
7693 %attr(755,root,root) %{_bindir}/textools
7694 %attr(755,root,root) %{_bindir}/texutil
7695 %attr(755,root,root) %{_bindir}/tmftools
7696 %attr(755,root,root) %{_bindir}/xmltools
7697 # %{_mandir}/man1/fdf2tex.1*
7698 %{_mandir}/man1/ctxtools.1*
7699 %{_mandir}/man1/pdftools.1*
7700 %{_mandir}/man1/pstopdf.1*
7701 %{_mandir}/man1/texfind.1*
7702 %{_mandir}/man1/texfont.1*
7703 %{_mandir}/man1/texmfstart.1*
7704 %{_mandir}/man1/textools.1*
7705 %{_mandir}/man1/texutil.1*
7706 # %{_mandir}/man1/texshow.1*
7707 %{texmfdist}/context
7708 %{texmfdist}/fonts/enc/dvips/context
7709 # %{texmfdist}/fonts/map/dvips/context
7710 %{texmfdist}/metapost/context
7711 %{texmfdist}/scripts/context
7712 %{texmfdist}/tex/context
7713 %exclude %{texmfdist}/tex/context/config/cont-de.ini
7714 %exclude %{texmfdist}/tex/context/config/cont-en.ini
7715 %exclude %{texmfdist}/tex/context/config/cont-nl.ini
7716 %exclude %{texmfdist}/tex/context/config/cont-uk.ini
7717 %{texmfdist}/tex/generic/context
7718 %{texmfdist}/tex/latex/context
7719 %{texmfdist}/bibtex/bst/context
7720
7721 # no fmt, so commented out
7722 #%files format-context-cz
7723 #%defattr(644,root,root,755)
7724 #%%{texmf}/tex/context/config/cont-cz.ini
7725 # does not build with beta 20021025
7726 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
7727
7728 %files format-context-de
7729 %defattr(644,root,root,755)
7730 %{texmfdist}/tex/context/config/cont-de.ini
7731 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
7732 #%{_mandir}/man1/cont-de.1*
7733
7734 %files format-context-en
7735 %defattr(644,root,root,755)
7736 %{texmfdist}/tex/context/config/cont-en.ini
7737 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
7738 #%{_mandir}/man1/cont-en.1*
7739 # what is the difference betwen uk and en in this particular situation?
7740 %{texmfdist}/tex/context/config/cont-uk.ini
7741 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
7742
7743 # no fmt, so commented out
7744 #%files format-context-it
7745 #%defattr(644,root,root,755)
7746 #%%{texmf}/tex/context/config/cont-it.ini
7747
7748 %files format-context-nl
7749 %defattr(644,root,root,755)
7750 %{texmfdist}/tex/context/config/cont-nl.ini
7751 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
7752 #%{_mandir}/man1/cont-nl.1*
7753
7754 # no fmt, so commented out
7755 #%files format-context-ro
7756 #%defattr(644,root,root,755)
7757 #%%{texmf}/tex/context/config/cont-ro.ini
7758
7759
7760 %files latex
7761 %defattr(644,root,root,755)
7762 %attr(755,root,root) %{_bindir}/latex
7763 %attr(755,root,root) %{_bindir}/pslatex
7764 # %lang(fi) %{_mandir}/fi/man1/latex.1*
7765 # %lang(pl) %{_mandir}/pl/man1/latex.1*
7766 # %{_infodir}/latex.info*
7767 %{texmf}/fmtutil/format.latex.cnf
7768 %{_mandir}/man1/latex.1*
7769 %{_mandir}/man1/pslatex.1*
7770
7771 %dir %{texmfdist}/scripts
7772 %dir %{texmfdist}/scripts/pst-pdf
7773 %dir %{texmfdist}/source/generic
7774 %dir %{texmfdist}/tex/latex
7775 %dir %{texmfdist}/tex/plain
7776 %dir %{texmf}/tex/latex
7777
7778 # %{texmfdist}/tex/latex/citesort
7779 # %{texmfdist}/tex/latex/dvilj
7780 # %{texmfdist}/tex/latex/eclbip
7781 # %{texmfdist}/tex/latex/eo
7782 # %{texmfdist}/tex/latex/example
7783 # %{texmfdist}/tex/latex/fguill
7784 # %{texmfdist}/tex/latex/floatflt
7785 # %{texmfdist}/tex/latex/gletter
7786 # %{texmfdist}/tex/latex/here
7787 # %{texmfdist}/tex/latex/mt11p
7788 # %{texmfdist}/tex/latex/relsize
7789 # %{texmfdist}/tex/latex/selectp
7790 # %{texmfdist}/tex/latex/shadow
7791 # %{texmfdist}/tex/latex/showtags
7792 # %{texmfdist}/tex/latex/tabls
7793 # %{texmfdist}/tex/latex/texmacs
7794 # %{texmfdist}/tex/latex/threeparttable
7795 # %{texmfdist}/tex/latex/treesvr
7796 # %{texmfdist}/tex/latex/ulem
7797 # %{texmfdist}/tex/latex/url
7798 # %{texmf}/tex/latex/version
7799 # %{texmf}/tex/latex/vpage
7800 %{texmfdist}/scripts/pst-pdf/ps4pdf
7801 %{texmfdist}/tex/generic/pstricks
7802 %{texmfdist}/tex/generic/shapepar
7803 %{texmfdist}/tex/generic/textmerg
7804 %{texmfdist}/tex/latex/12many
7805 %{texmfdist}/tex/latex/AkkTeX
7806 %{texmfdist}/tex/latex/ESIEEcv
7807 %{texmfdist}/tex/latex/GuIT
7808 %{texmfdist}/tex/latex/HA-prosper
7809 %{texmfdist}/tex/latex/IEEEconf
7810 %{texmfdist}/tex/latex/IEEEtran
7811 %{texmfdist}/tex/latex/SIstyle
7812 %{texmfdist}/tex/latex/Tabbing
7813 %{texmfdist}/tex/latex/a0poster
7814 %{texmfdist}/tex/latex/aastex
7815 %{texmfdist}/tex/latex/abc
7816 %{texmfdist}/tex/latex/achemso
7817 %{texmfdist}/tex/latex/acmconf
7818 %{texmfdist}/tex/latex/acmtrans
7819 %{texmfdist}/tex/latex/acronym
7820 %{texmfdist}/tex/latex/active-conf
7821 %{texmfdist}/tex/latex/addlines
7822 %{texmfdist}/tex/latex/adrlist
7823 %{texmfdist}/tex/latex/aeguill
7824 %{texmfdist}/tex/latex/afthesis
7825 %{texmfdist}/tex/latex/aguplus
7826 %{texmfdist}/tex/latex/aiaa
7827 %{texmfdist}/tex/latex/akletter
7828 %{texmfdist}/tex/latex/alg
7829 %{texmfdist}/tex/latex/algorithm2e
7830 %{texmfdist}/tex/latex/algorithmicx
7831 %{texmfdist}/tex/latex/allrunes
7832 %{texmfdist}/tex/latex/alnumsec
7833 %{texmfdist}/tex/latex/altfont
7834 %{texmfdist}/tex/latex/ametsoc
7835 %{texmfdist}/tex/latex/amsaddr
7836 %{texmfdist}/tex/latex/amsrefs
7837 %{texmfdist}/tex/latex/animate
7838 %{texmfdist}/tex/latex/answers
7839 %{texmfdist}/tex/latex/antiqua
7840 %{texmfdist}/tex/latex/anyfontsize
7841 %{texmfdist}/tex/latex/anysize
7842 %{texmfdist}/tex/latex/apa
7843 %{texmfdist}/tex/latex/apacite
7844 %{texmfdist}/tex/latex/apl
7845 %{texmfdist}/tex/latex/ar
7846 %{texmfdist}/tex/latex/arabi
7847 %{texmfdist}/tex/latex/arabtex
7848 %{texmfdist}/tex/latex/archaic
7849 %{texmfdist}/tex/latex/arcs
7850 %{texmfdist}/tex/latex/arev
7851 %{texmfdist}/tex/latex/armenian
7852 %{texmfdist}/tex/latex/arydshln
7853 %{texmfdist}/tex/latex/asaetr
7854 %{texmfdist}/tex/latex/ascelike
7855 %{texmfdist}/tex/latex/ascii
7856 %{texmfdist}/tex/latex/assignment
7857 %{texmfdist}/tex/latex/attachfile
7858 %{texmfdist}/tex/latex/augie
7859 %{texmfdist}/tex/latex/auncial-new
7860 %{texmfdist}/tex/latex/aurical
7861 %{texmfdist}/tex/latex/authoraftertitle
7862 %{texmfdist}/tex/latex/authorindex
7863 %{texmfdist}/tex/latex/auto-pst-pdf
7864 %{texmfdist}/tex/latex/autoarea
7865 %{texmfdist}/tex/latex/autotab
7866 %{texmfdist}/tex/latex/avantgar
7867 %{texmfdist}/tex/latex/babelbib
7868 %{texmfdist}/tex/latex/bangtex
7869 %{texmfdist}/tex/latex/barcodes
7870 %{texmfdist}/tex/latex/base
7871 %{texmfdist}/tex/latex/bayer
7872 %{texmfdist}/tex/latex/bbding
7873 %{texmfdist}/tex/latex/bbm-macros
7874 %{texmfdist}/tex/latex/begriff
7875 %{texmfdist}/tex/latex/bengali
7876 %{texmfdist}/tex/latex/bera
7877 %{texmfdist}/tex/latex/betababel
7878 %{texmfdist}/tex/latex/beton
7879 %{texmfdist}/tex/latex/bez123
7880 %{texmfdist}/tex/latex/bibarts
7881 %{texmfdist}/tex/latex/bibleref
7882 %{texmfdist}/tex/latex/biblist
7883 %{texmfdist}/tex/latex/bibtopicprefix
7884 %{texmfdist}/tex/latex/bigfoot
7885 %{texmfdist}/tex/latex/binomexp
7886 %{texmfdist}/tex/latex/biocon
7887 %{texmfdist}/tex/latex/bizcard
7888 %{texmfdist}/tex/latex/blacklettert1
7889 %{texmfdist}/tex/latex/blindtext
7890 %{texmfdist}/tex/latex/blowup
7891 %{texmfdist}/tex/latex/boisik
7892 %{texmfdist}/tex/latex/boites
7893 %{texmfdist}/tex/latex/boldtensors
7894 %{texmfdist}/tex/latex/bookest
7895 %{texmfdist}/tex/latex/bookhands
7896 %{texmfdist}/tex/latex/booklet
7897 %{texmfdist}/tex/latex/bookman
7898 %{texmfdist}/tex/latex/bophook
7899 %{texmfdist}/tex/latex/boxhandler
7900 %{texmfdist}/tex/latex/bpchem
7901 %{texmfdist}/tex/latex/braille
7902 %{texmfdist}/tex/latex/breakurl
7903 %{texmfdist}/tex/latex/bridge
7904 %{texmfdist}/tex/latex/brushscr
7905 %{texmfdist}/tex/latex/bullcntr
7906 %{texmfdist}/tex/latex/burmese
7907 %{texmfdist}/tex/latex/bussproofs
7908 %{texmfdist}/tex/latex/bytefield
7909 %{texmfdist}/tex/latex/calrsfs
7910 %{texmfdist}/tex/latex/calxxxx
7911 %{texmfdist}/tex/latex/captcont
7912 %{texmfdist}/tex/latex/casyl
7913 %{texmfdist}/tex/latex/catechis
7914 %{texmfdist}/tex/latex/cbcoptic
7915 %{texmfdist}/tex/latex/cbfonts
7916 %{texmfdist}/tex/latex/ccaption
7917 %{texmfdist}/tex/latex/cchess
7918 %{texmfdist}/tex/latex/cclicenses
7919 %{texmfdist}/tex/latex/cd-cover
7920 %{texmfdist}/tex/latex/cd
7921 %{texmfdist}/tex/latex/cdpbundl
7922 %{texmfdist}/tex/latex/cellspace
7923 %{texmfdist}/tex/latex/changebar
7924 %{texmfdist}/tex/latex/changepage
7925 %{texmfdist}/tex/latex/changes
7926 %{texmfdist}/tex/latex/chappg
7927 %{texmfdist}/tex/latex/chapterfolder
7928 %{texmfdist}/tex/latex/chemarrow
7929 %{texmfdist}/tex/latex/chemcompounds
7930 %{texmfdist}/tex/latex/chemcono
7931 %{texmfdist}/tex/latex/chemstyle
7932 %{texmfdist}/tex/latex/cherokee
7933 %{texmfdist}/tex/latex/chess
7934 %{texmfdist}/tex/latex/chessboard
7935 %{texmfdist}/tex/latex/chessfss
7936 %{texmfdist}/tex/latex/chicago
7937 %{texmfdist}/tex/latex/china2e
7938 %{texmfdist}/tex/latex/chletter
7939 %{texmfdist}/tex/latex/circ
7940 %{texmfdist}/tex/latex/citeref
7941 %{texmfdist}/tex/latex/cjhebrew
7942 %{texmfdist}/tex/latex/cjk
7943 %{texmfdist}/tex/latex/cjw
7944 %{texmfdist}/tex/latex/classicthesis
7945 %{texmfdist}/tex/latex/clefval
7946 %{texmfdist}/tex/latex/cleveref
7947 %{texmfdist}/tex/latex/clock
7948 %{texmfdist}/tex/latex/clrscode
7949 %{texmfdist}/tex/latex/cm-lgc
7950 %{texmfdist}/tex/latex/cm-super
7951 %{texmfdist}/tex/latex/cmap
7952 %{texmfdist}/tex/latex/cmcyralt
7953 %{texmfdist}/tex/latex/cmdstring
7954 %{texmfdist}/tex/latex/cmdtrack
7955 %{texmfdist}/tex/latex/cmll
7956 %{texmfdist}/tex/latex/cmsd
7957 %{texmfdist}/tex/latex/codepage
7958 %{texmfdist}/tex/latex/colorinfo
7959 %{texmfdist}/tex/latex/colortab
7960 %{texmfdist}/tex/latex/colortbl
7961 %{texmfdist}/tex/latex/colorwav
7962 %{texmfdist}/tex/latex/combine
7963 %{texmfdist}/tex/latex/commath
7964 %{texmfdist}/tex/latex/compactbib
7965 %{texmfdist}/tex/latex/complexity
7966 %{texmfdist}/tex/latex/computational-complexity
7967 %{texmfdist}/tex/latex/concprog
7968 %{texmfdist}/tex/latex/confproc
7969 %{texmfdist}/tex/latex/constants
7970 %{texmfdist}/tex/latex/contour
7971 %{texmfdist}/tex/latex/cooking
7972 %{texmfdist}/tex/latex/cool
7973 %{texmfdist}/tex/latex/coollist
7974 %{texmfdist}/tex/latex/coolstr
7975 %{texmfdist}/tex/latex/cooltooltips
7976 %{texmfdist}/tex/latex/coordsys
7977 %{texmfdist}/tex/latex/courier-scaled
7978 %{texmfdist}/tex/latex/courier
7979 %{texmfdist}/tex/latex/courseoutline
7980 %{texmfdist}/tex/latex/coursepaper
7981 %{texmfdist}/tex/latex/coverpage
7982 %{texmfdist}/tex/latex/covington
7983 %{texmfdist}/tex/latex/crop
7984 %{texmfdist}/tex/latex/crossreference
7985 %{texmfdist}/tex/latex/crosswrd
7986 %{texmfdist}/tex/latex/csbulletin
7987 %{texmfdist}/tex/latex/csquotes
7988 %{texmfdist}/tex/latex/csvtools
7989 %{texmfdist}/tex/latex/ctable
7990 %{texmfdist}/tex/latex/ctib
7991 %{texmfdist}/tex/latex/cuisine
7992 %{texmfdist}/tex/latex/cursor
7993 %{texmfdist}/tex/latex/curve
7994 %{texmfdist}/tex/latex/curve2e
7995 %{texmfdist}/tex/latex/cv
7996 %{texmfdist}/tex/latex/cweb-latex
7997 %{texmfdist}/tex/latex/cwpuzzle
7998 %{texmfdist}/tex/latex/cyklop
7999 %{texmfdist}/tex/latex/dashbox
8000 %{texmfdist}/tex/latex/dashrule
8001 %{texmfdist}/tex/latex/datatool
8002 %{texmfdist}/tex/latex/dateiliste
8003 %{texmfdist}/tex/latex/datenumber
8004 %{texmfdist}/tex/latex/datetime
8005 %{texmfdist}/tex/latex/dcpic
8006 %{texmfdist}/tex/latex/decimal
8007 %{texmfdist}/tex/latex/delimtxt
8008 %{texmfdist}/tex/latex/diagnose
8009 %{texmfdist}/tex/latex/dialogl
8010 %{texmfdist}/tex/latex/dichokey
8011 %{texmfdist}/tex/latex/dictsym
8012 %{texmfdist}/tex/latex/digiconfigs
8013 %{texmfdist}/tex/latex/dinbrief
8014 %{texmfdist}/tex/latex/dingbat
8015 %{texmfdist}/tex/latex/directory
8016 %{texmfdist}/tex/latex/disser
8017 %{texmfdist}/tex/latex/dlfltxb
8018 %{texmfdist}/tex/latex/dnaseq
8019 %{texmfdist}/tex/latex/docmfp
8020 %{texmfdist}/tex/latex/doi
8021 %{texmfdist}/tex/latex/doipubmed
8022 %{texmfdist}/tex/latex/dotarrow
8023 %{texmfdist}/tex/latex/dotseqn
8024 %{texmfdist}/tex/latex/dottex
8025 %{texmfdist}/tex/latex/doublestroke
8026 %{texmfdist}/tex/latex/dpfloat
8027 %{texmfdist}/tex/latex/dprogress
8028 %{texmfdist}/tex/latex/drac
8029 %{texmfdist}/tex/latex/draftcopy
8030 %{texmfdist}/tex/latex/draftwatermark
8031 %{texmfdist}/tex/latex/dramatist
8032 %{texmfdist}/tex/latex/dtk
8033 %{texmfdist}/tex/latex/duerer-latex
8034 %{texmfdist}/tex/latex/dvdcoll
8035 %{texmfdist}/tex/latex/dvipdfmx-def
8036 %{texmfdist}/tex/latex/dyntree
8037 %{texmfdist}/tex/latex/eCards
8038 %{texmfdist}/tex/latex/ean13isbn
8039 %{texmfdist}/tex/latex/easy
8040 %{texmfdist}/tex/latex/ebezier
8041 %{texmfdist}/tex/latex/ebsthesis
8042 %{texmfdist}/tex/latex/ecclesiastic
8043 %{texmfdist}/tex/latex/ecltree
8044 %{texmfdist}/tex/latex/eco
8045 %{texmfdist}/tex/latex/economic
8046 %{texmfdist}/tex/latex/ecv
8047 %{texmfdist}/tex/latex/ed
8048 %{texmfdist}/tex/latex/edmargin
8049 %{texmfdist}/tex/latex/ednotes
8050 %{texmfdist}/tex/latex/eemeir
8051 %{texmfdist}/tex/latex/eepic
8052 %{texmfdist}/tex/latex/egameps
8053 %{texmfdist}/tex/latex/egplot
8054 %{texmfdist}/tex/latex/eiad
8055 %{texmfdist}/tex/latex/ellipsis
8056 %{texmfdist}/tex/latex/elmath
8057 %{texmfdist}/tex/latex/elpres
8058 %{texmfdist}/tex/latex/elsarticle
8059 %{texmfdist}/tex/latex/elsevier
8060 %{texmfdist}/tex/latex/em
8061 %{texmfdist}/tex/latex/emp
8062 %{texmfdist}/tex/latex/emulateapj
8063 %{texmfdist}/tex/latex/encxvlna
8064 %{texmfdist}/tex/latex/endfloat
8065 %{texmfdist}/tex/latex/endheads
8066 %{texmfdist}/tex/latex/engpron
8067 %{texmfdist}/tex/latex/engrec
8068 %{texmfdist}/tex/latex/envbig
8069 %{texmfdist}/tex/latex/environ
8070 %{texmfdist}/tex/latex/envlab
8071 %{texmfdist}/tex/latex/epigrafica
8072 %{texmfdist}/tex/latex/epigraph
8073 %{texmfdist}/tex/latex/epiolmec
8074 %{texmfdist}/tex/latex/epsdice
8075 %{texmfdist}/tex/latex/epspdfconversion
8076 %{texmfdist}/tex/latex/eqlist
8077 %{texmfdist}/tex/latex/eqname
8078 %{texmfdist}/tex/latex/eqnarray
8079 %{texmfdist}/tex/latex/eqparbox
8080 %{texmfdist}/tex/latex/errata
8081 %{texmfdist}/tex/latex/esdiff
8082 %{texmfdist}/tex/latex/esint
8083 %{texmfdist}/tex/latex/eskd
8084 %{texmfdist}/tex/latex/eskdx
8085 %{texmfdist}/tex/latex/eso-pic
8086 %{texmfdist}/tex/latex/esvect
8087 %{texmfdist}/tex/latex/etaremune
8088 %{texmfdist}/tex/latex/etex-pkg
8089 %{texmfdist}/tex/latex/ethiop
8090 %{texmfdist}/tex/latex/etoolbox
8091 %{texmfdist}/tex/latex/eukdate
8092 %{texmfdist}/tex/latex/euler
8093 %{texmfdist}/tex/latex/eulervm
8094 %{texmfdist}/tex/latex/euproposal
8095 %{texmfdist}/tex/latex/euro
8096 %{texmfdist}/tex/latex/eurofont
8097 %{texmfdist}/tex/latex/europecv
8098 %{texmfdist}/tex/latex/eurosans
8099 %{texmfdist}/tex/latex/eurosym
8100 %{texmfdist}/tex/latex/everypage
8101 %{texmfdist}/tex/latex/examdesign
8102 %{texmfdist}/tex/latex/examplep
8103 %{texmfdist}/tex/latex/exceltex
8104 %{texmfdist}/tex/latex/exercise
8105 %{texmfdist}/tex/latex/expdlist
8106 %{texmfdist}/tex/latex/expl3
8107 %{texmfdist}/tex/latex/export
8108 %{texmfdist}/tex/latex/extarrows
8109 %{texmfdist}/tex/latex/extpfeil
8110 %{texmfdist}/tex/latex/extract
8111 %{texmfdist}/tex/latex/extsizes
8112 %{texmfdist}/tex/latex/facsimile
8113 %{texmfdist}/tex/latex/faktor
8114 %{texmfdist}/tex/latex/fancybox
8115 %{texmfdist}/tex/latex/fancyhdr
8116 %{texmfdist}/tex/latex/fancynum
8117 %{texmfdist}/tex/latex/fancyref
8118 %{texmfdist}/tex/latex/fancytooltips
8119 %{texmfdist}/tex/latex/fancyvrb
8120 %{texmfdist}/tex/latex/fax
8121 %{texmfdist}/tex/latex/fc
8122 %{texmfdist}/tex/latex/feyn
8123 %{texmfdist}/tex/latex/feynmf
8124 %{texmfdist}/tex/latex/fge
8125 %{texmfdist}/tex/latex/figbib
8126 %{texmfdist}/tex/latex/figsize
8127 %{texmfdist}/tex/latex/filecontents
8128 %{texmfdist}/tex/latex/fink
8129 %{texmfdist}/tex/latex/fixfoot
8130 %{texmfdist}/tex/latex/fixme
8131 %{texmfdist}/tex/latex/flabels
8132 %{texmfdist}/tex/latex/flacards
8133 %{texmfdist}/tex/latex/flagderiv
8134 %{texmfdist}/tex/latex/flashcards
8135 %{texmfdist}/tex/latex/flippdf
8136 %{texmfdist}/tex/latex/float
8137 %{texmfdist}/tex/latex/floatrow
8138 %{texmfdist}/tex/latex/flowfram
8139 %{texmfdist}/tex/latex/fmp
8140 %{texmfdist}/tex/latex/fmtcount
8141 %{texmfdist}/tex/latex/fnbreak
8142 %{texmfdist}/tex/latex/fncychap
8143 %{texmfdist}/tex/latex/foekfont
8144 %{texmfdist}/tex/latex/foilhtml
8145 %{texmfdist}/tex/latex/fonetika
8146 %{texmfdist}/tex/latex/fontinst
8147 %{texmfdist}/tex/latex/fonttable
8148 %{texmfdist}/tex/latex/footmisc
8149 %{texmfdist}/tex/latex/footnpag
8150 %{texmfdist}/tex/latex/forarray
8151 %{texmfdist}/tex/latex/forloop
8152 %{texmfdist}/tex/latex/formlett
8153 %{texmfdist}/tex/latex/formula
8154 %{texmfdist}/tex/latex/formular
8155 %{texmfdist}/tex/latex/fouridx
8156 %{texmfdist}/tex/latex/fourier
8157 %{texmfdist}/tex/latex/fouriernc
8158 %{texmfdist}/tex/latex/fp
8159 %{texmfdist}/tex/latex/frankenstein
8160 %{texmfdist}/tex/latex/frcursive
8161 %{texmfdist}/tex/latex/frenchle
8162 %{texmfdist}/tex/latex/fribrief
8163 %{texmfdist}/tex/latex/frletter
8164 %{texmfdist}/tex/latex/frontespizio
8165 %{texmfdist}/tex/latex/fullblck
8166 %{texmfdist}/tex/latex/fullpict
8167 %{texmfdist}/tex/latex/functan
8168 %{texmfdist}/tex/latex/fundus
8169 %{texmfdist}/tex/latex/gaceta
8170 %{texmfdist}/tex/latex/galois
8171 %{texmfdist}/tex/latex/gastex
8172 %{texmfdist}/tex/latex/gatech-thesis
8173 %{texmfdist}/tex/latex/gauss
8174 %{texmfdist}/tex/latex/gb4e
8175 %{texmfdist}/tex/latex/gcard
8176 %{texmfdist}/tex/latex/gcite
8177 %{texmfdist}/tex/latex/genmpage
8178 %{texmfdist}/tex/latex/geometry
8179 %{texmfdist}/tex/latex/geomsty
8180 %{texmfdist}/tex/latex/germbib
8181 %{texmfdist}/tex/latex/gfsartemisia
8182 %{texmfdist}/tex/latex/gfsbaskerville
8183 %{texmfdist}/tex/latex/gfsbodoni
8184 %{texmfdist}/tex/latex/gfscomplutum
8185 %{texmfdist}/tex/latex/gfsdidot
8186 %{texmfdist}/tex/latex/gfsneohellenic
8187 %{texmfdist}/tex/latex/gfsporson
8188 %{texmfdist}/tex/latex/gfssolomos
8189 %{texmfdist}/tex/latex/ginpenc
8190 %{texmfdist}/tex/latex/gloss
8191 %{texmfdist}/tex/latex/glossaries
8192 %{texmfdist}/tex/latex/gmdoc
8193 %{texmfdist}/tex/latex/gmeometric
8194 %{texmfdist}/tex/latex/gmiflink
8195 %{texmfdist}/tex/latex/gmutils
8196 %{texmfdist}/tex/latex/gmverb
8197 %{texmfdist}/tex/latex/gnuplottex
8198 %{texmfdist}/tex/latex/go
8199 %{texmfdist}/tex/latex/graphics
8200 %{texmfdist}/tex/latex/graphicx-psmin
8201 %{texmfdist}/tex/latex/greek-inputenc
8202 %{texmfdist}/tex/latex/greekdates
8203 %{texmfdist}/tex/latex/greektex
8204 %{texmfdist}/tex/latex/grfpaste
8205 %{texmfdist}/tex/latex/grnumalt
8206 %{texmfdist}/tex/latex/grotesq
8207 %{texmfdist}/tex/latex/grverb
8208 %{texmfdist}/tex/latex/gu
8209 %{texmfdist}/tex/latex/guitar
8210 %{texmfdist}/tex/latex/guitbeamer
8211 %{texmfdist}/tex/latex/hanging
8212 %{texmfdist}/tex/latex/har2nat
8213 %{texmfdist}/tex/latex/harmony
8214 %{texmfdist}/tex/latex/harpoon
8215 %{texmfdist}/tex/latex/harvard
8216 %{texmfdist}/tex/latex/hc
8217 %{texmfdist}/tex/latex/helvetic
8218 %{texmfdist}/tex/latex/hep
8219 %{texmfdist}/tex/latex/hepnames
8220 %{texmfdist}/tex/latex/hepparticles
8221 %{texmfdist}/tex/latex/hepthesis
8222 %{texmfdist}/tex/latex/hepunits
8223 %{texmfdist}/tex/latex/hexgame
8224 %{texmfdist}/tex/latex/hfoldsty
8225 %{texmfdist}/tex/latex/hhtensor
8226 %{texmfdist}/tex/latex/hilowres
8227 %{texmfdist}/tex/latex/histogr
8228 %{texmfdist}/tex/latex/hitec
8229 %{texmfdist}/tex/latex/hpsdiss
8230 %{texmfdist}/tex/latex/hrlatex
8231 %{texmfdist}/tex/latex/hvfloat
8232 %{texmfdist}/tex/latex/hypdvips
8233 %{texmfdist}/tex/latex/hyper
8234 %{texmfdist}/tex/latex/hyperref
8235 %{texmfdist}/tex/latex/hyperxmp
8236 %{texmfdist}/tex/latex/hyphenat
8237 %{texmfdist}/tex/latex/ibycus-babel
8238 %{texmfdist}/tex/latex/icsv
8239 %{texmfdist}/tex/latex/ieeepes
8240 %{texmfdist}/tex/latex/ifmslide
8241 %{texmfdist}/tex/latex/ifplatform
8242 %{texmfdist}/tex/latex/ifsym
8243 %{texmfdist}/tex/latex/ijmart
8244 %{texmfdist}/tex/latex/imac
8245 %{texmfdist}/tex/latex/image-gallery
8246 %{texmfdist}/tex/latex/imtekda
8247 %{texmfdist}/tex/latex/index
8248 %{texmfdist}/tex/latex/initials
8249 %{texmfdist}/tex/latex/inlinebib
8250 %{texmfdist}/tex/latex/inlinedef
8251 %{texmfdist}/tex/latex/interactiveworkbook
8252 %{texmfdist}/tex/latex/inversepath
8253 %{texmfdist}/tex/latex/invoice
8254 %{texmfdist}/tex/latex/ipa
8255 %{texmfdist}/tex/latex/iso
8256 %{texmfdist}/tex/latex/iso10303
8257 %{texmfdist}/tex/latex/isodate
8258 %{texmfdist}/tex/latex/isodoc
8259 %{texmfdist}/tex/latex/isonums
8260 %{texmfdist}/tex/latex/isorot
8261 %{texmfdist}/tex/latex/isotope
8262 %{texmfdist}/tex/latex/itnumpar
8263 %{texmfdist}/tex/latex/itrans
8264 %{texmfdist}/tex/latex/iwona
8265 %{texmfdist}/tex/latex/jeopardy
8266 %{texmfdist}/tex/latex/jhep
8267 %{texmfdist}/tex/latex/jknapltx
8268 %{texmfdist}/tex/latex/jneurosci
8269 %{texmfdist}/tex/latex/jpsj
8270 %{texmfdist}/tex/latex/jura
8271 %{texmfdist}/tex/latex/juraabbrev
8272 %{texmfdist}/tex/latex/juramisc
8273 %{texmfdist}/tex/latex/jurarsp
8274 %{texmfdist}/tex/latex/koma-script
8275 %{texmfdist}/tex/latex/labels
8276 %dir %{texmfdist}/tex/latex/latexconfig
8277 %{texmfdist}/tex/latex/latexconfig/latex.ini
8278 %{texmfdist}/tex/latex/latexconfig/lualatex.ini
8279 %{texmfdist}/tex/latex/latexconfig/mllatex.ini
8280 %{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8281 %{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
8282 %{texmfdist}/tex/latex/layouts
8283 %{texmfdist}/tex/latex/lettrine
8284 %{texmfdist}/tex/latex/listings
8285 %{texmfdist}/tex/latex/ltabptch
8286 %{texmfdist}/tex/latex/localloc
8287 %{texmfdist}/tex/latex/ltxmisc
8288 %{texmfdist}/tex/latex/mathcomp
8289 %{texmfdist}/tex/latex/mdwtools
8290 %{texmfdist}/tex/latex/memoir
8291 %{texmfdist}/tex/latex/mh
8292 %{texmfdist}/tex/latex/misc209
8293 %{texmfdist}/tex/latex/mmap
8294 %{texmfdist}/tex/latex/mnsymbol
8295 %{texmfdist}/tex/latex/moderncv
8296 %{texmfdist}/tex/latex/modroman
8297 %{texmfdist}/tex/latex/mongolian-babel
8298 %{texmfdist}/tex/latex/montex
8299 %{texmfdist}/tex/latex/mparhack
8300 %{texmfdist}/tex/latex/ms
8301 %{texmfdist}/tex/latex/multibib
8302 %{texmfdist}/tex/latex/multirow
8303 %{texmfdist}/tex/latex/mwcls
8304 %{texmfdist}/tex/latex/natbib
8305 %{texmfdist}/tex/latex/ncclatex
8306 %{texmfdist}/tex/latex/ncctools
8307 %{texmfdist}/tex/latex/ncntrsbk
8308 %{texmfdist}/tex/latex/nddiss
8309 %{texmfdist}/tex/latex/newalg
8310 %{texmfdist}/tex/latex/newfile
8311 %{texmfdist}/tex/latex/newlfm
8312 %{texmfdist}/tex/latex/newspaper
8313 %{texmfdist}/tex/latex/newthm
8314 %{texmfdist}/tex/latex/nomencl
8315 %{texmfdist}/tex/latex/ntgclass
8316 %{texmfdist}/tex/latex/oberdiek
8317 %{texmfdist}/tex/latex/overpic
8318 %{texmfdist}/tex/latex/paralist
8319 %{texmfdist}/tex/latex/pb-diagram
8320 %{texmfdist}/tex/latex/pdfpages
8321 %{texmfdist}/tex/latex/picinpar
8322 %{texmfdist}/tex/latex/pict2e
8323 %{texmfdist}/tex/latex/placeins
8324 %{texmfdist}/tex/latex/preprint
8325 %{texmfdist}/tex/latex/preview
8326 %{texmfdist}/tex/latex/program
8327 %{texmfdist}/tex/latex/psfrag
8328 %{texmfdist}/tex/latex/pslatex
8329 %{texmfdist}/tex/latex/revtex
8330 %{texmfdist}/tex/latex/rotating
8331 %{texmfdist}/tex/latex/rotfloat
8332 %{texmfdist}/tex/latex/scale
8333 %{texmfdist}/tex/latex/sectsty
8334 %{texmfdist}/tex/latex/seminar
8335 %{texmfdist}/tex/latex/setspace
8336 %{texmfdist}/tex/latex/showdim
8337 %{texmfdist}/tex/latex/showlabels
8338 %{texmfdist}/tex/latex/sidecap
8339 %{texmfdist}/tex/latex/slashbox
8340 %{texmfdist}/tex/latex/soul
8341 %{texmfdist}/tex/latex/stdclsdv
8342 %{texmfdist}/tex/latex/stmaryrd
8343 %{texmfdist}/tex/latex/subfig
8344 %{texmfdist}/tex/latex/subfigure
8345 %{texmfdist}/tex/latex/supertabular
8346 %{texmfdist}/tex/latex/t2
8347 %{texmfdist}/tex/latex/t-angles
8348 %{texmfdist}/tex/latex/tableaux
8349 %{texmfdist}/tex/latex/tablists
8350 %{texmfdist}/tex/latex/tablor
8351 %{texmfdist}/tex/latex/tabto-ltx
8352 %{texmfdist}/tex/latex/tabulary
8353 %{texmfdist}/tex/latex/tabvar
8354 %{texmfdist}/tex/latex/talk
8355 %{texmfdist}/tex/latex/taupin
8356 %{texmfdist}/tex/latex/tcldoc
8357 %{texmfdist}/tex/latex/tdsfrmath
8358 %{texmfdist}/tex/latex/technics
8359 %{texmfdist}/tex/latex/ted
8360 %{texmfdist}/tex/latex/tengwarscript
8361 %{texmfdist}/tex/latex/tensor
8362 %{texmfdist}/tex/latex/teubner
8363 %{texmfdist}/tex/latex/tex-gyre
8364 %{texmfdist}/tex/latex/texilikecover
8365 %{texmfdist}/tex/latex/texlogos
8366 %{texmfdist}/tex/latex/texmate
8367 %{texmfdist}/tex/latex/texpower
8368 %{texmfdist}/tex/latex/texshade
8369 %{texmfdist}/tex/latex/textcase
8370 %{texmfdist}/tex/latex/textfit
8371 %{texmfdist}/tex/latex/textopo
8372 %{texmfdist}/tex/latex/textpath
8373 %{texmfdist}/tex/latex/textpos
8374 %{texmfdist}/tex/latex/theoremref
8375 %{texmfdist}/tex/latex/thesis-titlepage-fhac
8376 %{texmfdist}/tex/latex/thinsp
8377 %{texmfdist}/tex/latex/thmtools
8378 %{texmfdist}/tex/latex/thumb
8379 %{texmfdist}/tex/latex/thuthesis
8380 %{texmfdist}/tex/latex/ticket
8381 %{texmfdist}/tex/latex/tikz-inet
8382 %{texmfdist}/tex/latex/times
8383 %{texmfdist}/tex/latex/timesht
8384 %{texmfdist}/tex/latex/tipa
8385 %{texmfdist}/tex/latex/titlefoot
8386 %{texmfdist}/tex/latex/titlesec
8387 %{texmfdist}/tex/latex/titling
8388 %{texmfdist}/tex/latex/tocbibind
8389 %{texmfdist}/tex/latex/tocloft
8390 %{texmfdist}/tex/latex/tools
8391 %{texmfdist}/tex/latex/totpages
8392 %{texmfdist}/tex/latex/type1cm
8393 %{texmfdist}/tex/latex/undertilde
8394 %{texmfdist}/tex/latex/units
8395 %{texmfdist}/tex/latex/unitsdef
8396 %{texmfdist}/tex/latex/universa
8397 %{texmfdist}/tex/latex/unroman
8398 %{texmfdist}/tex/latex/upmethodology
8399 %{texmfdist}/tex/latex/upquote
8400 %{texmfdist}/tex/latex/varindex
8401 %{texmfdist}/tex/latex/varsfromjobname
8402 %{texmfdist}/tex/latex/vector
8403 %{texmfdist}/tex/latex/velthuis
8404 %{texmfdist}/tex/latex/verse
8405 %{texmfdist}/tex/latex/versions
8406 %{texmfdist}/tex/latex/vhistory
8407 %{texmfdist}/tex/latex/vita
8408 %{texmfdist}/tex/latex/vmargin
8409 %{texmfdist}/tex/latex/volumes
8410 %{texmfdist}/tex/latex/vpe
8411 %{texmfdist}/tex/latex/vrsion
8412 %{texmfdist}/tex/latex/vwcol
8413 %{texmfdist}/tex/latex/vxu
8414 %{texmfdist}/tex/latex/wallpaper
8415 %{texmfdist}/tex/latex/warning
8416 %{texmfdist}/tex/latex/warpcol
8417 %{texmfdist}/tex/latex/was
8418 %{texmfdist}/tex/latex/williams
8419 %{texmfdist}/tex/latex/wnri
8420 %{texmfdist}/tex/latex/wordlike
8421 %{texmfdist}/tex/latex/wrapfig
8422 %{texmfdist}/tex/latex/wsuipa
8423 %{texmfdist}/tex/latex/xargs
8424 %{texmfdist}/tex/latex/xcolor
8425 %{texmfdist}/tex/latex/xdoc
8426 %{texmfdist}/tex/latex/xfor
8427 %{texmfdist}/tex/latex/xifthen
8428 %{texmfdist}/tex/latex/xkeyval
8429 %{texmfdist}/tex/latex/xmpincl
8430 %{texmfdist}/tex/latex/xnewcommand
8431 %{texmfdist}/tex/latex/xoptarg
8432 %{texmfdist}/tex/latex/xpackages
8433 %{texmfdist}/tex/latex/xq
8434 %{texmfdist}/tex/latex/xskak
8435 %{texmfdist}/tex/latex/xstring
8436 %{texmfdist}/tex/latex/xtab
8437 %{texmfdist}/tex/latex/xtcapts
8438 %{texmfdist}/tex/latex/xyling
8439 %{texmfdist}/tex/latex/xytree
8440 %{texmfdist}/tex/latex/yafoot
8441 %{texmfdist}/tex/latex/yfonts
8442 %{texmfdist}/tex/latex/yhmath
8443 %{texmfdist}/tex/latex/yi4latex
8444 %{texmfdist}/tex/latex/york-thesis
8445 %{texmfdist}/tex/latex/youngtab
8446 %{texmfdist}/tex/latex/yplan
8447 %{texmfdist}/tex/latex/zapfchan
8448 %{texmfdist}/tex/latex/zapfding
8449 %{texmfdist}/tex/latex/zed-csp
8450 %{texmfdist}/tex/latex/zefonts
8451 %{texmfdist}/tex/latex/ziffer
8452 %{texmfdist}/tex/latex/zwgetfdate
8453 %{texmfdist}/tex/plain/etex
8454 %{texmf}/tex/latex/config
8455 %{texmf}/tex/latex/dvipdfm
8456
8457 %files latex-12many
8458 %defattr(644,root,root,755)
8459 %doc %{texmfdist}/doc/latex/12many
8460 %{texmfdist}/source/latex/12many
8461
8462 %files latex-abstract
8463 %defattr(644,root,root,755)
8464 %doc %{texmfdist}/doc/latex/abstract
8465 %{texmfdist}/tex/latex/abstract
8466
8467 %files latex-accfonts
8468 %defattr(644,root,root,755)
8469 %{texmfdist}/tex/latex/accfonts
8470
8471 %files latex-adrconv
8472 %defattr(644,root,root,755)
8473 %{texmfdist}/tex/latex/adrconv
8474 %{texmfdist}/doc/latex/adrconv
8475
8476 %files latex-algorithms
8477 %defattr(644,root,root,755)
8478 %doc %{texmfdist}/doc/latex/algorithms
8479 %{texmfdist}/tex/latex/algorithms
8480
8481 %files latex-ae
8482 %defattr(644,root,root,755)
8483 %{texmfdist}/tex/latex/ae
8484
8485 %files latex-ams
8486 %defattr(644,root,root,755)
8487 %doc %{texmfdist}/doc/latex/amscls
8488 %doc %{texmfdist}/doc/latex/amsmath
8489 %doc %{texmfdist}/doc/latex/onlyamsmath
8490 %{texmfdist}/tex/latex/amscls
8491 %{texmfdist}/tex/latex/amsmath
8492 %{texmfdist}/tex/latex/amsfonts
8493 %{texmfdist}/tex/latex/onlyamsmath
8494 %{texmfdist}/source/latex/onlyamsmath
8495
8496 %files latex-antp
8497 %defattr(644,root,root,755)
8498 %{texmfdist}/tex/latex/antp
8499
8500 %files latex-antt
8501 %defattr(644,root,root,755)
8502 %{texmfdist}/tex/latex/antt
8503
8504 %files latex-appendix
8505 %defattr(644,root,root,755)
8506 %doc %{texmfdist}/doc/latex/appendix
8507 %{texmfdist}/tex/latex/appendix
8508
8509 %files latex-backgammon
8510 %defattr(644,root,root,755)
8511 %doc %{texmfdist}/doc/latex/backgammon
8512 %{texmfdist}/tex/latex/backgammon
8513
8514 %files latex-bardiag
8515 %defattr(644,root,root,755)
8516 %doc %{texmfdist}/doc/latex/bardiag
8517 %{texmfdist}/tex/latex/bardiag
8518
8519 %files latex-bbm
8520 %defattr(644,root,root,755)
8521 %doc %{texmfdist}/doc/fonts/bbm
8522 %{texmfdist}/tex/latex/bbm
8523
8524 %files latex-bbold
8525 %defattr(644,root,root,755)
8526 %doc %{texmfdist}/doc/latex/bbold
8527 %{texmfdist}/tex/latex/bbold
8528 %{texmfdist}/source/latex/bbold
8529
8530 %files latex-beamer
8531 %defattr(644,root,root,755)
8532 %doc %{texmfdist}/doc/latex/beamer
8533 %{texmfdist}/tex/latex/beamer-contrib
8534 %{texmfdist}/tex/latex/beamer
8535
8536 %files latex-bezos
8537 %defattr(644,root,root,755)
8538 %doc %{texmfdist}/doc/latex/bezos
8539 %{texmfdist}/tex/latex/bezos
8540
8541 %files latex-bibtex
8542 %defattr(644,root,root,755)
8543 %doc %{texmfdist}/doc/bibtex/base
8544 %doc %{texmfdist}/doc/latex/adrconv
8545 %doc %{texmfdist}/doc/latex/bibtopic
8546 %doc %{texmfdist}/doc/latex/bibunits
8547 %doc %{texmfdist}/doc/latex/natbib
8548 %doc %{texmfdist}/doc/latex/footbib
8549 %dir %{texmfdist}/doc/bibtex
8550 %dir %{texmfdist}/bibtex
8551 %dir %{texmfdist}/bibtex/bib
8552 %dir %{texmfdist}/bibtex/bst
8553 %dir %{texmfdist}/bibtex/csf
8554
8555 %attr(755,root,root) %{_bindir}/bibtex
8556 %attr(755,root,root) %{_bindir}/rubibtex
8557
8558 %{texmfdist}/bibtex/bst/base
8559 %{texmfdist}/bibtex/csf/base
8560 %{texmfdist}/bibtex/bib/base
8561 %{texmfdist}/bibtex/bst/adrconv
8562 %{texmfdist}/bibtex/bib/adrconv
8563 %{texmfdist}/source/latex/adrconv
8564 %{texmfdist}/tex/latex/adrconv
8565 # %{texmf}/bibtex/bst/misc
8566 %{texmfdist}/bibtex/bst/natbib
8567 %{texmfdist}/tex/latex/natbib
8568 %{texmfdist}/tex/latex/bibtopic
8569 %{texmfdist}/source/latex/bibunits
8570 %{texmfdist}/tex/latex/bibunits
8571 %{texmfdist}/source/latex/footbib
8572 %{texmfdist}/tex/latex/footbib
8573
8574 %{_mandir}/man1/bibtex.1*
8575 %{_mandir}/man1/rubibtex.1*
8576
8577 %files latex-bibtex-ams
8578 %defattr(644,root,root,755)
8579 %{texmfdist}/bibtex/bst/ams
8580 %{texmfdist}/bibtex/bib/ams
8581
8582 %files latex-bibtex-pl
8583 %defattr(644,root,root,755)
8584 %dir %{texmfdist}/bibtex/bib/gustlib
8585 %{texmfdist}/bibtex/bib/gustlib/plbib.bib
8586
8587 %files latex-bibtex-german
8588 %defattr(644,root,root,755)
8589 %doc %{texmfdist}/doc/bibtex/germbib
8590 %{texmfdist}/bibtex/bst/germbib
8591 %{texmfdist}/tex/latex/germbib
8592
8593 %files latex-bibtex-revtex4
8594 %defattr(644,root,root,755)
8595 %dir %{texmfdist}/source/latex/revtex
8596 %doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
8597 %{texmfdist}/source/latex/revtex/revtex4.dtx
8598 %{texmfdist}/source/latex/revtex/revtex4.ins
8599 %{texmfdist}/tex/latex/revtex/revtex4.cls
8600
8601 %files latex-bibtex-jurabib
8602 %defattr(644,root,root,755)
8603 %doc %{texmfdist}/doc/latex/jurabib
8604 %{texmfdist}/bibtex/bst/jurabib
8605 %{texmfdist}/bibtex/bib/jurabib
8606 %{texmfdist}/source/latex/jurabib
8607 %{texmfdist}/tex/latex/jurabib
8608
8609 %files latex-bibtex-dk
8610 %defattr(644,root,root,755)
8611 %doc %{texmfdist}/doc/latex/dk-bib
8612 %{texmfdist}/bibtex/bst/dk-bib
8613 %{texmfdist}/bibtex/csf/dk-bib
8614 %{texmfdist}/bibtex/bib/dk-bib
8615 %{texmfdist}/source/latex/dk-bib
8616 %{texmfdist}/tex/latex/dk-bib
8617
8618 # %files latex-bibtex-nor
8619 # %defattr(644,root,root,755)
8620 # %{texmf}/bibtex/bst/norbib
8621
8622 %files latex-bibtex-styles
8623 %defattr(644,root,root,755)
8624 %dir %{texmfdist}/doc/generic/t2
8625 %dir %{texmfdist}/doc/generic/t2/etc
8626 %dir %{texmfdist}/source/bibtex
8627 %{texmfdist}/bibtex/bib/IEEEtran
8628 %{texmfdist}/bibtex/bib/abstyles
8629 %{texmfdist}/bibtex/bib/achemso
8630 %{texmfdist}/bibtex/bib/acmtrans
8631 %{texmfdist}/bibtex/bib/aiaa
8632 %{texmfdist}/bibtex/bib/apacite
8633 %{texmfdist}/bibtex/bib/asaetr
8634 %{texmfdist}/bibtex/bib/ascelike
8635 %{texmfdist}/bibtex/bib/beebe
8636 %{texmfdist}/bibtex/bib/bibhtml
8637 %{texmfdist}/bibtex/bib/bibtopic
8638 %{texmfdist}/bibtex/bib/biocon
8639 %{texmfdist}/bibtex/bib/computational-complexity
8640 %{texmfdist}/bibtex/bib/din1505
8641 %{texmfdist}/bibtex/bib/directory
8642 %{texmfdist}/bibtex/bib/dtk
8643 %{texmfdist}/bibtex/bib/figbib
8644 %{texmfdist}/bibtex/bib/frankenstein
8645 %{texmfdist}/bibtex/bib/gatech-thesis
8646 %{texmfdist}/bibtex/bib/geomsty
8647 %{texmfdist}/bibtex/bib/gloss
8648 %{texmfdist}/bibtex/bib/harvard
8649 %{texmfdist}/bibtex/bib/ieeepes
8650 %{texmfdist}/bibtex/bib/ijmart
8651 %{texmfdist}/bibtex/bib/imac
8652 %{texmfdist}/bibtex/bib/index
8653 %{texmfdist}/bibtex/bib/lsc
8654 %{texmfdist}/bibtex/bib/msc
8655 %{texmfdist}/bibtex/bib/nostarch
8656 %{texmfdist}/bibtex/bib/philosophersimprint
8657 %{texmfdist}/bibtex/bib/revtex
8658 %{texmfdist}/bibtex/bib/spie
8659 %{texmfdist}/bibtex/bib/urlbst
8660 %{texmfdist}/bibtex/bst/IEEEtran
8661 %{texmfdist}/bibtex/bst/abstyles
8662 %{texmfdist}/bibtex/bst/achemso
8663 %{texmfdist}/bibtex/bst/acmtrans
8664 %{texmfdist}/bibtex/bst/afthesis
8665 %{texmfdist}/bibtex/bst/aguplus
8666 %{texmfdist}/bibtex/bst/aiaa
8667 %{texmfdist}/bibtex/bst/aichej
8668 %{texmfdist}/bibtex/bst/ametsoc
8669 %{texmfdist}/bibtex/bst/apacite
8670 %{texmfdist}/bibtex/bst/asaetr
8671 %{texmfdist}/bibtex/bst/ascelike
8672 %{texmfdist}/bibtex/bst/babelbib
8673 %{texmfdist}/bibtex/bst/beebe
8674 %{texmfdist}/bibtex/bst/bibhtml
8675 %{texmfdist}/bibtex/bst/chem-journal
8676 %{texmfdist}/bibtex/bst/chicago
8677 %{texmfdist}/bibtex/bst/computational-complexity
8678 %{texmfdist}/bibtex/bst/confproc
8679 %{texmfdist}/bibtex/bst/datatool
8680 %{texmfdist}/bibtex/bst/din1505
8681 %{texmfdist}/bibtex/bst/dinat
8682 %{texmfdist}/bibtex/bst/directory
8683 %{texmfdist}/bibtex/bst/dtk
8684 %{texmfdist}/bibtex/bst/dvdcoll
8685 %{texmfdist}/bibtex/bst/economic
8686 %{texmfdist}/bibtex/bst/elsevier-bib
8687 %{texmfdist}/bibtex/bst/fbs
8688 %{texmfdist}/bibtex/bst/figbib
8689 %{texmfdist}/bibtex/bst/finbib
8690 %{texmfdist}/bibtex/bst/frankenstein
8691 %{texmfdist}/bibtex/bst/gatech-thesis
8692 %{texmfdist}/bibtex/bst/gloss
8693 %{texmfdist}/bibtex/bst/gost
8694 %{texmfdist}/bibtex/bst/gustlib
8695 %{texmfdist}/bibtex/bst/harvard
8696 %{texmfdist}/bibtex/bst/hc
8697 %{texmfdist}/bibtex/bst/ieeepes
8698 %{texmfdist}/bibtex/bst/ijmart
8699 %{texmfdist}/bibtex/bst/ijqc
8700 %{texmfdist}/bibtex/bst/imac
8701 %{texmfdist}/bibtex/bst/index
8702 %{texmfdist}/bibtex/bst/inlinebib
8703 %{texmfdist}/bibtex/bst/iopart-num
8704 %{texmfdist}/bibtex/bst/jneurosci
8705 %{texmfdist}/bibtex/bst/jurarsp
8706 %{texmfdist}/bibtex/bst/kluwer
8707 %{texmfdist}/bibtex/bst/mciteplus
8708 %{texmfdist}/bibtex/bst/mslapa
8709 %{texmfdist}/bibtex/bst/multibib
8710 %{texmfdist}/bibtex/bst/munich
8711 %{texmfdist}/bibtex/bst/nature
8712 %{texmfdist}/bibtex/bst/nddiss
8713 %{texmfdist}/bibtex/bst/opcit
8714 %{texmfdist}/bibtex/bst/perception
8715 %{texmfdist}/bibtex/bst/revtex
8716 %{texmfdist}/bibtex/bst/rsc
8717 %{texmfdist}/bibtex/bst/savetrees
8718 %{texmfdist}/bibtex/bst/shipunov
8719 %{texmfdist}/bibtex/bst/smflatex
8720 %{texmfdist}/bibtex/bst/sort-by-letters
8721 %{texmfdist}/bibtex/bst/spie
8722 %{texmfdist}/bibtex/bst/stellenbosch
8723 %{texmfdist}/bibtex/bst/swebib
8724 %{texmfdist}/bibtex/bst/texsis
8725 %{texmfdist}/bibtex/bst/thuthesis
8726 %{texmfdist}/bibtex/bst/tugboat
8727 %{texmfdist}/bibtex/bst/urlbst
8728 %{texmfdist}/bibtex/csf/gost
8729 %doc %{texmfdist}/doc/bibtex/abstyles
8730 %doc %{texmfdist}/doc/bibtex/bibhtml
8731 %doc %{texmfdist}/doc/bibtex/dinat
8732 %doc %{texmfdist}/doc/bibtex/economic
8733 %doc %{texmfdist}/doc/bibtex/elsevier-bib
8734 %doc %{texmfdist}/doc/bibtex/gost
8735 %doc %{texmfdist}/doc/bibtex/ijqc
8736 %doc %{texmfdist}/doc/bibtex/iopart-num
8737 %doc %{texmfdist}/doc/generic/t2/etc/rubibtex
8738 %doc %{texmfdist}/doc/latex/IEEEtran
8739 %{texmfdist}/source/bibtex/gost
8740
8741 %files latex-bibtex-vancouver
8742 %defattr(644,root,root,755)
8743 %dir %{texmfdist}/bibtex/bib/vancouver
8744 %dir %{texmfdist}/bibtex/bst/vancouver
8745 %dir %{texmfdist}/doc/bibtex/vancouver
8746 %{texmfdist}/bibtex/bib/vancouver/vancouver.bib
8747 %{texmfdist}/bibtex/bst/vancouver/vancouver.bst
8748 %doc %{texmfdist}/doc/bibtex/vancouver/README
8749 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
8750 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
8751
8752 %files latex-booktabs
8753 %defattr(644,root,root,755)
8754 %doc %{texmfdist}/doc/latex/booktabs
8755 %{texmfdist}/tex/latex/booktabs
8756
8757 %files latex-caption
8758 %defattr(644,root,root,755)
8759 %doc %{texmfdist}/doc/latex/caption
8760 %{texmfdist}/tex/latex/caption
8761
8762 %files latex-carlisle
8763 %defattr(644,root,root,755)
8764 %doc %{texmfdist}/doc/latex/carlisle
8765 %{texmfdist}/tex/latex/carlisle
8766
8767 %files latex-ccfonts
8768 %defattr(644,root,root,755)
8769 %doc %{texmfdist}/doc/latex/ccfonts
8770 %{texmfdist}/tex/latex/ccfonts
8771
8772 %files latex-cite
8773 %defattr(644,root,root,755)
8774 %{texmfdist}/tex/latex/cite
8775
8776 %files latex-cmbright
8777 %defattr(644,root,root,755)
8778 %doc %{texmfdist}/doc/latex/cmbright
8779 %{texmfdist}/tex/latex/cmbright
8780
8781 %files latex-comment
8782 %defattr(644,root,root,755)
8783 %doc %{texmfdist}/doc/latex/comment
8784 %{texmfdist}/tex/latex/comment
8785
8786 %files latex-concmath
8787 %defattr(644,root,root,755)
8788 %{texmfdist}/tex/latex/concmath
8789
8790 %files latex-currvita
8791 %defattr(644,root,root,755)
8792 %doc %{texmfdist}/doc/latex/currvita
8793 %{texmfdist}/tex/latex/currvita
8794
8795 %files latex-curves
8796 %defattr(644,root,root,755)
8797 %doc %{texmfdist}/doc/latex/curves
8798 %{texmfdist}/tex/latex/curves
8799
8800 %files latex-custom-bib
8801 %defattr(644,root,root,755)
8802 %doc %{texmfdist}/doc/latex/custom-bib
8803 %{texmfdist}/source/latex/custom-bib
8804 %{texmfdist}/tex/latex/custom-bib
8805
8806 %files latex-cyrillic
8807 %defattr(644,root,root,755)
8808 %doc %{texmfdist}/doc/latex/cyrillic
8809 %{texmfdist}/source/latex/cyrillic
8810 %{texmfdist}/tex/latex/cyrillic
8811
8812 # %files latex-dstroke
8813 # %defattr(644,root,root,755)
8814 # %{texmf}/tex/latex/dstroke
8815
8816 %files latex-enumitem
8817 %defattr(644,root,root,755)
8818 %doc %{texmfdist}/doc/latex/enumitem
8819 %{texmfdist}/tex/latex/enumitem
8820
8821 %files latex-exam
8822 %defattr(644,root,root,755)
8823 %doc %{texmfdist}/doc/latex/exam
8824 %{texmfdist}/tex/latex/exam
8825
8826 %files latex-gbrief
8827 %defattr(644,root,root,755)
8828 %doc %{texmfdist}/doc/latex/g-brief
8829 %{texmfdist}/tex/latex/g-brief
8830
8831 %files latex-jknappen
8832 %defattr(644,root,root,755)
8833 %doc %{texmfdist}/fonts/source/jknappen
8834 %{texmfdist}/fonts/tfm/jknappen
8835
8836 %files latex-keystroke
8837 %defattr(644,root,root,755)
8838 %{texmfdist}/tex/latex/keystroke
8839 %doc %{texmfdist}/doc/latex/keystroke
8840
8841 %files latex-labbook
8842 %defattr(644,root,root,755)
8843 %doc %{texmfdist}/doc/latex/labbook
8844 %{texmfdist}/source/latex/labbook
8845 %{texmfdist}/tex/latex/labbook
8846
8847 %files latex-lastpage
8848 %defattr(644,root,root,755)
8849 %doc %{texmfdist}/doc/latex/lastpage
8850 %{texmfdist}/tex/latex/lastpage
8851
8852 %files latex-lcd
8853 %defattr(644,root,root,755)
8854 %doc %{texmfdist}/doc/latex/lcd
8855 %{texmfdist}/source/latex/lcd
8856 %{texmfdist}/tex/latex/lcd
8857
8858 %files latex-leaflet
8859 %defattr(644,root,root,755)
8860 %doc %{texmfdist}/doc/latex/leaflet
8861 %{texmfdist}/source/latex/leaflet
8862 %{texmfdist}/tex/latex/leaflet
8863
8864 %files latex-leftidx
8865 %defattr(644,root,root,755)
8866 %doc %{texmfdist}/doc/latex/leftidx
8867 %{texmfdist}/tex/latex/leftidx
8868
8869 %files latex-lewis
8870 %defattr(644,root,root,755)
8871 %doc %{texmfdist}/doc/latex/lewis
8872 %{texmfdist}/tex/latex/lewis
8873
8874 %files latex-lm
8875 %defattr(644,root,root,755)
8876 %doc %{texmfdist}/doc/fonts/lm
8877 %{texmfdist}/tex/latex/lm
8878 %{texmfdist}/fonts/afm/public/lm
8879 %{texmfdist}/fonts/enc/dvips/lm
8880 %{texmfdist}/fonts/map/dvips/lm
8881 %{texmfdist}/fonts/map/dvipdfm/lm
8882 %{texmfdist}/fonts/opentype/public/lm
8883 %{texmfdist}/fonts/tfm/public/lm
8884 %{texmfdist}/source/fonts/lm
8885
8886 %files latex-lucidabr
8887 %defattr(644,root,root,755)
8888 %dir %{texmfdist}/vtex/config
8889 %{texmfdist}/vtex/config/lucidabr-k.ali
8890 %{texmfdist}/vtex/config/lucidabr.ali
8891
8892 %files latex-lineno
8893 %defattr(644,root,root,755)
8894 %doc %{texmfdist}/doc/latex/lineno
8895 %{texmfdist}/tex/latex/lineno
8896
8897
8898 %files latex-marvosym
8899 %defattr(644,root,root,755)
8900 %{texmfdist}/tex/latex/marvosym
8901
8902 %files latex-mathexam
8903 %defattr(644,root,root,755)
8904 %doc %{texmfdist}/doc/latex/mathexam
8905 %{texmfdist}/source/latex/mathexam
8906 %{texmfdist}/tex/latex/mathexam
8907
8908 #%files latex-mathpple
8909 #%defattr(644,root,root,755)
8910
8911 #%files latex-mathtime
8912 #%defattr(644,root,root,755)
8913
8914 %files latex-microtype
8915 %defattr(644,root,root,755)
8916 %doc %{texmfdist}/doc/latex/microtype
8917 %{texmfdist}/source/latex/microtype
8918 %{texmfdist}/tex/latex/microtype
8919
8920 %files latex-mflogo
8921 %defattr(644,root,root,755)
8922 %doc %{texmfdist}/doc/latex/mflogo
8923 %{texmfdist}/tex/latex/mflogo
8924
8925 %files latex-mfnfss
8926 %defattr(644,root,root,755)
8927 %{texmfdist}/source/latex/mfnfss
8928 %{texmfdist}/tex/latex/mfnfss
8929
8930 %files latex-minitoc
8931 %defattr(644,root,root,755)
8932 %doc %{texmfdist}/doc/latex/minitoc
8933 %{texmfdist}/bibtex/bst/minitoc
8934 %{texmfdist}/makeindex/minitoc
8935 %{texmfdist}/scripts/minitoc
8936 %{texmfdist}/source/latex/minitoc
8937 %{texmfdist}/tex/latex/minitoc
8938
8939
8940 %files latex-mltex
8941 %defattr(644,root,root,755)
8942 %doc %{texmfdist}/doc/latex/mltex
8943 %{texmfdist}/tex/latex/mltex
8944
8945 %files latex-moreverb
8946 %defattr(644,root,root,755)
8947 %doc %{texmfdist}/doc/latex/moreverb
8948 %{texmfdist}/tex/latex/moreverb
8949
8950 %files latex-multienum
8951 %defattr(644,root,root,755)
8952 %doc %{texmfdist}/doc/latex/multenum
8953 %dir %{texmfdist}/tex/latex/multenum
8954 %{texmfdist}/tex/latex/multenum/*
8955
8956 %files latex-musictex
8957 %defattr(644,root,root,755)
8958 %doc %{texmfdist}/doc/generic/musictex
8959 %{texmfdist}/fonts/source/public/musictex
8960 %{texmfdist}/fonts/tfm/public/musictex
8961 %{texmfdist}/tex/generic/musictex
8962 %{texmfdist}/tex/latex/musictex
8963
8964 %files latex-ntheorem
8965 %defattr(644,root,root,755)
8966 %{texmfdist}/tex/latex/ntheorem
8967 %doc %{texmfdist}/doc/latex/ntheorem
8968
8969 %files latex-other-doc
8970 %defattr(644,root,root,755)
8971 %doc %{texmfdist}/doc/alatex/base
8972 %doc %{texmfdist}/doc/cslatex/base
8973 %doc %{texmfdist}/doc/generic/wsuipa/latex209
8974 %doc %{texmfdist}/doc/generic/wsuipa/latex2e
8975 %doc %{texmfdist}/doc/latex/ANUfinalexam
8976 %doc %{texmfdist}/doc/latex/AkkTeX
8977 %doc %{texmfdist}/doc/latex/ESIEEcv
8978 %doc %{texmfdist}/doc/latex/GuIT
8979 %doc %{texmfdist}/doc/latex/HA-prosper
8980 %doc %{texmfdist}/doc/latex/IEEEconf
8981 %doc %{texmfdist}/doc/latex/a0poster
8982 %doc %{texmfdist}/doc/latex/aastex
8983 %doc %{texmfdist}/doc/latex/abc
8984 %doc %{texmfdist}/doc/latex/achemso
8985 %doc %{texmfdist}/doc/latex/acmconf
8986 %doc %{texmfdist}/doc/latex/acmtrans
8987 %doc %{texmfdist}/doc/latex/active-conf
8988 %doc %{texmfdist}/doc/latex/addlines
8989 %doc %{texmfdist}/doc/latex/adrlist
8990 %doc %{texmfdist}/doc/latex/afthesis
8991 %doc %{texmfdist}/doc/latex/aguplus
8992 %doc %{texmfdist}/doc/latex/aiaa
8993 %doc %{texmfdist}/doc/latex/akletter
8994 %doc %{texmfdist}/doc/latex/alg
8995 %doc %{texmfdist}/doc/latex/algorithm2e
8996 %doc %{texmfdist}/doc/latex/algorithmicx
8997 %doc %{texmfdist}/doc/latex/alnumsec
8998 %doc %{texmfdist}/doc/latex/altfont
8999 %doc %{texmfdist}/doc/latex/ametsoc
9000 %doc %{texmfdist}/doc/latex/amsaddr
9001 %doc %{texmfdist}/doc/latex/amsrefs
9002 %doc %{texmfdist}/doc/latex/animate
9003 %doc %{texmfdist}/doc/latex/answers
9004 %doc %{texmfdist}/doc/latex/anyfontsize
9005 %doc %{texmfdist}/doc/latex/apa
9006 %doc %{texmfdist}/doc/latex/apacite
9007 %doc %{texmfdist}/doc/latex/ar
9008 %doc %{texmfdist}/doc/latex/arabi
9009 %doc %{texmfdist}/doc/latex/arabtex
9010 %doc %{texmfdist}/doc/latex/arcs
9011 %doc %{texmfdist}/doc/latex/arydshln
9012 %doc %{texmfdist}/doc/latex/asaetr
9013 %doc %{texmfdist}/doc/latex/ascelike
9014 %doc %{texmfdist}/doc/latex/assignment
9015 %doc %{texmfdist}/doc/latex/attachfile
9016 %doc %{texmfdist}/doc/latex/augie
9017 %doc %{texmfdist}/doc/latex/aurical
9018 %doc %{texmfdist}/doc/latex/authorindex
9019 %doc %{texmfdist}/doc/latex/autoarea
9020 %doc %{texmfdist}/doc/latex/autotab
9021 %doc %{texmfdist}/doc/latex/babelbib
9022 %doc %{texmfdist}/doc/latex/bangtex
9023 %doc %{texmfdist}/doc/latex/barcodes
9024 %doc %{texmfdist}/doc/latex/bayer
9025 %doc %{texmfdist}/doc/latex/bbm-macros
9026 %doc %{texmfdist}/doc/latex/beamer-contrib
9027 %doc %{texmfdist}/doc/latex/begriff
9028 %doc %{texmfdist}/doc/latex/betababel
9029 %doc %{texmfdist}/doc/latex/bez123
9030 %doc %{texmfdist}/doc/latex/bibarts
9031 %doc %{texmfdist}/doc/latex/bibleref
9032 %doc %{texmfdist}/doc/latex/biblist
9033 %doc %{texmfdist}/doc/latex/bibtopicprefix
9034 %doc %{texmfdist}/doc/latex/bigfoot
9035 %doc %{texmfdist}/doc/latex/binomexp
9036 %doc %{texmfdist}/doc/latex/biocon
9037 %doc %{texmfdist}/doc/latex/bizcard
9038 %doc %{texmfdist}/doc/latex/blindtext
9039 %doc %{texmfdist}/doc/latex/blowup
9040 %doc %{texmfdist}/doc/latex/boites
9041 %doc %{texmfdist}/doc/latex/boldtensors
9042 %doc %{texmfdist}/doc/latex/bookest
9043 %doc %{texmfdist}/doc/latex/booklet
9044 %doc %{texmfdist}/doc/latex/boxhandler
9045 %doc %{texmfdist}/doc/latex/bpchem
9046 %doc %{texmfdist}/doc/latex/braille
9047 %doc %{texmfdist}/doc/latex/breakurl
9048 %doc %{texmfdist}/doc/latex/brushscr
9049 %doc %{texmfdist}/doc/latex/bullcntr
9050 %doc %{texmfdist}/doc/latex/bussproofs
9051 %doc %{texmfdist}/doc/latex/bytefield
9052 %doc %{texmfdist}/doc/latex/calxxxx
9053 %doc %{texmfdist}/doc/latex/captcont
9054 %doc %{texmfdist}/doc/latex/casyl
9055 %doc %{texmfdist}/doc/latex/catechis
9056 %doc %{texmfdist}/doc/latex/cbcoptic
9057 %doc %{texmfdist}/doc/latex/cclicenses
9058 %doc %{texmfdist}/doc/latex/cd-cover
9059 %doc %{texmfdist}/doc/latex/cd
9060 %doc %{texmfdist}/doc/latex/cdpbundl
9061 %doc %{texmfdist}/doc/latex/cellspace
9062 %doc %{texmfdist}/doc/latex/changes
9063 %doc %{texmfdist}/doc/latex/chapterfolder
9064 %doc %{texmfdist}/doc/latex/chemcompounds
9065 %doc %{texmfdist}/doc/latex/chemcono
9066 %doc %{texmfdist}/doc/latex/chemstyle
9067 %doc %{texmfdist}/doc/latex/chessboard
9068 %doc %{texmfdist}/doc/latex/chessfss
9069 %doc %{texmfdist}/doc/latex/china2e
9070 %doc %{texmfdist}/doc/latex/chletter
9071 %doc %{texmfdist}/doc/latex/circ
9072 %doc %{texmfdist}/doc/latex/cite
9073 %doc %{texmfdist}/doc/latex/cjk
9074 %doc %{texmfdist}/doc/latex/classicthesis
9075 %doc %{texmfdist}/doc/latex/clefval
9076 %doc %{texmfdist}/doc/latex/cleveref
9077 %doc %{texmfdist}/doc/latex/clock
9078 %doc %{texmfdist}/doc/latex/clrscode
9079 %doc %{texmfdist}/doc/latex/cm-lgc
9080 %doc %{texmfdist}/doc/latex/cmap
9081 %doc %{texmfdist}/doc/latex/cmcyralt
9082 %doc %{texmfdist}/doc/latex/cmdstring
9083 %doc %{texmfdist}/doc/latex/cmll
9084 %doc %{texmfdist}/doc/latex/codepage
9085 %doc %{texmfdist}/doc/latex/colorinfo
9086 %doc %{texmfdist}/doc/latex/colortbl
9087 %doc %{texmfdist}/doc/latex/colorwav
9088 %doc %{texmfdist}/doc/latex/combine
9089 %doc %{texmfdist}/doc/latex/commath
9090 %doc %{texmfdist}/doc/latex/complexity
9091 %doc %{texmfdist}/doc/latex/computational-complexity
9092 %doc %{texmfdist}/doc/latex/concprog
9093 %doc %{texmfdist}/doc/latex/confproc
9094 %doc %{texmfdist}/doc/latex/constants
9095 %doc %{texmfdist}/doc/latex/contour
9096 %doc %{texmfdist}/doc/latex/cooking
9097 %doc %{texmfdist}/doc/latex/cool
9098 %doc %{texmfdist}/doc/latex/coollist
9099 %doc %{texmfdist}/doc/latex/coolstr
9100 %doc %{texmfdist}/doc/latex/cooltooltips
9101 %doc %{texmfdist}/doc/latex/coordsys
9102 %doc %{texmfdist}/doc/latex/courier-scaled
9103 %doc %{texmfdist}/doc/latex/courseoutline
9104 %doc %{texmfdist}/doc/latex/coursepaper
9105 %doc %{texmfdist}/doc/latex/coverpage
9106 %doc %{texmfdist}/doc/latex/covington
9107 %doc %{texmfdist}/doc/latex/crossreference
9108 %doc %{texmfdist}/doc/latex/crosswrd
9109 %doc %{texmfdist}/doc/latex/cryst
9110 %doc %{texmfdist}/doc/latex/csbulletin
9111 %doc %{texmfdist}/doc/latex/csquotes
9112 %doc %{texmfdist}/doc/latex/csvtools
9113 %doc %{texmfdist}/doc/latex/ctable
9114 %doc %{texmfdist}/doc/latex/ctib
9115 %doc %{texmfdist}/doc/latex/cuisine
9116 %doc %{texmfdist}/doc/latex/cursor
9117 %doc %{texmfdist}/doc/latex/curve
9118 %doc %{texmfdist}/doc/latex/curve2e
9119 %doc %{texmfdist}/doc/latex/cv
9120 %doc %{texmfdist}/doc/latex/cweb-latex
9121 %doc %{texmfdist}/doc/latex/cwpuzzle
9122 %doc %{texmfdist}/doc/latex/dashrule
9123 %doc %{texmfdist}/doc/latex/datatool
9124 %doc %{texmfdist}/doc/latex/dateiliste
9125 %doc %{texmfdist}/doc/latex/datenumber
9126 %doc %{texmfdist}/doc/latex/datetime
9127 %doc %{texmfdist}/doc/latex/dcpic
9128 %doc %{texmfdist}/doc/latex/delimtxt
9129 %doc %{texmfdist}/doc/latex/diagnose
9130 %doc %{texmfdist}/doc/latex/dialogl
9131 %doc %{texmfdist}/doc/latex/dichokey
9132 %doc %{texmfdist}/doc/latex/digiconfigs
9133 %doc %{texmfdist}/doc/latex/din1505
9134 %doc %{texmfdist}/doc/latex/directory
9135 %doc %{texmfdist}/doc/latex/disser
9136 %doc %{texmfdist}/doc/latex/dlfltxb
9137 %doc %{texmfdist}/doc/latex/dnaseq
9138 %doc %{texmfdist}/doc/latex/docmfp
9139 %doc %{texmfdist}/doc/latex/doi
9140 %doc %{texmfdist}/doc/latex/doipubmed
9141 %doc %{texmfdist}/doc/latex/dotarrow
9142 %doc %{texmfdist}/doc/latex/dottex
9143 %doc %{texmfdist}/doc/latex/dpfloat
9144 %doc %{texmfdist}/doc/latex/dprogress
9145 %doc %{texmfdist}/doc/latex/drac
9146 %doc %{texmfdist}/doc/latex/draftwatermark
9147 %doc %{texmfdist}/doc/latex/dramatist
9148 %doc %{texmfdist}/doc/latex/dtk
9149 %doc %{texmfdist}/doc/latex/dtxgallery
9150 %doc %{texmfdist}/doc/latex/duerer-latex
9151 %doc %{texmfdist}/doc/latex/dvdcoll
9152 %doc %{texmfdist}/doc/latex/dyntree
9153 %doc %{texmfdist}/doc/latex/eCards
9154 %doc %{texmfdist}/doc/latex/ean13isbn
9155 %doc %{texmfdist}/doc/latex/easy
9156 %doc %{texmfdist}/doc/latex/ebezier
9157 %doc %{texmfdist}/doc/latex/ebong
9158 %doc %{texmfdist}/doc/latex/ebsthesis
9159 %doc %{texmfdist}/doc/latex/ecclesiastic
9160 %doc %{texmfdist}/doc/latex/ecltree
9161 %doc %{texmfdist}/doc/latex/ecv
9162 %doc %{texmfdist}/doc/latex/ed
9163 %doc %{texmfdist}/doc/latex/edmac
9164 %doc %{texmfdist}/doc/latex/edmargin
9165 %doc %{texmfdist}/doc/latex/ednotes
9166 %doc %{texmfdist}/doc/latex/eemeir
9167 %doc %{texmfdist}/doc/latex/egameps
9168 %doc %{texmfdist}/doc/latex/egplot
9169 %doc %{texmfdist}/doc/latex/ellipsis
9170 %doc %{texmfdist}/doc/latex/elmath
9171 %doc %{texmfdist}/doc/latex/elpres
9172 %doc %{texmfdist}/doc/latex/elsarticle
9173 %doc %{texmfdist}/doc/latex/elsevier
9174 %doc %{texmfdist}/doc/latex/em
9175 %doc %{texmfdist}/doc/latex/emp
9176 %doc %{texmfdist}/doc/latex/emulateapj
9177 %doc %{texmfdist}/doc/latex/endheads
9178 %doc %{texmfdist}/doc/latex/engpron
9179 %doc %{texmfdist}/doc/latex/engrec
9180 %doc %{texmfdist}/doc/latex/environ
9181 %doc %{texmfdist}/doc/latex/envlab
9182 %doc %{texmfdist}/doc/latex/epigraph
9183 %doc %{texmfdist}/doc/latex/epiolmec
9184 %doc %{texmfdist}/doc/latex/epsdice
9185 %doc %{texmfdist}/doc/latex/epspdfconversion
9186 %doc %{texmfdist}/doc/latex/eqlist
9187 %doc %{texmfdist}/doc/latex/eqnarray
9188 %doc %{texmfdist}/doc/latex/eqparbox
9189 %doc %{texmfdist}/doc/latex/errata
9190 %doc %{texmfdist}/doc/latex/esdiff
9191 %doc %{texmfdist}/doc/latex/eskd
9192 %doc %{texmfdist}/doc/latex/eskdx
9193 %doc %{texmfdist}/doc/latex/esvect
9194 %doc %{texmfdist}/doc/latex/etaremune
9195 %doc %{texmfdist}/doc/latex/etex-pkg
9196 %doc %{texmfdist}/doc/latex/ethiop-t1
9197 %doc %{texmfdist}/doc/latex/ethiop
9198 %doc %{texmfdist}/doc/latex/etoolbox
9199 %doc %{texmfdist}/doc/latex/eukdate
9200 %doc %{texmfdist}/doc/latex/euproposal
9201 %doc %{texmfdist}/doc/latex/euro
9202 %doc %{texmfdist}/doc/latex/europecv
9203 %doc %{texmfdist}/doc/latex/eurosans
9204 %doc %{texmfdist}/doc/latex/everypage
9205 %doc %{texmfdist}/doc/latex/examdesign
9206 %doc %{texmfdist}/doc/latex/examplep
9207 %doc %{texmfdist}/doc/latex/exceltex
9208 %doc %{texmfdist}/doc/latex/exercise
9209 %doc %{texmfdist}/doc/latex/expdlist
9210 %doc %{texmfdist}/doc/latex/expl3
9211 %doc %{texmfdist}/doc/latex/export
9212 %doc %{texmfdist}/doc/latex/extarrows
9213 %doc %{texmfdist}/doc/latex/extpfeil
9214 %doc %{texmfdist}/doc/latex/extract
9215 %doc %{texmfdist}/doc/latex/facsimile
9216 %doc %{texmfdist}/doc/latex/faktor
9217 %doc %{texmfdist}/doc/latex/fancynum
9218 %doc %{texmfdist}/doc/latex/fancyref
9219 %doc %{texmfdist}/doc/latex/fancytooltips
9220 %doc %{texmfdist}/doc/latex/fax
9221 %doc %{texmfdist}/doc/latex/feynmf
9222 %doc %{texmfdist}/doc/latex/figbib
9223 %doc %{texmfdist}/doc/latex/figsize
9224 %doc %{texmfdist}/doc/latex/fink
9225 %doc %{texmfdist}/doc/latex/fixfoot
9226 %doc %{texmfdist}/doc/latex/fixme
9227 %doc %{texmfdist}/doc/latex/flabels
9228 %doc %{texmfdist}/doc/latex/flacards
9229 %doc %{texmfdist}/doc/latex/flagderiv
9230 %doc %{texmfdist}/doc/latex/flashcards
9231 %doc %{texmfdist}/doc/latex/flippdf
9232 %doc %{texmfdist}/doc/latex/floatrow
9233 %doc %{texmfdist}/doc/latex/flowfram
9234 %doc %{texmfdist}/doc/latex/fmp
9235 %doc %{texmfdist}/doc/latex/fmtcount
9236 %doc %{texmfdist}/doc/latex/fnbreak
9237 %doc %{texmfdist}/doc/latex/fncychap
9238 %doc %{texmfdist}/doc/latex/foekfont
9239 %doc %{texmfdist}/doc/latex/fonttable
9240 %doc %{texmfdist}/doc/latex/forarray
9241 %doc %{texmfdist}/doc/latex/forloop
9242 %doc %{texmfdist}/doc/latex/formlett
9243 %doc %{texmfdist}/doc/latex/formula
9244 %doc %{texmfdist}/doc/latex/formular
9245 %doc %{texmfdist}/doc/latex/fouridx
9246 %doc %{texmfdist}/doc/latex/frankenstein
9247 %doc %{texmfdist}/doc/latex/frenchle
9248 %doc %{texmfdist}/doc/latex/fribrief
9249 %doc %{texmfdist}/doc/latex/frletter
9250 %doc %{texmfdist}/doc/latex/frontespizio
9251 %doc %{texmfdist}/doc/latex/fullblck
9252 %doc %{texmfdist}/doc/latex/fullpict
9253 %doc %{texmfdist}/doc/latex/functan
9254 %doc %{texmfdist}/doc/latex/fundus
9255 %doc %{texmfdist}/doc/latex/gaceta
9256 %doc %{texmfdist}/doc/latex/galois
9257 %doc %{texmfdist}/doc/latex/gastex
9258 %doc %{texmfdist}/doc/latex/gatech-thesis
9259 %doc %{texmfdist}/doc/latex/gauss
9260 %doc %{texmfdist}/doc/latex/gb4e
9261 %doc %{texmfdist}/doc/latex/gcard
9262 %doc %{texmfdist}/doc/latex/gcite
9263 %doc %{texmfdist}/doc/latex/genmpage
9264 %doc %{texmfdist}/doc/latex/geomsty
9265 %doc %{texmfdist}/doc/latex/ginpenc
9266 %doc %{texmfdist}/doc/latex/gloss
9267 %doc %{texmfdist}/doc/latex/glossaries
9268 %doc %{texmfdist}/doc/latex/gmdoc
9269 %doc %{texmfdist}/doc/latex/gmeometric
9270 %doc %{texmfdist}/doc/latex/gmiflink
9271 %doc %{texmfdist}/doc/latex/gmutils
9272 %doc %{texmfdist}/doc/latex/gmverb
9273 %doc %{texmfdist}/doc/latex/gnuplottex
9274 %doc %{texmfdist}/doc/latex/graphicx-psmin
9275 %doc %{texmfdist}/doc/latex/greek-inputenc
9276 %doc %{texmfdist}/doc/latex/greekdates
9277 %doc %{texmfdist}/doc/latex/greektex
9278 %doc %{texmfdist}/doc/latex/grfpaste
9279 %doc %{texmfdist}/doc/latex/grnumalt
9280 %doc %{texmfdist}/doc/latex/grverb
9281 %doc %{texmfdist}/doc/latex/gu
9282 %doc %{texmfdist}/doc/latex/guitar
9283 %doc %{texmfdist}/doc/latex/guitbeamer
9284 %doc %{texmfdist}/doc/latex/hanging
9285 %doc %{texmfdist}/doc/latex/har2nat
9286 %doc %{texmfdist}/doc/latex/harmony
9287 %doc %{texmfdist}/doc/latex/harpoon
9288 %doc %{texmfdist}/doc/latex/harvard
9289 %doc %{texmfdist}/doc/latex/hc
9290 %doc %{texmfdist}/doc/latex/hep
9291 %doc %{texmfdist}/doc/latex/hepnames
9292 %doc %{texmfdist}/doc/latex/hepparticles
9293 %doc %{texmfdist}/doc/latex/hepthesis
9294 %doc %{texmfdist}/doc/latex/hepunits
9295 %doc %{texmfdist}/doc/latex/hexgame
9296 %doc %{texmfdist}/doc/latex/hhtensor
9297 %doc %{texmfdist}/doc/latex/histogr
9298 %doc %{texmfdist}/doc/latex/hitec
9299 %doc %{texmfdist}/doc/latex/hpsdiss
9300 %doc %{texmfdist}/doc/latex/hrlatex
9301 %doc %{texmfdist}/doc/latex/hvfloat
9302 %doc %{texmfdist}/doc/latex/hypdvips
9303 %doc %{texmfdist}/doc/latex/hyperref-docsrc
9304 %doc %{texmfdist}/doc/latex/hyperxmp
9305 %doc %{texmfdist}/doc/latex/ibycus-babel
9306 %doc %{texmfdist}/doc/latex/icsv
9307 %doc %{texmfdist}/doc/latex/ieeepes
9308 %doc %{texmfdist}/doc/latex/ifmslide
9309 %doc %{texmfdist}/doc/latex/ifplatform
9310 %doc %{texmfdist}/doc/latex/ijmart
9311 %doc %{texmfdist}/doc/latex/imac
9312 %doc %{texmfdist}/doc/latex/image-gallery
9313 %doc %{texmfdist}/doc/latex/imtekda
9314 %doc %{texmfdist}/doc/latex/inlinebib
9315 %doc %{texmfdist}/doc/latex/inlinedef
9316 %doc %{texmfdist}/doc/latex/interactiveworkbook
9317 %doc %{texmfdist}/doc/latex/inversepath
9318 %doc %{texmfdist}/doc/latex/invoice
9319 %doc %{texmfdist}/doc/latex/ipa
9320 %doc %{texmfdist}/doc/latex/iso
9321 %doc %{texmfdist}/doc/latex/iso10303
9322 %doc %{texmfdist}/doc/latex/isodate
9323 %doc %{texmfdist}/doc/latex/isodoc
9324 %doc %{texmfdist}/doc/latex/isorot
9325 %doc %{texmfdist}/doc/latex/itnumpar
9326 %doc %{texmfdist}/doc/latex/jeopardy
9327 %doc %{texmfdist}/doc/latex/jknapltx
9328 %doc %{texmfdist}/doc/latex/jneurosci
9329 %doc %{texmfdist}/doc/latex/jpsj
9330 %doc %{texmfdist}/doc/latex/jura
9331 %doc %{texmfdist}/doc/latex/juraabbrev
9332 %doc %{texmfdist}/doc/latex/juramisc
9333 %doc %{texmfdist}/doc/latex/jurarsp
9334 %doc %{texmfdist}/doc/latex/karnaugh
9335 %doc %{texmfdist}/doc/latex/kerkis
9336 %doc %{texmfdist}/doc/latex/kerntest
9337 %doc %{texmfdist}/doc/latex/kluwer
9338 %doc %{texmfdist}/doc/latex/labelcas
9339 %doc %{texmfdist}/doc/latex/lazylist
9340 %doc %{texmfdist}/doc/latex/lcyw
9341 %doc %{texmfdist}/doc/latex/leading
9342 %doc %{texmfdist}/doc/latex/ledmac
9343 %doc %{texmfdist}/doc/latex/lettre
9344 %doc %{texmfdist}/doc/latex/lexikon
9345 %doc %{texmfdist}/doc/latex/lgreek
9346 %doc %{texmfdist}/doc/latex/lhelp
9347 %doc %{texmfdist}/doc/latex/linguex
9348 %doc %{texmfdist}/doc/latex/lipsum
9349 %doc %{texmfdist}/doc/latex/listbib
9350 %doc %{texmfdist}/doc/latex/listliketab
9351 %doc %{texmfdist}/doc/latex/listofsymbols
9352 %doc %{texmfdist}/doc/latex/lkproof
9353 %doc %{texmfdist}/doc/latex/logic
9354 %doc %{texmfdist}/doc/latex/logpap
9355 %doc %{texmfdist}/doc/latex/lps
9356 %doc %{texmfdist}/doc/latex/lsc
9357 %doc %{texmfdist}/doc/latex/ltxindex
9358 %doc %{texmfdist}/doc/latex/mafr
9359 %doc %{texmfdist}/doc/latex/magyar
9360 %doc %{texmfdist}/doc/latex/mailing
9361 %doc %{texmfdist}/doc/latex/makebarcode
9362 %doc %{texmfdist}/doc/latex/makebox
9363 %doc %{texmfdist}/doc/latex/makecell
9364 %doc %{texmfdist}/doc/latex/makecmds
9365 %doc %{texmfdist}/doc/latex/makedtx
9366 %doc %{texmfdist}/doc/latex/makeglos
9367 %doc %{texmfdist}/doc/latex/makeplot
9368 %doc %{texmfdist}/doc/latex/manuscript
9369 %doc %{texmfdist}/doc/latex/maple
9370 %doc %{texmfdist}/doc/latex/marginnote
9371 %doc %{texmfdist}/doc/latex/mathdesign
9372 %doc %{texmfdist}/doc/latex/mathpazo
9373 %doc %{texmfdist}/doc/latex/maybemath
9374 %doc %{texmfdist}/doc/latex/mcaption
9375 %doc %{texmfdist}/doc/latex/mceinleger
9376 %doc %{texmfdist}/doc/latex/mcite
9377 %doc %{texmfdist}/doc/latex/mciteplus
9378 %doc %{texmfdist}/doc/latex/memexsupp
9379 %doc %{texmfdist}/doc/latex/mentis
9380 %doc %{texmfdist}/doc/latex/metaplot
9381 %doc %{texmfdist}/doc/latex/method
9382 %doc %{texmfdist}/doc/latex/metre
9383 %doc %{texmfdist}/doc/latex/mff
9384 %doc %{texmfdist}/doc/latex/mfpic4ode
9385 %doc %{texmfdist}/doc/latex/mftinc
9386 %doc %{texmfdist}/doc/latex/mhchem
9387 %doc %{texmfdist}/doc/latex/mhequ
9388 %doc %{texmfdist}/doc/latex/miller
9389 %doc %{texmfdist}/doc/latex/minipage-marginpar
9390 %doc %{texmfdist}/doc/latex/miniplot
9391 %doc %{texmfdist}/doc/latex/minutes
9392 %doc %{texmfdist}/doc/latex/mla-paper
9393 %doc %{texmfdist}/doc/latex/mlist
9394 %doc %{texmfdist}/doc/latex/mmap
9395 %doc %{texmfdist}/doc/latex/mnsymbol
9396 %doc %{texmfdist}/doc/latex/moderncv
9397 %doc %{texmfdist}/doc/latex/modroman
9398 %doc %{texmfdist}/doc/latex/mongolian-babel
9399 %doc %{texmfdist}/doc/latex/montex
9400 %doc %{texmfdist}/doc/latex/moresize
9401 %doc %{texmfdist}/doc/latex/movie15
9402 %doc %{texmfdist}/doc/latex/msc
9403 %doc %{texmfdist}/doc/latex/msg
9404 %doc %{texmfdist}/doc/latex/mslapa
9405 %doc %{texmfdist}/doc/latex/mtgreek
9406 %doc %{texmfdist}/doc/latex/multibbl
9407 %doc %{texmfdist}/doc/latex/multicap
9408 %doc %{texmfdist}/doc/latex/multirow
9409 %doc %{texmfdist}/doc/latex/munich
9410 %doc %{texmfdist}/doc/latex/musixlyr
9411 %doc %{texmfdist}/doc/latex/muthesis
9412 %doc %{texmfdist}/doc/latex/mxd
9413 %doc %{texmfdist}/doc/latex/mxedruli
9414 %doc %{texmfdist}/doc/latex/nag
9415 %doc %{texmfdist}/doc/latex/namespc
9416 %doc %{texmfdist}/doc/latex/nath
9417 %doc %{texmfdist}/doc/latex/nature
9418 %doc %{texmfdist}/doc/latex/ncclatex
9419 %doc %{texmfdist}/doc/latex/ncctools
9420 %doc %{texmfdist}/doc/latex/nddiss
9421 %doc %{texmfdist}/doc/latex/newalg
9422 %doc %{texmfdist}/doc/latex/newfile
9423 %doc %{texmfdist}/doc/latex/newlfm
9424 %doc %{texmfdist}/doc/latex/newspaper
9425 %doc %{texmfdist}/doc/latex/newvbtm
9426 %doc %{texmfdist}/doc/latex/niceframe
9427 %doc %{texmfdist}/doc/latex/nih
9428 %doc %{texmfdist}/doc/latex/noitcrul
9429 %doc %{texmfdist}/doc/latex/nomentbl
9430 %doc %{texmfdist}/doc/latex/nonfloat
9431 %doc %{texmfdist}/doc/latex/nostarch
9432 %doc %{texmfdist}/doc/latex/notes
9433 %doc %{texmfdist}/doc/latex/notes2bib
9434 %doc %{texmfdist}/doc/latex/nrc
9435 %doc %{texmfdist}/doc/latex/ntabbing
9436 %doc %{texmfdist}/doc/latex/numname
9437 %doc %{texmfdist}/doc/latex/numprint
9438 %doc %{texmfdist}/doc/latex/objectz
9439 %doc %{texmfdist}/doc/latex/ocr-latex
9440 %doc %{texmfdist}/doc/latex/octavo
9441 %doc %{texmfdist}/doc/latex/ogham
9442 %doc %{texmfdist}/doc/latex/ogonek
9443 %doc %{texmfdist}/doc/latex/opcit
9444 %doc %{texmfdist}/doc/latex/ordinalpt
9445 %doc %{texmfdist}/doc/latex/othello
9446 %doc %{texmfdist}/doc/latex/otibet
9447 %doc %{texmfdist}/doc/latex/outline
9448 %doc %{texmfdist}/doc/latex/outliner
9449 %doc %{texmfdist}/doc/latex/pagenote
9450 %doc %{texmfdist}/doc/latex/paper
9451 %doc %{texmfdist}/doc/latex/papercdcase
9452 %doc %{texmfdist}/doc/latex/papertex
9453 %doc %{texmfdist}/doc/latex/parallel
9454 %doc %{texmfdist}/doc/latex/paresse
9455 %doc %{texmfdist}/doc/latex/parrun
9456 %doc %{texmfdist}/doc/latex/pauldoc
9457 %doc %{texmfdist}/doc/latex/pbox
9458 %doc %{texmfdist}/doc/latex/pbsheet
9459 %doc %{texmfdist}/doc/latex/pdfcprot
9460 %doc %{texmfdist}/doc/latex/pdfscreen
9461 %doc %{texmfdist}/doc/latex/pdfsync
9462 %doc %{texmfdist}/doc/latex/pdftricks
9463 %doc %{texmfdist}/doc/latex/pdfwin
9464 %doc %{texmfdist}/doc/latex/pecha
9465 %doc %{texmfdist}/doc/latex/perception
9466 %doc %{texmfdist}/doc/latex/perltex
9467 %doc %{texmfdist}/doc/latex/permute
9468 %doc %{texmfdist}/doc/latex/petiteannonce
9469 %doc %{texmfdist}/doc/latex/petri-nets
9470 %doc %{texmfdist}/doc/latex/pgf-soroban
9471 %doc %{texmfdist}/doc/latex/pgfopts
9472 %doc %{texmfdist}/doc/latex/pgfplots
9473 %doc %{texmfdist}/doc/latex/philex
9474 %doc %{texmfdist}/doc/latex/philosophersimprint
9475 %doc %{texmfdist}/doc/latex/photo
9476 %doc %{texmfdist}/doc/latex/pinlabel
9477 %doc %{texmfdist}/doc/latex/pittetd
9478 %doc %{texmfdist}/doc/latex/plari
9479 %doc %{texmfdist}/doc/latex/plates
9480 %doc %{texmfdist}/doc/latex/play
9481 %doc %{texmfdist}/doc/latex/plweb
9482 %doc %{texmfdist}/doc/latex/pmgraph
9483 %doc %{texmfdist}/doc/latex/poemscol
9484 %doc %{texmfdist}/doc/latex/polski
9485 %doc %{texmfdist}/doc/latex/polyglot
9486 %doc %{texmfdist}/doc/latex/polytable
9487 %doc %{texmfdist}/doc/latex/postcards
9488 %doc %{texmfdist}/doc/latex/powerdot
9489 %doc %{texmfdist}/doc/latex/ppower4
9490 %doc %{texmfdist}/doc/latex/ppr-prv
9491 %doc %{texmfdist}/doc/latex/pracjourn
9492 %doc %{texmfdist}/doc/latex/prettyref
9493 %doc %{texmfdist}/doc/latex/proba
9494 %doc %{texmfdist}/doc/latex/probsoln
9495 %doc %{texmfdist}/doc/latex/procIAGssymp
9496 %doc %{texmfdist}/doc/latex/progkeys
9497 %doc %{texmfdist}/doc/latex/progress
9498 %doc %{texmfdist}/doc/latex/protex
9499 %doc %{texmfdist}/doc/latex/protocol
9500 %doc %{texmfdist}/doc/latex/psfragx
9501 %doc %{texmfdist}/doc/latex/psgo
9502 %doc %{texmfdist}/doc/latex/pspicture
9503 %doc %{texmfdist}/doc/latex/pst2pdf
9504 %doc %{texmfdist}/doc/latex/ptptex
9505 %doc %{texmfdist}/doc/latex/qcm
9506 %doc %{texmfdist}/doc/latex/qobitree
9507 %doc %{texmfdist}/doc/latex/qstest
9508 %doc %{texmfdist}/doc/latex/qsymbols
9509 %doc %{texmfdist}/doc/latex/qtree
9510 %doc %{texmfdist}/doc/latex/quotchap
9511 %doc %{texmfdist}/doc/latex/quotmark
9512 %doc %{texmfdist}/doc/latex/r_und_s
9513 %doc %{texmfdist}/doc/latex/randbild
9514 %doc %{texmfdist}/doc/latex/randtext
9515 %doc %{texmfdist}/doc/latex/rccol
9516 %doc %{texmfdist}/doc/latex/rcs
9517 %doc %{texmfdist}/doc/latex/rcsinfo
9518 %doc %{texmfdist}/doc/latex/recipecard
9519 %doc %{texmfdist}/doc/latex/rectopma
9520 %doc %{texmfdist}/doc/latex/refcheck
9521 %doc %{texmfdist}/doc/latex/refman
9522 %doc %{texmfdist}/doc/latex/refstyle
9523 %doc %{texmfdist}/doc/latex/regcount
9524 %doc %{texmfdist}/doc/latex/register
9525 %doc %{texmfdist}/doc/latex/relenc
9526 %doc %{texmfdist}/doc/latex/repeatindex
9527 %doc %{texmfdist}/doc/latex/rlepsf
9528 %doc %{texmfdist}/doc/latex/rmpage
9529 %doc %{texmfdist}/doc/latex/robustcommand
9530 %doc %{texmfdist}/doc/latex/robustindex
9531 %doc %{texmfdist}/doc/latex/romannum
9532 %doc %{texmfdist}/doc/latex/rotpages
9533 %doc %{texmfdist}/doc/latex/rsc
9534 %doc %{texmfdist}/doc/latex/rst
9535 %doc %{texmfdist}/doc/latex/rtkinenc
9536 %doc %{texmfdist}/doc/latex/rtklage
9537 %doc %{texmfdist}/doc/latex/sagetex
9538 %doc %{texmfdist}/doc/latex/sanskrit
9539 %doc %{texmfdist}/doc/latex/sauerj
9540 %doc %{texmfdist}/doc/latex/sauterfonts
9541 %doc %{texmfdist}/doc/latex/savefnmark
9542 %doc %{texmfdist}/doc/latex/savetrees
9543 %doc %{texmfdist}/doc/latex/scalebar
9544 %doc %{texmfdist}/doc/latex/schedule
9545 %doc %{texmfdist}/doc/latex/scientificpaper
9546 %doc %{texmfdist}/doc/latex/sciposter
9547 %doc %{texmfdist}/doc/latex/sciwordconv
9548 %doc %{texmfdist}/doc/latex/screenplay
9549 %doc %{texmfdist}/doc/latex/script
9550 %doc %{texmfdist}/doc/latex/sdrt
9551 %doc %{texmfdist}/doc/latex/sectionbox
9552 %doc %{texmfdist}/doc/latex/semantic
9553 %doc %{texmfdist}/doc/latex/semioneside
9554 %doc %{texmfdist}/doc/latex/seqsplit
9555 %doc %{texmfdist}/doc/latex/sf298
9556 %doc %{texmfdist}/doc/latex/sffms
9557 %doc %{texmfdist}/doc/latex/sfg
9558 %doc %{texmfdist}/doc/latex/sgame
9559 %doc %{texmfdist}/doc/latex/shadethm
9560 %doc %{texmfdist}/doc/latex/shipunov
9561 %doc %{texmfdist}/doc/latex/shorttoc
9562 %doc %{texmfdist}/doc/latex/show2e
9563 %doc %{texmfdist}/doc/latex/showexpl
9564 %doc %{texmfdist}/doc/latex/sides
9565 %doc %{texmfdist}/doc/latex/siggraph
9566 %doc %{texmfdist}/doc/latex/simplecv
9567 %doc %{texmfdist}/doc/latex/simplewick
9568 %doc %{texmfdist}/doc/latex/skak
9569 %doc %{texmfdist}/doc/latex/slantsc
9570 %doc %{texmfdist}/doc/latex/smalltableof
9571 %doc %{texmfdist}/doc/latex/smartref
9572 %doc %{texmfdist}/doc/latex/smflatex
9573 %doc %{texmfdist}/doc/latex/snapshot
9574 %doc %{texmfdist}/doc/latex/songbook
9575 %doc %{texmfdist}/doc/latex/sort-by-letters
9576 %doc %{texmfdist}/doc/latex/soyombo
9577 %doc %{texmfdist}/doc/latex/sparklines
9578 %doc %{texmfdist}/doc/latex/spie
9579 %doc %{texmfdist}/doc/latex/splitbib
9580 %doc %{texmfdist}/doc/latex/splitindex
9581 %doc %{texmfdist}/doc/latex/spotcolor
9582 %doc %{texmfdist}/doc/latex/sprite
9583 %doc %{texmfdist}/doc/latex/srcltx
9584 %doc %{texmfdist}/doc/latex/sseq
9585 %doc %{texmfdist}/doc/latex/ssqquote
9586 %doc %{texmfdist}/doc/latex/stage
9587 %doc %{texmfdist}/doc/latex/statistik
9588 %doc %{texmfdist}/doc/latex/stdpage
9589 %doc %{texmfdist}/doc/latex/stellenbosch
9590 %doc %{texmfdist}/doc/latex/stex
9591 %doc %{texmfdist}/doc/latex/stringstrings
9592 %doc %{texmfdist}/doc/latex/struktex
9593 %doc %{texmfdist}/doc/latex/sttools
9594 %doc %{texmfdist}/doc/latex/stubs
9595 %doc %{texmfdist}/doc/latex/subdepth
9596 %doc %{texmfdist}/doc/latex/subeqn
9597 %doc %{texmfdist}/doc/latex/subeqnarray
9598 %doc %{texmfdist}/doc/latex/subfloat
9599 %doc %{texmfdist}/doc/latex/substr
9600 %doc %{texmfdist}/doc/latex/sudoku
9601 %doc %{texmfdist}/doc/latex/sudokubundle
9602 %doc %{texmfdist}/doc/latex/sugconf
9603 %doc %{texmfdist}/doc/latex/supertabular
9604 %doc %{texmfdist}/doc/latex/susy
9605 %doc %{texmfdist}/doc/latex/svgcolor
9606 %doc %{texmfdist}/doc/latex/svn-multi
9607 %doc %{texmfdist}/doc/latex/svn
9608 %doc %{texmfdist}/doc/latex/svninfo
9609 %doc %{texmfdist}/doc/latex/swebib
9610 %doc %{texmfdist}/doc/latex/swimgraf
9611 %doc %{texmfdist}/doc/latex/synproof
9612 %doc %{texmfdist}/doc/latex/syntax
9613 %doc %{texmfdist}/doc/latex/syntrace
9614 %doc %{texmfdist}/doc/latex/synttree
9615 %doc %{texmfdist}/doc/latex/t-angles
9616 %doc %{texmfdist}/doc/latex/tableaux
9617 %doc %{texmfdist}/doc/latex/tablists
9618 %doc %{texmfdist}/doc/latex/tablor
9619 %doc %{texmfdist}/doc/latex/tabto-ltx
9620 %doc %{texmfdist}/doc/latex/tabulary
9621 %doc %{texmfdist}/doc/latex/tabvar
9622 %doc %{texmfdist}/doc/latex/talk
9623 %doc %{texmfdist}/doc/latex/tapir
9624 %doc %{texmfdist}/doc/latex/tcldoc
9625 %doc %{texmfdist}/doc/latex/tdsfrmath
9626 %doc %{texmfdist}/doc/latex/technics
9627 %doc %{texmfdist}/doc/latex/ted
9628 %doc %{texmfdist}/doc/latex/tengwarscript
9629 %doc %{texmfdist}/doc/latex/tensor
9630 %doc %{texmfdist}/doc/latex/teubner
9631 %doc %{texmfdist}/doc/latex/texmate
9632 %doc %{texmfdist}/doc/latex/texpower
9633 %doc %{texmfdist}/doc/latex/texshade
9634 %doc %{texmfdist}/doc/latex/textcase
9635 %doc %{texmfdist}/doc/latex/textopo
9636 %doc %{texmfdist}/doc/latex/theoremref
9637 %doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
9638 %doc %{texmfdist}/doc/latex/thinsp
9639 %doc %{texmfdist}/doc/latex/thmtools
9640 %doc %{texmfdist}/doc/latex/thumb
9641 %doc %{texmfdist}/doc/latex/thuthesis
9642 %doc %{texmfdist}/doc/latex/ticket
9643 %doc %{texmfdist}/doc/latex/tikz-inet
9644 %doc %{texmfdist}/doc/latex/timesht
9645 %doc %{texmfdist}/doc/latex/titling
9646 %doc %{texmfdist}/doc/latex/tocvsec2
9647 %doc %{texmfdist}/doc/latex/todo
9648 %doc %{texmfdist}/doc/latex/tokenizer
9649 %doc %{texmfdist}/doc/latex/toolbox
9650 %doc %{texmfdist}/doc/latex/topfloat
9651 %doc %{texmfdist}/doc/latex/toptesi
9652 %doc %{texmfdist}/doc/latex/tpslifonts
9653 %doc %{texmfdist}/doc/latex/trajan
9654 %doc %{texmfdist}/doc/latex/translator
9655 %doc %{texmfdist}/doc/latex/tree-dvips
9656 %doc %{texmfdist}/doc/latex/trfsigns
9657 %doc %{texmfdist}/doc/latex/trivfloat
9658 %doc %{texmfdist}/doc/latex/trsym
9659 %doc %{texmfdist}/doc/latex/tufte-latex
9660 %doc %{texmfdist}/doc/latex/tugboat
9661 %doc %{texmfdist}/doc/latex/turnstile
9662 %doc %{texmfdist}/doc/latex/twoup
9663 %doc %{texmfdist}/doc/latex/typedref
9664 %doc %{texmfdist}/doc/latex/typogrid
9665 %doc %{texmfdist}/doc/latex/uaclasses
9666 %doc %{texmfdist}/doc/latex/ucthesis
9667 %doc %{texmfdist}/doc/latex/uebungsblatt
9668 %doc %{texmfdist}/doc/latex/uiucthesis
9669 %doc %{texmfdist}/doc/latex/ulsy
9670 %doc %{texmfdist}/doc/latex/umich-thesis
9671 %doc %{texmfdist}/doc/latex/uml
9672 %doc %{texmfdist}/doc/latex/umlaute
9673 %doc %{texmfdist}/doc/latex/umoline
9674 %doc %{texmfdist}/doc/latex/umthesis
9675 %doc %{texmfdist}/doc/latex/underlin
9676 %doc %{texmfdist}/doc/latex/undertilde
9677 %doc %{texmfdist}/doc/latex/unitsdef
9678 %doc %{texmfdist}/doc/latex/unroman
9679 %doc %{texmfdist}/doc/latex/upmethodology
9680 %doc %{texmfdist}/doc/latex/urlbst
9681 %doc %{texmfdist}/doc/latex/ushort
9682 %doc %{texmfdist}/doc/latex/uwthesis
9683 %doc %{texmfdist}/doc/latex/varindex
9684 %doc %{texmfdist}/doc/latex/varsfromjobname
9685 %doc %{texmfdist}/doc/latex/vector
9686 %doc %{texmfdist}/doc/latex/verse
9687 %doc %{texmfdist}/doc/latex/vhistory
9688 %doc %{texmfdist}/doc/latex/vita
9689 %doc %{texmfdist}/doc/latex/volumes
9690 %doc %{texmfdist}/doc/latex/vpe
9691 %doc %{texmfdist}/doc/latex/vrsion
9692 %doc %{texmfdist}/doc/latex/vwcol
9693 %doc %{texmfdist}/doc/latex/vxu
9694 %doc %{texmfdist}/doc/latex/wadalab
9695 %doc %{texmfdist}/doc/latex/wallpaper
9696 %doc %{texmfdist}/doc/latex/warpcol
9697 %doc %{texmfdist}/doc/latex/wnri
9698 %doc %{texmfdist}/doc/latex/wordlike
9699 %doc %{texmfdist}/doc/latex/xargs
9700 %doc %{texmfdist}/doc/latex/xdoc
9701 %doc %{texmfdist}/doc/latex/xfor
9702 %doc %{texmfdist}/doc/latex/xifthen
9703 %doc %{texmfdist}/doc/latex/xmpincl
9704 %doc %{texmfdist}/doc/latex/xnewcommand
9705 %doc %{texmfdist}/doc/latex/xoptarg
9706 %doc %{texmfdist}/doc/latex/xpackages
9707 %doc %{texmfdist}/doc/latex/xskak
9708 %doc %{texmfdist}/doc/latex/xstring
9709 %doc %{texmfdist}/doc/latex/xtcapts
9710 %doc %{texmfdist}/doc/latex/xyling
9711 %doc %{texmfdist}/doc/latex/xytree
9712 %doc %{texmfdist}/doc/latex/yafoot
9713 %doc %{texmfdist}/doc/latex/yhmath
9714 %doc %{texmfdist}/doc/latex/york-thesis
9715 %doc %{texmfdist}/doc/latex/yplan
9716 %doc %{texmfdist}/doc/latex/zed-csp
9717 %doc %{texmfdist}/doc/latex/zefonts
9718 %doc %{texmfdist}/doc/latex/ziffer
9719 %doc %{texmfdist}/doc/latex/zwgetfdate
9720 %doc %{texmfdist}/source/latex/hyperref/doc
9721 %doc %{texmfdist}/source/latex/koma-script/doc
9722
9723 %files latex-other
9724 %defattr(644,root,root,755)
9725 %{texmfdist}/metapost/latexmp
9726 %{texmfdist}/metapost/makecirc
9727 %{texmfdist}/source/alatex/base
9728 %{texmfdist}/source/cslatex/base
9729 %{texmfdist}/source/generic/xypic
9730 %{texmfdist}/source/latex/ESIEEcv
9731 %{texmfdist}/source/latex/GuIT
9732 %{texmfdist}/source/latex/HA-prosper
9733 %{texmfdist}/source/latex/IEEEconf
9734 %{texmfdist}/source/latex/aastex
9735 %{texmfdist}/source/latex/abc
9736 %{texmfdist}/source/latex/abstract
9737 %{texmfdist}/source/latex/achemso
9738 %{texmfdist}/source/latex/acmconf
9739 %{texmfdist}/source/latex/acronym
9740 %{texmfdist}/source/latex/active-conf
9741 %{texmfdist}/source/latex/addlines
9742 %{texmfdist}/source/latex/adrlist
9743 %{texmfdist}/source/latex/aiaa
9744 %{texmfdist}/source/latex/alg
9745 %{texmfdist}/source/latex/alnumsec
9746 %{texmfdist}/source/latex/altfont
9747 %{texmfdist}/source/latex/amsaddr
9748 %{texmfdist}/source/latex/amscls
9749 %{texmfdist}/source/latex/amsfonts
9750 %{texmfdist}/source/latex/amsmath
9751 %{texmfdist}/source/latex/amsrefs
9752 %{texmfdist}/source/latex/answers
9753 %{texmfdist}/source/latex/apacite
9754 %{texmfdist}/source/latex/appendix
9755 %{texmfdist}/source/latex/arcs
9756 %{texmfdist}/source/latex/arydshln
9757 %{texmfdist}/source/latex/asaetr
9758 %{texmfdist}/source/latex/ascii
9759 %{texmfdist}/source/latex/attachfile
9760 %{texmfdist}/source/latex/augie/other
9761 %{texmfdist}/source/latex/augie/vtex
9762 %{texmfdist}/source/latex/babelbib
9763 %{texmfdist}/source/latex/backgammon
9764 %{texmfdist}/source/latex/barcodes
9765 %{texmfdist}/source/latex/base
9766 %{texmfdist}/source/latex/bayer
9767 %{texmfdist}/source/latex/bbding
9768 %{texmfdist}/source/latex/bbm-macros
9769 %{texmfdist}/source/latex/belleek
9770 %{texmfdist}/source/latex/bengali
9771 %{texmfdist}/source/latex/beton
9772 %{texmfdist}/source/latex/bez123
9773 %{texmfdist}/source/latex/bibarts
9774 %{texmfdist}/source/latex/bibleref
9775 %{texmfdist}/source/latex/biblist
9776 %{texmfdist}/source/latex/bibtopic
9777 %{texmfdist}/source/latex/bibtopicprefix
9778 %{texmfdist}/source/latex/bigfoot
9779 %{texmfdist}/source/latex/binomexp
9780 %{texmfdist}/source/latex/biocon
9781 %{texmfdist}/source/latex/bizcard
9782 %{texmfdist}/source/latex/blindtext
9783 %{texmfdist}/source/latex/blowup
9784 %{texmfdist}/source/latex/boites
9785 %{texmfdist}/source/latex/bookhands
9786 %{texmfdist}/source/latex/booklet
9787 %{texmfdist}/source/latex/booktabs
9788 %{texmfdist}/source/latex/bophook
9789 %{texmfdist}/source/latex/boxhandler
9790 %{texmfdist}/source/latex/bpchem
9791 %{texmfdist}/source/latex/braille
9792 %{texmfdist}/source/latex/breakurl
9793 %{texmfdist}/source/latex/brushscr
9794 %{texmfdist}/source/latex/bullcntr
9795 %{texmfdist}/source/latex/burmese
9796 %{texmfdist}/source/latex/bytefield
9797 %{texmfdist}/source/latex/captcont
9798 %{texmfdist}/source/latex/caption
9799 %{texmfdist}/source/latex/carlisle
9800 %{texmfdist}/source/latex/catechis
9801 %{texmfdist}/source/latex/ccaption
9802 %{texmfdist}/source/latex/ccfonts
9803 %{texmfdist}/source/latex/cclicenses
9804 %{texmfdist}/source/latex/cd-cover
9805 %{texmfdist}/source/latex/cd
9806 %{texmfdist}/source/latex/cdpbundl
9807 %{texmfdist}/source/latex/changebar
9808 %{texmfdist}/source/latex/changes
9809 %{texmfdist}/source/latex/chappg
9810 %{texmfdist}/source/latex/chapterfolder
9811 %{texmfdist}/source/latex/chemcompounds
9812 %{texmfdist}/source/latex/chemstyle
9813 %{texmfdist}/source/latex/chessboard
9814 %{texmfdist}/source/latex/chessfss
9815 %{texmfdist}/source/latex/chletter
9816 %{texmfdist}/source/latex/circ
9817 %{texmfdist}/source/latex/cjk/utils
9818 %{texmfdist}/source/latex/cjw
9819 %{texmfdist}/source/latex/clefval
9820 %{texmfdist}/source/latex/cleveref
9821 %{texmfdist}/source/latex/cmcyralt
9822 %{texmfdist}/source/latex/cmdtrack
9823 %{texmfdist}/source/latex/cmll
9824 %{texmfdist}/source/latex/cmsd
9825 %{texmfdist}/source/latex/codepage
9826 %{texmfdist}/source/latex/colortbl
9827 %{texmfdist}/source/latex/colorwav
9828 %{texmfdist}/source/latex/combine
9829 %{texmfdist}/source/latex/comment
9830 %{texmfdist}/source/latex/computational-complexity
9831 %{texmfdist}/source/latex/confproc
9832 %{texmfdist}/source/latex/constants
9833 %{texmfdist}/source/latex/contour
9834 %{texmfdist}/source/latex/cooking
9835 %{texmfdist}/source/latex/cool
9836 %{texmfdist}/source/latex/coollist
9837 %{texmfdist}/source/latex/coolstr
9838 %{texmfdist}/source/latex/cooltooltips
9839 %{texmfdist}/source/latex/coordsys
9840 %{texmfdist}/source/latex/coverpage
9841 %{texmfdist}/source/latex/crop
9842 %{texmfdist}/source/latex/crossreference
9843 %{texmfdist}/source/latex/crosswrd
9844 %{texmfdist}/source/latex/csvtools
9845 %{texmfdist}/source/latex/ctable
9846 %{texmfdist}/source/latex/ctib
9847 %{texmfdist}/source/latex/cuisine
9848 %{texmfdist}/source/latex/currvita
9849 %{texmfdist}/source/latex/curve
9850 %{texmfdist}/source/latex/curve2e
9851 %{texmfdist}/source/latex/curves
9852 %{texmfdist}/source/latex/cweb-latex
9853 %{texmfdist}/source/latex/cwpuzzle
9854 %{texmfdist}/source/latex/dashbox
9855 %{texmfdist}/source/latex/dashrule
9856 %{texmfdist}/source/latex/datatool
9857 %{texmfdist}/source/latex/dateiliste
9858 %{texmfdist}/source/latex/datenumber
9859 %{texmfdist}/source/latex/datetime
9860 %{texmfdist}/source/latex/decimal
9861 %{texmfdist}/source/latex/delimtxt
9862 %{texmfdist}/source/latex/diagnose
9863 %{texmfdist}/source/latex/dialogl
9864 %{texmfdist}/source/latex/dinbrief
9865 %{texmfdist}/source/latex/disser
9866 %{texmfdist}/source/latex/dnaseq
9867 %{texmfdist}/source/latex/docmfp
9868 %{texmfdist}/source/latex/doipubmed
9869 %{texmfdist}/source/latex/dotarrow
9870 %{texmfdist}/source/latex/dotseqn
9871 %{texmfdist}/source/latex/dottex
9872 %{texmfdist}/source/latex/dprogress
9873 %{texmfdist}/source/latex/drac
9874 %{texmfdist}/source/latex/draftcopy
9875 %{texmfdist}/source/latex/draftwatermark
9876 %{texmfdist}/source/latex/dramatist
9877 %{texmfdist}/source/latex/dtk
9878 %{texmfdist}/source/latex/dtxgallery
9879 %{texmfdist}/source/latex/dyntree
9880 %{texmfdist}/source/latex/eCards
9881 %{texmfdist}/source/latex/ebezier
9882 %{texmfdist}/source/latex/ebsthesis
9883 %{texmfdist}/source/latex/ecclesiastic
9884 %{texmfdist}/source/latex/ecv
9885 %{texmfdist}/source/latex/ed
9886 %{texmfdist}/source/latex/edmac
9887 %{texmfdist}/source/latex/edmargin
9888 %{texmfdist}/source/latex/eemeir
9889 %{texmfdist}/source/latex/egplot
9890 %{texmfdist}/source/latex/eiad
9891 %{texmfdist}/source/latex/ellipsis
9892 %{texmfdist}/source/latex/elmath
9893 %{texmfdist}/source/latex/elsarticle
9894 %{texmfdist}/source/latex/em
9895 %{texmfdist}/source/latex/emp
9896 %{texmfdist}/source/latex/endfloat
9897 %{texmfdist}/source/latex/endheads
9898 %{texmfdist}/source/latex/engpron
9899 %{texmfdist}/source/latex/engrec
9900 %{texmfdist}/source/latex/environ
9901 %{texmfdist}/source/latex/envlab
9902 %{texmfdist}/source/latex/epigraph
9903 %{texmfdist}/source/latex/epiolmec
9904 %{texmfdist}/source/latex/epsdice
9905 %{texmfdist}/source/latex/eqlist
9906 %{texmfdist}/source/latex/eqnarray
9907 %{texmfdist}/source/latex/eqparbox
9908 %{texmfdist}/source/latex/errata
9909 %{texmfdist}/source/latex/esdiff
9910 %{texmfdist}/source/latex/eskd
9911 %{texmfdist}/source/latex/eso-pic
9912 %{texmfdist}/source/latex/esvect
9913 %{texmfdist}/source/latex/etaremune
9914 %{texmfdist}/source/latex/ethiop
9915 %{texmfdist}/source/latex/eukdate
9916 %{texmfdist}/source/latex/euler
9917 %{texmfdist}/source/latex/euproposal
9918 %{texmfdist}/source/latex/euro
9919 %{texmfdist}/source/latex/everypage
9920 %{texmfdist}/source/latex/examdesign
9921 %{texmfdist}/source/latex/exercise
9922 %{texmfdist}/source/latex/expdlist
9923 %{texmfdist}/source/latex/expl3
9924 %{texmfdist}/source/latex/export
9925 %{texmfdist}/source/latex/extpfeil
9926 %{texmfdist}/source/latex/extract
9927 %{texmfdist}/source/latex/facsimile
9928 %{texmfdist}/source/latex/faktor
9929 %{texmfdist}/source/latex/fancynum
9930 %{texmfdist}/source/latex/fancyref
9931 %{texmfdist}/source/latex/fancytooltips
9932 %{texmfdist}/source/latex/fancyvrb
9933 %{texmfdist}/source/latex/feynmf
9934 %{texmfdist}/source/latex/figsize
9935 %{texmfdist}/source/latex/filecontents
9936 %{texmfdist}/source/latex/fink
9937 %{texmfdist}/source/latex/fixme
9938 %{texmfdist}/source/latex/flabels
9939 %{texmfdist}/source/latex/flagderiv
9940 %{texmfdist}/source/latex/flashcards
9941 %{texmfdist}/source/latex/flippdf
9942 %{texmfdist}/source/latex/float
9943 %{texmfdist}/source/latex/floatrow
9944 %{texmfdist}/source/latex/flowfram
9945 %{texmfdist}/source/latex/fmp
9946 %{texmfdist}/source/latex/fmtcount
9947 %{texmfdist}/source/latex/fnbreak
9948 %{texmfdist}/source/latex/foilhtml
9949 %{texmfdist}/source/latex/fonttable
9950 %{texmfdist}/source/latex/footmisc
9951 %{texmfdist}/source/latex/footnpag
9952 %{texmfdist}/source/latex/forarray
9953 %{texmfdist}/source/latex/forloop
9954 %{texmfdist}/source/latex/formula
9955 %{texmfdist}/source/latex/fouridx
9956 %{texmfdist}/source/latex/frankenstein
9957 %{texmfdist}/source/latex/frontespizio
9958 %{texmfdist}/source/latex/fullblck
9959 %{texmfdist}/source/latex/functan
9960 %{texmfdist}/source/latex/fundus
9961 %{texmfdist}/source/latex/g-brief
9962 %{texmfdist}/source/latex/galois
9963 %{texmfdist}/source/latex/gcite
9964 %{texmfdist}/source/latex/genmpage
9965 %{texmfdist}/source/latex/geometry
9966 %{texmfdist}/source/latex/geomsty
9967 %{texmfdist}/source/latex/ginpenc
9968 %{texmfdist}/source/latex/glossaries
9969 %{texmfdist}/source/latex/gnuplottex
9970 %{texmfdist}/source/latex/go
9971 %{texmfdist}/source/latex/graphics
9972 %{texmfdist}/source/latex/graphicx-psmin
9973 %{texmfdist}/source/latex/greekdates
9974 %{texmfdist}/source/latex/grnumalt
9975 %{texmfdist}/source/latex/grverb
9976 %{texmfdist}/source/latex/guitar
9977 %{texmfdist}/source/latex/hanging
9978 %{texmfdist}/source/latex/harvard
9979 %{texmfdist}/source/latex/hc
9980 %{texmfdist}/source/latex/hepthesis
9981 %{texmfdist}/source/latex/hhtensor
9982 %{texmfdist}/source/latex/hilowres
9983 %{texmfdist}/source/latex/histogr
9984 %{texmfdist}/source/latex/hpsdiss
9985 %{texmfdist}/source/latex/hrlatex
9986 %{texmfdist}/source/latex/hyper
9987 %{texmfdist}/source/latex/hyperref
9988 %{texmfdist}/source/latex/hyperxmp
9989 %{texmfdist}/source/latex/hyphenat
9990 %{texmfdist}/source/latex/ibycus-babel
9991 %{texmfdist}/source/latex/icsv
9992 %{texmfdist}/source/latex/ifmslide
9993 %{texmfdist}/source/latex/ifplatform
9994 %{texmfdist}/source/latex/ijmart
9995 %{texmfdist}/source/latex/imtekda
9996 %{texmfdist}/source/latex/index
9997 %{texmfdist}/source/latex/inlinedef
9998 %{texmfdist}/source/latex/inversepath
9999 %{texmfdist}/source/latex/iso
10000 %{texmfdist}/source/latex/iso10303
10001 %{texmfdist}/source/latex/isodate
10002 %{texmfdist}/source/latex/isodoc
10003 %{texmfdist}/source/latex/isorot
10004 %{texmfdist}/source/latex/isotope
10005 %{texmfdist}/source/latex/itnumpar
10006 %{texmfdist}/source/latex/jeopardy
10007 %{texmfdist}/source/latex/jura
10008 %{texmfdist}/source/latex/juraabbrev
10009 %{texmfdist}/source/latex/jurarsp
10010 %{texmfdist}/source/latex/kdgreek
10011 %{texmfdist}/source/latex/kerntest
10012 %{texmfdist}/source/latex/kluwer
10013 %{texmfdist}/source/latex/koma-script
10014 %{texmfdist}/source/latex/labelcas
10015 %{texmfdist}/source/latex/labels
10016 %{texmfdist}/source/latex/lastpage
10017 %{texmfdist}/source/latex/latex-tds
10018 %{texmfdist}/source/latex/layouts
10019 %{texmfdist}/source/latex/lcg
10020 %{texmfdist}/source/latex/lcyw
10021 %{texmfdist}/source/latex/leading
10022 %{texmfdist}/source/latex/ledmac
10023 %{texmfdist}/source/latex/leftidx
10024 %{texmfdist}/source/latex/lettrine
10025 %{texmfdist}/source/latex/lexikon
10026 %{texmfdist}/source/latex/lhcyr
10027 %{texmfdist}/source/latex/lhelp
10028 %{texmfdist}/source/latex/limap
10029 %{texmfdist}/source/latex/lipsum
10030 %{texmfdist}/source/latex/listbib
10031 %{texmfdist}/source/latex/listings
10032 %{texmfdist}/source/latex/listliketab
10033 %{texmfdist}/source/latex/localloc
10034 %{texmfdist}/source/latex/logpap
10035 %{texmfdist}/source/latex/lps
10036 %{texmfdist}/source/latex/ltxindex
10037 %{texmfdist}/source/latex/mailing
10038 %{texmfdist}/source/latex/makebox
10039 %{texmfdist}/source/latex/makecell
10040 %{texmfdist}/source/latex/makecmds
10041 %{texmfdist}/source/latex/makedtx
10042 %{texmfdist}/source/latex/makeplot
10043 %{texmfdist}/source/latex/manfnt
10044 %{texmfdist}/source/latex/manuscript
10045 %{texmfdist}/source/latex/mapcodes
10046 %{texmfdist}/source/latex/marginnote
10047 %{texmfdist}/source/latex/mathcomp
10048 %{texmfdist}/source/latex/mathpazo
10049 %{texmfdist}/source/latex/mcaption
10050 %{texmfdist}/source/latex/mcite
10051 %{texmfdist}/source/latex/mdwtools
10052 %{texmfdist}/source/latex/memoir
10053 %{texmfdist}/source/latex/mentis
10054 %{texmfdist}/source/latex/menu
10055 %{texmfdist}/source/latex/method
10056 %{texmfdist}/source/latex/metre
10057 %{texmfdist}/source/latex/mff
10058 %{texmfdist}/source/latex/mfpic4ode
10059 %{texmfdist}/source/latex/mftinc
10060 %{texmfdist}/source/latex/mh
10061 %{texmfdist}/source/latex/miller
10062 %{texmfdist}/source/latex/minipage-marginpar
10063 %{texmfdist}/source/latex/minutes
10064 %{texmfdist}/source/latex/mlist
10065 %{texmfdist}/source/latex/mnsymbol
10066 %{texmfdist}/source/latex/modroman
10067 %{texmfdist}/source/latex/mongolian-babel
10068 %{texmfdist}/source/latex/montex
10069 %{texmfdist}/source/latex/moresize
10070 %{texmfdist}/source/latex/moreverb
10071 %{texmfdist}/source/latex/mparhack
10072 %{texmfdist}/source/latex/ms
10073 %{texmfdist}/source/latex/msg
10074 %{texmfdist}/source/latex/mtgreek
10075 %{texmfdist}/source/latex/multibbl
10076 %{texmfdist}/source/latex/multibib
10077 %{texmfdist}/source/latex/multicap
10078 %{texmfdist}/source/latex/mwcls
10079 %{texmfdist}/source/latex/mxd
10080 %{texmfdist}/source/latex/nag
10081 %{texmfdist}/source/latex/namespc
10082 %{texmfdist}/source/latex/natbib
10083 %{texmfdist}/source/latex/ncctools
10084 %{texmfdist}/source/latex/nddiss
10085 %{texmfdist}/source/latex/newalg
10086 %{texmfdist}/source/latex/newfile
10087 %{texmfdist}/source/latex/newlfm
10088 %{texmfdist}/source/latex/newspaper
10089 %{texmfdist}/source/latex/newvbtm
10090 %{texmfdist}/source/latex/niceframe
10091 %{texmfdist}/source/latex/noitcrul
10092 %{texmfdist}/source/latex/nomencl
10093 %{texmfdist}/source/latex/nomentbl
10094 %{texmfdist}/source/latex/nonfloat
10095 %{texmfdist}/source/latex/nostarch
10096 %{texmfdist}/source/latex/notes
10097 %{texmfdist}/source/latex/notes2bib
10098 %{texmfdist}/source/latex/nrc
10099 %{texmfdist}/source/latex/ntgclass
10100 %{texmfdist}/source/latex/ntheorem
10101 %{texmfdist}/source/latex/numprint
10102 %{texmfdist}/source/latex/oberdiek
10103 %{texmfdist}/source/latex/objectz
10104 %{texmfdist}/source/latex/octavo
10105 %{texmfdist}/source/latex/ogonek
10106 %{texmfdist}/source/latex/oldstyle
10107 %{texmfdist}/source/latex/opcit
10108 %{texmfdist}/source/latex/ordinalpt
10109 %{texmfdist}/source/latex/othello
10110 %{texmfdist}/source/latex/otibet
10111 %{texmfdist}/source/latex/pacioli
10112 %{texmfdist}/source/latex/pageno
10113 %{texmfdist}/source/latex/pagenote
10114 %{texmfdist}/source/latex/paper
10115 %{texmfdist}/source/latex/papercdcase
10116 %{texmfdist}/source/latex/papertex
10117 %{texmfdist}/source/latex/paralist
10118 %{texmfdist}/source/latex/parallel
10119 %{texmfdist}/source/latex/paresse
10120 %{texmfdist}/source/latex/parrun
10121 %{texmfdist}/source/latex/patchcmd
10122 %{texmfdist}/source/latex/pauldoc
10123 %{texmfdist}/source/latex/pawpict
10124 %{texmfdist}/source/latex/pbox
10125 %{texmfdist}/source/latex/pbsheet
10126 %{texmfdist}/source/latex/pdfcprot
10127 %{texmfdist}/source/latex/pdfpages
10128 %{texmfdist}/source/latex/perltex
10129 %{texmfdist}/source/latex/permute
10130 %{texmfdist}/source/latex/petri-nets
10131 %{texmfdist}/source/latex/pgfopts
10132 %{texmfdist}/source/latex/pgfplots
10133 %{texmfdist}/source/latex/philosophersimprint
10134 %{texmfdist}/source/latex/photo
10135 %{texmfdist}/source/latex/pict2e
10136 %{texmfdist}/source/latex/pittetd
10137 %{texmfdist}/source/latex/plari
10138 %{texmfdist}/source/latex/play
10139 %{texmfdist}/source/latex/plweb
10140 %{texmfdist}/source/latex/poemscol
10141 %{texmfdist}/source/latex/polski
10142 %{texmfdist}/source/latex/polyglot
10143 %{texmfdist}/source/latex/polytable
10144 %{texmfdist}/source/latex/powerdot
10145 %{texmfdist}/source/latex/ppr-prv
10146 %{texmfdist}/source/latex/pracjourn
10147 %{texmfdist}/source/latex/preprint
10148 %{texmfdist}/source/latex/prettyref
10149 %{texmfdist}/source/latex/preview
10150 %{texmfdist}/source/latex/proba
10151 %{texmfdist}/source/latex/probsoln
10152 %{texmfdist}/source/latex/progkeys
10153 %{texmfdist}/source/latex/prosper
10154 %{texmfdist}/source/latex/protocol
10155 %{texmfdist}/source/latex/psfrag
10156 %{texmfdist}/source/latex/psfragx
10157 %{texmfdist}/source/latex/pslatex
10158 %{texmfdist}/source/latex/pspicture
10159 %{texmfdist}/source/latex/qcm
10160 %{texmfdist}/source/latex/qstest
10161 %{texmfdist}/source/latex/qsymbols
10162 %{texmfdist}/source/latex/quotchap
10163 %{texmfdist}/source/latex/quotmark
10164 %{texmfdist}/source/latex/randbild
10165 %{texmfdist}/source/latex/rccol
10166 %{texmfdist}/source/latex/rcs
10167 %{texmfdist}/source/latex/rcsinfo
10168 %{texmfdist}/source/latex/recipecard
10169 %{texmfdist}/source/latex/refman
10170 %{texmfdist}/source/latex/refstyle
10171 %{texmfdist}/source/latex/regcount
10172 %{texmfdist}/source/latex/register
10173 %{texmfdist}/source/latex/relenc
10174 %{texmfdist}/source/latex/revtex
10175 %{texmfdist}/source/latex/rmpage
10176 %{texmfdist}/source/latex/robustcommand
10177 %{texmfdist}/source/latex/romannum
10178 %{texmfdist}/source/latex/rotating
10179 %{texmfdist}/source/latex/rotfloat
10180 %{texmfdist}/source/latex/rsc
10181 %{texmfdist}/source/latex/rst
10182 %{texmfdist}/source/latex/rtkinenc
10183 %{texmfdist}/source/latex/sagetex
10184 %{texmfdist}/source/latex/sanskrit
10185 %{texmfdist}/source/latex/sauerj
10186 %{texmfdist}/source/latex/sauterfonts
10187 %{texmfdist}/source/latex/savefnmark
10188 %{texmfdist}/source/latex/savetrees
10189 %{texmfdist}/source/latex/scale
10190 %{texmfdist}/source/latex/scalebar
10191 %{texmfdist}/source/latex/schedule
10192 %{texmfdist}/source/latex/sciwordconv
10193 %{texmfdist}/source/latex/screenplay
10194 %{texmfdist}/source/latex/sectsty
10195 %{texmfdist}/source/latex/semantic
10196 %{texmfdist}/source/latex/semioneside
10197 %{texmfdist}/source/latex/seqsplit
10198 %{texmfdist}/source/latex/sf298
10199 %{texmfdist}/source/latex/sffms
10200 %{texmfdist}/source/latex/shorttoc
10201 %{texmfdist}/source/latex/show2e
10202 %{texmfdist}/source/latex/showexpl
10203 %{texmfdist}/source/latex/showlabels
10204 %{texmfdist}/source/latex/sidecap
10205 %{texmfdist}/source/latex/siggraph
10206 %{texmfdist}/source/latex/simplecv
10207 %{texmfdist}/source/latex/simplewick
10208 %{texmfdist}/source/latex/skull
10209 %{texmfdist}/source/latex/slantsc
10210 %{texmfdist}/source/latex/snapshot
10211 %{texmfdist}/source/latex/songbook
10212 %{texmfdist}/source/latex/soul
10213 %{texmfdist}/source/latex/splitbib
10214 %{texmfdist}/source/latex/splitindex
10215 %{texmfdist}/source/latex/srcltx
10216 %{texmfdist}/source/latex/sseq
10217 %{texmfdist}/source/latex/ssqquote
10218 %{texmfdist}/source/latex/stack
10219 %{texmfdist}/source/latex/statistik
10220 %{texmfdist}/source/latex/staves
10221 %{texmfdist}/source/latex/stdclsdv
10222 %{texmfdist}/source/latex/stdpage
10223 %{texmfdist}/source/latex/stellenbosch
10224 %{texmfdist}/source/latex/stex
10225 %{texmfdist}/source/latex/stringstrings
10226 %{texmfdist}/source/latex/struktex
10227 %{texmfdist}/source/latex/subdepth
10228 %{texmfdist}/source/latex/subeqn
10229 %{texmfdist}/source/latex/subeqnarray
10230 %{texmfdist}/source/latex/subfig
10231 %{texmfdist}/source/latex/subfigure
10232 %{texmfdist}/source/latex/subfloat
10233 %{texmfdist}/source/latex/sudoku
10234 %{texmfdist}/source/latex/sudokubundle
10235 %{texmfdist}/source/latex/supertabular
10236 %{texmfdist}/source/latex/svn-multi
10237 %{texmfdist}/source/latex/svn
10238 %{texmfdist}/source/latex/svninfo
10239 %{texmfdist}/source/latex/swimgraf
10240 %{texmfdist}/source/latex/syntrace
10241 %{texmfdist}/source/latex/synttree
10242 %{texmfdist}/source/latex/tablists
10243 %{texmfdist}/source/latex/tabulary
10244 %{texmfdist}/source/latex/tabvar
10245 %{texmfdist}/source/latex/talk
10246 %{texmfdist}/source/latex/tcldoc
10247 %{texmfdist}/source/latex/tdsfrmath
10248 %{texmfdist}/source/latex/technics
10249 %{texmfdist}/source/latex/ted
10250 %{texmfdist}/source/latex/tengwarscript
10251 %{texmfdist}/source/latex/tensor
10252 %{texmfdist}/source/latex/teubner
10253 %{texmfdist}/source/latex/texmate
10254 %{texmfdist}/source/latex/texpower
10255 %{texmfdist}/source/latex/texshade
10256 %{texmfdist}/source/latex/textcase
10257 %{texmfdist}/source/latex/textfit
10258 %{texmfdist}/source/latex/textopo
10259 %{texmfdist}/source/latex/textpos
10260 %{texmfdist}/source/latex/thesis-titlepage-fhac
10261 %{texmfdist}/source/latex/thmtools
10262 %{texmfdist}/source/latex/thumb
10263 %{texmfdist}/source/latex/thuthesis
10264 %{texmfdist}/source/latex/timesht
10265 %{texmfdist}/source/latex/titling
10266 %{texmfdist}/source/latex/tocbibind
10267 %{texmfdist}/source/latex/tocloft
10268 %{texmfdist}/source/latex/tocvsec2
10269 %{texmfdist}/source/latex/todo
10270 %{texmfdist}/source/latex/toolbox
10271 %{texmfdist}/source/latex/tools
10272 %{texmfdist}/source/latex/toptesi
10273 %{texmfdist}/source/latex/totpages
10274 %{texmfdist}/source/latex/trajan
10275 %{texmfdist}/source/latex/tree-dvips
10276 %{texmfdist}/source/latex/trfsigns
10277 %{texmfdist}/source/latex/trivfloat
10278 %{texmfdist}/source/latex/trsym
10279 %{texmfdist}/source/latex/tugboat
10280 %{texmfdist}/source/latex/turnstile
10281 %{texmfdist}/source/latex/twoup
10282 %{texmfdist}/source/latex/type1cm
10283 %{texmfdist}/source/latex/typedref
10284 %{texmfdist}/source/latex/typogrid
10285 %{texmfdist}/source/latex/uaclasses
10286 %{texmfdist}/source/latex/uiucthesis
10287 %{texmfdist}/source/latex/ulsy
10288 %{texmfdist}/source/latex/uml
10289 %{texmfdist}/source/latex/umlaute
10290 %{texmfdist}/source/latex/umoline
10291 %{texmfdist}/source/latex/underlin
10292 %{texmfdist}/source/latex/undertilde
10293 %{texmfdist}/source/latex/units
10294 %{texmfdist}/source/latex/unitsdef
10295 %{texmfdist}/source/latex/unroman
10296 %{texmfdist}/source/latex/upmethodology
10297 %{texmfdist}/source/latex/urlbst
10298 %{texmfdist}/source/latex/ushort
10299 %{texmfdist}/source/latex/varindex
10300 %{texmfdist}/source/latex/vector
10301 %{texmfdist}/source/latex/verse
10302 %{texmfdist}/source/latex/vmargin
10303 %{texmfdist}/source/latex/volumes
10304 %{texmfdist}/source/latex/vrsion
10305 %{texmfdist}/source/latex/vwcol
10306 %{texmfdist}/source/latex/vxu
10307 %{texmfdist}/source/latex/warning
10308 %{texmfdist}/source/latex/warpcol
10309 %{texmfdist}/source/latex/was
10310 %{texmfdist}/source/latex/wnri
10311 %{texmfdist}/source/latex/xargs
10312 %{texmfdist}/source/latex/xdoc
10313 %{texmfdist}/source/latex/xfor
10314 %{texmfdist}/source/latex/xmpincl
10315 %{texmfdist}/source/latex/xpackages
10316 %{texmfdist}/source/latex/xskak
10317 %{texmfdist}/source/latex/xtab
10318 %{texmfdist}/source/latex/xtcapts
10319 %{texmfdist}/source/latex/yafoot
10320 %{texmfdist}/source/latex/yfonts
10321 %{texmfdist}/source/latex/yhmath
10322 %{texmfdist}/source/latex/york-thesis
10323 %{texmfdist}/source/latex/youngtab
10324 %{texmfdist}/source/plain/jsmisc/xfig
10325 %{texmfdist}/source/xelatex
10326 %{texmfdist}/tex/alatex/base
10327 %{texmfdist}/tex/generic/enctex
10328 %{texmfdist}/tex/latex/kalender
10329 %{texmfdist}/tex/latex/karnaugh
10330 %{texmfdist}/tex/latex/kerkis
10331 %{texmfdist}/tex/latex/kerntest
10332 %{texmfdist}/tex/latex/kluwer
10333 %{texmfdist}/tex/latex/kpfonts
10334 %{texmfdist}/tex/latex/kurier
10335 %{texmfdist}/tex/latex/labelcas
10336 %{texmfdist}/tex/latex/lazylist
10337 %{texmfdist}/tex/latex/lcg
10338 %{texmfdist}/tex/latex/lcyw
10339 %{texmfdist}/tex/latex/leading
10340 %{texmfdist}/tex/latex/ledmac
10341 %{texmfdist}/tex/latex/lettre
10342 %{texmfdist}/tex/latex/levy
10343 %{texmfdist}/tex/latex/lexikon
10344 %{texmfdist}/tex/latex/lgreek
10345 %{texmfdist}/tex/latex/lhcyr
10346 %{texmfdist}/tex/latex/lhelp
10347 %{texmfdist}/tex/latex/libertine
10348 %{texmfdist}/tex/latex/limap
10349 %{texmfdist}/tex/latex/linearA
10350 %{texmfdist}/tex/latex/linguex
10351 %{texmfdist}/tex/latex/lipsum
10352 %{texmfdist}/tex/latex/listbib
10353 %{texmfdist}/tex/latex/listliketab
10354 %{texmfdist}/tex/latex/listofsymbols
10355 %{texmfdist}/tex/latex/lkproof
10356 %{texmfdist}/tex/latex/logic
10357 %{texmfdist}/tex/latex/logpap
10358 %{texmfdist}/tex/latex/lps
10359 %{texmfdist}/tex/latex/lsc
10360 %{texmfdist}/tex/latex/ltablex
10361 %{texmfdist}/tex/latex/ltxindex
10362 %{texmfdist}/tex/latex/lxfonts
10363 %{texmfdist}/tex/latex/ly1
10364 %{texmfdist}/tex/latex/mafr
10365 %{texmfdist}/tex/latex/mailing
10366 %{texmfdist}/tex/latex/makebarcode
10367 %{texmfdist}/tex/latex/makebox
10368 %{texmfdist}/tex/latex/makecell
10369 %{texmfdist}/tex/latex/makecmds
10370 %{texmfdist}/tex/latex/makedtx
10371 %{texmfdist}/tex/latex/makeglos
10372 %{texmfdist}/tex/latex/makeplot
10373 %{texmfdist}/tex/latex/manfnt
10374 %{texmfdist}/tex/latex/manuscript
10375 %{texmfdist}/tex/latex/mapcodes
10376 %{texmfdist}/tex/latex/maple
10377 %{texmfdist}/tex/latex/marginnote
10378 %{texmfdist}/tex/latex/mathdesign
10379 %{texmfdist}/tex/latex/maybemath
10380 %{texmfdist}/tex/latex/mcaption
10381 %{texmfdist}/tex/latex/mceinleger
10382 %{texmfdist}/tex/latex/mcite
10383 %{texmfdist}/tex/latex/mciteplus
10384 %{texmfdist}/tex/latex/memexsupp
10385 %{texmfdist}/tex/latex/mentis
10386 %{texmfdist}/tex/latex/menu
10387 %{texmfdist}/tex/latex/method
10388 %{texmfdist}/tex/latex/metre
10389 %{texmfdist}/tex/latex/mff
10390 %{texmfdist}/tex/latex/mfpic4ode
10391 %{texmfdist}/tex/latex/mftinc
10392 %{texmfdist}/tex/latex/mhchem
10393 %{texmfdist}/tex/latex/mhequ
10394 %{texmfdist}/tex/latex/mhs
10395 %{texmfdist}/tex/latex/miller
10396 %{texmfdist}/tex/latex/minipage-marginpar
10397 %{texmfdist}/tex/latex/miniplot
10398 %{texmfdist}/tex/latex/minutes
10399 %{texmfdist}/tex/latex/mla-paper
10400 %{texmfdist}/tex/latex/mlist
10401 %{texmfdist}/tex/latex/moresize
10402 %{texmfdist}/tex/latex/movie15
10403 %{texmfdist}/tex/latex/msc
10404 %{texmfdist}/tex/latex/msg
10405 %{texmfdist}/tex/latex/mslapa
10406 %{texmfdist}/tex/latex/mtgreek
10407 %{texmfdist}/tex/latex/multibbl
10408 %{texmfdist}/tex/latex/multicap
10409 %{texmfdist}/tex/latex/multido
10410 %{texmfdist}/tex/latex/muthesis
10411 %{texmfdist}/tex/latex/mxd
10412 %{texmfdist}/tex/latex/mxedruli
10413 %{texmfdist}/tex/latex/nag
10414 %{texmfdist}/tex/latex/namespc
10415 %{texmfdist}/tex/latex/nath
10416 %{texmfdist}/tex/latex/nature
10417 %{texmfdist}/tex/latex/newvbtm
10418 %{texmfdist}/tex/latex/niceframe
10419 %{texmfdist}/tex/latex/nih
10420 %{texmfdist}/tex/latex/noitcrul
10421 %{texmfdist}/tex/latex/nomentbl
10422 %{texmfdist}/tex/latex/nonfloat
10423 %{texmfdist}/tex/latex/nostarch
10424 %{texmfdist}/tex/latex/notes
10425 %{texmfdist}/tex/latex/notes2bib
10426 %{texmfdist}/tex/latex/nrc
10427 %{texmfdist}/tex/latex/ntabbing
10428 %{texmfdist}/tex/latex/numline
10429 %{texmfdist}/tex/latex/numname
10430 %{texmfdist}/tex/latex/numprint
10431 %{texmfdist}/tex/latex/objectz
10432 %{texmfdist}/tex/latex/ocr-latex
10433 %{texmfdist}/tex/latex/octavo
10434 %{texmfdist}/tex/latex/ogonek
10435 %{texmfdist}/tex/latex/oldstyle
10436 %{texmfdist}/tex/latex/opcit
10437 %{texmfdist}/tex/latex/ordinalpt
10438 %{texmfdist}/tex/latex/ot2cyr
10439 %{texmfdist}/tex/latex/othello
10440 %{texmfdist}/tex/latex/otibet
10441 %{texmfdist}/tex/latex/outline
10442 %{texmfdist}/tex/latex/outliner
10443 %{texmfdist}/tex/latex/pacioli
10444 %{texmfdist}/tex/latex/pageno
10445 %{texmfdist}/tex/latex/pagenote
10446 %{texmfdist}/tex/latex/palatino
10447 %{texmfdist}/tex/latex/paper
10448 %{texmfdist}/tex/latex/papercdcase
10449 %{texmfdist}/tex/latex/papertex
10450 %{texmfdist}/tex/latex/parallel
10451 %{texmfdist}/tex/latex/paresse
10452 %{texmfdist}/tex/latex/parrun
10453 %{texmfdist}/tex/latex/patchcmd
10454 %{texmfdist}/tex/latex/pauldoc
10455 %{texmfdist}/tex/latex/pawpict
10456 %{texmfdist}/tex/latex/pbox
10457 %{texmfdist}/tex/latex/pbsheet
10458 %{texmfdist}/tex/latex/pclnfss
10459 %{texmfdist}/tex/latex/pdfcprot
10460 %{texmfdist}/tex/latex/pdfscreen
10461 %{texmfdist}/tex/latex/pdftricks
10462 %{texmfdist}/tex/latex/pdfwin
10463 %{texmfdist}/tex/latex/pecha
10464 %{texmfdist}/tex/latex/perltex
10465 %{texmfdist}/tex/latex/permute
10466 %{texmfdist}/tex/latex/petiteannonce
10467 %{texmfdist}/tex/latex/petri-nets
10468 %{texmfdist}/tex/latex/pgf-soroban
10469 %{texmfdist}/tex/latex/phaistos
10470 %{texmfdist}/tex/latex/philex
10471 %{texmfdist}/tex/latex/philosophersimprint
10472 %{texmfdist}/tex/latex/phonetic
10473 %{texmfdist}/tex/latex/photo
10474 %{texmfdist}/tex/latex/pictex2
10475 %{texmfdist}/tex/latex/pinlabel
10476 %{texmfdist}/tex/latex/pittetd
10477 %{texmfdist}/tex/latex/plari
10478 %{texmfdist}/tex/latex/plates
10479 %{texmfdist}/tex/latex/play
10480 %{texmfdist}/tex/latex/plweb
10481 %{texmfdist}/tex/latex/pmgraph
10482 %{texmfdist}/tex/latex/poemscol
10483 %{texmfdist}/tex/latex/polski
10484 %{texmfdist}/tex/latex/polyglot
10485 %{texmfdist}/tex/latex/polytable
10486 %{texmfdist}/tex/latex/postcards
10487 %{texmfdist}/tex/latex/powerdot
10488 %{texmfdist}/tex/latex/ppower4
10489 %{texmfdist}/tex/latex/ppr-prv
10490 %{texmfdist}/tex/latex/pracjourn
10491 %{texmfdist}/tex/latex/prettyref
10492 %{texmfdist}/tex/latex/proba
10493 %{texmfdist}/tex/latex/probsoln
10494 %{texmfdist}/tex/latex/procIAGssymp
10495 %{texmfdist}/tex/latex/progkeys
10496 %{texmfdist}/tex/latex/progress
10497 %{texmfdist}/tex/latex/protex
10498 %{texmfdist}/tex/latex/protocol
10499 %{texmfdist}/tex/latex/psfragx
10500 %{texmfdist}/tex/latex/psgo
10501 %{texmfdist}/tex/latex/pspicture
10502 %{texmfdist}/tex/latex/pstricks-add
10503 %{texmfdist}/tex/latex/ptptex
10504 %{texmfdist}/tex/latex/qcm
10505 %{texmfdist}/tex/latex/qobitree
10506 %{texmfdist}/tex/latex/qstest
10507 %{texmfdist}/tex/latex/qsymbols
10508 %{texmfdist}/tex/latex/qtree
10509 %{texmfdist}/tex/latex/quotchap
10510 %{texmfdist}/tex/latex/quotmark
10511 %{texmfdist}/tex/latex/r_und_s
10512 %{texmfdist}/tex/latex/randbild
10513 %{texmfdist}/tex/latex/randtext
10514 %{texmfdist}/tex/latex/rccol
10515 %{texmfdist}/tex/latex/rcs
10516 %{texmfdist}/tex/latex/rcsinfo
10517 %{texmfdist}/tex/latex/recipecard
10518 %{texmfdist}/tex/latex/rectopma
10519 %{texmfdist}/tex/latex/refcheck
10520 %{texmfdist}/tex/latex/refman
10521 %{texmfdist}/tex/latex/refstyle
10522 %{texmfdist}/tex/latex/regcount
10523 %{texmfdist}/tex/latex/register
10524 %{texmfdist}/tex/latex/relenc
10525 %{texmfdist}/tex/latex/repeatindex
10526 %{texmfdist}/tex/latex/resume
10527 %{texmfdist}/tex/latex/rlepsf
10528 %{texmfdist}/tex/latex/rmpage
10529 %{texmfdist}/tex/latex/robustcommand
10530 %{texmfdist}/tex/latex/robustindex
10531 %{texmfdist}/tex/latex/romannum
10532 %{texmfdist}/tex/latex/rotpages
10533 %{texmfdist}/tex/latex/rsc
10534 %{texmfdist}/tex/latex/rst
10535 %{texmfdist}/tex/latex/rtkinenc
10536 %{texmfdist}/tex/latex/rtklage
10537 %{texmfdist}/tex/latex/sagetex
10538 %{texmfdist}/tex/latex/sanskrit
10539 %{texmfdist}/tex/latex/sauerj
10540 %{texmfdist}/tex/latex/sauterfonts
10541 %{texmfdist}/tex/latex/savefnmark
10542 %{texmfdist}/tex/latex/savesym
10543 %{texmfdist}/tex/latex/savetrees
10544 %{texmfdist}/tex/latex/scalebar
10545 %{texmfdist}/tex/latex/schedule
10546 %{texmfdist}/tex/latex/scientificpaper
10547 %{texmfdist}/tex/latex/sciposter
10548 %{texmfdist}/tex/latex/sciwordconv
10549 %{texmfdist}/tex/latex/screenplay
10550 %{texmfdist}/tex/latex/script
10551 %{texmfdist}/tex/latex/sdrt
10552 %{texmfdist}/tex/latex/sectionbox
10553 %{texmfdist}/tex/latex/semantic
10554 %{texmfdist}/tex/latex/semaphor
10555 %{texmfdist}/tex/latex/semioneside
10556 %{texmfdist}/tex/latex/seqsplit
10557 %{texmfdist}/tex/latex/sf298
10558 %{texmfdist}/tex/latex/sffms
10559 %{texmfdist}/tex/latex/sfg
10560 %{texmfdist}/tex/latex/sfmath
10561 %{texmfdist}/tex/latex/sgame
10562 %{texmfdist}/tex/latex/shadbox
10563 %{texmfdist}/tex/latex/shadethm
10564 %{texmfdist}/tex/latex/shipunov
10565 %{texmfdist}/tex/latex/shorttoc
10566 %{texmfdist}/tex/latex/show2e
10567 %{texmfdist}/tex/latex/showexpl
10568 %{texmfdist}/tex/latex/sides
10569 %{texmfdist}/tex/latex/siggraph
10570 %{texmfdist}/tex/latex/simplecv
10571 %{texmfdist}/tex/latex/simplewick
10572 %{texmfdist}/tex/latex/skak
10573 %{texmfdist}/tex/latex/skull
10574 %{texmfdist}/tex/latex/slantsc
10575 %{texmfdist}/tex/latex/smalltableof
10576 %{texmfdist}/tex/latex/smartref
10577 %{texmfdist}/tex/latex/smflatex
10578 %{texmfdist}/tex/latex/snapshot
10579 %{texmfdist}/tex/latex/songbook
10580 %{texmfdist}/tex/latex/soyombo
10581 %{texmfdist}/tex/latex/sparklines
10582 %{texmfdist}/tex/latex/spie
10583 %{texmfdist}/tex/latex/splitbib
10584 %{texmfdist}/tex/latex/splitindex
10585 %{texmfdist}/tex/latex/sprite
10586 %{texmfdist}/tex/latex/srcltx
10587 %{texmfdist}/tex/latex/sseq
10588 %{texmfdist}/tex/latex/ssqquote
10589 %{texmfdist}/tex/latex/stack
10590 %{texmfdist}/tex/latex/stage
10591 %{texmfdist}/tex/latex/statex2
10592 %{texmfdist}/tex/latex/statistik
10593 %{texmfdist}/tex/latex/staves
10594 %{texmfdist}/tex/latex/stdpage
10595 %{texmfdist}/tex/latex/stellenbosch
10596 %{texmfdist}/tex/latex/stex
10597 %{texmfdist}/tex/latex/stringstrings
10598 %{texmfdist}/tex/latex/struktex
10599 %{texmfdist}/tex/latex/sttools
10600 %{texmfdist}/tex/latex/stubs
10601 %{texmfdist}/tex/latex/subdepth
10602 %{texmfdist}/tex/latex/subeqn
10603 %{texmfdist}/tex/latex/subeqnarray
10604 %{texmfdist}/tex/latex/subfloat
10605 %{texmfdist}/tex/latex/substr
10606 %{texmfdist}/tex/latex/sudoku
10607 %{texmfdist}/tex/latex/sudokubundle
10608 %{texmfdist}/tex/latex/sugconf
10609 %{texmfdist}/tex/latex/susy
10610 %{texmfdist}/tex/latex/svgcolor
10611 %{texmfdist}/tex/latex/svn-multi
10612 %{texmfdist}/tex/latex/svn
10613 %{texmfdist}/tex/latex/svninfo
10614 %{texmfdist}/tex/latex/swimgraf
10615 %{texmfdist}/tex/latex/symbol
10616 %{texmfdist}/tex/latex/synproof
10617 %{texmfdist}/tex/latex/syntax
10618 %{texmfdist}/tex/latex/syntrace
10619 %{texmfdist}/tex/latex/synttree
10620 %{texmfdist}/tex/latex/timing
10621 %{texmfdist}/tex/latex/tocvsec2
10622 %{texmfdist}/tex/latex/todo
10623 %{texmfdist}/tex/latex/tokenizer
10624 %{texmfdist}/tex/latex/toolbox
10625 %{texmfdist}/tex/latex/topfloat
10626 %{texmfdist}/tex/latex/toptesi
10627 %{texmfdist}/tex/latex/tpslifonts
10628 %{texmfdist}/tex/latex/tracking
10629 %{texmfdist}/tex/latex/trajan
10630 %{texmfdist}/tex/latex/translator
10631 %{texmfdist}/tex/latex/tree-dvips
10632 %{texmfdist}/tex/latex/trfsigns
10633 %{texmfdist}/tex/latex/trivfloat
10634 %{texmfdist}/tex/latex/trsym
10635 %{texmfdist}/tex/latex/tufte-latex
10636 %{texmfdist}/tex/latex/tugboat
10637 %{texmfdist}/tex/latex/turnstile
10638 %{texmfdist}/tex/latex/twoup
10639 %{texmfdist}/tex/latex/typedref
10640 %{texmfdist}/tex/latex/typogrid
10641 %{texmfdist}/tex/latex/uaclasses
10642 %{texmfdist}/tex/latex/ucthesis
10643 %{texmfdist}/tex/latex/uebungsblatt
10644 %{texmfdist}/tex/latex/uhrzeit
10645 %{texmfdist}/tex/latex/uiucthesis
10646 %{texmfdist}/tex/latex/ulsy
10647 %{texmfdist}/tex/latex/umich-thesis
10648 %{texmfdist}/tex/latex/uml
10649 %{texmfdist}/tex/latex/umoline
10650 %{texmfdist}/tex/latex/umrand
10651 %{texmfdist}/tex/latex/umthesis
10652 %{texmfdist}/tex/latex/underlin
10653 %{texmfdist}/tex/latex/ushort
10654 %{texmfdist}/tex/latex/uwthesis
10655
10656 # %files latex-palatcm
10657 # %defattr(644,root,root,755)
10658 # %{texmf}/tex/latex/palatcm
10659
10660 %files latex-pdfslide
10661 %defattr(644,root,root,755)
10662 %doc %{texmfdist}/doc/latex/pdfslide
10663 %{texmfdist}/tex/latex/pdfslide
10664
10665 %files latex-pgf
10666 %defattr(644,root,root,755)
10667 %doc %{texmfdist}/doc/generic/pgf
10668 %{texmfdist}/tex/generic/pgf
10669 %{texmfdist}/tex/generic/pgfplots
10670 %{texmfdist}/tex/latex/pgf
10671 %{texmfdist}/tex/latex/pgfopts
10672 %{texmfdist}/tex/latex/pgfplots
10673
10674 %files latex-prosper
10675 %defattr(644,root,root,755)
10676 %doc %{texmfdist}/doc/latex/prosper
10677 %{texmfdist}/tex/latex/prosper
10678
10679 %files latex-polynom
10680 %defattr(644,root,root,755)
10681 %doc %{texmfdist}/doc/latex/polynom
10682 %{texmfdist}/source/latex/polynom
10683 %{texmfdist}/tex/latex/polynom
10684
10685 %files latex-polynomial
10686 %defattr(644,root,root,755)
10687 %doc %{texmfdist}/doc/latex/polynomial
10688 %{texmfdist}/source/latex/polynomial
10689 %{texmfdist}/tex/latex/polynomial
10690
10691 %files latex-pseudocode
10692 %defattr(644,root,root,755)
10693 %doc %{texmfdist}/doc/latex/pseudocode
10694 %{texmfdist}/tex/latex/pseudocode
10695
10696 %files latex-pst-2dplot
10697 %defattr(644,root,root,755)
10698 %doc %{texmfdist}/doc/generic/pst-2dplot
10699 %{texmfdist}/tex/latex/pst-2dplot
10700
10701 %files latex-pst-3dplot
10702 %defattr(644,root,root,755)
10703 %doc %{texmfdist}/doc/generic/pst-3dplot
10704 %{texmfdist}/dvips/pst-3dplot
10705 %{texmfdist}/tex/generic/pst-3dplot
10706 %{texmfdist}/tex/latex/pst-3dplot
10707
10708 %files latex-pst-bar
10709 %defattr(644,root,root,755)
10710 %doc %{texmfdist}/doc/generic/pst-3dplot
10711 %{texmfdist}/dvips/pst-bar
10712 %{texmfdist}/tex/generic/pst-bar
10713 %{texmfdist}/tex/latex/pst-bar
10714
10715 %files latex-pst-circ
10716 %defattr(644,root,root,755)
10717 %doc %{texmfdist}/doc/generic/pst-circ
10718 %{texmfdist}/dvips/pst-circ
10719 %{texmfdist}/tex/generic/pst-circ
10720 %{texmfdist}/tex/latex/pst-circ
10721
10722 %files latex-pst-diffraction
10723 %defattr(644,root,root,755)
10724 %doc %{texmfdist}/doc/generic/pst-diffraction
10725 %{texmfdist}/tex/generic/pst-diffraction
10726 %{texmfdist}/tex/latex/pst-diffraction
10727
10728 %files latex-pst-eucl
10729 %defattr(644,root,root,755)
10730 %doc %{texmfdist}/doc/generic/pst-eucl
10731 %{texmfdist}/tex/generic/pst-eucl
10732 %{texmfdist}/tex/latex/pst-eucl
10733
10734 %files latex-pst-fun
10735 %defattr(644,root,root,755)
10736 %doc %{texmfdist}/doc/generic/pst-fun
10737 %{texmfdist}/dvips/pst-fun
10738 %{texmfdist}/tex/generic/pst-fun
10739 %{texmfdist}/tex/latex/pst-fun
10740
10741 %files latex-pst-func
10742 %defattr(644,root,root,755)
10743 %doc %{texmfdist}/doc/generic/pst-func
10744 %{texmfdist}/dvips/pst-func
10745 %{texmfdist}/tex/generic/pst-func
10746 %{texmfdist}/tex/latex/pst-func
10747
10748 %files latex-pst-infixplot
10749 %defattr(644,root,root,755)
10750 %doc %{texmfdist}/doc/generic/pst-infixplot
10751 %{texmfdist}/tex/generic/pst-infixplot
10752 %{texmfdist}/tex/latex/pst-infixplot
10753
10754 %files latex-pst-fr3d
10755 %defattr(644,root,root,755)
10756 %doc %{texmfdist}/doc/generic/pst-fr3d
10757 %{texmfdist}/source/generic/pst-fr3d
10758 %{texmfdist}/tex/generic/pst-fr3d
10759 %{texmfdist}/tex/latex/pst-fr3d
10760
10761 %files latex-pst-fractal
10762 %defattr(644,root,root,755)
10763 %doc %{texmfdist}/doc/generic/pst-fractal
10764 %{texmfdist}/dvips/pst-fractal
10765 %{texmfdist}/tex/generic/pst-fractal
10766 %{texmfdist}/tex/latex/pst-fractal
10767
10768 %files latex-pst-math
10769 %defattr(644,root,root,755)
10770 %doc %{texmfdist}/doc/generic/pst-math
10771 %{texmfdist}/dvips/pst-math
10772 %{texmfdist}/tex/generic/pst-math
10773 %{texmfdist}/tex/latex/pst-math
10774
10775 %files latex-pst-ob3d
10776 %defattr(644,root,root,755)
10777 %doc %{texmfdist}/doc/generic/pst-ob3d
10778 %{texmfdist}/source/generic/pst-ob3d
10779 %{texmfdist}/tex/generic/pst-ob3d
10780 %{texmfdist}/tex/latex/pst-ob3d
10781
10782 %files latex-pst-optexp
10783 %defattr(644,root,root,755)
10784 %doc %{texmfdist}/doc/generic/pst-optexp
10785 %{texmfdist}/dvips/pst-optexp
10786 %{texmfdist}/tex/generic/pst-optexp
10787 %{texmfdist}/tex/latex/pst-optexp
10788
10789 %files latex-pst-optic
10790 %defattr(644,root,root,755)
10791 %doc %{texmfdist}/doc/generic/pst-optic
10792 %{texmfdist}/tex/generic/pst-optic
10793 %{texmfdist}/tex/latex/pst-optic
10794
10795 %files latex-pst-text
10796 %defattr(644,root,root,755)
10797 %doc %{texmfdist}/doc/generic/pst-text
10798 %{texmfdist}/dvips/pst-text
10799 %{texmfdist}/tex/generic/pst-text
10800 %{texmfdist}/tex/latex/pst-text
10801
10802 %files latex-pst-uncategorized
10803 %defattr(644,root,root,755)
10804 %doc %{texmfdist}/doc/generic/pst-3d
10805 %doc %{texmfdist}/doc/generic/pst-asr
10806 %doc %{texmfdist}/doc/generic/pst-bar
10807 %doc %{texmfdist}/doc/generic/pst-barcode
10808 %doc %{texmfdist}/doc/generic/pst-blur
10809 %doc %{texmfdist}/doc/generic/pst-coil
10810 %doc %{texmfdist}/doc/generic/pst-cox
10811 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
10812 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
10813 %doc %{texmfdist}/doc/generic/pst-dbicons
10814 %doc %{texmfdist}/doc/generic/pst-eps
10815 %doc %{texmfdist}/doc/generic/pst-fill
10816 %doc %{texmfdist}/doc/generic/pst-geo
10817 %doc %{texmfdist}/doc/generic/pst-ghsb
10818 %doc %{texmfdist}/doc/generic/pst-gr3d
10819 %doc %{texmfdist}/doc/generic/pst-grad
10820 %doc %{texmfdist}/doc/generic/pst-jtree
10821 %doc %{texmfdist}/doc/generic/pst-labo
10822 %doc %{texmfdist}/doc/generic/pst-lens
10823 %doc %{texmfdist}/doc/generic/pst-light3d
10824 %doc %{texmfdist}/doc/generic/pst-osci
10825 %doc %{texmfdist}/doc/generic/pst-pad
10826 %doc %{texmfdist}/doc/generic/pst-pdgr
10827 %doc %{texmfdist}/doc/generic/pst-poly
10828 %doc %{texmfdist}/doc/generic/pst-qtree
10829 %doc %{texmfdist}/doc/generic/pst-slpe
10830 %doc %{texmfdist}/doc/generic/pst-solides3d
10831 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
10832 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc
10833 %doc %{texmfdist}/doc/generic/pst-soroban
10834 %doc %{texmfdist}/doc/generic/pst-spectra
10835 %doc %{texmfdist}/doc/generic/pst-stru
10836 %doc %{texmfdist}/doc/generic/pst-uml
10837 %doc %{texmfdist}/doc/generic/pst-vue3d
10838 %doc %{texmfdist}/doc/latex/auto-pst-pdf
10839 %doc %{texmfdist}/doc/latex/pst-pdf
10840 %{texmfdist}/dvips/pst-barcode
10841 %{texmfdist}/dvips/pst-blur
10842 %{texmfdist}/dvips/pst-coil
10843 %{texmfdist}/dvips/pst-cox
10844 %{texmfdist}/dvips/pst-eucl
10845 %{texmfdist}/dvips/pst-geo
10846 %{texmfdist}/dvips/pst-ghsb
10847 %{texmfdist}/dvips/pst-grad
10848 %{texmfdist}/dvips/pst-light3d
10849 %{texmfdist}/dvips/pst-slpe
10850 %{texmfdist}/dvips/pst-solides3d
10851 %{texmfdist}/dvips/pst-spectra
10852 %{texmfdist}/dvips/pst-vue3d
10853 %{texmfdist}/scripts/pst-pdf
10854 %{texmfdist}/source/generic/pst-3d
10855 %{texmfdist}/source/generic/pst-3dplot
10856 %{texmfdist}/source/generic/pst-barcode
10857 %{texmfdist}/source/generic/pst-blur
10858 %{texmfdist}/source/generic/pst-circ
10859 %{texmfdist}/source/generic/pst-coil
10860 %{texmfdist}/source/generic/pst-dbicons
10861 %{texmfdist}/source/generic/pst-diffraction
10862 %{texmfdist}/source/generic/pst-eps
10863 %{texmfdist}/source/generic/pst-fill
10864 %{texmfdist}/source/generic/pst-fractal
10865 %{texmfdist}/source/generic/pst-fun
10866 %{texmfdist}/source/generic/pst-func
10867 %{texmfdist}/source/generic/pst-lens
10868 %{texmfdist}/source/generic/pst-light3d
10869 %{texmfdist}/source/generic/pst-optic
10870 %{texmfdist}/source/generic/pst-pad
10871 %{texmfdist}/source/generic/pst-pdgr
10872 %{texmfdist}/source/generic/pst-slpe
10873 %{texmfdist}/source/generic/pst-soroban
10874 %{texmfdist}/source/generic/pst-text
10875 %{texmfdist}/source/generic/pst-uml
10876 %{texmfdist}/source/generic/pst-vue3d
10877 %{texmfdist}/source/latex/auto-pst-pdf
10878 %{texmfdist}/source/latex/pst-gr3d
10879 %{texmfdist}/source/latex/pst-pdf
10880 %{texmfdist}/source/latex/pst-poly
10881 %{texmfdist}/tex/generic/pst-3d
10882 %{texmfdist}/tex/generic/pst-asr
10883 %{texmfdist}/tex/generic/pst-barcode
10884 %{texmfdist}/tex/generic/pst-blur
10885 %{texmfdist}/tex/generic/pst-coil
10886 %{texmfdist}/tex/generic/pst-cox
10887 %{texmfdist}/tex/generic/pst-eps
10888 %{texmfdist}/tex/generic/pst-fill
10889 %{texmfdist}/tex/generic/pst-geo
10890 %{texmfdist}/tex/generic/pst-ghsb
10891 %{texmfdist}/tex/generic/pst-gr3d
10892 %{texmfdist}/tex/generic/pst-grad
10893 %{texmfdist}/tex/generic/pst-jtree
10894 %{texmfdist}/tex/generic/pst-labo
10895 %{texmfdist}/tex/generic/pst-lens
10896 %{texmfdist}/tex/generic/pst-light3d
10897 %{texmfdist}/tex/generic/pst-osci
10898 %{texmfdist}/tex/generic/pst-pad
10899 %{texmfdist}/tex/generic/pst-pdgr
10900 %{texmfdist}/tex/generic/pst-poly
10901 %{texmfdist}/tex/generic/pst-qtree
10902 %{texmfdist}/tex/generic/pst-slpe
10903 %{texmfdist}/tex/generic/pst-solides3d
10904 %{texmfdist}/tex/generic/pst-spectra
10905 %{texmfdist}/tex/generic/pst-stru
10906 %{texmfdist}/tex/generic/pst-vue3d
10907 %{texmfdist}/tex/latex/pst-3d
10908 %{texmfdist}/tex/latex/pst-asr
10909 %{texmfdist}/tex/latex/pst-barcode
10910 %{texmfdist}/tex/latex/pst-blur
10911 %{texmfdist}/tex/latex/pst-coil
10912 %{texmfdist}/tex/latex/pst-cox
10913 %{texmfdist}/tex/latex/pst-dbicons
10914 %{texmfdist}/tex/latex/pst-eps
10915 %{texmfdist}/tex/latex/pst-fill
10916 %{texmfdist}/tex/latex/pst-geo
10917 %{texmfdist}/tex/latex/pst-ghsb
10918 %{texmfdist}/tex/latex/pst-gr3d
10919 %{texmfdist}/tex/latex/pst-grad
10920 %{texmfdist}/tex/latex/pst-jtree
10921 %{texmfdist}/tex/latex/pst-labo
10922 %{texmfdist}/tex/latex/pst-lens
10923 %{texmfdist}/tex/latex/pst-light3d
10924 %{texmfdist}/tex/latex/pst-osci
10925 %{texmfdist}/tex/latex/pst-pad
10926 %{texmfdist}/tex/latex/pst-pdf
10927 %{texmfdist}/tex/latex/pst-pdgr
10928 %{texmfdist}/tex/latex/pst-poly
10929 %{texmfdist}/tex/latex/pst-qtree
10930 %{texmfdist}/tex/latex/pst-slpe
10931 %{texmfdist}/tex/latex/pst-solides3d
10932 %{texmfdist}/tex/latex/pst-soroban
10933 %{texmfdist}/tex/latex/pst-spectra
10934 %{texmfdist}/tex/latex/pst-stru
10935 %{texmfdist}/tex/latex/pst-uml
10936 %{texmfdist}/tex/latex/pst-vue3d
10937
10938 %files latex-psnfss
10939 %defattr(644,root,root,755)
10940 %doc %{texmfdist}/doc/latex/psnfss
10941 %dir %{texmfdist}/source/latex
10942 %dir %{texmfdist}/source/latex/latex-tds
10943 %dir %{texmfdist}/source/latex/latex-tds/tex
10944 %{texmfdist}/fonts/map/dvips/psnfss
10945 %{texmfdist}/source/latex/psnfss
10946 %{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
10947 %{texmfdist}/tex/latex/psnfss
10948
10949 %files latex-pxfonts
10950 %defattr(644,root,root,755)
10951 %doc %{texmfdist}/doc/fonts/pxfonts
10952 %{texmfdist}/tex/latex/pxfonts
10953 %{texmfdist}/fonts/type1/public/pxfonts
10954 %{texmfdist}/fonts/afm/public/pxfonts
10955 %{texmfdist}/fonts/tfm/public/pxfonts
10956 %{texmfdist}/fonts/vf/public/pxfonts
10957 %{texmfdist}/fonts/map/dvips/pxfonts
10958
10959 #%files latex-qfonts
10960 #%defattr(644,root,root,755)
10961
10962 %files latex-SIstyle
10963 %defattr(644,root,root,755)
10964 %{texmfdist}/doc/latex/SIstyle
10965 %{texmfdist}/source/latex/SIstyle
10966
10967 %files latex-SIunits
10968 %defattr(644,root,root,755)
10969 %{texmfdist}/doc/latex/SIunits
10970 %{texmfdist}/tex/latex/SIunits
10971 %{texmfdist}/source/latex/SIunits
10972
10973 %files latex-siunitx
10974 %defattr(644,root,root,755)
10975 %{texmfdist}/doc/latex/siunitx
10976 %{texmfdist}/tex/latex/siunitx
10977 %{texmfdist}/source/latex/siunitx
10978
10979 %files latex-Tabbing
10980 %defattr(644,root,root,755)
10981 %{texmfdist}/source/latex/Tabbing
10982 %{texmfdist}/doc/latex/Tabbing
10983
10984 %files latex-txfonts
10985 %defattr(644,root,root,755)
10986 %doc %{texmfdist}/doc/fonts/txfonts
10987 %{texmfdist}/fonts/type1/public/txfonts
10988 %{texmfdist}/fonts/afm/public/txfonts
10989 %{texmfdist}/fonts/enc/dvips/txfonts
10990 %{texmfdist}/fonts/tfm/public/txfonts
10991 %{texmfdist}/fonts/vf/public/txfonts
10992 %{texmfdist}/fonts/map/dvips/txfonts
10993 %{texmfdist}/tex/latex/txfonts
10994
10995 %files latex-ucs
10996 %defattr(644,root,root,755)
10997 %doc %{texmfdist}/doc/latex/ucs
10998 %{texmfdist}/tex/latex/ucs
10999
11000 %files latex-umlaute
11001 %defattr(644,root,root,755)
11002 %{texmfdist}/tex/latex/umlaute
11003
11004 # %files latex-urwvn
11005 # %defattr(644,root,root,755)
11006
11007 %files latex-wasysym
11008 %defattr(644,root,root,755)
11009 %doc %{texmfdist}/doc/latex/wasysym
11010 %{texmfdist}/tex/latex/wasysym
11011 %{texmfdist}/source/latex/wasysym
11012
11013 %files latex-xcolor
11014 %defattr(644,root,root,755)
11015 %doc %{texmfdist}/doc/latex/xcolor
11016 %{texmfdist}/dvips/xcolor
11017 %{texmfdist}/source/latex/xcolor
11018
11019 # %files format-latex
11020 # %defattr(644,root,root,755)
11021 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
11022
11023 %files format-pdflatex
11024 %defattr(644,root,root,755)
11025 #%{texmf}/pdftex/latex/config
11026 # %dir %{texmf}/pdftex/latex
11027 %attr(755,root,root) %{_bindir}/pdflatex
11028 %{_mandir}/man1/pdflatex.1*
11029 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
11030
11031 # %files platex
11032 # %defattr(644,root,root,755)
11033 # %doc %{texmf}/doc/latex/platex
11034 # %dir %{texmf}/tex/platex
11035 # %{texmf}/tex/platex/config
11036 # %{texmf}/tex/latex/platex
11037
11038 # %files format-platex
11039 # %defattr(644,root,root,755)
11040 # %attr(755,root,root) %{_bindir}/platex
11041 #%attr(755,root,root) %{_bindir}/platex-pl
11042 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
11043 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11044
11045 # %files format-pdfplatex
11046 # %defattr(644,root,root,755)
11047 #%dir %{texmf}/pdftex/platex
11048 #%{texmf}/pdftex/platex/config
11049 # %attr(755,root,root) %{_bindir}/pdfplatex
11050 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
11051
11052 %files tex-babel
11053 %defattr(644,root,root,755)
11054 %dir %{texmfdist}/source/generic/babel
11055 %doc %{texmfdist}/doc/generic/babel
11056 %{texmfdist}/tex/generic/babel
11057
11058 %files tex-german
11059 %defattr(644,root,root,755)
11060 %doc %{texmfdist}/doc/generic/german
11061 %{texmfdist}/tex/generic/german
11062
11063 %files tex-mfpic
11064 %defattr(644,root,root,755)
11065 %doc %{texmfdist}/doc/generic/mfpic
11066 %{texmfdist}/tex/generic/mfpic
11067
11068 %files tex-misc
11069 %defattr(644,root,root,755)
11070 %doc %{texmfdist}/doc/latex/localloc
11071 %doc %{texmfdist}/doc/generic/multido
11072 %doc %{texmfdist}/doc/generic/tap
11073
11074 %{texmfdist}/tex/generic/eijkhout
11075 %{texmfdist}/tex/generic/multido
11076 %{texmfdist}/tex/generic/misc
11077
11078 %files tex-pictex
11079 %defattr(644,root,root,755)
11080 %doc %{texmfdist}/doc/generic/pictex
11081 %{texmfdist}/tex/generic/pictex
11082
11083 %files tex-pstricks
11084 %defattr(644,root,root,755)
11085 %doc %{texmfdist}/doc/generic/pstricks
11086 %{texmfdist}/dvips/pstricks
11087 %{texmfdist}/tex/generic/pstricks
11088
11089 # %files tex-qpx
11090 # %defattr(644,root,root,755)
11091 # %doc %{texmf}/doc/fonts/polish/qpx
11092 # %{texmf}/tex/generic/qpx
11093
11094 %files tex-qpxqtx
11095 %defattr(644,root,root,755)
11096 %doc %{texmfdist}/doc/fonts/qpxqtx
11097 %{texmfdist}/fonts/tfm/public/qpxqtx
11098 %{texmfdist}/fonts/vf/public/qpxqtx
11099 %{texmfdist}/tex/generic/qpxqtx
11100
11101 %files tex-ruhyphen
11102 %defattr(644,root,root,755)
11103 %{texmfdist}/tex/generic/ruhyphen
11104 %{texmfdist}/source/generic/ruhyphen
11105
11106 %files tex-spanish
11107 %defattr(644,root,root,755)
11108 %doc %{texmfdist}/doc/latex/spanish-mx
11109 %dir %{texmfdist}/source/latex/mapcodes
11110 %dir %{texmfdist}/source/latex/polyglot
11111 %dir %{texmfdist}/source/latex/polyglot/langs
11112 %dir %{texmfdist}/tex/latex/apacite
11113 %dir %{texmfdist}/tex/latex/babelbib
11114 %dir %{texmfdist}/tex/latex/dvdcoll/dcl
11115 %dir %{texmfdist}/tex/texsis
11116 %dir %{texmfdist}/tex/texsis/base
11117 %{texmfdist}/source/generic/babel/spanish.ins
11118 %{texmfdist}/source/generic/babel/spanish.dtx
11119 %{texmfdist}/source/latex/polyglot/langs/spanish.ld
11120 %{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11121 %{texmfdist}/source/latex/mapcodes/spanish.map
11122 %{texmfdist}/source/latex/mapcodes/spanish.dtx
11123 %{texmfdist}/tex/texsis/base/Spanish.txs
11124 %{texmfdist}/tex/generic/babel/spanish.sty
11125 %{texmfdist}/tex/generic/babel/spanish.ldf
11126 %{texmfdist}/tex/latex/spanish-mx
11127 %{texmfdist}/tex/latex/custom-bib/spanish.mbs
11128 %{texmfdist}/tex/latex/babelbib/spanish.bdf
11129 %{texmfdist}/tex/latex/apacite/spanish.apc
11130 %{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
11131
11132 %files tex-texdraw
11133 %defattr(644,root,root,755)
11134 %doc %{texmfdist}/doc/texdraw
11135 %{texmfdist}/tex/generic/texdraw
11136
11137 %files tex-thumbpdf
11138 %defattr(644,root,root,755)
11139 %doc %{texmfdist}/doc/generic/thumbpdf
11140 %attr(755,root,root) %{_bindir}/thumbpdf
11141 %{texmfdist}/tex/generic/thumbpdf
11142 %{texmfdist}/scripts/thumbpdf
11143 %{_mandir}/man1/thumbpdf.1*
11144
11145 %files tex-ukrhyph
11146 %defattr(644,root,root,755)
11147 %doc %{texmfdist}/doc/generic/ukrhyph
11148 %{texmfdist}/tex/generic/ukrhyph
11149
11150 %files latex-vietnam
11151 %defattr(644,root,root,755)
11152 %doc %{texmfdist}/doc/generic/vntex
11153 %{texmfdist}/tex/latex/vntex
11154
11155 %files tex-xypic
11156 %defattr(644,root,root,755)
11157 %doc %{texmfdist}/doc/generic/xypic
11158 %{texmfdist}/tex/generic/xypic
11159
11160 %files tex-xkeyval
11161 %defattr(644,root,root,755)
11162 %doc %{texmfdist}/doc/latex/xkeyval
11163 %{texmfdist}/source/latex/xkeyval
11164 %{texmfdist}/tex/generic/xkeyval
11165 %{texmfdist}/tex/latex/xkeyval
11166
11167 %files fonts-adobe
11168 %defattr(644,root,root,755)
11169 %{texmfdist}/fonts/type1/adobe
11170 %{texmfdist}/fonts/afm/adobe
11171 %{texmfdist}/fonts/tfm/adobe
11172 %{texmfdist}/fonts/vf/adobe
11173
11174 %files fonts-ae
11175 %defattr(644,root,root,755)
11176 %doc %{texmfdist}/doc/fonts/ae
11177 %{texmfdist}/fonts/tfm/public/ae
11178 %{texmfdist}/fonts/vf/public/ae
11179 %{texmfdist}/source/fonts/ae
11180
11181 %files fonts-ams
11182 %defattr(644,root,root,755)
11183 %{texmfdist}/bibtex/bst/ams
11184 %{texmfdist}/bibtex/bib/ams
11185 %{texmfdist}/dvips/ams
11186 %{texmfdist}/fonts/source/public/ams
11187 %{texmfdist}/fonts/type1/bluesky/ams
11188 %{texmfdist}/fonts/afm/bluesky/ams
11189 %{texmfdist}/fonts/tfm/public/ams
11190 %{texmfdist}/fonts/map/dvips/ams
11191
11192 %files fonts-antp
11193 %defattr(644,root,root,755)
11194 %doc %{texmfdist}/doc/fonts/antp
11195 %{texmfdist}/fonts/enc/dvips/antp
11196 %{texmfdist}/fonts/map/dvips/antp
11197 %{texmfdist}/fonts/afm/public/antp
11198 %{texmfdist}/fonts/tfm/public/antp
11199 %{texmfdist}/dvips/antp
11200
11201 %files fonts-antt
11202 %defattr(644,root,root,755)
11203 %doc %{texmfdist}/doc/fonts/antt
11204 %{texmfdist}/fonts/afm/public/antt
11205 %{texmfdist}/fonts/opentype/public/antt
11206 %{texmfdist}/fonts/enc/dvips/antt
11207 %{texmfdist}/fonts/tfm/public/antt
11208 %{texmfdist}/fonts/map/dvips/antt
11209 %{texmfdist}/tex/plain/antt
11210 %{texmfdist}/tex/latex/antt
11211
11212 %files fonts-arphic
11213 %defattr(644,root,root,755)
11214 %doc %{texmfdist}/doc/fonts/arphic
11215 %{texmfdist}/fonts/afm/arphic
11216 %{texmfdist}/fonts/tfm/arphic
11217 %{texmfdist}/fonts/vf/arphic
11218
11219 %files fonts-bbm
11220 %defattr(644,root,root,755)
11221 %doc %{texmfdist}/doc/fonts/bbm
11222 %{texmfdist}/fonts/source/public/bbm
11223 %{texmfdist}/fonts/tfm/public/bbm
11224 %{texmfdist}/source/latex/bbm
11225 %{texmfdist}/tex/latex/bbm
11226
11227 %files fonts-bbold
11228 %defattr(644,root,root,755)
11229 %{texmfdist}/fonts/source/public/bbold
11230 %{texmfdist}/fonts/tfm/public/bbold
11231
11232 # %files fonts-bh
11233 # %defattr(644,root,root,755)
11234 # %doc %{texmf}/doc/fonts/bh
11235 # %{texmf}/fonts/tfm/bh
11236 # %{texmf}/fonts/vf/bh
11237
11238 %files fonts-bitstream
11239 %defattr(644,root,root,755)
11240 %{texmfdist}/fonts/afm/bitstrea
11241 %{texmfdist}/fonts/tfm/bitstrea
11242 %{texmfdist}/fonts/vf/bitstrea
11243
11244 #%files fonts-cbgreek
11245 #%defattr(644,root,root,755)
11246
11247 %files fonts-cc-pl
11248 %defattr(644,root,root,755)
11249 %{texmfdist}/fonts/source/public/cc-pl
11250 %{texmfdist}/fonts/enc/dvips/cc-pl
11251 %{texmfdist}/fonts/tfm/public/cc-pl
11252 %{texmfdist}/fonts/map/dvips/cc-pl
11253
11254 %files fonts-cg
11255 %defattr(644,root,root,755)
11256 %{texmfdist}/fonts/tfm/cg
11257 %{texmfdist}/fonts/vf/cg
11258
11259 %files fonts-cm
11260 %defattr(644,root,root,755)
11261 %doc %{texmfdist}/doc/fonts/cm
11262 %dir %{texmfdist}/doc/fonts
11263 %dir %{texmfdist}/dvips
11264 %dir %{texmfdist}/fonts/afm/bluesky
11265 %dir %{texmfdist}/fonts/map/dvips
11266 %dir %{texmfdist}/fonts/pk/ljfour/public
11267 %{texmfdist}/dvips/cm
11268 %{texmfdist}/fonts/source/public/cm
11269 %{texmfdist}/fonts/afm/bluesky/cm
11270 %{texmfdist}/fonts/tfm/public/cm
11271 %{texmfdist}/fonts/pk/ljfour/public/cm
11272 %{texmfdist}/fonts/map/dvips/cm
11273
11274 %files fonts-cmbright
11275 %defattr(644,root,root,755)
11276 %doc %{texmfdist}/doc/latex/cmbright
11277 %{texmfdist}/fonts/source/public/cmbright
11278 %{texmfdist}/fonts/tfm/public/cmbright
11279 %{texmfdist}/source/latex/cmbright
11280 %{texmfdist}/tex/latex/cmbright
11281
11282 %files fonts-cmcyr
11283 %defattr(644,root,root,755)
11284 %doc %{texmfdist}/doc/fonts/cmcyr
11285 %{texmfdist}/fonts/source/public/cmcyr
11286 %{texmfdist}/fonts/type1/public/cmcyr
11287 %{texmfdist}/fonts/tfm/public/cmcyr
11288 %{texmfdist}/fonts/vf/public/cmcyr
11289 %{texmfdist}/fonts/map/dvips/cmcyr
11290
11291 %files fonts-cmextra
11292 %defattr(644,root,root,755)
11293 %{texmfdist}/fonts/source/public/cmextra
11294 %{texmfdist}/fonts/tfm/public/cmextra
11295
11296 %files fonts-concmath
11297 %defattr(644,root,root,755)
11298 %doc %{texmfdist}/doc/fonts/concmath
11299 %doc %{texmfdist}/doc/latex/concmath
11300 %{texmfdist}/fonts/source/public/concmath
11301 %{texmfdist}/fonts/tfm/public/concmath
11302 %{texmfdist}/source/latex/concmath
11303 %{texmfdist}/tex/latex/concmath
11304
11305 %files fonts-concrete
11306 %defattr(644,root,root,755)
11307 %doc %{texmfdist}/doc/fonts/concrete
11308 %{texmfdist}/fonts/source/public/concrete
11309 %{texmfdist}/fonts/tfm/public/concrete
11310
11311 %files fonts-cs
11312 %defattr(644,root,root,755)
11313 %{texmfdist}/dvips/cs
11314 %{texmfdist}/fonts/source/public/cs
11315 %{texmfdist}/fonts/enc/dvips/cs
11316 %{texmfdist}/fonts/tfm/public/cs
11317 %{texmfdist}/fonts/map/dvips/cs
11318
11319 #%files fonts-dstroke
11320 #%defattr(644,root,root,755)
11321
11322 %files fonts-ecc
11323 %defattr(644,root,root,755)
11324 %doc %{texmfdist}/doc/fonts/ecc
11325 %{texmfdist}/fonts/source/public/ecc
11326 %{texmfdist}/fonts/tfm/public/ecc
11327
11328 %files fonts-eurosym
11329 %defattr(644,root,root,755)
11330 %doc %{texmfdist}/doc/fonts/eurosym
11331 %{texmfdist}/fonts/source/public/eurosym
11332 %{texmfdist}/fonts/tfm/public/eurosym
11333 %{texmfdist}/fonts/map/dvips/eurosym
11334 %{texmfdist}/source/fonts/eurosym
11335 %{texmfdist}/tex/latex/eurosym
11336
11337 %files fonts-eulervm
11338 %defattr(644,root,root,755)
11339 %doc %{texmfdist}/doc/latex/eulervm
11340 %{texmfdist}/fonts/tfm/public/eulervm
11341 %{texmfdist}/fonts/vf/public/eulervm
11342 %{texmfdist}/source/latex/eulervm
11343 %{texmfdist}/tex/latex/eulervm
11344
11345 %files fonts-euxm
11346 %defattr(644,root,root,755)
11347 %{texmfdist}/fonts/source/public/euxm
11348 %{texmfdist}/fonts/tfm/public/euxm
11349
11350 %files fonts-gothic
11351 %defattr(644,root,root,755)
11352 %{texmfdist}/doc/fonts/gothic
11353 %{texmfdist}/dvips/gothic
11354 %{texmfdist}/fonts/source/public/gothic
11355 %{texmfdist}/fonts/type1/public/gothic
11356 %{texmfdist}/fonts/afm/public/gothic
11357 %{texmfdist}/fonts/tfm/public/gothic
11358 %{texmfdist}/fonts/vf/public/gothic
11359 %{texmfdist}/fonts/map/dvips/gothic
11360
11361 %files fonts-hoekwater
11362 %defattr(644,root,root,755)
11363 %{texmfdist}/fonts/afm/hoekwater
11364 %{texmfdist}/fonts/tfm/hoekwater
11365 %{texmfdist}/fonts/truetype/hoekwater
11366
11367 %files fonts-jknappen
11368 %defattr(644,root,root,755)
11369 %{texmfdist}/fonts/source/jknappen
11370 %{texmfdist}/fonts/tfm/jknappen
11371
11372 %files fonts-latex
11373 %defattr(644,root,root,755)
11374 %doc %{texmfdist}/doc/latex/esint
11375 %dir %{texmfdist}/fonts/source/public/latex-fonts
11376 %dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11377 %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
11378 %dir %{texmfdist}/fonts/tfm/public/latex-fonts
11379 %dir %{texmfdist}/fonts/map/dvips/latex-fonts
11380 %{texmfdist}/fonts/source/public/esint
11381 %{texmfdist}/fonts/tfm/public/esint
11382 %{texmfdist}/source/latex/esint
11383 %{texmfdist}/tex/latex/esint
11384 %{texmfdist}/fonts/source/public/latex-fonts/*
11385 %{texmfdist}/fonts/type1/bluesky/latex-fonts/*
11386 %{texmfdist}/fonts/afm/bluesky/latex-fonts/*
11387 %{texmfdist}/fonts/tfm/public/latex-fonts/*
11388 %{texmfdist}/fonts/map/dvips/latex-fonts/*
11389
11390 %files fonts-lh
11391 %defattr(644,root,root,755)
11392 %doc %{texmfdist}/doc/fonts/lh
11393 %{texmfdist}/fonts/source/lh
11394 %{texmfdist}/metapost/support/charlib/LH
11395 %{texmfdist}/source/fonts/lh
11396 %{texmfdist}/source/latex/lh
11397
11398 %files fonts-lm
11399 %defattr(644,root,root,755)
11400 %doc %{texmfdist}/doc/fonts/lm
11401 %{texmfdist}/fonts/type1/public/lm
11402 %{texmfdist}/fonts/afm/public/lm
11403 %{texmfdist}/fonts/opentype/public/lm
11404 %{texmfdist}/fonts/enc/dvips/lm
11405 %{texmfdist}/fonts/tfm/public/lm
11406 %{texmfdist}/fonts/map/dvips/lm
11407 %{texmfdist}/fonts/map/dvipdfm/lm
11408 %{texmfdist}/source/fonts/lm
11409 %{texmfdist}/tex/latex/lm
11410
11411 %files fonts-marvosym
11412 %defattr(644,root,root,755)
11413 %doc %{texmfdist}/doc/latex/marvosym
11414 %dir %{texmfdist}/source/fonts/eurofont
11415 %dir %{texmfdist}/source/fonts/eurofont/marvosym
11416 %dir %{texmfdist}/tex/latex
11417 %{texmfdist}/fonts/type1/public/marvosym
11418 %{texmfdist}/fonts/afm/public/marvosym
11419 %{texmfdist}/fonts/tfm/public/marvosym
11420 %{texmfdist}/fonts/map/dvips/marvosym
11421 %{texmfdist}/source/fonts/eurofont/marvosym/*
11422 %{texmfdist}/tex/latex/marvosym
11423
11424 %files fonts-mflogo
11425 %defattr(644,root,root,755)
11426 %doc %{texmfdist}/doc/latex/mflogo
11427 %{texmfdist}/fonts/source/public/mflogo
11428 %{texmfdist}/fonts/type1/hoekwater/mflogo
11429 %{texmfdist}/fonts/afm/hoekwater/mflogo
11430 %{texmfdist}/fonts/tfm/public/mflogo
11431 %{texmfdist}/fonts/map/dvips/mflogo
11432 %{texmfdist}/source/latex/mflogo
11433 %{texmfdist}/tex/latex/mflogo
11434
11435 %files fonts-misc
11436 %defattr(644,root,root,755)
11437 %doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
11438 %{texmfdist}/fonts/source/public/misc
11439 %{texmfdist}/fonts/tfm/public/misc
11440 %{texmfdist}/fonts/misc
11441
11442 %files fonts-monotype
11443 %defattr(644,root,root,755)
11444 %{texmfdist}/fonts/tfm/monotype
11445 %{texmfdist}/fonts/vf/monotype
11446
11447
11448 %files fonts-other
11449 %defattr(644,root,root,755)
11450
11451 %doc %{texmfdist}/doc/fonts/yi4latex
11452 %{texmfdist}/fonts/source/public/yi4latex
11453 %{texmfdist}/fonts/tfm/public/yi4latex
11454
11455 %{texmfdist}/fonts/tfm/public/pslatex
11456 %{texmfdist}/fonts/map/dvips/pslatex
11457 %{texmfdist}/fonts/vf/public/pslatex
11458
11459 %doc %{texmfdist}/doc/fonts/allrunes
11460 %{texmfdist}/fonts/source/public/allrunes
11461 %{texmfdist}/fonts/tfm/public/allrunes
11462 %{texmfdist}/fonts/type1/public/allrunes
11463 %{texmfdist}/source/fonts/allrunes
11464
11465 %doc %{texmfdist}/doc/fonts/antiqua
11466 %{texmfdist}/fonts/map/dvips/antiqua
11467
11468 %{texmfdist}/fonts/source/public/apl
11469 %{texmfdist}/fonts/tfm/public/apl
11470 %{texmfdist}/source/fonts/apl
11471
11472 %{texmfdist}/fonts/afm/arabi/arabeyes
11473 %{texmfdist}/fonts/tfm/arabi/arabeyes
11474 %{texmfdist}/fonts/type1/arabi/arabeyes
11475
11476 %{texmfdist}/fonts/enc/dvips/arabi
11477 %{texmfdist}/fonts/map/dvips/arabi
11478
11479 %{texmfdist}/fonts/map/dvips/arabtex
11480 %{texmfdist}/fonts/source/public/arabtex
11481 %{texmfdist}/fonts/tfm/public/arabtex
11482 %{texmfdist}/fonts/type1/public/arabtex
11483
11484 %doc %{texmfdist}/doc/fonts/archaic
11485 %{texmfdist}/fonts/afm/public/archaic
11486 %{texmfdist}/fonts/map/dvips/archaic
11487 %{texmfdist}/fonts/source/public/archaic
11488 %{texmfdist}/fonts/tfm/public/archaic
11489 %{texmfdist}/fonts/type1/public/archaic
11490 %{texmfdist}/source/fonts/archaic
11491
11492 %doc %{texmfdist}/doc/fonts/arev
11493 %{texmfdist}/fonts/afm/public/arev
11494 %{texmfdist}/fonts/enc/dvips/arev
11495 %{texmfdist}/fonts/map/dvips/arev
11496 %{texmfdist}/fonts/tfm/public/arev
11497 %{texmfdist}/fonts/type1/public/arev
11498 %{texmfdist}/fonts/vf/public/arev
11499 %{texmfdist}/source/fonts/arev
11500
11501 %{texmfdist}/fonts/tfm/vntex/arevvn
11502 %{texmfdist}/fonts/type1/vntex/arevvn
11503
11504 %{texmfdist}/fonts/source/public/ar
11505 %{texmfdist}/fonts/tfm/public/ar
11506
11507 %doc %{texmfdist}/doc/fonts/armenian
11508 %{texmfdist}/fonts/source/public/armenian
11509 %{texmfdist}/fonts/tfm/public/armenian
11510
11511 %{texmfdist}/fonts/map/dvips/arphic
11512
11513 %doc %{texmfdist}/doc/fonts/malayalam
11514 %doc %{texmfdist}/doc/fonts/Asana-Math
11515 %{texmfdist}/fonts/opentype/public/Asana-Math
11516
11517 %doc %{texmfdist}/doc/fonts/ascii
11518 %{texmfdist}/fonts/map/dvips/ascii
11519 %{texmfdist}/fonts/tfm/public/ascii
11520 %{texmfdist}/fonts/type1/public/ascii
11521
11522 %doc %{texmfdist}/doc/fonts/astro
11523 %{texmfdist}/fonts/source/public/astro
11524 %{texmfdist}/fonts/tfm/public/astro
11525
11526 %{texmfdist}/fonts/afm/public/augie
11527 %{texmfdist}/fonts/map/dvips/augie
11528 %{texmfdist}/fonts/tfm/public/augie
11529 %{texmfdist}/fonts/type1/public/augie
11530 %{texmfdist}/fonts/vf/public/augie
11531
11532 %doc %{texmfdist}/doc/fonts/auncial-new
11533 %{texmfdist}/fonts/afm/public/auncial-new
11534 %{texmfdist}/fonts/map/dvips/auncial-new
11535 %{texmfdist}/fonts/tfm/public/auncial-new
11536 %{texmfdist}/fonts/type1/public/auncial-new
11537 %{texmfdist}/source/fonts/auncial-new
11538
11539 %{texmfdist}/fonts/afm/public/aurical
11540 %{texmfdist}/fonts/map/dvips/aurical
11541 %{texmfdist}/fonts/source/public/aurical
11542 %{texmfdist}/fonts/tfm/public/aurical
11543 %{texmfdist}/fonts/type1/public/aurical
11544
11545 %{texmfdist}/fonts/map/dvips/avantgar
11546 %{texmfdist}/fonts/tfm/cspsfonts-adobe/avantgar
11547 %{texmfdist}/fonts/tfm/urw35vf/avantgar
11548 %{texmfdist}/fonts/vf/cspsfonts-adobe/avantgar
11549 %{texmfdist}/fonts/vf/urw35vf/avantgar
11550
11551 %{texmfdist}/fonts/source/public/backgammon
11552 %{texmfdist}/fonts/tfm/public/backgammon
11553
11554 %{texmfdist}/fonts/source/public/bangtex
11555 %{texmfdist}/fonts/tfm/public/bangtex
11556
11557 %{texmfdist}/fonts/source/public/barcodes
11558 %{texmfdist}/fonts/tfm/public/barcodes
11559
11560 %{texmfdist}/fonts/source/public/bayer
11561 %{texmfdist}/fonts/tfm/public/bayer
11562
11563 %{texmfdist}/fonts/source/public/bbding
11564 %{texmfdist}/fonts/tfm/public/bbding
11565
11566 %{texmfdist}/fonts/map/dvips/belleek
11567 %{texmfdist}/fonts/truetype/public/belleek
11568
11569 %{texmfdist}/fonts/source/public/bengali
11570 %{texmfdist}/fonts/tfm/public/bengali
11571
11572 %doc %{texmfdist}/doc/fonts/bera
11573 %{texmfdist}/fonts/afm/public/bera
11574 %{texmfdist}/fonts/map/dvips/bera
11575 %{texmfdist}/fonts/map/vtex/bera
11576 %{texmfdist}/fonts/tfm/public/bera
11577 %{texmfdist}/fonts/type1/public/bera
11578 %{texmfdist}/fonts/vf/public/bera
11579
11580 %doc %{texmfdist}/doc/fonts/blacklettert1
11581 %{texmfdist}/fonts/tfm/public/blacklettert1
11582 %{texmfdist}/fonts/vf/public/blacklettert1
11583 %{texmfdist}/source/fonts/blacklettert1
11584
11585 %doc %{texmfdist}/doc/fonts/boisik
11586 %{texmfdist}/fonts/source/public/boisik
11587
11588 %doc %{texmfdist}/doc/fonts/bookhands
11589 %{texmfdist}/fonts/source/public/bookhands
11590
11591 %{texmfdist}/fonts/map/dvips/bookman
11592 %{texmfdist}/fonts/tfm/cspsfonts-adobe/bookman
11593 %{texmfdist}/fonts/tfm/urw35vf/bookman
11594 %{texmfdist}/fonts/vf/cspsfonts-adobe/bookman
11595 %{texmfdist}/fonts/vf/urw35vf/bookman
11596
11597 %{texmfdist}/fonts/afm/public/brushscr
11598 %{texmfdist}/fonts/map/dvips/brushscr
11599 %{texmfdist}/fonts/tfm/public/brushscr
11600 %{texmfdist}/fonts/type1/public/brushscr
11601 %{texmfdist}/fonts/vf/public/brushscr
11602
11603 %doc %{texmfdist}/doc/fonts/burmese
11604 %{texmfdist}/fonts/map/dvips/burmese
11605 %{texmfdist}/fonts/tfm/public/burmese
11606 %{texmfdist}/fonts/type1/public/burmese
11607
11608 %doc %{texmfdist}/doc/fonts/cns/cns40-1
11609 %doc %{texmfdist}/doc/fonts/cns/cns40-2
11610 %doc %{texmfdist}/doc/fonts/cns/cns40-3
11611 %doc %{texmfdist}/doc/fonts/cns/cns40-4
11612 %doc %{texmfdist}/doc/fonts/cns/cns40-5
11613 %doc %{texmfdist}/doc/fonts/cns/cns40-6
11614 %doc %{texmfdist}/doc/fonts/cns/cns40-7
11615 %doc %{texmfdist}/doc/fonts/cns/cns40-b5
11616 %{texmfdist}/fonts/tfm/cns/c0so12
11617 %{texmfdist}/fonts/tfm/cns/c1so12
11618 %{texmfdist}/fonts/tfm/cns/c2so12
11619 %{texmfdist}/fonts/tfm/cns/c3so12
11620 %{texmfdist}/fonts/tfm/cns/c4so12
11621 %{texmfdist}/fonts/tfm/cns/c5so12
11622 %{texmfdist}/fonts/tfm/cns/c6so12
11623 %{texmfdist}/fonts/tfm/cns/c7so12
11624
11625 %{texmfdist}/fonts/enc/dvips/c90enc
11626
11627 %{texmfdist}/fonts/source/public/calligra
11628 %{texmfdist}/fonts/tfm/public/calligra
11629
11630 %doc %{texmfdist}/doc/fonts/carolmin-ps
11631 %{texmfdist}/fonts/afm/public/carolmin-ps
11632 %{texmfdist}/fonts/map/dvips/carolmin-ps
11633 %{texmfdist}/fonts/type1/public/carolmin-ps
11634
11635 %{texmfdist}/fonts/source/public/casyl
11636 %{texmfdist}/fonts/tfm/public/casyl
11637
11638 %{texmfdist}/fonts/source/public/cbcoptic
11639 %{texmfdist}/fonts/tfm/public/cbcoptic
11640 %{texmfdist}/fonts/type1/public/cbcoptic
11641
11642 %doc %{texmfdist}/doc/fonts/cbfonts
11643 %{texmfdist}/fonts/enc/dvips/cbfonts
11644 %{texmfdist}/fonts/map/dvips/cbfonts
11645 %{texmfdist}/fonts/source/public/cbfonts
11646 %{texmfdist}/fonts/tfm/public/cbfonts
11647 %{texmfdist}/fonts/type1/public/cbfonts
11648
11649 %{texmfdist}/fonts/source/public/cchess
11650 %{texmfdist}/fonts/tfm/public/cchess
11651
11652 %{texmfdist}/fonts/afm/vntex/chartervn
11653 %{texmfdist}/fonts/tfm/vntex/chartervn
11654 %{texmfdist}/fonts/type1/vntex/chartervn
11655 %{texmfdist}/fonts/vf/vntex/chartervn
11656
11657 %doc %{texmfdist}/doc/fonts/chemarrow
11658 %{texmfdist}/fonts/afm/public/chemarrow
11659 %{texmfdist}/fonts/map/dvips/chemarrow
11660 %{texmfdist}/fonts/source/public/chemarrow
11661 %{texmfdist}/fonts/tfm/public/chemarrow
11662 %{texmfdist}/fonts/type1/public/chemarrow
11663
11664 %{texmfdist}/fonts/source/public/cherokee
11665 %{texmfdist}/fonts/tfm/public/cherokee
11666
11667 %{texmfdist}/fonts/source/public/chess
11668
11669 %{texmfdist}/fonts/enc/dvips/chessfss
11670
11671 %{texmfdist}/fonts/source/public/china2e
11672 %{texmfdist}/fonts/tfm/public/china2e
11673
11674 %{texmfdist}/fonts/source/public/circ
11675 %{texmfdist}/fonts/tfm/public/circ
11676
11677 %doc %{texmfdist}/doc/fonts/cirth
11678 %{texmfdist}/fonts/source/public/cirth
11679 %{texmfdist}/fonts/tfm/public/cirth
11680
11681 %doc %{texmfdist}/doc/fonts/cjhebrew
11682 %{texmfdist}/fonts/afm/public/cjhebrew
11683 %{texmfdist}/fonts/enc/dvips/cjhebrew
11684 %{texmfdist}/fonts/map/dvips/cjhebrew
11685 %{texmfdist}/fonts/tfm/public/cjhebrew
11686 %{texmfdist}/fonts/type1/public/cjhebrew
11687 %{texmfdist}/fonts/vf/public/cjhebrew
11688
11689 %{texmfdist}/fonts/source/public/clock
11690 %{texmfdist}/fonts/tfm/public/clock
11691
11692 %doc %{texmfdist}/doc/fonts/cmastro
11693 %{texmfdist}/fonts/source/public/cmastro
11694 %{texmfdist}/fonts/tfm/public/cmastro
11695
11696 %{texmfdist}/fonts/tfm/vntex/cmbrightvn
11697 %{texmfdist}/fonts/type1/vntex/cmbrightvn
11698
11699 %{texmfdist}/fonts/type1/public/cmex
11700
11701 %{texmfdist}/fonts/afm/public/cm-lgc
11702 %{texmfdist}/fonts/enc/dvips/cm-lgc
11703 %{texmfdist}/fonts/map/dvips/cm-lgc
11704 %{texmfdist}/fonts/ofm/public/cm-lgc
11705 %{texmfdist}/fonts/ovf/public/cm-lgc
11706 %{texmfdist}/fonts/tfm/public/cm-lgc
11707 %{texmfdist}/fonts/type1/public/cm-lgc
11708 %{texmfdist}/fonts/vf/public/cm-lgc
11709
11710 %{texmfdist}/fonts/map/dvips/cmll
11711 %{texmfdist}/fonts/source/public/cmll
11712 %{texmfdist}/fonts/tfm/public/cmll
11713 %{texmfdist}/fonts/type1/public/cmll
11714
11715 %doc %{texmfdist}/doc/fonts/cmpica
11716 %{texmfdist}/fonts/source/public/cmpica
11717 %{texmfdist}/fonts/tfm/public/cmpica
11718
11719 %doc %{texmfdist}/doc/fonts/cm-super
11720 %{texmfdist}/fonts/afm/public/cm-super
11721 %{texmfdist}/fonts/enc/dvips/cm-super
11722 %{texmfdist}/fonts/map/dvips/cm-super
11723 %{texmfdist}/fonts/map/vtex/cm-super
11724 %{texmfdist}/fonts/type1/public/cm-super
11725
11726 %{texmfdist}/fonts/tfm/vntex/comicsansvn
11727 %{texmfdist}/fonts/type1/vntex/comicsansvn
11728 %{texmfdist}/fonts/vf/vntex/comicsansvn
11729
11730 %{texmfdist}/fonts/tfm/vntex/concretevn
11731 %{texmfdist}/fonts/type1/vntex/concretevn
11732
11733 %{texmfdist}/fonts/map/pdftex/context
11734
11735 %{texmfdist}/fonts/afm/ibm/courier
11736 %{texmfdist}/fonts/map/dvips/courier
11737 %{texmfdist}/fonts/tfm/cspsfonts-adobe/courier
11738 %{texmfdist}/fonts/tfm/urw35vf/courier
11739 %{texmfdist}/fonts/vf/cspsfonts-adobe/courier
11740 %{texmfdist}/fonts/vf/urw35vf/courier
11741
11742 %doc %{texmfdist}/doc/fonts/croatian
11743 %{texmfdist}/fonts/source/public/croatian
11744
11745 %{texmfdist}/fonts/afm/public/cryst
11746 %{texmfdist}/fonts/source/public/cryst
11747 %{texmfdist}/fonts/tfm/public/cryst
11748 %{texmfdist}/fonts/type1/public/cryst
11749
11750 %{texmfdist}/fonts/source/public/ctib
11751 %{texmfdist}/fonts/tfm/public/ctib
11752
11753 %doc %{texmfdist}/doc/fonts/cyklop
11754 %{texmfdist}/fonts/afm/public/cyklop
11755 %{texmfdist}/fonts/enc/dvips/cyklop
11756 %{texmfdist}/fonts/map/dvips/cyklop
11757 %{texmfdist}/fonts/opentype/public/cyklop
11758 %{texmfdist}/fonts/tfm/public/cyklop
11759 %{texmfdist}/fonts/type1/public/cyklop
11760
11761 %{texmfdist}/fonts/source/public/dancers
11762 %{texmfdist}/fonts/tfm/public/dancers
11763
11764 %doc %{texmfdist}/doc/fonts/dice
11765 %{texmfdist}/fonts/source/public/dice
11766 %{texmfdist}/fonts/tfm/public/dice
11767
11768 %doc %{texmfdist}/doc/fonts/dictsym
11769 %{texmfdist}/fonts/afm/public/dictsym
11770 %{texmfdist}/fonts/map/dvips/dictsym
11771 %{texmfdist}/fonts/map/vtex/dictsym
11772 %{texmfdist}/fonts/tfm/public/dictsym
11773 %{texmfdist}/fonts/type1/public/dictsym
11774
11775 %doc %{texmfdist}/doc/fonts/dingbat
11776 %{texmfdist}/fonts/tfm/public/dingbat
11777 %{texmfdist}/source/fonts/dingbat
11778
11779 %{texmfdist}/source/fonts/malayalam/dng
11780
11781 %doc %{texmfdist}/doc/fonts/doublestroke
11782 %{texmfdist}/fonts/map/dvips/doublestroke
11783 %{texmfdist}/fonts/source/public/doublestroke
11784 %{texmfdist}/fonts/tfm/public/doublestroke
11785 %{texmfdist}/fonts/type1/public/doublestroke
11786
11787 %doc %{texmfdist}/doc/fonts/duerer
11788 %{texmfdist}/fonts/source/public/duerer
11789 %{texmfdist}/fonts/tfm/public/duerer
11790
11791 %doc %{texmfdist}/doc/fonts/ean
11792 %{texmfdist}/fonts/source/public/ean
11793 %{texmfdist}/fonts/tfm/public/ean
11794
11795 %doc %{texmfdist}/doc/fonts/eco
11796 %{texmfdist}/fonts/tfm/public/eco
11797 %{texmfdist}/fonts/vf/public/eco
11798 %{texmfdist}/source/fonts/eco
11799
11800 %doc %{texmfdist}/doc/fonts/eiad
11801 %{texmfdist}/fonts/source/public/eiad
11802 %{texmfdist}/fonts/tfm/public/eiad
11803
11804 %doc %{texmfdist}/doc/fonts/elvish
11805 %{texmfdist}/fonts/source/public/elvish
11806 %{texmfdist}/fonts/tfm/public/elvish
11807
11808 %doc %{texmfdist}/doc/fonts/epigrafica
11809 %{texmfdist}/fonts/afm/public/epigrafica
11810 %{texmfdist}/fonts/enc/dvips/epigrafica
11811 %{texmfdist}/fonts/map/dvips/epigrafica
11812 %{texmfdist}/fonts/tfm/public/epigrafica
11813 %{texmfdist}/fonts/type1/public/epigrafica
11814 %{texmfdist}/fonts/vf/public/epigrafica
11815
11816 %{texmfdist}/fonts/map/dvips/epiolmec
11817 %{texmfdist}/fonts/tfm/public/epiolmec
11818 %{texmfdist}/fonts/type1/public/epiolmec
11819
11820 %doc %{texmfdist}/doc/fonts/esint-type1
11821 %{texmfdist}/fonts/map/dvips/esint-type1
11822 %{texmfdist}/fonts/type1/public/esint-type1
11823
11824 %{texmfdist}/fonts/map/dvips/esvect
11825 %{texmfdist}/fonts/source/public/esvect
11826 %{texmfdist}/fonts/tfm/public/esvect
11827 %{texmfdist}/fonts/type1/public/esvect
11828
11829 %{texmfdist}/fonts/ofm/public/ethiop
11830 %{texmfdist}/fonts/ovf/public/ethiop
11831 %{texmfdist}/fonts/ovp/public/ethiop
11832 %{texmfdist}/fonts/source/public/ethiop
11833 %{texmfdist}/fonts/tfm/public/ethiop
11834
11835 %{texmfdist}/fonts/map/dvips/ethiop-t1
11836 %{texmfdist}/fonts/type1/public/ethiop-t1
11837
11838 %doc %{texmfdist}/doc/fonts/euro-ce
11839 %{texmfdist}/fonts/source/public/euro-ce
11840 %{texmfdist}/fonts/tfm/public/euro-ce
11841
11842 %doc %{texmfdist}/doc/fonts/eurofont
11843 %{texmfdist}/fonts/map/dvips/eurofont
11844 %{texmfdist}/source/fonts/eurofont
11845
11846 %{texmfdist}/fonts/tfm/arabi/farsiweb
11847 %{texmfdist}/fonts/type1/arabi/farsiweb
11848
11849 %doc %{texmfdist}/doc/fonts/feyn
11850 %{texmfdist}/fonts/source/public/feyn
11851 %{texmfdist}/fonts/tfm/public/feyn
11852 %{texmfdist}/source/fonts/feyn
11853
11854 %doc %{texmfdist}/doc/fonts/fge
11855 %{texmfdist}/fonts/source/public/fge
11856 %{texmfdist}/fonts/tfm/public/fge
11857 %{texmfdist}/source/fonts/fge
11858
11859 %{texmfdist}/fonts/map/dvips/foekfont
11860 %{texmfdist}/fonts/tfm/public/foekfont
11861 %{texmfdist}/fonts/type1/public/foekfont
11862
11863 %doc %{texmfdist}/doc/fonts/fonetika
11864 %{texmfdist}/fonts/afm/public/fonetika
11865 %{texmfdist}/fonts/map/dvips/fonetika
11866 %{texmfdist}/fonts/tfm/public/fonetika
11867 %{texmfdist}/fonts/type1/public/fonetika
11868
11869 %doc %{texmfdist}/doc/fonts/fourier
11870 %{texmfdist}/fonts/afm/public/fourier
11871 %{texmfdist}/fonts/map/dvips/fourier
11872 %{texmfdist}/fonts/tfm/public/fourier
11873 %{texmfdist}/fonts/type1/public/fourier
11874 %{texmfdist}/fonts/vf/public/fourier
11875 %{texmfdist}/source/fonts/fourier
11876
11877 %doc %{texmfdist}/doc/fonts/fouriernc
11878 %{texmfdist}/fonts/afm/public/fouriernc
11879 %{texmfdist}/fonts/tfm/public/fouriernc
11880 %{texmfdist}/fonts/vf/public/fouriernc
11881
11882 %doc %{texmfdist}/doc/fonts/frcursive
11883 %{texmfdist}/fonts/source/public/frcursive
11884 %{texmfdist}/fonts/tfm/public/frcursive
11885 %{texmfdist}/source/fonts/frcursive
11886
11887 %doc %{texmfdist}/doc/fonts/futhark
11888 %{texmfdist}/fonts/source/public/futhark
11889 %{texmfdist}/fonts/tfm/public/futhark
11890
11891 %{texmfdist}/fonts/afm/public/garuda
11892 %{texmfdist}/fonts/map/dvips/garuda
11893 %{texmfdist}/fonts/tfm/public/garuda
11894 %{texmfdist}/fonts/type1/public/garuda
11895
11896 %doc %{texmfdist}/doc/fonts/genealogy
11897 %{texmfdist}/fonts/source/public/genealogy
11898 %{texmfdist}/fonts/tfm/public/genealogy
11899
11900 %doc %{texmfdist}/doc/fonts/gfsartemisia
11901 %{texmfdist}/fonts/afm/public/gfsartemisia
11902 %{texmfdist}/fonts/enc/dvips/gfsartemisia
11903 %{texmfdist}/fonts/map/dvips/gfsartemisia
11904 %{texmfdist}/fonts/opentype/public/gfsartemisia
11905 %{texmfdist}/fonts/tfm/public/gfsartemisia
11906 %{texmfdist}/fonts/type1/public/gfsartemisia
11907 %{texmfdist}/fonts/vf/public/gfsartemisia
11908
11909 %doc %{texmfdist}/doc/fonts/gfsbaskerville
11910 %{texmfdist}/fonts/afm/public/gfsbaskerville
11911 %{texmfdist}/fonts/enc/dvips/gfsbaskerville
11912 %{texmfdist}/fonts/map/dvips/gfsbaskerville
11913 %{texmfdist}/fonts/opentype/public/gfsbaskerville
11914 %{texmfdist}/fonts/tfm/public/gfsbaskerville
11915 %{texmfdist}/fonts/type1/public/gfsbaskerville
11916 %{texmfdist}/fonts/vf/public/gfsbaskerville
11917
11918 %doc %{texmfdist}/doc/fonts/gfsbodoni
11919 %{texmfdist}/fonts/afm/public/gfsbodoni
11920 %{texmfdist}/fonts/enc/dvips/gfsbodoni
11921 %{texmfdist}/fonts/map/dvips/gfsbodoni
11922 %{texmfdist}/fonts/opentype/public/gfsbodoni
11923 %{texmfdist}/fonts/tfm/public/gfsbodoni
11924 %{texmfdist}/fonts/type1/public/gfsbodoni
11925 %{texmfdist}/fonts/vf/public/gfsbodoni
11926
11927 %doc %{texmfdist}/doc/fonts/gfscomplutum
11928 %{texmfdist}/fonts/afm/public/gfscomplutum
11929 %{texmfdist}/fonts/enc/dvips/gfscomplutum
11930 %{texmfdist}/fonts/map/dvips/gfscomplutum
11931 %{texmfdist}/fonts/opentype/public/gfscomplutum
11932 %{texmfdist}/fonts/tfm/public/gfscomplutum
11933 %{texmfdist}/fonts/type1/public/gfscomplutum
11934 %{texmfdist}/fonts/vf/public/gfscomplutum
11935
11936 %doc %{texmfdist}/doc/fonts/gfsdidot
11937 %{texmfdist}/fonts/afm/public/gfsdidot
11938 %{texmfdist}/fonts/enc/dvips/gfsdidot
11939 %{texmfdist}/fonts/map/dvips/gfsdidot
11940 %{texmfdist}/fonts/opentype/public/gfsdidot
11941 %{texmfdist}/fonts/tfm/public/gfsdidot
11942 %{texmfdist}/fonts/type1/public/gfsdidot
11943 %{texmfdist}/fonts/vf/public/gfsdidot
11944
11945 %doc %{texmfdist}/doc/fonts/gfsneohellenic
11946 %{texmfdist}/fonts/afm/public/gfsneohellenic
11947 %{texmfdist}/fonts/enc/dvips/gfsneohellenic
11948 %{texmfdist}/fonts/map/dvips/gfsneohellenic
11949 %{texmfdist}/fonts/opentype/public/gfsneohellenic
11950 %{texmfdist}/fonts/tfm/public/gfsneohellenic
11951 %{texmfdist}/fonts/type1/public/gfsneohellenic
11952 %{texmfdist}/fonts/vf/public/gfsneohellenic
11953
11954 %doc %{texmfdist}/doc/fonts/gfsporson
11955 %{texmfdist}/fonts/afm/public/gfsporson
11956 %{texmfdist}/fonts/enc/dvips/gfsporson
11957 %{texmfdist}/fonts/map/dvips/gfsporson
11958 %{texmfdist}/fonts/opentype/public/gfsporson
11959 %{texmfdist}/fonts/tfm/public/gfsporson
11960 %{texmfdist}/fonts/type1/public/gfsporson
11961 %{texmfdist}/fonts/vf/public/gfsporson
11962
11963 %doc %{texmfdist}/doc/fonts/gfssolomos
11964 %{texmfdist}/fonts/afm/public/gfssolomos
11965 %{texmfdist}/fonts/enc/dvips/gfssolomos
11966 %{texmfdist}/fonts/map/dvips/gfssolomos
11967 %{texmfdist}/fonts/opentype/public/gfssolomos
11968 %{texmfdist}/fonts/tfm/public/gfssolomos
11969 %{texmfdist}/fonts/type1/public/gfssolomos
11970 %{texmfdist}/fonts/vf/public/gfssolomos
11971
11972 %{texmfdist}/fonts/source/public/go
11973 %{texmfdist}/fonts/tfm/public/go
11974
11975 %doc %{texmfdist}/doc/fonts/greenpoint
11976 %{texmfdist}/fonts/source/public/greenpoint
11977 %{texmfdist}/fonts/tfm/public/greenpoint
11978
11979 %{texmfdist}/fonts/afm/groff
11980 %{texmfdist}/fonts/enc/dvips/groff
11981 %{texmfdist}/fonts/map/dvips/groff
11982 %{texmfdist}/fonts/tfm/groff
11983 %{texmfdist}/fonts/type1/groff
11984
11985 %doc %{texmfdist}/doc/fonts/grotesq
11986 %{texmfdist}/fonts/map/dvips/grotesq
11987
11988 %{texmfdist}/fonts/afm/vntex/grotesqvn
11989 %{texmfdist}/fonts/tfm/vntex/grotesqvn
11990 %{texmfdist}/fonts/type1/vntex/grotesqvn
11991
11992 %{texmfdist}/fonts/afm/public/grverb
11993 %{texmfdist}/fonts/map/dvips/grverb
11994 %{texmfdist}/fonts/tfm/public/grverb
11995 %{texmfdist}/fonts/type1/public/grverb
11996 %{texmfdist}/fonts/vf/public/grverb
11997
11998 %{texmfdist}/fonts/source/public/hands
11999 %{texmfdist}/fonts/tfm/public/hands
12000
12001 %{texmfdist}/fonts/afm/jmn/hans
12002 %{texmfdist}/fonts/tfm/jmn/hans
12003 %{texmfdist}/fonts/type1/jmn/hans
12004
12005 %{texmfdist}/fonts/map/dvips/helvetic
12006 %{texmfdist}/fonts/tfm/cspsfonts-adobe/helvetic
12007 %{texmfdist}/fonts/tfm/urw35vf/helvetic
12008 %{texmfdist}/fonts/vf/cspsfonts-adobe/helvetic
12009 %{texmfdist}/fonts/vf/urw35vf/helvetic
12010
12011 %doc %{texmfdist}/doc/fonts/hfbright
12012 %{texmfdist}/fonts/afm/public/hfbright
12013 %{texmfdist}/fonts/enc/dvips/hfbright
12014 %{texmfdist}/fonts/map/dvips/hfbright
12015 %{texmfdist}/fonts/type1/public/hfbright
12016 %{texmfdist}/source/fonts/hfbright
12017
12018 %doc %{texmfdist}/doc/fonts/hfoldsty
12019 %{texmfdist}/fonts/tfm/public/hfoldsty
12020 %{texmfdist}/fonts/vf/public/hfoldsty
12021 %{texmfdist}/source/fonts/hfoldsty
12022
12023 %doc %{texmfdist}/doc/fonts/ibygrk
12024 %{texmfdist}/fonts/afm/public/ibygrk
12025 %{texmfdist}/fonts/enc/dvips/ibygrk
12026 %{texmfdist}/fonts/map/dvips/ibygrk
12027 %{texmfdist}/fonts/source/public/ibygrk
12028 %{texmfdist}/fonts/tfm/public/ibygrk
12029 %{texmfdist}/fonts/type1/public/ibygrk
12030
12031 %doc %{texmfdist}/doc/fonts/ifsym
12032 %{texmfdist}/fonts/source/public/ifsym
12033 %{texmfdist}/fonts/tfm/public/ifsym
12034
12035 %doc %{texmfdist}/doc/fonts/initials
12036 %{texmfdist}/fonts/afm/public/initials
12037 %{texmfdist}/fonts/map/dvips/initials
12038 %{texmfdist}/fonts/tfm/public/initials
12039 %{texmfdist}/fonts/type1/public/initials
12040
12041 %doc %{texmfdist}/doc/fonts/itrans
12042 %{texmfdist}/fonts/afm/public/itrans
12043 %{texmfdist}/fonts/source/public/itrans
12044 %{texmfdist}/fonts/tfm/public/itrans
12045 %{texmfdist}/fonts/truetype/public/itrans
12046 %{texmfdist}/fonts/type1/public/itrans
12047
12048 %doc %{texmfdist}/doc/fonts/iwona
12049 %{texmfdist}/fonts/afm/public/iwona
12050 %{texmfdist}/fonts/enc/dvips/iwona
12051 %{texmfdist}/fonts/map/dvips/iwona
12052 %{texmfdist}/fonts/opentype/public/iwona
12053 %{texmfdist}/fonts/tfm/public/iwona
12054 %{texmfdist}/fonts/type1/public/iwona
12055
12056 %{texmfdist}/fonts/enc/dvips/jmn
12057 %{texmfdist}/fonts/map/dvips/jmn
12058
12059 %doc %{texmfdist}/doc/fonts/kdgreek
12060 %{texmfdist}/fonts/source/public/kdgreek
12061 %{texmfdist}/fonts/tfm/public/kdgreek
12062
12063 %{texmfdist}/fonts/afm/public/kerkis
12064 %{texmfdist}/fonts/enc/dvips/kerkis
12065 %{texmfdist}/fonts/map/dvips/kerkis
12066 %{texmfdist}/fonts/tfm/public/kerkis
12067 %{texmfdist}/fonts/type1/public/kerkis
12068 %{texmfdist}/fonts/vf/public/kerkis
12069
12070 %doc %{texmfdist}/doc/fonts/kixfont
12071 %{texmfdist}/fonts/source/public/kixfont
12072 %{texmfdist}/fonts/tfm/public/kixfont
12073
12074 %doc %{texmfdist}/doc/fonts/kpfonts
12075 %{texmfdist}/fonts/afm/public/kpfonts
12076 %{texmfdist}/fonts/map/public/kpfonts
12077 %{texmfdist}/fonts/source/public/kpfonts
12078 %{texmfdist}/fonts/tfm/public/kpfonts
12079 %{texmfdist}/fonts/type1/public/kpfonts
12080 %{texmfdist}/fonts/vf/public/kpfonts
12081
12082 %doc %{texmfdist}/doc/fonts/kurier
12083 %{texmfdist}/fonts/afm/public/kurier
12084 %{texmfdist}/fonts/enc/dvips/kurier
12085 %{texmfdist}/fonts/map/dvips/kurier
12086 %{texmfdist}/fonts/opentype/public/kurier
12087 %{texmfdist}/fonts/tfm/public/kurier
12088 %{texmfdist}/fonts/type1/public/kurier
12089
12090 %doc %{texmfdist}/doc/fonts/levy
12091 %{texmfdist}/fonts/source/public/levy
12092
12093 %doc %{texmfdist}/doc/fonts/lfb
12094 %{texmfdist}/fonts/source/public/lfb
12095 %{texmfdist}/fonts/tfm/public/lfb
12096
12097 %doc %{texmfdist}/doc/fonts/libertine
12098 %{texmfdist}/fonts/afm/public/libertine
12099 %{texmfdist}/fonts/enc/dvips/libertine
12100 %{texmfdist}/fonts/map/dvips/libertine
12101 %{texmfdist}/fonts/tfm/public/libertine
12102 %{texmfdist}/fonts/type1/public/libertine
12103 %{texmfdist}/fonts/vf/public/libertine
12104
12105 %doc %{texmfdist}/doc/fonts/linearA
12106 %{texmfdist}/fonts/afm/public/linearA
12107 %{texmfdist}/fonts/map/dvips/linearA
12108 %{texmfdist}/fonts/tfm/public/linearA
12109 %{texmfdist}/fonts/type1/public/linearA
12110 %{texmfdist}/source/fonts/linearA
12111
12112 %{texmfdist}/fonts/source/public/logic
12113 %{texmfdist}/fonts/tfm/public/logic
12114
12115 %doc %{texmfdist}/doc/fonts/lxfonts
12116 %{texmfdist}/fonts/map/dvips/lxfonts
12117 %{texmfdist}/fonts/source/public/lxfonts
12118 %{texmfdist}/fonts/tfm/public/lxfonts
12119 %{texmfdist}/fonts/type1/public/lxfonts
12120
12121 %doc %{texmfdist}/doc/fonts/ly1
12122 %{texmfdist}/fonts/map/dvips/ly1
12123
12124 %{texmfdist}/fonts/source/public/malayalam
12125 %{texmfdist}/fonts/tfm/public/malayalam
12126
12127 %{texmfdist}/fonts/map/dvips/manfnt
12128
12129 %{texmfdist}/fonts/map/dvips/mathdesign
12130
12131 %{texmfdist}/fonts/tfm/public/mathpazo
12132 %{texmfdist}/fonts/vf/public/mathpazo
12133
12134 %{texmfdist}/fonts/afm/mathdesign/mdbch
12135 %{texmfdist}/fonts/tfm/mathdesign/mdbch
12136 %{texmfdist}/fonts/type1/mathdesign/mdbch
12137 %{texmfdist}/fonts/vf/mathdesign/mdbch
12138
12139 %{texmfdist}/fonts/afm/mathdesign/mdput
12140 %{texmfdist}/fonts/tfm/mathdesign/mdput
12141 %{texmfdist}/fonts/type1/mathdesign/mdput
12142 %{texmfdist}/fonts/vf/mathdesign/mdput
12143
12144 %{texmfdist}/fonts/afm/mathdesign/mdugm
12145 %{texmfdist}/fonts/tfm/mathdesign/mdugm
12146 %{texmfdist}/fonts/type1/mathdesign/mdugm
12147 %{texmfdist}/fonts/vf/mathdesign/mdugm
12148
12149 %{texmfdist}/fonts/enc/dvips/mnsymbol
12150 %{texmfdist}/fonts/map/dvips/mnsymbol
12151 %{texmfdist}/fonts/map/vtex/mnsymbol
12152 %{texmfdist}/fonts/opentype/public/mnsymbol
12153 %{texmfdist}/fonts/source/public/mnsymbol
12154 %{texmfdist}/fonts/tfm/public/mnsymbol
12155 %{texmfdist}/fonts/type1/public/mnsymbol
12156
12157 %{texmfdist}/fonts/map/dvips/montex
12158 %{texmfdist}/fonts/source/public/montex
12159 %{texmfdist}/fonts/tfm/public/montex
12160 %{texmfdist}/fonts/type1/public/montex
12161
12162 %{texmfdist}/fonts/tfm/vntex/mscorevn
12163 %{texmfdist}/fonts/vf/vntex/mscorevn
12164
12165 %{texmfdist}/fonts/source/public/musixps
12166 %{texmfdist}/fonts/tfm/public/musixps
12167
12168 %doc %{texmfdist}/doc/generic/musixtex
12169 %{texmfdist}/fonts/map/dvips/musixtex
12170 %{texmfdist}/fonts/source/public/musixtex
12171 %{texmfdist}/fonts/tfm/public/musixtex
12172 %{texmfdist}/fonts/type1/public/musixtex
12173
12174 %{texmfdist}/fonts/source/public/mxd
12175 %{texmfdist}/fonts/tfm/public/mxd
12176
12177 %{texmfdist}/fonts/source/public/mxedruli
12178 %{texmfdist}/fonts/tfm/public/mxedruli
12179
12180 %{texmfdist}/fonts/map/dvips/ncntrsbk
12181 %{texmfdist}/fonts/tfm/cspsfonts-adobe/ncntrsbk
12182 %{texmfdist}/fonts/tfm/urw35vf/ncntrsbk
12183 %{texmfdist}/fonts/vf/cspsfonts-adobe/ncntrsbk
12184 %{texmfdist}/fonts/vf/urw35vf/ncntrsbk
12185
12186 %{texmfdist}/fonts/source/public/niceframe
12187 %{texmfdist}/fonts/tfm/public/niceframe
12188
12189 %doc %{texmfdist}/doc/fonts/nkarta
12190 %{texmfdist}/fonts/source/public/nkarta
12191 %{texmfdist}/fonts/tfm/public/nkarta
12192
12193 %{texmfdist}/fonts/afm/public/norasi
12194 %{texmfdist}/fonts/map/dvips/norasi
12195 %{texmfdist}/fonts/tfm/public/norasi
12196 %{texmfdist}/fonts/type1/public/norasi
12197
12198 %{texmfdist}/fonts/source/public/oca
12199
12200 %{texmfdist}/fonts/afm/public/ocherokee
12201 %{texmfdist}/fonts/map/dvips/ocherokee
12202 %{texmfdist}/fonts/ofm/public/ocherokee
12203 %{texmfdist}/fonts/ovf/public/ocherokee
12204 %{texmfdist}/fonts/ovp/public/ocherokee
12205 %{texmfdist}/fonts/tfm/public/ocherokee
12206 %{texmfdist}/fonts/type1/public/ocherokee
12207
12208 %{texmfdist}/fonts/source/public/ogham
12209 %{texmfdist}/fonts/tfm/public/ogham
12210
12211 %doc %{texmfdist}/doc/fonts/oinuit
12212 %{texmfdist}/fonts/map/dvips/oinuit
12213 %{texmfdist}/fonts/ofm/public/oinuit
12214 %{texmfdist}/fonts/ovf/public/oinuit
12215 %{texmfdist}/fonts/tfm/public/oinuit
12216 %{texmfdist}/fonts/type1/public/oinuit
12217
12218 %{texmfdist}/fonts/source/public/osmanian
12219
12220 %doc %{texmfdist}/doc/fonts/ot2cyr
12221 %{texmfdist}/fonts/map/dvips/ot2cyr
12222 %{texmfdist}/source/fonts/ot2cyr
12223
12224 %{texmfdist}/fonts/source/public/othello
12225 %{texmfdist}/fonts/tfm/public/othello
12226
12227 %{texmfdist}/fonts/ofm/public/otibet
12228 %{texmfdist}/fonts/ovf/public/otibet
12229 %{texmfdist}/fonts/ovp/public/otibet
12230 %{texmfdist}/fonts/source/public/otibet
12231 %{texmfdist}/fonts/tfm/public/otibet
12232
12233 %doc %{texmfdist}/doc/fonts/pacioli
12234 %{texmfdist}/fonts/source/public/pacioli
12235 %{texmfdist}/fonts/tfm/public/pacioli
12236
12237 %{texmfdist}/fonts/map/dvips/palatino
12238 %{texmfdist}/fonts/tfm/cspsfonts-adobe/palatino
12239 %{texmfdist}/fonts/tfm/urw35vf/palatino
12240 %{texmfdist}/fonts/vf/cspsfonts-adobe/palatino
12241 %{texmfdist}/fonts/vf/urw35vf/palatino
12242
12243 %doc %{texmfdist}/doc/fonts/phaistos
12244 %{texmfdist}/fonts/afm/public/phaistos
12245 %{texmfdist}/fonts/map/dvips/phaistos
12246 %{texmfdist}/fonts/opentype/public/phaistos
12247 %{texmfdist}/fonts/tfm/public/phaistos
12248 %{texmfdist}/fonts/type1/public/phaistos
12249 %{texmfdist}/source/fonts/phaistos
12250
12251 %{texmfdist}/fonts/opentype/public/philokalia
12252
12253 %doc %{texmfdist}/doc/fonts/phonetic
12254 %{texmfdist}/fonts/source/public/phonetic
12255 %{texmfdist}/fonts/tfm/public/phonetic
12256 %{texmfdist}/source/fonts/phonetic
12257
12258 %{texmfdist}/source/fonts/malayalam/preproc
12259
12260 %{texmfdist}/fonts/source/public/punk
12261 %{texmfdist}/fonts/tfm/public/punk
12262
12263 %{texmfdist}/fonts/tfm/public/relenc
12264 %{texmfdist}/fonts/vf/public/relenc
12265
12266 %doc %{texmfdist}/doc/fonts/rsfs
12267 %{texmfdist}/fonts/map/dvips/rsfs
12268
12269 %{texmfdist}/fonts/map/dvips/sanskrit
12270 %{texmfdist}/fonts/source/public/sanskrit
12271 %{texmfdist}/fonts/tfm/public/sanskrit
12272 %{texmfdist}/fonts/type1/public/sanskrit
12273
12274 %{texmfdist}/fonts/source/public/sauter
12275
12276 %doc %{texmfdist}/doc/fonts/semaphor
12277 %{texmfdist}/fonts/afm/public/semaphor
12278 %{texmfdist}/fonts/enc/dvips/semaphor
12279 %{texmfdist}/fonts/map/dvips/semaphor
12280 %{texmfdist}/fonts/opentype/public/semaphor
12281 %{texmfdist}/fonts/source/public/semaphor
12282 %{texmfdist}/fonts/tfm/public/semaphor
12283 %{texmfdist}/fonts/type1/public/semaphor
12284
12285 %{texmfdist}/fonts/source/public/simpsons
12286
12287 %{texmfdist}/fonts/map/dvips/skak
12288 %{texmfdist}/fonts/source/public/skak
12289 %{texmfdist}/fonts/tfm/public/skak
12290
12291 %doc %{texmfdist}/doc/fonts/skaknew
12292 %{texmfdist}/fonts/afm/public/skaknew
12293 %{texmfdist}/fonts/map/dvips/skaknew
12294 %{texmfdist}/fonts/map/vtex/skaknew
12295 %{texmfdist}/fonts/tfm/public/skaknew
12296 %{texmfdist}/fonts/type1/public/skaknew
12297
12298 %{texmfdist}/fonts/source/public/skull
12299
12300 %{texmfdist}/fonts/source/public/soyombo
12301 %{texmfdist}/fonts/tfm/public/soyombo
12302
12303 %doc %{texmfdist}/doc/fonts/staves
12304 %{texmfdist}/fonts/map/dvips/staves
12305 %{texmfdist}/fonts/tfm/public/staves
12306 %{texmfdist}/fonts/type1/public/staves
12307
12308 %{texmfdist}/fonts/map/dvips/stmaryrd
12309 %{texmfdist}/fonts/source/public/stmaryrd
12310
12311 %{texmfdist}/fonts/map/dvips/symbol
12312 %{texmfdist}/fonts/tfm/cspsfonts-adobe/symbol
12313 %{texmfdist}/fonts/tfm/urw35vf/symbol
12314
12315 %{texmfdist}/fonts/afm/public/tabvar
12316 %{texmfdist}/fonts/map/dvips/tabvar
12317 %{texmfdist}/fonts/tfm/public/tabvar
12318 %{texmfdist}/fonts/type1/public/tabvar
12319
12320 %{texmfdist}/source/fonts/malayalam/tamil
12321
12322 %{texmfdist}/fonts/source/public/tapir
12323 %{texmfdist}/fonts/type1/public/tapir
12324
12325 %{texmfdist}/fonts/enc/dvips/tengwarscript
12326 %{texmfdist}/fonts/map/dvips/tengwarscript
12327 %{texmfdist}/fonts/tfm/public/tengwarscript
12328 %{texmfdist}/fonts/vf/public/tengwarscript
12329
12330 %{texmfdist}/source/fonts/pclnfss/tests
12331
12332 %doc %{texmfdist}/doc/fonts/tex-gyre
12333 %{texmfdist}/fonts/afm/public/tex-gyre
12334 %{texmfdist}/fonts/enc/dvips/tex-gyre
12335 %{texmfdist}/fonts/map/dvips/tex-gyre
12336 %{texmfdist}/fonts/opentype/public/tex-gyre
12337 %{texmfdist}/fonts/tfm/public/tex-gyre
12338 %{texmfdist}/fonts/type1/public/tex-gyre
12339
12340 %{texmfdist}/fonts/afm/ibm/times
12341 %{texmfdist}/fonts/map/dvips/times
12342 %{texmfdist}/fonts/tfm/cspsfonts-adobe/times
12343 %{texmfdist}/fonts/tfm/urw35vf/times
12344 %{texmfdist}/fonts/vf/cspsfonts-adobe/times
12345 %{texmfdist}/fonts/vf/urw35vf/times
12346
12347 %{texmfdist}/fonts/tfm/ibm/timesnew
12348 %{texmfdist}/fonts/vf/ibm/timesnew
12349
12350 %doc %{texmfdist}/doc/fonts/timing
12351 %{texmfdist}/fonts/source/public/timing
12352 %{texmfdist}/fonts/tfm/public/timing
12353
12354 %doc %{texmfdist}/doc/fonts/tipa
12355 %{texmfdist}/fonts/map/dvips/tipa
12356 %{texmfdist}/fonts/source/public/tipa
12357 %{texmfdist}/fonts/tfm/public/tipa
12358 %{texmfdist}/fonts/type1/public/tipa
12359
12360 %{texmfdist}/fonts/afm/public/trajan
12361 %{texmfdist}/fonts/map/dvips/trajan
12362 %{texmfdist}/fonts/tfm/public/trajan
12363 %{texmfdist}/fonts/type1/public/trajan
12364
12365 %{texmfdist}/fonts/source/public/trsym
12366 %{texmfdist}/fonts/tfm/public/trsym
12367
12368 %{texmfdist}/fonts/tfm/vntex/txttvn
12369 %{texmfdist}/fonts/type1/vntex/txttvn
12370
12371 %{texmfdist}/fonts/map/dvips/uhc
12372
12373 %{texmfdist}/fonts/source/public/ulsy
12374 %{texmfdist}/fonts/tfm/public/ulsy
12375
12376 %doc %{texmfdist}/doc/fonts/umrand
12377 %{texmfdist}/fonts/source/public/umrand
12378 %{texmfdist}/fonts/tfm/public/umrand
12379
12380 %doc %{texmfdist}/doc/fonts/umtypewriter
12381 %{texmfdist}/fonts/opentype/public/umtypewriter
12382
12383 %doc %{texmfdist}/doc/fonts/universa
12384 %{texmfdist}/fonts/source/public/universa
12385 %{texmfdist}/fonts/tfm/public/universa
12386 %{texmfdist}/source/fonts/universa
12387
12388 %{texmfdist}/fonts/afm/public/velthuis
12389 %{texmfdist}/fonts/map/dvips/velthuis
12390 %{texmfdist}/fonts/source/public/velthuis
12391 %{texmfdist}/fonts/tfm/public/velthuis
12392 %{texmfdist}/fonts/type1/public/velthuis
12393
12394 %{texmfdist}/fonts/enc/dvips/vntex
12395 %{texmfdist}/fonts/enc/pdftex/vntex
12396 %{texmfdist}/fonts/map/pdftex/vntex
12397
12398 %{texmfdist}/fonts/afm/vntex/vntopia
12399 %{texmfdist}/fonts/tfm/vntex/vntopia
12400 %{texmfdist}/fonts/type1/vntex/vntopia
12401 %{texmfdist}/fonts/vf/vntex/vntopia
12402
12403 %{texmfdist}/fonts/map/dvips/wadalab
12404
12405 %doc %{texmfdist}/doc/fonts/wasy
12406 %{texmfdist}/fonts/afm/public/wasy
12407 %{texmfdist}/fonts/map/dvips/wasy
12408 %{texmfdist}/fonts/type1/public/wasy
12409
12410 %{texmfdist}/fonts/source/public/wnri
12411 %{texmfdist}/fonts/tfm/public/wnri
12412
12413 %{texmfdist}/fonts/source/public/wsuipa
12414 %{texmfdist}/fonts/tfm/public/wsuipa
12415
12416 %{texmfdist}/fonts/source/public/xbmc
12417 %{texmfdist}/fonts/tfm/public/xbmc
12418
12419 %{texmfdist}/fonts/truetype/public/xepersian
12420
12421 %doc %{texmfdist}/doc/fonts/xq
12422 %{texmfdist}/fonts/source/public/xq
12423 %{texmfdist}/fonts/tfm/public/xq
12424
12425 %{texmfdist}/fonts/source/public/yannisgr
12426
12427 %{texmfdist}/fonts/map/dvips/yhmath
12428 %{texmfdist}/fonts/source/public/yhmath
12429 %{texmfdist}/fonts/tfm/public/yhmath
12430 %{texmfdist}/fonts/type1/public/yhmath
12431 %{texmfdist}/fonts/vf/public/yhmath
12432
12433 %{texmfdist}/fonts/map/dvips/zapfchan
12434 %{texmfdist}/fonts/tfm/cspsfonts-adobe/zapfchan
12435 %{texmfdist}/fonts/tfm/urw35vf/zapfchan
12436 %{texmfdist}/fonts/vf/cspsfonts-adobe/zapfchan
12437 %{texmfdist}/fonts/vf/urw35vf/zapfchan
12438
12439 %{texmfdist}/fonts/map/dvips/zapfding
12440 %{texmfdist}/fonts/tfm/cspsfonts-adobe/zapfding
12441 %{texmfdist}/fonts/tfm/urw35vf/zapfding
12442
12443 %{texmfdist}/dvips/zefonts
12444 %{texmfdist}/fonts/map/dvips/zefonts
12445 %{texmfdist}/fonts/tfm/public/zefonts
12446 %{texmfdist}/fonts/vf/public/zefonts
12447
12448
12449 %files fonts-omega
12450 %defattr(644,root,root,755)
12451 %doc %{texmfdist}/doc/omega
12452 %dir %{texmfdist}/omega
12453 %dir %{texmfdist}/omega/otp
12454 %dir %{texmfdist}/omega/ocp
12455 %{texmfdist}/dvips/omega
12456 %{texmfdist}/fonts/ofm/public/omega
12457 %{texmfdist}/fonts/type1/public/omega
12458 %{texmfdist}/fonts/afm/public/omega
12459 %{texmfdist}/fonts/ovp/public/omega
12460 %{texmfdist}/fonts/tfm/public/omega
12461 %{texmfdist}/fonts/ovf/public/omega
12462 %{texmfdist}/fonts/map/dvips/omega
12463 %{texmfdist}/omega/ocp/omega
12464 %{texmfdist}/omega/otp/omega
12465 %{texmfdist}/tex/plain/omega
12466
12467 #%files fonts-pazo
12468 #%defattr(644,root,root,755)
12469
12470 %files fonts-pl
12471 %defattr(644,root,root,755)
12472 %doc %{texmfdist}/doc/fonts/pl
12473 %dir %{texmf}/scripts/texlive
12474 %dir %{texmf}/scripts/texlive/tlmgrgui
12475 %dir %{texmf}/scripts/texlive/tlmgrgui/lang
12476 %{texmfdist}/dvips/pl
12477 %{texmfdist}/fonts/source/public/pl
12478 %{texmfdist}/fonts/type1/public/pl
12479 %{texmfdist}/fonts/afm/public/pl
12480 %{texmfdist}/fonts/enc/dvips/pl
12481 %{texmfdist}/fonts/tfm/public/pl
12482 %{texmfdist}/fonts/map/dvips/pl
12483 %{texmf}/scripts/texlive/tlmgrgui/lang/pl
12484
12485 %files fonts-px
12486 %defattr(644,root,root,755)
12487 %doc %{texmfdist}/doc/fonts/pxfonts
12488 # %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
12489 # %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
12490 %dir %{texmfdist}/fonts/map/dvips/pxfonts
12491 %dir %{texmfdist}/tex/latex/pxfonts
12492 %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
12493 %{texmfdist}/fonts/afm/public/pxfonts
12494 %{texmfdist}/fonts/tfm/public/pxfonts
12495 %{texmfdist}/fonts/type1/public/pxfonts
12496 %{texmfdist}/fonts/vf/public/pxfonts
12497 %{texmfdist}/tex/latex/pxfonts/pxfonts.sty
12498
12499 #%files fonts-qfonts
12500 #%defattr(644,root,root,755)
12501 # %doc %{texmf}/doc/fonts/polish/qfonts
12502 # %{texmf}/fonts/enc/dvips/qfonts
12503 # %{texmf}/fonts/map/dvips/qfonts
12504 # %{texmf}/dvips/qfonts
12505 # %{texmf}/fonts/afm/public/qfonts
12506 # %{texmf}/fonts/tfm/public/qfonts
12507
12508 # %files fonts-qpx
12509 # %defattr(644,root,root,755)
12510 # %{texmf}/fonts/tfm/public/qpx
12511 # %{texmf}/fonts/vf/public/qpx
12512
12513 %files fonts-qpxqtx
12514 %defattr(644,root,root,755)
12515 %{texmfdist}/fonts/tfm/public/qpxqtx
12516 %{texmfdist}/fonts/vf/public/qpxqtx
12517
12518 %files fonts-rsfs
12519 %defattr(644,root,root,755)
12520 %{texmfdist}/fonts/source/public/rsfs
12521 %{texmfdist}/fonts/tfm/public/rsfs
12522
12523 %files fonts-stmaryrd
12524 %defattr(644,root,root,755)
12525 %doc %{texmfdist}/doc/fonts/stmaryrd
12526 %{texmfdist}/source/fonts/stmaryrd
12527 %{texmfdist}/fonts/tfm/public/stmaryrd
12528
12529 %files fonts-tx
12530 %defattr(644,root,root,755)
12531 %{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
12532 %{texmfdist}/fonts/afm/public/txfonts
12533 %{texmfdist}/fonts/tfm/public/txfonts
12534 %{texmfdist}/fonts/vf/public/txfonts
12535
12536 %files fonts-uhc
12537 %defattr(644,root,root,755)
12538 %doc %{texmfdist}/doc/fonts/uhc
12539 %{texmfdist}/fonts/afm/uhc
12540 %{texmfdist}/fonts/tfm/uhc
12541 %{texmfdist}/fonts/vf/uhc
12542
12543 %files fonts-urw
12544 %defattr(644,root,root,755)
12545 %{texmfdist}/fonts/afm/urw
12546 %{texmfdist}/fonts/tfm/urw
12547 %{texmfdist}/fonts/vf/urw
12548
12549 %files fonts-urwvn
12550 %defattr(644,root,root,755)
12551 %{texmfdist}/fonts/afm/vntex/urwvn
12552 %{texmfdist}/fonts/tfm/vntex/urwvn
12553 %{texmfdist}/fonts/type1/vntex/urwvn
12554 %{texmfdist}/fonts/vf/vntex/urwvn
12555
12556 %files fonts-vnr
12557 %defattr(644,root,root,755)
12558 %{texmfdist}/fonts/map/dvips/vntex
12559 %{texmfdist}/fonts/source/vntex/vnr
12560 %{texmfdist}/fonts/tfm/vntex/vnr
12561
12562 %files fonts-wadalab
12563 %defattr(644,root,root,755)
12564 %doc %{texmfdist}/doc/fonts/wadalab
12565 %{texmfdist}/fonts/afm/wadalab
12566 %{texmfdist}/fonts/tfm/wadalab
12567 %{texmfdist}/fonts/vf/wadalab
12568
12569 %files fonts-wasy
12570 %defattr(644,root,root,755)
12571 %{texmfdist}/fonts/source/public/wasy
12572 %{texmfdist}/fonts/tfm/public/wasy
12573
12574 %files fonts-xypic
12575 %defattr(644,root,root,755)
12576 %{texmfdist}/fonts/map/dvips/xypic
12577 # %{texmfdist}/fonts/afm/public/xypic
12578 %{texmfdist}/fonts/source/public/xypic
12579 %{texmfdist}/fonts/tfm/public/xypic
12580
12581 %files fonts-yandy
12582 %defattr(644,root,root,755)
12583 # %{texmf}/fonts/afm/yandy
12584 %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
12585 # %{texmf}/fonts/tfm/yandy
12586 # %{texmf}/fonts/vf/yandy
12587
12588 %files fonts-type1-antp
12589 %defattr(644,root,root,755)
12590 %{texmfdist}/dvips/antp
12591 %{texmfdist}/fonts/type1/public/antp
12592
12593 %files fonts-type1-antt
12594 %defattr(644,root,root,755)
12595 # %{texmf}/dvips/antt
12596 %{texmfdist}/fonts/type1/public/antt
12597
12598 %files fonts-type1-arphic
12599 %defattr(644,root,root,755)
12600 %{texmfdist}/fonts/type1/arphic
12601
12602 %files fonts-type1-belleek
12603 %defattr(644,root,root,755)
12604 %doc %{texmfdist}/doc/fonts/belleek
12605 %{texmfdist}/fonts/type1/public/belleek
12606
12607 %files fonts-type1-bitstream
12608 %defattr(644,root,root,755)
12609 %{texmfdist}/fonts/type1/bitstrea
12610
12611 %files fonts-type1-bluesky
12612 %defattr(644,root,root,755)
12613 # %doc %{texmf}/doc/fonts/bluesky
12614 # %{texmf}/dvips/bluesky
12615 %{texmfdist}/fonts/type1/bluesky
12616
12617 %files fonts-type1-cc-pl
12618 %defattr(644,root,root,755)
12619 %doc %{texmfdist}/doc/fonts/cc-pl
12620 %{texmfdist}/fonts/type1/public/cc-pl
12621
12622 %files fonts-type1-cmcyr
12623 %defattr(644,root,root,755)
12624 %{texmfdist}/fonts/type1/public/cmcyr
12625
12626 %files fonts-type1-cs
12627 %defattr(644,root,root,755)
12628 %{texmfdist}/fonts/type1/public/cs
12629
12630 # %files fonts-type1-dstroke
12631 # %defattr(644,root,root,755)
12632 # %{texmf}/fonts/type1/public/dstroke
12633
12634 %files fonts-type1-eurosym
12635 %defattr(644,root,root,755)
12636 %{texmfdist}/fonts/type1/public/eurosym
12637
12638 %files fonts-type1-hoekwater
12639 %defattr(644,root,root,755)
12640 %{texmfdist}/fonts/type1/hoekwater
12641
12642 %files fonts-type1-fpl
12643 %defattr(644,root,root,755)
12644 %doc %{texmfdist}/doc/fonts/fpl
12645 %{texmfdist}/fonts/afm/public/fpl
12646 %{texmfdist}/fonts/type1/public/fpl
12647
12648 %files fonts-type1-lm
12649 %defattr(644,root,root,755)
12650 %{texmfdist}/fonts/afm/public/lm
12651 %{texmfdist}/fonts/type1/public/lm
12652
12653 %files fonts-type1-marvosym
12654 %defattr(644,root,root,755)
12655 %{texmfdist}/fonts/type1/public/marvosym
12656
12657 %files fonts-type1-mathpazo
12658 %defattr(644,root,root,755)
12659 # %doc %{texmf}/doc/fonts/mathpazo
12660 %{texmfdist}/fonts/afm/public/mathpazo
12661 %{texmfdist}/fonts/type1/public/mathpazo
12662
12663 %files fonts-type1-omega
12664 %defattr(644,root,root,755)
12665 %{texmfdist}/fonts/type1/public/omega
12666
12667 %files fonts-type1-pl
12668 %defattr(644,root,root,755)
12669 # %doc %{texmf}/doc/fonts/polish/plpsfont
12670 %{texmfdist}/fonts/type1/public/pl
12671
12672 %files fonts-type1-px
12673 %defattr(644,root,root,755)
12674 %{texmfdist}/fonts/type1/public/pxfonts
12675
12676 # %files fonts-type1-qfonts
12677 # %defattr(644,root,root,755)
12678 # %{texmfdist}/fonts/type1/public/qfonts
12679
12680 %files fonts-type1-tx
12681 %defattr(644,root,root,755)
12682 %{texmfdist}/fonts/type1/public/txfonts
12683
12684 # %files fonts-type1-tt2001
12685 # %defattr(644,root,root,755)
12686 # %{texmf}/fonts/type1/public/tt2001
12687
12688 %files fonts-type1-uhc
12689 %defattr(644,root,root,755)
12690 %{texmfdist}/fonts/type1/uhc
12691
12692 %files fonts-type1-urw
12693 %defattr(644,root,root,755)
12694 %{texmfdist}/fonts/type1/urw
12695
12696 %files fonts-type1-vnr
12697 %defattr(644,root,root,755)
12698 %{texmfdist}/fonts/type1/vntex/vnr
12699
12700 %files fonts-type1-wadalab
12701 %defattr(644,root,root,755)
12702 %{texmfdist}/fonts/type1/wadalab
12703
12704 %files fonts-type1-xypic
12705 %defattr(644,root,root,755)
12706 %{texmfdist}/fonts/type1/public/xypic
12707
12708 # TeXLive-specific
12709
12710 %files afm2pl
12711 %defattr(644,root,root,755)
12712 %attr(755,root,root) %{_bindir}/afm2pl
12713 %{_mandir}/man1/afm2pl*
12714
12715 %files bbox
12716 %defattr(644,root,root,755)
12717 %attr(755,root,root) %{_bindir}/bbox
12718 %{_mandir}/man1/bbox*
12719
12720 %files cefutils
12721 %defattr(644,root,root,755)
12722 %attr(755,root,root) %{_bindir}/cef*
12723 %dir %{texmfdist}/tex/latex/cjk
12724 %dir %{texmfdist}/doc/latex/cjk
12725 %dir %{texmfdist}/source/latex/cjk
12726 %dir %{texmfdist}/source/latex/cjk/utils
12727 %{texmfdist}/tex/latex/cjk/CEF
12728 %doc %{texmfdist}/doc/latex/cjk/doc
12729 %doc %{texmfdist}/doc/latex/cjk/examples
12730 %{texmfdist}/source/latex/cjk/utils/CEFconv
12731
12732 %files detex
12733 %defattr(644,root,root,755)
12734 %attr(755,root,root) %{_bindir}/detex
12735 %{_mandir}/man1/detex*
12736
12737
12738 %files dviutils
12739 %defattr(644,root,root,755)
12740 %attr(755,root,root) %{_bindir}/dt2dv
12741 %attr(755,root,root) %{_bindir}/dv2dt
12742 %attr(755,root,root) %{_bindir}/dvi2tty
12743 %attr(755,root,root) %{_bindir}/dviasm
12744 %attr(755,root,root) %{_bindir}/dvibook
12745 %attr(755,root,root) %{_bindir}/dviconcat
12746 %attr(755,root,root) %{_bindir}/dvidvi
12747 %attr(755,root,root) %{_bindir}/dvigif
12748 %attr(755,root,root) %{_bindir}/dvipdfmx
12749 %attr(755,root,root) %{_bindir}/dvipos
12750 %attr(755,root,root) %{_bindir}/dviselect
12751 %attr(755,root,root) %{_bindir}/dvitodvi
12752 %{_mandir}/man1/dt2dv*
12753 %{_mandir}/man1/dv2dt*
12754 %{_mandir}/man1/dvi2tty*
12755 %{_mandir}/man1/dvibook*
12756 %{_mandir}/man1/dviconcat*
12757 %{_mandir}/man1/dvidvi*
12758 %{_mandir}/man1/dvigif*
12759 %{_mandir}/man1/dvipos*
12760 %{_mandir}/man1/dviselect*
12761 %{_mandir}/man1/dvitodvi*
12762
12763 %files epsutils
12764 %defattr(644,root,root,755)
12765 %attr(755,root,root) %{_bindir}/epsffit
12766 %attr(755,root,root) %{_bindir}/epspdf
12767 %attr(755,root,root) %{_bindir}/epspdftk
12768 %{texmfdist}/scripts/epspdf
12769 %{_mandir}/man1/epsffit*
12770 %doc %{texmfdist}/doc/epspdf
12771
12772 %files filters
12773 %defattr(644,root,root,755)
12774 %attr(755,root,root) %{_bindir}/fix*
12775 %{_mandir}/man1/fix*
12776
12777 %files psutils
12778 %defattr(644,root,root,755)
12779 %attr(755,root,root) %{_bindir}/extractres
12780 %attr(755,root,root) %{_bindir}/getafm
12781 %attr(755,root,root) %{_bindir}/includeres
12782 %attr(755,root,root) %{_bindir}/psbook
12783 %attr(755,root,root) %{_bindir}/psmerge
12784 %attr(755,root,root) %{_bindir}/psnup
12785 %attr(755,root,root) %{_bindir}/psresize
12786 %attr(755,root,root) %{_bindir}/psselect
12787 %attr(755,root,root) %{_bindir}/pstops
12788 %attr(755,root,root) %{_bindir}/showchar
12789 %{_mandir}/man1/extractres*
12790 %{_mandir}/man1/getafm*
12791 %{_mandir}/man1/includeres*
12792 %{_mandir}/man1/psbook*
12793 %{_mandir}/man1/psmerge*
12794 %{_mandir}/man1/psnup*
12795 %{_mandir}/man1/psresize*
12796 %{_mandir}/man1/psselect*
12797 %{_mandir}/man1/pstops*
12798 %{texmf}/dvips/psutils
12799
12800 %files uncategorized-utils
12801 %defattr(644,root,root,755)
12802 %attr(755,root,root) %{_bindir}/devnag
12803 %attr(755,root,root) %{_bindir}/disdvi
12804
12805 %files tex4ht
12806 %defattr(644,root,root,755)
12807 %attr(755,root,root) %{_bindir}/ht
12808 %attr(755,root,root) %{_bindir}/htcontext
12809 %attr(755,root,root) %{_bindir}/htlatex
12810 %attr(755,root,root) %{_bindir}/htmex
12811 %attr(755,root,root) %{_bindir}/httex
12812 %attr(755,root,root) %{_bindir}/httexi
12813 %attr(755,root,root) %{_bindir}/htxelatex
12814 %attr(755,root,root) %{_bindir}/htxetex
12815 %attr(755,root,root) %{_bindir}/mk4ht
12816 %attr(755,root,root) %{_bindir}/t4ht
12817 %attr(755,root,root) %{_bindir}/tex4ht
12818 %{texmf}/scripts/tex4ht
12819 %{texmfdist}/tex/generic/tex4ht
12820 %dir %{texmfdist}/scripts/tex4ht
12821 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
12822 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
12823 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
12824 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
12825 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
12826 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
12827 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
12828 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
12829 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
12830 %{texmfdist}/tex4ht
12831
12832 %files xetex
12833 %defattr(644,root,root,755)
12834 %attr(755,root,root) %{_bindir}/xdvipdfmx
12835 %attr(755,root,root) %{_bindir}/xelatex
12836 %attr(755,root,root) %{_bindir}/xetex
12837 %{texmf}/fmtutil/format.xetex.cnf
12838 %doc %{texmfdist}/doc/xelatex
12839 %doc %{texmfdist}/doc/xetex
12840 %{texmfdist}/scripts/xetex
12841 %{texmfdist}/tex/generic/ifxetex
12842 %{texmfdist}/tex/generic/xetexconfig
12843 %{texmfdist}/tex/latex/latexconfig/xelatex.ini
12844 %{texmfdist}/tex/plain/config/xetex.ini
12845 %{texmfdist}/tex/xelatex
12846 %{texmfdist}/tex/xetex
12847
12848 %files xmltex
12849 %defattr(644,root,root,755)
12850 %doc %{texmfdist}/doc/xmltex
12851 %attr(755,root,root) %{_bindir}/pdfxmltex
12852 %attr(755,root,root) %{_bindir}/xmltex
12853 %{texmfdist}/tex/xmltex
12854 %{texmf}/fmtutil/format.xmltex.cnf
This page took 1.167407 seconds and 4 git commands to generate.