]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
e9aaed1ca4e01fada65c84317c766f0b9891410e
[packages/texlive.git] / texlive.spec
1 # TODO:
2 #
3 # MAIN TODO (sort by importnce):
4 # - texlive-format-pdflatex deps
5 # - check unpackaged files (only some files)
6 # - pl updates
7 # - maybe more splits (e.g. latex subpackages)
8 # - see uncategorized and *other* subpackages and split
9 # - context: consider more splitting, check dependencies
10 # - omega: consider more splitting, check dependencies
11 # - tdphp: is it really useful?
12 # - allow using Type1 fonts in others applications (symlink to
13 #   /usr/share/fonts/Type1 ?)
14 # - fix package removal:
15 #   /usr/bin/texhash[77]: kpsewhich: not found
16 #
17 # FHS TODO:
18 # - merge rhconfig and texmfsysvar patches
19 # - texmfsysvar patch: change fmtutil and web2cdir variables instead
20 #   of creating texmfsys{config,var} variables?
21 # - move config files to /etc
22 # - merge all above with configure switch "--enable-fhs" and send it to TE
23 #
24 # TeXLive specific TODO:
25 # - summary/description correcting (all languages)
26 # - texk/web2c doesn't build (luatex option)
27 # - %files latex-bibtex-revtex4
28 # - Check CEF/cjk!
29 #
30 %include        /usr/lib/rpm/macros.perl
31 #
32 %bcond_without  bootstrap
33 #
34 Summary:        TeX typesetting system and MetaFont font formatter
35 Summary(de.UTF-8):      TeX-Satzherstellungssystem und MetaFont-Formatierung
36 Summary(es.UTF-8):      Sistema de typesetting TeX y formateador de fuentes MetaFont
37 Summary(fr.UTF-8):      Systéme de compostion TeX et formatteur de MetaFontes
38 Summary(hu.UTF-8):      TeX szövegszedő rendszer és MetaFont font formázó
39 Summary(pl.UTF-8):      System składu publikacji TeX oraz formater fontów MetaFont
40 Summary(pt_BR.UTF-8):   Sistema de typesetting TeX e formatador de fontes MetaFont
41 Summary(tr.UTF-8):      TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
42 Name:           texlive
43 Version:        20080816
44 Release:        1
45 Epoch:          1
46 License:        distributable
47 Group:          Applications/Publishing/TeX
48 Source0:        http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
49 # Source0-md5:  554287c3e458da776edd684506048d45
50 Source1:        ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
51 # Source1-md5:  fa74072e1344e8390eb156bcda61a8b2
52 Source4:        %{name}.cron
53 Source5:        xdvi.desktop
54 Source6:        xdvi.png
55 Source10:       http://tug.ctan.org/get/macros/latex/contrib/floatflt.zip
56 # Source10-md5: 5d9fe14d289aa81ebb6b4761169dd5f2
57 Patch0:         %{name}-am.patch
58 Patch1:         %{name}-20080816-kpathsea-ar.patch
59 URL:            http://www.tug.org/texlive/
60 BuildRequires:  autoconf
61 BuildRequires:  automake
62 BuildRequires:  bison
63 BuildRequires:  clisp
64 BuildRequires:  ed
65 BuildRequires:  expat-devel
66 BuildRequires:  ffcall-devel
67 BuildRequires:  flex
68 BuildRequires:  fontconfig-devel
69 BuildRequires:  freetype-devel
70 BuildRequires:  freetype1-devel
71 BuildRequires:  gd-devel >= 2.0.33
72 BuildRequires:  libpng-devel >= 1.2.8
73 BuildRequires:  libtool
74 # should this be somewhere in clisp?
75 BuildRequires:  libsigsegv
76 BuildRequires:  libstdc++-devel
77 BuildRequires:  ncurses-devel
78 BuildRequires:  rpm-perlprov
79 BuildRequires:  rpm-pythonprov
80 BuildRequires:  sed >= 4.0
81 BuildRequires:  t1lib-devel >= 5.0.2
82 BuildRequires:  texinfo
83 %if %{with bootstrap}
84 BuildRequires:  tetex-format-latex
85 BuildRequires:  tetex-format-pdflatex
86 BuildRequires:  tetex-latex-cyrillic
87 BuildRequires:  tetex-tex-babel
88 %else
89 BuildRequires:  texlive-format-latex
90 BuildRequires:  texlive-format-pdflatex
91 BuildRequires:  texlive-latex-cyrillic
92 BuildRequires:  texlive-tex-babel
93 # fill with future texlive BR. guesses ones for now
94 %endif
95 BuildRequires:  /usr/bin/latex
96 BuildRequires:  unzip
97 BuildRequires:  xorg-lib-libICE-devel
98 BuildRequires:  xorg-lib-libXaw-devel
99 BuildRequires:  xorg-lib-libXext-devel
100 BuildRequires:  xorg-lib-libXmu-devel
101 BuildRequires:  xorg-lib-libXpm-devel
102 BuildRequires:  zlib-devel >= 1.2.1
103 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
104 Requires:       %{name}-fonts-cm = %{epoch}:%{version}-%{release}
105 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
106 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
107 Requires:       awk
108 Requires:       dialog
109 Requires:       kpathsea = %{epoch}:%{version}-%{release}
110 Requires:       sed
111 Requires:       sh-utils
112 Requires:       texconfig = %{epoch}:%{version}-%{release}
113 Requires:       textutils
114 Suggests:       tmpwatch
115 Provides:       tetex-format-pdfetex
116 Obsoletes:      tetex-format-pdfetex
117 Provides:       tetex = %{epoch}:%{version}-%{release}
118 Obsoletes:      tetex
119 Obsoletes:      tetex-afm
120 Obsoletes:      tetex-doc
121 Obsoletes:      tetex-doc-latex2e-html
122 Obsoletes:      tetex-fontinst
123 Obsoletes:      tetex-fontname
124 Obsoletes:      tetex-fonts
125 Obsoletes:      tetex-fonts-pandora
126 Obsoletes:      tetex-fonts-vcm
127 Obsoletes:      tetex-format-elatex
128 Obsoletes:      tetex-format-pdfelatex
129 Obsoletes:      tetex-format-pdfemex
130 Obsoletes:      tetex-latex-vnps
131 Obsoletes:      tetex-latex-vnr
132 Obsoletes:      tetex-oxdvi
133 Obsoletes:      tetex-oxdvi
134 Obsoletes:      tetex-plain-dvips
135 Obsoletes:      tetex-plain-dvips
136 Obsoletes:      tetex-plain-mathtime
137 Obsoletes:      tetex-plain-mathtime
138 Obsoletes:      tetex-plain-misc
139 Obsoletes:      tetex-plain-misc
140 Obsoletes:      tetex-plain-plnfss
141 Obsoletes:      tetex-plain-plnfss
142 Obsoletes:      tetex-tex-hyphen
143 Obsoletes:      tetex-tex-vietnam
144 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
145
146 %define         texmf   %{_datadir}/texmf
147 %define         texmfdist %{texmf}-dist
148 %define         texmfdoc %{texmf}-doc
149 %define         fmtdir  /var/lib/texmf/web2c
150 %define         texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
151 %define         _localstatedir  /var/lib/texmf
152 %define         fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
153 %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 ;
154
155 %define         _noautoreq 'perl(path_tre)'
156
157 %description
158 TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
159 takes a text file and a set of formatting commands as input and
160 creates a typesetter independent .dvi (DeVice Independent) file as
161 output. Usually, TeX is used in conjunction with a higher level
162 formatting package like LaTeX or PlainTeX, since TeX by itself is not
163 very user-friendly.
164
165 %description -l es.UTF-8
166 Tex formata archivos de texto y órdenes para una salida independiente
167 de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
168 de Knut se describen las capacidades y el lenguaje TeX.
169
170 %description -l de.UTF-8
171 TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
172 und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
173 DeVice Independent). Die Funktionen und Sprache von TeX werden in The
174 TeXbook von Knuth beschrieben.
175
176 %description -l fr.UTF-8
177 TeX formate un fichier de commandes et de texte mélandés, et produit
178 un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
179 raccourci pour Device Independant). Les possibilités de TeX et son
180 langage sont décrites dans l'ouvrage TeXbook, de Knuth.
181
182 %description -l hu.UTF-8
183 TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
184 egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
185 segítségével a szövegszedő egy független .dvi (DeVice Independent)
186 fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
187 kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
188 TeX önmaga nem túlzottan "felhasználóbarát".
189
190 %description -l pl.UTF-8
191 TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
192 od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
193 Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
194 Donalda E. Knutha.
195
196 %description -l pt_BR.UTF-8
197 Tex formata arquivos de texto e comandos para uma saída independente
198 de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
199 linguagem TeX são descritas no The TeXbook, de Knuth.
200
201 %description -l tr.UTF-8
202 TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
203 aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
204 TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
205 TeXbook' başlıklı kitabında anlatılmaktadır.
206
207 %package other-utils
208 Summary:        Other utilities
209 Group:          Applications/Publishing/TeX
210
211 %description other-utils
212 Other utilities.
213
214 %package other-utils-doc
215 Summary:        Other utilities documentation
216 Group:          Applications/Publishing/TeX
217
218 %description other-utils-doc
219 Other utilities documentation.
220
221 %package doc
222 Summary:        Documentation for TeX Live
223 Group:          Documentation
224
225 %description doc
226 Assorted useful documentation for TeX Live.
227
228 %package doc-bg
229 Summary:        Bulgarian documentation for TeX Live
230 Group:          Documentation
231
232 %description doc-bg
233 Assorted useful Bulgarian documentation for TeX Live.
234
235 %package doc-cs
236 Summary:        Czech documentation for TeX Live
237 Group:          Documentation
238
239 %description doc-cs
240 Assorted useful Czech documentation for TeX Live.
241
242 %package doc-de
243 Summary:        German documentation for TeX Live
244 Group:          Documentation
245
246 %description doc-de
247 Assorted useful German documentation for TeX Live.
248
249 %package doc-el
250 Summary:        Greek documentation for TeX Live
251 Group:          Documentation
252
253 %description doc-el
254 Assorted useful Greek documentation for TeX Live.
255
256 %package doc-es
257 Summary:        Spanish documentation for TeX Live
258 Group:          Documentation
259
260 %description doc-es
261 Assorted useful Spanish documentation for TeX Live.
262
263 %package doc-fi
264 Summary:        Finnish documentation for TeX Live
265 Group:          Documentation
266
267 %description doc-fi
268 Assorted useful Finnish documentation for TeX Live.
269
270 %package doc-fr
271 Summary:        French documentation for TeX Live
272 Group:          Documentation
273
274 %description doc-fr
275 Assorted useful French documentation for TeX Live.
276
277 %package doc-it
278 Summary:        Italian documentation for TeX Live
279 Group:          Documentation
280
281 %description doc-it
282 Assorted useful Italian documentation for TeX Live.
283
284 %package doc-ja
285 Summary:        Japanese documentation for TeX Live
286 Group:          Documentation
287
288 %description doc-ja
289 Assorted useful Japanese documentation for TeX Live.
290
291 %package doc-ko
292 Summary:        Korean documentation for TeX Live
293 Group:          Documentation
294
295 %description doc-ko
296 Assorted useful Korean documentation for TeX Live.
297
298 %package doc-mn
299 Summary:        Mongolian documentation for TeX Live
300 Group:          Documentation
301
302 %description doc-mn
303 Assorted useful Mongolian documentation for TeX Live.
304
305 %package doc-nl
306 Summary:        Dutch documentation for TeX Live
307 Group:          Documentation
308
309 %description doc-nl
310 Assorted useful Dutch documentation for TeX Live.
311
312 %package doc-pl
313 Summary:        Polish documentation for TeX Live
314 Group:          Documentation
315
316 %description doc-pl
317 Assorted useful Polish documentation for TeX Live.
318
319 %package doc-pt
320 Summary:        Portuguese documentation for TeX Live
321 Group:          Documentation
322
323 %description doc-pt
324 Assorted useful Portuguese documentation for TeX Live.
325
326 %package doc-ru
327 Summary:        Russian documentation for TeX Live
328 Group:          Documentation
329
330 %description doc-ru
331 Assorted useful Russian documentation for TeX Live.
332
333 %package doc-sk
334 Summary:        Slovak documentation for TeX Live
335 Group:          Documentation
336
337 %description doc-sk
338 Assorted useful Slovak documentation for TeX Live.
339
340 %package doc-sl
341 Summary:        Slovenian documentation for TeX Live
342 Group:          Documentation
343
344 %description doc-sl
345 Assorted useful Slovenian documentation for TeX Live.
346
347 %package doc-th
348 Summary:        Thai documentation for TeX Live
349 Group:          Documentation
350
351 %description doc-th
352 Assorted useful Thai documentation for TeX Live.
353
354 %package doc-tr
355 Summary:        Turkish documentation for TeX Live
356 Group:          Documentation
357
358 %description doc-tr
359 Assorted useful Turkish documentation for TeX Live.
360
361 %package doc-uk
362 Summary:        Ukrainian documentation for TeX Live
363 Group:          Documentation
364
365 %description doc-uk
366 Assorted useful Ukrainian documentation for TeX Live.
367
368 %package doc-vi
369 Summary:        Vietnamese documentation for TeX Live
370 Group:          Documentation
371
372 %description doc-vi
373 Assorted useful Vietnamese documentation for TeX Live.
374
375 %package doc-zh_CN
376 Summary:        Chinese documentation for TeX Live
377 Group:          Documentation
378
379 %description doc-zh_CN
380 Assorted useful Chinese documentation for TeX Live.
381
382 %package doc-Catalogue
383 Summary:        TeX Catalogue
384 Summary(pl.UTF-8):      Katalog TeXa
385 Group:          Applications/Publishing/TeX
386 Requires(post,postun):  %{_bindir}/texhash
387 Requires:       %{name} = %{epoch}:%{version}-%{release}
388
389 %description doc-Catalogue
390 TeX Catalogue.
391
392 %description doc-Catalogue -l pl.UTF-8
393 Katalog TeXa.
394
395 %package doc-tug-faq
396 Summary:        TeX User Group FAQ
397 Summary(hu.UTF-8):      TeX felhasználók FAQ-ja
398 Summary(pl.UTF-8):      FAQ Grupy Użytkowników TeXa
399 Group:          Applications/Publishing/TeX
400 Requires(post,postun):  %{_bindir}/texhash
401 Requires:       %{name} = %{epoch}:%{version}-%{release}
402 Obsoletes:      tetex-doc-LaTeX-FAQ-francaise
403 Obsoletes:      tetex-doc-de-tex-faq
404 Obsoletes:      tetex-doc-uktug-faq
405
406 %description doc-tug-faq
407 TeX User Group FAQ.
408
409 %description doc-tug-faq -l hu.UTF8
410 TeX felhasználók FAQ-ja.
411
412 %description doc-tug-faq -l pl.UTF-8
413 FAQ Grupy Użytkowników TeXa.
414
415 %package doc-latex
416 Summary:        Basic LaTeX packages documentation
417 Summary(hu.UTF-8):      Az alap LaTeX csomagok dokumentációja
418 Summary(pl.UTF-8):      Podstawowa dokumentacja do pakietów LaTeXa
419 Group:          Applications/Publishing/TeX
420 Requires(post,postun):  %{_bindir}/texhash
421 Requires:       %{name} = %{epoch}:%{version}-%{release}
422
423 %description doc-latex
424 Basic LaTeX packages documentation.
425
426 %description doc-latex -l hu.UTF-8
427 Az alap LaTeX csomagok dokumentációja
428
429 %description doc-latex -l pl.UTF-8
430 Podstawowa dokumentacja do pakietów LaTeXa.
431
432 # # libraries #
433 %package -n kpathsea
434 Summary:        File name lookup library
435 Summary(hu.UTF-8):      Fájlnév-kereső könyvtár
436 Summary(pl.UTF-8):      Biblioteka szukająca nazw plików
437 Group:          Applications/Publishing/TeX
438 Requires(post,postun):  %{_bindir}/texhash
439 Requires:       %{name} = %{epoch}:%{version}-%{release}
440
441 %description -n kpathsea
442 File name lookup library.
443
444 %description -n kpathsea -l hu.UTF-8
445 Fájlnév-kereső könyvtár.
446
447 %description -n kpathsea -l pl.UTF-8
448 Biblioteka szukająca nazw plików.
449
450 %package -n kpathsea-devel
451 Summary:        Kpathsea library filename lookup header files and documentation
452 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para desarrollo TeX
453 Summary(hu.UTF-8):      Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
454 Summary(pl.UTF-8):      Pliki nagłówkowe oraz dokumetacja kpathsea
455 Summary(pt_BR.UTF-8):   Bibliotecas e headers para desenvolvimento TeX
456 Group:          Development/Libraries
457 Requires:       kpathsea = %{epoch}:%{version}-%{release}
458
459 %description -n kpathsea-devel
460 Kpathsea library filename lookup header files and documentation.
461
462 %description -n kpathsea-devel -l es.UTF-8
463 Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
464 aplicaciones TeX.
465
466 %description -n kpathsea-devel -l hu.UTF-8
467 Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
468
469 %description -n kpathsea-devel -l pl.UTF-8
470 Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
471
472 %description -n kpathsea-devel -l pt_BR.UTF-8
473 Bibliotecas, headers e outros componentes que podem ser utilizados
474 para desenvolver aplicações TeX.
475
476 # # programs #
477 %package dvips
478 Summary:        DVI to PostScript converter
479 Summary(de.UTF-8):      dvi-Postscript-Konvertierungsprogramm
480 Summary(es.UTF-8):      Convertidor dvi para postscript
481 Summary(fr.UTF-8):      Convertisseur dvi vers PostScript
482 Summary(hu.UTF-8):      DVI-ből PosctScript-be konvertáló
483 Summary(pl.UTF-8):      Konwerter plików DVI do PostScriptu
484 Summary(pt_BR.UTF-8):   Conversor dvi para postscript
485 Summary(tr.UTF-8):      dvi'dan postscript'e dönüştürücü
486 Group:          Applications/Publishing/TeX
487 Requires(post,postun):  %{_bindir}/texhash
488 Requires:       %{name} = %{epoch}:%{version}-%{release}
489 Provides:       tetex-dvips
490 Obsoletes:      tetex-dvips
491
492 %description dvips
493 The program dvips takes a DVI file file[.dvi] produced by TeX (or by
494 some other processor such as GFtoDVI) and converts it to PostScript,
495 normally sending the result directly to the laserprinter.
496
497 %description dvips -l de.UTF-8
498 Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
499 durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
500 konvertiert diese in PostScript, wobei das Ergebnis in der Regel
501 direkt an einen Laserdrucker gesandt wird.
502
503 %description dvips -l es.UTF-8
504 El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
505 otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
506 enviando el resultado directamente a la impresora láser.
507
508 %description dvips -l fr.UTF-8
509 Le programme dvips convertit les fichiers DVI en PostScript, en
510 envoyant normalement le résultat directement sur une imprimante Laser.
511
512 %description dvips -l hu.UTF-8
513 A dvips program egy TeX által készített DVI-fájlból PostScript
514 állományt készít, amelyet a legtöbb esetben közvetlenül a
515 lézernyomtatóra küldhetsz.
516
517 %description dvips -l pl.UTF-8
518 Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
519 program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
520 Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
521
522 %description dvips -l pt_BR.UTF-8
523 O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
524 outro processador como o GFtoDVI) e o converte para PostScript,
525 normalmente enviando o resultado diretamente para a impressora laser.
526
527 %description dvips -l tr.UTF-8
528 dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
529 PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
530 olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
531 üretilmiş olabilir.
532
533 %package dvilj
534 Summary:        DVI to PCL converter
535 Summary(de.UTF-8):      Ein dvi-->Laserjet-Konvertierer
536 Summary(es.UTF-8):      Convertidor dvi para laserjet
537 Summary(fr.UTF-8):      convertisseur dvi vers laserjet
538 Summary(hu.UTF-8):      DVI-ből PCL-be konvertáló
539 Summary(pl.UTF-8):      Konwerter plików DVI do języka PCL
540 Summary(pt_BR.UTF-8):   Conversor dvi para laserjet
541 Summary(tr.UTF-8):      dvi'dan laserjet'e dönüştürücü
542 Group:          Applications/Publishing/TeX
543 Requires(post,postun):  %{_bindir}/texhash
544 Requires:       %{name} = %{epoch}:%{version}-%{release}
545
546 %description dvilj
547 Dvilj and dvilj's siblings (included in this package) will convert TeX
548 text formatting system output .dvi files to HP PCL (HP Printer Control
549 Language) commands. Using dvilj, you can print TeX files to HP
550 LaserJet+ and fully compatible printers. With dvilj2p, you can print
551 to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
552 can print to HP LaserJet4 and fully compatible printers.
553
554 %description dvilj -l de.UTF-8
555 Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
556 Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
557 LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
558 kompatiblen Druckern.
559
560 %description dvilj -l es.UTF-8
561 Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
562 HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
563 impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
564 dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
565
566 %description dvilj -l fr.UTF-8
567 dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
568 (le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
569 LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
570 imprimantes totalement compatibles.
571
572 %description dvilj -l hu.UTF-8
573 Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
574 Printer Control Language) parancsokká. A dvilj használatával TeX
575 fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
576 nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
577 nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
578
579 %description dvilj -l pl.UTF-8
580 dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
581 pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
582 PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
583 pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
584 użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
585 kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
586 LaserJet4 i w pełni kompatybilnych.
587
588 %description dvilj -l pt_BR.UTF-8
589 Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
590 HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
591 impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
592 dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
593
594 %description dvilj -l tr.UTF-8
595 TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
596 denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
597 LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
598 uyumlularından yazıcı çıktısı alınabilir.
599
600 %package makeindex
601 Summary:        A general purpose hierarchical index generator
602 Summary(hu.UTF-8):      Egy általános célú hierarchikus index generáló
603 Summary(pl.UTF-8):      Generator hierarchicznych indeksów ogólnego przeznaczenia
604 Group:          Applications/Publishing/TeX
605 Requires(post,postun):  %{_bindir}/texhash
606 Requires:       %{name} = %{epoch}:%{version}-%{release}
607 Provides:       tetex-makeindex
608 Obsoletes:      tetex-makeindex
609 Obsoletes:      tetex-rumakeindex
610
611 %description makeindex
612 A general purpose hierarchical index generator; it accepts one or more
613 input files (often produced by a text formatter such as TeX or troff),
614 sorts the entries, and produces an output file which can be formatted.
615 The formats of the input and output files are specified in a style
616 file; by default, input is assumed to be an idx file, as generated by
617 LaTeX.
618
619 %description makeindex -l hu.UTF-8
620 Egy általános célű hierarchikus index generáló; elfogad egy vagy több
621 bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
622 rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
623 készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
624 definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
625 LaTeX generál.
626
627 %description makeindex -l pl.UTF-8
628 Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
629 jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
630 narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
631 elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
632 plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
633 przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
634 LaTeX.
635
636 %package tex-arrayjob
637 Summary:        Array data structures for (La)TeX
638 Summary(hu.UTF-8):      Tömb adatstruktúra (La)TeX-hez
639 Group:          Applications/Publishing/TeX
640 Requires(post,postun):  %{_bindir}/texhash
641 Requires:       %{name} = %{epoch}:%{version}-%{release}
642
643 %description tex-arrayjob
644 Array data structures for (La)TeX.
645
646 %description tex-arrayjob -l hu.UTF-8
647 Tömb adatstruktúra (La)TeX-hez.
648
649 %package tex-mathdots
650 Summary:        Commands to produce dots in math that respect font size
651 Summary(hu.UTF-8):      Pontok előállítása matematikai módban a font méret figyelmbevételével
652 Group:          Applications/Publishing/TeX
653 Requires(post,postun):  %{_bindir}/texhash
654 Requires:       %{name} = %{epoch}:%{version}-%{release}
655
656 %description tex-mathdots
657 Commands to produce dots in math that respect font size.
658
659 %description tex-mathdots -l hu.UTF-8
660 Pontok előállítása matematikai módban a font méret figyelmbevételével.
661
662 %package tex-midnight
663 Summary:        A set of useful macro tools
664 Summary(hu.UTF-8):      Hasznos makrók gyűjteménye
665 Group:          Applications/Publishing/TeX
666 Requires(post,postun):  %{_bindir}/texhash
667 Requires:       %{name} = %{epoch}:%{version}-%{release}
668
669 %description tex-midnight
670 A set of useful macro tools.
671
672 %description tex-midnight -l hu.UTF-8
673 Hasznos makrók gyűjteménye.
674
675 %package tex-kastrup
676 Summary:        Convert numbers into binary, octal and hexadecimal
677 Group:          Applications/Publishing/TeX
678 Requires(post,postun):  %{_bindir}/texhash
679 Requires:       %{name} = %{epoch}:%{version}-%{release}
680
681 %description tex-kastrup
682 Convert numbers into binary, octal and hexadecimal.
683
684 %package tex-ofs
685 Summary:        Olsak's Font System
686 Group:          Applications/Publishing/TeX
687 Requires(post,postun):  %{_bindir}/texhash
688 Requires:       %{name} = %{epoch}:%{version}-%{release}
689
690 %description tex-ofs
691 Olsak's Font System.
692
693 %package tex-physe
694 Summary:        The PHYSE format
695 Summary(hu.UTF-8):      PHYSE formátum
696 Group:          Applications/Publishing/TeX
697 Requires(post,postun):  %{_bindir}/texhash
698 Requires:       %{name} = %{epoch}:%{version}-%{release}
699
700 %description tex-physe
701 The PHYSE format.
702
703 %description tex-physe -l hu.UTF-8
704 PHYSE formátum.
705
706 %package tex-velthuis
707 Summary:        This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
708 Summary(hu.UTF-8):      Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
709 Group:          Applications/Publishing/TeX
710 Requires(post,postun):  %{_bindir}/texhash
711 Requires:       %{name} = %{epoch}:%{version}-%{release}
712
713 %description tex-velthuis
714 This package provides support for typesetting texts in Devanagari
715 script (Sanskrit and Hindi).
716
717 %description tex-velthuis -l hu.UTF-8
718 Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
719 (Sanskrit és Hindi).
720
721 %package tex-ytex
722 Summary:        Macro package developed at MIT
723 Summary(hu.UTF-8):      MIT-en fejlesztett makrócsomag
724 Group:          Applications/Publishing/TeX
725 Requires(post,postun):  %{_bindir}/texhash
726 Requires:       %{name} = %{epoch}:%{version}-%{release}
727
728 %description tex-ytex
729 Macro package developed at MIT.
730
731 %description tex-ytex -l hu.UTF-8
732 MIT-en fejlesztett makrócsomag.
733
734 %package metafont
735 Summary:        MetaFont
736 Summary(hu.UTF-8):      MetaFont
737 Summary(pl.UTF-8):      Zestaw narzędzi MetaFont
738 Group:          Applications/Publishing/TeX
739 Requires(post,postun):  %{_bindir}/texhash
740 Requires:       %{name} = %{epoch}:%{version}-%{release}
741 Provides:       tetex-metafont
742 Obsoletes:      tetex-metafont
743
744 %description metafont
745 MetaFont.
746
747 %description metafont -l pl.UTF-8
748 Zestaw narzędzi MetaFont.
749
750 %package metapost
751 Summary:        MetaPost
752 Summary(hu.UTF-8):      MetaPost
753 Summary(pl.UTF-8):      Zestaw narzędzi MetaPost
754 Group:          Applications/Publishing/TeX
755 Requires(post,postun):  %{_bindir}/texhash
756 Requires:       %{name} = %{epoch}:%{version}-%{release}
757 Obsoletes:      tetex-matapost
758
759 %description metapost
760 MetaPost.
761
762 %description metapost -l hu.UTF-8
763 MetaPost.
764
765 %description metapost -l pl.UTF-8
766 Zestaw narzędzi MetaPost.
767
768 %package metapost-other
769 Summary:        Various MetaPost utils
770 Summary(hu.UTF-8):      Különböző MetaPost eszközök
771 Group:          Applications/Publishing/TeX
772 Requires(post,postun):  %{_bindir}/texhash
773 Requires:       %{name} = %{epoch}:%{version}-%{release}
774
775 %description metapost-other
776 Various MetaPost utils.
777
778 %description metapost-other -l hu.UTF-8
779 Különböző MetaPost eszközök.
780
781 %package mptopdf
782 Summary:        MetaPost to PDF converter
783 Summary(hu.UTF-8):      MetaPost-ból PDF-be konvertáló
784 Summary(pl.UTF-8):      Konwerter MetaPost do PDF
785 Group:          Applications/Publishing/TeX
786 Requires(post,postun):  %{_bindir}/texhash
787 Requires:       %{name}-metapost = %{epoch}:%{version}-%{release}
788
789 %description mptopdf
790 MetaPost to PDF converter.
791
792 %description mptopdf -l hu.UTF-8
793 MetaPost-ból PDF-be konvertáló.
794
795 %description mptopdf -l pl.UTF-8
796 Konwerter MetaPost do PDF.
797
798 %package texdoctk
799 Summary:        Easy access to TeX documentation
800 Summary(pl.UTF-8):      Łatwy dostęp do dokumentacji TeXa
801 Group:          Applications/Publishing/TeX
802 Requires(post,postun):  %{_bindir}/texhash
803 Requires:       %{name} = %{epoch}:%{version}-%{release}
804
805 %description texdoctk
806 A Perl/Tk-based GUI for easy access to package documentation for TeX
807 on Unix platforms; the databases it uses are based on the texmf/doc
808 subtrees of teTeX v.1.0.x, but database files for local configurations
809 with modified/extended directories can be derived from them. Note that
810 texdoctk is not a viewer itself, but an interface for finding
811 documentation files and opening them with the appropriate viewer; so
812 it relies on appropriate programs to be installed on the system.
813 However, the choice of these programs can be configured by the
814 sysadmin or user.
815
816 %description texdoctk -l pl.UTF-8
817 Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
818 dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
819 danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
820 używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
821 Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
822 interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
823 właściwej przeglądarce; tak więc wymaga on odpowiednich programów
824 zainstalowanych w systemie. Wybór tych programów może być dokonany
825 przez administratora lub użytkownika.
826
827 %package -n texconfig
828 Summary:        TeX typesetting system configurator
829 Summary(pl.UTF-8):      Konfigurator systemu składu TeX
830 Group:          Applications/Publishing/TeX
831 Requires:       %{name} = %{epoch}:%{version}-%{release}
832 Requires:       %{name}-dvips = %{epoch}:%{version}-%{release}
833 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
834 Requires:       xdvi = %{epoch}:%{version}-%{release}
835 Obsoletes:      tetex-texconfig
836
837 %description -n texconfig
838 TeX typesetting system configurator.
839
840 %description -n texconfig -l pl.UTF-8
841 Konfigurator systemu składu TeX.
842
843 %package -n xdvi
844 Summary:        X11 previewer
845 Summary(de.UTF-8):      X11-Previewer
846 Summary(es.UTF-8):      Visualizador TeX X11
847 Summary(fr.UTF-8):      Prévisualisateur X11
848 Summary(pl.UTF-8):      Przeglądarka DVI dla X11
849 Summary(pt_BR.UTF-8):   Visualizador TeX X11
850 Summary(tr.UTF-8):      X11 öngörüntüleyici
851 Group:          Applications/Publishing/TeX
852 Requires(post,postun):  %{_bindir}/texhash
853 Requires:       %{name} = %{epoch}:%{version}-%{release}
854 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
855 Suggests:       %{name}-dvips
856 Obsoletes:      tetex-xdvi
857
858 %description -n xdvi
859 xdvi is a program which runs under the X window system. It is used to
860 preview dvi files, such as are produced by tex and latex.
861
862 %description -n xdvi -l de.UTF-8
863 xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
864 ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
865 latex erzeugt wurden.
866
867 %description -n xdvi -l es.UTF-8
868 xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
869 visualizar archivos dvi, como los producidos por tex y latex.
870
871 %description -n xdvi -l fr.UTF-8
872 xdvi est un programme s'exécutant sous le système X Window. Il sert à
873 visualiser les fichiers dvi tels que ceux produits par tex et latex.
874
875 %description -n xdvi -l pl.UTF-8
876 Xdvi jest programem (działającym w X Window System) do przeglądania
877 plików DVI, produkowanych przez TeXa i LaTeXa.
878
879 %description -n xdvi -l pt_BR.UTF-8
880 xdvi é um programa que roda no sistema X Window. É usado para
881 visualizar arquivos dvi, como os produzidos por tex e latex.
882
883 %package -n xindy
884 Summary:        Xindy creates sorted and tagged index from raw index
885 Summary(hu.UTF-8):      Xindy rendezett és cimkézett indexet készít nyers indexekből
886 Group:          Applications/Publishing/TeX
887
888 %description -n xindy
889 Xindy creates sorted and tagged index from raw index.
890
891 %description -n xindy -l hu.UTF-8
892 Xindy rendezett és cimkézett indexet készít nyers indexekből.
893
894 %package -n xindy-albanian
895 Summary:        Xindy albanian language
896 Summary(hu.UTF-8):      Xindy albán nyelv
897 Group:          Applications/Publishing/TeX
898
899 %description -n xindy-albanian
900 Xindy albanian language
901
902 %description -n xindy-albanian -l hu.UTF-8
903 Xindy albán nyelv
904
905 %package -n xindy-belarusian
906 Summary:        Xindy belarusian language
907 Summary(hu.UTF-8):      Xindy belorusz nyelv
908 Group:          Applications/Publishing/TeX
909
910 %description -n xindy-belarusian
911 Xindy belarusian language
912
913 %description -n xindy-belarusian -l hu.UTF-8
914 Xindy belorusz nyelv
915
916 %package -n xindy-bulgarian
917 Summary:        Xindy bulgarian language
918 Summary(hu.UTF-8):      Xindy bolgár nyelv
919 Group:          Applications/Publishing/TeX
920
921 %description -n xindy-bulgarian
922 Xindy bulgarian language
923
924 %description -n xindy-bulgarian -l hu.UTF-8
925 Xindy bolgár nyelv
926
927 %package -n xindy-croatian
928 Summary:        Xindy croatian language
929 Summary(hu.UTF-8):      Xindy horvát nyelv
930 Group:          Applications/Publishing/TeX
931
932 %description -n xindy-croatian
933 Xindy croatian language
934
935 %description -n xindy-croatian -l hu.UTF-8
936 Xindy horvát nyelv
937
938 %package -n xindy-czech
939 Summary:        Xindy czech language
940 Summary(hu.UTF-8):      Xindy cseh nyelv
941 Group:          Applications/Publishing/TeX
942
943 %description -n xindy-czech
944 Xindy czech language
945
946 %description -n xindy-czech -l hu.UTF-8
947 Xindy cseh nyelv
948
949 %package -n xindy-danish
950 Summary:        Xindy danish language
951 Summary(hu.UTF-8):      Xindy dán nyelv
952 Group:          Applications/Publishing/TeX
953
954 %description -n xindy-danish
955 Xindy danish language
956
957 %description -n xindy-danish -l hu.UTF-8
958 Xindy dán nyelv
959
960 %package -n xindy-dutch
961 Summary:        Xindy dutch language
962 Summary(hu.UTF-8):      Xindy holland nyelv
963 Group:          Applications/Publishing/TeX
964
965 %description -n xindy-dutch
966 Xindy dutch language
967
968 %description -n xindy-dutch -l hu.UTF-8
969 Xindy holland nyelv
970
971 %package -n xindy-english
972 Summary:        Xindy english language
973 Summary(hu.UTF-8):      Xindy angol nyelv
974 Group:          Applications/Publishing/TeX
975
976 %description -n xindy-english
977 Xindy english language
978
979 %description -n xindy-english -l hu.UTF-8
980 Xindy angol nyelv
981
982 %package -n xindy-esperanto
983 Summary:        Xindy esperanto language
984 Summary(hu.UTF-8):      Xindy eszperantó nyelv
985 Group:          Applications/Publishing/TeX
986
987 %description -n xindy-esperanto
988 Xindy esperanto language
989
990 %description -n xindy-esperanto -l hu.UTF-8
991 Xindy eszperantó nyelv
992
993 %package -n xindy-estonian
994 Summary:        Xindy estonian language
995 Summary(hu.UTF-8):      Xindy észt nyelv
996 Group:          Applications/Publishing/TeX
997
998 %description -n xindy-estonian
999 Xindy estonian language
1000
1001 %description -n xindy-estonian -l hu.UTF-8
1002 Xindy észt nyelv
1003
1004 %package -n xindy-finnish
1005 Summary:        Xindy finnish language
1006 Summary(hu.UTF-8):      Xindy finn nyelv
1007 Group:          Applications/Publishing/TeX
1008
1009 %description -n xindy-finnish
1010 Xindy finnish language
1011
1012 %description -n xindy-finnish -l hu.UTF-8
1013 Xindy finn nyelv
1014
1015 %package -n xindy-french
1016 Summary:        Xindy french language
1017 Summary(hu.UTF-8):      Xindy francia nyelv
1018 Group:          Applications/Publishing/TeX
1019
1020 %description -n xindy-french
1021 Xindy french language
1022
1023 %description -n xindy-french -l hu.UTF-8
1024 Xindy francia nyelv
1025
1026 %package -n xindy-general
1027 Summary:        Xindy general language
1028 Summary(hu.UTF-8):      Xindy általános nyelv
1029 Group:          Applications/Publishing/TeX
1030
1031 %description -n xindy-general
1032 Xindy general language
1033
1034 %description -n xindy-general -l hu.UTF-8
1035 Xindy általános nyelv
1036
1037 %package -n xindy-georgian
1038 Summary:        Xindy georgian language
1039 Summary(hu.UTF-8):      Xindy georgian nyelv
1040 Group:          Applications/Publishing/TeX
1041
1042 %description -n xindy-georgian
1043 Xindy georgian language
1044
1045 %description -n xindy-georgian -l hu.UTF-8
1046 Xindy georgian nyelv
1047
1048 %package -n xindy-german
1049 Summary:        Xindy german language
1050 Summary(hu.UTF-8):      Xindy német nyelv
1051 Group:          Applications/Publishing/TeX
1052
1053 %description -n xindy-german
1054 Xindy german language
1055
1056 %description -n xindy-german -l hu.UTF-8
1057 Xindy német nyelv
1058
1059 %package -n xindy-greek
1060 Summary:        Xindy greek language
1061 Summary(hu.UTF-8):      Xindy görög nyelv
1062 Group:          Applications/Publishing/TeX
1063
1064 %description -n xindy-greek
1065 Xindy greek language
1066
1067 %description -n xindy-greek -l hu.UTF-8
1068 Xindy görög nyelv
1069
1070 %package -n xindy-gypsy
1071 Summary:        Xindy gypsy language
1072 Summary(hu.UTF-8):      Xindy cigány nyelv
1073 Group:          Applications/Publishing/TeX
1074
1075 %description -n xindy-gypsy
1076 Xindy gypsy language
1077
1078 %description -n xindy-gypsy -l hu.UTF-8
1079 Xindy cigány nyelv
1080
1081 %package -n xindy-hausa
1082 Summary:        Xindy hausa language
1083 Summary(hu.UTF-8):      Xindy hausa nyelv
1084 Group:          Applications/Publishing/TeX
1085
1086 %description -n xindy-hausa
1087 Xindy hausa language
1088
1089 %description -n xindy-hausa -l hu.UTF-8
1090 Xindy hausa nyelv
1091
1092 %package -n xindy-hebrew
1093 Summary:        Xindy hebrew language
1094 Summary(hu.UTF-8):      Xindy héber nyelv
1095 Group:          Applications/Publishing/TeX
1096
1097 %description -n xindy-hebrew
1098 Xindy hebrew language
1099
1100 %description -n xindy-hebrew -l hu.UTF-8
1101 Xindy héber nyelv
1102
1103 %package -n xindy-hungarian
1104 Summary:        Xindy hungarian language
1105 Summary(hu.UTF-8):      Xindy magyar nyelv
1106 Group:          Applications/Publishing/TeX
1107
1108 %description -n xindy-hungarian
1109 Xindy hungarian language
1110
1111 %description -n xindy-hungarian -l hu.UTF-8
1112 Xindy magyar nyelv
1113
1114 %package -n xindy-icelandic
1115 Summary:        Xindy icelandic language
1116 Summary(hu.UTF-8):      Xindy izlandi nyelv
1117 Group:          Applications/Publishing/TeX
1118
1119 %description -n xindy-icelandic
1120 Xindy icelandic language
1121
1122 %description -n xindy-icelandic -l hu.UTF-8
1123 Xindy izlandi nyelv
1124
1125 %package -n xindy-italian
1126 Summary:        Xindy italian language
1127 Summary(hu.UTF-8):      Xindy olasz nyelv
1128 Group:          Applications/Publishing/TeX
1129
1130 %description -n xindy-italian
1131 Xindy italian language
1132
1133 %description -n xindy-italian -l hu.UTF-8
1134 Xindy olasz nyelv
1135
1136 %package -n xindy-klingon
1137 Summary:        Xindy klingon language
1138 Summary(hu.UTF-8):      Xindy klingon nyelv
1139 Group:          Applications/Publishing/TeX
1140
1141 %description -n xindy-klingon
1142 Xindy klingon language
1143
1144 %description -n xindy-klingon -l hu.UTF-8
1145 Xindy klingon nyelv
1146
1147 %package -n xindy-kurdish
1148 Summary:        Xindy kurdish language
1149 Summary(hu.UTF-8):      Xindy kurd nyelv
1150 Group:          Applications/Publishing/TeX
1151
1152 %description -n xindy-kurdish
1153 Xindy kurdish language
1154
1155 %description -n xindy-kurdish -l hu.UTF-8
1156 Xindy kurd nyelv
1157
1158 %package -n xindy-latin
1159 Summary:        Xindy latin language
1160 Summary(hu.UTF-8):      Xindy latin nyelv
1161 Group:          Applications/Publishing/TeX
1162
1163 %description -n xindy-latin
1164 Xindy latin language
1165
1166 %description -n xindy-latin -l hu.UTF-8
1167 Xindy latin nyelv
1168
1169 %package -n xindy-latvian
1170 Summary:        Xindy latvian language
1171 Summary(hu.UTF-8):      Xindy lett nyelv
1172 Group:          Applications/Publishing/TeX
1173
1174 %description -n xindy-latvian
1175 Xindy latvian language
1176
1177 %description -n xindy-latvian -l hu.UTF-8
1178 Xindy lett nyelv
1179
1180 %package -n xindy-lithuanian
1181 Summary:        Xindy lithuanian language
1182 Summary(hu.UTF-8):      Xindy litván nyelv
1183 Group:          Applications/Publishing/TeX
1184
1185 %description -n xindy-lithuanian
1186 Xindy lithuanian language
1187
1188 %description -n xindy-lithuanian -l hu.UTF-8
1189 Xindy litván nyelv
1190
1191 %package -n xindy-lower-sorbian
1192 Summary:        Xindy lower-sorbian language
1193 Summary(hu.UTF-8):      Xindy lower-sorbian nyelv
1194 Group:          Applications/Publishing/TeX
1195
1196 %description -n xindy-lower-sorbian
1197 Xindy lower-sorbian language
1198
1199 %description -n xindy-lower-sorbian -l hu.UTF-8
1200 Xindy lower-sorbian nyelv
1201
1202 %package -n xindy-macedonian
1203 Summary:        Xindy macedonian language
1204 Summary(hu.UTF-8):      Xindy macedón nyelv
1205 Group:          Applications/Publishing/TeX
1206
1207 %description -n xindy-macedonian
1208 Xindy macedonian language
1209
1210 %description -n xindy-macedonian -l hu.UTF-8
1211 Xindy macedón nyelv
1212
1213 %package -n xindy-mongolian
1214 Summary:        Xindy mongolian language
1215 Summary(hu.UTF-8):      Xindy mongol nyelv
1216 Group:          Applications/Publishing/TeX
1217
1218 %description -n xindy-mongolian
1219 Xindy mongolian language
1220
1221 %description -n xindy-mongolian -l hu.UTF-8
1222 Xindy mongol nyelv
1223
1224 %package -n xindy-norwegian
1225 Summary:        Xindy norwegian language
1226 Summary(hu.UTF-8):      Xindy norvég nyelv
1227 Group:          Applications/Publishing/TeX
1228
1229 %description -n xindy-norwegian
1230 Xindy norwegian language
1231
1232 %description -n xindy-norwegian -l hu.UTF-8
1233 Xindy norvég nyelv
1234
1235 %package -n xindy-polish
1236 Summary:        Xindy polish language
1237 Summary(hu.UTF-8):      Xindy lengyel nyelv
1238 Group:          Applications/Publishing/TeX
1239
1240 %description -n xindy-polish
1241 Xindy polish language
1242
1243 %description -n xindy-polish -l hu.UTF-8
1244 Xindy lengyel nyelv
1245
1246 %package -n xindy-portuguese
1247 Summary:        Xindy portuguese language
1248 Summary(hu.UTF-8):      Xindy portugál nyelv
1249 Group:          Applications/Publishing/TeX
1250
1251 %description -n xindy-portuguese
1252 Xindy portuguese language
1253
1254 %description -n xindy-portuguese -l hu.UTF-8
1255 Xindy portugál nyelv
1256
1257 %package -n xindy-romanian
1258 Summary:        Xindy romanian language
1259 Summary(hu.UTF-8):      Xindy román nyelv
1260 Group:          Applications/Publishing/TeX
1261
1262 %description -n xindy-romanian
1263 Xindy romanian language
1264
1265 %description -n xindy-romanian -l hu.UTF-8
1266 Xindy román nyelv
1267
1268 %package -n xindy-russian
1269 Summary:        Xindy russian language
1270 Summary(hu.UTF-8):      Xindy orosz nyelv
1271 Group:          Applications/Publishing/TeX
1272
1273 %description -n xindy-russian
1274 Xindy russian language
1275
1276 %description -n xindy-russian -l hu.UTF-8
1277 Xindy orosz nyelv
1278
1279 %package -n xindy-serbian
1280 Summary:        Xindy serbian language
1281 Summary(hu.UTF-8):      Xindy szerb nyelv
1282 Group:          Applications/Publishing/TeX
1283
1284 %description -n xindy-serbian
1285 Xindy serbian language
1286
1287 %description -n xindy-serbian -l hu.UTF-8
1288 Xindy szerb nyelv
1289
1290 %package -n xindy-slovak
1291 Summary:        Xindy slovak language
1292 Summary(hu.UTF-8):      Xindy szlovák nyelv
1293 Group:          Applications/Publishing/TeX
1294
1295 %description -n xindy-slovak
1296 Xindy slovak language
1297
1298 %description -n xindy-slovak -l hu.UTF-8
1299 Xindy szlovák nyelv
1300
1301 %package -n xindy-slovenian
1302 Summary:        Xindy slovenian language
1303 Summary(hu.UTF-8):      Xindy szlovén nyelv
1304 Group:          Applications/Publishing/TeX
1305
1306 %description -n xindy-slovenian
1307 Xindy slovenian language
1308
1309 %description -n xindy-slovenian -l hu.UTF-8
1310 Xindy szlovén nyelv
1311
1312 %package -n xindy-spanish
1313 Summary:        Xindy spanish language
1314 Summary(hu.UTF-8):      Xindy spanyol nyelv
1315 Group:          Applications/Publishing/TeX
1316
1317 %description -n xindy-spanish
1318 Xindy spanish language
1319
1320 %description -n xindy-spanish -l hu.UTF-8
1321 Xindy spanyol nyelv
1322
1323 %package -n xindy-swedish
1324 Summary:        Xindy swedish language
1325 Summary(hu.UTF-8):      Xindy svéd nyelv
1326 Group:          Applications/Publishing/TeX
1327
1328 %description -n xindy-swedish
1329 Xindy swedish language
1330
1331 %description -n xindy-swedish -l hu.UTF-8
1332 Xindy svéd nyelv
1333
1334 %package -n xindy-turkish
1335 Summary:        Xindy turkish language
1336 Summary(hu.UTF-8):      Xindy török nyelv
1337 Group:          Applications/Publishing/TeX
1338
1339 %description -n xindy-turkish
1340 Xindy turkish language
1341
1342 %description -n xindy-turkish -l hu.UTF-8
1343 Xindy török nyelv
1344
1345 %package -n xindy-ukrainian
1346 Summary:        Xindy ukrainian language
1347 Summary(hu.UTF-8):      Xindy ukrán nyelv
1348 Group:          Applications/Publishing/TeX
1349
1350 %description -n xindy-ukrainian
1351 Xindy ukrainian language
1352
1353 %description -n xindy-ukrainian -l hu.UTF-8
1354 Xindy ukrán nyelv
1355
1356 %package -n xindy-upper-sorbian
1357 Summary:        Xindy upper-sorbian language
1358 Summary(hu.UTF-8):      Xindy upper-sorbian nyelv
1359 Group:          Applications/Publishing/TeX
1360
1361 %description -n xindy-upper-sorbian
1362 Xindy upper-sorbian language
1363
1364 %description -n xindy-upper-sorbian -l hu.UTF-8
1365 Xindy upper-sorbian nyelv
1366
1367 %package -n xindy-vietnamese
1368 Summary:        Xindy vietnamese language
1369 Summary(hu.UTF-8):      Xindy vietnámi nyelv
1370 Group:          Applications/Publishing/TeX
1371
1372 %description -n xindy-vietnamese
1373 Xindy vietnamese language
1374
1375 %description -n xindy-vietnamese -l hu.UTF-8
1376 Xindy vietnám nyelv
1377
1378
1379 %package pdftex
1380 Summary:        TeX generating PDF files instead DVI
1381 Summary(hu.UTF-8):      PDF fájlok készítése DVI helyett TeX-ből
1382 Summary(pl.UTF-8):      TeX generujący pliki PDF zamiast DVI
1383 Group:          Applications/Publishing/TeX
1384 Requires(post,postun):  %{_bindir}/texhash
1385 Requires:       %{name} = %{epoch}:%{version}-%{release}
1386 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1387 Provides:       tetex-pdftex
1388 Obsoletes:      tetex-pdftex
1389 Provides:       tetex-format-pdftex
1390 Obsoletes:      tetex-format-pdftex
1391
1392 %description pdftex
1393 TeX generating PDF files instead DVI.
1394
1395 %description pdftex -l pl.UTF-8
1396 TeX generujący pliki PDF zamiast DVI.
1397
1398 %package psutils
1399 Summary:        PostScript Utilities
1400 Summary(hu.UTF-8):      PostScript eszközök
1401 Summary(pl.UTF-8):      Narzędzia do PostScriptu
1402 Group:          Applications/Printing
1403 Obsoletes:      psutils
1404
1405 %description psutils
1406 This archive contains some utilities for manipulating PostScript
1407 documents. Page selection and rearrangement are supported, including
1408 arrangement into signatures for booklet printing, and page merging for
1409 n-up printing.
1410
1411 %description psutils -l hu.UTF-8
1412 Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1413 dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1414 beleértve a booklet nyomtatáshoz való átrendezést is.
1415
1416 %description psutils -l pl.UTF-8
1417 PSutils zawiera programy pomagające manipulować plikami PostScript,
1418 wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1419 także na łączenie różnych plików PostScript w całość.
1420
1421 %package phyzzx
1422 Summary:        A TeX format for physicists
1423 Summary(hu.UTF-8):      TeX formátum fizikusoknak
1424 Group:          Applications/Publishing/TeX
1425 Requires(post,postun):  %{_bindir}/texhash
1426 Requires:       %{name} = %{epoch}:%{version}-%{release}
1427
1428 %description phyzzx
1429 A TeX format for physicists.
1430
1431 %description phyzzx -l hu.UTF-8
1432 TeX formátum fizikusoknak.
1433
1434 %package omega
1435 Summary:        Extended unicode TeX
1436 Summary(pl.UTF-8):      Omega - TeX ze wsparciem dla unikodu
1437 Group:          Applications/Publishing/TeX
1438 Requires(post,postun):  %{_bindir}/texhash
1439 Requires:       %{name} = %{epoch}:%{version}-%{release}
1440 Requires:       %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1441 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1442
1443 %description omega
1444 Omega is a version of the TeX program modified for multilingual
1445 typesetting. It uses unicode, and has additional primitives for (among
1446 other things) bidirectional typesetting.
1447
1448 %description omega -l pl.UTF-8
1449 Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1450 Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1451 tekstu pisanego w obu kierunkach.
1452
1453 # # formats #
1454
1455 # Plain format.
1456
1457 %package plain
1458 Summary:        Plain TeX format basic files
1459 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Plain TeX
1460 Group:          Applications/Publishing/TeX
1461 Requires(post,postun):  %{_bindir}/texhash
1462 Requires:       %{name} = %{epoch}:%{version}-%{release}
1463 Provides:       tetex-plain
1464 Obsoletes:      tetex-plain
1465 Provides:       tetex-format-plain
1466 Obsoletes:      tetex-format-plain
1467
1468 %description plain
1469 Plain TeX format basic files.
1470
1471 %description plain -l pl.UTF-8
1472 Podstawowe pliki dla formatu Plain TeX.
1473
1474 %package format-plain
1475 Summary:        TeX Plain format
1476 Summary(pl.UTF-8):      Format TeX Plain
1477 Group:          Applications/Publishing/TeX
1478 Requires(post,postun):  %{_bindir}/texhash
1479 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1480
1481 %description format-plain
1482 TeX Plain format.
1483
1484 %description format-plain -l pl.UTF-8
1485 Format TeX Plain.
1486
1487 %package format-pdftex
1488 Summary:        PDFTeX Plain format
1489 Summary(pl.UTF-8):      Format PDFTeX Plain
1490 Group:          Applications/Publishing/TeX
1491 Requires(post,postun):  %{_bindir}/texhash
1492 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1493 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1494 # for epstopdf to work
1495 Requires:       fonts-Type1-urw
1496 Requires:       ghostscript
1497 Provides:       tetex-format-pdftex
1498 Obsoletes:      tetex-format-pdftex
1499
1500 %description format-pdftex
1501 PDFTeX Plain format.
1502
1503 %description format-pdftex -l pl.UTF-8
1504 Format PDFTeX Plain.
1505
1506 %package format-pdfetex
1507 Summary:        PDFTeX EPlain format
1508 Summary(pl.UTF-8):      Format PDFTeX EPlain
1509 Group:          Applications/Publishing/TeX
1510 Requires(post,postun):  %{_bindir}/texhash
1511 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1512 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1513 Provides:       tetex-format-pdfetex
1514 Obsoletes:      tetex-format-pdfetex
1515
1516 %description format-pdfetex
1517 PDFTeX EPlain format.
1518
1519 %description format-pdfetex -l pl.UTF-8
1520 Format PDFTeX EPlain.
1521
1522 # MeX Plain format
1523
1524 %package mex
1525 Summary:        MeX Plain Format basic files
1526 Summary(pl.UTF-8):      Podstawowe pliki dla format MeX Plain
1527 Group:          Applications/Publishing/TeX
1528 Requires(post,postun):  %{_bindir}/texhash
1529 Requires:       %{name} = %{epoch}:%{version}-%{release}
1530 Requires:       texlive-fonts-pl = %{epoch}:%{version}-%{release}
1531 Requires:       texlive-plain = %{epoch}:%{version}-%{release}
1532
1533 %description mex
1534 MeX Plain Format basic files.
1535
1536 %description mex -l pl.UTF-8
1537 Podstawowe pliki dla formatu MeX Plain.
1538
1539 %package format-mex
1540 Summary:        MeX Plain Format
1541 Summary(pl.UTF-8):      Format MeX Plain
1542 Group:          Applications/Publishing/TeX
1543 Requires(post,postun):  %{_bindir}/texhash
1544 Requires:       texlive-mex = %{epoch}:%{version}-%{release}
1545
1546 %description format-mex
1547 MeX Plain Format.
1548
1549 %description format-mex -l pl.UTF-8
1550 Format MeX Plain.
1551
1552 %package format-pdfmex
1553 Summary:        PDFMeX Plain Format
1554 Summary(pl.UTF-8):      Format PDFMeX Plain
1555 Group:          Applications/Publishing/TeX
1556 Requires(post,postun):  %{_bindir}/texhash
1557 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1558 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1559
1560 %description format-pdfmex
1561 PDFMeX Plain Format.
1562
1563 %description format-pdfmex -l pl.UTF-8
1564 Format PDFMeX Plain.
1565
1566 %package format-utf8mex
1567 Summary:        MeX Plain Format with UTF-8 encoded source files
1568 Summary(pl.UTF-8):      Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1569 Group:          Applications/Publishing/TeX
1570 Requires(post,postun):  %{_bindir}/texhash
1571 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1572
1573 %description format-utf8mex
1574 MeX Plain Format with UTF-8 encoded source files.
1575
1576 %description format-utf8mex -l pl.UTF-8
1577 Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1578
1579 # AMS TeX format
1580
1581 %package amstex
1582 Summary:        AMS macros for Plain TeX basic files
1583 Summary(pl.UTF-8):      Podstawowe pliki makr AMS dla formatu Plain TeX
1584 Group:          Applications/Publishing/TeX
1585 Requires(post,postun):  %{_bindir}/texhash
1586 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1587 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1588 Provides:       tetex-ams
1589 Obsoletes:      tetex-ams
1590 Obsoletes:      tetex-plain-amsfonts
1591
1592 %description amstex
1593 American Mathematical Society macros for Plain TeX basic files.
1594
1595 %description amstex -l pl.UTF-8
1596 Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1597 Plain TeX.
1598
1599 %package format-amstex
1600 Summary:        AMS macros for Plain TeX
1601 Summary(pl.UTF-8):      Makra AMS dla formatu Plain TeX
1602 Group:          Applications/Publishing/TeX
1603 Requires(post,postun):  %{_bindir}/texhash
1604 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1605 Obsoletes:      tetex-ams
1606
1607 %description format-amstex
1608 American Mathematical Society macros for Plain TeX.
1609
1610 %description format-amstex -l pl.UTF-8
1611 Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1612
1613 %package format-pdfamstex
1614 Summary:        AMS macros for PDFTeX
1615 Summary(pl.UTF-8):      Makra AMS dla formatu PDFTeX
1616 Group:          Applications/Publishing/TeX
1617 Requires(post,postun):  %{_bindir}/texhash
1618 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1619 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1620
1621 %description format-pdfamstex
1622 American Mathematical Society macros for PDFTeX.
1623
1624 %description format-pdfamstex -l pl.UTF-8
1625 Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1626
1627 # CSPlain format
1628
1629 %package csplain
1630 Summary:        TeX CSPlain format basic files
1631 Summary(pl.UTF-8):      Podstawowe pliki dla formatu TeX CSPlain
1632 Group:          Applications/Publishing/TeX
1633 Requires(post,postun):  %{_bindir}/texhash
1634 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1635 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1636 Provides:       tetex-csplain
1637 Obsoletes:      tetex-csplain
1638
1639 %description csplain
1640 TeX CSPlain format basic files.
1641
1642 %description csplain -l pl.UTF-8
1643 Podstawowe pliki dla formatu TeX CSPlain.
1644
1645 %package format-csplain
1646 Summary:        TeX CSPlain format
1647 Summary(pl.UTF-8):      Format TeX CSPlain
1648 Group:          Applications/Publishing/TeX
1649 Requires(post,postun):  %{_bindir}/texhash
1650 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1651
1652 %description format-csplain
1653 TeX CSPlain format.
1654
1655 %description format-csplain -l pl.UTF-8
1656 Format TeX CSPlain.
1657
1658 %package format-pdfcsplain
1659 Summary:        PDFTeX CSPlain format
1660 Summary(pl.UTF-8):      Format PDFTeX CSPlain
1661 Group:          Applications/Publishing/TeX
1662 Requires(post,postun):  %{_bindir}/texhash
1663 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1664
1665 %description format-pdfcsplain
1666 PDFTeX CSPlain format.
1667
1668 %description format-pdfcsplain -l pl.UTF-8
1669 Format PDFTeX CSPlain.
1670
1671 # CSLaTeX format
1672
1673 %package cslatex
1674 Summary:        CSLaTeX format basic files
1675 Summary(pl.UTF-8):      Podstawowe pliki dla formatu CSLaTeX
1676 Group:          Applications/Publishing/TeX
1677 Requires(post,postun):  %{_bindir}/texhash
1678 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1679 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1680
1681 %description cslatex
1682 CSLaTeX format basic files.
1683
1684 %description cslatex -l pl.UTF-8
1685 Podstawowe pliki dla formatu CSLaTeX.
1686
1687 %package format-cslatex
1688 Summary:        CSLaTeX format
1689 Summary(pl.UTF-8):      Format CSLaTeX
1690 Group:          Applications/Publishing/TeX
1691 Requires(post,postun):  %{_bindir}/texhash
1692 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1693
1694 %description format-cslatex
1695 CSLaTeX format.
1696
1697 %description format-cslatex -l pl.UTF-8
1698 Format CSLaTeX.
1699
1700 %package format-pdfcslatex
1701 Summary:        PDF CSLaTeX format
1702 Summary(pl.UTF-8):      Format PDF CSLaTeX
1703 Group:          Applications/Publishing/TeX
1704 Requires(post,postun):  %{_bindir}/texhash
1705 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1706
1707 %description format-pdfcslatex
1708 PDF CSLaTeX format.
1709
1710 %description format-pdfcslatex -l pl.UTF-8
1711 Format PDF CSLaTeX.
1712
1713 # Cyrillic Plain format
1714
1715 %package cyrplain
1716 Summary:        Cyrillic Plain format basic files
1717 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Cyrillic Plain
1718 Group:          Applications/Publishing/TeX
1719 Requires(post,postun):  %{_bindir}/texhash
1720 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1721
1722 %description cyrplain
1723 Cyrillic Plain format basic files.
1724
1725 %description cyrplain -l pl.UTF-8
1726 Podstawowe pliki dla formatu Cyrillic Plain.
1727
1728 %package format-cyrplain
1729 Summary:        Cyrillic Plain format
1730 Summary(pl.UTF-8):      Format Cyrillic Plain
1731 Group:          Applications/Publishing/TeX
1732 Requires(post,postun):  %{_bindir}/texhash
1733 Requires:       %{name}-cyrplain = %{epoch}:%{version}-%{release}
1734
1735 %description format-cyrplain
1736 Cyrillic Plain format.
1737
1738 %description format-cyrplain -l pl.UTF-8
1739 Format Cyrillic Plain.
1740
1741 %package format-cyramstex
1742 Summary:        Cyrillic AMSTeX format
1743 Summary(pl.UTF-8):      Format Cyrillic AMSTeX
1744 Group:          Applications/Publishing/TeX
1745 Requires(post,postun):  %{_bindir}/texhash
1746 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1747 Obsoletes:      tetex-cyramstex
1748
1749 %description format-cyramstex
1750 Cyrillic AMSTeX format.
1751
1752 %description format-cyramstex -l pl.UTF-8
1753 Format Cyrillic AMSTeX.
1754
1755 %package format-cyrtexinfo
1756 Summary:        Cyrillic TeXInfo format
1757 Summary(pl.UTF-8):      Format Cyrillic TeXInfo
1758 Group:          Applications/Publishing/TeX
1759 Requires(post,postun):  %{_bindir}/texhash
1760 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1761 Obsoletes:      tetex-cyrtexinfo
1762
1763 %description format-cyrtexinfo
1764 Cyrillic TeXInfo format.
1765
1766 %description format-cyrtexinfo -l pl.UTF-8
1767 Format Cyrillic TeXInfo.
1768
1769 # EPlain format
1770
1771 %package eplain
1772 Summary:        EPlain format basic files
1773 Summary(pl.UTF-8):      Podstawowe pliki dla formatu EPlain
1774 Group:          Applications/Publishing/TeX
1775 Requires(post,postun):  %{_bindir}/texhash
1776 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1777 Obsoletes:      tetex-etex
1778
1779 %description eplain
1780 EPlain format basic files.
1781
1782 %description eplain -l pl.UTF-8
1783 Podstawowe pliki dla formatu EPlain.
1784
1785 %package format-eplain
1786 Summary:        EPlain format
1787 Summary(pl.UTF-8):      Format EPlain
1788 Group:          Applications/Publishing/TeX
1789 Requires(post,postun):  %{_bindir}/texhash
1790 Requires:       %{name}-eplain = %{epoch}:%{version}-%{release}
1791
1792 %description format-eplain
1793 EPlain format.
1794
1795 %description format-eplain -l pl.UTF-8
1796 Format EPlain.
1797
1798 # ConTeXt format.
1799
1800 %package context
1801 Summary:        ConTeXt macro package basic files
1802 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr ConTeXt
1803 Group:          Applications/Publishing/TeX
1804 Requires(post,postun):  %{_bindir}/texhash
1805 Requires:       %{name} = %{epoch}:%{version}-%{release}
1806 Provides:       tetex-context
1807 Obsoletes:      tetex-context
1808
1809 %define         _noautoreq      'perl(path_tre)'
1810
1811 %description context
1812 A full featured, parameter driven macro package, which fully supports
1813 advanced interactive documents.
1814
1815 This package contains basic files.
1816
1817 %description context -l pl.UTF-8
1818 Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1819 całkowicie obsługujący zaawansowane dokumenty interaktywne.
1820
1821 Ten pakiet zawiera podstawowe pliki.
1822
1823 %package format-context-de
1824 Summary:        German ConTeXt format
1825 Summary(pl.UTF-8):      Niemiecka wersja formatu ConTeXt
1826 Group:          Applications/Publishing/TeX
1827 Requires(post,postun):  %{_bindir}/texhash
1828 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1829
1830 %description format-context-de
1831 German ConTeXt format.
1832
1833 %description format-context-de -l pl.UTF-8
1834 Niemiecka wersja formatu ConTeXt.
1835
1836 %package format-context-en
1837 Summary:        English ConTeXt format
1838 Summary(pl.UTF-8):      Angielska wersja formatu ConTeXt
1839 Group:          Applications/Publishing/TeX
1840 Requires(post,postun):  %{_bindir}/texhash
1841 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1842
1843 %description format-context-en
1844 English ConTeXt format.
1845
1846 %description format-context-en -l pl.UTF-8
1847 Angielska wersja formatu ConTeXt.
1848
1849 %package format-context-nl
1850 Summary:        Dutch ConTeXt format
1851 Summary(pl.UTF-8):      Holenderska wersja formatu ConTeXt
1852 Group:          Applications/Publishing/TeX
1853 Requires(post,postun):  %{_bindir}/texhash
1854 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1855
1856 %description format-context-nl
1857 Dutch ConTeXt format.
1858
1859 %description format-context-nl -l pl.UTF-8
1860 Holenderska wersja formatu ConTeXt.
1861
1862 # LaTeX format.
1863
1864 %package latex
1865 Summary:        LaTeX macro package basic files
1866 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr LaTeX
1867 Group:          Applications/Publishing/TeX
1868 Requires(post,postun):  %{_bindir}/texhash
1869 Requires:       %{name} = %{epoch}:%{version}-%{release}
1870 Requires:       %{name}-fonts-latex = %{epoch}:%{version}-%{release}
1871 Requires:       %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1872 Requires:       %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
1873 # for misc/eurosym:
1874 Requires:       %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
1875 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1876 Requires:       %{name}-tex-babel = %{epoch}:%{version}-%{release}
1877 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
1878 Suggests:       %{name}-fonts-jknappen
1879 Suggests:       %{name}-latex-ucs = %{epoch}:%{version}-%{release}
1880 Provides:       tetex-format-latex
1881 Provides:       tetex-latex
1882 Obsoletes:      tetex-bibtex-koma-script
1883 Obsoletes:      tetex-format-latex
1884 Obsoletes:      tetex-latex
1885 Obsoletes:      tetex-latex-SIunits
1886 Obsoletes:      tetex-latex-caption
1887 Obsoletes:      tetex-latex-curves
1888 Obsoletes:      tetex-latex-dinbrief
1889 Obsoletes:      tetex-latex-draftcopy
1890 Obsoletes:      tetex-latex-dvilj
1891 Obsoletes:      tetex-latex-eepic
1892 Obsoletes:      tetex-latex-endfloat
1893 Obsoletes:      tetex-latex-fancyhdr
1894 Obsoletes:      tetex-latex-fancyheadings
1895 Obsoletes:      tetex-latex-fancyvrb
1896 Obsoletes:      tetex-latex-fp
1897 Obsoletes:      tetex-latex-graphics
1898 Obsoletes:      tetex-latex-hyperref
1899 Obsoletes:      tetex-latex-koma-script
1900 Obsoletes:      tetex-latex-labels
1901 Obsoletes:      tetex-latex-listings
1902 Obsoletes:      tetex-latex-misc
1903 Obsoletes:      tetex-latex-ms
1904 Obsoletes:      tetex-latex-multirow
1905 Obsoletes:      tetex-latex-mwcls
1906 Obsoletes:      tetex-latex-mwdtools
1907 Obsoletes:      tetex-latex-natbib
1908 Obsoletes:      tetex-latex-ntgclass
1909 Obsoletes:      tetex-latex-oberdiek
1910 Obsoletes:      tetex-latex-pb-diagram
1911 Obsoletes:      tetex-latex-pstricks
1912 Obsoletes:      tetex-latex-revtex4
1913 Obsoletes:      tetex-latex-seminar
1914 Obsoletes:      tetex-latex-t2
1915 Obsoletes:      tetex-latex-titlesec
1916 Obsoletes:      tetex-latex-tools
1917 Obsoletes:      tetex-latex-units
1918 Obsoletes:      tetex-mwcls
1919 Obsoletes:      tetex-revtex4
1920
1921 %description latex
1922 LaTeX is a front end for the TeX text formatting system. Easier to use
1923 than TeX, LaTeX is essentially a set of TeX macros which provide
1924 convenient, predefined document formats for users.
1925
1926 This package contains basic files.
1927
1928 %description latex -l pl.UTF-8
1929 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1930 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1931 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1932
1933 Ten pakiet zawiera podstawowe pliki.
1934
1935 %package latex-colortab
1936 Summary:        Shade cells of tables and halign
1937 Group:          Applications/Publishing/TeX
1938 Requires(post,postun):  %{_bindir}/texhash
1939 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1940
1941 %description latex-colortab
1942 Shade cells of tables and halign.
1943
1944 %package latex-12many
1945 Summary:        Generalising mathematical index sets
1946 Summary(hu.UTF-8):      A matematikai halmazok indexelésének általánosítása
1947 Group:          Applications/Publishing/TeX
1948 Requires(post,postun):  %{_bindir}/texhash
1949 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1950
1951 %description latex-12many
1952 Generalising mathematical index sets.
1953
1954 %description latex-12many -l hu.UTF-8
1955 A matematikai halmazok indexelésének általánosítása.
1956
1957 %package latex-abstract
1958 Summary:        Control the typesetting of the abstract environment
1959 Summary(hu.UTF-8):      Az "abstract" környezet szedésének irányítása
1960 Group:          Applications/Publishing/TeX
1961 Requires(post,postun):  %{_bindir}/texhash
1962 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1963
1964 %description latex-abstract
1965 Control the typesetting of the abstract environment.
1966
1967 %description latex-abstract -l hu.UTF-8
1968 Az "abstract" környezet szedésének irányítása.
1969
1970 %package latex-accfonts
1971 Summary:        Utilities to derive new fonts from existing ones
1972 Summary(hu.UTF-8):      Eszközök új betűtípusok származtatására már létezőkből
1973 Group:          Applications/Publishing/TeX
1974 Requires(post,postun):  %{_bindir}/texhash
1975
1976 %description latex-accfonts
1977 Utilities to derive new fonts from existing ones.
1978
1979 %description latex-accfonts -l hu.UTF-8
1980 Eszközök új betűtípusok származtatására már létezőkből.
1981
1982 %package latex-adrconv
1983 Summary:        BibTeX styles to implement an address database
1984 Summary(hu.UTF-8):      BibTeX stílusok cím-adatbázis megvalósításához
1985 Group:          Applications/Publishing/TeX
1986 Requires(post,postun):  %{_bindir}/texhash
1987 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1988
1989 %description latex-adrconv
1990 BibTeX styles to implement an address database.
1991
1992 %description latex-adrconv -l hu.UTF-8
1993 BibTeX stílusok cím-adatbázis megvalósításához.
1994
1995 %package latex-ae
1996 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
1997 Summary(pl.UTF-8):      Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1998 Group:          Applications/Publishing/TeX
1999 Requires(post,postun):  %{_bindir}/texhash
2000 Requires:       %{name}-fonts-ae = %{epoch}:%{version}-%{release}
2001 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2002 Provides:       tetex-latex-ae
2003 Obsoletes:      tetex-latex-ae
2004
2005 %description latex-ae
2006 A set of virtual fonts which emulates T1 coded fonts using the
2007 standard CM fonts. The package is called AE fonts (for Almost
2008 European). The main use of the package is to produce PDF files using
2009 versions of the CM fonts instead of the bitmapped EC fonts.
2010
2011 %description latex-ae -l pl.UTF-8
2012 Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
2013 standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
2014 - prawie europejskie). Głównym przeznaczeniem tego pakietu jest
2015   produkowanie plików PDF przy użyciu wersji fontów CM zamiast
2016   bitmapowych fontów EC.
2017
2018 %package latex-algorithms
2019 Summary:        Floating algorithm environment
2020 Summary(pl.UTF-8):      Pływające środowisko dla algorytmów
2021 Group:          Applications/Publishing/TeX
2022 Requires(post,postun):  /usr/bin/texhash
2023 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2024
2025 %description latex-algorithms
2026 Defines a floating algorithm environment designed to work with the
2027 algorithmic package.
2028
2029 %description latex-algorithms -l pl.UTF-8
2030 Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
2031 do pracy z pakietem algorithmic.
2032
2033 %package latex-ams
2034 Summary:        AMS math facilities for LaTeX
2035 Summary(pl.UTF-8):      Udogodnienia matematyczne AMS dla LaTeXa
2036 Group:          Applications/Publishing/TeX
2037 Requires(post,postun):  %{_bindir}/texhash
2038 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
2039 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2040 Provides:       tetex-latex-ams
2041 Obsoletes:      tetex-latex-ams
2042 Obsoletes:      tetex-latex-amscls
2043 Obsoletes:      tetex-latex-amsfonts
2044 Obsoletes:      tetex-latex-amsmath
2045
2046 %description latex-ams
2047 This package is the principal package in the AMS-LaTeX distribution.
2048 It adapts for use in LaTeX most of the mathematical features found in
2049 AMS-TeX.
2050
2051 %description latex-ams -l pl.UTF-8
2052 To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2053 możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2054
2055 %package latex-antp
2056 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2057 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2058 Group:          Applications/Publishing/TeX
2059 Requires(post,postun):  %{_bindir}/texhash
2060 Requires:       %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2061 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2062
2063 %description latex-antp
2064 A replica of Antykwa Poltawskiego font in PostScript Type 1 format
2065 - -- preliminary version. This font was designed in the 'twenties and
2066   the 'thirties of XX century by a Polish graphic artist and a
2067   typographer Adam Poltawski. It was widely used by Polish printing
2068   houses as long as metal types were in use (until ca the 'sixties).
2069   Perhaps the first complete font family programmed and parametrized in
2070   METAPOST.
2071
2072 %description latex-antp -l pl.UTF-8
2073 Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2074 PostScript Type 1. Ten krój został opracowany w latach 30-tych i
2075 40-tych XX wieku przez polskiego grafika i typografa Adama
2076 Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2077 używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2078 kompletna rodzina fontów zaprogramowana i zparametryzowana w
2079 METAPOSCIE.
2080
2081 %package latex-antt
2082 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
2083 Summary(pl.UTF-8):      Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2084 Group:          Applications/Publishing/TeX
2085 Requires(post,postun):  %{_bindir}/texhash
2086 Requires:       %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2087 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2088
2089 %description latex-antt
2090 Antykwa Torunska is a serif font designed by the late Polish
2091 typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
2092 1.
2093
2094 %description latex-antt -l pl.UTF-8
2095 Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2096 typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2097 postać cyfrową jako Type 1.
2098
2099 %package latex-appendix
2100 Summary:        Extra control of appendices
2101 Summary(hu.UTF-8):      Az appendixek nagyobb irányítása
2102 Group:          Applications/Publishing/TeX
2103 Requires(post,postun):  %{_bindir}/texhash
2104 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2105
2106 %description latex-appendix
2107 Extra control of appendices.
2108
2109 %description latex-appendix -l hu.UTF-8
2110 Az appendixek nagyobb irányítása.
2111
2112 %package latex-bbm
2113 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
2114 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2115 Group:          Applications/Publishing/TeX
2116 Requires(post,postun):  %{_bindir}/texhash
2117 Requires:       %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2118 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2119
2120 %description latex-bbm
2121 Blackboard variant fonts for Computer Modern, with LaTeX support.
2122
2123 %description latex-bbm -l pl.UTF-8
2124 Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2125
2126 %package latex-bardiag
2127 Summary:        LateX package for drawing bar diagrams
2128 Summary(pl.UTF-8):      LaTeX csomag oszlopdiagramok rajzolására
2129 Group:          Applications/Publishing/TeX
2130 Requires(post,postun):  %{_bindir}/texhash
2131
2132 %description latex-bardiag
2133 LateX package for drawing bar diagrams.
2134
2135 %description latex-bardiag -l hu.UTF-8
2136 LaTeX csomag oszlopdiagramok rajzolására.
2137
2138 %package latex-bbold
2139 Summary:        Sans serif blackboard bold for LaTeX
2140 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
2141 Group:          Applications/Publishing/TeX
2142 Requires(post,postun):  %{_bindir}/texhash
2143 Requires:       %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2144 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2145
2146 %description latex-bbold
2147 A geometric sans serif blackboard bold font, for use in mathematics.
2148
2149 %description latex-bbold -l pl.UTF-8
2150 Geometryczny tablicowy tłusty font sans serif, do używania w
2151 matematyce.
2152
2153 %package latex-bibtex
2154 Summary:        Bibliography management for LaTeX
2155 Summary(pl.UTF-8):      Zarządzenie bibliografią dla LaTeXa
2156 Group:          Applications/Publishing/TeX
2157 Requires(post,postun):  %{_bindir}/texhash
2158 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2159 Provides:       tetex-latex-bibtex
2160 Obsoletes:      tetex-bibtex
2161 Obsoletes:      tetex-latex-bibtex
2162 Obsoletes:      tetex-natbib
2163 Obsoletes:      tetex-rubibtex
2164
2165 %description latex-bibtex
2166 Bibliography management for LaTeX.
2167
2168 %description latex-bibtex -l pl.UTF-8
2169 Zarządzanie bibliografią dla LaTeXa.
2170
2171 %package latex-beamer
2172 Summary:        A LaTeX class for producing presentations and slides
2173 Summary(hu.UTF-8):      LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2174 Group:          Applications/Publishing/TeX
2175 Requires(post,postun):  %{_bindir}/texhash
2176 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2177
2178 %description latex-beamer
2179 A LaTeX class for producing presentations and slides.
2180
2181 %description latex-beamer -l hu.UTF-8
2182 LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2183
2184 %package latex-bezos
2185 Summary:        Packages by Javier Bezos (additional math tools)
2186 Summary(hu.UTF-8):      Javier Bezos csomagjai (további matematikai eszközök)
2187 Group:          Applications/Publishing/TeX
2188 Requires(post,postun):  %{_bindir}/texhash
2189 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2190
2191 %description latex-bezos
2192 Packages by Javier Bezos (additional math tools).
2193
2194 %description latex-bezos -l hu.UTF-8
2195 Javier Bezos csomagjai (további matematikai eszközök).
2196
2197 %package latex-bibtex-ams
2198 Summary:        BibTeX style files for American Mathematical Society publications
2199 Summary(pl.UTF-8):      Pliki stylów BibTeXa do publikacji American Mathematical Society
2200 Group:          Applications/Publishing/TeX
2201 Requires(post,postun):  %{_bindir}/texhash
2202 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2203 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2204 Obsoletes:      tetex-bibtex-ams
2205
2206 %description latex-bibtex-ams
2207 BibTeX style files for American Mathematical Society publications.
2208
2209 %description latex-bibtex-ams -l pl.UTF-8
2210 Pliki stylów BibTeXa do publikacji American Mathematical Society.
2211
2212 %package latex-bibtex-dk
2213 Summary:        Danish variants of the standard BibTeX styles
2214 Summary(pl.UTF-8):      Duńskie warianty standardowych stylów BibTeXa
2215 Group:          Applications/Publishing/TeX
2216 Requires(post,postun):  /usr/bin/texhash
2217 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2218
2219 %description latex-bibtex-dk
2220 Dk-bib is a translation of the four standard BibTeX style files
2221 (abbrv, alpha, plain and unsrt) into Danish. The files have been
2222 extended with ISBN, ISSN and URL fields which can be enabled through a
2223 LaTeX style file.
2224
2225 %description latex-bibtex-dk -l pl.UTF-8
2226 Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2227 (abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2228 rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2229 stylu LaTeXa.
2230
2231 %package latex-bibtex-nor
2232 Summary:        Norwegian variants of the standard BibTeX styles
2233 Summary(pl.UTF-8):      Norweskie warianty standardowych stylów BibTeXa
2234 Group:          Applications/Publishing/TeX
2235 Requires(post,postun):  /usr/bin/texhash
2236 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2237
2238 %description latex-bibtex-nor
2239 Norwegian variants of the standard BibTeX styles.
2240
2241 %description latex-bibtex-nor -l pl.UTF-8
2242 Norweskie warianty standardowych stylów BibTeXa.
2243
2244 %package latex-bibtex-pl
2245 Summary:        Polish bibliography management for LaTeX
2246 Summary(pl.UTF-8):      Polska wersja zarządzania bibliografią dla LaTeXa
2247 Group:          Applications/Publishing/TeX
2248 Requires(post,postun):  %{_bindir}/texhash
2249 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2250 Obsoletes:      tetex-bibtex-plbib
2251
2252 %description latex-bibtex-pl
2253 Polish bibliography management for LaTeX.
2254
2255 %description latex-bibtex-pl -l pl.UTF-8
2256 Polska wersja zarządzania bibliografią dla LaTeXa.
2257
2258 %package latex-bibtex-german
2259 Summary:        German variants of standard BibTeX styles
2260 Summary(pl.UTF-8):      Niemieckie wersje standardowych stylów BibTeXa
2261 Group:          Applications/Publishing/TeX
2262 Requires(post,postun):  %{_bindir}/texhash
2263 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2264 Obsoletes:      tetex-bibtex-germbib
2265
2266 %description latex-bibtex-german
2267 German variants of standard BibTeX styles.
2268
2269 %description latex-bibtex-german -l pl.UTF-8
2270 Niemieckie wersje standardowych stylów BibTeXa.
2271
2272 %package latex-bibtex-revtex4
2273 Summary:        BibTeX styles for REVTeX4
2274 Summary(pl.UTF-8):      Style BibTeXa dla REVTeX4
2275 Group:          Applications/Publishing/TeX
2276 Requires(post,postun):  %{_bindir}/texhash
2277 Requires:       %{name} = %{epoch}:%{version}-%{release}
2278 Obsoletes:      tetex-bibtex-revtex4
2279
2280 %description latex-bibtex-revtex4
2281 BibTeX styles for REVTeX4.
2282
2283 %description latex-bibtex-revtex4 -l pl.UTF-8
2284 Style BibTeXa dla REVTeX4.
2285
2286 %package latex-bibtex-jurabib
2287 Summary:        Extended BibTeX citation support for the humanities and legal texts
2288 Summary(pl.UTF-8):      Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2289 Group:          Applications/Publishing/TeX
2290 Requires(post,postun):  %{_bindir}/texhash
2291 Requires:       %{name} = %{epoch}:%{version}-%{release}
2292 Obsoletes:      tetex-bibtex-jurabib
2293
2294 %description latex-bibtex-jurabib
2295 Extended BibTeX citation support for the humanities and legal texts.
2296
2297 %description latex-bibtex-jurabib -l pl.UTF-8
2298 Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2299 prawniczych.
2300
2301 %package latex-bibtex-styles
2302 Summary:        Various BibTeX styles
2303 Summary(hu.UTF-8):      Vegyes BibTeX stílusok
2304 Group:          Applications/Publishing/TeX
2305 Requires(post,postun):  %{_bindir}/texhash
2306 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2307
2308 %description latex-bibtex-styles
2309 Various BibTeX styles.
2310
2311 %description latex-bibtex-styles -l hu.UTF-8
2312 Vegyes BibTeX stílusok.
2313
2314 %package latex-bibtex-vancouver
2315 Summary:        Bibliographic style file for Biomedical Journals
2316 Summary(hu.UTF-8):      Irodalomjegyzék-stílus a Biomedical Journal-hoz
2317 Group:          Applications/Publishing/TeX
2318 Requires(post,postun):  %{_bindir}/texhash
2319 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2320
2321 %description latex-bibtex-vancouver
2322 Bibliographic style file for Biomedical Journals.
2323
2324 %description latex-bibtex-vancouver -l hu.UTF-8
2325 Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2326
2327 %package latex-booktabs
2328 Summary:        Publication quality tables in LaTeX
2329 Summary(hu.UTF-8):      Nyomdai minőségű táblázatok LaTeX-ben
2330 Group:          Applications/Publishing/TeX
2331 Requires(post,postun):  %{_bindir}/texhash
2332 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2333
2334 %description latex-booktabs
2335 Publication quality tables in LaTeX.
2336
2337 %description latex-booktabs -l hu.UTF-8
2338 Nyomdai minőségű táblázatok LaTeX-ben.
2339
2340 %package latex-caption
2341 Summary:        Customising captions in floating environments
2342 Summary(hu.UTF-8):      Feliratok testreszabása úszó környezetekben
2343 Group:          Applications/Publishing/TeX
2344 Requires(post,postun):  %{_bindir}/texhash
2345 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2346
2347 %description latex-caption
2348 Customising captions in floating environments.
2349
2350 %description latex-caption -l hu.UTF-8
2351 Feliratok testreszabása úszó környezetekben.
2352
2353 %package latex-carlisle
2354 Summary:        Miscellaneous small packages by David Carlisle
2355 Summary(pl.UTF-8):      Różne małe pakiety autorstwa Davida Carlisle
2356 Group:          Applications/Publishing/TeX
2357 Requires(post,postun):  %{_bindir}/texhash
2358 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2359 Provides:       tetex-latex-carlisle
2360 Obsoletes:      tetex-latex-carlisle
2361
2362 %description latex-carlisle
2363 Miscellaneous small packages by David Carlisle.
2364
2365 %description latex-carlisle -l pl.UTF-8
2366 Różne małe pakiety autorstwa Davida Carlisle.
2367
2368 %package latex-ccfonts
2369 Summary:        Support for Concrete text and math fonts in LaTeX
2370 Summary(pl.UTF-8):      Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2371 Group:          Applications/Publishing/TeX
2372 Requires(post,postun):  %{_bindir}/texhash
2373 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2374
2375 %description latex-ccfonts
2376 LaTeX font definition files for the Concrete fonts and a LaTeX package
2377 for typesetting documents using Concrete as the default font family.
2378 The files support OT1, T1, TS1, and Concrete math including AMS fonts
2379 (Ulrik Vieth's concmath).
2380
2381 %description latex-ccfonts -l pl.UTF-8
2382 Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2383 LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2384 rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2385 Concrete wraz z AMS (concmath Ulrika Vietha).
2386
2387 %package latex-cite
2388 Summary:        Supports compressed, sorted lists of numerical citations
2389 Summary(pl.UTF-8):      Obsługa kompresowanych, sortowanych list numerowanych cytatów
2390 Group:          Applications/Publishing/TeX
2391 Requires(post,postun):  %{_bindir}/texhash
2392 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2393
2394 %description latex-cite
2395 Supports compressed, sorted lists of numerical citations.
2396
2397 %description latex-cite -l pl.UTF-8
2398 Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2399
2400 %package latex-cmbright
2401 Summary:        Support for CM Bright fonts in LaTeX
2402 Summary(pl.UTF-8):      Obsługa fontów CM Bright w LaTeXu
2403 Group:          Applications/Publishing/TeX
2404 Requires(post,postun):  %{_bindir}/texhash
2405 Requires:       %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2406 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2407
2408 %description latex-cmbright
2409 A family of sans serif fonts for TeX and LaTeX, based on Donald
2410 Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2411 various shapes as well as all the fonts necessary for mathematical
2412 typesetting, incl. AMS symbols. This collection provides all the
2413 necessary files for using the fonts with LaTeX.
2414
2415 %description latex-cmbright -l pl.UTF-8
2416 Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2417 Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2418 kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2419 symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2420 używania fontów w LaTeXu.
2421
2422 %package latex-comment
2423 Summary:        Selectively include/excludes portions of text
2424 Summary(hu.UTF-8):      A szöveg részeinek beillesztése/kihagyása
2425 Group:          Applications/Publishing/TeX
2426 Requires(post,postun):  %{_bindir}/texhash
2427 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2428
2429 %description latex-comment
2430 Selectively include/excludes portions of text.
2431
2432 %description latex-comment -l hu.UTF-8
2433 A szöveg részeinek beillesztése/kihagyása.
2434
2435 %package latex-concmath
2436 Summary:        LaTeX package and font definition files to access the Concrete math fonts
2437 Summary(pl.UTF-8):      Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2438 Group:          Applications/Publishing/TeX
2439 Requires(post,postun):  %{_bindir}/texhash
2440 Requires:       %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2441 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2442
2443 %description latex-concmath
2444 LaTeX package and font definition files to access the Concrete math
2445 fonts, which were derived from Computer Modern math fonts using
2446 parameters from Concrete Roman text fonts.
2447
2448 %description latex-concmath -l pl.UTF-8
2449 Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2450 matematyczne Concrete wywodzące się z fontów matematycznych Computer
2451 Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2452 Roman.
2453
2454 %package latex-currvita
2455 Summary:        Typeset a curriculum vitae
2456 Summary(hu.UTF-8):      Önéletrajzok írása
2457 Group:          Applications/Publishing/TeX
2458 Requires(post,postun):  %{_bindir}/texhash
2459 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2460
2461 %description latex-currvita
2462 Typeset a curriculum vitae.
2463
2464 %description latex-currvita -l hu.UTF-8
2465 Önéletrajzok írása.
2466
2467 %package latex-curves
2468 Summary:        Curves for LaTeX picture environment
2469 Summary(hu.UTF-8):      Görbék LaTeX picture környezetébe
2470 Group:          Applications/Publishing/TeX
2471 Requires(post,postun):  %{_bindir}/texhash
2472 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2473
2474 %description latex-curves
2475 Curves for LaTeX picture environment.
2476
2477 %description latex-curves -l hu.UTF-8
2478 Görbék LaTeX picture környezetébe.
2479
2480 %package latex-custom-bib
2481 Summary:        Customized BibTeX styles for LaTeX
2482 Summary(pl.UTF-8):      Dostosowywanie stylów BibTeXa dla LaTeXa
2483 Group:          Applications/Publishing/TeX
2484 Requires(post,postun):  %{_bindir}/texhash
2485 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2486
2487 %description latex-custom-bib
2488 Package generating customized BibTeX bibliography styles from a
2489 generic file using docstrip. Includes support for the Harvard style.
2490
2491 %description latex-custom-bib -l pl.UTF-8
2492 Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2493 pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2494
2495 %package latex-cyrillic
2496 Summary:        LaTeX Cyrillic support
2497 Summary(pl.UTF-8):      Obsługa cyrylicy dla LaTeXa
2498 Group:          Applications/Publishing/TeX
2499 Requires(post,postun):  %{_bindir}/texhash
2500 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2501 Provides:       tetex-latex-cyrillic
2502 Obsoletes:      tetex-latex-cyrillic
2503
2504 %description latex-cyrillic
2505 LaTeX Cyrillic support.
2506
2507 %description latex-cyrillic -l pl.UTF-8
2508 Obsługa cyrylicy dla LaTeXa.
2509
2510 %package latex-dstroke
2511 Summary:        LaTeX doublestroke font
2512 Summary(pl.UTF-8):      Podwójnie kreślony font dla LaTeXa
2513 Group:          Applications/Publishing/TeX
2514 Requires(post,postun):  %{_bindir}/texhash
2515 Requires:       %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2516 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2517 Provides:       tetex-latex-dstroke
2518 Obsoletes:      tetex-latex-dstroke
2519
2520 %description latex-dstroke
2521 Doublestroke font for typesetting the mathematical symbols for the
2522 natural numbers, whole numbers, rational numbers, real numbers and
2523 complex numbers.
2524
2525 %description latex-dstroke -l pl.UTF-8
2526 Podwójnie kreślony font do składania symboli matematycznych liczb
2527 naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
2528
2529 %package latex-enumitem
2530 Summary:        A package to customize the three basic lists
2531 Summary(hu.UTF-8):      Egy csomag, amivel testreszabhatod a három alapvető listát
2532 Group:          Applications/Publishing/TeX
2533 Requires(post,postun):  %{_bindir}/texhash
2534 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2535
2536 %description latex-enumitem
2537 A package to customize the three basic lists (enumerate, itemize and
2538 description).
2539
2540 %description latex-enumitem -l hu.UTF-8
2541 Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2542 (enumerate, itemize, description).
2543
2544 %package latex-exams
2545 Summary:        Various document classes to typeset exams
2546 Summary(hu.UTF-8):      Különböző dokumentumosztályok vizsgák, feladatsorok szedésére
2547 Group:          Applications/Publishing/TeX
2548 Requires(post,postun):  %{_bindir}/texhash
2549 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2550
2551 %description latex-exams
2552 Various document classes to typeset exams.
2553
2554 %description latex-exams -l hu.UTF-8
2555 Különböző dokumentumosztályok vizsgák, feladatsorok szedésére.
2556
2557 %package latex-float
2558 Summary:        Tools to manipulate float objects
2559 Summary(hu.UTF-8):      Eszközök úszó objektuomok kezeléséhez
2560 Group:          Applications/Publishing/TeX
2561 Requires(post,postun):  %{_bindir}/texhash
2562 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2563
2564 %description latex-float
2565 Tools to manipulate float objects.
2566
2567 %description latex-float -l hu.UTF-8
2568 Eszközök úszó objektuomok kezeléséhez.
2569
2570 %package latex-formlett
2571 Summary:        Letters to multiple recipients
2572 Summary(hu.UTF-8):      Levél több címzettnek ("körlevél")
2573 Group:          Applications/Publishing/TeX
2574 Requires(post,postun):  %{_bindir}/texhash
2575 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2576
2577 %description latex-formlett
2578 Letters to multiple recipients.
2579
2580 %description latex-formlett -l hu.UTF-8
2581 Levél több címzettnek ("körlevél").
2582
2583 %package latex-formular
2584 Summary:        Create forms containing field for manual entry
2585 Summary(hu.UTF-8):      Kézzel kitöltendő űrlapok készítése
2586 Group:          Applications/Publishing/TeX
2587 Requires(post,postun):  %{_bindir}/texhash
2588 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2589
2590 %description latex-formular
2591 Create forms containing field for manual entry.
2592
2593 %description latex-formular -l hu.UTF-8
2594 Kézzel kitöltendő űrlapok készítése.
2595
2596 %package latex-gbrief
2597 Summary:        Letter document class
2598 Summary(hu.UTF-8):      Levél dokumentumosztály
2599 Group:          Applications/Publishing/TeX
2600 Requires(post,postun):  %{_bindir}/texhash
2601 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2602
2603 %description latex-gbrief
2604 Letter document class.
2605
2606 %description latex-gbrief -l hu.UTF-8
2607 Levél dokumentumosztály.
2608
2609 %package latex-jknappen
2610 Summary:        Miscellaneous packages by Joerg Knappen
2611 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
2612 Group:          Applications/Publishing/TeX
2613 Requires(post,postun):  %{_bindir}/texhash
2614 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2615 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2616
2617 %description latex-jknappen
2618 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2619 Knappen, including sgmlcmpt.
2620
2621 %description latex-jknappen -l pl.UTF-8
2622 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2623 Knappena. Zawiera sgmlcmpt.
2624
2625 %package latex-keystroke
2626 Summary:        Graphical representation of keys on keyboard
2627 Summary(hu.UTF-8):      A billentyűk grafikus megjelenítése
2628 Group:          Applications/Publishing/TeX
2629 Requires(post,postun):  %{_bindir}/texhash
2630 Requires:       %{name}-latex
2631
2632 %description latex-keystroke
2633 Graphical representation of keys on keyboard.
2634
2635 %description latex-keystroke -l hu.UTF-8
2636 A billentyűk grafikus megjelenítése.
2637
2638 %package latex-labbook
2639 Summary:        Typeset laboratory journals
2640 Summary(hu.UTF-8):      Laborjegyzőkönyvek szedése
2641 Group:          Applications/Publishing/TeX
2642 Requires(post,postun):  %{_bindir}/texhash
2643 Requires:       %{name}-latex
2644
2645 %description latex-labbook
2646 Typeset laboratory journals.
2647
2648 %description latex-labbook -l hu.UTF-8
2649 Laborjegyzőkönyvek szedése.
2650
2651 %package latex-lcd
2652 Summary:        Alphanumerical LCD-style displays
2653 Summary(hu.UTF-8):      Alfanumerikus LCD-szerű kijelzés
2654 Group:          Applications/Publishing/TeX
2655 Requires(post,postun):  %{_bindir}/texhash
2656 Requires:       %{name}-latex
2657
2658 %description latex-lcd
2659 Alphanumerical LCD-style displays.
2660
2661 %description latex-lcd -l hu.UTF-8
2662 Alfanumerikus LCD-szerű kijelzés.
2663
2664 %package latex-leaflet
2665 Summary:        Create small handouts (flyers)
2666 Summary(hu.UTF-8):      Kis "kézikönyvek" készítése (brossúrák)
2667 Group:          Applications/Publishing/TeX
2668 Requires(post,postun):  %{_bindir}/texhash
2669 Requires:       %{name}-latex
2670
2671 %description latex-leaflet
2672 Create small handouts (flyers).
2673
2674 %description latex-leaflet -l hu.UTF-8
2675 Kis "kézikönyvek" készítése (brossúrák).
2676
2677 %package latex-leftidx
2678 Summary:        Left and right subscripts and superscripts in math mode
2679 Summary(hu.UTF-8):      Bal és jobboldali alsó és felső indexek matematikai módban
2680 Group:          Applications/Publishing/TeX
2681 Requires(post,postun):  %{_bindir}/texhash
2682 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2683
2684 %description latex-leftidx
2685 Left and right subscripts and superscripts in math mode.
2686
2687 %description latex-leftidx -l hu.UTF-8
2688 Bal és jobboldali alsó és felső indexek matematikai módban.
2689
2690 %package latex-lewis
2691 Summary:        Draw Lewis structures (chemistry)
2692 Summary(hu.UTF-8):      Lewis struktúrák készítése (kémia)
2693 Group:          Applications/Publishing/TeX
2694 Requires(post,postun):  %{_bindir}/texhash
2695 Requires:       %{name}-latex
2696
2697 %description latex-lewis
2698 Draw Lewis structures (chemistry).
2699
2700 %description latex-lewis -l hu.UTF-8
2701 Lewis struktúrák készítése (kémia).
2702
2703 %package latex-lm
2704 Summary:        LaTeX styles for Latin Modern family fonts
2705 Summary(pl.UTF-8):      Style LaTeXa dla fontów z rodziny Latin Modern
2706 Group:          Applications/Publishing/TeX
2707 Requires(post,postun):  /usr/bin/texhash
2708 Requires:       %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2709 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2710
2711 %description latex-lm
2712 Latin Modern family of fonts, based on the Computer Modern fonts
2713 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2714 lot of additional characters, mainly accented ones, but not only.
2715 There is a one set of PostScript fonts and four sets of TeX Font
2716 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2717 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2718 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2719 potential user knows what to do with all these files. The author is
2720 Boguslaw Jackowski.
2721
2722 %description latex-lm -l pl.UTF-8
2723 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2724 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2725 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2726 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2727 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2728 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2729 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2730 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2731 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2732
2733 %package latex-lastpage
2734 Summary:        Reference last page for "Page N of M" type footers
2735 Summary(hu.UTF-8):      Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2736 Group:          Applications/Publishing/TeX
2737 Requires(post,postun):  %{_bindir}/texhash
2738
2739 %description latex-lastpage
2740 Reference last page for Page N of M type footers.
2741
2742 %description latex-lastpage -l hu.UTF-8
2743 Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2744
2745 %package latex-lineno
2746 Summary:        Line numbers on paragraphs
2747 Summary(pl.UTF-8):      Numery linii dla paragrafów
2748 Group:          Applications/Publishing/TeX
2749 Requires(post,postun):  /usr/bin/texhash
2750 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2751
2752 %description latex-lineno
2753 The LaTeX package lineno.sty provides line numbers on paragraphs.
2754 After TeX has broken a paragraph into lines there will be line numbers
2755 attached to them, with the possibility to make references through the
2756 LaTeX \ref, \pageref cross reference mechanism.
2757
2758 %description latex-lineno -l pl.UTF-8
2759 Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2760 paragrafu na linie przez TeXa do linii dołączane są ich numery z
2761 możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2762 \ref i \pageref.
2763
2764 %package latex-metre
2765 Summary:        Support for the work of classicists
2766 Group:          Applications/Publishing/TeX
2767 Requires(post,postun):  /usr/bin/texhash
2768 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2769
2770 %description latex-metre
2771 Support for the work of classicists.
2772
2773 %package latex-games
2774 Summary:        Packages for typesetting games
2775 Summary(hu.UTF-8):      Játékok szedése
2776 Group:          Applications/Publishing/TeX
2777 Requires(post,postun):  %{_bindir}/texhash
2778 Requires:       %{name}-latex
2779
2780 %description latex-games
2781 Chess, chinese chess, crosswords, go, backgammon and more.
2782
2783 %description latex-games -l hu.UTF-8
2784 Sakk, kínai sakk, keresztrejtvények, go, backgammon és még sok más.
2785
2786 %package latex-extend
2787 Summary:        Extensions, patches, improvements of main LaTeX styles, environments
2788 Summary(hu.UTF-8):      Az alap LaTeX stílusok, környezetek, stb. bővítései, foltjai
2789 Group:          Applications/Publishing/TeX
2790 Requires(post,postun):  %{_bindir}/texhash
2791 Requires:       %{name}-latex
2792 Obsoletes:      tetex-latex-ltablex
2793 Provides:       tetex-latex-ltablex
2794
2795 %description latex-extend
2796 This package contains:
2797 - addlines: a user-friendly wrapper around \enlargethispage.
2798 - alnumsec: alphanumeric section numbering.
2799 - arydshln: horizontal and vertical dashed lines in arrays and
2800   tabulars
2801 - babelbib: multilingual bibliographies.
2802 - bibtopicprefix: prefix references to bibliographies produced by
2803   bibtopic.
2804 - boites: boxes that may break across pages
2805 - booklet: aids for printing simple booklets.
2806 - bullcntr: display list item counter as regular pattern of bullets.
2807 - chappg: page numbering by chapter.
2808 - cjw: a bundle of packages and classes.
2809 - clefval: key/value support with a hash.
2810 - colortbl: add colour to LaTeX tables.
2811 - combine: bundle individual documents into a single document.
2812 - contour: print a coloured contour around text.
2813 - ctable: easily typeset centered tables.
2814 - curve2e: extensions for package pict2e.
2815 - dashbox: draw dashed boxes.
2816 - dashline: draw dashed rules.
2817 - etaremune: reverse-counting enumerate environment.
2818 - expdlist: expanded description environments.
2819 - HA-prosper: patches and improvements for prosper.
2820 - leading: define leading with a length.
2821 - listliketab: typeset lists as tables.
2822 - ltablex: table package extensions.
2823 - makebox: defines a \makebox* command.
2824 - makecell: tabular column heads and multilined cells.
2825 - marginnote: notes in the margin, even where \marginpar fails
2826 - mcaption: put captions in the margin.
2827 - mcite: multiple items in a single citation.
2828 - mciteplus: enhanced multiple citations.
2829 - minipage-marginpar: minipages with marginal notes.
2830 - miniplot: a package for easy figure arrangement.
2831 - multicap: format captions inside multicols
2832 - newvbtm: define your own verbatim-like environment.
2833 - notes2bib: integrating notes into the bibliography.
2834 - ntabbing: simple tabbing extension for automatic line numbering.
2835 - numline: LaTeX macros for numbering lines.
2836 - pbox: a variable-width \parbox command.
2837 - pinlabel: a TeX labelling package.
2838 - polytable: tabular-like environments with named columns.
2839 - rccol: decimal-centered optionally rounded numbers in tabular.
2840 - romannum: generate roman numerals instead of arabic digits.
2841 - schedule: weekly schedules.
2842 - umoline: underline text allowing line breaking.
2843 - umrand: package for fancy box frames.
2844 - underlin: underlined running heads.
2845 - ushort: shorter (and longer) underlines and underbars.
2846
2847 %description latex-extend -l hu.UTF-8
2848 Ez a csomag a következőket tartalmazza:
2849 - addlines: felhasználóbarát wrapper \enlargethispage-hez
2850 - alnumsec: alfanumerikus section számozás
2851 - arydshln: vízszintes és függőleges pontozott vonalak array és
2852   tabular környezetkben
2853 - babelbib: többnyelvű bibliográfiák
2854 - bibtopicprefix: prefix hivatkozás bibtopic által készített
2855   bibliográfiára
2856 - boites: dobozok, amelyek törhetők oldalak között
2857 - booklet: booklet formátumban történő nyomtatás
2858 - bullcntr: lista elemek számlálójának megjelenítése mint...
2859 - chappg: oldalszámozás chapter alapján
2860 - cjw: csomagok és osztályok tömkelege
2861 - clefval: kulcs/érték párok hash-sel
2862 - colortbl: színek LaTeX táblázatokban
2863 - combine: külön dokumentumok eggyé fűzése
2864 - contour: színes kontúr nyomtatása szöveg körül
2865 - ctable: középre igazított táblázatok szedése
2866 - curve2e: pict2e csomaghoz kiegészítések
2867 - dashbox: pontozott dobozok
2868 - dashline: pontozott vonalak
2869 - etaremune: visszafele sorszámazó enumerate környezet
2870 - expdlist: kibővített description környezetek
2871 - HA-prosper: foltok és bővítések a prosper-hez
2872 - leading: sorközök definiálása hosszal
2873 - listliketab: listák táblázatként szedése
2874 - ltablex: table csomag kiegészítése
2875 - makebox: egy \makebox* parancs definiálása
2876 - makecell: táblázat címsorral és többsoros cellákkal
2877 - marginnote: széljegyzetek, ott is, ahol a \marginpar hibázik
2878 - mcaption: címkék a margóra
2879 - mcite: több elem egy hivatkozásban
2880 - mciteplus: kibővített többszörös hivatkozás
2881 - minipage-marginpar: minipage-ek széljegyzetekkel
2882 - miniplot: egy csomag ábrák könnyű elhelyezéséhez
2883 - multicap: formázott cimkék multicols környezetben
2884 - newvbtm: saját verbatim-szerű környezetek
2885 - notes2bib: megjegyzések elhelyezése bibliográfiába
2886 - ntabbing: tabbing környezet automatikus sorszámozással
2887 - numline: LaTeX makrók sorok számozására
2888 - pbox: változtatható szélességű \parbox
2889 - pinlabel: a TeX labelling package.
2890 - polytable: tabular-like environments with named columns.
2891 - rccol: decimal-centered optionally rounded numbers in tabular.
2892 - romannum: generate roman numerals instead of arabic digits.
2893 - schedule: heti időbeosztás (órarend)
2894 - umoline: aláhúzott szövegben sortörés engedélyezése
2895 - umrand: package for fancy box frames.
2896 - underlin: aláhúzott élőfej
2897 - ushort: shorter (and longer) underlines and underbars.
2898
2899 %package latex-effects
2900 Summary:        Additional effects to fonts, texts
2901 Summary(hu.UTF-8):      További effektek betűkhöz, szövegekhez,...
2902 Group:          Applications/Publishing/TeX
2903 Requires(post,postun):  %{_bindir}/texhash
2904 Requires:       %{name}-latex
2905
2906 %description latex-effects
2907 This package contains:
2908 - arcs: draw arcs over and under text
2909 - blowup: upscale or downscale all pages of a document.
2910 - changebar: generate changebars in LaTeX documents.
2911 - draftwatermark: put a grey textual watermark on document pages.
2912 - flippdf: horizontal flipping of pages with pdfLaTeX.
2913 - flowfram: create text frames for posters, brochures or magazines.
2914 - isorot: rotation of document elements.
2915 - lettrine: typeset dropped capitals.
2916 - niceframe: support for fancy frames.
2917 - notes: mark sections of a document.
2918 - objectz: macros for typesetting Object Z.
2919 - parallel: typeset parallel texts.
2920 - quotchap: decorative chapter headings.
2921 - rotpages: typeset sets of pages upside-down and backwards.
2922
2923 %description latex-effects -l hu.UTF-8
2924 Ez a csomag a következőket tartalmazza:
2925 - arcs: ívek rajzolása szöveg fölé és alá
2926 - blowup: a dokumentum összes oldalának nagyítása vagy kicsinyítése
2927 - changebar: oldalsávok készítése LaTeX dokumentumokban
2928 - draftwatermark: szürke szöveges vízjel a dokumentum oldalaira
2929 - flippdf: oldalak vízszintes tükrözése pdfLaTeX-hel
2930 - flowfram: szövegkeretek poszterekhez, brossúrákhoz vagy magazinokhoz
2931 - isorot: dokumentum-elemek forgatása
2932 - lettrine: ejtett kapitálisok szedése
2933 - niceframe: különféle keretek
2934 - notes: dokumentum részeinek kiemelése, megjelölése
2935 - objectz: Object Z objektumok szedése
2936 - parallel: párhuzamos szövegek szedése
2937 - quotchap: decorative chapter headings.
2938 - rotpages: typeset sets of pages upside-down and backwards.
2939
2940 %package latex-math-sources
2941 Summary:        Sources of latex-math
2942 Summary(hu.UTF-8):      A latex-math forrása
2943 Group:          Applications/Publishing/TeX
2944
2945 %description latex-math-sources
2946 Sources of latex-math.
2947
2948 %description latex-math-sources -l hu.UTF-8
2949 A latex-math forrása.
2950
2951 %package latex-math
2952 Summary:        Mathematical packages
2953 Summary(hu.UTF-8):      Matematikai csomagok
2954 Group:          Applications/Publishing/TeX
2955 Requires(post,postun):  %{_bindir}/texhash
2956 Requires:       %{name}-latex
2957 # gnuplottex needs gnuplot
2958 Requires:       gnuplot
2959
2960 %description latex-math
2961 This package contains:
2962 - bez123: Support for Bezier curves.
2963 - binomexp: Calculate Pascal's triangle
2964 - cmll: symbols for linear logic.
2965 - constants: automatic numbering of constants.
2966 - coordsys: draw cartesian coordinate systems.
2967 - dotseqn: flush left equations with dotted leaders to the numbers.
2968 - egplot: encapsulate Gnuplot sources in LaTeX documents.
2969 - eqlist: description lists with equal indentation.
2970 - eqnarray: more generalised equation arrays with numbering.
2971 - esdiff: simplify typesetting of derivatives.
2972 - esvect: vector arrows.
2973 - extpfeil: extensible arrows in mathematics
2974 - faktor: typeset quotient structures with LaTeX.
2975 - fouridx: left sub- and superscripts in maths mode.
2976 - functan: macros for functional analysis and PDE theory
2977 - galois: typeset Galois connections.
2978 - gnuplottex: embed Gnuplot commands in LaTeX documents.
2979 - hhtensor: print vectors, matrices, and tensors.
2980 - logpap: generate logarithmic graph paper with LaTeX.
2981 - makeplot: easy plots from Matlab in LaTeX.
2982 - maybemath: make math bold or italic according to context.
2983 - mfpic4ode: macros to draw direction fields and solutions of ODEs.
2984 - mhequ: multicolumn equations, tags, labels, sub-numbering.
2985 - mhs: historical mathematics.
2986 - mlist: logical markup for lists.
2987 - nath: natural mathematics notation.
2988 - noitcrul: improved underlines in mathematics.
2989 - numprint: print numbers with separators and exponent if necessary.
2990 - permute: support for symmetric groups.
2991 - petri-nets: A set TeX/LaTeX packages for drawing Petri nets.
2992 - qsymbols: maths symbol abbreviations.
2993 - qtree: draw tree structures.
2994 - simplewick: simple Wick contractions.
2995 - sseq: spectral sequence diagrams.
2996 - subdepth: unify maths subscript height.
2997 - subeqn: package for subequation numbering.
2998 - subeqnarray: equation array with sub numbering.
2999 - trfsigns: typeset transform signs.
3000 - trsym: symbols for transformations.
3001 - ulsy: extra mathematical characters.
3002
3003 %description latex-math -l hu.UTF-8
3004 Ez a csomag a következőket tartalmazza:
3005 - bez123: Bezier-görbék
3006 - binomexp: Pascal-háromszög számítása
3007 - cmll: szimbólumok lineáris logikához
3008 - constants: változók automatikus sorszámozása
3009 - coordsys: Descartes-féle koordinátarendszerek rajzolása
3010 - dotseqn: TODO
3011 - egplot: Gnuplot források LaTeX dokumentumokba ágyazása
3012 - eqlist: leíró lista egyenlő behúzással
3013 - eqnarray: általánosabb egyenlet-rendszer sorszámozással
3014 - esdiff: deriváltak bevitele
3015 - esvect: vektornyilak
3016 - extpfeil: bővíthető nyilak matematikában
3017 - faktor: hányados struktúrák LaTeX-hel
3018 - fouridx: alsó és felső indexek bal oldalon matematikai módban
3019 - functan: funkcionálanalízés és PDE elmélethez makrók
3020 - galois: Galois kapcsolatok szedése
3021 - gnuplottex: Gnuplot parancsok beágyazása LaTeX dokumentumokba
3022 - hhtensor: vetkorok, mátrixok és tenzorok nyomtatása
3023 - logpap: logaritmikus grafikonok
3024 - makeplot: könnyű ábrázolások Matlab-ból LaTeX-be
3025 - maybemath: matematikai félkövér ill. dőlt szöveg környezettől
3026   függően
3027 - mfpic4ode: differenciálegyenletek megoldásainak ábrázolása
3028 - mhequ: többoszlopos egyenletek, cimkék, al-sorszámozás
3029 - mhs: történelmi matematika
3030 - mlist: listák logikus jelölése
3031 - nath: természetes matematikai jelölés
3032 - noitcrul: kibővített aláhúzások matematikában
3033 - numprint: számok írása elválasztókkal és kitevőkkel, ha szükséges
3034 - permute: szimmetriacsoportok
3035 - petri-nets: A set TeX/LaTeX packages for drawing Petri nets.
3036 - qsymbols: matematikai szimbólumok rövidítése
3037 - qtree: fastruktúrák rajzolása
3038 - simplewick: simple Wick contractions.
3039 - sseq: spectral sequence diagrams.
3040 - subdepth: matematikai indexek méretének egységesítése
3041 - subeqn: alegyenletek sorszámozása
3042 - subeqnarray: egyenletek al-sorszámozása
3043 - trfsigns: transzformációs jelek szedése
3044 - trsym: szimbólumok transzformációkhoz
3045 - ulsy: extra matematikai karakterek
3046
3047 %package latex-misc
3048 Summary:        Misc packages
3049 Summary(hu.UTF-8):      Vegyes csomagok
3050 Group:          Applications/Publishing/TeX
3051 Requires(post,postun):  %{_bindir}/texhash
3052 Requires:       %{name}-latex
3053
3054 %description latex-misc
3055 This packages contains:
3056 - cooking: typeset recipes.
3057 - cuisine: typeset recipes.
3058 - fixme: insert "fixme" notes into draft documents.
3059 - recipecard: typeset recipes in note-card-sized boxes.
3060 - todo: make a to-do list for a document.
3061
3062 %description latex-misc -l hu.UTF-8
3063 Ez a csomag a következőket tartalmazza:
3064 - cooking: receptek szedése
3065 - cuisine: receptek szedése
3066 - fixme: "fixme" megjegyzések elhelyezése
3067 - recipecard: receptek szedése jegyzet-méretű dobozokba
3068 - todo: dokumentumok teendőinek listája
3069
3070 %package latex-music
3071 Summary:        Musical packages
3072 Summary(hu.UTF-8):      Zenei csomagok
3073 Group:          Applications/Publishing/TeX
3074 Requires(post,postun):  %{_bindir}/texhash
3075 Requires:       %{name}-latex
3076
3077 %description latex-music
3078 This package contains:
3079 - abc: support ABC music notation in LaTeX.
3080 - guitar: guitar chords and song texts.
3081 - songbook: package for typesetting song lyrics and chord books.
3082
3083 %description latex-music -l hu.UTF-8
3084 Ez a csomag a következőket tartalmazza:
3085 - abc: ABC hangjegyzések LaTeX-ben
3086 - guitar: gitárkották és dalszövegek
3087 - songbook: dalszövegek és akkordkönyvek szedése
3088
3089 %package latex-physics
3090 Summary:        Physical packages
3091 Summary(hu.UTF-8):      Fizikai csomagok
3092 Group:          Applications/Publishing/TeX
3093 Requires(post,postun):  %{_bindir}/texhash
3094 Requires:       %{name}-latex
3095
3096 %description latex-physics
3097 This package contains:
3098 - circ: macros for typesetting circuit diagrams.
3099 - colorwav: colours by wavelength of visible light.
3100 - dyntree: construct Dynkin tree diagrams.
3101 - feynmf: macros and fonts for creating Feynman (and other) diagrams.
3102 - formula: typesetting physical units.
3103 - isotope: a package for type setting isotopes
3104 - listofsymbols: create and manipulate lists of symbols
3105 - miller: typeset miller indices.
3106 - susy: macros for SuperSymmetry-related work.
3107
3108 %description latex-physics -l hu.UTF-8
3109 Ez a csomag a következőket tartalmazza:
3110 - circ: áramkörök szedése
3111 - colorwav: a látható fény színei hullámhossz szerint
3112 - dyntree: Dynkin fadiagramok készítése
3113 - feynmf: makrók és fontok Feynman (és más) diagramok készítésére
3114 - formula: fizikai egységek szedése
3115 - isotope: izotópok szedése
3116 - listofsymbols: szimbólumok listákának létrehozása és kezelése
3117 - miller: miller indexek szedése
3118 - susy: Szuper-Szimmetria elmélettel kapcsolatos munkákhoz makrók
3119
3120 %package latex-biology
3121 Summary:        Biological packages
3122 Summary(hu.UTF-8):      Biológiai csomagok
3123 Group:          Applications/Publishing/TeX
3124 Requires(post,postun):  %{_bindir}/texhash
3125 Requires:       %{name}-latex
3126
3127 %description latex-biology
3128 This package contains:
3129 - biocon: typesetting biological species names
3130 - dnaseq: format DNA base sequences.
3131
3132 %description latex-biology -l hu.UTF-8
3133 Ez a csomag a következőket tartalmazza:
3134 - biocon: biológiai fajnevek szedése
3135 - dnaseq: DNS szekvenciák szedése
3136
3137 %package latex-chem
3138 Summary:        Chemical packages
3139 Summary(hu.UTF-8):      Kémiai csomagok
3140 Group:          Applications/Publishing/TeX
3141 Requires(post,postun):  %{_bindir}/texhash
3142 Requires:       %{name}-latex
3143
3144 %description latex-chem
3145 This package contains:
3146 - achemso: support for American Chemical Society journal submissions.
3147 - bpchem: typeset chemical names, formulae, etc.
3148 - chemarrow: arrows for use in chemistry.
3149 - chemcompounds: simple consecutive numbering of chemical compounds.
3150 - chemcono: support for compound numbers in chemistry documents.
3151 - chemstyle: writing chemistry with style.
3152 - mhchem: typeset chemical formulae/equations and Risk and Safety
3153   phrases
3154
3155 %description latex-chem -l hu.UTF-8
3156 Ez a csomag a következőket tartalmazza:
3157 - achemso: American Chemical Society formátuma
3158 - bpchem: kémiai nevek, formulák, stb. szedése
3159 - chemarrow: kémiában használatos nyilak
3160 - chemcompounds: kémiai vegyületek számozása
3161 - chemcono: kémiai vegyületek kémiai dokumentumokbam
3162 - chemstyle: kémiai dokumentum írása
3163 - mhchem: kémiai formulák/egyenletek szedése
3164
3165 %package latex-informatic
3166 Summary:        Informatical packages
3167 Summary(hu.UTF-8):      Informatikai csomagok
3168 Group:          Applications/Publishing/TeX
3169 Requires(post,postun):  %{_bindir}/texhash
3170 Requires:       %{name}-latex
3171
3172 %description latex-informatic
3173 This package contains:
3174 - alg: LaTeX environments for typesetting algorithms.
3175 - bytefield: Create illustrations for network protocol specifications.
3176 - lsc: typesetting Live Sequence Charts.
3177 - method: typeset method and variable declarations.
3178 - msc: draw MSC diagrams.
3179 - nag: detecting and warning about obsolete LaTeX commands
3180 - progkeys: typeset programs, recognising keywords.
3181 - register: typeset programmable elements in digital hardware
3182   (registers).
3183 - uml: UML diagrams in LaTeX.
3184
3185 %description latex-informatic -l hu.UTF-8
3186 Ez a csomag a következőket tartalmazza:
3187 - alg: LaTeX környezetek algoritmusok szedésére
3188 - bytefield: hálózati protokoll specifikációk szemléltetése
3189 - lsc: Live Sequence Charts
3190 - method: eljárások és változók deklarációjának szedése
3191 - msc: MSC diagramok
3192 - nag: elavult LaTeX parancsok detektálása és figyelmeztetés
3193 - progkeys: programok szedése, kulcsszavakkal
3194 - register: programozható elemek (regiszterek) szedése
3195 - uml: UML diagramok LaTeX-ben
3196
3197 %package latex-pdftools
3198 Summary:        Various tools to pdf output
3199 Summary(hu.UTF-8):      Különböző eszközök pdf output-hoz
3200 Group:          Applications/Publishing/TeX
3201 Requires(post,postun):  %{_bindir}/texhash
3202 Requires:       %{name}-latex
3203
3204 %description latex-pdftools
3205 This package contains:
3206 - attachfile: attach arbitrary files to a PDF document
3207 - cooltooltips: associate a pop-up window and tooltip with PDF
3208   hyperlinks
3209 - movie15: multimedia inclusion package.
3210 - pdfcprot: activating and setting of character protruding using
3211   pdflatex.
3212 - pdfsync: provide links between source and PDF.
3213 - pdftricks: support for pstricks in pdfTeX. . pdfscreen: support
3214   screen-based document design.
3215
3216 %description latex-pdftools -l hu.UTF-8
3217 Ez a csomag a következőket tartalmazza:
3218 - attachfile: fájlok csatolása PDF dokumentumokba
3219 - cooltooltips: felugró ablakok és súgók társítása PDF linkekhez
3220 - movie15: multimédia beillesztése
3221 - pdfcprot: activating and setting of character protruding using
3222   pdflatex.
3223 - pdftricks: pstricks támogatás pdfTeX-ben
3224 - pdfsync: provide links between source and PDF.
3225 - pdfscreen: képernyő alapú dokumentumok
3226
3227 %package latex-microtype
3228 Summary:        An interface to the micro-typographic extensions of pdfTeX
3229 Summary(pl.UTF-8):      Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
3230 Group:          Applications/Publishing/TeX
3231 Requires(post,postun):  /usr/bin/texhash
3232 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3233
3234 %description latex-microtype
3235 The `microtype' package provides a LaTeX interface to pdfTeX's
3236 micro-typographic extensions: character protrusion and font expansion.
3237 It allows to restrict character protrusion and/or font expansion to a
3238 definable set of fonts, and to configure micro-typographic aspects of
3239 the fonts in a straight-forward and flexible way. Settings for various
3240 fonts are provided.
3241
3242 %description latex-microtype -l pl.UTF-8
3243 Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
3244 mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
3245 Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
3246 określonego zbioru fontów oraz skonfigurować mikrotypograficzne
3247 aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
3248 dla różnych fontów.
3249
3250 %package latex-musictex
3251 Summary:        Typesetting music with TeX
3252 Summary(hu.UTF-8):      Zenék szedése TeX-hel
3253 Group:          Applications/Publishing/TeX
3254 Requires(post,postun):  %{_bindir}/texhash
3255 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3256
3257 %description latex-musictex
3258 Typesetting music with TeX.
3259
3260 %description latex-musictex -l hu.UTF-8
3261 Zenék szedése TeX-hel.
3262
3263 %package latex-lucidabr
3264 Summary:        Package to make Lucida Bright fonts usable with LaTeX
3265 Summary(pl.UTF-8):      Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
3266 Group:          Applications/Publishing/TeX
3267 Requires(post,postun):  %{_bindir}/texhash
3268 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3269
3270 %description latex-lucidabr
3271 Package to make Lucida Bright fonts usable with LaTeX.
3272
3273 %description latex-lucidabr -l pl.UTF-8
3274 Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
3275
3276 %package latex-marvosym
3277 Summary:        Styles for Martin Vogel's Symbol (marvosym) font
3278 Summary(pl.UTF-8):      Style dla fontu Symbol Martina Vogela (marvosym)
3279 Group:          Applications/Publishing/TeX
3280 Requires(post,postun):  /usr/bin/texhash
3281 Requires:       %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
3282 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3283 Provides:       tetex-latex-marvosym
3284 Obsoletes:      tetex-latex-marvosym
3285
3286 %description latex-marvosym
3287 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3288 currency symbol as defined by the European commission; Euro currency
3289 symbols in typefaces Times, Helvetica and Courier; Symbols for
3290 structural engineering; Symbols for steel cross-sections; Astronomy
3291 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3292 symbols; CE sign and others.
3293
3294 %description latex-marvosym -l pl.UTF-8
3295 Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
3296 waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
3297 krojach Times, Helvetica i Courier; symbole do inżynierii
3298 strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
3299 (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
3300 CE i inne.
3301
3302 %package latex-mathpple
3303 Summary:        Use PostScript Palatino for typesetting maths
3304 Summary(pl.UTF-8):      Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
3305 Group:          Applications/Publishing/TeX
3306 Requires(post,postun):  %{_bindir}/texhash
3307 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3308 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3309
3310 %description latex-mathpple
3311 The package defines the PostScript font family `Palatino' (ppl) as the
3312 default roman font and then uses the `mathpple' fonts for typesetting
3313 math. These virtual fonts have been created for typesetting math in a
3314 style that suits the Palatino text fonts. The AMS fonts, when used
3315 additionally, will be scaled to fit Palatino.
3316
3317 %description latex-mathpple -l pl.UTF-8
3318 Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
3319 domyślny font roman i używa fontów mathpple do składania wzorów
3320 matematycznych. Te wirtualne fonty zostały stworzone do składania
3321 wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
3322 Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
3323 pasować do Palatino.
3324
3325 %package latex-mathtime
3326 Summary:        Mathtime fonts for LaTeX
3327 Summary(pl.UTF-8):      Fonty Mathtime dla LaTeXa
3328 Group:          Applications/Publishing/TeX
3329 Requires(post,postun):  %{_bindir}/texhash
3330 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3331
3332 %description latex-mathtime
3333 The Mathtime fonts have a number of characters remapped to positions
3334 different from the ones normally used by the corresponding TeX
3335 CM-fonts. For the symbol font ``operators'' the corresponding mathtime
3336 style files use the Times Roman font (often called something like:
3337 ptmr or ptmr7t or ptmrq).
3338
3339 %description latex-mathtime -l pl.UTF-8
3340 Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
3341 różniące się od tych normalnie używanych w odpowiadających im TeXowych
3342 fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
3343 używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
3344 ptmrq).
3345
3346 %package latex-mflogo
3347 Summary:        LaTeX support for MetaFont and logo fonts
3348 Summary(pl.UTF-8):      Obsługa LaTeXa dla MetaFonta i fontów logo
3349 Group:          Applications/Publishing/TeX
3350 Requires(post,postun):  %{_bindir}/texhash
3351 Requires:       %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
3352 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3353
3354 %description latex-mflogo
3355 LaTeX package and font definition file to access the Knuthian `logo'
3356 fonts described in `The MetaFontbook' and the MetaFont and logos in
3357 LaTeX documents.
3358
3359 %description latex-mflogo -l pl.UTF-8
3360 Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
3361 opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
3362 LaTeXa.
3363
3364 %package latex-mfnfss
3365 Summary:        Font description files to use extra fonts like yinit and ygoth
3366 Summary(pl.UTF-8):      Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
3367 Group:          Applications/Publishing/TeX
3368 Requires(post,postun):  %{_bindir}/texhash
3369 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3370
3371 %description latex-mfnfss
3372 Font description files to use extra fonts like yinit and ygoth.
3373
3374 %description latex-mfnfss -l pl.UTF-8
3375 Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
3376
3377 %package latex-minitoc
3378 Summary:        Produce a table of contents for each chapter
3379 Summary(pl.UTF-8):      Tworzenie spisów treści dla każdego rozdziału
3380 Group:          Applications/Publishing/TeX
3381 Requires(post,postun):  %{_bindir}/texhash
3382 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3383
3384 %description latex-minitoc
3385 Produce a table of contents for each chapter.
3386
3387 %description latex-minitoc -l pl.UTF-8
3388 Tworzenie spisów treści dla każdego rozdziału.
3389
3390 %package latex-mltex
3391 Summary:        Support for MLTeX
3392 Summary(pl.UTF-8):      Wsparcie dla MLTeXa
3393 Group:          Applications/Publishing/TeX
3394 Requires(post,postun):  %{_bindir}/texhash
3395 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3396
3397 %description latex-mltex
3398 Support for MLTeX, the multilingual TeX extension from Michael J.
3399 Ferguson.
3400
3401 %description latex-mltex -l pl.UTF-8
3402 Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
3403 autorstwa Michaela J. Fergusona.
3404
3405 %package latex-multienum
3406 Summary:        Multi-column enumerated lists
3407 Summary(hu.UTF-8):      Többoszlopos számozott listák
3408 Group:          Applications/Publishing/TeX
3409 Requires(post,postun):  %{_bindir}/texhash
3410 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3411
3412 %description latex-multienum
3413 Multi-column enumerated lists.
3414
3415 %description latex-multienum -l hu.UTF-8
3416 Többoszlopos számozott listák.
3417
3418
3419 %package latex-moreverb
3420 Summary:        Extended verbatim
3421 Summary(hu.UTF-8):      Kiterjesztett verbatim
3422 Group:          Applications/Publishing/TeX
3423 Requires(post,postun):  %{_bindir}/texhash
3424 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3425
3426 %description latex-moreverb
3427 Extended verbatim.
3428
3429 %description latex-moreverb -l hu.UTF-8
3430 Kiterjesztett verbatim.
3431
3432 %package latex-ntheorem
3433 Summary:        Enhanced theorem environment
3434 Summary(hu.UTF-8):      Bővített tétel környezet
3435 Group:          Applications/Publishing/TeX
3436 Requires(post,postun):  %{_bindir}/texhash
3437 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3438
3439 %description latex-ntheorem
3440 Enhanced theorem environment.
3441
3442 %description latex-ntheorem -l hu.UTF-8
3443 Bővített tétel környezet
3444
3445 %package latex-other
3446 Summary:        Other LaTeX packages
3447 Summary(hu.UTF-8):      Néhány további LaTeX csomag
3448 Group:          Applications/Publishing/TeX
3449 Requires(post,postun):  %{_bindir}/texhash
3450 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3451
3452 %description latex-other
3453 Other LaTeX packages.
3454
3455 %description latex-other -l hu.UTF-8
3456 Néhány további LaTeX csomag.
3457
3458 %package latex-other-doc
3459 Summary:        Other LaTeX packages documentation
3460 Summary(hu.UTF-8):      Néhány további LaTeX csomag dokumentációja
3461 Group:          Applications/Publishing/TeX
3462 Requires(post,postun):  %{_bindir}/texhash
3463 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3464
3465 %description latex-other-doc
3466 Other LaTeX packages documentation.
3467
3468 %description latex-other-doc -l hu.UTF-8
3469 Néhány további LaTeX csomag dokumentációja.
3470
3471 %package latex-palatcm
3472 Summary:        Palatino + Computer Modern math fonts for LaTeX
3473 Summary(pl.UTF-8):      Fonty matematyczne Palatino i Computer Modern dla LaTeXa
3474 Group:          Applications/Publishing/TeX
3475 Requires(post,postun):  %{_bindir}/texhash
3476 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3477
3478 %description latex-palatcm
3479 Palatino + Computer Modern math fonts for LaTeX.
3480
3481 %description latex-palatcm -l pl.UTF-8
3482 Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
3483
3484 %package latex-pdfslide
3485 Summary:        Presentation slides using pdftex
3486 Summary(hu.UTF-8):      Prezentáció készítése pdftex-hel
3487 Group:          Applications/Publishing/TeX
3488 Requires(post,postun):  %{_bindir}/texhash
3489 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3490
3491 %description latex-pdfslide
3492 Presentation slides using pdftex.
3493
3494 %description latex-pdfslide -l hu.UTF-8
3495 Prezentáció készítése pdftex-hel.
3496
3497 %package latex-pgf
3498 Summary:        The TeX Portable Graphic Format
3499 Summary(hu.UTF-8):      TeX Portable Graphic Formátum
3500 Summary(pl.UTF-8):      Przenośny format grafiki dla TeXa
3501 Group:          Applications/Publishing/TeX
3502 Requires(post,postun):  %{_bindir}/texhash
3503 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3504 Requires:       %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
3505 Obsoletes:      tetex-pgf
3506
3507 %description latex-pgf
3508 A macro package for creating graphics directly in TeX and LaTeX.
3509
3510 %description latex-pgf -l hu.UTF-8
3511 Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3512
3513 %description latex-pgf -l pl.UTF-8
3514 Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3515
3516 %package latex-polynom
3517 Summary:        Macros for manipulating polynomials
3518 Summary(hu.UTF-8):      Makrók polinomokkal való műveletekre
3519 Group:          Applications/Publishing/TeX
3520 Requires(post,postun):  %{_bindir}/texhash
3521 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3522
3523 %description latex-polynom
3524 Macros for manipulating polynomials.
3525
3526 %description latex-polynom -l hu.UTF-8
3527 Makrók polinomokkal való műveletekre.
3528
3529 %package latex-polynomial
3530 Summary:        Typeset (univariate) polynomials
3531 Summary(hu.UTF-8):      Egyváltozós polinomok szedése
3532 Group:          Applications/Publishing/TeX
3533 Requires(post,postun):  %{_bindir}/texhash
3534 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3535
3536 %description latex-polynomial
3537 Typeset (univariate) polynomials.
3538
3539 %description latex-polynomial -l hu.UTF-8
3540 Egyváltozós polinomok szedése.
3541
3542 %package latex-programming
3543 Summary:        Additional utilities to programming LaTeX
3544 Summary(hu.UTF-8):      További eszközök LaTeX programozásához
3545 Group:          Applications/Publishing/TeX
3546 Requires(post,postun):  %{_bindir}/texhash
3547 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3548
3549 %description latex-programming
3550 This package contains:
3551 - cmdtrack: check used commands.
3552 - cool: COntent-Oriented LaTeX
3553 - coollist: manipulate COntent Oriented LaTeX Lists.
3554 - coolstr: string manipulation in LaTeX.
3555 - csvtools: reading data from CSV files.
3556 - datatool: tools to load and manipulate data.
3557 - datenumber: convert a date into a number and vice versa.
3558 - delimtxt: read and parse text tables.
3559 - dialogl: macros for constructing interactive LaTeX scripts.
3560 - dprogress: LaTeX-relevant log information for debugging.
3561 - environ: a new interface for environments in LaTeX.
3562 - export: import and export values of LaTeX registers.
3563 - fmtcount: display the value of a LaTeX counter in a variety of
3564   formats.
3565 - forarray: using array structures in LaTeX.
3566 - forloop: iteration in LaTeX.
3567 - inversepath: calculate inverse file paths.
3568 - labelcas: check the existence of labels, and fork accordingly.
3569 - lcg: generate random integers.
3570 - makecmds: the new \makecommand command always (re)defines a command.
3571 - multido: a loop facility for Generic TeX.
3572 - namespc: rudimentary c++-like namespaces in LaTeX.
3573 - patchcmd: change the definition of an existing command.
3574 - progress: creates an overview of a document's state.
3575 - randtext: randomise the order of characters in strings.
3576 - regcount: display the allocation status of the TeX registers.
3577 - robustcommand: declare robust command, with \newcommand checks.
3578 - splitindex: unlimited number of indexes.
3579 - stack: tools to define and use stacks.
3580 - stringstrings: string manipulation for cosmetic and programming
3581   application
3582 - substr: deal with substrings in strings.
3583 - typedref: eliminate errors by enforcing the types of labels.
3584
3585 %description latex-programming -l hu.UTF-8
3586 Ez a csomag a következőket tartalmazza:
3587 - cmdtrack: használt parancsok ellenőrzése
3588 - cool: tartalom-orientált (COntent-Oriented) LaTeX
3589 - coollist: COntent Oriented LaTeX listák manipulációja
3590 - coolstr: sztring manipuláció LaTeX-ben
3591 - csvtools: adatok olvasása CSV fájlokból
3592 - datatool: eszközök adatok beolvasására és manipulációjához
3593 - datenumber: dátum számmá konvertálása és vissza
3594 - delimtxt: szöveges táblázatok olvasása és feldolgozása
3595 - dialogl: interaktív makrók LaTeX-ben
3596 - dprogress: LaTeX-releváns log információ debuggoláshoz
3597 - export: LaTeX regiszterek értékeinek importálása és exportálása
3598 - environ: egy új felület környezetek létrehozására
3599 - fmtcount: LaTeX számlálók megjelenítése különböző formátumokban
3600 - forarray: tömb struktúrák LaTeX-ben
3601 - forloop: iteráció LaTeX-ben
3602 - inversepath: fájlútvonalak visszafele relatív meghatározása
3603 - labelcas: cimkék létezésének ellenőrzése
3604 - lcg: véletlen egész számok generálása
3605 - makecmds: új \makecommand, amely mindig (újra)definiál parancsot
3606 - multido: ciklusok szervezése LaTeX-ben
3607 - namespc: c++-szerű névterek LaTeX-ben
3608 - patchcmd: létező parancsok definíciójának megváltoztatása
3609 - progress: egy áttekintést készít a dokumentum állapotáról
3610 - randtext: sztring karaktereinek összekeverése
3611 - regcount: display the allocation status of the TeX registers.
3612 - robustcommand: declare robust command, with \newcommand checks.
3613 - splitindex: unlimited number of indexes.
3614 - stack: verem használata
3615 - stringstrings: sztring manipuláció
3616 - substr: részszövegek keresése
3617 - typedref: eliminate errors by enforcing the types of labels.
3618
3619 %package latex-prosper
3620 Summary:        LaTeX class for high quality slides
3621 Summary(hu.UTF-8):      LaTeX osztály jó minőségű fóliák készítéséhez
3622 Group:          Applications/Publishing/TeX
3623 Requires(post,postun):  %{_bindir}/texhash
3624 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3625
3626 %description latex-prosper
3627 LaTeX class for high quality slides.
3628
3629 %description latex-prosper -l hu.UTF-8
3630 LaTeX osztály jó minőségű fóliák készítéséhez.
3631
3632 %package latex-pseudocode
3633 Summary:        LaTeX enviroment for specifying algorithms in a natural way
3634 Summary(hu.UTF-8):      LaTeX környezet algoritmusok bevitelére
3635 Group:          Applications/Publishing/TeX
3636 Requires(post,postun):  %{_bindir}/texhash
3637 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3638
3639 %description latex-pseudocode
3640 LaTeX enviroment for specifying algorithms in a natural way.
3641
3642 %description latex-pseudocode -l hu.UTF-8
3643 LaTeX környezet algoritmusok bevitelére.
3644
3645 %package latex-psnfss
3646 Summary:        LaTeX font support for common PostScript fonts
3647 Summary(pl.UTF-8):      Obsługa popularnych fontów postscriptowych w LaTeXu
3648 Group:          Applications/Publishing/TeX
3649 Requires(post,postun):  %{_bindir}/texhash
3650 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3651 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3652 Provides:       tetex-latex-psnfss
3653 Obsoletes:      tetex-latex-mathptm
3654 Obsoletes:      tetex-latex-mathptmx
3655 Obsoletes:      tetex-latex-psnfss
3656
3657 %description latex-psnfss
3658 LaTeX font definition files, macros and font metrics for common
3659 PostScript fonts.
3660
3661 %description latex-psnfss -l pl.UTF-8
3662 LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3663 popularnych fontów postscriptowych.
3664
3665 %package latex-pst-2dplot
3666 Summary:        A PSTricks package for drawing 2D curves
3667 Summary(hu.UTF-8):      PSTricks csomag kétdimenziós görbék rajzolásához
3668 Group:          Applications/Publishing/TeX
3669 Requires(post,postun):  %{_bindir}/texhash
3670 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3671
3672 %description latex-pst-2dplot
3673 A PSTricks package for drawing 2D curves.
3674
3675 %description latex-pst-2dplot -l hu.UTF-8
3676 PSTricks csomag kétdimenziós görbék rajzolásához.
3677
3678 %package latex-pst-3dplot
3679 Summary:        Draw 3d curves and graphs using PSTricks
3680 Summary(hu.UTF-8):      3D-s görbék és grafikonok PSTricks-szel
3681 Group:          Applications/Publishing/TeX
3682 Requires(post,postun):  %{_bindir}/texhash
3683 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3684
3685 %description latex-pst-3dplot
3686 Draw 3d curves and graphs using PSTricks.
3687
3688 %description latex-pst-3dplot -l hu.UTF-8
3689 3D-s görbék és grafikonok PSTricks-szel.
3690
3691
3692 %package latex-pst-bar
3693 Summary:        Produces bar charts using pstricks
3694 Summary(hu.UTF-8):      Oszlopdiagramok pstricks-szel
3695 Group:          Applications/Publishing/TeX
3696 Requires(post,postun):  %{_bindir}/texhash
3697 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3698
3699 %description latex-pst-bar
3700 Produces bar charts using pstricks.
3701
3702 %description latex-pst-bar -l hu.UTF-8
3703 Oszlopdiagramok pstricks-szel.
3704
3705 %package latex-pst-circ
3706 Summary:        PSTricks package for drawing electric circuits
3707 Summary(hu.UTF-8):      PSTricks csomag elektromos áramkörök rajzolásához
3708 Group:          Applications/Publishing/TeX
3709 Requires(post,postun):  %{_bindir}/texhash
3710 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3711
3712 %description latex-pst-circ
3713 PSTricks package for drawing electric circuits.
3714
3715 %description latex-pst-circ -l hu.UTF-8
3716 PSTricks csomag elektromos áramkörök rajzolásához.
3717
3718 %package latex-pst-diffraction
3719 Summary:        Print diffraction patterns from various apertures
3720 Summary(hu.UTF-8):      Diffrakciós képek különböző eszközökön
3721 Group:          Applications/Publishing/TeX
3722 Requires(post,postun):  %{_bindir}/texhash
3723 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3724
3725 %description latex-pst-diffraction
3726 Print diffraction patterns from various apertures.
3727
3728 %description latex-pst-diffraction -l hu.UTF-8
3729 Diffrakciós képek különböző eszközökön.
3730
3731 %package latex-pst-eucl
3732 Summary:        Euclidian geometry with pstricks
3733 Summary(hu.UTF-8):      Euklidészi geometria a pstricks használatával
3734 Group:          Applications/Publishing/TeX
3735 Requires(post,postun):  %{_bindir}/texhash
3736 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3737
3738 %description latex-pst-eucl
3739 Euclidian geometry with pstricks.
3740
3741 %description latex-pst-eucl -l hu.UTF-8
3742 Euklidészi geometria a pstricks használatával.
3743
3744
3745 %package latex-pst-fun
3746 Summary:        Draw "funny" objects with PSTricks
3747 Summary(hu.UTF-8):      "Vicces" rajzok PSTricks-szel
3748 Group:          Applications/Publishing/TeX
3749 Requires(post,postun):  %{_bindir}/texhash
3750 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3751
3752 %description latex-pst-fun
3753 Draw "funny" objects with PSTricks.
3754
3755 %description latex-pst-fun -l hu.UTF-8
3756 "Vicces" rajzok PSTricks-szel
3757
3758 %package latex-pst-func
3759 Summary:        PSTricks package for plotting mathematical functions
3760 Summary(hu.UTF-8):      PSTricks csomag matematikai függvények ábrázolásához
3761 Group:          Applications/Publishing/TeX
3762 Requires(post,postun):  %{_bindir}/texhash
3763 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3764
3765 %description latex-pst-func
3766 PSTricks package for plotting mathematical functions.
3767
3768 %description latex-pst-func -l hu.UTF-8
3769 PSTricks csomag matematikai függvények ábrázolásához.
3770
3771 %package latex-pst-fr3d
3772 Summary:        Draw 3-dimensional framed boxes using PSTricks
3773 Summary(hu.UTF-8):      Háromdimenziós dobozok PSTricks segítségével
3774 Group:          Applications/Publishing/TeX
3775 Requires(post,postun):  %{_bindir}/texhash
3776 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3777
3778 %description latex-pst-fr3d
3779 Draw 3-dimensional framed boxes using PSTricks.
3780
3781 %description latex-pst-fr3d -l hu.UTF-8
3782 Háromdimenziós dobozok PSTricks segítségével.
3783
3784 %package latex-pst-fractal
3785 Summary:        Draw fractal sets using PSTricks
3786 Summary(hu.UTF-8):      Fraktálok rajzolása PSTricks segítségével
3787 Group:          Applications/Publishing/TeX
3788 Requires(post,postun):  %{_bindir}/texhash
3789 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3790
3791 %description latex-pst-fractal
3792 Draw fractal sets using PSTricks.
3793
3794 %description latex-pst-fractal -l hu.UTF-8
3795 Fraktálok rajzolása PSTricks segítségével.
3796
3797 %package latex-pst-infixplot
3798 Summary:        Using pstricks plotting capacities with infix expressions rather than RPN
3799 Summary(hu.UTF-8):      Infix kifejezések ábrázolása
3800 Group:          Applications/Publishing/TeX
3801 Requires(post,postun):  %{_bindir}/texhash
3802 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3803
3804 %description latex-pst-infixplot
3805 Using pstricks plotting capacities with infix expressions rather than
3806 RPN.
3807
3808 %description latex-pst-infixplot -l hu.UTF-8
3809 Infix kifejezések ábrázolása.
3810
3811 %package latex-pst-math
3812 Summary:        Enhancement of PostScript math operators to use with pstricks
3813 Summary(hu.UTF-8):      PostScript matematikai operátorok bővítése pstricks-szel
3814 Group:          Applications/Publishing/TeX
3815 Requires(post,postun):  %{_bindir}/texhash
3816 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3817
3818 %description latex-pst-math
3819 Enhancement of PostScript math operators to use with pstricks.
3820
3821 %description latex-pst-math -l hu.UTF-8
3822 PostScript matematikai operátorok bővítése pstricks-szel.
3823
3824 %package latex-pst-ob3d
3825 Summary:        Three dimensional objects using PSTricks
3826 Summary(hu.UTF-8):      Háromdimenziós objektumok PSTricks-szel
3827 Group:          Applications/Publishing/TeX
3828 Requires(post,postun):  %{_bindir}/texhash
3829 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3830
3831 %description latex-pst-ob3d
3832 Three dimensional objects using PSTricks.
3833
3834 %description latex-pst-ob3d -l hu.UTF-8
3835 Háromdimenziós objektumok PSTricks-szel.
3836
3837 %package latex-pst-optexp
3838 Summary:        Drawing optical experimental setups
3839 Summary(hu.UTF-8):      Optikai összeállítások rajzolása
3840 Group:          Applications/Publishing/TeX
3841 Requires(post,postun):  %{_bindir}/texhash
3842 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3843
3844 %description latex-pst-optexp
3845 Drawing optical experimental setups.
3846
3847 %description latex-pst-optexp -l hu.UTF-8
3848 Optikai összeállítások rajzolása.
3849
3850 %package latex-pst-optic
3851 Summary:        Drawing optics diagrams
3852 Summary(hu.UTF-8):      Optikai ábrák rajzolása
3853 Group:          Applications/Publishing/TeX
3854 Requires(post,postun):  %{_bindir}/texhash
3855 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3856
3857 %description latex-pst-optic
3858 Drawing optics diagrams.
3859
3860 %description latex-pst-optic -l hu.UTF-8
3861 Optikai ábrák rajzolása.
3862
3863 %package latex-pst-text
3864 Summary:        Text and character manipulation in PSTricks
3865 Summary(hu.UTF-8):      Szöveg és karakter manipulációk PSTricks-szel
3866 Group:          Applications/Publishing/TeX
3867 Requires(post,postun):  %{_bindir}/texhash
3868 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3869
3870 %description latex-pst-text
3871 Text and character manipulation in PSTricks.
3872
3873 %description latex-pst-text -l hu.UTF-8
3874 Szöveg és karakter manipulációk PSTricks-szel.
3875
3876 %package latex-pst-uncategorized
3877 Summary:        Other uncategorized PSTricks packages
3878 Summary(hu.UTF-8):      Néhány kategorizálatlan PSTricks csomag
3879 Group:          Applications/Publishing/TeX
3880 Requires(post,postun):  %{_bindir}/texhash
3881 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3882
3883 %description latex-pst-uncategorized
3884 Other uncategorized PSTricks packages.
3885
3886 %description latex-pst-uncategorized -l hu.UTF-8
3887 Néhány kategorizálatlan PSTricks csomag.
3888
3889 %package latex-pxfonts
3890 Summary:        PX fonts LaTeX support
3891 Summary(pl.UTF-8):      Obsługa fontów PX w LaTeXu
3892 Group:          Applications/Publishing/TeX
3893 Requires(post,postun):  %{_bindir}/texhash
3894 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
3895 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3896
3897 %description latex-pxfonts
3898 PX fonts LaTeX support.
3899
3900 %description latex-pxfonts -l pl.UTF-8
3901 Obsługa fontów PX w LaTeXu.
3902
3903 %package latex-qfonts
3904 Summary:        A collection of PostScript (Adobe Type 1) fonts in QX layout
3905 Summary(pl.UTF-8):      Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3906 Group:          Applications/Publishing/TeX
3907 Requires(post,postun):  %{_bindir}/texhash
3908 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3909 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3910
3911 %description latex-qfonts
3912 A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3913 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3914 QuasiTimes (regular, italic, bold and bold italic), based on URW++
3915 fonts distributed with Ghostscript. The fonts are encoded according to
3916 QX layout which facilitates multilingual and technical typesetting
3917 using TeX, preserving usability in Windows applications.
3918
3919 %description latex-qfonts -l pl.UTF-8
3920 Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3921 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3922 QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3923 fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3924 zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3925 TeXu, zachowując przydatność dla aplikacji windowsowych.
3926
3927 %package latex-SIstyle
3928 Summary:        Package to typeset SI units, numbers and angles
3929 Summary(hu.UTF-8):      Csomag SI egységek, számok és szögek szedésére
3930 Group:          Applications/Publishing/TeX
3931 Requires(post,postun):  /usr/bin/texhash
3932 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3933
3934 %description latex-SIstyle
3935 Package to typeset SI units, numbers and angles.
3936
3937 %description latex-SIstyle -l hu.UTF-8
3938 Csomag SI egységek, számok és szögek szedésére.
3939
3940 %package latex-SIunits
3941 Summary:        The SIunits package can be used to standardise the use of units in your writings
3942 Summary(hu.UTF-8):      Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3943 Group:          Applications/Publishing/TeX
3944 Requires(post,postun):  /usr/bin/texhash
3945 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3946
3947 %description latex-SIunits
3948 The SIunits package can be used to standardise the use of units in
3949 your writings.
3950
3951 %description latex-SIunits -l hu.UTF-8
3952 Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3953
3954 %package latex-siunitx
3955 Summary:        A comprehensive (SI) units package
3956 Summary(hu.UTF-8):      Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3957 Group:          Applications/Publishing/TeX
3958 Requires(post,postun):  /usr/bin/texhash
3959 Requires:       %{name}-latex
3960
3961 %description latex-siunitx
3962 A comprehensive (SI) units package.
3963
3964 %description latex-siunitx -l hu.UTF-8
3965 Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3966
3967 %package latex-sources
3968 Summary:        LaTeX sources
3969 Summary(hu.UTF-8):      LaTeX források
3970 Group:          Applications/Publishing/TeX
3971
3972 %description latex-sources
3973 LaTeX sources.
3974
3975 %description latex-sources -l hu.UTF-8
3976 LaTeX források.
3977
3978 %package latex-styles
3979 Summary:        Various LaTeX styles
3980 Summary(hu.UTF-8):      Különböző LaTeX stílusok
3981 Group:          Applications/Publishing/TeX
3982 Requires(post,postun):  /usr/bin/texhash
3983 Requires:       %{name}-latex
3984
3985 %description latex-styles
3986 Various LaTeX styles.
3987
3988 %description latex-styles -l hu.UTF-8
3989 Különböző LaTeX stílusok.
3990
3991 %package latex-lang
3992 Summary:        LaTeX support for non-english languages
3993 Summary(hu.UTF-8):      LaTeX támogatás nem-angol nyelvekhez
3994 Group:          Applications/Publishing/TeX
3995 Requires(post,postun):  /usr/bin/texhash
3996 Requires:       %{name}-latex
3997
3998 %description latex-lang
3999 LaTeX support for non-english languages.
4000
4001 %description latex-lang -l hu.UTF-8
4002 LaTeX támogatás nem-angol nyelvekhez.
4003
4004 %package latex-Tabbing
4005 Summary:        Tabbing with accented letters
4006 Summary(hu.UTF-8):      Tabbing környezet ékezetes betűk használatával
4007 Group:          Applications/Publishing/TeX
4008 Requires(post,postun):  /usr/bin/texhash
4009
4010 %description latex-Tabbing
4011 Tabbing with accented letters.
4012
4013 %description latex-Tabbing -l hu.UTF-8
4014 Tabbing környezet ékezetes betűk használatával.
4015
4016 %package latex-urwvn
4017 Summary:        URWVN fonts
4018 Summary(pl.UTF-8):      Fonty URWVN
4019 Group:          Applications/Publishing/TeX
4020 Requires(post,postun):  /usr/bin/texhash
4021 Requires:       %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
4022 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4023
4024 %description latex-urwvn
4025 URWVN fonts.
4026
4027 %description latex-urwvn -l pl.UTF-8
4028 Fonty URWVN.
4029
4030 %package latex-txfonts
4031 Summary:        TX fonts LaTeX support
4032 Summary(pl.UTF-8):      Obsługa fontów TX w LaTeXu
4033 Group:          Applications/Publishing/TeX
4034 Requires(post,postun):  %{_bindir}/texhash
4035 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4036 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4037
4038 %description latex-txfonts
4039 TX fonts LaTeX support.
4040
4041 %description latex-txfonts -l pl.UTF-8
4042 Obsługa fontów TX w LaTeXu.
4043
4044 %package latex-ucs
4045 Summary:        This package contains support for using UTF-8 as input encoding in LaTeX documents
4046 Summary(hu.UTF-8):      Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
4047 Group:          Applications/Publishing/TeX
4048 Requires(post,postun):  %{_bindir}/texhash
4049 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4050
4051 %description latex-ucs
4052 This package contains support for using UTF-8 as input encoding in
4053 LaTeX documents.
4054
4055 %description latex-ucs -l hu.UTF-8
4056 Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
4057
4058 %package latex-umlaute
4059 Summary:        An interface to inputenc for using alternate input encodings
4060 Summary(pl.UTF-8):      Interfejs inputenc do używania alternatywnych kodowań wejściowych
4061 Group:          Applications/Publishing/TeX
4062 Requires(post,postun):  %{_bindir}/texhash
4063 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4064
4065 %description latex-umlaute
4066 An interface to inputenc for using alternate input encodings.
4067
4068 %description latex-umlaute -l pl.UTF-8
4069 Interfejs inputenc do używania alternatywnych kodowań wejściowych.
4070
4071 %package latex-wasysym
4072 Summary:        Extra characters from the Waldis symbol fonts
4073 Summary(pl.UTF-8):      Dodatkowe znaki z fontów Waldis symbol
4074 Group:          Applications/Publishing/TeX
4075 Requires(post,postun):  %{_bindir}/texhash
4076 Requires:       %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
4077 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4078 Provides:       tetex-latex-wasysym
4079 Obsoletes:      tetex-latex-wasysym
4080
4081 %description latex-wasysym
4082 Makes some additional characters available that come from the wasy
4083 fonts (Waldis symbol fonts). These fonts are not automatically
4084 included in NFSS2/LaTeX2e since they take up important space and often
4085 aren't necessary if one makes use of the packages amsfonts or amssymb.
4086 Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
4087 apple, ocircle invneg, logof, varint, male, female, phone, clock,
4088 lightning, pointer, sun, bell, permil, smiley, various electrical
4089 symbols, shapes, music notes, circles, signs, astronomy, etc.
4090
4091 %description latex-wasysym -l pl.UTF-8
4092 Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
4093 (Waldis symbol). Te fonty nie są automatycznie dołączane w
4094 NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
4095 jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
4096 m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
4097 ocircle invneg, logof, varint, male, female, phone, clock, lightning,
4098 pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
4099 kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
4100
4101 %package latex-xcolor
4102 Summary:        Allows for access to color tints, shades, tones etc
4103 Summary(hu.UTF-8):      Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
4104 Summary(pl.UTF-8):      Pozwala na dostęp do odcieni, gradientów itp.
4105 Group:          Applications/Publishing/TeX
4106 Obsoletes:      tetex-latex-xcolor
4107
4108 %description latex-xcolor
4109 `xcolor' provides easy driver-independent access to several kinds of
4110 color tints, shades, tones, and mixes of arbitrary colors. It allows
4111 to select a document-wide target color model and offers tools for
4112 automatic color schemes, conversion between eight color models, and
4113 alternating table row colors.
4114
4115 %description latex-xcolor -l hu.UTF-8
4116 `xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
4117 színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
4118 keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
4119 modell kiválasztásához és a színmodellek közötti konverzióra.
4120
4121 %description latex-xcolor -l pl.UTF-8
4122 `xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
4123 wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
4124 na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
4125 schematów kolorów, konwersji między ośmioma modelami kolorów oraz
4126 naprzemiennych kolorów w tabelach.
4127
4128 %package format-latex
4129 Summary:        LaTeX macro package
4130 Summary(pl.UTF-8):      Pakiet makr LaTeX
4131 Group:          Applications/Publishing/TeX
4132 Requires(post,postun):  %{_bindir}/texhash
4133 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4134 Provides:       tetex-format-latex
4135 Obsoletes:      hugelatex
4136 Obsoletes:      tetex-format-latex
4137
4138 %description format-latex
4139 LaTeX is a front end for the TeX text formatting system. Easier to use
4140 than TeX, LaTeX is essentially a set of TeX macros which provide
4141 convenient, predefined document formats for users.
4142
4143 This package contains LaTeX format.
4144
4145 %description format-latex -l pl.UTF-8
4146 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4147 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4148 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4149
4150 Ten pakiet zawiera format LaTeX.
4151
4152 %package format-pdflatex
4153 Summary:        PDF LaTeX macro package
4154 Summary(pl.UTF-8):      Pakiet makr PDF LaTeX
4155 Group:          Applications/Publishing/TeX
4156 Requires(post,postun):  %{_bindir}/texhash
4157 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
4158 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4159 Requires:       %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
4160 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
4161 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
4162 Provides:       tetex-format-pdflatex
4163 Obsoletes:      tetex-format-pdflatex
4164
4165 %description format-pdflatex
4166 LaTeX is a front end for the TeX text formatting system. Easier to use
4167 than TeX, LaTeX is essentially a set of TeX macros which provide
4168 convenient, predefined document formats for users.
4169
4170 This package contains PDF LaTeX format.
4171
4172 %description format-pdflatex -l pl.UTF-8
4173 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4174 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4175 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4176
4177 Ten pakiet zawiera format PDF LaTeX.
4178
4179 # PLaTeX format
4180
4181 %package platex
4182 Summary:        PLaTeX format basic files
4183 Summary(pl.UTF-8):      Podstawowe pliki dla formatu PLaTeX
4184 Group:          Applications/Publishing/TeX
4185 Requires(post,postun):  %{_bindir}/texhash
4186 Requires:       %{name}-fonts-pl = %{epoch}:%{version}-%{release}
4187 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
4188
4189 %description platex
4190 PLaTeX format basic files.
4191
4192 %description platex -l pl.UTF-8
4193 Podstawowe pliki dla formatu PLaTeX.
4194
4195 %package format-platex
4196 Summary:        PLaTeX format
4197 Summary(pl.UTF-8):      Format PLaTeX
4198 Group:          Applications/Publishing/TeX
4199 Requires(post,postun):  %{_bindir}/texhash
4200 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
4201
4202 %description format-platex
4203 PLaTeX format.
4204
4205 %description format-platex -l pl.UTF-8
4206 Format PLaTeX.
4207
4208 %package format-pdfplatex
4209 Summary:        PDF PLaTeX format
4210 Summary(pl.UTF-8):      Format PDF PLaTeX
4211 Group:          Applications/Publishing/TeX
4212 Requires(post,postun):  %{_bindir}/texhash
4213 Requires:       %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
4214 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
4215 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
4216
4217 %description format-pdfplatex
4218 PDF PLaTeX format.
4219
4220 %description format-pdfplatex -l pl.UTF-8
4221 Format PDF PLaTeX.
4222
4223 %package scripts
4224 Summary:        Various scripts
4225 Summary(hu.UTF-8):      Néhány szkript
4226 Group:          Applications/Publishing/TeX
4227 Requires(post,postun):  %{_bindir}/texhash
4228 Requires:       %{name} = %{epoch}:%{version}-%{release}
4229
4230 %description scripts
4231 Various scripts.
4232
4233 %description scripts -l hu.UTF-8
4234 Néhány szkript.
4235
4236 # # TeX generic macros #
4237
4238 %package tex-babel
4239 Summary:        Multilingual support for TeX
4240 Summary(pl.UTF-8):      Obsługa wielu języków dla TeXa
4241 Group:          Applications/Publishing/TeX
4242 Requires(post,postun):  %{_bindir}/texhash
4243 Requires:       %{name} = %{epoch}:%{version}-%{release}
4244 Provides:       tetex-tex-babel
4245 Obsoletes:      tetex-tex-babel
4246
4247 %description tex-babel
4248 Multilingual support for TeX.
4249
4250 %description tex-babel -l pl.UTF-8
4251 Obsługa wielu języków dla TeXa.
4252
4253 %package tex-german
4254 Summary:        Supports the new German orthography (neue deutsche Rechtschreibung)
4255 Summary(pl.UTF-8):      Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
4256 Group:          Applications/Publishing/TeX
4257 Requires(post,postun):  %{_bindir}/texhash
4258 Requires:       %{name} = %{epoch}:%{version}-%{release}
4259 Provides:       tetex-tex-german
4260 Obsoletes:      tetex-tex-german
4261
4262 %description tex-german
4263 Supports the new German orthography (neue deutsche Rechtschreibung).
4264
4265 %description tex-german -l pl.UTF-8
4266 Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
4267
4268 %package tex-insbox
4269 Summary:        A TeX macro for inserting pictures/boxes into paragraphs
4270 Summary(hu.UTF-8):      TeX makró képek/dobozok beszúrására bekezdésekbe
4271 Group:          Applications/Publishing/TeX
4272 Requires(post,postun):  %{_bindir}/texhash
4273 Requires:       %{name} = %{epoch}:%{version}-%{release}
4274
4275 %description tex-insbox
4276 A TeX macro for inserting pictures/boxes into paragraphs.
4277
4278 %description tex-insbox -l hu.UTF-8
4279 TeX makró képek/dobozok beszúrására bekezdésekbe.
4280
4281 %package tex-mfpic
4282 Summary:        Macros which generate Metafont or Metapost for drawing pictures
4283 Summary(pl.UTF-8):      Makra generujące Metafont lub Metapost do rysowania obrazków
4284 Group:          Applications/Publishing/TeX
4285 Requires(post,postun):  %{_bindir}/texhash
4286 Requires:       %{name} = %{epoch}:%{version}-%{release}
4287
4288 %description tex-mfpic
4289 Macros which generate Metafont or Metapost for drawing pictures.
4290
4291 %description tex-mfpic -l pl.UTF-8
4292 Makra generujące Metafont lub Metapost do rysowania obrazków.
4293
4294 %package tex-misc
4295 Summary:        Miscellaneous TeX macros
4296 Summary(pl.UTF-8):      Różne makra TeXowe
4297 Group:          Applications/Publishing/TeX
4298 Requires(post,postun):  %{_bindir}/texhash
4299 Requires:       %{name} = %{epoch}:%{version}-%{release}
4300 Provides:       tetex-tex-misc
4301 Obsoletes:      tetex-tex-eijkhout
4302 Obsoletes:      tetex-tex-misc
4303
4304 %description tex-misc
4305 Miscellaneous TeX macros.
4306
4307 %description tex-misc -l pl.UTF-8
4308 Różne makra TeXowe.
4309
4310 %package tex-pictex
4311 Summary:        Picture drawing macros for TeX and LaTeX
4312 Summary(pl.UTF-8):      Makra do rysowania obrazków dla TeXa i LaTeXa
4313 Group:          Applications/Publishing/TeX
4314 Requires(post,postun):  %{_bindir}/texhash
4315 Requires:       %{name} = %{epoch}:%{version}-%{release}
4316
4317 %description tex-pictex
4318 Picture drawing macros for TeX and LaTeX.
4319
4320 %description tex-pictex -l pl.UTF-8
4321 Makra do rysowania obrazków dla TeXa i LaTeXa.
4322
4323 %package tex-psizzl
4324 Summary:        A TeX format for physics papers
4325 Summary(hu.UTF-8):      TeX formátum fizikai kiadványokhoz
4326 Group:          Applications/Publishing/TeX
4327 Requires(post,postun):  %{_bindir}/texhash
4328 Requires:       %{name} = %{epoch}:%{version}-%{release}
4329
4330 %description tex-psizzl
4331 A TeX format for physics papers.
4332
4333 %description tex-psizzl -l hu.UTF-8
4334 TeX formátum fizikai kiadványokhoz.
4335
4336 %package tex-pstricks
4337 Summary:        PostScript macros for TeX
4338 Summary(pl.UTF-8):      Makra postscriptowe dla TeXa
4339 Group:          Applications/Publishing/TeX
4340 Requires(post,postun):  %{_bindir}/texhash
4341 Requires:       %{name}-tex-misc = %{epoch}:%{version}-%{release}
4342 Provides:       tetex-tex-pstricks
4343 Obsoletes:      tetex-tex-pstricks
4344
4345 %description tex-pstricks
4346 An extensive collection of PostScript macros that is compatible with
4347 most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
4348 AMS-LaTeX. Included are macros for color, graphics, pie charts,
4349 rotation, trees and overlays. It has many special features, including:
4350 a wide variety of graphics (picture drawing) macros, with a flexible
4351 interface and with color support. There are macros for coloring or
4352 shading the cells of tables.
4353
4354 %description tex-pstricks -l pl.UTF-8
4355 Duży zestaw makr postscriptowych kompatybilny z większością pakietów
4356 makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
4357 makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
4358 nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
4359 rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
4360 makra do kolorowania lub cieniowania komórek tabel.
4361
4362 %package tex-qpx
4363 Summary:        QuasiPalatino and PX fonts typesetting support
4364 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiPalatino i PX
4365 Group:          Applications/Publishing/TeX
4366 Requires(post,postun):  %{_bindir}/texhash
4367 Requires:       %{name} = %{epoch}:%{version}-%{release}
4368 Requires:       %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
4369
4370 %description tex-qpx
4371 QuasiPalatino and PX fonts typesetting support.
4372
4373 %description tex-qpx -l pl.UTF-8
4374 Wsparcie dla składu fontami QuasiPalatino i PX.
4375
4376 %package tex-qpxqtx
4377 Summary:        QuasiTimes and TX fonts typesetting support
4378 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiTimes i TX
4379 Group:          Applications/Publishing/TeX
4380 Requires(post,postun):  %{_bindir}/texhash
4381 Requires:       %{name} = %{epoch}:%{version}-%{release}
4382 Requires:       %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
4383
4384 %description tex-qpxqtx
4385 QuasiTimes and TX fonts typesetting support.
4386
4387 %description tex-qpxqtx -l pl.UTF-8
4388 Wsparcie dla składu fontami QuasiTimes i TX.
4389
4390 %package tex-huhyphen
4391 Summary:        Hungarian hyphenation
4392 Summary(hu.UTF-8):      Magyar elválasztás
4393 Group:          Applications/Publishing/TeX
4394 Requires(post,postun):  %{_bindir}/texhash
4395 Requires:       %{name} = %{epoch}:%{version}-%{release}
4396
4397 %description tex-huhyphen
4398 Hungarian hyphenation.
4399
4400 %description tex-huhyphen -l hu.UTF-8
4401 Magyar elválasztás.
4402
4403 %package tex-ruhyphen
4404 Summary:        Russian hyphenation
4405 Summary(pl.UTF-8):      Rosyjskie reguły przenoszenia wyrazów
4406 Group:          Applications/Publishing/TeX
4407 Requires(post,postun):  %{_bindir}/texhash
4408 Requires:       %{name} = %{epoch}:%{version}-%{release}
4409 Provides:       tetex-tex-ruhyphen
4410 Obsoletes:      tetex-tex-ruhyphen
4411
4412 %description tex-ruhyphen
4413 A collection of Russian hyphenation patterns supporting a number of
4414 Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
4415 LCY, LWN (OT2), and koi8-r.
4416
4417 %description tex-ruhyphen -l pl.UTF-8
4418 Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
4419 kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
4420 Cyrillic), LCY, LWN (OT2) i koi8-r.
4421
4422 %package tex-spanish
4423 Summary:        Various TeX related files for typesetting documents written in Spanish
4424 Summary(pl.UTF-8):      Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
4425 Group:          Applications/Publishing/TeX
4426 Requires(post,postun):  %{_bindir}/texhash
4427 Requires:       %{name} = %{epoch}:%{version}-%{release}
4428 Obsoletes:      tetex-tex-spanishb
4429
4430 %description tex-spanish
4431 Various TeX related files for typesetting documents written in
4432 Spanish, including hyphenation and dictionaries.
4433
4434 %description tex-spanish -l pl.UTF-8
4435 Różne pliki TeXowe służące do składu dokumentów napisanych w języku
4436 hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
4437
4438 %package tex-texdraw
4439 Summary:        Graphical macros, using embedded PostScript
4440 Summary(pl.UTF-8):      Makra graficzne używające osadzanego PostScriptu
4441 Group:          Applications/Publishing/TeX
4442 Requires(post,postun):  %{_bindir}/texhash
4443 Requires:       %{name} = %{epoch}:%{version}-%{release}
4444
4445 %description tex-texdraw
4446 Graphical macros, using embedded PostScript.
4447
4448 %description tex-texdraw -l pl.UTF-8
4449 Makra graficzne używające osadzanego PostScriptu.
4450
4451 %package tex-thumbpdf
4452 Summary:        Thumbnails for PDFTeX and dvips/ps2pdf
4453 Summary(pl.UTF-8):      Ikonki dla PDFTeXa i dvips/ps2pdf
4454 Group:          Applications/Publishing/TeX
4455 Requires(post,postun):  %{_bindir}/texhash
4456 Requires:       %{name} = %{epoch}:%{version}-%{release}
4457
4458 %description tex-thumbpdf
4459 Provides support, using Perl, for thumbnails in pdfTeX and
4460 dvips/ps2pdf, using ghostscript to generate the thumbnails which get
4461 represented in a TeX readable file that is read by the package
4462 thumbpdf.sty to automatically include the thumbnails. Works with both
4463 plain TeX and LaTeX.
4464
4465 %description tex-thumbpdf -l pl.UTF-8
4466 Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
4467 użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
4468 TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
4469 ikonki. Działa z formatami plain TeX i LaTeX.
4470
4471 %package tex-ukrhyph
4472 Summary:        Ukranian hyphenation
4473 Summary(pl.UTF-8):      Ukraińskie zasady przenoszenia wyrazów
4474 Group:          Applications/Publishing/TeX
4475 Requires(post,postun):  %{_bindir}/texhash
4476 Requires:       %{name} = %{epoch}:%{version}-%{release}
4477 Provides:       tetex-tex-ukrhyph
4478 Obsoletes:      tetex-tex-ukrhyph
4479
4480 %description tex-ukrhyph
4481 This package allows the use of different hyphenation patterns for the
4482 Ukrainian language for various Cyrillic font encodings. Contains
4483 packages implementing traditional rules, modern rules, and combined
4484 English-Ukrainian hyphenation.
4485
4486 %description tex-ukrhyph -l pl.UTF-8
4487 Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
4488 dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
4489 Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
4490 łączonych angielsko-ukraińskich.
4491
4492 %package latex-variations
4493 Summary:        Typeset tables of variations of functions
4494 Group:          Applications/Publishing/TeX
4495 Requires(post,postun):  %{_bindir}/texhash
4496 Requires:       %{name} = %{epoch}:%{version}-%{release}
4497
4498 %description latex-variations
4499 Typeset tables of variations of functions.
4500
4501 %package latex-vietnam
4502 Summary:        Vietnamese language support
4503 Summary(pl.UTF-8):      Wsparcie dla języka wietnamskiego
4504 Group:          Applications/Publishing/TeX
4505 Requires(post,postun):  %{_bindir}/texhash
4506 Requires:       %{name} = %{epoch}:%{version}-%{release}
4507 Obsoletes:      tetex-tex-vietnam
4508
4509 %description latex-vietnam
4510 Vietnamese language support.
4511
4512 %description latex-vietnam -l pl.UTF-8
4513 Wsparcie dla języka wietnamskiego.
4514
4515 %package tex-xypic
4516 Summary:        Package for typesetting a variety of graphs and diagrams with TeX
4517 Summary(pl.UTF-8):      Pakiet do składania w TeXu różnych wykresów i diagramów
4518 Group:          Applications/Publishing/TeX
4519 Requires(post,postun):  %{_bindir}/texhash
4520 Requires:       %{name} = %{epoch}:%{version}-%{release}
4521 Requires:       %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
4522
4523 %description tex-xypic
4524 A package for typesetting a variety of graphs and diagrams with TeX.
4525 Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
4526 and plain TeX), in particular Xy-pic is provided as a LaTeX2e
4527 `supported package'.
4528
4529 %description tex-xypic -l pl.UTF-8
4530 Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
4531 z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
4532 w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
4533
4534 %package tex-xkeyval
4535 Summary:        Extension to keyval package
4536 Summary(pl.UTF-8):      Rozszerzenie do pakietu keyval
4537 Group:          Applications/Publishing/TeX
4538 Requires(post,postun):  /usr/bin/texhash
4539 Requires:       %{name} = %{epoch}:%{version}-%{release}
4540
4541 %description tex-xkeyval
4542 Extension to keyval package.
4543
4544 %description tex-xkeyval -l pl.UTF-8
4545 Rozszerzenie do pakietu keyval.
4546
4547 %package dirs-fonts
4548 Summary:        TeX font directories
4549 Summary(pl.UTF-8):      Katalogi fontów TeXa
4550 Group:          Fonts
4551 Obsoletes:      tetex-dirs-fonts
4552
4553 %description dirs-fonts
4554 TeX font directories.
4555
4556 %description dirs-fonts -l pl.UTF-8
4557 Katalogi fontów TeXa.
4558
4559 # # Fonts packages #
4560
4561 %package fonts-adobe
4562 Summary:        Adobe fonts
4563 Summary(pl.UTF-8):      Fonty Adobe
4564 Group:          Fonts
4565 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4566 Provides:       tetex-fonts-adobe
4567 Obsoletes:      tetex-fonts-adobe
4568
4569 %description fonts-adobe
4570 Adobe fonts.
4571
4572 %description fonts-adobe -l pl.UTF-8
4573 Fonty Adobe.
4574
4575 %package fonts-ae
4576 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
4577 Summary(pl.UTF-8):      Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
4578 Group:          Fonts
4579 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4580
4581 %description fonts-ae
4582 Virtual fonts for PDF-files with T1 encoded CMR-fonts.
4583
4584 %description fonts-ae -l pl.UTF-8
4585 Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
4586
4587 %package fonts-ams
4588 Summary:        AMS fonts
4589 Summary(pl.UTF-8):      Fonty AMS
4590 Group:          Fonts
4591 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4592 Provides:       tetex-fonts-ams
4593 Obsoletes:      tetex-fonts-ams
4594
4595 %description fonts-ams
4596 AMS fonts.
4597
4598 %description fonts-ams -l pl.UTF-8
4599 Fonty AMS.
4600
4601 %package fonts-antp
4602 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4603 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4604 Group:          Fonts
4605 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4606
4607 %description fonts-antp
4608 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4609
4610 %description fonts-antp -l pl.UTF-8
4611 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4612 Type 1.
4613
4614 %package fonts-antt
4615 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
4616 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4617 Group:          Fonts
4618 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4619
4620 %description fonts-antt
4621 Antykwa Torunska, a Type 1 family of a Polish traditional type.
4622
4623 %description fonts-antt -l pl.UTF-8
4624 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4625
4626 %package fonts-arphic
4627 Summary:        Arphic fonts
4628 Group:          Fonts
4629 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4630
4631 %description fonts-arphic
4632 Arphic fonts.
4633
4634 %package fonts-bbm
4635 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
4636 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4637 Group:          Fonts
4638 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4639
4640 %description fonts-bbm
4641 Blackboard variant fonts for Computer Modern, with LaTeX support.
4642
4643 %description fonts-bbm -l pl.UTF-8
4644 Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4645
4646 %package fonts-bbold
4647 Summary:        Sans serif blackboard bold for LaTeX
4648 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
4649 Group:          Fonts
4650 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4651
4652 %description fonts-bbold
4653 Sans serif blackboard bold for LaTeX.
4654
4655 %description fonts-bbold -l pl.UTF-8
4656 Tablicowy tłusty font sans serif dla LaTeXa.
4657
4658 %package fonts-bh
4659 Summary:        Bold & Heavy Fonts
4660 Summary(pl.UTF-8):      Fonty Bold i Heavy
4661 Group:          Fonts
4662 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4663
4664 %description fonts-bh
4665 Bold & Heavy Fonts.
4666
4667 %description fonts-bh -l pl.UTF-8
4668 Fonty Bold i Heavy.
4669
4670 %package fonts-bitstream
4671 Summary:        Bitstream fonts
4672 Summary(pl.UTF-8):      Fonty Bitstream
4673 Group:          Fonts
4674 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4675 Obsoletes:      tetex-fonts-bitstrea
4676
4677 %description fonts-bitstream
4678 Bitstream fonts.
4679
4680 %description fonts-bitstream -l pl.UTF-8
4681 Fonty Bitstream.
4682
4683 %package fonts-cbgreek
4684 Summary:        Complete set of Greek fonts
4685 Summary(pl.UTF-8):      Pełny zestaw fontów greckich
4686 Group:          Fonts
4687 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4688
4689 %description fonts-cbgreek
4690 Complete set of Greek fonts.
4691
4692 %description fonts-cbgreek -l pl.UTF-8
4693 Pełny zestaw fontów greckich.
4694
4695 %package fonts-cc-pl
4696 Summary:        Polish version of Computer Concrete fonts
4697 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
4698 Group:          Fonts
4699 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4700
4701 %description fonts-cc-pl
4702 Polish version of Computer Concrete fonts.
4703
4704 %description fonts-cc-pl -l pl.UTF-8
4705 Polska wersja fontów Computer Concrete.
4706
4707 %package fonts-cg
4708 Summary:        Compugraphic fonts
4709 Summary(pl.UTF-8):      Fonty Compugraphic
4710 Group:          Fonts
4711 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4712
4713 %description fonts-cg
4714 Compugraphic fonts.
4715
4716 %description fonts-cg -l pl.UTF-8
4717 Fonty Compugraphic.
4718
4719 %package fonts-cm
4720 Summary:        Computer Modern fonts
4721 Summary(pl.UTF-8):      Fonty Computer Modern
4722 Group:          Fonts
4723 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4724 Provides:       tetex-fonts-cm
4725 Obsoletes:      tetex-fonts-cm
4726
4727 %description fonts-cm
4728 Computer Modern fonts.
4729
4730 %description fonts-cm -l pl.UTF-8
4731 Fonty Computer Modern.
4732
4733 %package fonts-cmbright
4734 Summary:        CM Bright fonts
4735 Summary(pl.UTF-8):      Fonty CM Bright
4736 Group:          Fonts
4737 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4738
4739 %description fonts-cmbright
4740 CM Bright fonts.
4741
4742 %description fonts-cmbright -l pl.UTF-8
4743 Fonty CM Bright.
4744
4745 %package fonts-cmsuper
4746 Summary:        CM Super fonts
4747 Summary(hu.UTF-8):      CM Super betűtípus
4748 Group:          Fonts
4749 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4750
4751 %description fonts-cmsuper
4752 CM Super fonts.
4753
4754 %description fonts-cmsuper -l hu.UTF-8
4755 CM Super betűtípus
4756
4757
4758 %package fonts-cmcyr
4759 Summary:        Computer Modern fonts extended with Russian letters
4760 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
4761 Group:          Fonts
4762 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4763 Provides:       tetex-fonts-cmcyr
4764 Obsoletes:      tetex-fonts-cmcyr
4765
4766 %description fonts-cmcyr
4767 Computer Modern fonts extended with Russian letters.
4768
4769 %description fonts-cmcyr -l pl.UTF-8
4770 Fonty Computer Modern rozszerzone o litery rosyjskie.
4771
4772 %package fonts-cmextra
4773 Summary:        Extra Computer Modern fonts, from the American Mathematical Society
4774 Summary(pl.UTF-8):      Dodatkowe fonty Computer Modern z AMS
4775 Group:          Fonts
4776 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4777 Provides:       tetex-fonts-cmextra
4778 Obsoletes:      tetex-fonts-cmextra
4779
4780 %description fonts-cmextra
4781 Extra Computer Modern fonts, from the American Mathematical Society.
4782
4783 %description fonts-cmextra -l pl.UTF-8
4784 Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4785
4786 %package fonts-concmath
4787 Summary:        Concrete Math fonts
4788 Summary(pl.UTF-8):      Fonty matematyczne Concrete Math
4789 Group:          Fonts
4790 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4791
4792 %description fonts-concmath
4793 Concrete Math fonts.
4794
4795 %description fonts-concmath -l pl.UTF-8
4796 Fonty matematyczne Concrete Math.
4797
4798 %package fonts-concrete
4799 Summary:        Concrete Roman fonts
4800 Summary(pl.UTF-8):      Fonty Concrete Roman
4801 Group:          Fonts
4802 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4803
4804 %description fonts-concrete
4805 Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4806 with Euler math fonts.
4807
4808 %description fonts-concrete -l pl.UTF-8
4809 Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4810 przeznaczone do używania z fontami matematycznymi Euler.
4811
4812 %package fonts-cs
4813 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
4814 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4815 Group:          Fonts
4816 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4817
4818 %description fonts-cs
4819 Czech/Slovak-tuned MetaFont Computer Modern fonts.
4820
4821 %description fonts-cs -l pl.UTF-8
4822 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4823 czeskiego i słowackiego.
4824
4825 %package fonts-dstroke
4826 Summary:        Doublestroke font for typesetting the mathematical symbols
4827 Summary(pl.UTF-8):      Podwójnie kreślony font do składania symboli matematycznych
4828 Group:          Fonts
4829 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4830
4831 %description fonts-dstroke
4832 Doublestroke font for typesetting the mathematical symbols.
4833
4834 %description fonts-dstroke -l pl.UTF-8
4835 Podwójnie kreślony font do składania symboli matematycznych.
4836
4837 %package fonts-ecc
4838 Summary:        Sources for the European Concrete fonts
4839 Summary(pl.UTF-8):      Źródła dla fontów European Concrete
4840 Group:          Fonts
4841 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4842
4843 %description fonts-ecc
4844 The MetaFont sources and tfm files of the European Concrete Fonts.
4845 This is the EC implementation of Knuth's Concrete fonts, including
4846 also the corresponding text companion fonts.
4847
4848 %description fonts-ecc -l pl.UTF-8
4849 Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4850 implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4851 tekstowymi fontami towarzyszącymi.
4852
4853 %package fonts-eurosym
4854 Summary:        The new European currency symbol for the Euro
4855 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
4856 Group:          Fonts
4857 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4858
4859 %description fonts-eurosym
4860 The new European currency symbol for the Euro implemented in Metafont,
4861 using the official European Commission dimensions, and providing
4862 several shapes (normal, slanted, bold, outline).
4863
4864 %description fonts-eurosym -l pl.UTF-8
4865 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4866 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4867 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4868
4869 %package fonts-eulervm
4870 Summary:        The Virtual Euler Math fonts
4871 Summary(pl.UTF-8):      Fonty Virtual Euler Math
4872 Group:          Fonts
4873 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4874
4875 %description fonts-eulervm
4876 Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4877 approach has several advantages over immediately using the _real_
4878 Euler fonts: Most noticeably, less TeX resources are consumed, the
4879 quality of various math symbols is improved, and a usable \hslash
4880 symbol can be provided.
4881
4882 %description fonts-eulervm -l pl.UTF-8
4883 Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4884 fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4885 używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4886 jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4887 matematycznych i może być dostępny używalny symbol \hslash.
4888
4889 %package fonts-euxm
4890 Summary:        Fonts similar to EUSM but with two more characters
4891 Summary(pl.UTF-8):      Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4892 Group:          Fonts
4893 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4894
4895 %description fonts-euxm
4896 Fonts like EUSM but with two more characters needed for Concrete Math
4897 included in TeXLive distribution in fonts3.
4898
4899 %description fonts-euxm -l pl.UTF-8
4900 Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4901 dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4902
4903 %package fonts-gothic
4904 Summary:        Gothic and ornamental initial fonts by Yannis Haralambous
4905 Summary(pl.UTF-8):      Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4906 Group:          Fonts
4907 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4908
4909 %description fonts-gothic
4910 Gothic and ornamental initial fonts by Yannis Haralambous.
4911
4912 %description fonts-gothic -l pl.UTF-8
4913 Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4914
4915 %package fonts-hoekwater
4916 Summary:        Converted mflogo font
4917 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4918 Group:          Fonts
4919 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4920
4921 %description fonts-hoekwater
4922 Fonts originally created in MetaFont, transformed to PostScript by
4923 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4924 xipa.
4925
4926 %description fonts-hoekwater -l pl.UTF-8
4927 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4928 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4929 stmaryrd, wasy, wasy2, xipa.
4930
4931 %package fonts-jknappen
4932 Summary:        Miscellaneous packages by Joerg Knappen
4933 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
4934 Group:          Fonts
4935 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4936 Provides:       tetex-fonts-jknappen
4937 Obsoletes:      tetex-fonts-jknappen
4938
4939 %description fonts-jknappen
4940 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4941 Knappen, including sgmlcmpt.
4942
4943 %description fonts-jknappen -l pl.UTF-8
4944 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4945 Knappena. Zawiera sgmlcmpt.
4946
4947 %package fonts-kpfonts
4948 Summary:        A complete set of fonts for text and mathematics
4949 Summary(hu.UTF-8):      Betűtípusok teljes készlete (matematikai) szövegekhez
4950 Group:          Fonts
4951 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4952
4953 %description fonts-kpfonts
4954 A complete set of fonts for text and mathematics.
4955
4956 %description fonts-kpfonts -l hu.UTF-8
4957 Betűtípusok teljes készlete (matematikai) szövegekhez.
4958
4959 %package fonts-latex
4960 Summary:        Basic LaTeX fonts
4961 Summary(pl.UTF-8):      Podstawowe fonty dla LaTeXa
4962 Group:          Fonts
4963 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4964 Provides:       tetex-fonts-latex
4965 Obsoletes:      tetex-fonts-latex
4966
4967 %description fonts-latex
4968 Basic LaTeX fonts.
4969
4970 %description fonts-latex -l pl.UTF-8
4971 Podstawowe fonty dla LaTeXa.
4972
4973 %package fonts-lh
4974 Summary:        Olga Lapko's LH fonts
4975 Summary(pl.UTF-8):      Fonty LH Olgi Lapko
4976 Group:          Fonts
4977 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4978
4979 %description fonts-lh
4980 The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4981
4982 %description fonts-lh -l pl.UTF-8
4983 Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4984
4985 %package fonts-lm
4986 Summary:        Latin Modern family fonts
4987 Summary(pl.UTF-8):      Fonty z rodziny Latin Modern
4988 Group:          Applications/Publishing/TeX
4989 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4990
4991 %description fonts-lm
4992 Latin Modern family of fonts, based on the Computer Modern fonts
4993 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4994 lot of additional characters, mainly accented ones, but not only.
4995 There is a one set of PostScript fonts and four sets of TeX Font
4996 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4997 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4998 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4999 potential user knows what to do with all these files. The author is
5000 Boguslaw Jackowski.
5001
5002 %description fonts-lm -l pl.UTF-8
5003 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
5004 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
5005 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
5006 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
5007 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
5008 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
5009 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
5010 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
5011 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
5012
5013 %package fonts-marvosym
5014 Summary:        Martin Vogel's Symbol (marvosym) font
5015 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
5016 Group:          Fonts
5017 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5018
5019 %description fonts-marvosym
5020 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
5021 currency symbol as defined by the European commission; Euro currency
5022 symbols in typefaces Times, Helvetica and Courier; Symbols for
5023 structural engineering; Symbols for steel cross-sections; Astronomy
5024 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
5025 symbols; CE sign and others.
5026
5027 %description fonts-marvosym -l pl.UTF-8
5028 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
5029 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
5030 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
5031 strukturalnej; symbole dla przekroi poprzecznych; symbole
5032 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
5033 krawieckie; znak CE i inne.
5034
5035 %package fonts-mflogo
5036 Summary:        Logo fonts
5037 Summary(pl.UTF-8):      Fonty logo
5038 Group:          Fonts
5039 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5040
5041 %description fonts-mflogo
5042 Logo fonts.
5043
5044 %description fonts-mflogo -l pl.UTF-8
5045 Fonty logo.
5046
5047 %package fonts-misc
5048 Summary:        Miscellaneous fonts
5049 Summary(pl.UTF-8):      Różne fonty
5050 Group:          Fonts
5051 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5052
5053 %description fonts-misc
5054 Miscellaneous fonts.
5055
5056 %description fonts-misc -l pl.UTF-8
5057 Fonty różne.
5058
5059 %package fonts-monotype
5060 Summary:        Monotype fonts
5061 Summary(pl.UTF-8):      Fonty Monotype
5062 Group:          Fonts
5063 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5064
5065 %description fonts-monotype
5066 Monotype fonts.
5067
5068 %description fonts-monotype -l pl.UTF-8
5069 Fonty Monotype.
5070
5071 %package fonts-omega
5072 Summary:        Fonts for Omega - extended unicode TeX
5073 Summary(pl.UTF-8):      Fonty dla Omegi - TeXa ze wsparciem dla unikodu
5074 Group:          Fonts
5075 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5076
5077 %description fonts-omega
5078 Fonts for Omega - extended unicode TeX.
5079
5080 %description fonts-omega -l pl.UTF-8
5081 Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
5082
5083 %package fonts-other
5084 Summary:        Other fonts
5085 Summary(hu.UTF-8):      További betűtípusok
5086 Group:          Fonts
5087 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5088
5089 %description fonts-other
5090 Other fonts.
5091
5092 %description fonts-omega -l hu.UTF-8
5093 További betűtípusok.
5094
5095 %package fonts-pazo
5096 Summary:        Pazo fonts
5097 Summary(pl.UTF-8):      Fonty Pazo
5098 Group:          Fonts
5099 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5100 Provides:       tetex-fonts-pazo
5101 Obsoletes:      tetex-fonts-pazo
5102
5103 %description fonts-pazo
5104 Pazo fonts.
5105
5106 %description fonts-pazo -l pl.UTF-8
5107 Fonty Pazo.
5108
5109 %package fonts-pl
5110 Summary:        Polish fonts
5111 Summary(pl.UTF-8):      Polskie fonty
5112 Group:          Fonts
5113 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5114
5115 %description fonts-pl
5116 Polish fonts.
5117
5118 %description fonts-pl -l pl.UTF-8
5119 Polskie fonty.
5120
5121 %package fonts-px
5122 Summary:        PX fonts
5123 Summary(pl.UTF-8):      Fonty PX
5124 Group:          Fonts
5125 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5126
5127 %description fonts-px
5128 PX fonts.
5129
5130 %description fonts-px -l pl.UTF-8
5131 Fonty PX.
5132
5133 %package fonts-qfonts
5134 Summary:        Quasi fonts
5135 Summary(pl.UTF-8):      Fonty Quasi
5136 Group:          Fonts
5137 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5138
5139 %description fonts-qfonts
5140 Quasi fonts.
5141
5142 %description fonts-qfonts -l pl.UTF-8
5143 Fonty Quasi.
5144
5145 %package fonts-qpx
5146 Summary:        Additional fonts for QPX package
5147 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QPX
5148 Group:          Fonts
5149 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5150 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
5151 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
5152
5153 %description fonts-qpx
5154 Additional fonts for QPX package.
5155
5156 %description fonts-qpx -l pl.UTF-8
5157 Dodatkowe fonty dla pakietu QPX.
5158
5159 %package fonts-qpxqtx
5160 Summary:        Additional fonts for QTX package
5161 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QTX
5162 Group:          Fonts
5163 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5164 # I hope qpxqtx doesn't need qfonts
5165 # Requires:     %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
5166 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
5167
5168 %description fonts-qpxqtx
5169 Additional fonts for QTX package.
5170
5171 %description fonts-qpxqtx -l pl.UTF-8
5172 Dodatkowe fonty dla pakietu QTX.
5173
5174 %package fonts-rsfs
5175 Summary:        Fonts of uppercase script letters for scientific and mathematical typesetting
5176 Summary(pl.UTF-8):      Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
5177 Group:          Fonts
5178 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5179
5180 %description fonts-rsfs
5181 Fonts of uppercase script letters for use as symbols in scientific and
5182 mathematical typesetting, in contrast to the informal script fonts
5183 such as that used for the `calligraphic' symbols in the TeX math
5184 symbol font.
5185
5186 %description fonts-rsfs -l pl.UTF-8
5187 Fonty wielkich liter pisanych do używania jako symbole przy składaniu
5188 dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
5189 fontów pisanych takich jak używane do symboli "kaligraficznych" w
5190 matematycznym foncie TeXowym symbol.
5191
5192 %package fonts-stmaryrd
5193 Summary:        St Mary Road symbols for functional programming
5194 Summary(pl.UTF-8):      Symbole St Mary Road do programowania funkcyjnego
5195 Group:          Fonts
5196 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5197 Provides:       tetex-fonts-stmaryrd
5198 Obsoletes:      tetex-fonts-stmaryrd
5199
5200 %description fonts-stmaryrd
5201 St Mary Road symbols for functional programming.
5202
5203 %description fonts-stmaryrd -l pl.UTF-8
5204 Symbole St Mary Road do programowania funkcyjnego.
5205
5206 %package fonts-tx
5207 Summary:        TX fonts
5208 Summary(pl.UTF-8):      Fonty TX
5209 Group:          Fonts
5210 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5211
5212 %description fonts-tx
5213 TX fonts.
5214
5215 %description fonts-tx -l pl.UTF-8
5216 Fonty TX.
5217
5218 %package fonts-uhc
5219 Summary:        UHC fonts
5220 Group:          Fonts
5221 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5222
5223 %description fonts-uhc
5224 UHC fonts.
5225
5226 %package fonts-urw
5227 Summary:        URW fonts
5228 Summary(pl.UTF-8):      Fonty URW
5229 Group:          Fonts
5230 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5231
5232 %description fonts-urw
5233 URW fonts.
5234
5235 %description fonts-urw -l pl.UTF-8
5236 Fonty URW.
5237
5238 %package fonts-urwvn
5239 Summary:        URWVN fonts
5240 Summary(pl.UTF-8):      Fonty URWVN
5241 Group:          Fonts
5242 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5243
5244 %description fonts-urwvn
5245 URWVN fonts.
5246
5247 %description fonts-urwvn -l pl.UTF-8
5248 Fonty URWVN.
5249
5250 %package fonts-vnr
5251 Summary:        VNR fonts
5252 Summary(pl.UTF-8):      Fonty VNR
5253 Group:          Fonts
5254 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5255
5256 %description fonts-vnr
5257 VNR fonts.
5258
5259 %description fonts-vnr -l pl.UTF-8
5260 Fonty VNR.
5261
5262 %package fonts-urw35vf
5263 Summary:        urw35vf fonts
5264 Summary(hu.UTF-8):      urw35vf betűtípus
5265 Summary(pl.UTF-8):      Fonty urw35vf
5266 Group:          Fonts
5267 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5268
5269 %description fonts-urw35vf
5270 urw35vf fonts.
5271
5272 %description fonts-urw35vf -l hu.UTF-8
5273 urw35vf betűtípus.
5274
5275 %package fonts-wadalab
5276 Summary:        Wadalab fonts
5277 Group:          Fonts
5278 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5279
5280 %description fonts-wadalab
5281 Wadalab fonts.
5282
5283 %package fonts-wasy
5284 Summary:        Waldis symbol fonts
5285 Summary(pl.UTF-8):      Fonty Waldis symbol
5286 Group:          Fonts
5287 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5288 Provides:       tetex-fonts-wasy
5289 Obsoletes:      tetex-fonts-wasy
5290
5291 %description fonts-wasy
5292 Waldis symbol fonts.
5293
5294 %description fonts-wasy -l pl.UTF-8
5295 Fonty Waldis symbol.
5296
5297 %package fonts-xypic
5298 Summary:        Xy-pic fonts
5299 Summary(pl.UTF-8):      Fonty Xy-pic
5300 Group:          Fonts
5301 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5302
5303 %description fonts-xypic
5304 Xy-pic fonts.
5305
5306 %description fonts-xypic -l pl.UTF-8
5307 Fonty Xy-pic.
5308
5309 %package fonts-yandy
5310 Summary:        European Modern fonts from Y&Y
5311 Summary(pl.UTF-8):      Fonty European Modern od Y&Y
5312 Group:          Fonts
5313 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5314
5315 %description fonts-yandy
5316 European Modern fonts from Y&Y.
5317
5318 %description fonts-yandy -l pl.UTF-8
5319 Fonty European Modern od Y&Y.
5320
5321 %package fonts-type1-antp
5322 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
5323 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
5324 Group:          Fonts
5325 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5326
5327 %description fonts-type1-antp
5328 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
5329
5330 %description fonts-type1-antp -l pl.UTF-8
5331 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
5332 Type 1.
5333
5334 %package fonts-type1-antt
5335 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
5336 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
5337 Group:          Fonts
5338 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5339
5340 %description fonts-type1-antt
5341 Antykwa Torunska, a Type 1 family of a Polish traditional type.
5342
5343 %description fonts-type1-antt -l pl.UTF-8
5344 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
5345
5346 %package fonts-type1-arphic
5347 Summary:        Type1 Arphic fonts
5348 Group:          Fonts
5349 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5350
5351 %description fonts-type1-arphic
5352 Type1 Arphic fonts.
5353
5354 %package fonts-type1-belleek
5355 Summary:        Free replacement for basic MathTime fonts
5356 Summary(pl.UTF-8):      Wolnodostępny zamiennik podstawowych fontów MathTime
5357 Group:          Fonts
5358 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5359
5360 %description fonts-type1-belleek
5361 Free replacement for basic MathTime fonts.
5362
5363 %description fonts-type1-belleek -l pl.UTF-8
5364 Wolnodostępny zamiennik podstawowych fontów MathTime.
5365
5366 %package fonts-type1-bitstream
5367 Summary:        Bitstream fonts
5368 Summary(pl.UTF-8):      Fonty Bitstream
5369 Group:          Fonts
5370 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5371 Obsoletes:      tetex-fonts-type1-bitstrea
5372
5373 %description fonts-type1-bitstream
5374 Bitstream fonts.
5375
5376 %description fonts-type1-bitstream -l pl.UTF-8
5377 Fonty Bitstream.
5378
5379 %package fonts-type1-bluesky
5380 Summary:        Computer Modern family fonts
5381 Summary(pl.UTF-8):      Fonty z rodziny Computer Modern
5382 Group:          Fonts
5383 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5384
5385 %description fonts-type1-bluesky
5386 Computer Modern family fonts.
5387
5388 %description fonts-type1-bluesky -l pl.UTF-8
5389 Fonty z rodzony Computer Modern.
5390
5391 %package fonts-type1-cc-pl
5392 Summary:        Polish version of Computer Concrete fonts
5393 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
5394 Group:          Fonts
5395 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5396
5397 %description fonts-type1-cc-pl
5398 Polish version of Computer Concrete fonts.
5399
5400 %description fonts-type1-cc-pl -l pl.UTF-8
5401 Polska wersja fontów Computer Concrete.
5402
5403 %package fonts-type1-cmcyr
5404 Summary:        Computer Modern fonts extended with Russian letters
5405 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
5406 Group:          Fonts
5407 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5408
5409 %description fonts-type1-cmcyr
5410 Computer Modern fonts extended with Russian letters.
5411
5412 %description fonts-type1-cmcyr -l pl.UTF-8
5413 Fonty Computer Modern rozszerzone o litery rosyjskie.
5414
5415 %package fonts-type1-cs
5416 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
5417 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
5418 Group:          Fonts
5419 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5420
5421 %description fonts-type1-cs
5422 Czech/Slovak-tuned MetaFont Computer Modern fonts.
5423
5424 %description fonts-type1-cs -l pl.UTF-8
5425 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
5426 czeskiego i słowackiego.
5427
5428 %package fonts-type1-dstroke
5429 Summary:        Doublestroke Type1 font for typesetting the mathematical symbols
5430 Summary(pl.UTF-8):      Podwójnie kreślony font Type1 do składania symboli matematycznych
5431 Group:          Fonts
5432 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5433
5434 %description fonts-type1-dstroke
5435 Doublestroke Type1 font for typesetting the mathematical symbols.
5436
5437 %description fonts-type1-dstroke -l pl.UTF-8
5438 Podwójnie kreślony font Type1 do składania symboli matematycznych.
5439
5440 %package fonts-type1-eurosym
5441 Summary:        The new European currency symbol for the Euro
5442 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
5443 Group:          Fonts
5444 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5445
5446 %description fonts-type1-eurosym
5447 The new European currency symbol for the Euro implemented in Metafont,
5448 using the official European Commission dimensions, and providing
5449 several shapes (normal, slanted, bold, outline).
5450
5451 %description fonts-type1-eurosym -l pl.UTF-8
5452 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
5453 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
5454 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
5455
5456 %package fonts-type1-hoekwater
5457 Summary:        Converted mflogo font
5458 Summary(pl.UTF-8):      Przekonwertowany font mflogo
5459 Group:          Fonts
5460 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5461
5462 %description fonts-type1-hoekwater
5463 Fonts originally created in MetaFont, transformed to PostScript by
5464 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
5465 xipa.
5466
5467 %description fonts-type1-hoekwater -l pl.UTF-8
5468 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
5469 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
5470 stmaryrd, wasy, wasy2, xipa.
5471
5472 %package fonts-type1-fpl
5473 Summary:        SC/OsF fonts for URW Palladio L
5474 Summary(pl.UTF-8):      Fonty SC/OsF dla URW Palladio L
5475 Group:          Fonts
5476 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5477
5478 %description fonts-type1-fpl
5479 The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
5480 are compatible with respect to metrics with the Palatino SC/OsF fonts
5481 from Adobe. Note that it is not the author's aim to exactly reproduce
5482 the outlines of the original Adobe fonts. The SC and OsF in the FPL
5483 Fonts were designed with the glyphs from URW Palladio L as starting
5484 point. For some glyphs (eg 'o') the author got the best result by
5485 scaling and boldening. For others (eg 'h') shifting selected portions
5486 of the character gave more satisfying results. All this was done using
5487 the free font editor FontForge <http://fontforge.sf.net/>. The kerning
5488 data in these fonts comes from Walter Schmidt's improved Palatino
5489 metrics.
5490
5491 %description fonts-type1-fpl -l pl.UTF-8
5492 Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
5493 kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
5494 Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
5495 kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
5496 projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
5497 (np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
5498 pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
5499 dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
5500 wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
5501 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
5502 Palatino Waltera Schmidta.
5503
5504 %package fonts-type1-tt2001
5505 Summary:        Type1 tt2001 family fonts
5506 Summary(pl.UTF-8):      Fonty Type1 z rodziny tt2001
5507 Group:          Applications/Publishing/TeX
5508 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5509
5510 %description fonts-type1-tt2001
5511 Type1 tt2001 famliy fonts.
5512
5513 %description fonts-type1-tt2001 -l pl.UTF-8
5514 Fonty Type1 z rodziny tt2001.
5515
5516 %package fonts-type1-lm
5517 Summary:        Type1 Latin Modern family fonts
5518 Summary(pl.UTF-8):      Fonty Type1 z rodziny Latin Modern
5519 Group:          Applications/Publishing/TeX
5520 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5521
5522 %description fonts-type1-lm
5523 Latin Modern family of fonts, based on the Computer Modern fonts
5524 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
5525 lot of additional characters, mainly accented ones, but not only.
5526 There is a one set of PostScript fonts and four sets of TeX Font
5527 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
5528 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
5529 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
5530 potential user knows what to do with all these files. The author is
5531 Boguslaw Jackowski.
5532
5533 %description fonts-type1-lm -l pl.UTF-8
5534 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
5535 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
5536 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
5537 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
5538 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
5539 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
5540 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
5541 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
5542 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
5543
5544 %package fonts-type1-marvosym
5545 Summary:        Martin Vogel's Symbol (marvosym) font
5546 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
5547 Group:          Fonts
5548 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5549
5550 %description fonts-type1-marvosym
5551 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
5552 currency symbol as defined by the European commission; Euro currency
5553 symbols in typefaces Times, Helvetica and Courier; Symbols for
5554 structural engineering; Symbols for steel cross-sections; Astronomy
5555 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
5556 symbols; CE sign and others.
5557
5558 %description fonts-type1-marvosym -l pl.UTF-8
5559 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
5560 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
5561 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
5562 strukturalnej; symbole dla przekroi poprzecznych; symbole
5563 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
5564 krawieckie; znak CE i inne.
5565
5566 %package fonts-type1-mathpazo
5567 Summary:        Pazo Math fonts
5568 Summary(pl.UTF-8):      Fonty matematyczne Pazo Math
5569 Group:          Fonts
5570 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5571
5572 %description fonts-type1-mathpazo
5573 Pazo Math fonts.
5574
5575 %description fonts-type1-mathpazo -l pl.UTF-8
5576 Fonty matematyczne Pazo Math.
5577
5578 %package fonts-type1-omega
5579 Summary:        Type1 fonts for Omega - extended unicode TeX
5580 Summary(pl.UTF-8):      Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
5581 Group:          Fonts
5582 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5583
5584 %description fonts-type1-omega
5585 Type1 fonts for Omega - extended unicode TeX.
5586
5587 %description fonts-type1-omega -l pl.UTF-8
5588 Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
5589
5590 %package fonts-type1-pl
5591 Summary:        Polish fonts
5592 Summary(pl.UTF-8):      Polskie fonty
5593 Group:          Fonts
5594 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5595 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
5596
5597 %description fonts-type1-pl
5598 Polish fonts.
5599
5600 %description fonts-type1-pl -l pl.UTF-8
5601 Polskie fonty.
5602
5603 %package fonts-type1-px
5604 Summary:        PX fonts
5605 Summary(pl.UTF-8):      Fonty PX
5606 Group:          Fonts
5607 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5608
5609 %description fonts-type1-px
5610 PX fonts.
5611
5612 %description fonts-type1-px -l pl.UTF-8
5613 Fonty PX.
5614
5615 %package fonts-type1-qfonts
5616 Summary:        Quasi fonts
5617 Summary(pl.UTF-8):      Fonty Quasi
5618 Group:          Fonts
5619 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5620
5621 %description fonts-type1-qfonts
5622 Quasi fonts.
5623
5624 %description fonts-type1-qfonts -l pl.UTF-8
5625 Fonty Quasi.
5626
5627 %package fonts-type1-tx
5628 Summary:        TX fonts
5629 Summary(pl.UTF-8):      Fonty TX
5630 Group:          Fonts
5631 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5632
5633 %description fonts-type1-tx
5634 TX fonts.
5635
5636 %description fonts-type1-tx -l pl.UTF-8
5637 Fonty TX.
5638
5639 %package fonts-type1-uhc
5640 Summary:        Type1 UHC fonts
5641 Group:          Fonts
5642 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5643
5644 %description fonts-type1-uhc
5645 Type1 UHC fonts.
5646
5647 %package fonts-type1-urw
5648 Summary:        URW fonts
5649 Summary(pl.UTF-8):      Fonty URW
5650 Group:          Fonts
5651 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5652 Provides:       tetex-fonts-type1-urw
5653 Obsoletes:      tetex-fonts-type1-urw
5654
5655 %description fonts-type1-urw
5656 URW fonts.
5657
5658 %description fonts-type1-urw -l pl.UTF-8
5659 Fonty URW.
5660
5661 %package fonts-type1-vnr
5662 Summary:        Type1 VNR fonts
5663 Summary(pl.UTF-8):      Fonty Type1 VNR
5664 Group:          Fonts
5665 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5666
5667 %description fonts-type1-vnr
5668 Type1 VNR fonts.
5669
5670 %description fonts-type1-vnr -l pl.UTF-8
5671 Fonty Type1 VNR.
5672
5673 %package fonts-type1-wadalab
5674 Summary:        Type1 Wadalab fonts
5675 Group:          Fonts
5676 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5677
5678 %description fonts-type1-wadalab
5679 Type1 Wadalab fonts.
5680
5681 %package fonts-type1-xypic
5682 Summary:        Xy-pic fonts
5683 Summary(pl.UTF-8):      Fonty Xy-pic
5684 Group:          Fonts
5685 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5686
5687 %description fonts-type1-xypic
5688 Xy-pic fonts.
5689
5690 %description fonts-type1-xypic -l pl.UTF-8
5691 Fonty Xy-pic.
5692
5693 # TeXLive-specific packages - there wasn't before...
5694 %package afm2pl
5695 Summary:        Convert an Adobe font metric file to a TeX font property list
5696 Group:          Fonts
5697
5698 %description afm2pl
5699 Convert an Adobe font metric file to a TeX font property list.
5700
5701 %package bbox
5702 Summary:        bbox prints the bounding box of images
5703 Group:          Applications/Publishing/TeX
5704
5705 %description bbox
5706 bbox reads a rawppm or rawpbm file and prints out the bounding box of
5707 the image.
5708
5709 %package cefutils
5710 Summary:        In cefutils there are CEF-compatible utils
5711 Group:          Applications/Publishing/TeX
5712
5713 %description cefutils
5714 In cefutils there are CEF-compatible (Chinese Encoding Framework)
5715 utils.
5716
5717 %package detex
5718 Summary:        A filter to strip TeX commands from a .tex file
5719 Summary(hu.UTF-8):      Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5720 Group:          Applications/Publishing/TeX
5721
5722 %description detex
5723 A filter to strip TeX commands from a .tex file.
5724
5725 %description detex -l hu.UTF-8
5726 Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5727
5728 %package dviutils
5729 Summary:        Various DVI utils
5730 Summary(hu.UTF-8):      Vegyes DVI eszközök
5731 Group:          Applications/Publishing/TeX
5732
5733 %description dviutils
5734 This package contains various DVI utils.
5735
5736 %description dviutils -l hu.UTF-8
5737 Ez a csomag mindenféle DVI eszközt tartalmaz.
5738
5739 %package epsutils
5740 Summary:        Various EPS utils
5741 Group:          Applications/Publishing/TeX
5742
5743 %description epsutils
5744 Various EPS (Encapsulated PostScript) utils.
5745
5746 %package filters
5747 Summary:        Various filters
5748 Group:          Applications/Publishing/TeX
5749
5750 %description filters
5751 Various filters.
5752
5753 %package uncategorized-utils
5754 Summary:        Uncategorized utils
5755 Group:          Applications/Publishing/TeX
5756
5757 %description uncategorized-utils
5758 Uncategorized utilities. Needs check and categorizing.
5759
5760 %package tex4ht
5761 Summary:        LaTeX and TeX for hypertext
5762 Group:          Applications/Publishing/TeX
5763
5764 %description tex4ht
5765 A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5766 providing a configurable (La)TeX-based authoring system for hypertext.
5767 When converting to XML, you can use MathML instead of images for
5768 equation representation.
5769
5770 %package xetex
5771 Summary:        Extended TeX / LaTeX version for unicode
5772 Group:          Applications/Publishing/TeX
5773 Requires(post,postun):  /usr/bin/texhash
5774 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5775
5776 %description xetex
5777 XeTeX extends the TeX typesetting system (and macro packages such as
5778 LaTeX and ConTeXt) to have native support for the Unicode character
5779 set, including complex Asian scripts, and for OpenType and TrueType
5780 fonts.
5781
5782 %package xmltex
5783 Summary:        TeX package for processing XML files
5784 Group:          Applications/Publishing/TeX
5785 Requires(post,postun):  /usr/bin/texhash
5786
5787 %description xmltex
5788 XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5789 It allows TeX to directly process XML files.
5790
5791
5792 %prep
5793 %setup -q -c -T -n %{name}-%{version}-source
5794 lzma -dc %{SOURCE0} | tar xf - -C ..
5795 %patch0 -p1
5796 %patch1 -p1
5797
5798 cd libs/teckit
5799 cat ax*.m4 > acinclude.m4
5800 %{__libtoolize}
5801 %{__aclocal}
5802 %{__autoconf}
5803 %{__automake}
5804
5805 %build
5806 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
5807 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
5808 cd texk/kpathsea
5809 %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5810 %{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5811 %{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5812 %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5813 %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
5814 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
5815 cd ../..
5816
5817 %configure \
5818 %if %{with bootstrap}
5819         --without-xindy \
5820         --without-luatex \
5821 %endif
5822         --disable-multiplatform \
5823         --disable-static \
5824         --enable-a4 \
5825         --enable-gf \
5826         --enable-ipc \
5827         --enable-shared \
5828         --with-fontconfig \
5829         --with-fonts-dir=/var/cache/fonts \
5830         --with-ncurses \
5831         --with-system-freetype \
5832         --with-freetype-include=/usr/include/freetype \
5833         --with-system-freetype2 \
5834         --with-freetype2-include=/usr/include/freetype2 \
5835         --with-system-gd \
5836         --with-system-ncurses \
5837         --with-system-pnglib \
5838         --with-system-t1lib \
5839         --with-system-zlib \
5840         --with-xdvi-x-toolkit=xaw \
5841         --without-dialog \
5842         --without-t1utils \
5843         --without-texinfo
5844
5845 %{__make}
5846
5847 %install
5848 rm -rf $RPM_BUILD_ROOT
5849 install -d $RPM_BUILD_ROOT%{_datadir} \
5850         $RPM_BUILD_ROOT%{_desktopdir} \
5851         $RPM_BUILD_ROOT%{_pixmapsdir} \
5852         $RPM_BUILD_ROOT%{_mandir}/man5 \
5853         $RPM_BUILD_ROOT/var/cache/fonts \
5854         $RPM_BUILD_ROOT/etc/cron.daily\
5855         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
5856         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
5857         $RPM_BUILD_ROOT%{fmtdir}/pdftex
5858
5859 lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5860 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5861 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5862 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
5863 %{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5864 rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
5865 # imho it is unneeded
5866 %{__rm} -r $RPM_BUILD_ROOT%{texmfdist}/doc/fonts/{ec,fc,utopia}
5867 %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/cefconv
5868
5869 # This is an empty directory
5870 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
5871 # Useless binary
5872 %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
5873
5874 # commented out because of following (non-fatal) error:
5875 # Can't open texmf/web2c/texmf.cnf: No such file or directory.
5876 #perl -pi \
5877 #       -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5878 #       -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5879 #       texmf/web2c/texmf.cnf
5880
5881 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5882
5883 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5884
5885 %{__make} install \
5886         prefix=$RPM_BUILD_ROOT%{_prefix} \
5887         bindir=$RPM_BUILD_ROOT%{_bindir} \
5888         mandir=$RPM_BUILD_ROOT%{_mandir} \
5889         libdir=$RPM_BUILD_ROOT%{_libdir} \
5890         datadir=$RPM_BUILD_ROOT%{_datadir} \
5891         infodir=$RPM_BUILD_ROOT%{_infodir} \
5892         includedir=$RPM_BUILD_ROOT%{_includedir} \
5893         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5894         texmf=$RPM_BUILD_ROOT%{texmf} \
5895         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5896         texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5897
5898 %{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
5899 # Fix broken symlinks
5900 CURDIR=$(pwd)
5901 cd $RPM_BUILD_ROOT%{_bindir}
5902 ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5903 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5904 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5905 ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5906 ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5907 ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5908 ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5909 ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5910 ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5911 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5912 ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5913 ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5914 ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5915 ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5916 ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5917 ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5918 ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5919 ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5920 ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5921 ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5922 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5923 ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5924 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5925 ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5926 ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5927 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5928 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5929 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5930 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5931 ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5932 ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5933 ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5934 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5935 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5936 ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5937 ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5938 ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5939 ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5940 ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5941 ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5942 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5943 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5944 ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5945 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5946 ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5947 ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5948 ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5949 ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5950 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5951 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5952 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5953 ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5954 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5955 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5956 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5957 ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5958 ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5959 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5960 ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5961 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
5962 cd $RPM_BUILD_ROOT%{texmfdist}/tex/latex
5963 unzip %{SOURCE10}
5964 cd floatflt
5965 latex floatflt.ins
5966 %{__rm} *.log
5967 install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
5968 %{__mv} *.txt *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
5969 cd $CURDIR
5970
5971 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5972 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5973
5974 # %{__make} init \
5975 #       prefix=$RPM_BUILD_ROOT%{_prefix} \
5976 #       bindir=$RPM_BUILD_ROOT%{_bindir} \
5977 #       mandir=$RPM_BUILD_ROOT%{_mandir} \
5978 #       libdir=$RPM_BUILD_ROOT%{_libdir} \
5979 #       datadir=$RPM_BUILD_ROOT%{_datadir} \
5980 #       infodir=$RPM_BUILD_ROOT%{_infodir} \
5981 #       includedir=$RPM_BUILD_ROOT%{_includedir} \
5982 #       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5983 #       texmf=$RPM_BUILD_ROOT%{texmf}
5984
5985 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
5986 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
5987 # We don't need it
5988 %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
5989 %{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
5990
5991 perl -pi \
5992         -e "s|$RPM_BUILD_ROOT||g;" \
5993         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5994
5995 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
5996
5997 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5998 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5999
6000 # not included in package
6001 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
6002 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
6003 rm -f $RPM_BUILD_ROOT%{_infodir}/dvipng*
6004 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
6005 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
6006 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
6007 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
6008 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
6009 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
6010 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
6011 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
6012 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
6013 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
6014 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
6015 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
6016 rm -f $RPM_BUILD_ROOT%{texmf}/generic/config/pdftex-dvi.tex
6017 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
6018 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
6019 rm -f $RPM_BUILD_ROOT%{texmf}/tex/generic/pdftex/glyphtounicode.tex
6020 rm -rf $RPM_BUILD_ROOT%{_datadir}/lcdf-typetools
6021 rm -rf $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pdf-trans
6022 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/hyph-utf8
6023 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/patch
6024 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/plain/plgraph
6025 rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/pdf-trans
6026 rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/xecyr
6027 rm -rf $RPM_BUILD_ROOT%{texmf}/cef5conv
6028 rm -rf $RPM_BUILD_ROOT%{texmf}/cefsconv
6029 rm -rf $RPM_BUILD_ROOT%{texmf}/chktex
6030 rm -rf $RPM_BUILD_ROOT%{texmf}/doc/cef5conv
6031 rm -rf $RPM_BUILD_ROOT%{texmf}/doc/cefsconv
6032 rm -rf $RPM_BUILD_ROOT%{texmf}/doc/chktex
6033 rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip
6034
6035 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
6036 # and we can still analyze them
6037 # install -d format-logs
6038 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
6039
6040 %clean
6041 rm -rf $RPM_BUILD_ROOT
6042
6043 %post
6044 %fixinfodir
6045 %texhash
6046
6047 %postun
6048 %fixinfodir
6049 if [ "$1" = "1" ]; then
6050         %texhash
6051 fi
6052
6053 %post doc-Catalogue
6054 %texhash
6055
6056 %postun doc-Catalogue
6057 %texhash
6058
6059 %post doc-tug-faq
6060 %texhash
6061
6062 %postun doc-tug-faq
6063 %texhash
6064
6065 %post -n kpathsea
6066 /sbin/ldconfig
6067 %fixinfodir
6068 %texhash
6069
6070 %postun -n kpathsea
6071 /sbin/ldconfig
6072 %fixinfodir
6073 %texhash
6074
6075 %post -n kpathsea-devel
6076 %texhash
6077
6078 %postun -n kpathsea-devel
6079 %texhash
6080
6081 %post dvips
6082 %fixinfodir
6083 %texhash
6084
6085 %postun dvips
6086 %fixinfodir
6087 %texhash
6088
6089 %post dvilj
6090 %texhash
6091
6092 %postun dvilj
6093 %texhash
6094
6095 %post makeindex
6096 %texhash
6097
6098 %postun makeindex
6099 %texhash
6100
6101 %post scripts
6102 %texhash
6103
6104 %postun scripts
6105 %texhash
6106
6107 %post tex-arrayjob
6108 %texhash
6109
6110 %postun tex-arrayjob
6111 %texhash
6112
6113 %post tex-kastrup
6114 %texhash
6115
6116 %postun tex-kastrup
6117 %texhash
6118
6119 %post tex-insbox
6120 %texhash
6121
6122 %postun tex-insbox
6123 %texhash
6124
6125 %post tex-mathdots
6126 %texhash
6127
6128 %postun tex-mathdots
6129 %texhash
6130
6131 %post tex-midnight
6132 %texhash
6133
6134 %postun tex-midnight
6135 %texhash
6136
6137 %post tex-ofs
6138 %texhash
6139
6140 %postun tex-ofs
6141 %texhash
6142
6143 %post tex-physe
6144 %texhash
6145
6146 %postun tex-physe
6147 %texhash
6148
6149 %post tex-velthuis
6150 %texhash
6151
6152 %postun tex-velthuis
6153 %texhash
6154
6155 %post tex-ytex
6156 %texhash
6157
6158 %postun tex-ytex
6159 %texhash
6160
6161 %post metafont
6162 %texhash
6163
6164 %postun metafont
6165 %texhash
6166
6167 %post metapost
6168 %texhash
6169
6170 %postun metapost
6171 %texhash
6172
6173 %post metapost-other
6174 %texhash
6175
6176 %postun metapost-other
6177 %texhash
6178
6179 %post mptopdf
6180 %texhash
6181
6182 %postun mptopdf
6183 %texhash
6184
6185 %post texdoctk
6186 %texhash
6187
6188 %postun texdoctk
6189 %texhash
6190
6191 %post -n xdvi
6192 %texhash
6193
6194 %postun -n xdvi
6195 %texhash
6196
6197 %post pdftex
6198 %texhash
6199
6200 %postun pdftex
6201 %texhash
6202
6203 %post phyzzx
6204 %texhash
6205
6206 %postun phyzzx
6207 %texhash
6208
6209 %post omega
6210 %texhash
6211
6212 %postun omega
6213 %texhash
6214
6215 %post plain
6216 %texhash
6217
6218 %postun plain
6219 %texhash
6220
6221 %post format-plain
6222 %texhash
6223
6224 %postun format-plain
6225 %texhash
6226
6227 %post format-pdftex
6228 %texhash
6229
6230 %postun format-pdftex
6231 %texhash
6232
6233 %post format-pdfetex
6234 %texhash
6235
6236 %postun format-pdfetex
6237 %texhash
6238
6239 %post mex
6240 %texhash
6241
6242 %postun mex
6243 %texhash
6244
6245 %post format-mex
6246 %texhash
6247
6248 %postun format-mex
6249 %texhash
6250
6251 %post format-pdfmex
6252 %texhash
6253
6254 %postun format-pdfmex
6255 %texhash
6256
6257 %postun format-utf8mex
6258 %texhash
6259
6260 %post amstex
6261 %texhash
6262
6263 %postun amstex
6264 %texhash
6265
6266 %post format-amstex
6267 %texhash
6268
6269 %postun format-amstex
6270 %texhash
6271
6272 %post format-pdfamstex
6273 %texhash
6274
6275 %postun format-pdfamstex
6276 %texhash
6277
6278 %post csplain
6279 %texhash
6280
6281 %postun csplain
6282 %texhash
6283
6284 %post format-csplain
6285 %texhash
6286
6287 %postun format-csplain
6288 %texhash
6289
6290 %post format-pdfcsplain
6291 %texhash
6292
6293 %postun format-pdfcsplain
6294 %texhash
6295
6296 %post cslatex
6297 %texhash
6298
6299 %postun cslatex
6300 %texhash
6301
6302 %post format-cslatex
6303 %texhash
6304
6305 %postun format-cslatex
6306 %texhash
6307
6308 %post format-pdfcslatex
6309 %texhash
6310
6311 %postun format-pdfcslatex
6312 %texhash
6313
6314 %post cyrplain
6315 %texhash
6316
6317 %postun cyrplain
6318 %texhash
6319
6320 %post format-cyrplain
6321 %texhash
6322
6323 %postun format-cyrplain
6324 %texhash
6325
6326 %post format-cyramstex
6327 %texhash
6328
6329 %postun format-cyramstex
6330 %texhash
6331
6332 %post format-cyrtexinfo
6333 %texhash
6334
6335 %postun format-cyrtexinfo
6336 %texhash
6337
6338 %post eplain
6339 %texhash
6340
6341 %postun eplain
6342 %texhash
6343
6344 %post format-eplain
6345 %texhash
6346
6347 %postun format-eplain
6348 %texhash
6349
6350 # ConTeXt format
6351
6352 %post context
6353 %texhash
6354
6355 %postun context
6356 %texhash
6357
6358 %post format-context-de
6359 %texhash
6360
6361 %postun format-context-de
6362 %texhash
6363
6364 %post format-context-en
6365 %texhash
6366
6367 %postun format-context-en
6368 %texhash
6369
6370 %post format-context-nl
6371 %texhash
6372
6373 %postun format-context-nl
6374 %texhash
6375
6376 %post latex
6377 %fixinfodir
6378 %texhash
6379
6380 %postun latex
6381 %fixinfodir
6382 %texhash
6383
6384 %post latex-lang
6385 %texhash
6386
6387 %postun latex-lang
6388 %texhash
6389
6390 %post latex-styles
6391 %texhash
6392
6393 %postun latex-styles
6394 %texhash
6395
6396 %post latex-pdftools
6397 %texhash
6398
6399 %postun latex-pdftools
6400 %texhash
6401
6402 %post latex-extend
6403 %texhash
6404
6405 %postun latex-extend
6406 %texhash
6407
6408 %post latex-programming
6409 %texhash
6410
6411 %postun latex-programming
6412 %texhash
6413
6414 %post latex-metre
6415 %texhash
6416
6417 %postun latex-metre
6418 %texhash
6419
6420 %post latex-misc
6421 %texhash
6422
6423 %postun latex-misc
6424 %texhash
6425
6426 %post latex-effects
6427 %texhash
6428
6429 %postun latex-effects
6430 %texhash
6431
6432 %post latex-math
6433 %texhash
6434
6435 %postun latex-math
6436 %texhash
6437
6438 %post latex-music
6439 %texhash
6440
6441 %postun latex-music
6442 %texhash
6443
6444 %post latex-physics
6445 %texhash
6446
6447 %postun latex-physics
6448 %texhash
6449
6450 %post latex-games
6451 %texhash
6452
6453 %postun latex-games
6454 %texhash
6455
6456 %post latex-biology
6457 %texhash
6458
6459 %postun latex-biology
6460 %texhash
6461
6462 %post latex-chem
6463 %texhash
6464
6465 %postun latex-chem
6466 %texhash
6467
6468 %post latex-informatic
6469 %texhash
6470
6471 %postun latex-informatic
6472 %texhash
6473
6474 %post latex-12many
6475 %texhash
6476
6477 %postun latex-12many
6478 %texhash
6479
6480 %post latex-abstract
6481 %texhash
6482
6483 %postun latex-abstract
6484 %texhash
6485
6486 %post latex-accfonts
6487 %texhash
6488
6489 %postun latex-accfonts
6490 %texhash
6491
6492 %post latex-adrconv
6493 %texhash
6494
6495 %postun latex-adrconv
6496 %texhash
6497
6498 %post latex-ae
6499 %texhash
6500
6501 %postun latex-ae
6502 %texhash
6503
6504 %post latex-ams
6505 %texhash
6506
6507 %postun latex-ams
6508 %texhash
6509
6510 %post latex-antp
6511 %texhash
6512
6513 %postun latex-antp
6514 %texhash
6515
6516 %post latex-antt
6517 %texhash
6518
6519 %postun latex-antt
6520 %texhash
6521
6522 %post latex-appendix
6523 %texhash
6524
6525 %postun latex-appendix
6526 %texhash
6527
6528 %post latex-bardiag
6529 %texhash
6530
6531 %postun latex-bardiag
6532 %texhash
6533
6534 %post latex-bbm
6535 %texhash
6536
6537 %postun latex-bbm
6538 %texhash
6539
6540 %post latex-bbold
6541 %texhash
6542
6543 %postun latex-bbold
6544 %texhash
6545
6546 %post latex-beamer
6547 %texhash
6548
6549 %postun latex-beamer
6550 %texhash
6551
6552 %post latex-bezos
6553 %texhash
6554
6555 %postun latex-bezos
6556 %texhash
6557
6558 %post latex-bibtex
6559 %texhash
6560
6561 %postun latex-bibtex
6562 %texhash
6563
6564 %post latex-bibtex-ams
6565 %texhash
6566
6567 %postun latex-bibtex-ams
6568 %texhash
6569
6570 %post latex-bibtex-pl
6571 %texhash
6572
6573 %postun latex-bibtex-pl
6574 %texhash
6575
6576 %post latex-bibtex-german
6577 %texhash
6578
6579 %postun latex-bibtex-german
6580 %texhash
6581
6582 %post latex-bibtex-revtex4
6583 %texhash
6584
6585 %postun latex-bibtex-revtex4
6586 %texhash
6587
6588 %post latex-bibtex-jurabib
6589 %texhash
6590
6591 %postun latex-bibtex-jurabib
6592 %texhash
6593
6594 %post latex-bibtex-styles
6595 %texhash
6596
6597 %postun latex-bibtex-styles
6598 %texhash
6599
6600 %post latex-booktabs
6601 %texhash
6602
6603 %postun latex-booktabs
6604 %texhash
6605
6606 %post latex-caption
6607 %texhash
6608
6609 %postun latex-caption
6610 %texhash
6611
6612 %post latex-carlisle
6613 %texhash
6614
6615 %postun latex-carlisle
6616 %texhash
6617
6618 %post latex-ccfonts
6619 %texhash
6620
6621 %postun latex-ccfonts
6622 %texhash
6623
6624 %post latex-cite
6625 %texhash
6626
6627 %postun latex-cite
6628 %texhash
6629
6630 %post latex-cmbright
6631 %texhash
6632
6633 %postun latex-cmbright
6634 %texhash
6635
6636 %post latex-colortab
6637 %texhash
6638
6639 %postun latex-colortab
6640 %texhash
6641
6642 %post latex-comment
6643 %texhash
6644
6645 %postun latex-comment
6646 %texhash
6647
6648 %post latex-concmath
6649 %texhash
6650
6651 %postun latex-concmath
6652 %texhash
6653
6654 %post latex-currvita
6655 %texhash
6656
6657 %postun latex-currvita
6658 %texhash
6659
6660 %post latex-curves
6661 %texhash
6662
6663 %postun latex-curves
6664 %texhash
6665
6666 %post latex-custom-bib
6667 %texhash
6668
6669 %postun latex-custom-bib
6670 %texhash
6671
6672 %post latex-cyrillic
6673 %texhash
6674
6675 %postun latex-cyrillic
6676 %texhash
6677
6678 %post latex-enumitem
6679 %texhash
6680
6681 %postun latex-enumitem
6682 %texhash
6683
6684 %post latex-exams
6685 %texhash
6686
6687 %postun latex-exams
6688 %texhash
6689
6690 %post latex-float
6691 %texhash
6692
6693 %postun latex-float
6694 %texhash
6695
6696 %post latex-formlett
6697 %texhash
6698
6699 %postun latex-formlett
6700 %texhash
6701
6702 %post latex-formular
6703 %texhash
6704
6705 %postun latex-formular
6706 %texhash
6707
6708 %post latex-gbrief
6709 %texhash
6710
6711 %postun latex-gbrief
6712 %texhash
6713
6714 %post latex-jknappen
6715 %texhash
6716
6717 %postun latex-jknappen
6718 %texhash
6719
6720 %post latex-keystroke
6721 %texhash
6722
6723 %postun latex-keystroke
6724 %texhash
6725
6726 %post latex-labbook
6727 %texhash
6728
6729 %postun latex-labbook
6730 %texhash
6731
6732 %post latex-lcd
6733 %texhash
6734
6735 %postun latex-lcd
6736 %texhash
6737
6738 %post latex-leaflet
6739 %texhash
6740
6741 %postun latex-leaflet
6742 %texhash
6743
6744 %post latex-leftidx
6745 %texhash
6746
6747 %postun latex-leftidx
6748 %texhash
6749
6750 %post latex-lewis
6751 %texhash
6752
6753 %postun latex-lewis
6754 %texhash
6755
6756 %post latex-lm
6757 %texhash
6758
6759 %post latex-lastpage
6760 %texhash
6761
6762 %postun latex-lastpage
6763 %texhash
6764
6765 %postun latex-lm
6766 %texhash
6767
6768 %post latex-lucidabr
6769 %texhash
6770
6771 %postun latex-lucidabr
6772 %texhash
6773
6774 %post latex-marvosym
6775 %texhash
6776
6777 %postun latex-marvosym
6778 %texhash
6779
6780 %post latex-mathpple
6781 %texhash
6782
6783 %postun latex-mathpple
6784 %texhash
6785
6786 %post latex-mathtime
6787 %texhash
6788
6789 %postun latex-mathtime
6790 %texhash
6791
6792 %post latex-mflogo
6793 %texhash
6794
6795 %postun latex-mflogo
6796 %texhash
6797
6798 %post latex-mfnfss
6799 %texhash
6800
6801 %postun latex-mfnfss
6802 %texhash
6803
6804 %post latex-minitoc
6805 %texhash
6806
6807 %postun latex-minitoc
6808 %texhash
6809
6810 %post latex-mltex
6811 %texhash
6812
6813 %postun latex-mltex
6814 %texhash
6815
6816 %post latex-moreverb
6817 %texhash
6818
6819 %postun latex-moreverb
6820 %texhash
6821
6822 %post latex-multienum
6823 %texhash
6824
6825 %postun latex-multienum
6826 %texhash
6827
6828 %post latex-musictex
6829 %texhash
6830
6831 %postun latex-musictex
6832 %texhash
6833
6834 %post latex-ntheorem
6835 %texhash
6836
6837 %postun latex-ntheorem
6838 %texhash
6839
6840 %post latex-other
6841 %texhash
6842
6843 %postun latex-other
6844 %texhash
6845
6846 %post latex-other-doc
6847 %texhash
6848
6849 %postun latex-other-doc
6850 %texhash
6851
6852 %post latex-palatcm
6853 %texhash
6854
6855 %postun latex-palatcm
6856 %texhash
6857
6858 %post latex-pdfslide
6859 %texhash
6860
6861 %postun latex-pdfslide
6862 %texhash
6863
6864 %post latex-pgf
6865 %texhash
6866
6867 %postun latex-pgf
6868 %texhash
6869
6870 %post latex-polynom
6871 %texhash
6872
6873 %postun latex-polynom
6874 %texhash
6875
6876 %post latex-polynomial
6877 %texhash
6878
6879 %postun latex-polynomial
6880 %texhash
6881
6882 %post latex-prosper
6883 %texhash
6884
6885 %postun latex-prosper
6886 %texhash
6887
6888 %post latex-pseudocode
6889 %texhash
6890
6891 %postun latex-pseudocode
6892 %texhash
6893
6894 %post latex-psnfss
6895 %texhash
6896
6897 %postun latex-psnfss
6898 %texhash
6899
6900 %post latex-pst-2dplot
6901 %texhash
6902
6903 %postun latex-pst-2dplot
6904 %texhash
6905
6906 %post latex-pst-3dplot
6907 %texhash
6908
6909 %postun latex-pst-3dplot
6910 %texhash
6911
6912 %post latex-pst-bar
6913 %texhash
6914
6915 %postun latex-pst-bar
6916 %texhash
6917
6918 %post latex-pst-circ
6919 %texhash
6920
6921 %postun latex-pst-circ
6922 %texhash
6923
6924 %post latex-pst-eucl
6925 %texhash
6926
6927 %postun latex-pst-eucl
6928 %texhash
6929
6930 %post latex-pst-diffraction
6931 %texhash
6932
6933 %postun latex-pst-diffraction
6934 %texhash
6935
6936 %post latex-pst-fun
6937 %texhash
6938
6939 %postun latex-pst-fun
6940 %texhash
6941
6942 %post latex-pst-func
6943 %texhash
6944
6945 %postun latex-pst-func
6946 %texhash
6947
6948 %post latex-pst-infixplot
6949 %texhash
6950
6951 %postun latex-pst-infixplot
6952 %texhash
6953
6954 %post latex-pst-fr3d
6955 %texhash
6956
6957 %postun latex-pst-fr3d
6958 %texhash
6959
6960 %post latex-pst-fractal
6961 %texhash
6962
6963 %postun latex-pst-fractal
6964 %texhash
6965
6966 %post latex-pxfonts
6967 %texhash
6968
6969 %post latex-pst-math
6970 %texhash
6971
6972 %postun latex-pst-math
6973 %texhash
6974
6975 %post latex-pst-ob3d
6976 %texhash
6977
6978 %postun latex-pst-ob3d
6979 %texhash
6980
6981 %post latex-pst-optic
6982 %texhash
6983
6984 %postun latex-pst-optic
6985 %texhash
6986
6987 %post latex-pst-optexp
6988 %texhash
6989
6990 %postun latex-pst-optexp
6991 %texhash
6992
6993 %post latex-pst-text
6994 %texhash
6995
6996 %postun latex-pst-text
6997 %texhash
6998
6999 %post latex-pst-uncategorized
7000 %texhash
7001
7002 %postun latex-pst-uncategorized
7003 %texhash
7004
7005 %postun latex-pxfonts
7006 %texhash
7007
7008 %post latex-qfonts
7009 %texhash
7010
7011 %postun latex-qfonts
7012 %texhash
7013
7014 %post latex-SIstyle
7015 %texhash
7016
7017 %postun latex-SIstyle
7018 %texhash
7019
7020 %post latex-SIunits
7021 %texhash
7022
7023 %postun latex-SIunits
7024 %texhash
7025
7026 %post latex-siunitx
7027 %texhash
7028
7029 %postun latex-siunitx
7030 %texhash
7031
7032 %post latex-Tabbing
7033 %texhash
7034
7035 %postun latex-Tabbing
7036 %texhash
7037
7038 %post latex-txfonts
7039 %texhash
7040
7041 %postun latex-txfonts
7042 %texhash
7043
7044 %post latex-ucs
7045 %texhash
7046
7047 %postun latex-ucs
7048 %texhash
7049
7050 %post latex-umlaute
7051 %texhash
7052
7053 %postun latex-umlaute
7054 %texhash
7055
7056 %post latex-variations
7057 %texhash
7058
7059 %postun latex-variations
7060 %texhash
7061
7062 %post latex-wasysym
7063 %texhash
7064
7065 %postun latex-wasysym
7066 %texhash
7067
7068 %post latex-xcolor
7069 %texhash
7070
7071 %postun latex-xcolor
7072 %texhash
7073
7074 %post format-latex
7075 %texhash
7076
7077 %postun format-latex
7078 %texhash
7079
7080 %post format-pdflatex
7081 %texhash
7082
7083 %postun format-pdflatex
7084 %texhash
7085
7086 %post platex
7087 %texhash
7088
7089 %postun platex
7090 %texhash
7091
7092 %post format-platex
7093 %texhash
7094
7095 %postun format-platex
7096 %texhash
7097
7098 %post format-pdfplatex
7099 %texhash
7100
7101 %postun format-pdfplatex
7102 %texhash
7103
7104 %post tex-babel
7105 %texhash
7106
7107 %postun tex-babel
7108 %texhash
7109
7110 %post tex-german
7111 %texhash
7112
7113 %postun tex-german
7114 %texhash
7115
7116 %post tex-mfpic
7117 %texhash
7118
7119 %postun tex-mfpic
7120 %texhash
7121
7122 %post tex-misc
7123 %texhash
7124
7125 %postun tex-misc
7126 %texhash
7127
7128 %post tex-pictex
7129 %texhash
7130
7131 %postun tex-pictex
7132 %texhash
7133
7134 %post tex-psizzl
7135 %texhash
7136
7137 %postun tex-psizzl
7138 %texhash
7139
7140 %post tex-pstricks
7141 %texhash
7142
7143 %postun tex-pstricks
7144 %texhash
7145
7146 %post tex-qpx
7147 %texhash
7148
7149 %postun tex-qpx
7150 %texhash
7151
7152 %post tex-qpxqtx
7153 %texhash
7154
7155 %postun tex-qpxqtx
7156 %texhash
7157
7158 %post tex-huhyphen
7159 %texhash
7160
7161 %postun tex-huhyphen
7162 %texhash
7163
7164 %post tex-ruhyphen
7165 %texhash
7166
7167 %postun tex-ruhyphen
7168 %texhash
7169
7170 %post tex-spanish
7171 %texhash
7172
7173 %postun tex-spanish
7174 %texhash
7175
7176 %post tex-texdraw
7177 %texhash
7178
7179 %postun tex-texdraw
7180 %texhash
7181
7182 %post tex-thumbpdf
7183 %texhash
7184
7185 %postun tex-thumbpdf
7186 %texhash
7187
7188 %post tex-ukrhyph
7189 %texhash
7190
7191 %postun tex-ukrhyph
7192 %texhash
7193
7194 %post latex-vietnam
7195 %texhash
7196
7197 %postun latex-vietnam
7198 %texhash
7199
7200 %post tex-xypic
7201 %texhash
7202
7203 %postun tex-xypic
7204 %texhash
7205
7206 %post fonts-adobe
7207 %texhash
7208
7209 %postun fonts-adobe
7210 %texhash
7211
7212 %post fonts-ae
7213 %texhash
7214
7215 %postun fonts-ae
7216 %texhash
7217
7218 %post fonts-ams
7219 %texhash
7220
7221 %postun fonts-ams
7222 %texhash
7223
7224 %post fonts-antp
7225 %texhash
7226
7227 %postun fonts-antp
7228 %texhash
7229
7230 %post fonts-antt
7231 %texhash
7232
7233 %postun fonts-antt
7234 %texhash
7235
7236 %post fonts-bbm
7237 %texhash
7238
7239 %postun fonts-bbm
7240 %texhash
7241
7242 %post fonts-bbold
7243 %texhash
7244
7245 %postun fonts-bbold
7246 %texhash
7247
7248 %post fonts-bh
7249 %texhash
7250
7251 %postun fonts-bh
7252 %texhash
7253
7254 %post fonts-bitstream
7255 %texhash
7256
7257 %postun fonts-bitstream
7258 %texhash
7259
7260 %post fonts-cbgreek
7261 %texhash
7262
7263 %postun fonts-cbgreek
7264 %texhash
7265
7266 %post fonts-cc-pl
7267 %texhash
7268
7269 %postun fonts-cc-pl
7270 %texhash
7271
7272 %post fonts-cg
7273 %texhash
7274
7275 %postun fonts-cg
7276 %texhash
7277
7278 %post fonts-cm
7279 %texhash
7280
7281 %postun fonts-cm
7282 %texhash
7283
7284 %post fonts-cmbright
7285 %texhash
7286
7287 %postun fonts-cmbright
7288 %texhash
7289
7290 %post fonts-cmcyr
7291 %texhash
7292
7293 %postun fonts-cmcyr
7294 %texhash
7295
7296 %post fonts-cmextra
7297 %texhash
7298
7299 %postun fonts-cmextra
7300 %texhash
7301
7302 %post fonts-cmsuper
7303 %texhash
7304
7305 %postun fonts-cmsuper
7306 %texhash
7307
7308 %post fonts-concmath
7309 %texhash
7310
7311 %postun fonts-concmath
7312 %texhash
7313
7314 %post fonts-concrete
7315 %texhash
7316
7317 %postun fonts-concrete
7318 %texhash
7319
7320 %post fonts-cs
7321 %texhash
7322
7323 %postun fonts-cs
7324 %texhash
7325
7326 %post fonts-dstroke
7327 %texhash
7328
7329 %postun fonts-dstroke
7330 %texhash
7331
7332 %post fonts-ecc
7333 %texhash
7334
7335 %postun fonts-ecc
7336 %texhash
7337
7338 %post fonts-eurosym
7339 %texhash
7340
7341 %postun fonts-eurosym
7342 %texhash
7343
7344 %post fonts-euxm
7345 %texhash
7346
7347 %postun fonts-euxm
7348 %texhash
7349
7350 %post fonts-gothic
7351 %texhash
7352
7353 %postun fonts-gothic
7354 %texhash
7355
7356 %post fonts-hoekwater
7357 %texhash
7358
7359 %postun fonts-hoekwater
7360 %texhash
7361
7362 %post fonts-jknappen
7363 %texhash
7364
7365 %postun fonts-jknappen
7366 %texhash
7367
7368 %post fonts-latex
7369 %texhash
7370
7371 %postun fonts-latex
7372 %texhash
7373
7374 %post fonts-kpfonts
7375 %texhash
7376
7377 %postun fonts-kpfonts
7378 %texhash
7379
7380 %post fonts-lh
7381 %texhash
7382
7383 %postun fonts-lh
7384 %texhash
7385
7386 %post fonts-lm
7387 %texhash
7388
7389 %postun fonts-lm
7390 %texhash
7391
7392 %post fonts-marvosym
7393 %texhash
7394
7395 %postun fonts-marvosym
7396 %texhash
7397
7398 %post fonts-mflogo
7399 %texhash
7400
7401 %postun fonts-mflogo
7402 %texhash
7403
7404 %post fonts-misc
7405 %texhash
7406
7407 %postun fonts-misc
7408 %texhash
7409
7410 %post fonts-monotype
7411 %texhash
7412
7413 %postun fonts-monotype
7414 %texhash
7415
7416 %post fonts-omega
7417 %texhash
7418
7419 %postun fonts-omega
7420 %texhash
7421
7422 %post fonts-other
7423 %texhash
7424
7425 %postun fonts-other
7426 %texhash
7427
7428 %post fonts-pazo
7429 %texhash
7430
7431 %postun fonts-pazo
7432 %texhash
7433
7434 %post fonts-pl
7435 %texhash
7436
7437 %postun fonts-pl
7438 %texhash
7439
7440 %post fonts-px
7441 %texhash
7442
7443 %postun fonts-px
7444 %texhash
7445
7446 %post fonts-qfonts
7447 %texhash
7448
7449 %postun fonts-qfonts
7450 %texhash
7451
7452 %post fonts-qpx
7453 %texhash
7454
7455 %postun fonts-qpx
7456 %texhash
7457
7458 %post fonts-qpxqtx
7459 %texhash
7460
7461 %postun fonts-qpxqtx
7462 %texhash
7463
7464 %post fonts-rsfs
7465 %texhash
7466
7467 %postun fonts-rsfs
7468 %texhash
7469
7470 %post fonts-stmaryrd
7471 %texhash
7472
7473 %postun fonts-stmaryrd
7474 %texhash
7475
7476 %post fonts-tx
7477 %texhash
7478
7479 %postun fonts-tx
7480 %texhash
7481
7482 %post fonts-urw
7483 %texhash
7484
7485 %postun fonts-urw
7486 %texhash
7487
7488 %post fonts-urw35vf
7489 %texhash
7490
7491 %postun fonts-urw35vf
7492 %texhash
7493
7494 %post fonts-vnr
7495 %texhash
7496
7497 %postun fonts-vnr
7498 %texhash
7499
7500 %post fonts-wasy
7501 %texhash
7502
7503 %postun fonts-wasy
7504 %texhash
7505
7506 %post fonts-xypic
7507 %texhash
7508
7509 %postun fonts-xypic
7510 %texhash
7511
7512 %post fonts-yandy
7513 %texhash
7514
7515 %postun fonts-yandy
7516 %texhash
7517
7518 %post fonts-type1-antp
7519 %texhash
7520
7521 %postun fonts-type1-antp
7522 %texhash
7523
7524 %post fonts-type1-antt
7525 %texhash
7526
7527 %postun fonts-type1-antt
7528 %texhash
7529
7530 %post fonts-type1-belleek
7531 %texhash
7532
7533 %postun fonts-type1-belleek
7534 %texhash
7535
7536 %post fonts-type1-bitstream
7537 %texhash
7538
7539 %postun fonts-type1-bitstream
7540 %texhash
7541
7542 %post fonts-type1-bluesky
7543 %texhash
7544
7545 %postun fonts-type1-bluesky
7546 %texhash
7547
7548 %post fonts-type1-cc-pl
7549 %texhash
7550
7551 %postun fonts-type1-cc-pl
7552 %texhash
7553
7554 %post fonts-type1-cmcyr
7555 %texhash
7556
7557 %postun fonts-type1-cmcyr
7558 %texhash
7559
7560 %post fonts-type1-cs
7561 %texhash
7562
7563 %postun fonts-type1-cs
7564 %texhash
7565
7566 %post fonts-type1-dstroke
7567 %texhash
7568
7569 %postun fonts-type1-dstroke
7570 %texhash
7571
7572 %post fonts-type1-eurosym
7573 %texhash
7574
7575 %postun fonts-type1-eurosym
7576 %texhash
7577
7578 %post fonts-type1-hoekwater
7579 %texhash
7580
7581 %postun fonts-type1-hoekwater
7582 %texhash
7583
7584 %post fonts-type1-lm
7585 %texhash
7586
7587 %postun fonts-type1-lm
7588 %texhash
7589
7590 %post fonts-type1-marvosym
7591 %texhash
7592
7593 %postun fonts-type1-marvosym
7594 %texhash
7595
7596 %post fonts-type1-mathpazo
7597 %texhash
7598
7599 %postun fonts-type1-mathpazo
7600 %texhash
7601
7602 %post fonts-type1-omega
7603 %texhash
7604
7605 %postun fonts-type1-omega
7606 %texhash
7607
7608 %post fonts-type1-pl
7609 %texhash
7610
7611 %postun fonts-type1-pl
7612 %texhash
7613
7614 %post fonts-type1-px
7615 %texhash
7616
7617 %postun fonts-type1-px
7618 %texhash
7619
7620 %post fonts-type1-qfonts
7621 %texhash
7622
7623 %postun fonts-type1-qfonts
7624 %texhash
7625
7626 %post fonts-type1-tx
7627 %texhash
7628
7629 %postun fonts-type1-tx
7630 %texhash
7631
7632 %post fonts-type1-urw
7633 %texhash
7634
7635 %postun fonts-type1-urw
7636 %texhash
7637
7638 %post fonts-type1-vnr
7639 %texhash
7640
7641 %postun fonts-type1-vnr
7642 %texhash
7643
7644 %post fonts-type1-xypic
7645 %texhash
7646
7647 %postun fonts-type1-xypic
7648 %texhash
7649
7650 %post -n texconfig
7651 %texhash
7652
7653 %postun -n texconfig
7654 %texhash
7655
7656 %post xetex
7657 %texhash
7658
7659 %postun xetex
7660 %texhash
7661
7662 %post xmltex
7663 %texhash
7664
7665 %postun xmltex
7666 %texhash
7667
7668 # Check the commented lines!!!
7669
7670 %files
7671 %defattr(644,root,root,755)
7672 # %doc %{texmf}/LICENSE.texmf
7673 # %doc %{texmf}/ChangeLog
7674 # %doc %{texmf}/doc/README.knuth
7675 # There isn't doc/fonts directory
7676 %dir %{texmfdist}/doc/fonts
7677 %doc %{texmfdist}/doc/fontname
7678 # %dir %{texmf}/doc/fonts/polish
7679 # %dir %{texmf}/doc/help
7680 # %doc %{texmf}/doc/help/csname.txt
7681 # %doc %{texmf}/doc/help/ctan
7682 # %doc %{texmf}/doc/help/tds.dvi
7683 # %doc %{texmf}/doc/help/unixtex.ftp
7684 # %dir %{texmf}/doc/help/faq
7685 # %doc %{texmf}/doc/images
7686 # %dir %{texmf}/doc/polish
7687 # %doc %{texmf}/doc/polish/*.html
7688 # %dir %{texmf}/doc/programs
7689 # %doc %{texmf}/doc/programs/web2c*
7690 # %doc %{texmf}/doc/programs/cwebman.dvi
7691 # %doc %{texmf}/doc/knuth
7692 #%attr(755,root,root) %{_bindir}/MakeTeXPK
7693 #%attr(755,root,root) %{_bindir}/access
7694
7695 # ***********
7696 # executables
7697 # ***********
7698 %attr(755,root,root) %{_bindir}/a2ping
7699 %attr(755,root,root) %{_bindir}/afm2tfm
7700 %attr(755,root,root) %{_bindir}/allcm
7701 %attr(755,root,root) %{_bindir}/allec
7702 %attr(755,root,root) %{_bindir}/allneeded
7703 %attr(755,root,root) %{_bindir}/cweave
7704 %attr(755,root,root) %{_bindir}/ctangle
7705 %attr(755,root,root) %{_bindir}/ctie
7706 %attr(755,root,root) %{_bindir}/dmp
7707 %attr(755,root,root) %{_bindir}/dvipng
7708 %attr(755,root,root) %{_bindir}/e2pall
7709 %attr(755,root,root) %{_bindir}/ebb
7710 # %attr(755,root,root) %{_bindir}/fdf2tan
7711 %attr(755,root,root) %{_bindir}/fmtutil
7712 %attr(755,root,root) %{_bindir}/fmtutil-sys
7713 #%attr(755,root,root) %{_bindir}/fontexport
7714 #%attr(755,root,root) %{_bindir}/fontimport
7715 %attr(755,root,root) %{_bindir}/fontinst
7716 %attr(755,root,root) %{_bindir}/gftodvi
7717 %attr(755,root,root) %{_bindir}/gftopk
7718 %attr(755,root,root) %{_bindir}/gftype
7719 %attr(755,root,root) %{_bindir}/gsftopk
7720 #%attr(755,root,root) %{_bindir}/initex
7721 %attr(755,root,root) %{_bindir}/kpseaccess
7722 %attr(755,root,root) %{_bindir}/kpsereadlink
7723 %attr(755,root,root) %{_bindir}/kpsewhere
7724 %attr(755,root,root) %{_bindir}/mag
7725 %attr(755,root,root) %{_bindir}/makempx
7726 #%attr(755,root,root) %{_bindir}/mkfontdesc
7727 %attr(755,root,root) %{_bindir}/mktexfmt
7728 %attr(755,root,root) %{_bindir}/mktexlsr
7729 %attr(755,root,root) %{_bindir}/newer
7730 %attr(755,root,root) %{_bindir}/patgen
7731 %attr(755,root,root) %{_bindir}/pdfetex
7732 %attr(755,root,root) %{_bindir}/pfb2pfa
7733 %attr(755,root,root) %{_bindir}/pk2bm
7734 %attr(755,root,root) %{_bindir}/pktogf
7735 %attr(755,root,root) %{_bindir}/pktype
7736 %attr(755,root,root) %{_bindir}/pltotf
7737 %attr(755,root,root) %{_bindir}/pooltype
7738 %attr(755,root,root) %{_bindir}/ps2frag
7739 %attr(755,root,root) %{_bindir}/ps2pk
7740 # TODO: move this file to correct subpackage ?
7741 %attr(755,root,root) %{_bindir}/ps4pdf
7742 #%attr(755,root,root) %{_bindir}/t1mapper
7743 %attr(755,root,root) %{_bindir}/tangle
7744 #%attr(755,root,root) %{_bindir}/tetex-updmap
7745 %attr(755,root,root) %{_bindir}/tex
7746 %attr(755,root,root) %{_bindir}/texdoc
7747 %attr(755,root,root) %{_bindir}/texhash
7748 # %attr(755,root,root) %{_bindir}/texi2html
7749 %attr(755,root,root) %{_bindir}/texlinks
7750 %attr(755,root,root) %{_bindir}/tftopl
7751 %attr(755,root,root) %{_bindir}/tie
7752 %attr(755,root,root) %{_bindir}/ttf2afm
7753 %attr(755,root,root) %{_bindir}/updmap
7754 %attr(755,root,root) %{_bindir}/updmap-sys
7755 %attr(755,root,root) %{_bindir}/vftovp
7756 #%attr(755,root,root) %{_bindir}/virtex
7757 %attr(755,root,root) %{_bindir}/vptovf
7758 %attr(755,root,root) %{_bindir}/weave
7759
7760 %attr(755,root,root) %{texmf}/web2c/mktexnam
7761 %attr(755,root,root) %{texmf}/web2c/mktexdir
7762 %attr(755,root,root) %{texmf}/web2c/mktexupd
7763
7764 %attr(750,root,root) /etc/cron.daily/texlive
7765
7766 #%dir /etc/sysconfig/tetex-updmap
7767 #%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7768
7769 %ghost %{texmf}/ls-R
7770 %ghost %{texmfdist}/ls-R
7771 # %ghost %{_localstatedir}/ls-R
7772
7773 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
7774 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
7775 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.def
7776 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.us
7777 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.us.def
7778 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7779 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7780 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
7781 %config(noreplace) %verify(not md5 mtime size) %{texmf}/texdoc/texdoc.cnf
7782
7783 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7784 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7785 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7786 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7787 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7788 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7789 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
7790 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap-hdr.cfg
7791
7792 %attr(1777,root,root) /var/cache/fonts
7793
7794 %{_datadir}/info/web2c.info*
7795 # %{_datadir}/info/texi2html.info*
7796 # %{_datadir}/texi2html
7797 #%{texmf}/updates.dat
7798
7799 # %{texmf}/aliases
7800 # %{texmf}/tex/generic/bghyph
7801 # %doc %{texmf}/doc/generic/hyphen
7802 #%{texmf}/tex/generic/letterspacing
7803
7804 # ***********
7805 # Directories
7806 # ***********
7807 %attr(1777,root,root) %dir %{_localstatedir}
7808 %attr(1777,root,root) %dir %{_localstatedir}/fonts
7809 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
7810 %attr(1777,root,root) %dir %{fmtdir}
7811
7812 %dir %{texmfdist}
7813 %dir %{texmfdist}/doc
7814 %dir %{texmfdist}/doc/generic
7815 %dir %{texmfdist}/doc/generic/enctex
7816 %dir %{texmfdist}/doc/latex
7817 %dir %{texmfdist}/doc/latex/localloc
7818 %dir %{texmfdist}/tex
7819 %dir %{texmfdist}/tex/cslatex
7820 %dir %{texmfdist}/tex/cslatex/base
7821 %dir %{texmfdist}/tex/generic
7822 %dir %{texmfdist}/tex/generic/dehyph-exptl
7823 %dir %{texmfdist}/tex/generic/enctex
7824 %dir %{texmfdist}/tex/generic/hyph-utf8
7825 %dir %{texmfdist}/tex/generic/misc
7826 %dir %{texmfdist}/tex/latex
7827 %dir %{texmfdist}/tex/latex/base
7828 %dir %{texmfdist}/source
7829 %dir %{texmfdist}/source/generic
7830 %dir %{texmf}
7831 %dir %{texmf}/doc
7832 %dir %{texmf}/doc/generic
7833 %dir %{texmf}/doc/tetex
7834 %dir %{texmf}/dvips
7835 %dir %{texmf}/dvips/config
7836 %dir %{texmf}/dvips/tetex
7837 %dir %{texmf}/fmtutil
7838 %dir %{texmf}/fonts/enc
7839 %dir %{texmf}/fonts/enc/dvips
7840 %dir %{texmf}/fonts/enc/dvips/tetex
7841 %dir %{texmf}/fonts/map
7842 %dir %{texmf}/fonts/map/dvips
7843 %dir %{texmf}/fonts/map/dvips/tetex
7844 %dir %{texmf}/fonts/map/dvips/updmap
7845 %dir %{texmf}/scripts
7846 %dir %{texmf}/texdoc
7847 %dir %{texmf}/tex
7848 %dir %{texmf}/tex/generic
7849 %dir %{texmf}/tex/generic/config
7850 %dir %{texmf}/web2c
7851
7852
7853 # Docs
7854 # %doc %{texmf}/doc/README
7855 %doc %{texmf}/README
7856 %doc %{texmfdist}/README
7857 %doc %{texmf}/doc/tetex/TETEXDOC.*
7858 %doc %{texmf}/doc/tetex/teTeX-FAQ
7859 %doc %{texmfdist}/source/fontinst
7860 %doc %{texmf}/doc/dvipng
7861 %doc %{texmf}/doc/texdoc
7862 %{texmf}/doc/info
7863
7864 # %{texmf}/fonts/map/dvips/tetex/contnav.map
7865 # %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7866 %{texmfdist}/fonts/map/dvips/vntex/urwvn.map
7867 %{texmfdist}/fonts/map/fontname
7868 %{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7869
7870 # Main fonts from TeTeX
7871 %{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7872 %{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7873 %{texmf}/fonts/enc/dvips/tetex/10037936.enc
7874 %{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7875 %{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7876 %{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7877 %{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7878 %{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7879 %{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7880 %{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7881 %{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
7882 %{texmf}/fonts/map/dvips/tetex/ps2pk35.map
7883
7884 %{texmfdist}/tex/fontinst
7885 %{texmfdist}/tex/generic/dehyph-exptl/*
7886 %{texmfdist}/tex/generic/encodings
7887 %{texmfdist}/tex/generic/epsf
7888 %{texmfdist}/tex/generic/hyph-utf8/*
7889 %doc %{texmfdist}/doc/generic/hyph-utf8
7890 %{texmfdist}/tex/generic/genmisc
7891 %{texmfdist}/tex/generic/misc/null*
7892 %{texmfdist}/tex/generic/misc/texnames.sty
7893 %{texmfdist}/tex/generic/tap
7894 %{texmfdist}/tex/generic/tex-ps
7895 %{texmfdist}/tex/texinfo
7896 %doc %{texmf}/doc/texinfo
7897 %{texmf}/tex/fontinst
7898 %{texmf}/tex/generic/hyphen
7899
7900 %doc %{texmfdist}/doc/generic/epsf
7901 %doc %{texmfdist}/doc/generic/tex-ps
7902 %doc %{texmf}/doc/web2c
7903
7904 # %{fmtdir}/metafun.mem
7905 #%{texmf}/web2c/tex-pl.pool
7906 # %{texmf}/web2c/tex.pool
7907 %{texmf}/fonts/map/dvips/updmap/*
7908
7909 %{texmf}/web2c/*.tcx
7910
7911 # %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7912 # %lang(fi) %{_mandir}/fi/man1/allcm.1*
7913 # %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7914 # %lang(fr) %{_mandir}/fr/man1/access.1*
7915 # %lang(hu) %{_mandir}/hu/man1/access.1*
7916 # %lang(hu) %{_mandir}/hu/man1/newer.1*
7917 # %lang(pl) %{_mandir}/pl/man1/access.1*
7918 # %lang(pl) %{_mandir}/pl/man1/newer.1*
7919 #%{_mandir}/man1/MakeTeXPK.1*
7920 #%{_mandir}/man1/access.1*
7921 #%{_mandir}/man1/fontexport.1*
7922 #%{_mandir}/man1/fontimport.1*
7923 #%{_mandir}/man1/initex.1*
7924 #%{_mandir}/man1/t1mapper.1*
7925 #%{_mandir}/man1/texdoc.1*
7926 #%{_mandir}/man1/texi2html.1*
7927 #%{_mandir}/man1/virtex.1*
7928 #%{_mandir}/man8/fmtutil.8*
7929 #%{_mandir}/man8/mkfontdesc.8*
7930 #%{_mandir}/man8/texlinks.8*
7931
7932 %{_mandir}/man1/afm2tfm.1*
7933 %{_mandir}/man1/allcm.1*
7934 %{_mandir}/man1/allec.1*
7935 %{_mandir}/man1/allneeded.1*
7936 %{_mandir}/man1/ctangle.1*
7937 %{_mandir}/man1/ctie.1*
7938 %{_mandir}/man1/cweave.1*
7939 %{_mandir}/man1/cweb.1*
7940 %{_mandir}/man1/dmp.1*
7941 %{_mandir}/man1/dvipdft.1*
7942 %{_mandir}/man1/dvipng.1*
7943 %{_mandir}/man1/e2pall.1*
7944 %{_mandir}/man1/ebb.1*
7945 %{_mandir}/man1/fmtutil.1*
7946 %{_mandir}/man1/fmtutil-sys.1*
7947 %{_mandir}/man1/fontinst.1*
7948 %{_mandir}/man1/gftodvi.1*
7949 %{_mandir}/man1/gftopk.1*
7950 %{_mandir}/man1/gftype.1*
7951 %{_mandir}/man1/gsftopk.1*
7952 %{_mandir}/man1/kpseaccess.1*
7953 %{_mandir}/man1/kpsereadlink.1*
7954 %{_mandir}/man1/kpsewhere.1*
7955 %{_mandir}/man1/mag.1*
7956 %{_mandir}/man1/makempx.1*
7957 %{_mandir}/man1/makempy.1*
7958 %{_mandir}/man1/mktexfmt.1*
7959 %{_mandir}/man1/mktexlsr.1*
7960 %{_mandir}/man1/newer.1*
7961 %{_mandir}/man1/patgen.1*
7962 %{_mandir}/man1/pdfetex.1*
7963 %{_mandir}/man1/pfb2pfa.1*
7964 %{_mandir}/man1/pk2bm.1*
7965 %{_mandir}/man1/pktogf.1*
7966 %{_mandir}/man1/pktype.1*
7967 %{_mandir}/man1/pltotf.1*
7968 %{_mandir}/man1/pooltype.1*
7969 %{_mandir}/man1/ps2frag.1*
7970 %{_mandir}/man1/ps2pk.1*
7971 %{_mandir}/man1/tangle.1*
7972 %{_mandir}/man1/tex.1*
7973 %{_mandir}/man1/texexec.1*
7974 %{_mandir}/man1/texhash.1*
7975 %{_mandir}/man1/texlinks.1*
7976 %{_mandir}/man1/tftopl.1*
7977 %{_mandir}/man1/tie.1*
7978 %{_mandir}/man1/ttf2afm.1*
7979 %{_mandir}/man1/updmap.1*
7980 %{_mandir}/man1/updmap-sys.1*
7981 %{_mandir}/man1/vftovp.1*
7982 %{_mandir}/man1/vptovf.1*
7983 %{_mandir}/man1/weave.1*
7984 %{_mandir}/man5/fmtutil.cnf.5*
7985 %{_mandir}/man5/updmap.cfg.5*
7986
7987 %files other-utils
7988 %defattr(644,root,root,755)
7989 %dir %{texmfdist}/scripts/mkjobtexmf
7990 %attr(755,root,root) %{_bindir}/bg5+latex
7991 %attr(755,root,root) %{_bindir}/bg5+pdflatex
7992 %attr(755,root,root) %{_bindir}/bg5conv
7993 %attr(755,root,root) %{_bindir}/bg5latex
7994 %attr(755,root,root) %{_bindir}/bg5pdflatex
7995 %attr(755,root,root) %{_bindir}/bibtex8
7996 %attr(755,root,root) %{_bindir}/cfftot1
7997 %attr(755,root,root) %{_bindir}/ebong
7998 %attr(755,root,root) %{_bindir}/extconv
7999 %attr(755,root,root) %{_bindir}/extractbb
8000 %attr(755,root,root) %{_bindir}/gbklatex
8001 %attr(755,root,root) %{_bindir}/gbkpdflatex
8002 %attr(755,root,root) %{_bindir}/getnonfreefonts
8003 %attr(755,root,root) %{_bindir}/getnonfreefonts-sys
8004 %attr(755,root,root) %{_bindir}/hbf2gf
8005 %attr(755,root,root) %{_bindir}/jadetex
8006 %attr(755,root,root) %{_bindir}/lamed
8007 %attr(755,root,root) %{_bindir}/makeglossaries
8008 %attr(755,root,root) %{_bindir}/metafun
8009 %attr(755,root,root) %{_bindir}/mkjobtexmf
8010 %attr(755,root,root) %{texmfdist}/scripts/mkjobtexmf/mkjobtexmf.pl
8011 %attr(755,root,root) %{_bindir}/mllatex
8012 %attr(755,root,root) %{_bindir}/mltex
8013 %attr(755,root,root) %{_bindir}/mmafm
8014 %attr(755,root,root) %{_bindir}/mmpfb
8015 %attr(755,root,root) %{_bindir}/musixflx
8016 %attr(755,root,root) %{_bindir}/ofm2opl
8017 %attr(755,root,root) %{_bindir}/otfinfo
8018 %attr(755,root,root) %{_bindir}/otftotfm
8019 %attr(755,root,root) %{_bindir}/oxdvi
8020 %attr(755,root,root) %{_bindir}/pdfatfi
8021 %attr(755,root,root) %{_bindir}/pdfclose
8022 %attr(755,root,root) %{_bindir}/pdfjadetex
8023 %attr(755,root,root) %{_bindir}/pdfopen
8024 %attr(755,root,root) %{_bindir}/pdftosrc
8025 %{__perl}tex
8026 %attr(755,root,root) %{_bindir}/physe
8027 %attr(755,root,root) %{_bindir}/pkfix
8028 %attr(755,root,root) %{_bindir}/ppower4
8029 %attr(755,root,root) %{_bindir}/rungs
8030 %attr(755,root,root) %{_bindir}/simpdftex
8031 %attr(755,root,root) %{_bindir}/sjisconv
8032 %attr(755,root,root) %{_bindir}/sjislatex
8033 %attr(755,root,root) %{_bindir}/sjispdflatex
8034 %attr(755,root,root) %{_bindir}/synctex
8035 %attr(755,root,root) %{_bindir}/t1dotlessj
8036 %attr(755,root,root) %{_bindir}/t1lint
8037 %attr(755,root,root) %{_bindir}/t1reencode
8038 %attr(755,root,root) %{_bindir}/t1testpage
8039 %attr(755,root,root) %{_bindir}/texcount
8040 %attr(755,root,root) %{_bindir}/texsis
8041 %attr(755,root,root) %{_bindir}/tlmgr
8042 %attr(755,root,root) %{_bindir}/tpic2pdftex
8043 %attr(755,root,root) %{_bindir}/ttf2pk
8044 %attr(755,root,root) %{_bindir}/ttf2tfm
8045 %attr(755,root,root) %{_bindir}/ttftotype42
8046 %attr(755,root,root) %{_bindir}/vlna
8047 %attr(755,root,root) %{_bindir}/vpe
8048 %{_mandir}/man1/cfftot1.1*
8049 %{_mandir}/man1/getnonfreefonts-sys.1
8050 %{_mandir}/man1/getnonfreefonts.1*
8051 %{_mandir}/man1/hbf2gf.1*
8052 %{_mandir}/man1/mkjobtexmf.1*
8053 %{_mandir}/man1/mmafm.1*
8054 %{_mandir}/man1/mmpfb.1*
8055 %{_mandir}/man1/otfinfo.1*
8056 %{_mandir}/man1/otftotfm.1*
8057 %{_mandir}/man1/oxdvi.1
8058 %{_mandir}/man1/pdftosrc.1*
8059 %{_mandir}/man1/ps2eps.1*
8060 %{_mandir}/man1/synctex.1*
8061 %{_mandir}/man1/t1dotlessj.1*
8062 %{_mandir}/man1/t1lint.1*
8063 %{_mandir}/man1/t1reencode.1*
8064 %{_mandir}/man1/t1testpage.1*
8065 %{_mandir}/man1/ttf2pk.1*
8066 %{_mandir}/man1/ttf2tfm.1*
8067 %{_mandir}/man1/ttftotype42.1*
8068 %{_mandir}/man1/vlna.1*
8069 %{_mandir}/man5/synctex.5*
8070 %{texmfdist}/source/startex
8071 %{texmfdist}/source/jadetex
8072 %{texmfdist}/tex/jadetex
8073 %{texmfdist}/tex/texsis
8074 %{texmfdist}/tex/startex
8075 %{texmf}/fmtutil/fmtutil-hdr.cnf
8076 %{texmf}/fmtutil/format.jadetex.cnf
8077 %{texmf}/fmtutil/format.cyrtex.cnf
8078 %{texmf}/fmtutil/format.cyrtexinfo.cnf
8079 %{texmf}/fmtutil/format.mltex.cnf
8080 %{texmf}/ttf2pk
8081 %{texmf}/fonts/enc/ttf2pk
8082 %{texmf}/fonts/map/ttf2pk
8083 %{texmfdist}/tex/generic/abbr
8084 %{texmfdist}/tex/generic/abstyles/
8085 %{texmfdist}/tex/generic/barr
8086 %{texmfdist}/tex/generic/borceux
8087 %{texmfdist}/source/generic/borceux
8088 %{texmfdist}/tex/generic/c-pascal
8089 %{texmfdist}/tex/generic/cirth
8090 %{texmfdist}/tex/generic/dratex
8091 %{texmfdist}/tex/generic/ean
8092 %{texmfdist}/tex/generic/edmac
8093 %{texmfdist}/tex/generic/elvish
8094 %{texmfdist}/tex/generic/fenixpar
8095 %{texmfdist}/tex/generic/fltpoint
8096 %{texmfdist}/source/generic/fltpoint
8097 %{texmfdist}/tex/generic/musixtex
8098 %{texmfdist}/source/generic/hyphenex
8099 %{texmfdist}/source/generic/mkjobtexmf
8100 %{texmf}/hbf2gf
8101 %{texmf}/fmtutil/format.texsis.cnf
8102
8103 %files other-utils-doc
8104 %defattr(644,root,root,755)
8105 %doc %{texmfdist}/doc/generic/abbr
8106 %doc %{texmfdist}/doc/jadetex
8107 %doc %{texmfdist}/doc/texsis
8108 %doc %{texmfdist}/doc/startex
8109 %doc %{texmfdist}/doc/generic/c-pascal
8110 %doc %{texmfdist}/doc/generic/barr
8111 %doc %{texmfdist}/doc/generic/borceux
8112 %doc %{texmfdist}/doc/generic/dratex
8113 %doc %{texmfdist}/doc/generic/mkjobtexmf
8114 %doc %{texmfdist}/doc/support/texcount
8115 %doc %{texmf}/doc/tpic2pdftex
8116 %doc %{texmf}/doc/extconv
8117 %doc %{texmfdist}/doc/generic/fenixpar
8118 %doc %{texmfdist}/doc/generic/fltpoint
8119 %doc %{texmf}/doc/bg5conv
8120 %doc %{texmf}/doc/pkfix
8121 %doc %{texmf}/doc/hbf2gf
8122 %doc %{texmf}/doc/ttf2pk
8123 %doc %{texmf}/doc/sjisconv
8124 %doc %{texmf}/doc/vlna
8125
8126 %files dirs-fonts
8127 %defattr(644,root,root,755)
8128 %dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
8129 %dir %{texmfdist}/fonts
8130 %dir %{texmfdist}/fonts/afm
8131 %dir %{texmfdist}/fonts/afm/public
8132 %dir %{texmfdist}/fonts/afm/vntex
8133 %dir %{texmfdist}/fonts/enc
8134 %dir %{texmfdist}/fonts/enc/dvips
8135 %dir %{texmfdist}/fonts/enc/dvips/vntex
8136 %dir %{texmfdist}/fonts/map
8137 %dir %{texmfdist}/fonts/map/dvipdfm
8138 %dir %{texmfdist}/fonts/map/dvips
8139 %dir %{texmfdist}/fonts/map/dvips/vntex
8140 %dir %{texmfdist}/fonts/map/fontname
8141 %dir %{texmfdist}/fonts/map/vtex
8142 %dir %{texmfdist}/fonts/ofm
8143 %dir %{texmfdist}/fonts/ofm/public
8144 %dir %{texmfdist}/fonts/ovf
8145 %dir %{texmfdist}/fonts/ovf/public
8146 %dir %{texmfdist}/fonts/ovp
8147 %dir %{texmfdist}/fonts/ovp/public
8148 %dir %{texmfdist}/fonts/opentype
8149 %dir %{texmfdist}/fonts/opentype/public
8150 %dir %{texmfdist}/fonts/pk
8151 %dir %{texmfdist}/fonts/pk/ljfour
8152 %dir %{texmfdist}/fonts/source
8153 %dir %{texmfdist}/fonts/source/public
8154 %dir %{texmfdist}/fonts/source/vntex
8155 %dir %{texmfdist}/fonts/tfm
8156 %dir %{texmfdist}/fonts/tfm/public
8157 %dir %{texmfdist}/fonts/tfm/vntex
8158 %dir %{texmfdist}/fonts/truetype
8159 %dir %{texmfdist}/fonts/type1
8160 %dir %{texmfdist}/fonts/type1/public
8161 %dir %{texmfdist}/fonts/type1/vntex
8162 %dir %{texmfdist}/fonts/vf
8163 %dir %{texmfdist}/fonts/vf/public
8164 %dir %{texmfdist}/fonts/vf/vntex
8165 %dir %{texmfdist}/source
8166 %dir %{texmfdist}/source/fonts
8167 %dir %{texmfdist}/source/latex
8168 %dir %{texmf}/fonts
8169 %dir %{texmf}/fonts/opentype
8170 %dir %{texmf}/fonts/opentype/public
8171
8172 %files doc
8173 %defattr(644,root,root,755)
8174 %doc %{texmfdist}/doc/generic/dehyph-exptl
8175 %dir %{texmfdoc}
8176 %dir %{texmfdoc}/doc
8177 %{texmfdoc}/README
8178 %{texmfdoc}/ls-R
8179 %{texmfdoc}/doc/english
8180 %{texmfdist}/doc/fontinst
8181
8182 %files doc-bg
8183 %defattr(644,root,root,755)
8184 %{texmfdoc}/doc/bulgarian
8185
8186 %files doc-cs
8187 %defattr(644,root,root,755)
8188 %{texmfdoc}/doc/czechslovak
8189
8190 %files doc-de
8191 %defattr(644,root,root,755)
8192 %{texmfdoc}/doc/german
8193
8194 %files doc-el
8195 %defattr(644,root,root,755)
8196 %{texmfdoc}/doc/greek
8197 %{texmf}/doc/generic/elhyphen
8198
8199 %files doc-es
8200 %defattr(644,root,root,755)
8201 %{texmfdoc}/doc/spanish
8202
8203 %files doc-fi
8204 %defattr(644,root,root,755)
8205 %{texmfdoc}/doc/finnish
8206
8207 %files doc-fr
8208 %defattr(644,root,root,755)
8209 %{texmfdoc}/doc/french
8210
8211 %files doc-it
8212 %defattr(644,root,root,755)
8213 %{texmfdoc}/doc/italian
8214
8215 %files doc-ja
8216 %defattr(644,root,root,755)
8217 %{texmfdoc}/doc/japanese
8218
8219 %files doc-ko
8220 %defattr(644,root,root,755)
8221 %{texmfdoc}/doc/korean
8222
8223 %files doc-mn
8224 %defattr(644,root,root,755)
8225 %{texmfdoc}/doc/mongolian
8226
8227 %files doc-nl
8228 %defattr(644,root,root,755)
8229 %{texmfdoc}/doc/dutch
8230
8231 %files doc-pl
8232 %defattr(644,root,root,755)
8233 %{texmfdoc}/doc/polish
8234
8235 %files doc-pt
8236 %defattr(644,root,root,755)
8237 %{texmfdoc}/doc/portuguese
8238
8239 %files doc-ru
8240 %defattr(644,root,root,755)
8241 %{texmfdoc}/doc/russian
8242
8243 %files doc-sk
8244 %defattr(644,root,root,755)
8245 %{texmfdoc}/doc/slovak
8246
8247 %files doc-sl
8248 %defattr(644,root,root,755)
8249 %{texmfdoc}/doc/slovenian
8250
8251 %files doc-th
8252 %defattr(644,root,root,755)
8253 %{texmfdoc}/doc/thai
8254
8255 %files doc-tr
8256 %defattr(644,root,root,755)
8257 %{texmfdoc}/doc/turkish
8258
8259 %files doc-uk
8260 %defattr(644,root,root,755)
8261 %{texmfdoc}/doc/ukrainian
8262
8263 %files doc-vi
8264 %defattr(644,root,root,755)
8265 %{texmfdoc}/doc/vietnamese
8266
8267 %files doc-zh_CN
8268 %defattr(644,root,root,755)
8269 %{texmfdoc}/doc/chinese
8270
8271 # %files doc-Catalogue
8272 # %defattr(644,root,root,755)
8273 # %{texmf}/doc/help/Catalogue
8274
8275 # %files doc-tug-faq
8276 # %defattr(644,root,root,755)
8277 # %{texmf}/doc/help/faq/uktug-faq
8278
8279
8280 %files doc-latex
8281 %defattr(644,root,root,755)
8282 # %{texmfdist}/doc/latex/bar
8283 # %{texmfdist}/doc/latex/eclbip
8284 # %{texmfdist}/doc/latex/eo
8285 %{texmfdist}/doc/latex/floatflt
8286 # %{texmfdist}/doc/latex/general
8287 # %{texmfdist}/doc/latex/germbib
8288 # %{texmfdist}/doc/latex/images
8289 # %{texmfdist}/doc/latex/mathcomp
8290 # %{texmfdist}/doc/latex/mt11p
8291 # %{texmfdist}/doc/latex/picins
8292 # %{texmfdist}/doc/latex/ps4pdf
8293 # %{texmfdist}/doc/latex/pslatex
8294 # %{texmfdist}/doc/latex/supertab
8295 # %{texmfdist}/doc/latex/tex-refs
8296 # %{texmfdist}/doc/latex/textmerg
8297 # %{texmfdist}/doc/latex/treesvr
8298 %doc %{texmfdist}/doc/generic/shapepar
8299 %doc %{texmfdist}/doc/latex/acronym
8300 %doc %{texmfdist}/doc/latex/aeguill
8301 %doc %{texmfdist}/doc/latex/anysize
8302 %doc %{texmfdist}/doc/latex/base
8303 %doc %{texmfdist}/doc/latex/beton
8304 %doc %{texmfdist}/doc/latex/concmath
8305 %doc %{texmfdist}/doc/latex/crop
8306 %doc %{texmfdist}/doc/latex/draftcopy
8307 %doc %{texmfdist}/doc/latex/eepic
8308 %doc %{texmfdist}/doc/latex/endfloat
8309 %doc %{texmfdist}/doc/latex/esint
8310 %doc %{texmfdist}/doc/latex/eso-pic
8311 %doc %{texmfdist}/doc/latex/euler
8312 %doc %{texmfdist}/doc/latex/eulervm
8313 %doc %{texmfdist}/doc/latex/extsizes
8314 %doc %{texmfdist}/doc/latex/fancybox
8315 %doc %{texmfdist}/doc/latex/fancyhdr
8316 %doc %{texmfdist}/doc/latex/fancyvrb
8317 %doc %{texmfdist}/doc/latex/filecontents
8318 %doc %{texmfdist}/doc/latex/float
8319 %doc %{texmfdist}/doc/latex/footmisc
8320 %doc %{texmfdist}/doc/latex/footnpag
8321 %doc %{texmfdist}/doc/latex/fp
8322 %doc %{texmfdist}/doc/latex/geometry
8323 %doc %{texmfdist}/doc/latex/graphics
8324 %doc %{texmfdist}/doc/latex/hyperref
8325 %doc %{texmfdist}/doc/latex/hyphenat
8326 %doc %{texmfdist}/doc/latex/index
8327 %doc %{texmfdist}/doc/latex/koma-script
8328 %doc %{texmfdist}/doc/latex/labels
8329 %doc %{texmfdist}/doc/latex/layouts
8330 %doc %{texmfdist}/doc/latex/listings
8331 %doc %{texmfdist}/doc/latex/ltabptch
8332 %doc %{texmfdist}/doc/latex/mdwtools
8333 %doc %{texmfdist}/doc/latex/memoir
8334 %doc %{texmfdist}/doc/latex/mh
8335 %doc %{texmfdist}/doc/latex/mparhack
8336 %doc %{texmfdist}/doc/latex/ms
8337 %doc %{texmfdist}/doc/latex/multibib
8338 %doc %{texmfdist}/doc/latex/mwcls
8339 %doc %{texmfdist}/doc/latex/natbib
8340 %doc %{texmfdist}/doc/latex/nomencl
8341 %doc %{texmfdist}/doc/latex/ntgclass
8342 %doc %{texmfdist}/doc/latex/oberdiek
8343 %doc %{texmfdist}/doc/latex/overpic
8344 %doc %{texmfdist}/doc/latex/paralist
8345 %doc %{texmfdist}/doc/latex/pb-diagram
8346 %doc %{texmfdist}/doc/latex/pdfpages
8347 %doc %{texmfdist}/doc/latex/picinpar
8348 %doc %{texmfdist}/doc/latex/pict2e
8349 %doc %{texmfdist}/doc/latex/placeins
8350 %doc %{texmfdist}/doc/latex/preprint
8351 %doc %{texmfdist}/doc/latex/preview
8352 %doc %{texmfdist}/doc/latex/program
8353 %doc %{texmfdist}/doc/latex/psfrag
8354 %doc %{texmfdist}/doc/latex/revtex
8355 %doc %{texmfdist}/doc/latex/rotating
8356 %doc %{texmfdist}/doc/latex/rotfloat
8357 %doc %{texmfdist}/doc/latex/scale
8358 %doc %{texmfdist}/doc/latex/sectsty
8359 %doc %{texmfdist}/doc/latex/seminar
8360 %doc %{texmfdist}/doc/latex/showlabels
8361 %doc %{texmfdist}/doc/latex/sidecap
8362 %doc %{texmfdist}/doc/latex/slashbox
8363 %doc %{texmfdist}/doc/latex/soul
8364 %doc %{texmfdist}/doc/latex/stdclsdv
8365 %doc %{texmfdist}/doc/latex/subfig
8366 %doc %{texmfdist}/doc/latex/subfigure
8367 %doc %{texmfdist}/doc/latex/textfit
8368 %doc %{texmfdist}/doc/latex/textpos
8369 %doc %{texmfdist}/doc/latex/titlesec
8370 %doc %{texmfdist}/doc/latex/tocbibind
8371 %doc %{texmfdist}/doc/latex/tocloft
8372 %doc %{texmfdist}/doc/latex/tools
8373 %doc %{texmfdist}/doc/latex/totpages
8374 %doc %{texmfdist}/doc/latex/type1cm
8375 %doc %{texmfdist}/doc/latex/units
8376 %doc %{texmfdist}/doc/latex/vmargin
8377 %doc %{texmfdist}/doc/latex/was
8378 %doc %{texmfdist}/doc/latex/wrapfig
8379 %doc %{texmfdist}/doc/latex/xtab
8380 %doc %{texmfdist}/doc/latex/yfonts
8381 %doc %{texmfdist}/doc/fonts/calrsfs
8382 %doc %{texmfdist}/doc/generic/encxvlna
8383 %doc %{texmfdist}/doc/generic/textmerg
8384
8385 %files -n kpathsea
8386 %defattr(644,root,root,755)
8387 %doc %{texmf}/doc/kpathsea
8388 %attr(755,root,root) %{_bindir}/kpsepath
8389 %attr(755,root,root) %{_bindir}/kpsestat
8390 %attr(755,root,root) %{_bindir}/kpsetool
8391 %attr(755,root,root) %{_bindir}/kpsewhich
8392 %attr(755,root,root) %{_bindir}/kpsexpand
8393 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
8394 %{_libdir}/libkpathsea.la
8395 %{_mandir}/man1/kpsexpand.1*
8396 %{_mandir}/man1/kpsepath.1*
8397 %{_mandir}/man1/kpsestat.1*
8398 %{_mandir}/man1/kpsetool.1*
8399 %{_mandir}/man1/kpsewhich.1*
8400
8401 %files -n kpathsea-devel
8402 %defattr(644,root,root,755)
8403 %attr(755,root,root) %{_libdir}/libkpathsea.so
8404 %{_includedir}/kpathsea
8405 %{_infodir}/kpathsea.info*
8406
8407 %files dvips
8408 %defattr(644,root,root,755)
8409 # %doc %{texmf}/doc/programs/dvips.dvi
8410 # %doc %{texmf}/doc/programs/dvipdfm.dvi
8411 # %doc %{texmf}/doc/latex/psnfssx
8412 # %lang(fi) %{_mandir}/fi/man1/dvips.1*
8413 # %{texmf}/dvips/misc
8414 # %{texmf}/dvips/config/config.generic
8415 # %{texmf}/fonts/map/dvips/misc
8416 # %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
8417 # %{texmf}/fonts/map/dvips/tetex/bsr.map
8418 # %{_localstatedir}/fonts/map/dvipdfm
8419 # %{_localstatedir}/fonts/map/dvips
8420 %dir %{texmfdist}/fonts/map/dvips/cmex
8421 %dir %{texmf}/dvipdfm
8422 %doc %{texmf}/doc/dvips
8423 %doc %{texmf}/doc/dvipdfm
8424 %attr(755,root,root) %{_bindir}/dvips
8425 %attr(755,root,root) %{_bindir}/dvired
8426 %attr(755,root,root) %{_bindir}/dvitomp
8427 %attr(755,root,root) %{_bindir}/dvitype
8428 %attr(755,root,root) %{_bindir}/dvicopy
8429 %attr(755,root,root) %{_bindir}/dvipdfm
8430 %attr(755,root,root) %{_bindir}/dvipdft
8431 # dvi2fax requires ghostscript
8432 %attr(755,root,root) %{_bindir}/dvi2fax
8433 %{_infodir}/dvips.info*
8434 %{_mandir}/man1/dvi2fax.1*
8435 %{_mandir}/man1/dvicopy.1*
8436 %{_mandir}/man1/dvipdfm.1*
8437 %{_mandir}/man1/dvips.1*
8438 %{_mandir}/man1/dvired.1*
8439 %{_mandir}/man1/dvitomp.1*
8440 %{_mandir}/man1/dvitype.1*
8441 %{texmf}/dvips/base
8442 %{texmf}/dvips/config
8443 %{texmf}/dvips/getafm
8444 %{texmf}/dvips/gsftopk
8445 # %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
8446 %{texmfdist}/fonts/enc/dvips/base
8447 %{texmfdist}/fonts/map/dvips/allrunes
8448 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
8449 %{texmfdist}/tex/generic/dvips
8450 %{texmfdist}/dvips
8451 %{texmf}/dvipdfm/config
8452 %{texmf}/dvips/tetex/config.*
8453 %{texmf}/fonts/enc/dvips/tetex/mtex.enc
8454 %{texmf}/fonts/enc/dvips/afm2pl
8455 # %{texmf}/fonts/map
8456 %dir %{texmf}/fonts/map/dvipdfm
8457 %dir %{texmf}/fonts/map/dvips
8458 %dir %{texmf}/fonts/map/dvips/tetex
8459 %{texmf}/fonts/map/dvipdfm/updmap
8460 %{texmf}/fonts/map/dvipdfm/dvipdfmx
8461 %{texmf}/fonts/map/dvipdfm/tetex
8462 %{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
8463 %{texmf}/fonts/map/dvips/tetex/dvips35.map
8464 %{texmf}/fonts/map/dvips/tetex/mathpple.map
8465 %{texmf}/fonts/map/dvips/tetex/mt-belleek.map
8466 %{texmf}/fonts/map/dvips/tetex/mt-plus.map
8467 %{texmf}/fonts/map/dvips/tetex/mt-yy.map
8468 %{texmf}/fonts/map/dvips/tetex/pdftex35.map
8469
8470
8471 %files dvilj
8472 %defattr(644,root,root,755)
8473 %attr(755,root,root) %{_bindir}/dvihp
8474 %attr(755,root,root) %{_bindir}/dvilj
8475 %attr(755,root,root) %{_bindir}/dvilj2p
8476 %attr(755,root,root) %{_bindir}/dvilj4
8477 %attr(755,root,root) %{_bindir}/dvilj4l
8478 %attr(755,root,root) %{_bindir}/dvilj6
8479 %{_mandir}/man1/dvihp.1*
8480 %{_mandir}/man1/dvilj.1*
8481 %{_mandir}/man1/dvilj2p.1*
8482 %{_mandir}/man1/dvilj4.1*
8483 %{_mandir}/man1/dvilj4l.1*
8484 %{_mandir}/man1/dvilj6.1*
8485
8486 %files makeindex
8487 %defattr(644,root,root,755)
8488 %doc %{texmfdist}/doc/makeindex
8489 %attr(755,root,root) %{_bindir}/mkindex
8490 %attr(755,root,root) %{_bindir}/makeindex
8491 %attr(755,root,root) %{_bindir}/rumakeindex
8492 %{texmfdist}/makeindex
8493 %{_mandir}/man1/makeindex.1*
8494 %{_mandir}/man1/mkindex.1*
8495 %{_mandir}/man1/rumakeindex.1*
8496
8497 %files scripts
8498 %defattr(644,root,root,755)
8499 %dir %{texmfdist}/scripts
8500 %dir %{texmf}/scripts
8501 %dir %{texmf}/scripts/texlive
8502 %{texmfdist}/scripts/bengali
8503 %{texmfdist}/scripts/dviasm
8504 %{texmfdist}/scripts/glossaries
8505 %{texmfdist}/scripts/oberdiek
8506 %{texmfdist}/scripts/perltex
8507 %{texmfdist}/scripts/pgfplots
8508 %{texmfdist}/scripts/ppower4
8509 %{texmfdist}/scripts/pst2pdf
8510 %{texmfdist}/scripts/shipunov
8511 %{texmfdist}/scripts/texcount
8512 %{texmfdist}/scripts/vpe/vpe.pl
8513 %{texmf}/scripts/a2ping
8514 %{texmf}/scripts/epstopdf
8515 %{texmf}/scripts/pkfix
8516 %{texmf}/scripts/ps2eps
8517 %{texmf}/scripts/simpdftex
8518 %{texmf}/scripts/tetex
8519 %{texmf}/scripts/texlive/getnonfreefonts.pl
8520 %{texmf}/scripts/texlive/gswin32
8521 %{texmf}/scripts/texlive/lua
8522 %{texmf}/scripts/texlive/*.tlu
8523 %{texmf}/scripts/texlive/tlmgr.pl
8524 %{texmf}/scripts/texlive/tlmgrgui
8525
8526 %files tex-arrayjob
8527 %defattr(644,root,root,755)
8528 %doc %{texmfdist}/doc/generic/arrayjob
8529 %{texmfdist}/tex/generic/arrayjob
8530
8531 %files tex-insbox
8532 %defattr(644,root,root,755)
8533 %doc %{texmfdist}/doc/generic/insbox
8534 %{texmfdist}/tex/generic/insbox
8535
8536 %files tex-kastrup
8537 %defattr(644,root,root,755)
8538 %doc %{texmfdist}/doc/generic/kastrup/binhex.pdf
8539 %{texmfdist}/source/generic/kastrup
8540 %{texmfdist}/tex/generic/kastrup
8541
8542 %files tex-mathdots
8543 %defattr(644,root,root,755)
8544 %doc %{texmfdist}/doc/generic/mathdots
8545 %{texmfdist}/source/generic/mathdots
8546 %{texmfdist}/tex/generic/mathdots
8547
8548 %files tex-ofs
8549 %defattr(644,root,root,755)
8550 %doc %{texmfdist}/doc/generic/ofs
8551 %{texmfdist}/tex/generic/ofs
8552
8553 %files tex-physe
8554 %defattr(644,root,root,755)
8555 %{texmfdist}/tex/physe
8556 %{texmf}/fmtutil/format.physe.cnf
8557
8558 %files tex-velthuis
8559 %defattr(644,root,root,755)
8560 %doc %{texmfdist}/doc/generic/velthuis
8561 %{texmfdist}/tex/generic/velthuis
8562
8563 %files tex-ytex
8564 %defattr(644,root,root,755)
8565 %{texmfdist}/tex/ytex
8566
8567 %files metafont
8568 %defattr(644,root,root,755)
8569 #%attr(755,root,root) %{_bindir}/mfw
8570 #%attr(755,root,root) %{_bindir}/virmf
8571 #%attr(755,root,root) %{_bindir}/inimf
8572 #%{texmf}/mft/cmbase.mft
8573 # %{texmf}/mft/e.mft
8574 # %{texmf}/mft/pl.mft
8575 # %{fmtdir}/mf.base
8576 #%{texmf}/web2c/mf-nowin.base
8577 # %{texmf}/web2c/mf.pool
8578 #%{texmf}/web2c/mfw.base
8579 #%{_mandir}/man1/inimf.1*
8580 #%{_mandir}/man1/virmf.1*
8581 %dir %{texmfdist}/mft
8582 %attr(755,root,root) %{_bindir}/mf
8583 %attr(755,root,root) %{_bindir}/mf-nowin
8584 %attr(755,root,root) %{_bindir}/mft
8585 %attr(755,root,root) %{_bindir}/mktexmf
8586 %attr(755,root,root) %{_bindir}/mktexpk
8587 %attr(755,root,root) %{_bindir}/mktextfm
8588 %{texmfdist}/metafont
8589 %{texmfdist}/mft/base
8590 %{texmfdist}/source/metafont
8591 %{_mandir}/man1/mf.1*
8592 %{_mandir}/man1/mf-nowin.1*
8593 %{_mandir}/man1/mft.1*
8594 %{_mandir}/man1/mktexmf.1*
8595 %{_mandir}/man1/mktexpk.1*
8596 %{_mandir}/man1/mktextfm.1*
8597 %{texmf}/fmtutil/format.metafont.cnf
8598
8599 %files metapost
8600 %defattr(644,root,root,755)
8601 #%attr(755,root,root) %{_bindir}/virmpost
8602 #%attr(755,root,root) %{_bindir}/inimpost
8603 # %{texmf}/web2c/mp.pool
8604 # %{fmtdir}/mpost.mem
8605 #%{_mandir}/man1/inimpost.1*
8606 #%{_mandir}/man1/virmpost.1*
8607 %dir %{texmfdist}/metapost
8608 %doc %{texmfdist}/doc/metapost
8609 %attr(755,root,root) %{_bindir}/mpost
8610 %attr(755,root,root) %{_bindir}/mpto
8611 %{texmfdist}/metapost/base
8612 %{texmfdist}/metapost/config
8613 %{texmfdist}/metapost/mfpic
8614 %{texmfdist}/metapost/misc
8615 %{texmfdist}/metapost/support
8616 %{texmfdist}/source/metapost
8617 %{_mandir}/man1/mpost.1*
8618 %{_mandir}/man1/mpto.1*
8619 %{texmf}/fmtutil/format.metapost.cnf
8620
8621 %files metapost-other
8622 %defattr(644,root,root,755)
8623 %{texmfdist}/metapost/automata
8624 %{texmfdist}/metapost/bbcard
8625 %{texmfdist}/metapost/blockdraw_mp
8626 %{texmfdist}/metapost/bpolynomial
8627 %{texmfdist}/metapost/cmarrows
8628 %{texmfdist}/metapost/dviincl
8629 %{texmfdist}/metapost/epsincl
8630 %{texmfdist}/metapost/expressg
8631 %{texmfdist}/metapost/exteps
8632 %{texmfdist}/metapost/featpost
8633 %{texmfdist}/metapost/frcursive
8634 %{texmfdist}/metapost/hatching
8635 %{texmfdist}/metapost/metaobj
8636 %{texmfdist}/metapost/metaplot
8637 %{texmfdist}/metapost/metauml
8638 %{texmfdist}/metapost/mp3d
8639 %{texmfdist}/metapost/mpattern
8640 %{texmfdist}/metapost/nkarta
8641 %{texmfdist}/metapost/piechartmp
8642 %{texmfdist}/metapost/slideshow
8643 %{texmfdist}/metapost/splines
8644 %{texmfdist}/metapost/tabvar
8645 %{texmfdist}/metapost/textpath
8646 %{texmfdist}/metapost/venn
8647
8648 %files mptopdf
8649 %defattr(644,root,root,755)
8650 %attr(755,root,root) %{_bindir}/mptopdf
8651 %{_mandir}/man1/mptopdf.1*
8652 %{texmfdist}/tex/mptopdf
8653 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
8654
8655 %files texdoctk
8656 %defattr(644,root,root,755)
8657 # %doc %{texmf}/doc/texdoctk
8658 %attr(755,root,root) %{_bindir}/texdoctk
8659 %{texmf}/texdoctk
8660 %{_mandir}/man1/texdoctk.1*
8661
8662 %files -n texconfig
8663 %defattr(644,root,root,755)
8664 %dir %{texmf}/texconfig
8665 %doc %{texmf}/texconfig/README
8666 %attr(755,root,root) %{_bindir}/texconfig
8667 %attr(755,root,root) %{_bindir}/texconfig-dialog
8668 %attr(755,root,root) %{_bindir}/texconfig-sys
8669 %attr(755,root,root) %{texmf}/texconfig/tcfmgr
8670 %{_mandir}/man1/texconfig.1*
8671 %{_mandir}/man1/texconfig-sys.1*
8672 %{texmf}/texconfig/g
8673 %{texmf}/texconfig/generic
8674 %{texmf}/texconfig/tcfmgr.map
8675 %{texmf}/texconfig/v
8676 %{texmf}/texconfig/x
8677
8678 %files -n xindy
8679 %defattr(644,root,root,755)
8680 %doc %{texmf}/doc/xindy
8681 %dir %{texmf}/xindy
8682 %dir %{texmf}/xindy/lang
8683 %dir %{texmf}/scripts
8684 %{texmf}/scripts/xindy
8685 %{texmf}/xindy/base
8686 %{texmf}/xindy/class
8687 %{texmf}/xindy/ord
8688 %{texmf}/xindy/rules
8689 %{texmf}/xindy/styles
8690 %{texmf}/xindy/tex
8691
8692
8693 %files -n xindy-albanian
8694 %defattr(644,root,root,755)
8695 %{texmf}/xindy/lang/albanian
8696
8697 %files -n xindy-belarusian
8698 %defattr(644,root,root,755)
8699 %{texmf}/xindy/lang/belarusian
8700
8701 %files -n xindy-bulgarian
8702 %defattr(644,root,root,755)
8703 %{texmf}/xindy/lang/bulgarian
8704
8705 %files -n xindy-croatian
8706 %defattr(644,root,root,755)
8707 %{texmf}/xindy/lang/croatian
8708
8709 %files -n xindy-czech
8710 %defattr(644,root,root,755)
8711 %{texmf}/xindy/lang/czech
8712
8713 %files -n xindy-danish
8714 %defattr(644,root,root,755)
8715 %{texmf}/xindy/lang/danish
8716
8717 %files -n xindy-dutch
8718 %defattr(644,root,root,755)
8719 %{texmf}/xindy/lang/dutch
8720
8721 %files -n xindy-english
8722 %defattr(644,root,root,755)
8723 %{texmf}/xindy/lang/english
8724
8725 %files -n xindy-esperanto
8726 %defattr(644,root,root,755)
8727 %{texmf}/xindy/lang/esperanto
8728
8729 %files -n xindy-estonian
8730 %defattr(644,root,root,755)
8731 %{texmf}/xindy/lang/estonian
8732
8733 %files -n xindy-finnish
8734 %defattr(644,root,root,755)
8735 %{texmf}/xindy/lang/finnish
8736
8737 %files -n xindy-french
8738 %defattr(644,root,root,755)
8739 %{texmf}/xindy/lang/french
8740
8741 %files -n xindy-general
8742 %defattr(644,root,root,755)
8743 %{texmf}/xindy/lang/general
8744
8745 %files -n xindy-georgian
8746 %defattr(644,root,root,755)
8747 %{texmf}/xindy/lang/georgian
8748
8749 %files -n xindy-german
8750 %defattr(644,root,root,755)
8751 %{texmf}/xindy/lang/german
8752
8753 %files -n xindy-greek
8754 %defattr(644,root,root,755)
8755 %{texmf}/xindy/lang/greek
8756
8757 %files -n xindy-gypsy
8758 %defattr(644,root,root,755)
8759 %{texmf}/xindy/lang/gypsy
8760
8761 %files -n xindy-hausa
8762 %defattr(644,root,root,755)
8763 %{texmf}/xindy/lang/hausa
8764
8765 %files -n xindy-hebrew
8766 %defattr(644,root,root,755)
8767 %{texmf}/xindy/lang/hebrew
8768
8769 %files -n xindy-hungarian
8770 %defattr(644,root,root,755)
8771 %{texmf}/xindy/lang/hungarian
8772
8773 %files -n xindy-icelandic
8774 %defattr(644,root,root,755)
8775 %{texmf}/xindy/lang/icelandic
8776
8777 %files -n xindy-italian
8778 %defattr(644,root,root,755)
8779 %{texmf}/xindy/lang/italian
8780
8781 %files -n xindy-klingon
8782 %defattr(644,root,root,755)
8783 %{texmf}/xindy/lang/klingon
8784
8785 %files -n xindy-kurdish
8786 %defattr(644,root,root,755)
8787 %{texmf}/xindy/lang/kurdish
8788
8789 %files -n xindy-latin
8790 %defattr(644,root,root,755)
8791 %{texmf}/xindy/lang/latin
8792
8793 %files -n xindy-latvian
8794 %defattr(644,root,root,755)
8795 %{texmf}/xindy/lang/latvian
8796
8797 %files -n xindy-lithuanian
8798 %defattr(644,root,root,755)
8799 %{texmf}/xindy/lang/lithuanian
8800
8801 %files -n xindy-lower-sorbian
8802 %defattr(644,root,root,755)
8803 %{texmf}/xindy/lang/lower-sorbian
8804
8805 %files -n xindy-macedonian
8806 %defattr(644,root,root,755)
8807 %{texmf}/xindy/lang/macedonian
8808
8809 %files -n xindy-mongolian
8810 %defattr(644,root,root,755)
8811 %{texmf}/xindy/lang/mongolian
8812
8813 %files -n xindy-norwegian
8814 %defattr(644,root,root,755)
8815 %{texmf}/xindy/lang/norwegian
8816
8817 %files -n xindy-polish
8818 %defattr(644,root,root,755)
8819 %{texmf}/xindy/lang/polish
8820
8821 %files -n xindy-portuguese
8822 %defattr(644,root,root,755)
8823 %{texmf}/xindy/lang/portuguese
8824
8825 %files -n xindy-romanian
8826 %defattr(644,root,root,755)
8827 %{texmf}/xindy/lang/romanian
8828
8829 %files -n xindy-russian
8830 %defattr(644,root,root,755)
8831 %{texmf}/xindy/lang/russian
8832
8833 %files -n xindy-serbian
8834 %defattr(644,root,root,755)
8835 %{texmf}/xindy/lang/serbian
8836
8837 %files -n xindy-slovak
8838 %defattr(644,root,root,755)
8839 %{texmf}/xindy/lang/slovak
8840
8841 %files -n xindy-slovenian
8842 %defattr(644,root,root,755)
8843 %{texmf}/xindy/lang/slovenian
8844
8845 %files -n xindy-spanish
8846 %defattr(644,root,root,755)
8847 %{texmf}/xindy/lang/spanish
8848
8849 %files -n xindy-swedish
8850 %defattr(644,root,root,755)
8851 %{texmf}/xindy/lang/swedish
8852
8853 %files -n xindy-turkish
8854 %defattr(644,root,root,755)
8855 %{texmf}/xindy/lang/turkish
8856
8857 %files -n xindy-ukrainian
8858 %defattr(644,root,root,755)
8859 %{texmf}/xindy/lang/ukrainian
8860
8861 %files -n xindy-upper-sorbian
8862 %defattr(644,root,root,755)
8863 %{texmf}/xindy/lang/upper-sorbian
8864
8865 %files -n xindy-vietnamese
8866 %defattr(644,root,root,755)
8867 %{texmf}/xindy/lang/vietnamese/
8868
8869 %files -n xdvi
8870 %defattr(644,root,root,755)
8871 #%attr(755,root,root) %{_bindir}/xdvi-motif.bin
8872 # %attr(755,root,root) %{_bindir}/xdvizilla
8873 # %{_mandir}/man1/xdvizilla.1*
8874 %attr(755,root,root) %{_bindir}/xdvi-xaw
8875 %attr(755,root,root) %{_bindir}/xdvi
8876 %{_mandir}/man1/xdvi.1*
8877 %{_desktopdir}/xdvi.desktop
8878 %{_pixmapsdir}/xdvi.png
8879 %{texmf}/xdvi
8880
8881 %files pdftex
8882 %defattr(644,root,root,755)
8883 # %doc %{texmf}/doc/programs/pdfcrop.txt
8884 # %attr(755,root,root) %{_bindir}/pdfxtex
8885 # %{_localstatedir}/fonts/map/pdftex
8886 # %dir %{texmf}/fonts/map/pdftex
8887 # %dir %{texmf}/fonts/map/pdftex/cmttf
8888 # %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8889 # %{texmf}/web2c/pdfetex-pl.pool
8890 # %{texmf}/web2c/pdfetex.pool
8891 # %{texmf}/web2c/pdfxtex.pool
8892 # %{_mandir}/man1/pdfxtex.1*
8893 %dir %{texmf}/fonts/map/pdftex
8894 %dir %{texmfdist}/doc/support
8895 %doc %{texmfdist}/doc/pdftex
8896 %doc %{texmfdist}/doc/support/pdfcrop
8897 %attr(755,root,root) %{_bindir}/epstopdf
8898 %attr(755,root,root) %{_bindir}/pdfcrop
8899 %attr(755,root,root) %{_bindir}/pdftex
8900 %attr(1777,root,root) %dir %{fmtdir}/pdftex
8901 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
8902 %{texmf}/fmtutil/format.pdftex.cnf
8903 %{texmfdist}/scripts/pdfcrop
8904 %{_mandir}/man1/epstopdf.1*
8905 %{_mandir}/man1/pdftex.1*
8906 %{texmfdist}/fonts/enc/pdftex
8907 %{texmfdist}/fonts/map/pdftex
8908 %{texmf}/fonts/map/pdftex/updmap
8909
8910 %files phyzzx
8911 %defattr(644,root,root,755)
8912 %attr(755,root,root) %{_bindir}/phyzzx
8913 %dir %{texmfdist}/doc/phyzzx
8914 %dir %{texmfdist}/tex/phyzzx
8915 %doc %{texmfdist}/doc/phyzzx/base
8916 %{texmfdist}/tex/phyzzx/base
8917 %{texmfdist}/tex/phyzzx/config
8918 %{texmf}/fmtutil/format.phyzzx.cnf
8919
8920 %files omega
8921 %defattr(644,root,root,755)
8922 # %{texmf}/web2c/omega.pool
8923 # %{texmf}/web2c/aleph.pool
8924 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8925 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8926 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8927 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
8928 %doc %{texmfdist}/doc/omega
8929 %doc %{texmfdist}/doc/lambda
8930 %dir %{texmfdist}/omega
8931 %dir %{texmfdist}/dvips/omega
8932 %attr(755,root,root) %{_bindir}/aleph
8933 %attr(755,root,root) %{_bindir}/lambda
8934 %attr(755,root,root) %{_bindir}/mkocp
8935 %attr(755,root,root) %{_bindir}/mkofm
8936 %attr(755,root,root) %{_bindir}/odvicopy
8937 %attr(755,root,root) %{_bindir}/odvips
8938 %attr(755,root,root) %{_bindir}/odvitype
8939 %attr(755,root,root) %{_bindir}/omega
8940 %attr(755,root,root) %{_bindir}/omfonts
8941 %attr(755,root,root) %{_bindir}/opl2ofm
8942 %attr(755,root,root) %{_bindir}/otangle
8943 %attr(755,root,root) %{_bindir}/otp2ocp
8944 %attr(755,root,root) %{_bindir}/outocp
8945 %attr(755,root,root) %{_bindir}/ovf2ovp
8946 %attr(755,root,root) %{_bindir}/ovp2ovf
8947 %{texmfdist}/dvips/omega/config.omega
8948 %{texmfdist}/dvips/omega/omega.cfg
8949 %{texmfdist}/fonts/map/dvips/omega
8950 %{texmfdist}/tex/generic/omegahyph
8951 %{texmfdist}/omega/ocp
8952 %{texmfdist}/omega/otp
8953 %{texmfdist}/tex/lambda
8954 %{texmfdist}/source/lambda
8955 %{_mandir}/man1/lambda.1*
8956 %{_mandir}/man1/mkocp.1*
8957 %{_mandir}/man1/mkofm.1*
8958 %{_mandir}/man1/omega.1*
8959 %{_mandir}/man1/odvicopy.1*
8960 %{_mandir}/man1/odvips.1*
8961 %{_mandir}/man1/odvitype.1*
8962 %{_mandir}/man1/ofm2opl.1*
8963 %{_mandir}/man1/opl2ofm.1*
8964 %{_mandir}/man1/otp2ocp.1*
8965 %{_mandir}/man1/outocp.1*
8966 %{_mandir}/man1/ovf2ovp.1*
8967 %{_mandir}/man1/ovp2ovf.1*
8968 %{texmf}/fmtutil/format.omega.cnf
8969 %{texmf}/fmtutil/format.aleph.cnf
8970 %doc %{texmfdist}/doc/aleph
8971
8972 %files plain
8973 %defattr(644,root,root,755)
8974 %doc %{texmfdist}/doc/plain
8975 %{texmfdist}/tex/plain
8976 %exclude %{texmfdist}/tex/plain/config/xetex.ini
8977 %{texmf}/fmtutil/format.tex.cnf
8978 #%{texmf}/web2c/plain.mem
8979 #%{texmf}/web2c/plain.base
8980
8981 # %files format-plain
8982 # %defattr(644,root,root,755)
8983 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
8984 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8985
8986 # %files format-pdftex
8987 # %defattr(644,root,root,755)
8988 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
8989
8990 # %files format-pdfetex
8991 # %defattr(644,root,root,755)
8992 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
8993
8994 %files mex
8995 %defattr(644,root,root,755)
8996 %doc %{texmfdist}/doc/mex
8997 %dir %{texmfdist}/tex/mex
8998 %{texmfdist}/tex/mex/base
8999 %dir %{texmfdist}/tex/mex/config
9000 %{texmf}/fmtutil/format.mex.cnf
9001 %{texmf}/fmtutil/format.utf8mex.cnf
9002 %{texmfdist}/source/mex
9003
9004 %files format-mex
9005 %defattr(644,root,root,755)
9006 %attr(755,root,root) %{_bindir}/mex
9007 %{texmfdist}/tex/mex/config/mex.ini
9008 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
9009
9010 %files format-pdfmex
9011 %defattr(644,root,root,755)
9012 %attr(755,root,root) %{_bindir}/pdfmex
9013 %{texmfdist}/tex/mex/config/pdfmex.ini
9014 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
9015
9016 %files format-utf8mex
9017 %defattr(644,root,root,755)
9018 %attr(755,root,root) %{_bindir}/utf8mex
9019 %dir %{texmfdist}/doc/mex
9020 %doc %{texmfdist}/doc/mex/utf8mex
9021 %{texmfdist}/tex/mex/utf8mex
9022 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
9023
9024 %files amstex
9025 %defattr(644,root,root,755)
9026 %dir %{texmfdist}/tex/amstex
9027 %{texmfdist}/tex/amstex/base
9028 %{texmfdist}/tex/amstex/config
9029 %{texmfdist}/tex/plain/amsfonts
9030
9031 %files format-amstex
9032 %defattr(644,root,root,755)
9033 %doc %{texmfdist}/doc/amstex
9034 %{texmfdist}/tex/amstex
9035 %attr(755,root,root) %{_bindir}/amstex
9036 %{_mandir}/man1/amstex.1*
9037 %{texmf}/fmtutil/format.amstex.cnf
9038 %{texmf}/fmtutil/format.cyramstex.cnf
9039 # %lang(fi) %{_mandir}/fi/man1/amstex.1*
9040 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
9041
9042 # %files format-pdfamstex
9043 # %defattr(644,root,root,755)
9044 # %attr(755,root,root) %{_bindir}/pdfamstex
9045 #%{texmf}/pdftex/amstex
9046 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
9047
9048 %files csplain
9049 %defattr(644,root,root,755)
9050 %dir %{texmfdist}/doc/cslatex
9051 %dir %{texmfdist}/doc/cslatex/base
9052 %doc %{texmfdist}/doc/cslatex/base/README-cspsfont
9053 %doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
9054 %doc %{texmfdist}/doc/cslatex/base/cscorr.tab
9055 %doc %{texmfdist}/doc/cslatex/base/csplain.doc
9056 %doc %{texmfdist}/doc/cslatex/base/parpozn.tex
9057 %doc %{texmfdist}/doc/cslatex/base/test8z.tex
9058 %doc %{texmfdist}/doc/cslatex/base/testlat.tex
9059 %attr(755,root,root) %{_bindir}/csplain
9060 %{texmfdist}/tex/csplain
9061 %{texmf}/fmtutil/format.csplain.cnf
9062
9063 %files format-csplain
9064 %defattr(644,root,root,755)
9065 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
9066
9067 %files format-pdfcsplain
9068 %defattr(644,root,root,755)
9069 %attr(755,root,root) %{_bindir}/pdfcsplain
9070 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
9071
9072 %files cslatex
9073 %defattr(644,root,root,755)
9074 # %doc %{texmf}/doc/cstex/INSTALL.cslatex
9075 # %doc %{texmf}/doc/cstex/README.cslatex
9076 %{texmfdist}/tex/cslatex
9077 %{texmfdist}/tex/latex/cslatex
9078
9079 %files format-cslatex
9080 %defattr(644,root,root,755)
9081 %attr(755,root,root) %{_bindir}/cslatex
9082 %{texmf}/fmtutil/format.cslatex.cnf
9083 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
9084
9085 %files format-pdfcslatex
9086 %defattr(644,root,root,755)
9087 %attr(755,root,root) %{_bindir}/pdfcslatex
9088 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
9089
9090 # %files cyrplain
9091 # %defattr(644,root,root,755)
9092 # %doc %{texmf}/doc/cyrplain
9093 # %{texmf}/tex/cyrplain
9094
9095 # %files format-cyrplain
9096 # %defattr(644,root,root,755)
9097 # %attr(755,root,root) %{_bindir}/cyrtex
9098 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
9099
9100 # %files format-cyramstex
9101 # %defattr(644,root,root,755)
9102 # %attr(755,root,root) %{_bindir}/cyramstex
9103 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
9104
9105 # %files format-cyrtexinfo
9106 # %defattr(644,root,root,755)
9107 # %attr(755,root,root) %{_bindir}/cyrtexinfo
9108 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
9109
9110 %files eplain
9111 %defattr(644,root,root,755)
9112 %doc %{texmfdist}/doc/etex
9113 %doc %{texmfdist}/doc/eplain
9114 %{texmfdist}/tex/plain/etex
9115 %{texmfdist}/tex/eplain
9116 %{texmfdist}/source/eplain/eplain-source-3.2.zip
9117
9118 %files format-eplain
9119 %defattr(644,root,root,755)
9120 %attr(755,root,root) %{_bindir}/eplain
9121 %attr(755,root,root) %{_bindir}/etex
9122 %{_mandir}/man1/eplain.1*
9123 %{_mandir}/man1/etex.1*
9124 %{texmf}/fmtutil/format.eplain.cnf
9125 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
9126 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
9127
9128 %files context
9129 %defattr(644,root,root,755)
9130 %doc %{texmfdist}/doc/context
9131 # %doc %{texmf}/doc/polish/context
9132 %attr(755,root,root) %{_bindir}/context
9133 %attr(755,root,root) %{_bindir}/ctxtools
9134 %attr(755,root,root) %{_bindir}/exatools
9135 %attr(755,root,root) %{_bindir}/luatools
9136 %attr(755,root,root) %{_bindir}/makempy
9137 %attr(755,root,root) %{_bindir}/mpstools
9138 %attr(755,root,root) %{_bindir}/mtxrun
9139 %attr(755,root,root) %{_bindir}/mtxtools
9140 %attr(755,root,root) %{_bindir}/pdfthumb
9141 %attr(755,root,root) %{_bindir}/pdftools
9142 %attr(755,root,root) %{_bindir}/pdftrimwhite
9143 %attr(755,root,root) %{_bindir}/pstopdf
9144 %attr(755,root,root) %{_bindir}/rlxtools
9145 %attr(755,root,root) %{_bindir}/runtools
9146 %attr(755,root,root) %{_bindir}/texexec
9147 %attr(755,root,root) %{_bindir}/texfind
9148 %attr(755,root,root) %{_bindir}/texfont
9149 %attr(755,root,root) %{_bindir}/texmfstart
9150 %attr(755,root,root) %{_bindir}/texshow
9151 %attr(755,root,root) %{_bindir}/textools
9152 %attr(755,root,root) %{_bindir}/texutil
9153 %attr(755,root,root) %{_bindir}/tmftools
9154 %attr(755,root,root) %{_bindir}/xmltools
9155 # %{_mandir}/man1/fdf2tex.1*
9156 %{_mandir}/man1/ctxtools.1*
9157 %{_mandir}/man1/pdftools.1*
9158 %{_mandir}/man1/pstopdf.1*
9159 %{_mandir}/man1/texfind.1*
9160 %{_mandir}/man1/texfont.1*
9161 %{_mandir}/man1/texmfstart.1*
9162 %{_mandir}/man1/textools.1*
9163 %{_mandir}/man1/texutil.1*
9164 # %{_mandir}/man1/texshow.1*
9165 %{texmfdist}/context
9166 %{texmfdist}/fonts/enc/dvips/context
9167 # %{texmfdist}/fonts/map/dvips/context
9168 %{texmfdist}/metapost/context
9169 %{texmfdist}/scripts/context
9170 %{texmfdist}/tex/context
9171 %exclude %{texmfdist}/tex/context/config/cont-de.ini
9172 %exclude %{texmfdist}/tex/context/config/cont-en.ini
9173 %exclude %{texmfdist}/tex/context/config/cont-nl.ini
9174 %exclude %{texmfdist}/tex/context/config/cont-uk.ini
9175 %{texmfdist}/tex/generic/context
9176 %{texmfdist}/tex/latex/context
9177 %{texmfdist}/bibtex/bst/context
9178 %{texmf}/fmtutil/format.context.cnf
9179 %{texmf}/fmtutil/format.luatex.cnf
9180 %{texmf}/web2c/context.cnf
9181 %doc %{texmfdist}/doc/luatex
9182
9183 # no fmt, so commented out
9184 #%files format-context-cz
9185 #%defattr(644,root,root,755)
9186 #%%{texmf}/tex/context/config/cont-cz.ini
9187 # does not build with beta 20021025
9188 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
9189
9190 %files format-context-de
9191 %defattr(644,root,root,755)
9192 %{texmfdist}/tex/context/config/cont-de.ini
9193 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
9194 #%{_mandir}/man1/cont-de.1*
9195
9196 %files format-context-en
9197 %defattr(644,root,root,755)
9198 %{texmfdist}/tex/context/config/cont-en.ini
9199 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
9200 #%{_mandir}/man1/cont-en.1*
9201 # what is the difference betwen uk and en in this particular situation?
9202 %{texmfdist}/tex/context/config/cont-uk.ini
9203 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
9204
9205 # no fmt, so commented out
9206 #%files format-context-it
9207 #%defattr(644,root,root,755)
9208 #%%{texmf}/tex/context/config/cont-it.ini
9209
9210 %files format-context-nl
9211 %defattr(644,root,root,755)
9212 %{texmfdist}/tex/context/config/cont-nl.ini
9213 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
9214 #%{_mandir}/man1/cont-nl.1*
9215
9216 # no fmt, so commented out
9217 #%files format-context-ro
9218 #%defattr(644,root,root,755)
9219 #%%{texmf}/tex/context/config/cont-ro.ini
9220
9221
9222 %files latex
9223 %defattr(644,root,root,755)
9224 %attr(755,root,root) %{_bindir}/lacheck
9225 %attr(755,root,root) %{_bindir}/latex
9226 %attr(755,root,root) %{_bindir}/pslatex
9227 # %lang(fi) %{_mandir}/fi/man1/latex.1*
9228 # %lang(pl) %{_mandir}/pl/man1/latex.1*
9229 # %{_infodir}/latex.info*
9230 %{texmf}/fmtutil/format.latex.cnf
9231 %{_mandir}/man1/lacheck.1*
9232 %{_mandir}/man1/latex.1*
9233 %{_mandir}/man1/pslatex.1*
9234
9235 %dir %{texmfdist}/scripts
9236 %dir %{texmfdist}/scripts/pst-pdf
9237 %dir %{texmfdist}/source/generic
9238 %dir %{texmfdist}/tex/latex
9239 %dir %{texmfdist}/tex/plain
9240 %dir %{texmf}/tex/latex
9241
9242 # %{texmfdist}/tex/latex/citesort
9243 # %{texmfdist}/tex/latex/dvilj
9244 # %{texmfdist}/tex/latex/eclbip
9245 # %{texmfdist}/tex/latex/eo
9246 # %{texmfdist}/tex/latex/example
9247 # %{texmfdist}/tex/latex/fguill
9248 %{texmfdist}/tex/latex/floatflt
9249 # %{texmfdist}/tex/latex/gletter
9250 # %{texmfdist}/tex/latex/here
9251 # %{texmfdist}/tex/latex/mt11p
9252 # %{texmfdist}/tex/latex/relsize
9253 # %{texmfdist}/tex/latex/selectp
9254 # %{texmfdist}/tex/latex/shadow
9255 # %{texmfdist}/tex/latex/showtags
9256 # %{texmfdist}/tex/latex/tabls
9257 # %{texmfdist}/tex/latex/texmacs
9258 # %{texmfdist}/tex/latex/threeparttable
9259 # %{texmfdist}/tex/latex/treesvr
9260 # %{texmfdist}/tex/latex/ulem
9261 # %{texmfdist}/tex/latex/url
9262 # %{texmf}/tex/latex/version
9263 # %{texmf}/tex/latex/vpage
9264 %{texmfdist}/scripts/pst-pdf/ps4pdf
9265 %{texmfdist}/tex/generic/pstricks
9266 %{texmfdist}/tex/generic/shapepar
9267 %{texmfdist}/tex/generic/textmerg
9268 %{texmfdist}/source/generic/textmerg
9269 %{texmfdist}/tex/latex/12many
9270 %{texmfdist}/tex/latex/AkkTeX
9271 %{texmfdist}/tex/latex/GuIT
9272 %{texmfdist}/tex/latex/IEEEtran
9273 %{texmfdist}/tex/latex/SIstyle
9274 %{texmfdist}/tex/latex/Tabbing
9275 %{texmfdist}/tex/latex/a0poster
9276 %{texmfdist}/tex/latex/acmtrans
9277 %{texmfdist}/tex/latex/acronym
9278 %{texmfdist}/tex/latex/adrlist
9279 %{texmfdist}/tex/latex/aeguill
9280 %{texmfdist}/tex/latex/afthesis
9281 %{texmfdist}/tex/latex/aguplus
9282 %{texmfdist}/tex/latex/akletter
9283 %{texmfdist}/tex/latex/algorithm2e
9284 %{texmfdist}/tex/latex/algorithmicx
9285 %{texmfdist}/tex/latex/allrunes
9286 %{texmfdist}/tex/latex/altfont
9287 %{texmfdist}/tex/latex/ametsoc
9288 %{texmfdist}/tex/latex/amsaddr
9289 %{texmfdist}/tex/latex/amsrefs
9290 %{texmfdist}/tex/latex/animate
9291 %{texmfdist}/tex/latex/answers
9292 %{texmfdist}/tex/latex/antiqua
9293 %{texmfdist}/tex/latex/anyfontsize
9294 %{texmfdist}/tex/latex/anysize
9295 %{texmfdist}/tex/latex/apa
9296 %{texmfdist}/tex/latex/apl
9297 %{texmfdist}/tex/latex/ar
9298 %{texmfdist}/tex/latex/arabi
9299 %{texmfdist}/tex/latex/arabtex
9300 %{texmfdist}/tex/latex/archaic
9301 %{texmfdist}/tex/latex/arev
9302 %{texmfdist}/tex/latex/armenian
9303 %{texmfdist}/tex/latex/ascelike
9304 %{texmfdist}/tex/latex/ascii
9305 %{texmfdist}/tex/latex/assignment
9306 %{texmfdist}/tex/latex/augie
9307 %{texmfdist}/tex/latex/auncial-new
9308 %{texmfdist}/tex/latex/aurical
9309 %{texmfdist}/tex/latex/authoraftertitle
9310 %{texmfdist}/tex/latex/authorindex
9311 %{texmfdist}/tex/latex/auto-pst-pdf
9312 %{texmfdist}/tex/latex/autoarea
9313 %{texmfdist}/tex/latex/autotab
9314 %{texmfdist}/tex/latex/avantgar
9315 %{texmfdist}/tex/latex/bangtex
9316 %{texmfdist}/tex/latex/barcodes
9317 %{texmfdist}/tex/latex/base
9318 %{texmfdist}/tex/latex/bayer
9319 %{texmfdist}/tex/latex/bbding
9320 %{texmfdist}/tex/latex/bbm-macros
9321 %{texmfdist}/tex/latex/begriff
9322 %{texmfdist}/tex/latex/bengali
9323 %{texmfdist}/tex/latex/bera
9324 %{texmfdist}/tex/latex/betababel
9325 %{texmfdist}/tex/latex/beton
9326 %{texmfdist}/tex/latex/bibarts
9327 %{texmfdist}/tex/latex/bibleref
9328 %{texmfdist}/tex/latex/biblist
9329 %{texmfdist}/tex/latex/bigfoot
9330 %{texmfdist}/tex/latex/bizcard
9331 %{texmfdist}/tex/latex/blacklettert1
9332 %{texmfdist}/tex/latex/blindtext
9333 %{texmfdist}/tex/latex/boisik
9334 %{texmfdist}/tex/latex/boldtensors
9335 %{texmfdist}/tex/latex/bookest
9336 %{texmfdist}/tex/latex/bookhands
9337 %{texmfdist}/tex/latex/bookman
9338 %{texmfdist}/tex/latex/bophook
9339 %{texmfdist}/tex/latex/boxhandler
9340 %{texmfdist}/tex/latex/braille
9341 %{texmfdist}/tex/latex/breakurl
9342 %{texmfdist}/tex/latex/bridge
9343 %{texmfdist}/tex/latex/brushscr
9344 %{texmfdist}/tex/latex/burmese
9345 %{texmfdist}/tex/latex/bussproofs
9346 %{texmfdist}/tex/latex/calrsfs
9347 %{texmfdist}/tex/latex/calxxxx
9348 %{texmfdist}/tex/latex/captcont
9349 %{texmfdist}/tex/latex/casyl
9350 %{texmfdist}/tex/latex/catechis
9351 %{texmfdist}/tex/latex/cbcoptic
9352 %{texmfdist}/tex/latex/cbfonts
9353 %{texmfdist}/tex/latex/cclicenses
9354 %{texmfdist}/tex/latex/cd-cover
9355 %{texmfdist}/tex/latex/cd
9356 %{texmfdist}/tex/latex/cdpbundl
9357 %{texmfdist}/tex/latex/cellspace
9358 %{texmfdist}/tex/latex/changepage
9359 %{texmfdist}/tex/latex/changes
9360 %{texmfdist}/tex/latex/chapterfolder
9361 %{texmfdist}/tex/latex/cherokee
9362 %{texmfdist}/tex/latex/chicago
9363 %{texmfdist}/tex/latex/china2e
9364 %{texmfdist}/tex/latex/citeref
9365 %{texmfdist}/tex/latex/cjhebrew
9366 %{texmfdist}/tex/latex/cjk
9367 %{texmfdist}/tex/latex/classicthesis
9368 %{texmfdist}/tex/latex/cleveref
9369 %{texmfdist}/tex/latex/clock
9370 %{texmfdist}/tex/latex/clrscode
9371 %{texmfdist}/tex/latex/cm-lgc
9372 %{texmfdist}/tex/latex/cm-super
9373 %{texmfdist}/tex/latex/cmap
9374 %{texmfdist}/tex/latex/cmcyralt
9375 %{texmfdist}/tex/latex/cmdstring
9376 %{texmfdist}/tex/latex/cmsd
9377 %{texmfdist}/tex/latex/codepage
9378 %{texmfdist}/tex/latex/colorinfo
9379 %{texmfdist}/tex/latex/commath
9380 %{texmfdist}/tex/latex/compactbib
9381 %{texmfdist}/tex/latex/complexity
9382 %{texmfdist}/tex/latex/concprog
9383 %{texmfdist}/tex/latex/confproc
9384 %{texmfdist}/tex/latex/courier-scaled
9385 %{texmfdist}/tex/latex/courier
9386 %{texmfdist}/tex/latex/courseoutline
9387 %{texmfdist}/tex/latex/coursepaper
9388 %{texmfdist}/tex/latex/coverpage
9389 %{texmfdist}/tex/latex/covington
9390 %{texmfdist}/tex/latex/crop
9391 %{texmfdist}/tex/latex/crossreference
9392 %{texmfdist}/tex/latex/csbulletin
9393 %{texmfdist}/tex/latex/csquotes
9394 %{texmfdist}/tex/latex/ctib
9395 %{texmfdist}/tex/latex/cursor
9396 %{texmfdist}/tex/latex/cv
9397 %{texmfdist}/tex/latex/cweb-latex
9398 %{texmfdist}/tex/latex/cyklop
9399 %{texmfdist}/tex/latex/dateiliste
9400 %{texmfdist}/tex/latex/datetime
9401 %{texmfdist}/tex/latex/dcpic
9402 %{texmfdist}/tex/latex/decimal
9403 %{texmfdist}/tex/latex/diagnose
9404 %{texmfdist}/tex/latex/dichokey
9405 %{texmfdist}/tex/latex/dictsym
9406 %{texmfdist}/tex/latex/digiconfigs
9407 %{texmfdist}/tex/latex/dingbat
9408 %{texmfdist}/tex/latex/directory
9409 %{texmfdist}/tex/latex/dlfltxb
9410 %{texmfdist}/tex/latex/docmfp
9411 %{texmfdist}/tex/latex/doi
9412 %{texmfdist}/tex/latex/doipubmed
9413 %{texmfdist}/tex/latex/dotarrow
9414 %{texmfdist}/tex/latex/dottex
9415 %{texmfdist}/tex/latex/doublestroke
9416 %{texmfdist}/tex/latex/dpfloat
9417 %{texmfdist}/tex/latex/drac
9418 %{texmfdist}/tex/latex/draftcopy
9419 %{texmfdist}/tex/latex/dramatist
9420 %{texmfdist}/tex/latex/duerer-latex
9421 %{texmfdist}/tex/latex/dvdcoll
9422 %{texmfdist}/tex/latex/dvipdfmx-def
9423 %{texmfdist}/tex/latex/eCards
9424 %{texmfdist}/tex/latex/ean13isbn
9425 %{texmfdist}/tex/latex/easy
9426 %{texmfdist}/tex/latex/ebezier
9427 %{texmfdist}/tex/latex/ebsthesis
9428 %{texmfdist}/tex/latex/ecclesiastic
9429 %{texmfdist}/tex/latex/ecltree
9430 %{texmfdist}/tex/latex/eco
9431 %{texmfdist}/tex/latex/economic
9432 %{texmfdist}/tex/latex/ed
9433 %{texmfdist}/tex/latex/edmargin
9434 %{texmfdist}/tex/latex/ednotes
9435 %{texmfdist}/tex/latex/eemeir
9436 %{texmfdist}/tex/latex/eepic
9437 %{texmfdist}/tex/latex/egameps
9438 %{texmfdist}/tex/latex/eiad
9439 %{texmfdist}/tex/latex/ellipsis
9440 %{texmfdist}/tex/latex/elpres
9441 %{texmfdist}/tex/latex/elsevier
9442 %{texmfdist}/tex/latex/em
9443 %{texmfdist}/tex/latex/emp
9444 %{texmfdist}/tex/latex/emulateapj
9445 %{texmfdist}/tex/latex/encxvlna
9446 %{texmfdist}/tex/latex/endfloat
9447 %{texmfdist}/tex/latex/endheads
9448 %{texmfdist}/tex/latex/engpron
9449 %{texmfdist}/tex/latex/engrec
9450 %{texmfdist}/tex/latex/envbig
9451 %{texmfdist}/tex/latex/envlab
9452 %{texmfdist}/tex/latex/epigrafica
9453 %{texmfdist}/tex/latex/epigraph
9454 %{texmfdist}/tex/latex/epiolmec
9455 %{texmfdist}/tex/latex/epsdice
9456 %{texmfdist}/tex/latex/epspdfconversion
9457 %{texmfdist}/tex/latex/eqname
9458 %{texmfdist}/tex/latex/eqparbox
9459 %{texmfdist}/tex/latex/errata
9460 %{texmfdist}/tex/latex/esint
9461 %{texmfdist}/tex/latex/eskdx
9462 %{texmfdist}/tex/latex/eso-pic
9463 %{texmfdist}/tex/latex/etex-pkg
9464 %{texmfdist}/tex/latex/ethiop
9465 %{texmfdist}/tex/latex/etoolbox
9466 %{texmfdist}/tex/latex/eukdate
9467 %{texmfdist}/tex/latex/euler
9468 %{texmfdist}/tex/latex/eulervm
9469 %{texmfdist}/tex/latex/euproposal
9470 %{texmfdist}/tex/latex/euro
9471 %{texmfdist}/tex/latex/eurofont
9472 %{texmfdist}/tex/latex/europecv
9473 %{texmfdist}/tex/latex/eurosans
9474 %{texmfdist}/tex/latex/eurosym
9475 %{texmfdist}/tex/latex/everypage
9476 %{texmfdist}/tex/latex/examplep
9477 %{texmfdist}/tex/latex/exceltex
9478 %{texmfdist}/tex/latex/exercise
9479 %{texmfdist}/tex/latex/expl3
9480 %{texmfdist}/tex/latex/extarrows
9481 %{texmfdist}/tex/latex/extract
9482 %{texmfdist}/tex/latex/extsizes
9483 %{texmfdist}/tex/latex/facsimile
9484 %{texmfdist}/tex/latex/fancybox
9485 %{texmfdist}/tex/latex/fancyhdr
9486 %{texmfdist}/tex/latex/fancynum
9487 %{texmfdist}/tex/latex/fancyref
9488 %{texmfdist}/tex/latex/fancytooltips
9489 %{texmfdist}/tex/latex/fancyvrb
9490 %{texmfdist}/tex/latex/fax
9491 %{texmfdist}/tex/latex/fc
9492 %{texmfdist}/tex/latex/feyn
9493 %{texmfdist}/tex/latex/fge
9494 %{texmfdist}/tex/latex/figbib
9495 %{texmfdist}/tex/latex/figsize
9496 %{texmfdist}/tex/latex/filecontents
9497 %{texmfdist}/tex/latex/fink
9498 %{texmfdist}/tex/latex/fixfoot
9499 %{texmfdist}/tex/latex/flabels
9500 %{texmfdist}/tex/latex/flacards
9501 %{texmfdist}/tex/latex/flagderiv
9502 %{texmfdist}/tex/latex/flashcards
9503 %{texmfdist}/tex/latex/float
9504 %{texmfdist}/tex/latex/floatrow
9505 %{texmfdist}/tex/latex/fmp
9506 %{texmfdist}/tex/latex/fnbreak
9507 %{texmfdist}/tex/latex/fncychap
9508 %{texmfdist}/tex/latex/foekfont
9509 %{texmfdist}/tex/latex/foilhtml
9510 %{texmfdist}/tex/latex/fonetika
9511 %{texmfdist}/tex/latex/fontinst
9512 %{texmfdist}/tex/latex/fonttable
9513 %{texmfdist}/tex/latex/footmisc
9514 %{texmfdist}/tex/latex/footnpag
9515 %{texmfdist}/tex/latex/fourier
9516 %{texmfdist}/tex/latex/fouriernc
9517 %{texmfdist}/tex/latex/fp
9518 %{texmfdist}/tex/latex/frankenstein
9519 %{texmfdist}/tex/latex/frcursive
9520 %{texmfdist}/tex/latex/frenchle
9521 %{texmfdist}/tex/latex/fribrief
9522 %{texmfdist}/tex/latex/frletter
9523 %{texmfdist}/tex/latex/frontespizio
9524 %{texmfdist}/tex/latex/fullblck
9525 %{texmfdist}/tex/latex/fullpict
9526 %{texmfdist}/tex/latex/fundus
9527 %{texmfdist}/tex/latex/gaceta
9528 %{texmfdist}/tex/latex/gastex
9529 %{texmfdist}/tex/latex/gatech-thesis
9530 %{texmfdist}/tex/latex/gauss
9531 %{texmfdist}/tex/latex/gb4e
9532 %{texmfdist}/tex/latex/gcard
9533 %{texmfdist}/tex/latex/gcite
9534 %{texmfdist}/tex/latex/genmpage
9535 %{texmfdist}/tex/latex/geometry
9536 %{texmfdist}/tex/latex/geomsty
9537 %{texmfdist}/tex/latex/germbib
9538 %{texmfdist}/tex/latex/gfsartemisia
9539 %{texmfdist}/tex/latex/gfsbaskerville
9540 %{texmfdist}/tex/latex/gfsbodoni
9541 %{texmfdist}/tex/latex/gfscomplutum
9542 %{texmfdist}/tex/latex/gfsdidot
9543 %{texmfdist}/tex/latex/gfsneohellenic
9544 %{texmfdist}/tex/latex/gfsporson
9545 %{texmfdist}/tex/latex/gfssolomos
9546 %{texmfdist}/tex/latex/gloss
9547 %{texmfdist}/tex/latex/glossaries
9548 %{texmfdist}/tex/latex/gmdoc
9549 %{texmfdist}/tex/latex/gmeometric
9550 %{texmfdist}/tex/latex/gmiflink
9551 %{texmfdist}/tex/latex/gmutils
9552 %{texmfdist}/tex/latex/gmverb
9553 %{texmfdist}/tex/latex/graphics
9554 %{texmfdist}/tex/latex/graphicx-psmin
9555 %{texmfdist}/tex/latex/greek-inputenc
9556 %{texmfdist}/tex/latex/greekdates
9557 %{texmfdist}/tex/latex/greektex
9558 %{texmfdist}/tex/latex/grfpaste
9559 %{texmfdist}/tex/latex/grnumalt
9560 %{texmfdist}/tex/latex/grotesq
9561 %{texmfdist}/tex/latex/grverb
9562 %{texmfdist}/tex/latex/gu
9563 %{texmfdist}/tex/latex/guitbeamer
9564 %{texmfdist}/tex/latex/hanging
9565 %{texmfdist}/tex/latex/har2nat
9566 %{texmfdist}/tex/latex/harmony
9567 %{texmfdist}/tex/latex/harpoon
9568 %{texmfdist}/tex/latex/harvard
9569 %{texmfdist}/tex/latex/hc
9570 %{texmfdist}/tex/latex/helvetic
9571 %{texmfdist}/tex/latex/hep
9572 %{texmfdist}/tex/latex/hepnames
9573 %{texmfdist}/tex/latex/hepparticles
9574 %{texmfdist}/tex/latex/hepthesis
9575 %{texmfdist}/tex/latex/hepunits
9576 %{texmfdist}/tex/latex/hexgame
9577 %{texmfdist}/tex/latex/hfoldsty
9578 %{texmfdist}/tex/latex/hilowres
9579 %{texmfdist}/tex/latex/histogr
9580 %{texmfdist}/tex/latex/hitec
9581 %{texmfdist}/tex/latex/hpsdiss
9582 %{texmfdist}/tex/latex/hvfloat
9583 %{texmfdist}/tex/latex/hypdvips
9584 %{texmfdist}/tex/latex/hyper
9585 %{texmfdist}/tex/latex/hyperref
9586 %{texmfdist}/tex/latex/hyperxmp
9587 %{texmfdist}/tex/latex/hyphenat
9588 %{texmfdist}/tex/latex/ibycus-babel
9589 %{texmfdist}/tex/latex/icsv
9590 %{texmfdist}/tex/latex/ieeepes
9591 %{texmfdist}/tex/latex/ifmslide
9592 %{texmfdist}/tex/latex/ifplatform
9593 %{texmfdist}/tex/latex/ifsym
9594 %{texmfdist}/tex/latex/ijmart
9595 %{texmfdist}/tex/latex/imac
9596 %{texmfdist}/tex/latex/image-gallery
9597 %{texmfdist}/tex/latex/imtekda
9598 %{texmfdist}/tex/latex/index
9599 %{texmfdist}/tex/latex/initials
9600 %{texmfdist}/tex/latex/inlinebib
9601 %{texmfdist}/tex/latex/inlinedef
9602 %{texmfdist}/tex/latex/interactiveworkbook
9603 %{texmfdist}/tex/latex/invoice
9604 %{texmfdist}/tex/latex/ipa
9605 %{texmfdist}/tex/latex/iso
9606 %{texmfdist}/tex/latex/iso10303
9607 %{texmfdist}/tex/latex/isodate
9608 %{texmfdist}/tex/latex/isodoc
9609 %{texmfdist}/tex/latex/isonums
9610 %{texmfdist}/tex/latex/itnumpar
9611 %{texmfdist}/tex/latex/itrans
9612 %{texmfdist}/tex/latex/iwona
9613 %{texmfdist}/tex/latex/jhep
9614 %{texmfdist}/tex/latex/jknapltx
9615 %{texmfdist}/tex/latex/jneurosci
9616 %{texmfdist}/tex/latex/jpsj
9617 %{texmfdist}/tex/latex/jura
9618 %{texmfdist}/tex/latex/juraabbrev
9619 %{texmfdist}/tex/latex/juramisc
9620 %{texmfdist}/tex/latex/jurarsp
9621 %{texmfdist}/tex/latex/koma-script
9622 %{texmfdist}/tex/latex/labels
9623 %dir %{texmfdist}/tex/latex/latexconfig
9624 %{texmfdist}/tex/latex/latexconfig/latex.ini
9625 %{texmfdist}/tex/latex/latexconfig/lualatex.ini
9626 %{texmfdist}/tex/latex/latexconfig/mllatex.ini
9627 %{texmfdist}/tex/latex/latexconfig/pdflatex.ini
9628 %{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
9629 %{texmfdist}/tex/latex/layouts
9630 %{texmfdist}/tex/latex/listings
9631 %{texmfdist}/tex/latex/ltabptch
9632 %{texmfdist}/tex/latex/localloc
9633 %{texmfdist}/tex/latex/ltxmisc
9634 %{texmfdist}/tex/latex/mathcomp
9635 %{texmfdist}/tex/latex/mdwtools
9636 %{texmfdist}/tex/latex/memoir
9637 %{texmfdist}/tex/latex/mh
9638 %{texmfdist}/tex/latex/misc209
9639 %{texmfdist}/tex/latex/mmap
9640 %{texmfdist}/tex/latex/mnsymbol
9641 %{texmfdist}/tex/latex/moderncv
9642 %{texmfdist}/tex/latex/modroman
9643 %{texmfdist}/tex/latex/mongolian-babel
9644 %{texmfdist}/tex/latex/montex
9645 %{texmfdist}/tex/latex/mparhack
9646 %{texmfdist}/tex/latex/ms
9647 %{texmfdist}/tex/latex/multibib
9648 %{texmfdist}/tex/latex/multirow
9649 %{texmfdist}/tex/latex/mwcls
9650 %{texmfdist}/tex/latex/natbib
9651 %{texmfdist}/tex/latex/ncclatex
9652 %{texmfdist}/tex/latex/ncctools
9653 %{texmfdist}/tex/latex/ncntrsbk
9654 %{texmfdist}/tex/latex/nddiss
9655 %{texmfdist}/tex/latex/newalg
9656 %{texmfdist}/tex/latex/newfile
9657 %{texmfdist}/tex/latex/newlfm
9658 %{texmfdist}/tex/latex/newspaper
9659 %{texmfdist}/tex/latex/newthm
9660 %{texmfdist}/tex/latex/nomencl
9661 %{texmfdist}/tex/latex/ntgclass
9662 %{texmfdist}/tex/generic/oberdiek
9663 %{texmfdist}/tex/latex/oberdiek
9664 %{texmfdist}/tex/latex/overpic
9665 %{texmfdist}/tex/latex/paralist
9666 %{texmfdist}/tex/latex/pb-diagram
9667 %{texmfdist}/tex/latex/pdftex-def
9668 %{texmfdist}/tex/latex/pdfpages
9669 %{texmfdist}/tex/latex/picinpar
9670 %{texmfdist}/tex/latex/pict2e
9671 %{texmfdist}/tex/latex/placeins
9672 %{texmfdist}/tex/latex/preprint
9673 %{texmfdist}/tex/latex/preview
9674 %{texmfdist}/tex/latex/program
9675 %{texmfdist}/tex/latex/psfrag
9676 %{texmfdist}/tex/latex/pslatex
9677 %{texmfdist}/tex/latex/revtex
9678 %{texmfdist}/tex/latex/rotating
9679 %{texmfdist}/tex/latex/rotfloat
9680 %{texmfdist}/tex/latex/scale
9681 %{texmfdist}/tex/latex/sectsty
9682 %{texmfdist}/tex/latex/seminar
9683 %{texmfdist}/tex/latex/setspace
9684 %{texmfdist}/tex/latex/showdim
9685 %{texmfdist}/tex/latex/showlabels
9686 %{texmfdist}/tex/latex/sidecap
9687 %{texmfdist}/tex/latex/slashbox
9688 %{texmfdist}/tex/latex/soul
9689 %{texmfdist}/tex/latex/stdclsdv
9690 %{texmfdist}/tex/latex/stmaryrd
9691 %{texmfdist}/tex/latex/subfig
9692 %{texmfdist}/tex/latex/subfigure
9693 %{texmfdist}/tex/latex/supertabular
9694 %{texmfdist}/tex/latex/t2
9695 %{texmfdist}/tex/latex/t-angles
9696 %{texmfdist}/tex/latex/tableaux
9697 %{texmfdist}/tex/latex/tablists
9698 %{texmfdist}/tex/latex/tablor
9699 %{texmfdist}/tex/latex/tabto-ltx
9700 %{texmfdist}/tex/latex/tabulary
9701 %{texmfdist}/tex/latex/tabvar
9702 %{texmfdist}/tex/latex/talk
9703 %{texmfdist}/tex/latex/taupin
9704 %{texmfdist}/tex/latex/tcldoc
9705 %{texmfdist}/tex/latex/tdsfrmath
9706 %{texmfdist}/tex/latex/technics
9707 %{texmfdist}/tex/latex/ted
9708 %{texmfdist}/tex/latex/tengwarscript
9709 %{texmfdist}/tex/latex/tensor
9710 %{texmfdist}/tex/latex/teubner
9711 %{texmfdist}/tex/latex/tex-gyre
9712 %{texmfdist}/tex/latex/texilikecover
9713 %{texmfdist}/tex/latex/texlogos
9714 %{texmfdist}/tex/latex/texmate
9715 %{texmfdist}/tex/latex/texpower
9716 %{texmfdist}/tex/latex/texshade
9717 %{texmfdist}/tex/latex/textcase
9718 %{texmfdist}/tex/latex/textfit
9719 %{texmfdist}/tex/latex/textopo
9720 %{texmfdist}/tex/latex/textpath
9721 %{texmfdist}/tex/latex/textpos
9722 %{texmfdist}/tex/latex/theoremref
9723 %{texmfdist}/tex/latex/thesis-titlepage-fhac
9724 %{texmfdist}/tex/latex/thinsp
9725 %{texmfdist}/tex/latex/thmtools
9726 %{texmfdist}/tex/latex/thumb
9727 %{texmfdist}/tex/latex/thuthesis
9728 %{texmfdist}/tex/latex/ticket
9729 %{texmfdist}/tex/latex/tikz-inet
9730 %{texmfdist}/tex/latex/times
9731 %{texmfdist}/tex/latex/timesht
9732 %{texmfdist}/tex/latex/tipa
9733 %{texmfdist}/tex/latex/titlefoot
9734 %{texmfdist}/tex/latex/titlesec
9735 %{texmfdist}/tex/latex/titling
9736 %{texmfdist}/tex/latex/tocbibind
9737 %{texmfdist}/tex/latex/tocloft
9738 %{texmfdist}/tex/latex/tools
9739 %{texmfdist}/tex/latex/totpages
9740 %{texmfdist}/tex/latex/type1cm
9741 %{texmfdist}/tex/latex/undertilde
9742 %{texmfdist}/tex/latex/units
9743 %{texmfdist}/tex/latex/unitsdef
9744 %{texmfdist}/tex/latex/universa
9745 %{texmfdist}/tex/latex/unroman
9746 %{texmfdist}/tex/latex/upmethodology
9747 %{texmfdist}/tex/latex/upquote
9748 %{texmfdist}/tex/latex/varindex
9749 %{texmfdist}/tex/latex/varsfromjobname
9750 %{texmfdist}/tex/latex/vector
9751 %{texmfdist}/tex/latex/velthuis
9752 %{texmfdist}/tex/latex/verse
9753 %{texmfdist}/tex/latex/versions
9754 %{texmfdist}/tex/latex/vhistory
9755 %{texmfdist}/tex/latex/vita
9756 %{texmfdist}/tex/latex/vmargin
9757 %{texmfdist}/tex/latex/volumes
9758 %{texmfdist}/tex/latex/vpe
9759 %{texmfdist}/tex/latex/vrsion
9760 %{texmfdist}/tex/latex/vwcol
9761 %{texmfdist}/tex/latex/vxu
9762 %{texmfdist}/tex/latex/wallpaper
9763 %{texmfdist}/tex/latex/warning
9764 %{texmfdist}/tex/latex/warpcol
9765 %{texmfdist}/tex/latex/was
9766 %{texmfdist}/tex/latex/williams
9767 %{texmfdist}/tex/latex/wnri
9768 %{texmfdist}/tex/latex/wordlike
9769 %{texmfdist}/source/wordlike
9770 %{texmfdist}/tex/latex/wrapfig
9771 %{texmfdist}/tex/latex/wsuipa
9772 %{texmfdist}/source/generic/wsuipa
9773 %{texmfdist}/tex/latex/xargs
9774 %{texmfdist}/tex/latex/xcolor
9775 %{texmfdist}/tex/latex/xdoc
9776 %{texmfdist}/tex/latex/xfor
9777 %{texmfdist}/tex/latex/xifthen
9778 %{texmfdist}/tex/latex/xkeyval
9779 %{texmfdist}/tex/latex/xmpincl
9780 %{texmfdist}/tex/latex/xnewcommand
9781 %{texmfdist}/tex/latex/xoptarg
9782 %{texmfdist}/tex/latex/xpackages
9783 %{texmfdist}/tex/latex/xq
9784 %{texmfdist}/tex/latex/xskak
9785 %{texmfdist}/tex/latex/xstring
9786 %{texmfdist}/tex/latex/xtab
9787 %{texmfdist}/tex/latex/xtcapts
9788 %{texmfdist}/tex/latex/xyling
9789 %{texmfdist}/tex/latex/xytree
9790 %{texmfdist}/tex/latex/yafoot
9791 %{texmfdist}/tex/latex/yfonts
9792 %{texmfdist}/tex/latex/yhmath
9793 %{texmfdist}/tex/latex/yi4latex
9794 %{texmfdist}/tex/latex/york-thesis
9795 %{texmfdist}/tex/latex/youngtab
9796 %{texmfdist}/tex/latex/yplan
9797 %{texmfdist}/tex/latex/zapfchan
9798 %{texmfdist}/tex/latex/zapfding
9799 %{texmfdist}/tex/latex/zed-csp
9800 %{texmfdist}/tex/latex/zefonts
9801 %{texmfdist}/tex/latex/ziffer
9802 %{texmfdist}/tex/latex/zwgetfdate
9803 %{texmfdist}/tex/plain/etex
9804 %{texmf}/tex/latex/config
9805 %{texmf}/tex/latex/dvipdfm
9806
9807 %files latex-12many
9808 %defattr(644,root,root,755)
9809 %doc %{texmfdist}/doc/latex/12many
9810 %{texmfdist}/source/latex/12many
9811
9812 %files latex-abstract
9813 %defattr(644,root,root,755)
9814 %doc %{texmfdist}/doc/latex/abstract
9815 %{texmfdist}/tex/latex/abstract
9816 %{texmfdist}/source/latex/abstract
9817
9818 %files latex-accfonts
9819 %defattr(644,root,root,755)
9820 %doc %{texmfdist}/doc/fonts/accfonts
9821 %{texmfdist}/tex/latex/accfonts
9822
9823 %files latex-adrconv
9824 %defattr(644,root,root,755)
9825 %{texmfdist}/tex/latex/adrconv
9826 %{texmfdist}/doc/latex/adrconv
9827
9828 %files latex-algorithms
9829 %defattr(644,root,root,755)
9830 %doc %{texmfdist}/doc/latex/algorithms
9831 %{texmfdist}/tex/latex/algorithms
9832
9833 %files latex-ae
9834 %defattr(644,root,root,755)
9835 %{texmfdist}/tex/latex/ae
9836
9837 %files latex-ams
9838 %defattr(644,root,root,755)
9839 %doc %{texmfdist}/doc/latex/amscls
9840 %doc %{texmfdist}/doc/latex/amsmath
9841 %doc %{texmfdist}/doc/latex/onlyamsmath
9842 %{texmfdist}/doc/fonts/amsfonts
9843 %{texmfdist}/tex/latex/amscls
9844 %{texmfdist}/tex/latex/amsmath
9845 %{texmfdist}/tex/latex/amsfonts
9846 %{texmfdist}/tex/latex/onlyamsmath
9847 %{texmfdist}/source/latex/onlyamsmath
9848 %{texmfdist}/source/latex/amsaddr
9849 %{texmfdist}/source/latex/amscls
9850 %{texmfdist}/source/latex/amsfonts
9851 %{texmfdist}/source/latex/amsmath
9852 %{texmfdist}/source/latex/amsrefs
9853
9854 %files latex-antp
9855 %defattr(644,root,root,755)
9856 %{texmfdist}/tex/latex/antp
9857
9858 %files latex-antt
9859 %defattr(644,root,root,755)
9860 %{texmfdist}/tex/latex/antt
9861
9862 %files latex-appendix
9863 %defattr(644,root,root,755)
9864 %doc %{texmfdist}/doc/latex/appendix
9865 %{texmfdist}/tex/latex/appendix
9866 %{texmfdist}/source/latex/appendix
9867
9868 %files latex-bardiag
9869 %defattr(644,root,root,755)
9870 %doc %{texmfdist}/doc/latex/bardiag
9871 %{texmfdist}/tex/latex/bardiag
9872
9873 %files latex-bbm
9874 %defattr(644,root,root,755)
9875 %doc %{texmfdist}/doc/fonts/bbm
9876 %{texmfdist}/tex/latex/bbm
9877
9878 %files latex-bbold
9879 %defattr(644,root,root,755)
9880 %doc %{texmfdist}/doc/latex/bbold
9881 %{texmfdist}/tex/latex/bbold
9882 %{texmfdist}/source/latex/bbold
9883
9884 %files latex-beamer
9885 %defattr(644,root,root,755)
9886 %doc %{texmfdist}/doc/latex/beamer
9887 %{texmfdist}/tex/latex/beamer-contrib
9888 %{texmfdist}/tex/latex/beamer
9889
9890 %files latex-bezos
9891 %defattr(644,root,root,755)
9892 %doc %{texmfdist}/doc/latex/bezos
9893 %{texmfdist}/tex/latex/bezos
9894
9895 %files latex-bibtex
9896 %defattr(644,root,root,755)
9897 %doc %{texmfdist}/doc/bibtex/base
9898 %doc %{texmfdist}/doc/latex/adrconv
9899 %doc %{texmfdist}/doc/latex/bibtopic
9900 %doc %{texmfdist}/doc/latex/bibunits
9901 %doc %{texmfdist}/doc/latex/natbib
9902 %doc %{texmfdist}/doc/latex/footbib
9903 %doc %{texmf}/doc/bibtex8
9904 %dir %{texmfdist}/doc/bibtex
9905 %dir %{texmfdist}/bibtex
9906 %dir %{texmfdist}/bibtex/bib
9907 %dir %{texmfdist}/bibtex/bst
9908 %dir %{texmfdist}/bibtex/csf
9909
9910 %attr(755,root,root) %{_bindir}/bibtex
9911 %attr(755,root,root) %{_bindir}/rubibtex
9912
9913 %{texmfdist}/bibtex/bst/base
9914 %{texmfdist}/bibtex/csf/base
9915 %{texmfdist}/bibtex/bib/base
9916 %{texmfdist}/bibtex/bst/adrconv
9917 %{texmfdist}/bibtex/bib/adrconv
9918 %{texmfdist}/source/latex/adrconv
9919 %{texmfdist}/tex/latex/adrconv
9920 # %{texmf}/bibtex/bst/misc
9921 %{texmfdist}/bibtex/bst/natbib
9922 %{texmfdist}/tex/latex/natbib
9923 %{texmfdist}/tex/latex/bibtopic
9924 %{texmfdist}/source/latex/bibtopic
9925 %{texmfdist}/source/latex/bibunits
9926 %{texmfdist}/tex/latex/bibunits
9927 %{texmfdist}/source/latex/footbib
9928 %{texmfdist}/tex/latex/footbib
9929 %dir %{texmf}/bibtex
9930 %{texmf}/bibtex/csf
9931
9932 %{_mandir}/man1/bibtex.1*
9933 %{_mandir}/man1/rubibtex.1*
9934
9935 %files latex-bibtex-ams
9936 %defattr(644,root,root,755)
9937 %{texmfdist}/bibtex/bst/ams
9938 %{texmfdist}/bibtex/bib/ams
9939
9940 %files latex-bibtex-pl
9941 %defattr(644,root,root,755)
9942 %dir %{texmfdist}/bibtex/bib/gustlib
9943 %{texmfdist}/bibtex/bib/gustlib/plbib.bib
9944
9945 %files latex-bibtex-german
9946 %defattr(644,root,root,755)
9947 %doc %{texmfdist}/doc/bibtex/germbib
9948 %{texmfdist}/bibtex/bst/germbib
9949 %{texmfdist}/tex/latex/germbib
9950
9951 %files latex-bibtex-revtex4
9952 %defattr(644,root,root,755)
9953 %dir %{texmfdist}/source/latex/revtex
9954 %doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9955 %{texmfdist}/source/latex/revtex/revtex4.dtx
9956 %{texmfdist}/source/latex/revtex/revtex4.ins
9957 %{texmfdist}/tex/latex/revtex/revtex4.cls
9958
9959 %files latex-bibtex-jurabib
9960 %defattr(644,root,root,755)
9961 %doc %{texmfdist}/doc/latex/jurabib
9962 %{texmfdist}/bibtex/bst/jurabib
9963 %{texmfdist}/bibtex/bib/jurabib
9964 %{texmfdist}/source/latex/jurabib
9965 %{texmfdist}/tex/latex/jurabib
9966
9967 %files latex-bibtex-dk
9968 %defattr(644,root,root,755)
9969 %doc %{texmfdist}/doc/latex/dk-bib
9970 %{texmfdist}/bibtex/bst/dk-bib
9971 %{texmfdist}/bibtex/csf/dk-bib
9972 %{texmfdist}/bibtex/bib/dk-bib
9973 %{texmfdist}/source/latex/dk-bib
9974 %{texmfdist}/tex/latex/dk-bib
9975
9976 # %files latex-bibtex-nor
9977 # %defattr(644,root,root,755)
9978 # %{texmf}/bibtex/bst/norbib
9979
9980 %files latex-bibtex-styles
9981 %defattr(644,root,root,755)
9982 %doc %{texmfdist}/doc/generic/t2
9983 %dir %{texmfdist}/source/bibtex
9984 %{texmfdist}/bibtex/bib/IEEEtran
9985 %{texmfdist}/bibtex/bib/abstyles
9986 %{texmfdist}/bibtex/bib/achemso
9987 %{texmfdist}/bibtex/bib/acmtrans
9988 %{texmfdist}/bibtex/bib/ascelike
9989 %{texmfdist}/bibtex/bib/beebe
9990 %{texmfdist}/bibtex/bib/bibhtml
9991 %{texmfdist}/bibtex/bib/bibtopic
9992 %{texmfdist}/bibtex/bib/din1505
9993 %{texmfdist}/bibtex/bib/directory
9994 %{texmfdist}/bibtex/bib/figbib
9995 %{texmfdist}/bibtex/bib/frankenstein
9996 %{texmfdist}/bibtex/bib/gatech-thesis
9997 %{texmfdist}/bibtex/bib/geomsty
9998 %{texmfdist}/bibtex/bib/gloss
9999 %{texmfdist}/bibtex/bib/harvard
10000 %{texmfdist}/bibtex/bib/ieeepes
10001 %{texmfdist}/bibtex/bib/ijmart
10002 %{texmfdist}/bibtex/bib/imac
10003 %{texmfdist}/bibtex/bib/index
10004 %{texmfdist}/bibtex/bib/lsc
10005 %{texmfdist}/bibtex/bib/msc
10006 %{texmfdist}/bibtex/bib/nostarch
10007 %{texmfdist}/bibtex/bib/revtex
10008 %{texmfdist}/bibtex/bib/spie
10009 %{texmfdist}/bibtex/bib/urlbst
10010 %{texmfdist}/bibtex/bst/IEEEtran
10011 %{texmfdist}/bibtex/bst/abstyles
10012 %{texmfdist}/bibtex/bst/achemso
10013 %{texmfdist}/bibtex/bst/acmtrans
10014 %{texmfdist}/bibtex/bst/afthesis
10015 %{texmfdist}/bibtex/bst/aguplus
10016 %{texmfdist}/bibtex/bst/aichej
10017 %{texmfdist}/bibtex/bst/ametsoc
10018 %{texmfdist}/bibtex/bst/ascelike
10019 %{texmfdist}/bibtex/bst/beebe
10020 %{texmfdist}/bibtex/bst/bibhtml
10021 %{texmfdist}/bibtex/bst/chem-journal
10022 %{texmfdist}/bibtex/bst/chicago
10023 %{texmfdist}/bibtex/bst/confproc
10024 %{texmfdist}/bibtex/bst/datatool
10025 %{texmfdist}/bibtex/bst/din1505
10026 %{texmfdist}/bibtex/bst/dinat
10027 %{texmfdist}/bibtex/bst/directory
10028 %{texmfdist}/bibtex/bst/dvdcoll
10029 %{texmfdist}/bibtex/bst/economic
10030 %{texmfdist}/bibtex/bst/elsevier-bib
10031 %{texmfdist}/bibtex/bst/fbs
10032 %{texmfdist}/bibtex/bst/figbib
10033 %{texmfdist}/bibtex/bst/finbib
10034 %{texmfdist}/bibtex/bst/frankenstein
10035 %{texmfdist}/bibtex/bst/gatech-thesis
10036 %{texmfdist}/bibtex/bst/gloss
10037 %{texmfdist}/bibtex/bst/gost
10038 %{texmfdist}/bibtex/bst/gustlib
10039 %{texmfdist}/bibtex/bst/harvard
10040 %{texmfdist}/bibtex/bst/hc
10041 %{texmfdist}/bibtex/bst/ieeepes
10042 %{texmfdist}/bibtex/bst/ijmart
10043 %{texmfdist}/bibtex/bst/ijqc
10044 %{texmfdist}/bibtex/bst/imac
10045 %{texmfdist}/bibtex/bst/index
10046 %{texmfdist}/bibtex/bst/inlinebib
10047 %{texmfdist}/bibtex/bst/iopart-num
10048 %{texmfdist}/bibtex/bst/jneurosci
10049 %{texmfdist}/bibtex/bst/jurarsp
10050 %{texmfdist}/bibtex/bst/kluwer
10051 %{texmfdist}/bibtex/bst/mslapa
10052 %{texmfdist}/bibtex/bst/multibib
10053 %{texmfdist}/bibtex/bst/munich
10054 %{texmfdist}/bibtex/bst/nature
10055 %{texmfdist}/bibtex/bst/nddiss
10056 %{texmfdist}/bibtex/bst/opcit
10057 %{texmfdist}/bibtex/bst/perception
10058 %{texmfdist}/bibtex/bst/revtex
10059 %{texmfdist}/bibtex/bst/savetrees
10060 %{texmfdist}/bibtex/bst/shipunov
10061 %{texmfdist}/bibtex/bst/smflatex
10062 %{texmfdist}/bibtex/bst/sort-by-letters
10063 %{texmfdist}/bibtex/bst/spie
10064 %{texmfdist}/bibtex/bst/stellenbosch
10065 %{texmfdist}/bibtex/bst/swebib
10066 %{texmfdist}/bibtex/bst/texsis
10067 %{texmfdist}/bibtex/bst/thuthesis
10068 %{texmfdist}/bibtex/bst/tugboat
10069 %{texmfdist}/bibtex/bst/urlbst
10070 %{texmfdist}/bibtex/csf/gost
10071 %doc %{texmfdist}/doc/bibtex/abstyles
10072 %doc %{texmfdist}/doc/bibtex/bibhtml
10073 %doc %{texmfdist}/doc/bibtex/dinat
10074 %doc %{texmfdist}/doc/bibtex/economic
10075 %doc %{texmfdist}/doc/bibtex/elsevier-bib
10076 %doc %{texmfdist}/doc/bibtex/gost
10077 %doc %{texmfdist}/doc/bibtex/ijqc
10078 %doc %{texmfdist}/doc/bibtex/iopart-num
10079 %doc %{texmfdist}/doc/latex/IEEEtran
10080 %{texmfdist}/source/bibtex/gost
10081
10082 %files latex-bibtex-vancouver
10083 %defattr(644,root,root,755)
10084 %dir %{texmfdist}/bibtex/bib/vancouver
10085 %dir %{texmfdist}/bibtex/bst/vancouver
10086 %dir %{texmfdist}/doc/bibtex/vancouver
10087 %{texmfdist}/bibtex/bib/vancouver/vancouver.bib
10088 %{texmfdist}/bibtex/bst/vancouver/vancouver.bst
10089 %doc %{texmfdist}/doc/bibtex/vancouver/README
10090 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
10091 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
10092
10093 %files latex-booktabs
10094 %defattr(644,root,root,755)
10095 %doc %{texmfdist}/doc/latex/booktabs
10096 %{texmfdist}/source/latex/booktabs
10097 %{texmfdist}/tex/latex/booktabs
10098
10099 %files latex-caption
10100 %defattr(644,root,root,755)
10101 %doc %{texmfdist}/doc/latex/caption
10102 %{texmfdist}/tex/latex/caption
10103 %{texmfdist}/source/latex/caption
10104
10105 %files latex-carlisle
10106 %defattr(644,root,root,755)
10107 %doc %{texmfdist}/doc/latex/carlisle
10108 %{texmfdist}/tex/latex/carlisle
10109 %{texmfdist}/source/latex/carlisle
10110
10111 %files latex-ccfonts
10112 %defattr(644,root,root,755)
10113 %doc %{texmfdist}/doc/latex/ccfonts
10114 %{texmfdist}/source/latex/ccfonts
10115 %{texmfdist}/tex/latex/ccfonts
10116
10117 %files latex-cite
10118 %defattr(644,root,root,755)
10119 %{texmfdist}/tex/latex/cite
10120
10121 %files latex-cmbright
10122 %defattr(644,root,root,755)
10123 %doc %{texmfdist}/doc/latex/cmbright
10124 %{texmfdist}/tex/latex/cmbright
10125
10126 %files latex-colortab
10127 %defattr(644,root,root,755)
10128 %doc %{texmfdist}/doc/generic/colortab
10129 %{texmfdist}/tex/latex/colortab
10130 %{texmfdist}/tex/generic/colortab
10131
10132 %files latex-comment
10133 %defattr(644,root,root,755)
10134 %doc %{texmfdist}/doc/latex/comment
10135 %{texmfdist}/tex/latex/comment
10136 %{texmfdist}/source/latex/comment
10137
10138 %files latex-concmath
10139 %defattr(644,root,root,755)
10140 %{texmfdist}/tex/latex/concmath
10141
10142 %files latex-currvita
10143 %defattr(644,root,root,755)
10144 %doc %{texmfdist}/doc/latex/currvita
10145 %{texmfdist}/tex/latex/currvita
10146 %{texmfdist}/source/latex/currvita
10147 %doc %{texmfdist}/doc/latex/curve
10148 %{texmfdist}/source/latex/curve
10149 %{texmfdist}/tex/latex/curve
10150 %doc %{texmfdist}/doc/latex/ecv
10151 %{texmfdist}/source/latex/ecv
10152 %{texmfdist}/tex/latex/ecv
10153 %doc %{texmfdist}/doc/latex/simplecv
10154 %{texmfdist}/source/latex/simplecv
10155 %{texmfdist}/tex/latex/simplecv
10156
10157 %files latex-curves
10158 %defattr(644,root,root,755)
10159 %doc %{texmfdist}/doc/latex/curves
10160 %{texmfdist}/source/latex/curves
10161 %{texmfdist}/tex/latex/curves
10162
10163 %files latex-custom-bib
10164 %defattr(644,root,root,755)
10165 %doc %{texmfdist}/doc/latex/custom-bib
10166 %{texmfdist}/source/latex/custom-bib
10167 %{texmfdist}/tex/latex/custom-bib
10168
10169 %files latex-cyrillic
10170 %defattr(644,root,root,755)
10171 %doc %{texmfdist}/doc/latex/cyrillic
10172 %{texmfdist}/source/latex/cyrillic
10173 %{texmfdist}/tex/latex/cyrillic
10174
10175 # %files latex-dstroke
10176 # %defattr(644,root,root,755)
10177 # %{texmf}/tex/latex/dstroke
10178
10179 %files latex-enumitem
10180 %defattr(644,root,root,755)
10181 %doc %{texmfdist}/doc/latex/enumitem
10182 %{texmfdist}/tex/latex/enumitem
10183
10184 %files latex-exams
10185 %defattr(644,root,root,755)
10186 %doc %{texmfdist}/doc/latex/exam
10187 %{texmfdist}/tex/latex/exam
10188 # generate problem sheets and their solution sheets
10189 %doc %{texmfdist}/doc/latex/probsoln
10190 %{texmfdist}/source/latex/probsoln
10191 %{texmfdist}/tex/latex/probsoln
10192 %doc %{texmfdist}/doc/latex/examdesign
10193 %{texmfdist}/tex/latex/examdesign
10194 %{texmfdist}/source/latex/examdesign
10195 %doc %{texmfdist}/doc/latex/mathexam
10196 %{texmfdist}/source/latex/mathexam
10197 %{texmfdist}/tex/latex/mathexam
10198 # A LaTeX2e class for making multiple choice questionnaires
10199 %doc %{texmfdist}/doc/latex/qcm
10200 %{texmfdist}/source/latex/qcm
10201 %{texmfdist}/tex/latex/qcm
10202 # A LaTeX class for writing exercise sheets.
10203 %doc %{texmfdist}/doc/latex/uebungsblatt
10204 %{texmfdist}/tex/latex/uebungsblatt
10205
10206 %files latex-float
10207 %defattr(644,root,root,755)
10208 # Continuation headings and legends for floats.
10209 %doc %{texmfdist}/doc/latex/ccaption
10210 %{texmfdist}/source/latex/ccaption
10211 %{texmfdist}/tex/latex/ccaption
10212 # A float environment for photographs.
10213 %doc %{texmfdist}/doc/latex/photo
10214 %{texmfdist}/source/latex/photo
10215 %{texmfdist}/tex/latex/photo
10216 # Move floats to the top of the page.
10217 %doc %{texmfdist}/doc/latex/topfloat
10218 %{texmfdist}/tex/latex/topfloat
10219
10220 %files latex-formlett
10221 %defattr(644,root,root,755)
10222 %doc %{texmfdist}/doc/latex/formlett
10223 %{texmfdist}/tex/latex/formlett
10224
10225 %files latex-formular
10226 %defattr(644,root,root,755)
10227 %doc %{texmfdist}/doc/latex/formular
10228 %{texmfdist}/tex/latex/formular
10229 %{texmfdist}/source/latex/formular
10230
10231 %files latex-gbrief
10232 %defattr(644,root,root,755)
10233 %doc %{texmfdist}/doc/latex/g-brief
10234 %{texmfdist}/source/latex/g-brief
10235 %{texmfdist}/tex/latex/g-brief
10236
10237 %files latex-jknappen
10238 %defattr(644,root,root,755)
10239 %doc %{texmfdist}/fonts/source/jknappen
10240 %{texmfdist}/fonts/tfm/jknappen
10241
10242 %files latex-keystroke
10243 %defattr(644,root,root,755)
10244 %{texmfdist}/tex/latex/keystroke
10245 %doc %{texmfdist}/doc/latex/keystroke
10246
10247 %files latex-labbook
10248 %defattr(644,root,root,755)
10249 %doc %{texmfdist}/doc/latex/labbook
10250 %{texmfdist}/source/latex/labbook
10251 %{texmfdist}/tex/latex/labbook
10252
10253 %files latex-lastpage
10254 %defattr(644,root,root,755)
10255 %doc %{texmfdist}/doc/latex/lastpage
10256 %{texmfdist}/tex/latex/lastpage
10257 %{texmfdist}/source/latex/lastpage
10258
10259 %files latex-lcd
10260 %defattr(644,root,root,755)
10261 %doc %{texmfdist}/doc/latex/lcd
10262 %{texmfdist}/source/latex/lcd
10263 %{texmfdist}/tex/latex/lcd
10264
10265 %files latex-leaflet
10266 %defattr(644,root,root,755)
10267 %doc %{texmfdist}/doc/latex/leaflet
10268 %{texmfdist}/source/latex/leaflet
10269 %{texmfdist}/tex/latex/leaflet
10270
10271 %files latex-leftidx
10272 %defattr(644,root,root,755)
10273 %doc %{texmfdist}/doc/latex/leftidx
10274 %{texmfdist}/tex/latex/leftidx
10275 %{texmfdist}/source/latex/leftidx
10276
10277 %files latex-lewis
10278 %defattr(644,root,root,755)
10279 %doc %{texmfdist}/doc/latex/lewis
10280 %{texmfdist}/tex/latex/lewis
10281
10282 %files latex-lm
10283 %defattr(644,root,root,755)
10284 %doc %{texmfdist}/doc/fonts/lm
10285 %{texmfdist}/tex/latex/lm
10286 %{texmfdist}/fonts/afm/public/lm
10287 %{texmfdist}/fonts/enc/dvips/lm
10288 %{texmfdist}/fonts/map/dvips/lm
10289 %{texmfdist}/fonts/map/dvipdfm/lm
10290 %{texmfdist}/fonts/opentype/public/lm
10291 %{texmfdist}/fonts/tfm/public/lm
10292 %{texmfdist}/source/fonts/lm
10293
10294 %files latex-lucidabr
10295 %defattr(644,root,root,755)
10296 %dir %{texmfdist}/vtex
10297 %{texmfdist}/vtex/config
10298
10299 %files latex-lineno
10300 %defattr(644,root,root,755)
10301 %doc %{texmfdist}/doc/latex/lineno
10302 %{texmfdist}/tex/latex/lineno
10303
10304 %files latex-metre
10305 %defattr(644,root,root,755)
10306 %doc %{texmfdist}/doc/latex/metre
10307 %{texmfdist}/source/latex/metre
10308 %{texmfdist}/tex/latex/metre
10309
10310 %files latex-marvosym
10311 %defattr(644,root,root,755)
10312 %{texmfdist}/tex/latex/marvosym
10313
10314 #%files latex-mathpple
10315 #%defattr(644,root,root,755)
10316
10317 #%files latex-mathtime
10318 #%defattr(644,root,root,755)
10319
10320 %files latex-microtype
10321 %defattr(644,root,root,755)
10322 %doc %{texmfdist}/doc/latex/microtype
10323 %{texmfdist}/source/latex/microtype
10324 %{texmfdist}/tex/latex/microtype
10325
10326 %files latex-misc
10327 %defattr(644,root,root,755)
10328 %doc %{texmfdist}/doc/latex/fixme
10329 %{texmfdist}/source/latex/fixme
10330 %{texmfdist}/tex/latex/fixme
10331 %doc %{texmfdist}/doc/latex/recipecard
10332 %{texmfdist}/source/latex/recipecard
10333 %{texmfdist}/tex/latex/recipecard
10334 %doc %{texmfdist}/doc/latex/cooking
10335 %{texmfdist}/source/latex/cooking
10336 %{texmfdist}/tex/latex/cooking
10337 %doc %{texmfdist}/doc/latex/cuisine
10338 %{texmfdist}/source/latex/cuisine
10339 %{texmfdist}/tex/latex/cuisine
10340 %doc %{texmfdist}/doc/latex/todo
10341 %{texmfdist}/source/latex/todo
10342 %{texmfdist}/tex/latex/todo
10343
10344 %files latex-mflogo
10345 %defattr(644,root,root,755)
10346 %doc %{texmfdist}/doc/latex/mflogo
10347 %{texmfdist}/tex/latex/mflogo
10348
10349 %files latex-mfnfss
10350 %defattr(644,root,root,755)
10351 %{texmfdist}/source/latex/mfnfss
10352 %{texmfdist}/tex/latex/mfnfss
10353
10354 %files latex-minitoc
10355 %defattr(644,root,root,755)
10356 %doc %{texmfdist}/doc/latex/minitoc
10357 %{texmfdist}/bibtex/bst/minitoc
10358 %{texmfdist}/makeindex/minitoc
10359 %{texmfdist}/scripts/minitoc
10360 %{texmfdist}/source/latex/minitoc
10361 %{texmfdist}/tex/latex/minitoc
10362
10363 %files latex-mltex
10364 %defattr(644,root,root,755)
10365 %doc %{texmfdist}/doc/latex/mltex
10366 %{texmfdist}/tex/latex/mltex
10367 %{texmfdist}/tex/mltex/config
10368
10369 %files latex-moreverb
10370 %defattr(644,root,root,755)
10371 %doc %{texmfdist}/doc/latex/moreverb
10372 %{texmfdist}/tex/latex/moreverb
10373 %{texmfdist}/source/latex/moreverb
10374
10375 %files latex-multienum
10376 %defattr(644,root,root,755)
10377 %doc %{texmfdist}/doc/latex/multenum
10378 %dir %{texmfdist}/tex/latex/multenum
10379 %{texmfdist}/tex/latex/multenum/*
10380
10381 %files latex-musictex
10382 %defattr(644,root,root,755)
10383 %doc %{texmfdist}/doc/generic/musictex
10384 %{texmfdist}/fonts/source/public/musictex
10385 %{texmfdist}/fonts/tfm/public/musictex
10386 %{texmfdist}/tex/generic/musictex
10387 %{texmfdist}/tex/latex/musictex
10388
10389 %files latex-ntheorem
10390 %defattr(644,root,root,755)
10391 %doc %{texmfdist}/doc/latex/ntheorem
10392 %{texmfdist}/tex/latex/ntheorem
10393 %{texmfdist}/source/latex/ntheorem
10394
10395 %files latex-other-doc
10396 %defattr(644,root,root,755)
10397 %doc %{texmfdist}/doc/alatex
10398 %doc %{texmfdist}/doc/cslatex/base
10399 %doc %{texmfdist}/doc/generic/enctex
10400 %doc %{texmfdist}/doc/generic/wsuipa
10401 %doc %{texmfdist}/doc/latex/ANUfinalexam
10402 %doc %{texmfdist}/doc/latex/AkkTeX
10403 %doc %{texmfdist}/doc/latex/GuIT
10404 %doc %{texmfdist}/doc/latex/a0poster
10405 %doc %{texmfdist}/doc/latex/acmtrans
10406 %doc %{texmfdist}/doc/latex/adrlist
10407 %doc %{texmfdist}/doc/latex/afthesis
10408 %doc %{texmfdist}/doc/latex/aguplus
10409 %doc %{texmfdist}/doc/latex/akletter
10410 %doc %{texmfdist}/doc/latex/algorithm2e
10411 %doc %{texmfdist}/doc/latex/algorithmicx
10412 %doc %{texmfdist}/doc/latex/altfont
10413 %doc %{texmfdist}/doc/latex/ametsoc
10414 %doc %{texmfdist}/doc/latex/amsaddr
10415 %doc %{texmfdist}/doc/latex/amsrefs
10416 %doc %{texmfdist}/doc/latex/animate
10417 %doc %{texmfdist}/doc/latex/answers
10418 %doc %{texmfdist}/doc/latex/anyfontsize
10419 %doc %{texmfdist}/doc/latex/apa
10420 %doc %{texmfdist}/doc/latex/ar
10421 %doc %{texmfdist}/doc/latex/arabi
10422 %doc %{texmfdist}/doc/latex/arabtex
10423 %doc %{texmfdist}/doc/latex/ascelike
10424 %doc %{texmfdist}/doc/latex/assignment
10425 %doc %{texmfdist}/doc/latex/augie
10426 %doc %{texmfdist}/doc/latex/aurical
10427 %doc %{texmfdist}/doc/latex/authorindex
10428 %doc %{texmfdist}/doc/latex/autoarea
10429 %doc %{texmfdist}/doc/latex/autotab
10430 %doc %{texmfdist}/doc/latex/bangtex
10431 %doc %{texmfdist}/doc/latex/barcodes
10432 %doc %{texmfdist}/doc/latex/bayer
10433 %doc %{texmfdist}/doc/latex/bbm-macros
10434 %doc %{texmfdist}/doc/latex/beamer-contrib
10435 %doc %{texmfdist}/doc/latex/begriff
10436 %doc %{texmfdist}/doc/latex/betababel
10437 %doc %{texmfdist}/doc/latex/bibarts
10438 %doc %{texmfdist}/doc/latex/bibleref
10439 %doc %{texmfdist}/doc/latex/biblist
10440 %doc %{texmfdist}/doc/latex/bigfoot
10441 %doc %{texmfdist}/doc/latex/bizcard
10442 %doc %{texmfdist}/doc/latex/blindtext
10443 %doc %{texmfdist}/doc/latex/boldtensors
10444 %doc %{texmfdist}/doc/latex/bookest
10445 %doc %{texmfdist}/doc/latex/boxhandler
10446 %doc %{texmfdist}/doc/latex/braille
10447 %doc %{texmfdist}/doc/latex/breakurl
10448 %doc %{texmfdist}/doc/latex/brushscr
10449 %doc %{texmfdist}/doc/latex/bussproofs
10450 %doc %{texmfdist}/doc/latex/calxxxx
10451 %doc %{texmfdist}/doc/latex/captcont
10452 %doc %{texmfdist}/doc/latex/casyl
10453 %doc %{texmfdist}/doc/latex/catechis
10454 %doc %{texmfdist}/doc/latex/cbcoptic
10455 %doc %{texmfdist}/doc/latex/cclicenses
10456 %doc %{texmfdist}/doc/latex/cd-cover
10457 %doc %{texmfdist}/doc/latex/cd
10458 %doc %{texmfdist}/doc/latex/cdpbundl
10459 %doc %{texmfdist}/doc/latex/cellspace
10460 %doc %{texmfdist}/doc/latex/changes
10461 %doc %{texmfdist}/doc/latex/chapterfolder
10462 %doc %{texmfdist}/doc/latex/china2e
10463 %doc %{texmfdist}/doc/latex/cite
10464 %doc %{texmfdist}/doc/latex/cjk
10465 %doc %{texmfdist}/doc/latex/classicthesis
10466 %doc %{texmfdist}/doc/latex/cleveref
10467 %doc %{texmfdist}/doc/latex/clock
10468 %doc %{texmfdist}/doc/latex/clrscode
10469 %doc %{texmfdist}/doc/latex/cm-lgc
10470 %doc %{texmfdist}/doc/latex/cmap
10471 %doc %{texmfdist}/doc/latex/cmcyralt
10472 %doc %{texmfdist}/doc/latex/cmdstring
10473 %doc %{texmfdist}/doc/latex/codepage
10474 %doc %{texmfdist}/doc/latex/colorinfo
10475 %doc %{texmfdist}/doc/latex/commath
10476 %doc %{texmfdist}/doc/latex/complexity
10477 %doc %{texmfdist}/doc/latex/concprog
10478 %doc %{texmfdist}/doc/latex/confproc
10479 %doc %{texmfdist}/doc/latex/courier-scaled
10480 %doc %{texmfdist}/doc/latex/courseoutline
10481 %doc %{texmfdist}/doc/latex/coursepaper
10482 %doc %{texmfdist}/doc/latex/coverpage
10483 %doc %{texmfdist}/doc/latex/covington
10484 %doc %{texmfdist}/doc/latex/crossreference
10485 %doc %{texmfdist}/doc/latex/cryst
10486 %doc %{texmfdist}/doc/latex/csbulletin
10487 %doc %{texmfdist}/doc/latex/csquotes
10488 %doc %{texmfdist}/doc/latex/ctib
10489 %doc %{texmfdist}/doc/latex/cursor
10490 %doc %{texmfdist}/doc/latex/cv
10491 %doc %{texmfdist}/doc/latex/cweb-latex
10492 %doc %{texmfdist}/doc/latex/dateiliste
10493 %doc %{texmfdist}/doc/latex/datetime
10494 %doc %{texmfdist}/doc/latex/dcpic
10495 %doc %{texmfdist}/doc/latex/diagnose
10496 %doc %{texmfdist}/doc/latex/dichokey
10497 %doc %{texmfdist}/doc/latex/digiconfigs
10498 %doc %{texmfdist}/doc/latex/din1505
10499 %doc %{texmfdist}/doc/latex/directory
10500 %doc %{texmfdist}/doc/latex/dlfltxb
10501 %doc %{texmfdist}/doc/latex/docmfp
10502 %doc %{texmfdist}/doc/latex/doi
10503 %doc %{texmfdist}/doc/latex/doipubmed
10504 %doc %{texmfdist}/doc/latex/dotarrow
10505 %doc %{texmfdist}/doc/latex/dottex
10506 %doc %{texmfdist}/doc/latex/dpfloat
10507 %doc %{texmfdist}/doc/latex/drac
10508 %doc %{texmfdist}/doc/latex/dramatist
10509 %doc %{texmfdist}/doc/latex/dtxgallery
10510 %doc %{texmfdist}/doc/latex/duerer-latex
10511 %doc %{texmfdist}/doc/latex/dvdcoll
10512 %doc %{texmfdist}/doc/latex/eCards
10513 %doc %{texmfdist}/doc/latex/ean13isbn
10514 %doc %{texmfdist}/doc/latex/easy
10515 %doc %{texmfdist}/doc/latex/ebezier
10516 %doc %{texmfdist}/doc/latex/ebong
10517 %doc %{texmfdist}/doc/latex/ebsthesis
10518 %doc %{texmfdist}/doc/latex/ecclesiastic
10519 %doc %{texmfdist}/doc/latex/ecltree
10520 %doc %{texmfdist}/doc/latex/ed
10521 %doc %{texmfdist}/doc/latex/edmac
10522 %doc %{texmfdist}/doc/latex/edmargin
10523 %doc %{texmfdist}/doc/latex/ednotes
10524 %doc %{texmfdist}/doc/latex/eemeir
10525 %doc %{texmfdist}/doc/latex/egameps
10526 %doc %{texmfdist}/doc/latex/ellipsis
10527 %doc %{texmfdist}/doc/latex/elpres
10528 %doc %{texmfdist}/doc/latex/elsevier
10529 %doc %{texmfdist}/doc/latex/em
10530 %doc %{texmfdist}/doc/latex/emp
10531 %doc %{texmfdist}/doc/latex/emulateapj
10532 %doc %{texmfdist}/doc/latex/endheads
10533 %doc %{texmfdist}/doc/latex/engpron
10534 %doc %{texmfdist}/doc/latex/engrec
10535 %doc %{texmfdist}/doc/latex/envlab
10536 %doc %{texmfdist}/doc/latex/epigraph
10537 %doc %{texmfdist}/doc/latex/epiolmec
10538 %doc %{texmfdist}/doc/latex/epsdice
10539 %doc %{texmfdist}/doc/latex/epspdfconversion
10540 %doc %{texmfdist}/doc/latex/eqparbox
10541 %doc %{texmfdist}/doc/latex/errata
10542 %doc %{texmfdist}/doc/latex/eskdx
10543 %doc %{texmfdist}/doc/latex/etex-pkg
10544 %doc %{texmfdist}/doc/latex/ethiop-t1
10545 %doc %{texmfdist}/doc/latex/ethiop
10546 %doc %{texmfdist}/doc/latex/etoolbox
10547 %doc %{texmfdist}/doc/latex/eukdate
10548 %doc %{texmfdist}/doc/latex/euproposal
10549 %doc %{texmfdist}/doc/latex/euro
10550 %doc %{texmfdist}/doc/latex/europecv
10551 %doc %{texmfdist}/doc/latex/eurosans
10552 %doc %{texmfdist}/doc/latex/everypage
10553 %doc %{texmfdist}/doc/latex/examplep
10554 %doc %{texmfdist}/doc/latex/exceltex
10555 %doc %{texmfdist}/doc/latex/exercise
10556 %doc %{texmfdist}/doc/latex/expl3
10557 %doc %{texmfdist}/doc/latex/extarrows
10558 %doc %{texmfdist}/doc/latex/extract
10559 %doc %{texmfdist}/doc/latex/facsimile
10560 %doc %{texmfdist}/doc/latex/fancynum
10561 %doc %{texmfdist}/doc/latex/fancyref
10562 %doc %{texmfdist}/doc/latex/fancytooltips
10563 %doc %{texmfdist}/doc/latex/fax
10564 %doc %{texmfdist}/doc/latex/figbib
10565 %doc %{texmfdist}/doc/latex/figsize
10566 %doc %{texmfdist}/doc/latex/fink
10567 %doc %{texmfdist}/doc/latex/fixfoot
10568 %doc %{texmfdist}/doc/latex/flabels
10569 %doc %{texmfdist}/doc/latex/flacards
10570 %doc %{texmfdist}/doc/latex/flagderiv
10571 %doc %{texmfdist}/doc/latex/flashcards
10572 %doc %{texmfdist}/doc/latex/floatrow
10573 %doc %{texmfdist}/doc/latex/fmp
10574 %doc %{texmfdist}/doc/latex/fnbreak
10575 %doc %{texmfdist}/doc/latex/fncychap
10576 %doc %{texmfdist}/doc/latex/foekfont
10577 %doc %{texmfdist}/doc/latex/fonttable
10578 %doc %{texmfdist}/doc/latex/frankenstein
10579 %doc %{texmfdist}/doc/latex/frenchle
10580 %doc %{texmfdist}/doc/latex/fribrief
10581 %doc %{texmfdist}/doc/latex/frletter
10582 %doc %{texmfdist}/doc/latex/frontespizio
10583 %doc %{texmfdist}/doc/latex/fullblck
10584 %doc %{texmfdist}/doc/latex/fullpict
10585 %doc %{texmfdist}/doc/latex/fundus
10586 %doc %{texmfdist}/doc/latex/gaceta
10587 %doc %{texmfdist}/doc/latex/gastex
10588 %doc %{texmfdist}/doc/latex/gatech-thesis
10589 %doc %{texmfdist}/doc/latex/gauss
10590 %doc %{texmfdist}/doc/latex/gb4e
10591 %doc %{texmfdist}/doc/latex/gcard
10592 %doc %{texmfdist}/doc/latex/gcite
10593 %doc %{texmfdist}/doc/latex/genmpage
10594 %doc %{texmfdist}/doc/latex/geomsty
10595 %doc %{texmfdist}/doc/latex/gloss
10596 %doc %{texmfdist}/doc/latex/glossaries
10597 %doc %{texmfdist}/doc/latex/gmdoc
10598 %doc %{texmfdist}/doc/latex/gmeometric
10599 %doc %{texmfdist}/doc/latex/gmiflink
10600 %doc %{texmfdist}/doc/latex/gmutils
10601 %doc %{texmfdist}/doc/latex/gmverb
10602 %doc %{texmfdist}/doc/latex/graphicx-psmin
10603 %doc %{texmfdist}/doc/latex/greek-inputenc
10604 %doc %{texmfdist}/doc/latex/greekdates
10605 %doc %{texmfdist}/doc/latex/greektex
10606 %doc %{texmfdist}/doc/latex/grfpaste
10607 %doc %{texmfdist}/doc/latex/grnumalt
10608 %doc %{texmfdist}/doc/latex/grverb
10609 %doc %{texmfdist}/doc/latex/gu
10610 %doc %{texmfdist}/doc/latex/guitbeamer
10611 %doc %{texmfdist}/doc/latex/hanging
10612 %doc %{texmfdist}/doc/latex/har2nat
10613 %doc %{texmfdist}/doc/latex/harmony
10614 %doc %{texmfdist}/doc/latex/harpoon
10615 %doc %{texmfdist}/doc/latex/harvard
10616 %doc %{texmfdist}/doc/latex/hc
10617 %doc %{texmfdist}/doc/latex/hep
10618 %doc %{texmfdist}/doc/latex/hepnames
10619 %doc %{texmfdist}/doc/latex/hepparticles
10620 %doc %{texmfdist}/doc/latex/hepthesis
10621 %doc %{texmfdist}/doc/latex/hepunits
10622 %doc %{texmfdist}/doc/latex/hexgame
10623 %doc %{texmfdist}/doc/latex/histogr
10624 %doc %{texmfdist}/doc/latex/hitec
10625 %doc %{texmfdist}/doc/latex/hpsdiss
10626 %doc %{texmfdist}/doc/latex/hvfloat
10627 %doc %{texmfdist}/doc/latex/hypdvips
10628 %doc %{texmfdist}/doc/latex/hyperref-docsrc
10629 %doc %{texmfdist}/doc/latex/hyperxmp
10630 %doc %{texmfdist}/doc/latex/ibycus-babel
10631 %doc %{texmfdist}/doc/latex/icsv
10632 %doc %{texmfdist}/doc/latex/ieeepes
10633 %doc %{texmfdist}/doc/latex/ifmslide
10634 %doc %{texmfdist}/doc/latex/ifplatform
10635 %doc %{texmfdist}/doc/latex/ijmart
10636 %doc %{texmfdist}/doc/latex/imac
10637 %doc %{texmfdist}/doc/latex/image-gallery
10638 %doc %{texmfdist}/doc/latex/imtekda
10639 %doc %{texmfdist}/doc/latex/inlinebib
10640 %doc %{texmfdist}/doc/latex/inlinedef
10641 %doc %{texmfdist}/doc/latex/interactiveworkbook
10642 %doc %{texmfdist}/doc/latex/invoice
10643 %doc %{texmfdist}/doc/latex/ipa
10644 %doc %{texmfdist}/doc/latex/iso
10645 %doc %{texmfdist}/doc/latex/iso10303
10646 %doc %{texmfdist}/doc/latex/isodate
10647 %doc %{texmfdist}/doc/latex/isodoc
10648 %doc %{texmfdist}/doc/latex/itnumpar
10649 %doc %{texmfdist}/doc/latex/jknapltx
10650 %doc %{texmfdist}/doc/latex/jneurosci
10651 %doc %{texmfdist}/doc/latex/jpsj
10652 %doc %{texmfdist}/doc/latex/jura
10653 %doc %{texmfdist}/doc/latex/juraabbrev
10654 %doc %{texmfdist}/doc/latex/juramisc
10655 %doc %{texmfdist}/doc/latex/jurarsp
10656 %doc %{texmfdist}/doc/latex/karnaugh
10657 %doc %{texmfdist}/doc/latex/kerkis
10658 %doc %{texmfdist}/doc/latex/kerntest
10659 %doc %{texmfdist}/doc/latex/kluwer
10660 %doc %{texmfdist}/doc/latex/lazylist
10661 %doc %{texmfdist}/doc/latex/lcyw
10662 %doc %{texmfdist}/doc/latex/ledmac
10663 %doc %{texmfdist}/doc/latex/lgreek
10664 %doc %{texmfdist}/doc/latex/lhelp
10665 %doc %{texmfdist}/doc/latex/linguex
10666 %doc %{texmfdist}/doc/latex/lipsum
10667 %doc %{texmfdist}/doc/latex/listbib
10668 %doc %{texmfdist}/doc/latex/lkproof
10669 %doc %{texmfdist}/doc/latex/logic
10670 %doc %{texmfdist}/doc/latex/ltxindex
10671 %doc %{texmfdist}/doc/latex/mafr
10672 %doc %{texmfdist}/doc/latex/magyar
10673 %doc %{texmfdist}/doc/latex/mailing
10674 %doc %{texmfdist}/doc/latex/makebarcode
10675 %doc %{texmfdist}/doc/latex/makedtx
10676 %doc %{texmfdist}/doc/latex/makeglos
10677 %doc %{texmfdist}/doc/latex/mathdesign
10678 %doc %{texmfdist}/doc/latex/mathpazo
10679 %doc %{texmfdist}/doc/latex/mceinleger
10680 %doc %{texmfdist}/doc/latex/memexsupp
10681 %doc %{texmfdist}/doc/latex/metaplot
10682 %doc %{texmfdist}/doc/latex/mff
10683 %doc %{texmfdist}/doc/latex/mftinc
10684 %doc %{texmfdist}/doc/latex/minutes
10685 %doc %{texmfdist}/doc/latex/mmap
10686 %doc %{texmfdist}/doc/latex/mnsymbol
10687 %doc %{texmfdist}/doc/latex/moderncv
10688 %doc %{texmfdist}/doc/latex/modroman
10689 %doc %{texmfdist}/doc/latex/mongolian-babel
10690 %doc %{texmfdist}/doc/latex/montex
10691 %doc %{texmfdist}/doc/latex/moresize
10692 %doc %{texmfdist}/doc/latex/msg
10693 %doc %{texmfdist}/doc/latex/mslapa
10694 %doc %{texmfdist}/doc/latex/mtgreek
10695 %doc %{texmfdist}/doc/latex/multibbl
10696 %doc %{texmfdist}/doc/latex/multirow
10697 %doc %{texmfdist}/doc/latex/munich
10698 %doc %{texmfdist}/doc/latex/muthesis
10699 %doc %{texmfdist}/doc/latex/mxd
10700 %doc %{texmfdist}/doc/latex/mxedruli
10701 %doc %{texmfdist}/doc/latex/ncclatex
10702 %doc %{texmfdist}/doc/latex/ncctools
10703 %doc %{texmfdist}/doc/latex/nddiss
10704 %doc %{texmfdist}/doc/latex/newalg
10705 %doc %{texmfdist}/doc/latex/newfile
10706 %doc %{texmfdist}/doc/latex/newlfm
10707 %doc %{texmfdist}/doc/latex/newspaper
10708 %doc %{texmfdist}/doc/latex/nomentbl
10709 %doc %{texmfdist}/doc/latex/nonfloat
10710 %doc %{texmfdist}/doc/latex/numname
10711 %doc %{texmfdist}/doc/latex/ocr-latex
10712 %doc %{texmfdist}/doc/latex/ogham
10713 %doc %{texmfdist}/doc/latex/ogonek
10714 %doc %{texmfdist}/doc/latex/opcit
10715 %doc %{texmfdist}/doc/latex/ordinalpt
10716 %doc %{texmfdist}/doc/latex/otibet
10717 %doc %{texmfdist}/doc/latex/outline
10718 %doc %{texmfdist}/doc/latex/outliner
10719 %doc %{texmfdist}/doc/latex/pagenote
10720 %doc %{texmfdist}/doc/latex/papercdcase
10721 %doc %{texmfdist}/doc/latex/paresse
10722 %doc %{texmfdist}/doc/latex/parrun
10723 %doc %{texmfdist}/doc/latex/pauldoc
10724 %doc %{texmfdist}/doc/latex/pdfwin
10725 %doc %{texmfdist}/doc/latex/pecha
10726 %doc %{texmfdist}/doc/latex/perception
10727 %doc %{texmfdist}/doc/latex/perltex
10728 %doc %{texmfdist}/doc/latex/pgf-soroban
10729 %doc %{texmfdist}/doc/latex/pgfopts
10730 %doc %{texmfdist}/doc/latex/philex
10731 %doc %{texmfdist}/doc/latex/plates
10732 %doc %{texmfdist}/doc/latex/plweb
10733 %doc %{texmfdist}/doc/latex/pmgraph
10734 %doc %{texmfdist}/doc/latex/polski
10735 %doc %{texmfdist}/doc/latex/polyglot
10736 %doc %{texmfdist}/doc/latex/postcards
10737 %doc %{texmfdist}/doc/latex/powerdot
10738 %doc %{texmfdist}/doc/latex/ppower4
10739 %doc %{texmfdist}/doc/latex/ppr-prv
10740 %doc %{texmfdist}/doc/latex/prettyref
10741 %doc %{texmfdist}/doc/latex/proba
10742 %doc %{texmfdist}/doc/latex/procIAGssymp
10743 %doc %{texmfdist}/doc/latex/protex
10744 %doc %{texmfdist}/doc/latex/protocol
10745 %doc %{texmfdist}/doc/latex/psfragx
10746 %doc %{texmfdist}/doc/latex/psgo
10747 %doc %{texmfdist}/doc/latex/pspicture
10748 %doc %{texmfdist}/doc/latex/pst2pdf
10749 %doc %{texmfdist}/doc/latex/qobitree
10750 %doc %{texmfdist}/doc/latex/qstest
10751 %doc %{texmfdist}/doc/latex/quotmark
10752 %doc %{texmfdist}/doc/latex/r_und_s
10753 %doc %{texmfdist}/doc/latex/randbild
10754 %doc %{texmfdist}/doc/latex/rcs
10755 %doc %{texmfdist}/doc/latex/rcsinfo
10756 %doc %{texmfdist}/doc/latex/rectopma
10757 %doc %{texmfdist}/doc/latex/refcheck
10758 %doc %{texmfdist}/doc/latex/refstyle
10759 %doc %{texmfdist}/doc/latex/relenc
10760 %doc %{texmfdist}/doc/latex/repeatindex
10761 %doc %{texmfdist}/doc/latex/rlepsf
10762 %doc %{texmfdist}/doc/latex/rmpage
10763 %doc %{texmfdist}/doc/latex/robustindex
10764 %doc %{texmfdist}/doc/latex/rst
10765 %doc %{texmfdist}/doc/latex/rtkinenc
10766 %doc %{texmfdist}/doc/latex/rtklage
10767 %doc %{texmfdist}/doc/latex/sagetex
10768 %doc %{texmfdist}/doc/latex/sanskrit
10769 %doc %{texmfdist}/doc/latex/sauerj
10770 %doc %{texmfdist}/doc/latex/sauterfonts
10771 %doc %{texmfdist}/doc/latex/savefnmark
10772 %doc %{texmfdist}/doc/latex/savetrees
10773 %doc %{texmfdist}/doc/latex/scalebar
10774 %doc %{texmfdist}/doc/latex/scientificpaper
10775 %doc %{texmfdist}/doc/latex/sciposter
10776 %doc %{texmfdist}/doc/latex/sciwordconv
10777 %doc %{texmfdist}/doc/latex/sdrt
10778 %doc %{texmfdist}/doc/latex/sectionbox
10779 %doc %{texmfdist}/doc/latex/semantic
10780 %doc %{texmfdist}/doc/latex/semioneside
10781 %doc %{texmfdist}/doc/latex/seqsplit
10782 %doc %{texmfdist}/doc/latex/sf298
10783 %doc %{texmfdist}/doc/latex/sffms
10784 %doc %{texmfdist}/doc/latex/sfg
10785 %doc %{texmfdist}/doc/latex/sgame
10786 %doc %{texmfdist}/doc/latex/shadethm
10787 %doc %{texmfdist}/doc/latex/shorttoc
10788 %doc %{texmfdist}/doc/latex/show2e
10789 %doc %{texmfdist}/doc/latex/showexpl
10790 %doc %{texmfdist}/doc/latex/slantsc
10791 %doc %{texmfdist}/doc/latex/smalltableof
10792 %doc %{texmfdist}/doc/latex/smartref
10793 %doc %{texmfdist}/doc/latex/smflatex
10794 %doc %{texmfdist}/doc/latex/snapshot
10795 %doc %{texmfdist}/doc/latex/sort-by-letters
10796 %doc %{texmfdist}/doc/latex/soyombo
10797 %doc %{texmfdist}/doc/latex/sparklines
10798 %doc %{texmfdist}/doc/latex/spie
10799 %doc %{texmfdist}/doc/latex/splitbib
10800 %doc %{texmfdist}/doc/latex/spotcolor
10801 %doc %{texmfdist}/doc/latex/sprite
10802 %doc %{texmfdist}/doc/latex/srcltx
10803 %doc %{texmfdist}/doc/latex/ssqquote
10804 %doc %{texmfdist}/doc/latex/statistik
10805 %doc %{texmfdist}/doc/latex/stdpage
10806 %doc %{texmfdist}/doc/latex/stellenbosch
10807 %doc %{texmfdist}/doc/latex/stex
10808 %doc %{texmfdist}/doc/latex/struktex
10809 %doc %{texmfdist}/doc/latex/sttools
10810 %doc %{texmfdist}/doc/latex/stubs
10811 %doc %{texmfdist}/doc/latex/subfloat
10812 %doc %{texmfdist}/doc/latex/sugconf
10813 %doc %{texmfdist}/doc/latex/supertabular
10814 %doc %{texmfdist}/doc/latex/svgcolor
10815 %doc %{texmfdist}/doc/latex/svn-multi
10816 %doc %{texmfdist}/doc/latex/svn
10817 %doc %{texmfdist}/doc/latex/svninfo
10818 %doc %{texmfdist}/doc/latex/swebib
10819 %doc %{texmfdist}/doc/latex/swimgraf
10820 %doc %{texmfdist}/doc/latex/synproof
10821 %doc %{texmfdist}/doc/latex/syntax
10822 %doc %{texmfdist}/doc/latex/syntrace
10823 %doc %{texmfdist}/doc/latex/synttree
10824 %doc %{texmfdist}/doc/latex/t-angles
10825 %doc %{texmfdist}/doc/latex/tableaux
10826 %doc %{texmfdist}/doc/latex/tablists
10827 %doc %{texmfdist}/doc/latex/tablor
10828 %doc %{texmfdist}/doc/latex/tabto-ltx
10829 %doc %{texmfdist}/doc/latex/tabulary
10830 %doc %{texmfdist}/doc/latex/tabvar
10831 %doc %{texmfdist}/doc/latex/talk
10832 %doc %{texmfdist}/doc/latex/tapir
10833 %doc %{texmfdist}/doc/latex/tcldoc
10834 %doc %{texmfdist}/doc/latex/tdsfrmath
10835 %doc %{texmfdist}/doc/latex/technics
10836 %doc %{texmfdist}/doc/latex/ted
10837 %doc %{texmfdist}/doc/latex/tengwarscript
10838 %doc %{texmfdist}/doc/latex/tensor
10839 %doc %{texmfdist}/doc/latex/teubner
10840 %doc %{texmfdist}/doc/latex/texmate
10841 %doc %{texmfdist}/doc/latex/texpower
10842 %doc %{texmfdist}/doc/latex/texshade
10843 %doc %{texmfdist}/doc/latex/textcase
10844 %doc %{texmfdist}/doc/latex/textopo
10845 %doc %{texmfdist}/doc/latex/theoremref
10846 %doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10847 %doc %{texmfdist}/doc/latex/thinsp
10848 %doc %{texmfdist}/doc/latex/thmtools
10849 %doc %{texmfdist}/doc/latex/thumb
10850 %doc %{texmfdist}/doc/latex/thuthesis
10851 %doc %{texmfdist}/doc/latex/ticket
10852 %doc %{texmfdist}/doc/latex/tikz-inet
10853 %doc %{texmfdist}/doc/latex/timesht
10854 %doc %{texmfdist}/doc/latex/titling
10855 %doc %{texmfdist}/doc/latex/tocvsec2
10856 %doc %{texmfdist}/doc/latex/tokenizer
10857 %doc %{texmfdist}/doc/latex/toolbox
10858 %doc %{texmfdist}/doc/latex/toptesi
10859 %doc %{texmfdist}/doc/latex/tpslifonts
10860 %doc %{texmfdist}/doc/latex/trajan
10861 %doc %{texmfdist}/doc/latex/translator
10862 %doc %{texmfdist}/doc/latex/tree-dvips
10863 %doc %{texmfdist}/doc/latex/trivfloat
10864 %doc %{texmfdist}/doc/latex/turnstile
10865 %doc %{texmfdist}/doc/latex/twoup
10866 %doc %{texmfdist}/doc/latex/typogrid
10867 %doc %{texmfdist}/doc/latex/umlaute
10868 %doc %{texmfdist}/doc/latex/undertilde
10869 %doc %{texmfdist}/doc/latex/unitsdef
10870 %doc %{texmfdist}/doc/latex/unroman
10871 %doc %{texmfdist}/doc/latex/upmethodology
10872 %doc %{texmfdist}/doc/latex/urlbst
10873 %doc %{texmfdist}/doc/latex/varindex
10874 %doc %{texmfdist}/doc/latex/varsfromjobname
10875 %doc %{texmfdist}/doc/latex/vector
10876 %doc %{texmfdist}/doc/latex/verse
10877 %doc %{texmfdist}/doc/latex/vhistory
10878 %doc %{texmfdist}/doc/latex/vita
10879 %doc %{texmfdist}/doc/latex/volumes
10880 %doc %{texmfdist}/doc/latex/vpe
10881 %doc %{texmfdist}/doc/latex/vrsion
10882 %doc %{texmfdist}/doc/latex/vwcol
10883 %doc %{texmfdist}/doc/latex/vxu
10884 %doc %{texmfdist}/doc/latex/wadalab
10885 %doc %{texmfdist}/doc/latex/wallpaper
10886 %doc %{texmfdist}/doc/latex/warpcol
10887 %doc %{texmfdist}/doc/latex/wnri
10888 %doc %{texmfdist}/doc/latex/wordlike
10889 %doc %{texmfdist}/doc/latex/xargs
10890 %doc %{texmfdist}/doc/latex/xdoc
10891 %doc %{texmfdist}/doc/latex/xfor
10892 %doc %{texmfdist}/doc/latex/xifthen
10893 %doc %{texmfdist}/doc/latex/xmpincl
10894 %doc %{texmfdist}/doc/latex/xnewcommand
10895 %doc %{texmfdist}/doc/latex/xoptarg
10896 %doc %{texmfdist}/doc/latex/xpackages
10897 %doc %{texmfdist}/doc/latex/xskak
10898 %doc %{texmfdist}/doc/latex/xstring
10899 %doc %{texmfdist}/doc/latex/xtcapts
10900 %doc %{texmfdist}/doc/latex/xyling
10901 %doc %{texmfdist}/doc/latex/xytree
10902 %doc %{texmfdist}/doc/latex/yafoot
10903 %doc %{texmfdist}/doc/latex/yhmath
10904 %doc %{texmfdist}/doc/latex/york-thesis
10905 %doc %{texmfdist}/doc/latex/yplan
10906 %doc %{texmfdist}/doc/latex/zed-csp
10907 %doc %{texmfdist}/doc/latex/zefonts
10908 %doc %{texmfdist}/doc/latex/ziffer
10909 %doc %{texmfdist}/doc/latex/zwgetfdate
10910
10911 %files latex-math-sources
10912 %defattr(644,root,root,755)
10913 %dir %{texmfdist}/source
10914 %dir %{texmfdist}/source/latex
10915 %{texmfdist}/source/latex/bez123
10916 %{texmfdist}/source/latex/binomexp
10917 %{texmfdist}/source/latex/cmll
10918 %{texmfdist}/source/latex/constants
10919 %{texmfdist}/source/latex/coordsys
10920 %{texmfdist}/source/latex/dotseqn
10921 %{texmfdist}/source/latex/egplot
10922 %{texmfdist}/source/latex/eqlist
10923 %{texmfdist}/source/latex/eqnarray
10924 %{texmfdist}/source/latex/esdiff
10925 %{texmfdist}/source/latex/esvect
10926 %{texmfdist}/source/latex/extpfeil
10927 %{texmfdist}/source/latex/fouridx
10928 %{texmfdist}/source/latex/functan
10929 %{texmfdist}/source/latex/galois
10930 %{texmfdist}/source/latex/gnuplottex
10931 %{texmfdist}/source/latex/hhtensor
10932 %{texmfdist}/source/latex/logpap
10933 %{texmfdist}/source/latex/noitcrul
10934 %{texmfdist}/source/latex/permute
10935 %{texmfdist}/source/latex/qsymbols
10936 %{texmfdist}/source/latex/subdepth
10937 %{texmfdist}/source/latex/faktor
10938 %{texmfdist}/source/latex/sseq
10939 %{texmfdist}/source/latex/trsym
10940 %{texmfdist}/source/latex/petri-nets
10941 %{texmfdist}/source/latex/mlist
10942 %{texmfdist}/source/latex/numprint
10943
10944 %files latex-math
10945 %defattr(644,root,root,755)
10946 %{texmfdist}/tex/latex/permute
10947 %doc %{texmfdist}/doc/latex/mfpic4ode
10948 %{texmfdist}/source/latex/mfpic4ode
10949 %{texmfdist}/tex/latex/mfpic4ode
10950 %doc %{texmfdist}/doc/latex/permute
10951 %doc %{texmfdist}/doc/latex/makeplot
10952 %{texmfdist}/tex/latex/makeplot
10953 %{texmfdist}/source/latex/makeplot
10954 %{texmfdist}/tex/latex/bez123
10955 %doc %{texmfdist}/doc/latex/bez123
10956 %{texmfdist}/tex/latex/binomexp
10957 %doc %{texmfdist}/doc/latex/binomexp
10958 %doc %{texmfdist}/doc/latex/coordsys
10959 %{texmfdist}/tex/latex/coordsys
10960 %doc %{texmfdist}/doc/latex/egplot
10961 %{texmfdist}/tex/latex/egplot
10962 %doc %{texmfdist}/doc/latex/eqlist
10963 %{texmfdist}/tex/latex/eqlist
10964 %doc %{texmfdist}/doc/latex/eqnarray
10965 %{texmfdist}/tex/latex/eqnarray
10966 %doc %{texmfdist}/doc/latex/esdiff
10967 %{texmfdist}/tex/latex/esdiff
10968 %doc %{texmfdist}/doc/latex/esvect
10969 %{texmfdist}/fonts/source/public/esvect
10970 %{texmfdist}/fonts/map/dvips/esvect
10971 %{texmfdist}/fonts/tfm/public/esvect
10972 %{texmfdist}/fonts/type1/public/esvect
10973 %{texmfdist}/tex/latex/esvect
10974 %doc %{texmfdist}/doc/latex/extpfeil
10975 %{texmfdist}/tex/latex/extpfeil
10976 %doc %{texmfdist}/doc/latex/faktor
10977 %{texmfdist}/tex/latex/faktor
10978 %doc %{texmfdist}/doc/latex/cmll
10979 %{texmfdist}/fonts/map/dvips/cmll
10980 %{texmfdist}/fonts/source/public/cmll
10981 %{texmfdist}/fonts/tfm/public/cmll
10982 %{texmfdist}/fonts/type1/public/cmll
10983 %{texmfdist}/tex/latex/cmll
10984 %{texmfdist}/tex/latex/dotseqn
10985 %doc %{texmfdist}/doc/latex/functan
10986 %{texmfdist}/tex/latex/functan
10987 %doc %{texmfdist}/doc/latex/galois
10988 %{texmfdist}/tex/latex/galois
10989 %doc %{texmfdist}/doc/latex/gnuplottex
10990 %{texmfdist}/tex/latex/gnuplottex
10991 %doc %{texmfdist}/doc/latex/hhtensor
10992 %{texmfdist}/tex/latex/hhtensor
10993 %doc %{texmfdist}/doc/latex/fouridx
10994 %{texmfdist}/tex/latex/fouridx
10995 %doc %{texmfdist}/doc/latex/noitcrul
10996 %{texmfdist}/tex/latex/noitcrul
10997 %doc %{texmfdist}/doc/latex/constants
10998 %{texmfdist}/tex/latex/constants
10999 %doc %{texmfdist}/doc/latex/logpap
11000 %{texmfdist}/tex/latex/logpap
11001 %doc %{texmfdist}/doc/latex/qsymbols
11002 %{texmfdist}/tex/latex/qsymbols
11003 %{texmfdist}/source/latex/subeqn
11004 %{texmfdist}/source/latex/subeqnarray
11005 %{texmfdist}/tex/latex/subeqn
11006 %{texmfdist}/tex/latex/subeqnarray
11007 %doc %{texmfdist}/doc/latex/subeqn
11008 %doc %{texmfdist}/doc/latex/subeqnarray
11009 %doc %{texmfdist}/doc/latex/ulsy
11010 %{texmfdist}/fonts/source/public/ulsy
11011 %{texmfdist}/fonts/tfm/public/ulsy
11012 %{texmfdist}/source/latex/ulsy
11013 %{texmfdist}/tex/latex/ulsy
11014 %{texmfdist}/tex/latex/sfmath
11015 %doc %{texmfdist}/doc/latex/subdepth
11016 %{texmfdist}/tex/latex/subdepth
11017 %doc %{texmfdist}/doc/latex/mhequ
11018 %{texmfdist}/tex/latex/mhequ
11019 %{texmfdist}/tex/latex/mhs
11020 %doc %{texmfdist}/doc/latex/nath
11021 %{texmfdist}/tex/latex/nath
11022 %doc %{texmfdist}/doc/latex/numprint
11023 %{texmfdist}/tex/latex/numprint
11024 %doc %{texmfdist}/doc/latex/sseq
11025 %{texmfdist}/tex/latex/sseq
11026 %doc %{texmfdist}/doc/latex/trsym
11027 %{texmfdist}/tex/latex/trsym
11028 %{texmfdist}/fonts/source/public/trsym
11029 %{texmfdist}/fonts/tfm/public/trsym
11030 %doc %{texmfdist}/doc/latex/maybemath
11031 %{texmfdist}/tex/latex/maybemath
11032 %doc %{texmfdist}/doc/latex/mlist
11033 %{texmfdist}/tex/latex/mlist
11034 %doc %{texmfdist}/doc/latex/petri-nets
11035 %{texmfdist}/tex/latex/petri-nets
11036 %doc %{texmfdist}/doc/latex/qtree
11037 %{texmfdist}/tex/latex/qtree
11038 %doc %{texmfdist}/doc/latex/simplewick
11039 %{texmfdist}/source/latex/simplewick
11040 %{texmfdist}/tex/latex/simplewick
11041 %doc %{texmfdist}/doc/latex/trfsigns
11042 %{texmfdist}/source/latex/trfsigns
11043 %{texmfdist}/tex/latex/trfsigns
11044
11045 %files latex-physics
11046 %defattr(644,root,root,755)
11047 %doc %{texmfdist}/doc/latex/circ
11048 %{texmfdist}/tex/latex/circ
11049 %{texmfdist}/source/latex/circ
11050 %doc %{texmfdist}/doc/latex/colorwav
11051 %{texmfdist}/source/latex/colorwav
11052 %{texmfdist}/tex/latex/colorwav
11053 %doc %{texmfdist}/doc/latex/dyntree
11054 %{texmfdist}/source/latex/dyntree
11055 %{texmfdist}/tex/latex/dyntree
11056 %doc %{texmfdist}/doc/latex/feynmf
11057 %{texmfdist}/source/latex/feynmf
11058 %{texmfdist}/tex/latex/feynmf
11059 %{texmfdist}/metapost/feynmf
11060 %doc %{texmfdist}/doc/latex/formula
11061 %{texmfdist}/source/latex/formula
11062 %{texmfdist}/tex/latex/formula
11063 %{texmfdist}/source/latex/isotope
11064 %{texmfdist}/tex/latex/isotope
11065 %doc %{texmfdist}/doc/latex/miller
11066 %{texmfdist}/source/latex/miller
11067 %{texmfdist}/tex/latex/miller
11068 %doc %{texmfdist}/doc/latex/listofsymbols
11069 %{texmfdist}/tex/latex/listofsymbols
11070 %doc %{texmfdist}/doc/latex/susy
11071 %{texmfdist}/tex/latex/susy
11072
11073 %files latex-chem
11074 %defattr(644,root,root,755)
11075 %doc %{texmfdist}/doc/latex/achemso
11076 %doc %{texmfdist}/doc/latex/bpchem
11077 %doc %{texmfdist}/doc/latex/chemstyle
11078 %doc %{texmfdist}/doc/latex/mhchem
11079 %doc %{texmfdist}/doc/fonts/chemarrow
11080 %doc %{texmfdist}/doc/latex/chemcompounds
11081 %doc %{texmfdist}/doc/latex/chemcono
11082 %{texmfdist}/fonts/afm/public/chemarrow
11083 %{texmfdist}/fonts/map/dvips/chemarrow
11084 %{texmfdist}/fonts/source/public/chemarrow
11085 %{texmfdist}/fonts/tfm/public/chemarrow
11086 %{texmfdist}/fonts/type1/public/chemarrow
11087 %{texmfdist}/source/latex/achemso
11088 %{texmfdist}/source/latex/bpchem
11089 %{texmfdist}/source/latex/chemcompounds
11090 %{texmfdist}/source/latex/chemstyle
11091 %{texmfdist}/tex/latex/achemso
11092 %{texmfdist}/tex/latex/bpchem
11093 %{texmfdist}/tex/latex/chemarrow
11094 %{texmfdist}/tex/latex/chemcompounds
11095 %{texmfdist}/tex/latex/chemcono
11096 %{texmfdist}/tex/latex/chemstyle
11097 %{texmfdist}/tex/latex/mhchem
11098
11099 %files latex-biology
11100 %defattr(644,root,root,755)
11101 %doc %{texmfdist}/doc/latex/biocon
11102 %{texmfdist}/bibtex/bib/biocon
11103 %{texmfdist}/source/latex/biocon
11104 %{texmfdist}/tex/latex/biocon
11105 %doc %{texmfdist}/doc/latex/dnaseq
11106 %{texmfdist}/source/latex/dnaseq
11107 %{texmfdist}/tex/latex/dnaseq
11108
11109 %files latex-pdftools
11110 %defattr(644,root,root,755)
11111 %{texmfdist}/source/latex/attachfile
11112 %{texmfdist}/tex/latex/attachfile
11113 %doc %{texmfdist}/doc/latex/attachfile
11114 %doc %{texmfdist}/doc/latex/cooltooltips
11115 %{texmfdist}/source/latex/cooltooltips
11116 %{texmfdist}/tex/latex/cooltooltips
11117 %doc %{texmfdist}/doc/latex/pdftricks
11118 %{texmfdist}/tex/latex/pdftricks
11119 %doc %{texmfdist}/doc/latex/pdfcprot
11120 %{texmfdist}/source/latex/pdfcprot
11121 %{texmfdist}/tex/latex/pdfcprot
11122 %doc %{texmfdist}/doc/latex/pdfscreen
11123 %{texmfdist}/tex/latex/pdfscreen
11124 %doc %{texmfdist}/doc/latex/movie15
11125 %{texmfdist}/tex/latex/movie15
11126 %doc %{texmfdist}/doc/latex/pdfsync
11127 %{texmfdist}/tex/latex/pdfsync
11128
11129 %files latex-informatic
11130 %defattr(644,root,root,755)
11131 %doc %{texmfdist}/doc/latex/alg
11132 %{texmfdist}/source/latex/alg
11133 %{texmfdist}/tex/latex/alg
11134 %{texmfdist}/source/latex/bytefield
11135 %{texmfdist}/tex/latex/bytefield
11136 %doc %{texmfdist}/doc/latex/bytefield
11137 %doc %{texmfdist}/doc/latex/progkeys
11138 %{texmfdist}/source/latex/progkeys
11139 %{texmfdist}/tex/latex/progkeys
11140 %doc %{texmfdist}/doc/latex/uml
11141 %{texmfdist}/source/latex/uml
11142 %{texmfdist}/tex/latex/uml
11143 %doc %{texmfdist}/doc/latex/msc
11144 %{texmfdist}/tex/latex/msc
11145 %doc %{texmfdist}/doc/latex/register
11146 %{texmfdist}/source/latex/register
11147 %{texmfdist}/tex/latex/register
11148 %doc %{texmfdist}/doc/latex/lsc
11149 %{texmfdist}/tex/latex/lsc
11150 %doc %{texmfdist}/doc/latex/method
11151 %{texmfdist}/source/latex/method
11152 %{texmfdist}/tex/latex/method
11153
11154 %files latex-games
11155 %defattr(644,root,root,755)
11156 %doc %{texmfdist}/doc/latex/backgammon
11157 %doc %{texmfdist}/doc/latex/chessboard
11158 %doc %{texmfdist}/doc/latex/chessfss
11159 %doc %{texmfdist}/doc/latex/cwpuzzle
11160 %{texmfdist}/tex/latex/cwpuzzle
11161 %{texmfdist}/source/latex/cwpuzzle
11162 %{texmfdist}/fonts/enc/dvips/chessfss
11163 %{texmfdist}/fonts/source/public/backgammon
11164 %{texmfdist}/fonts/source/public/cchess
11165 %{texmfdist}/fonts/source/public/chess
11166 %{texmfdist}/fonts/tfm/public/backgammon
11167 %{texmfdist}/fonts/tfm/public/cchess
11168 %{texmfdist}/source/latex/backgammon
11169 %{texmfdist}/source/latex/chessboard
11170 %{texmfdist}/source/latex/chessfss
11171 %{texmfdist}/tex/latex/backgammon
11172 %{texmfdist}/tex/latex/cchess
11173 %{texmfdist}/tex/latex/chess
11174 %{texmfdist}/tex/latex/chessboard
11175 %{texmfdist}/tex/latex/chessfss
11176 %doc %{texmfdist}/doc/latex/crosswrd
11177 %{texmfdist}/source/latex/crosswrd
11178 %{texmfdist}/tex/latex/crosswrd
11179 %doc %{texmfdist}/doc/latex/jeopardy
11180 %{texmfdist}/tex/latex/jeopardy
11181 %{texmfdist}/source/latex/jeopardy
11182 %{texmfdist}/tex/latex/go
11183 %{texmfdist}/source/latex/go
11184 %{texmfdist}/fonts/source/public/go
11185 %{texmfdist}/fonts/tfm/public/go
11186 %doc %{texmfdist}/doc/latex/othello
11187 %{texmfdist}/source/latex/othello
11188 %{texmfdist}/tex/latex/othello
11189 %{texmfdist}/fonts/source/public/othello
11190 %{texmfdist}/fonts/tfm/public/othello
11191 %doc %{texmfdist}/doc/latex/sudoku
11192 %{texmfdist}/source/latex/sudoku
11193 %{texmfdist}/tex/latex/sudoku
11194 %doc %{texmfdist}/doc/latex/sudokubundle
11195 %{texmfdist}/source/latex/sudokubundle
11196 %{texmfdist}/tex/latex/sudokubundle
11197 # Fonts and macros for typesetting chess games.
11198 %doc %{texmfdist}/doc/latex/skak
11199 %{texmfdist}/tex/latex/skak
11200 %{texmfdist}/fonts/map/dvips/skak
11201 %{texmfdist}/fonts/source/public/skak
11202 %{texmfdist}/fonts/tfm/public/skak
11203
11204 %files latex-sources
11205 %defattr(644,root,root,755)
11206 %dir %{texmfdist}/source
11207 %dir %{texmfdist}/source/latex
11208 %{texmfdist}/source/latex/acronym
11209 %{texmfdist}/source/latex/adrlist
11210 %{texmfdist}/source/latex/altfont
11211 %{texmfdist}/source/latex/answers
11212 %{texmfdist}/source/latex/ascii
11213 %{texmfdist}/source/latex/augie
11214 %{texmfdist}/source/latex/barcodes
11215 %{texmfdist}/source/latex/bbding
11216 %{texmfdist}/source/latex/bbm-macros
11217 %{texmfdist}/source/latex/bengali
11218 %{texmfdist}/source/latex/beton
11219 %{texmfdist}/source/latex/bibarts
11220 %{texmfdist}/source/latex/bibleref
11221 %{texmfdist}/source/latex/biblist
11222 %{texmfdist}/source/latex/bigfoot
11223 %{texmfdist}/source/latex/bizcard
11224 %{texmfdist}/source/latex/blindtext
11225 %{texmfdist}/source/latex/bookhands
11226 %{texmfdist}/source/latex/bophook
11227 %{texmfdist}/source/latex/boxhandler
11228 %{texmfdist}/source/latex/braille
11229 %{texmfdist}/source/latex/breakurl
11230 %{texmfdist}/source/latex/brushscr
11231 %{texmfdist}/source/latex/burmese
11232 %{texmfdist}/source/latex/captcont
11233 %{texmfdist}/source/latex/catechis
11234 %{texmfdist}/source/latex/cclicenses
11235 %{texmfdist}/source/latex/cd
11236 %{texmfdist}/source/latex/cd-cover
11237 %{texmfdist}/source/latex/cdpbundl
11238 %{texmfdist}/source/latex/changes
11239 %{texmfdist}/source/latex/chapterfolder
11240 %{texmfdist}/source/latex/cleveref
11241 %{texmfdist}/source/latex/cmcyralt
11242 %{texmfdist}/source/latex/cmsd
11243 %{texmfdist}/source/latex/codepage
11244 %{texmfdist}/source/latex/confproc
11245 %{texmfdist}/source/latex/coverpage
11246 %{texmfdist}/source/latex/crop
11247 %{texmfdist}/source/latex/crossreference
11248 %{texmfdist}/source/latex/ctib
11249 %{texmfdist}/source/latex/cweb-latex
11250 %{texmfdist}/source/latex/dateiliste
11251 %{texmfdist}/source/latex/datetime
11252 %{texmfdist}/source/latex/decimal
11253 %{texmfdist}/source/latex/diagnose
11254 %{texmfdist}/source/latex/docmfp
11255 %{texmfdist}/source/latex/doipubmed
11256 %{texmfdist}/source/latex/dotarrow
11257 %{texmfdist}/source/latex/dottex
11258 %{texmfdist}/source/latex/drac
11259 %{texmfdist}/source/latex/draftcopy
11260 %{texmfdist}/source/latex/dramatist
11261 %{texmfdist}/source/latex/eCards
11262 %{texmfdist}/source/latex/ebezier
11263 %{texmfdist}/source/latex/ebsthesis
11264 %{texmfdist}/source/latex/ecclesiastic
11265 %{texmfdist}/source/latex/edmargin
11266 %{texmfdist}/source/latex/eemeir
11267 %{texmfdist}/source/latex/eiad
11268 %{texmfdist}/source/latex/ellipsis
11269 %{texmfdist}/source/latex/em
11270 %{texmfdist}/source/latex/emp
11271 %{texmfdist}/source/latex/endfloat
11272 %{texmfdist}/source/latex/endheads
11273 %{texmfdist}/source/latex/engpron
11274 %{texmfdist}/source/latex/engrec
11275 %{texmfdist}/source/latex/envlab
11276 %{texmfdist}/source/latex/epigraph
11277 %{texmfdist}/source/latex/epiolmec
11278 %{texmfdist}/source/latex/epsdice
11279 %{texmfdist}/source/latex/eqparbox
11280 %{texmfdist}/source/latex/errata
11281 %{texmfdist}/source/latex/eso-pic
11282 %{texmfdist}/source/latex/ethiop
11283 %{texmfdist}/source/latex/eukdate
11284 %{texmfdist}/source/latex/euproposal
11285 %{texmfdist}/source/latex/euro
11286 %{texmfdist}/source/latex/everypage
11287 %{texmfdist}/source/latex/exercise
11288 %{texmfdist}/source/latex/expl3
11289 %{texmfdist}/source/latex/extract
11290 %{texmfdist}/source/latex/facsimile
11291 %{texmfdist}/source/latex/fancynum
11292 %{texmfdist}/source/latex/fancyref
11293 %{texmfdist}/source/latex/fancytooltips
11294 %{texmfdist}/source/latex/fancyvrb
11295 %{texmfdist}/source/latex/figsize
11296 %{texmfdist}/source/latex/filecontents
11297 %{texmfdist}/source/latex/fink
11298 %{texmfdist}/source/latex/flabels
11299 %{texmfdist}/source/latex/flagderiv
11300 %{texmfdist}/source/latex/flashcards
11301 %{texmfdist}/source/latex/float
11302 %{texmfdist}/source/latex/floatrow
11303 %{texmfdist}/source/latex/fmp
11304 %{texmfdist}/source/latex/fnbreak
11305 %{texmfdist}/source/latex/foilhtml
11306 %{texmfdist}/source/latex/fonttable
11307 %{texmfdist}/source/latex/footmisc
11308 %{texmfdist}/source/latex/footnpag
11309 %{texmfdist}/source/latex/frankenstein
11310 %{texmfdist}/source/latex/frontespizio
11311 %{texmfdist}/source/latex/fullblck
11312 %{texmfdist}/source/latex/fundus
11313 %{texmfdist}/source/latex/gcite
11314 %{texmfdist}/source/latex/genmpage
11315 %{texmfdist}/source/latex/geometry
11316 %{texmfdist}/source/latex/geomsty
11317 %{texmfdist}/source/latex/glossaries
11318 %{texmfdist}/source/latex/graphics
11319 %{texmfdist}/source/latex/graphicx-psmin
11320 %{texmfdist}/source/latex/greekdates
11321 %{texmfdist}/source/latex/grnumalt
11322 %{texmfdist}/source/latex/grverb
11323 %{texmfdist}/source/latex/hanging
11324 %{texmfdist}/source/latex/harvard
11325 %{texmfdist}/source/latex/hc
11326 %{texmfdist}/source/latex/hepthesis
11327 %{texmfdist}/source/latex/hilowres
11328 %{texmfdist}/source/latex/histogr
11329 %{texmfdist}/source/latex/hpsdiss
11330 %{texmfdist}/source/latex/hyper
11331 %{texmfdist}/source/latex/hyperref
11332 %{texmfdist}/source/latex/hyperxmp
11333 %{texmfdist}/source/latex/hyphenat
11334 %{texmfdist}/source/latex/ibycus-babel
11335 %{texmfdist}/source/latex/icsv
11336 %{texmfdist}/source/latex/ifmslide
11337 %{texmfdist}/source/latex/ifplatform
11338 %{texmfdist}/source/latex/ijmart
11339 %{texmfdist}/source/latex/imtekda
11340 %{texmfdist}/source/latex/index
11341 %{texmfdist}/source/latex/inlinedef
11342 %{texmfdist}/source/latex/iso
11343 %{texmfdist}/source/latex/iso10303
11344 %{texmfdist}/source/latex/isodate
11345 %{texmfdist}/source/latex/isodoc
11346 %{texmfdist}/source/latex/itnumpar
11347 %{texmfdist}/source/latex/jura
11348 %{texmfdist}/source/latex/juraabbrev
11349 %{texmfdist}/source/latex/jurarsp
11350 %{texmfdist}/source/latex/kdgreek
11351 %{texmfdist}/source/latex/koma-script
11352 %{texmfdist}/source/latex/labels
11353 %{texmfdist}/source/latex/layouts
11354 %{texmfdist}/source/latex/listings
11355 %{texmfdist}/source/latex/localloc
11356 %{texmfdist}/source/latex/mathcomp
11357 %{texmfdist}/source/latex/mathpazo
11358 %{texmfdist}/source/latex/mdwtools
11359 %{texmfdist}/source/latex/memoir
11360 %{texmfdist}/source/latex/mh
11361 %{texmfdist}/source/latex/mnsymbol
11362 %{texmfdist}/source/latex/modroman
11363 %{texmfdist}/source/latex/mongolian-babel
11364 %{texmfdist}/source/latex/montex
11365 %{texmfdist}/source/latex/mparhack
11366 %{texmfdist}/source/latex/ms
11367 %{texmfdist}/source/latex/multibib
11368 %{texmfdist}/source/latex/mwcls
11369 %{texmfdist}/source/latex/natbib
11370 %{texmfdist}/source/latex/ncctools
11371 %{texmfdist}/source/latex/nddiss
11372 %{texmfdist}/source/latex/newalg
11373 %{texmfdist}/source/latex/newfile
11374 %{texmfdist}/source/latex/newlfm
11375 %{texmfdist}/source/latex/newspaper
11376 %{texmfdist}/source/latex/nomencl
11377 %{texmfdist}/source/latex/ntgclass
11378 %{texmfdist}/source/latex/oberdiek
11379 %{texmfdist}/source/latex/paralist
11380 %{texmfdist}/source/latex/pdfpages
11381 %{texmfdist}/source/latex/pict2e
11382 %{texmfdist}/source/latex/preprint
11383 %{texmfdist}/source/latex/preview
11384 %{texmfdist}/source/latex/psfrag
11385 %{texmfdist}/source/latex/pslatex
11386 %{texmfdist}/source/latex/revtex
11387 %{texmfdist}/source/latex/rotating
11388 %{texmfdist}/source/latex/rotfloat
11389 %{texmfdist}/source/latex/scale
11390 %{texmfdist}/source/latex/sectsty
11391 %{texmfdist}/source/latex/showlabels
11392 %{texmfdist}/source/latex/sidecap
11393 %{texmfdist}/source/latex/soul
11394 %{texmfdist}/source/latex/stdclsdv
11395 %{texmfdist}/source/latex/subfig
11396 %{texmfdist}/source/latex/subfigure
11397 %{texmfdist}/source/latex/supertabular
11398 %{texmfdist}/source/latex/tablists
11399 %{texmfdist}/source/latex/tabulary
11400 %{texmfdist}/source/latex/tabvar
11401 %{texmfdist}/source/latex/talk
11402 %{texmfdist}/source/latex/tcldoc
11403 %{texmfdist}/source/latex/tdsfrmath
11404 %{texmfdist}/source/latex/technics
11405 %{texmfdist}/source/latex/ted
11406 %{texmfdist}/source/latex/tengwarscript
11407 %{texmfdist}/source/latex/tensor
11408 %{texmfdist}/source/latex/teubner
11409 %{texmfdist}/source/latex/texmate
11410 %{texmfdist}/source/latex/texpower
11411 %{texmfdist}/source/latex/texshade
11412 %{texmfdist}/source/latex/textcase
11413 %{texmfdist}/source/latex/textfit
11414 %{texmfdist}/source/latex/textopo
11415 %{texmfdist}/source/latex/textpos
11416 %{texmfdist}/source/latex/thesis-titlepage-fhac
11417 %{texmfdist}/source/latex/thmtools
11418 %{texmfdist}/source/latex/thumb
11419 %{texmfdist}/source/latex/thuthesis
11420 %{texmfdist}/source/latex/timesht
11421 %{texmfdist}/source/latex/titling
11422 %{texmfdist}/source/latex/tocbibind
11423 %{texmfdist}/source/latex/tocloft
11424 %{texmfdist}/source/latex/tools
11425 %{texmfdist}/source/latex/totpages
11426 %{texmfdist}/source/latex/type1cm
11427 %{texmfdist}/source/latex/undertilde
11428 %{texmfdist}/source/latex/units
11429 %{texmfdist}/source/latex/unitsdef
11430 %{texmfdist}/source/latex/unroman
11431 %{texmfdist}/source/latex/upmethodology
11432 %{texmfdist}/source/latex/urlbst
11433 %{texmfdist}/source/latex/varindex
11434 %{texmfdist}/source/latex/vector
11435 %{texmfdist}/source/latex/verse
11436 %{texmfdist}/source/latex/vmargin
11437 %{texmfdist}/source/latex/volumes
11438 %{texmfdist}/source/latex/vrsion
11439 %{texmfdist}/source/latex/vwcol
11440 %{texmfdist}/source/latex/vxu
11441 %{texmfdist}/source/latex/warning
11442 %{texmfdist}/source/latex/warpcol
11443 %{texmfdist}/source/latex/was
11444 %{texmfdist}/source/latex/xargs
11445 %{texmfdist}/source/latex/xdoc
11446 %{texmfdist}/source/latex/xfor
11447 %{texmfdist}/source/latex/xmpincl
11448 %{texmfdist}/source/latex/xpackages
11449 %{texmfdist}/source/latex/xskak
11450 %{texmfdist}/source/latex/xtab
11451 %{texmfdist}/source/latex/xtcapts
11452 %{texmfdist}/source/latex/yafoot
11453 %{texmfdist}/source/latex/yfonts
11454 %{texmfdist}/source/latex/yhmath
11455 %{texmfdist}/source/latex/york-thesis
11456 %{texmfdist}/source/latex/youngtab
11457
11458 %files latex-styles
11459 %defattr(644,root,root,755)
11460 %doc %{texmfdist}/doc/latex/acmconf
11461 %{texmfdist}/source/latex/acmconf
11462 %{texmfdist}/tex/latex/acmconf
11463 %doc %{texmfdist}/doc/latex/active-conf
11464 %{texmfdist}/source/latex/active-conf
11465 %{texmfdist}/tex/latex/active-conf
11466 %doc %{texmfdist}/doc/latex/asaetr
11467 %{texmfdist}/bibtex/bst/asaetr
11468 %{texmfdist}/bibtex/bib/asaetr
11469 %{texmfdist}/tex/latex/asaetr
11470 %{texmfdist}/source/latex/asaetr
11471 %doc %{texmfdist}/doc/latex/aiaa
11472 %{texmfdist}/source/latex/aiaa
11473 %{texmfdist}/tex/latex/aiaa
11474 %{texmfdist}/bibtex/bib/aiaa
11475 %{texmfdist}/bibtex/bst/aiaa
11476 %doc %{texmfdist}/doc/latex/apacite
11477 %{texmfdist}/bibtex/bib/apacite
11478 %{texmfdist}/bibtex/bst/apacite
11479 %{texmfdist}/source/latex/apacite
11480 %{texmfdist}/tex/latex/apacite
11481 %doc %{texmfdist}/doc/latex/aastex
11482 %{texmfdist}/source/latex/aastex
11483 %{texmfdist}/tex/latex/aastex
11484 %doc %{texmfdist}/doc/latex/IEEEconf
11485 %{texmfdist}/source/latex/IEEEconf
11486 %{texmfdist}/tex/latex/IEEEconf
11487 %doc %{texmfdist}/doc/latex/computational-complexity
11488 %{texmfdist}/source/latex/computational-complexity
11489 %{texmfdist}/tex/latex/computational-complexity
11490 %{texmfdist}/bibtex/bib/computational-complexity
11491 %{texmfdist}/bibtex/bst/computational-complexity
11492 # Document class for the journal of DANTE.
11493 %doc %{texmfdist}/doc/latex/dtk
11494 %{texmfdist}/source/latex/dtk
11495 %{texmfdist}/tex/latex/dtk
11496 %{texmfdist}/bibtex/bib/dtk
11497 %{texmfdist}/bibtex/bst/dtk
11498 # Class for articles for submission to Elsevier journals.
11499 %doc %{texmfdist}/doc/latex/elsarticle
11500 %{texmfdist}/source/latex/elsarticle
11501 %{texmfdist}/tex/latex/elsarticle
11502 # Letters and faxes in French.
11503 %doc %{texmfdist}/doc/latex/lettre
11504 %{texmfdist}/tex/latex/lettre
11505 # Macros for a two language dictionary.
11506 %doc %{texmfdist}/doc/latex/lexikon
11507 %{texmfdist}/source/latex/lexikon
11508 %{texmfdist}/tex/latex/lexikon
11509 # Class for "Logic and Philosophy of Science".
11510 %doc %{texmfdist}/doc/latex/lps
11511 %{texmfdist}/source/latex/lps
11512 %{texmfdist}/tex/latex/lps
11513 # Emulate look of a document typed on a typewriter.
11514 %doc %{texmfdist}/doc/latex/manuscript
11515 %{texmfdist}/source/latex/manuscript
11516 %{texmfdist}/tex/latex/manuscript
11517 # Styles and examples for the MAPLE newsletter.
11518 %doc %{texmfdist}/doc/latex/maple
11519 %{texmfdist}/tex/latex/maple
11520 # Typesetting menus.
11521 %{texmfdist}/source/latex/menu
11522 %{texmfdist}/tex/latex/menu
11523 # Classes for University of Manchester Dept of Computer
11524 %{texmfdist}/tex/latex/muthesis
11525 # Prepare papers for the journal Nature.
11526 %doc %{texmfdist}/doc/latex/nature
11527 %{texmfdist}/tex/latex/nature
11528 # LaTeX class for No Starch Press.
11529 %doc %{texmfdist}/doc/latex/nostarch
11530 %{texmfdist}/source/latex/nostarch
11531 %{texmfdist}/tex/latex/nostarch
11532 # Class for the NRC technical journals.
11533 %doc %{texmfdist}/doc/latex/nrc
11534 %{texmfdist}/source/latex/nrc
11535 %{texmfdist}/tex/latex/nrc
11536 # Versions of article class, tuned for scholarly publications.
11537 %doc %{texmfdist}/doc/latex/paper
11538 %{texmfdist}/source/latex/paper
11539 %{texmfdist}/tex/latex/paper
11540 # Class for newspapers, etc.
11541 %doc %{texmfdist}/doc/latex/papertex
11542 %{texmfdist}/source/latex/papertex
11543 %{texmfdist}/tex/latex/papertex
11544 # Problem sheet class.
11545 %doc %{texmfdist}/doc/latex/pbsheet
11546 %{texmfdist}/source/latex/pbsheet
11547 %{texmfdist}/tex/latex/pbsheet
11548 # Typeset drama using LaTeX.
11549 %doc %{texmfdist}/doc/latex/play
11550 %{texmfdist}/source/latex/play
11551 %{texmfdist}/tex/latex/play
11552 # Typesetting Critical Editions of Poetry.
11553 %doc %{texmfdist}/doc/latex/poemscol
11554 %{texmfdist}/source/latex/poemscol
11555 %{texmfdist}/tex/latex/poemscol
11556 # Typeset articles for PracTeX.
11557 %doc %{texmfdist}/doc/latex/pracjourn
11558 %{texmfdist}/source/latex/pracjourn
11559 %{texmfdist}/tex/latex/pracjourn
11560 # Macros for 'Progress of Theoretical Physics'.
11561 %doc %{texmfdist}/doc/latex/ptptex
11562 %{texmfdist}/tex/latex/ptptex
11563 # Format technical reference manuals.
11564 %doc %{texmfdist}/doc/latex/refman
11565 %{texmfdist}/source/latex/refman
11566 %{texmfdist}/tex/latex/refman
11567 # A class file to typeset screenplays.
11568 %doc %{texmfdist}/doc/latex/screenplay
11569 %{texmfdist}/source/latex/screenplay
11570 %{texmfdist}/tex/latex/screenplay
11571 # Variant report and book styles.
11572 %doc %{texmfdist}/doc/latex/script
11573 %{texmfdist}/tex/latex/script
11574 # A collection of LaTeX packages and classes.
11575 %doc %{texmfdist}/doc/latex/shipunov
11576 %{texmfdist}/tex/latex/shipunov
11577 # A LaTeX class for typesetting stage plays.
11578 %doc %{texmfdist}/doc/latex/sides
11579 %{texmfdist}/tex/latex/sides
11580 # SIGGRAPH conference class.
11581 %doc %{texmfdist}/doc/latex/siggraph
11582 %{texmfdist}/source/latex/siggraph
11583 %{texmfdist}/tex/latex/siggraph
11584 # A LaTeX class for stage plays
11585 %doc %{texmfdist}/doc/latex/stage
11586 %{texmfdist}/tex/latex/stage
11587 # Document classes inspired by the work of Edward Tufte.
11588 %doc %{texmfdist}/doc/latex/tufte-latex
11589 %{texmfdist}/tex/latex/tufte-latex
11590 # LaTeX macros for TUGboat articles.
11591 %doc %{texmfdist}/doc/latex/tugboat
11592 %{texmfdist}/source/latex/tugboat
11593 %{texmfdist}/tex/latex/tugboat
11594 # University of Arizona thesis and dissertation format.
11595 %doc %{texmfdist}/doc/latex/uaclasses
11596 %{texmfdist}/source/latex/uaclasses
11597 %{texmfdist}/tex/latex/uaclasses
11598 # UIUC thesis class.
11599 %doc %{texmfdist}/doc/latex/uiucthesis
11600 %{texmfdist}/source/latex/uiucthesis
11601 %{texmfdist}/tex/latex/uiucthesis
11602 # University of Michigan Thesis LaTeX class.
11603 %doc %{texmfdist}/doc/latex/umich-thesis
11604 %{texmfdist}/tex/latex/umich-thesis
11605 # University of California thesis format.
11606 %doc %{texmfdist}/doc/latex/ucthesis
11607 %{texmfdist}/tex/latex/ucthesis
11608 # Dissertations at the University of Michigan.
11609 %doc %{texmfdist}/doc/latex/umthesis
11610 %{texmfdist}/tex/latex/umthesis
11611 # University of Washington thesis class.
11612 %doc %{texmfdist}/doc/latex/uwthesis
11613 %{texmfdist}/tex/latex/uwthesis
11614 # A basis for books to be published by Mentis publishers.
11615 %doc %{texmfdist}/doc/latex/mentis
11616 %{texmfdist}/source/latex/mentis
11617 %{texmfdist}/tex/latex/mentis
11618 # Typeset books following classical design and layout.
11619 %doc %{texmfdist}/doc/latex/octavo
11620 %{texmfdist}/source/latex/octavo
11621 %{texmfdist}/tex/latex/octavo
11622 # A class for NIH grant applications.
11623 %doc %{texmfdist}/doc/latex/nih
11624 %{texmfdist}/tex/latex/nih
11625 # A class for small advertisements.
11626 %doc %{texmfdist}/doc/latex/petiteannonce
11627 %{texmfdist}/tex/latex/petiteannonce
11628 # Electronic Theses and Dissertations at Pitt.
11629 %doc %{texmfdist}/doc/latex/pittetd
11630 %{texmfdist}/source/latex/pittetd
11631 %{texmfdist}/tex/latex/pittetd
11632 # Typesetting stageplay scripts.
11633 %doc %{texmfdist}/doc/latex/plari
11634 %{texmfdist}/source/latex/plari
11635 %{texmfdist}/tex/latex/plari
11636 # Typesetting articles for "Philosophers' Imprint".
11637 %doc %{texmfdist}/doc/latex/philosophersimprint
11638 %{texmfdist}/bibtex/bib/philosophersimprint
11639 %{texmfdist}/source/latex/philosophersimprint
11640 %{texmfdist}/tex/latex/philosophersimprint
11641 # BibTeX style for use with RSC journals.
11642 %doc %{texmfdist}/doc/latex/rsc
11643 %{texmfdist}/bibtex/bst/rsc
11644 %{texmfdist}/source/latex/rsc
11645 %{texmfdist}/tex/latex/rsc
11646
11647 %files latex-lang
11648 %defattr(644,root,root,755)
11649 # Curriculum vitae for French use.
11650 %doc %{texmfdist}/doc/latex/ESIEEcv
11651 %{texmfdist}/source/latex/ESIEEcv
11652 %{texmfdist}/tex/latex/ESIEEcv
11653 # Class for typesetting letters to Swiss rules.
11654 %doc %{texmfdist}/doc/latex/chletter
11655 %{texmfdist}/source/latex/chletter
11656 %{texmfdist}/tex/latex/chletter
11657 # German letter DIN style.
11658 %doc %{texmfdist}/doc/latex/dinbrief
11659 %{texmfdist}/source/latex/dinbrief
11660 %{texmfdist}/tex/latex/dinbrief
11661 # Class and templates for typesetting dissertations in Russian.
11662 %doc %{texmfdist}/doc/latex/disser
11663 %{texmfdist}/tex/latex/disser
11664 %{texmfdist}/source/latex/disser
11665 # Mathematics in Greek texts.
11666 %doc %{texmfdist}/doc/latex/elmath
11667 %{texmfdist}/source/latex/elmath
11668 %{texmfdist}/tex/latex/elmath
11669 # Modern Russian typesetting.
11670 %doc %{texmfdist}/doc/latex/eskd
11671 %{texmfdist}/source/latex/eskd
11672 %{texmfdist}/tex/latex/eskd
11673 # Modification of inputenc for German.
11674 %doc %{texmfdist}/doc/latex/ginpenc
11675 %{texmfdist}/source/latex/ginpenc
11676 %{texmfdist}/tex/latex/ginpenc
11677 # LaTeX support for Croatian documents.
11678 %doc %{texmfdist}/doc/latex/hrlatex
11679 %{texmfdist}/source/latex/hrlatex
11680 %{texmfdist}/tex/latex/hrlatex
11681 # Proper MLA formatting.
11682 %doc %{texmfdist}/doc/latex/mla-paper
11683 %{texmfdist}/tex/latex/mla-paper
11684
11685 %files latex-music
11686 %defattr(644,root,root,755)
11687 %doc %{texmfdist}/doc/latex/abc
11688 %{texmfdist}/source/latex/abc
11689 %{texmfdist}/tex/latex/abc
11690 %doc %{texmfdist}/doc/latex/guitar
11691 %{texmfdist}/source/latex/guitar
11692 %{texmfdist}/tex/latex/guitar
11693 %{texmfdist}/source/latex/songbook
11694 %{texmfdist}/tex/latex/songbook
11695 %doc %{texmfdist}/doc/latex/songbook
11696 %{texmfdist}/tex/generic/musixlyr
11697 %doc %{texmfdist}/doc/latex/musixlyr
11698 %{texmfdist}/tex/generic/musixps
11699 %doc %{texmfdist}/doc/generic/musixps
11700 %{texmfdist}/fonts/source/public/musixps
11701 %{texmfdist}/fonts/tfm/public/musixps
11702
11703 %files latex-extend
11704 %defattr(644,root,root,755)
11705 %{texmfdist}/source/latex/marginnote
11706 %{texmfdist}/tex/latex/marginnote
11707 %doc %{texmfdist}/doc/latex/marginnote
11708 %doc %{texmfdist}/doc/latex/HA-prosper
11709 %{texmfdist}/source/latex/HA-prosper
11710 %{texmfdist}/tex/latex/HA-prosper
11711 %doc %{texmfdist}/doc/latex/arydshln
11712 %{texmfdist}/source/latex/arydshln
11713 %{texmfdist}/tex/latex/arydshln
11714 %doc %{texmfdist}/doc/latex/chappg
11715 %{texmfdist}/source/latex/chappg
11716 %{texmfdist}/tex/latex/chappg
11717 %doc %{texmfdist}/doc/latex/addlines
11718 %{texmfdist}/source/latex/addlines
11719 %{texmfdist}/tex/latex/addlines
11720 %doc %{texmfdist}/doc/latex/alnumsec
11721 %{texmfdist}/source/latex/alnumsec
11722 %{texmfdist}/tex/latex/alnumsec
11723 %doc %{texmfdist}/doc/latex/babelbib
11724 %{texmfdist}/source/latex/babelbib
11725 %{texmfdist}/bibtex/bst/babelbib
11726 %{texmfdist}/tex/latex/babelbib
11727 %doc %{texmfdist}/doc/latex/bibtopicprefix
11728 %{texmfdist}/source/latex/bibtopicprefix
11729 %{texmfdist}/tex/latex/bibtopicprefix
11730 %doc %{texmfdist}/doc/latex/boites
11731 %{texmfdist}/source/latex/boites
11732 %{texmfdist}/tex/latex/boites
11733 %{texmfdist}/source/latex/cjw
11734 %{texmfdist}/tex/latex/cjw
11735 %doc %{texmfdist}/doc/latex/booklet
11736 %{texmfdist}/source/latex/booklet
11737 %{texmfdist}/tex/latex/booklet
11738 %doc %{texmfdist}/doc/latex/bullcntr
11739 %{texmfdist}/source/latex/bullcntr
11740 %{texmfdist}/tex/latex/bullcntr
11741 %doc %{texmfdist}/doc/latex/clefval
11742 %{texmfdist}/tex/latex/clefval
11743 %{texmfdist}/source/latex/clefval
11744 %doc %{texmfdist}/doc/latex/colortbl
11745 %{texmfdist}/source/latex/colortbl
11746 %{texmfdist}/tex/latex/colortbl
11747 %doc %{texmfdist}/doc/latex/contour
11748 %{texmfdist}/source/latex/contour
11749 %{texmfdist}/tex/latex/contour
11750 %doc %{texmfdist}/doc/latex/combine
11751 %{texmfdist}/source/latex/combine
11752 %{texmfdist}/tex/latex/combine
11753 %doc %{texmfdist}/doc/latex/curve2e
11754 %{texmfdist}/source/latex/curve2e
11755 %{texmfdist}/tex/latex/curve2e
11756 %doc %{texmfdist}/doc/latex/ctable
11757 %{texmfdist}/source/latex/ctable
11758 %{texmfdist}/tex/latex/ctable
11759 %doc %{texmfdist}/doc/latex/dashrule
11760 %{texmfdist}/tex/latex/dashrule
11761 %{texmfdist}/source/latex/dashrule
11762 %{texmfdist}/tex/latex/dashbox
11763 %{texmfdist}/source/latex/dashbox
11764 %doc %{texmfdist}/doc/latex/etaremune
11765 %{texmfdist}/source/latex/etaremune
11766 %{texmfdist}/tex/latex/etaremune
11767 %doc %{texmfdist}/doc/latex/expdlist
11768 %{texmfdist}/source/latex/expdlist
11769 %{texmfdist}/tex/latex/expdlist
11770 %doc %{texmfdist}/doc/latex/notes2bib
11771 %{texmfdist}/source/latex/notes2bib
11772 %{texmfdist}/tex/latex/notes2bib
11773 %doc %{texmfdist}/doc/latex/underlin
11774 %{texmfdist}/source/latex/underlin
11775 %{texmfdist}/tex/latex/underlin
11776 %{texmfdist}/source/latex/listliketab
11777 %{texmfdist}/tex/latex/listliketab
11778 %doc %{texmfdist}/doc/latex/listliketab
11779 %{texmfdist}/tex/latex/ltablex
11780 %doc %{texmfdist}/doc/latex/leading
11781 %{texmfdist}/source/latex/leading
11782 %{texmfdist}/tex/latex/leading
11783 %doc %{texmfdist}/doc/latex/makecell
11784 %{texmfdist}/source/latex/makecell
11785 %{texmfdist}/tex/latex/makecell
11786 %doc %{texmfdist}/doc/latex/makebox
11787 %{texmfdist}/source/latex/makebox
11788 %{texmfdist}/tex/latex/makebox
11789 %doc %{texmfdist}/doc/latex/mcite
11790 %{texmfdist}/source/latex/mcite
11791 %{texmfdist}/tex/latex/mcite
11792 %doc %{texmfdist}/doc/latex/mciteplus
11793 %{texmfdist}/tex/latex/mciteplus
11794 %{texmfdist}/bibtex/bst/mciteplus
11795 %doc %{texmfdist}/doc/latex/mcaption
11796 %{texmfdist}/source/latex/mcaption
11797 %{texmfdist}/tex/latex/mcaption
11798 %doc %{texmfdist}/doc/latex/minipage-marginpar
11799 %{texmfdist}/source/latex/minipage-marginpar
11800 %{texmfdist}/tex/latex/minipage-marginpar
11801 %doc %{texmfdist}/doc/latex/newvbtm
11802 %{texmfdist}/source/latex/newvbtm
11803 %{texmfdist}/tex/latex/newvbtm
11804 %doc %{texmfdist}/doc/latex/miniplot
11805 %{texmfdist}/tex/latex/miniplot
11806 %doc %{texmfdist}/doc/latex/multicap
11807 %{texmfdist}/source/latex/multicap
11808 %{texmfdist}/tex/latex/multicap
11809 %doc %{texmfdist}/doc/latex/ntabbing
11810 %{texmfdist}/tex/latex/ntabbing
11811 %{texmfdist}/tex/latex/numline
11812 %doc %{texmfdist}/doc/latex/pbox
11813 %{texmfdist}/source/latex/pbox
11814 %{texmfdist}/tex/latex/pbox
11815 %doc %{texmfdist}/doc/latex/pinlabel
11816 %{texmfdist}/tex/latex/pinlabel
11817 %doc %{texmfdist}/doc/latex/polytable
11818 %{texmfdist}/source/latex/polytable
11819 %{texmfdist}/tex/latex/polytable
11820 %doc %{texmfdist}/doc/latex/rccol
11821 %{texmfdist}/source/latex/rccol
11822 %{texmfdist}/tex/latex/rccol
11823 %doc %{texmfdist}/doc/latex/romannum
11824 %{texmfdist}/source/latex/romannum
11825 %{texmfdist}/tex/latex/romannum
11826 %doc %{texmfdist}/doc/latex/schedule
11827 %{texmfdist}/source/latex/schedule
11828 %{texmfdist}/tex/latex/schedule
11829 %doc %{texmfdist}/doc/latex/umoline
11830 %{texmfdist}/source/latex/umoline
11831 %{texmfdist}/tex/latex/umoline
11832
11833 %files latex-programming
11834 %defattr(644,root,root,755)
11835 %doc %{texmfdist}/doc/latex/cool
11836 %{texmfdist}/source/latex/cool
11837 %{texmfdist}/tex/latex/cool
11838 %doc %{texmfdist}/doc/latex/coolstr
11839 %{texmfdist}/source/latex/coolstr
11840 %{texmfdist}/tex/latex/coolstr
11841 %doc %{texmfdist}/doc/latex/coollist
11842 %{texmfdist}/source/latex/coollist
11843 %{texmfdist}/tex/latex/coollist
11844 %{texmfdist}/source/latex/cmdtrack
11845 %{texmfdist}/tex/latex/cmdtrack
11846 %doc %{texmfdist}/doc/latex/datenumber
11847 %{texmfdist}/source/latex/datenumber
11848 %{texmfdist}/tex/latex/datenumber
11849 %doc %{texmfdist}/doc/latex/dprogress
11850 %{texmfdist}/source/latex/dprogress
11851 %{texmfdist}/tex/latex/dprogress
11852 %doc %{texmfdist}/doc/latex/csvtools
11853 %{texmfdist}/source/latex/csvtools
11854 %{texmfdist}/tex/latex/csvtools
11855 %doc %{texmfdist}/doc/latex/datatool
11856 %{texmfdist}/source/latex/datatool
11857 %{texmfdist}/tex/latex/datatool
11858 %doc %{texmfdist}/doc/latex/dialogl
11859 %{texmfdist}/source/latex/dialogl
11860 %{texmfdist}/tex/latex/dialogl
11861 %doc %{texmfdist}/doc/latex/delimtxt
11862 %{texmfdist}/tex/latex/delimtxt
11863 %{texmfdist}/source/latex/delimtxt
11864 %doc %{texmfdist}/doc/latex/environ
11865 %{texmfdist}/source/latex/environ
11866 %{texmfdist}/tex/latex/environ
11867 %doc %{texmfdist}/doc/latex/fmtcount
11868 %{texmfdist}/source/latex/fmtcount
11869 %{texmfdist}/tex/latex/fmtcount
11870 %doc %{texmfdist}/doc/latex/forarray
11871 %{texmfdist}/source/latex/forarray
11872 %{texmfdist}/tex/latex/forarray
11873 %doc %{texmfdist}/doc/latex/forloop
11874 %{texmfdist}/source/latex/forloop
11875 %{texmfdist}/tex/latex/forloop
11876 %doc %{texmfdist}/doc/latex/labelcas
11877 %{texmfdist}/source/latex/labelcas
11878 %{texmfdist}/tex/latex/labelcas
11879 %doc %{texmfdist}/doc/latex/export
11880 %{texmfdist}/source/latex/export
11881 %{texmfdist}/tex/latex/export
11882 %doc %{texmfdist}/doc/latex/inversepath
11883 %{texmfdist}/source/latex/inversepath
11884 %{texmfdist}/tex/latex/inversepath
11885 %{texmfdist}/source/latex/lcg
11886 %{texmfdist}/tex/latex/lcg
11887 %doc %{texmfdist}/doc/latex/namespc
11888 %{texmfdist}/source/latex/namespc
11889 %{texmfdist}/tex/latex/namespc
11890 %doc %{texmfdist}/doc/latex/makecmds
11891 %{texmfdist}/source/latex/makecmds
11892 %{texmfdist}/tex/latex/makecmds
11893 %{texmfdist}/source/latex/patchcmd
11894 %{texmfdist}/tex/latex/patchcmd
11895 %doc %{texmfdist}/doc/latex/stringstrings
11896 %{texmfdist}/source/latex/stringstrings
11897 %{texmfdist}/tex/latex/stringstrings
11898 %doc %{texmfdist}/doc/latex/nag
11899 %{texmfdist}/source/latex/nag
11900 %{texmfdist}/tex/latex/nag
11901 %{texmfdist}/source/latex/stack
11902 %{texmfdist}/tex/latex/stack
11903 %doc %{texmfdist}/doc/latex/substr
11904 %{texmfdist}/tex/latex/substr
11905 %{texmfdist}/tex/latex/multido
11906 %doc %{texmfdist}/doc/latex/progress
11907 %{texmfdist}/tex/latex/progress
11908 %doc %{texmfdist}/doc/latex/randtext
11909 %{texmfdist}/tex/latex/randtext
11910 %doc %{texmfdist}/doc/latex/regcount
11911 %{texmfdist}/source/latex/regcount
11912 %{texmfdist}/tex/latex/regcount
11913 %doc %{texmfdist}/doc/latex/robustcommand
11914 %{texmfdist}/source/latex/robustcommand
11915 %{texmfdist}/tex/latex/robustcommand
11916 %doc %{texmfdist}/doc/latex/typedref
11917 %{texmfdist}/source/latex/typedref
11918 %{texmfdist}/tex/latex/typedref
11919 %doc %{texmfdist}/doc/latex/splitindex
11920 %{texmfdist}/source/latex/splitindex
11921 %{texmfdist}/tex/latex/splitindex
11922
11923 %files latex-effects
11924 %defattr(644,root,root,755)
11925 %doc %{texmfdist}/doc/latex/arcs
11926 %{texmfdist}/source/latex/arcs
11927 %{texmfdist}/tex/latex/arcs
11928 %doc %{texmfdist}/doc/latex/blowup
11929 %{texmfdist}/source/latex/blowup
11930 %{texmfdist}/tex/latex/blowup
11931 %doc %{texmfdist}/doc/latex/changebar
11932 %{texmfdist}/tex/latex/changebar
11933 %{texmfdist}/source/latex/changebar
11934 %doc %{texmfdist}/doc/latex/draftwatermark
11935 %{texmfdist}/source/latex/draftwatermark
11936 %{texmfdist}/tex/latex/draftwatermark
11937 %doc %{texmfdist}/doc/latex/flippdf
11938 %{texmfdist}/source/latex/flippdf
11939 %{texmfdist}/tex/latex/flippdf
11940 %doc %{texmfdist}/doc/latex/flowfram
11941 %{texmfdist}/source/latex/flowfram
11942 %{texmfdist}/tex/latex/flowfram
11943 %doc %{texmfdist}/doc/latex/isorot
11944 %{texmfdist}/source/latex/isorot
11945 %{texmfdist}/tex/latex/isorot
11946 %doc %{texmfdist}/doc/latex/lettrine
11947 %{texmfdist}/source/latex/lettrine
11948 %{texmfdist}/tex/latex/lettrine
11949 %doc %{texmfdist}/doc/latex/niceframe
11950 %{texmfdist}/source/latex/niceframe
11951 %{texmfdist}/tex/latex/niceframe
11952 %{texmfdist}/fonts/source/public/niceframe
11953 %{texmfdist}/fonts/tfm/public/niceframe
11954 %doc %{texmfdist}/doc/latex/notes
11955 %{texmfdist}/source/latex/notes
11956 %{texmfdist}/tex/latex/notes
11957 %doc %{texmfdist}/doc/latex/objectz
11958 %{texmfdist}/source/latex/objectz
11959 %{texmfdist}/tex/latex/objectz
11960 %doc %{texmfdist}/doc/latex/parallel
11961 %{texmfdist}/source/latex/parallel
11962 %{texmfdist}/tex/latex/parallel
11963 %doc %{texmfdist}/doc/latex/quotchap
11964 %{texmfdist}/source/latex/quotchap
11965 %{texmfdist}/tex/latex/quotchap
11966 %doc %{texmfdist}/doc/latex/rotpages
11967 %{texmfdist}/tex/latex/rotpages
11968 %{texmfdist}/tex/latex/umrand
11969 %doc %{texmfdist}/doc/fonts/umrand
11970 %{texmfdist}/fonts/source/public/umrand
11971 %{texmfdist}/fonts/tfm/public/umrand
11972 %doc %{texmfdist}/doc/latex/ushort
11973 %{texmfdist}/source/latex/ushort
11974 %{texmfdist}/tex/latex/ushort
11975
11976 %files latex-other
11977 %defattr(644,root,root,755)
11978 %{texmfdist}/metapost/latexmp
11979 %{texmfdist}/metapost/makecirc
11980 %dir %{texmfdist}/source/alatex
11981 %{texmfdist}/source/alatex/base
11982 %dir %{texmfdist}/source/cslatex
11983 %{texmfdist}/source/cslatex/base
11984 %{texmfdist}/source/generic/xypic
11985 %{texmfdist}/source/latex/GuIT
11986 # Definitive source of Plain TeX on CTAN.
11987 %{texmfdist}/source/latex/base
11988 %{texmfdist}/source/latex/bayer
11989 # A small collection of minimal DTX examples.
11990 %{texmfdist}/source/latex/dtxgallery
11991 # Editorial Notes for LaTeX documents.
11992 %{texmfdist}/source/latex/ed
11993 # Typeset scholarly edition.
11994 %{texmfdist}/source/latex/edmac
11995 # Use AMS Euler fonts for math.
11996 %{texmfdist}/source/latex/euler
11997 # Ridgeway's fonts.
11998 %{texmfdist}/source/latex/wnri
11999 %dir %{texmfdist}/source/plain
12000 %{texmfdist}/source/plain/jsmisc
12001 %{texmfdist}/source/xelatex
12002 %{texmfdist}/tex/alatex
12003 %{texmfdist}/tex/generic/enctex
12004 # Create a calendar, in German.
12005 %{texmfdist}/tex/latex/kalender
12006 # Typeset Karnaugh-Veitch-maps.
12007 %{texmfdist}/tex/latex/karnaugh
12008 # Kerkis (Greek) font family.
12009 %{texmfdist}/tex/latex/kerkis
12010 # Print tables and generate control files to adjust kernings.
12011 %{texmfdist}/source/latex/kerntest
12012 %{texmfdist}/tex/latex/kerntest
12013 %{texmfdist}/tex/latex/kluwer
12014 %{texmfdist}/source/latex/kluwer
12015 # A two-element sans-serif typeface.
12016 %{texmfdist}/tex/latex/kurier
12017 # Lists in TeX's "mouth".
12018 %{texmfdist}/tex/latex/lazylist
12019 # This package makes available Classic Cyrillic CM fonts
12020 %{texmfdist}/source/latex/lcyw
12021 %{texmfdist}/tex/latex/lcyw
12022 # Typeset scholarly editions in parallel texts.
12023 %{texmfdist}/source/latex/ledmac
12024 %{texmfdist}/tex/latex/ledmac
12025 %{texmfdist}/tex/latex/levy
12026 # Macros for using Silvio Levy's Greek fonts.
12027 %{texmfdist}/tex/latex/lgreek
12028 # A non-standard Cyrillic input scheme.
12029 %{texmfdist}/source/latex/lhcyr
12030 %{texmfdist}/tex/latex/lhcyr
12031 # Miscellaneous helper packages.
12032 %{texmfdist}/source/latex/lhelp
12033 %{texmfdist}/tex/latex/lhelp
12034 # Use the font Libertine with LaTeX.
12035 %{texmfdist}/tex/latex/libertine
12036 # Typeset maps and blocks according to the Information Mapping
12037 %{texmfdist}/source/latex/limap
12038 %{texmfdist}/tex/latex/limap
12039 %{texmfdist}/tex/latex/linearA
12040 # Format linguists' examples.
12041 %{texmfdist}/tex/latex/linguex
12042 # Easy access to the Lorem Ipsum dummy text.
12043 %{texmfdist}/source/latex/lipsum
12044 %{texmfdist}/tex/latex/lipsum
12045 # Lists contents of BibTeX files.
12046 %{texmfdist}/source/latex/listbib
12047 %{texmfdist}/tex/latex/listbib
12048 # LK Proof figure macros.
12049 %{texmfdist}/tex/latex/lkproof
12050 # A font for electronic logic design.
12051 %{texmfdist}/tex/latex/logic
12052 # A LaTeX package to typeset indices with GNU's Texindex.
12053 %{texmfdist}/source/latex/ltxindex
12054 %{texmfdist}/tex/latex/ltxindex
12055 # Set of slide fonts based on CM.
12056 %{texmfdist}/tex/latex/lxfonts
12057 # Support for LY1 LaTeX encoding.
12058 %{texmfdist}/tex/latex/ly1
12059 # Mathematics in accord with French usage.
12060 %{texmfdist}/tex/latex/mafr
12061 # Macros for mail merging.
12062 %{texmfdist}/source/latex/mailing
12063 %{texmfdist}/tex/latex/mailing
12064 # Print various kinds 2/5 and Code 39 bar codes.
12065 %{texmfdist}/tex/latex/makebarcode
12066 # Perl script to help generate dtx and ins files
12067 %{texmfdist}/source/latex/makedtx
12068 %{texmfdist}/tex/latex/makedtx
12069 # Include a glossary into a document.
12070 %{texmfdist}/tex/latex/makeglos
12071 # LaTeX support for the TeX book symbols.
12072 %{texmfdist}/source/latex/manfnt
12073 %{texmfdist}/tex/latex/manfnt
12074 # Support for multiple character sets and encodings.
12075 %{texmfdist}/source/latex/mapcodes
12076 %{texmfdist}/tex/latex/mapcodes
12077 # Mathematical fonts to fit with particular text fonts.
12078 %{texmfdist}/tex/latex/mathdesign
12079 # Creating covers for music cassettes.
12080 %{texmfdist}/tex/latex/mceinleger
12081 # Experimental memoir support.
12082 %{texmfdist}/tex/latex/memexsupp
12083 # Multiple font formats.
12084 %{texmfdist}/source/latex/mff
12085 %{texmfdist}/tex/latex/mff
12086 # Pretty-print Metafont source.
12087 %{texmfdist}/source/latex/mftinc
12088 %{texmfdist}/tex/latex/mftinc
12089 # Package for writing minutes of meetings.
12090 %{texmfdist}/source/latex/minutes
12091 %{texmfdist}/tex/latex/minutes
12092 # Allows font sizes up to 35.83pt.
12093 %{texmfdist}/source/latex/moresize
12094 %{texmfdist}/tex/latex/moresize
12095 # A package for LaTeX localisation.
12096 %{texmfdist}/source/latex/msg
12097 %{texmfdist}/tex/latex/msg
12098 # Michael Landy's APA citation style.
12099 %{texmfdist}/tex/latex/mslapa
12100 # Use italic and upright greek letters with mathtime.
12101 %{texmfdist}/source/latex/mtgreek
12102 %{texmfdist}/tex/latex/mtgreek
12103 # Multiple bibliographies.
12104 %{texmfdist}/source/latex/multibbl
12105 %{texmfdist}/tex/latex/multibbl
12106 # Support for Mongolian "horizontal" (Xewtee Dorwoljin) script.
12107 %{texmfdist}/source/latex/mxd
12108 %{texmfdist}/tex/latex/mxd
12109 # A pair of Georgian fonts.
12110 %{texmfdist}/tex/latex/mxedruli
12111 # Nomenclature typeset in a longtable
12112 %{texmfdist}/source/latex/nomentbl
12113 %{texmfdist}/tex/latex/nomentbl
12114 # Non-floating table and figure captions.
12115 %{texmfdist}/source/latex/nonfloat
12116 %{texmfdist}/tex/latex/nonfloat
12117 # Convert a number to its English expression.
12118 %{texmfdist}/tex/latex/numname
12119 # LaTeX support for ocr fonts.
12120 %{texmfdist}/tex/latex/ocr-latex
12121 # Support for Polish typography and the ogonek.
12122 %{texmfdist}/source/latex/ogonek
12123 %{texmfdist}/tex/latex/ogonek
12124 # Old style numbers in OT1 encoding.
12125 %{texmfdist}/source/latex/oldstyle
12126 %{texmfdist}/tex/latex/oldstyle
12127 # Footnote-style bibliographical references.
12128 %{texmfdist}/source/latex/opcit
12129 %{texmfdist}/tex/latex/opcit
12130 # Counters as ordinal numbers in Portuguese.
12131 %{texmfdist}/source/latex/ordinalpt
12132 %{texmfdist}/tex/latex/ordinalpt
12133 # Macros, metrics, etc., to use the OT2 Cyrillic encoding.
12134 %{texmfdist}/tex/latex/ot2cyr
12135 %{texmfdist}/tex/latex/otibet
12136 %{texmfdist}/source/latex/otibet
12137 # List environment for making outlines.
12138 %{texmfdist}/tex/latex/outline
12139 # Change section levels easily.
12140 %{texmfdist}/tex/latex/outliner
12141 # Fonts designed by Fra Luca de Pacioli in 1497.
12142 %{texmfdist}/source/latex/pacioli
12143 %{texmfdist}/tex/latex/pacioli
12144 # Page number-only page styles.
12145 %{texmfdist}/source/latex/pageno
12146 %{texmfdist}/tex/latex/pageno
12147 # Notes at end of document.
12148 %{texmfdist}/source/latex/pagenote
12149 %{texmfdist}/tex/latex/pagenote
12150 %{texmfdist}/tex/latex/palatino
12151 # Origami-style folding paper CD case.
12152 %{texmfdist}/source/latex/papercdcase
12153 %{texmfdist}/tex/latex/papercdcase
12154 # Defines simple macros for greek letters.
12155 %{texmfdist}/source/latex/paresse
12156 %{texmfdist}/tex/latex/paresse
12157 # Typesets (two) streams of text running parallel.
12158 %{texmfdist}/source/latex/parrun
12159 %{texmfdist}/tex/latex/parrun
12160 # German LaTeX package documentation.
12161 %{texmfdist}/source/latex/pauldoc
12162 %{texmfdist}/tex/latex/pauldoc
12163 # Using graphics from PAW.
12164 %{texmfdist}/source/latex/pawpict
12165 %{texmfdist}/tex/latex/pawpict
12166 # Font support for current PCL printers.
12167 %{texmfdist}/tex/latex/pclnfss
12168 %{texmfdist}/tex/latex/pdfwin
12169 # Print Tibetan text in the classic pecha layout style.
12170 %{texmfdist}/tex/latex/pecha
12171 # Define LaTeX macros in terms of Perl code
12172 %{texmfdist}/source/latex/perltex
12173 %{texmfdist}/tex/latex/perltex
12174 # Create images of the soroban using TikZ/PGF.
12175 %{texmfdist}/tex/latex/pgf-soroban
12176 # Disk of Phaistos font.
12177 %{texmfdist}/tex/latex/phaistos
12178 # Cross references for named and numbered environments.
12179 %{texmfdist}/tex/latex/philex
12180 # MetaFont Phonetic fonts, based on Computer Modern.
12181 %{texmfdist}/tex/latex/phonetic
12182 # Adds relative coordinates and improves the \plot command.
12183 %{texmfdist}/tex/latex/pictex2
12184 # Arrange for "plates" sections of documents.
12185 %{texmfdist}/tex/latex/plates
12186 %{texmfdist}/source/latex/plweb
12187 %{texmfdist}/tex/latex/plweb
12188 # "Poor man's" graphics.
12189 %{texmfdist}/tex/latex/pmgraph
12190 # Typeset Polish documents with LaTeX and Polish fonts.
12191 %{texmfdist}/source/latex/polski
12192 %{texmfdist}/tex/latex/polski
12193 %{texmfdist}/source/latex/polyglot
12194 %{texmfdist}/tex/latex/polyglot
12195 # Facilitates mass-mailing of postcards (junkmail).
12196 %{texmfdist}/tex/latex/postcards
12197 # A presentation class.
12198 %{texmfdist}/source/latex/powerdot
12199 %{texmfdist}/tex/latex/powerdot
12200 # A postprocessor for PDF presentations.
12201 %{texmfdist}/tex/latex/ppower4
12202 # Prosper preview.
12203 %{texmfdist}/source/latex/ppr-prv
12204 %{texmfdist}/tex/latex/ppr-prv
12205 # Make label references "self-identify".
12206 %{texmfdist}/source/latex/prettyref
12207 %{texmfdist}/tex/latex/prettyref
12208 # Shortcuts commands to symbols used in probability texts.
12209 %{texmfdist}/source/latex/proba
12210 %{texmfdist}/tex/latex/proba
12211 %{texmfdist}/tex/latex/procIAGssymp
12212 # Literate programming package.
12213 %{texmfdist}/tex/latex/protex
12214 # A class for typesetting minutes (only german).
12215 %{texmfdist}/source/latex/protocol
12216 %{texmfdist}/tex/latex/protocol
12217 # A psfrag eXtension.
12218 %{texmfdist}/source/latex/psfragx
12219 %{texmfdist}/tex/latex/psfragx
12220 %{texmfdist}/tex/latex/psgo
12221 # PostScript picture support.
12222 %{texmfdist}/source/latex/pspicture
12223 %{texmfdist}/tex/latex/pspicture
12224 # LaTeX macros for typesetting trees.
12225 %{texmfdist}/tex/latex/qobitree
12226 # Bundle for unit tests and pattern matching.
12227 %{texmfdist}/source/latex/qstest
12228 %{texmfdist}/tex/latex/qstest
12229 # Consistent quote marks.
12230 %{texmfdist}/source/latex/quotmark
12231 %{texmfdist}/tex/latex/quotmark
12232 %{texmfdist}/tex/latex/r_und_s
12233 # Marginal pictures.
12234 %{texmfdist}/source/latex/randbild
12235 %{texmfdist}/tex/latex/randbild
12236 # Use RCS (revision control system) tags in LaTeX documents.
12237 %{texmfdist}/source/latex/rcs
12238 %{texmfdist}/tex/latex/rcs
12239 # Support for the revision control system.
12240 %{texmfdist}/source/latex/rcsinfo
12241 %{texmfdist}/tex/latex/rcsinfo
12242 # Recycle top matter.
12243 %{texmfdist}/tex/latex/rectopma
12244 # Check references (in figures, table, equations, etc).
12245 %{texmfdist}/tex/latex/refcheck
12246 # Advanced formatting of cross references.
12247 %{texmfdist}/source/latex/refstyle
12248 %{texmfdist}/tex/latex/refstyle
12249 # A "relaxed" font encoding.
12250 %{texmfdist}/source/latex/relenc
12251 %{texmfdist}/tex/latex/relenc
12252 # Repeat items in an index after a page or column break
12253 %{texmfdist}/tex/latex/repeatindex
12254 %{texmfdist}/tex/latex/resume
12255 # Rewrite labels in EPS graphics.
12256 %{texmfdist}/tex/latex/rlepsf
12257 # A package to help change page layout parameters in LaTeX.
12258 %{texmfdist}/source/latex/rmpage
12259 %{texmfdist}/tex/latex/rmpage
12260 # Create index with pagerefs.
12261 %{texmfdist}/tex/latex/robustindex
12262 # Drawing rhetorical structure analysis diagrams in LaTeX.
12263 %{texmfdist}/source/latex/rst
12264 %{texmfdist}/tex/latex/rst
12265 # Input encoding with fallback procedures.
12266 %{texmfdist}/source/latex/rtkinenc
12267 %{texmfdist}/tex/latex/rtkinenc
12268 %{texmfdist}/tex/latex/rtklage
12269 # Embed Sage code and plots into LaTeX.
12270 %{texmfdist}/source/latex/sagetex
12271 %{texmfdist}/tex/latex/sagetex
12272 # Sanskrit support.
12273 %{texmfdist}/source/latex/sanskrit
12274 %{texmfdist}/tex/latex/sanskrit
12275 # A bundle of utilities by Jonathan Sauer.
12276 %{texmfdist}/source/latex/sauerj
12277 %{texmfdist}/tex/latex/sauerj
12278 # Use sauter fonts in LaTeX.
12279 %{texmfdist}/source/latex/sauterfonts
12280 %{texmfdist}/tex/latex/sauterfonts
12281 # Save name of the footnote mark for reuse.
12282 %{texmfdist}/source/latex/savefnmark
12283 %{texmfdist}/tex/latex/savefnmark
12284 # Redefine symbols where names conflict.
12285 %{texmfdist}/tex/latex/savesym
12286 # Pack as much as possible onto each page of a LaTeX document.
12287 %{texmfdist}/source/latex/savetrees
12288 %{texmfdist}/tex/latex/savetrees
12289 # Create scalebars for maps, diagrams or photos.
12290 %{texmfdist}/source/latex/scalebar
12291 %{texmfdist}/tex/latex/scalebar
12292 # Format a scientific paper for journal
12293 %{texmfdist}/tex/latex/scientificpaper
12294 # Make posters of ISO A3 size and larger.
12295 %{texmfdist}/tex/latex/sciposter
12296 # Use Scientific Word/WorkPlace files with another TeX.
12297 %{texmfdist}/source/latex/sciwordconv
12298 %{texmfdist}/tex/latex/sciwordconv
12299 # Macros for Segmented Discourse Representation Theory.
12300 %{texmfdist}/tex/latex/sdrt
12301 # Create fancy boxed ((sub)sub)sections.
12302 %{texmfdist}/tex/latex/sectionbox
12303 # Help for writing programming language semantics.
12304 %{texmfdist}/source/latex/semantic
12305 %{texmfdist}/tex/latex/semantic
12306 # Semaphore alphabet font.
12307 %{texmfdist}/tex/latex/semaphor
12308 # Put only special contents on left-hand pages in two sided layout.
12309 %{texmfdist}/source/latex/semioneside
12310 %{texmfdist}/tex/latex/semioneside
12311 # Split long sequences of characters in a neutral way.
12312 %{texmfdist}/source/latex/seqsplit
12313 %{texmfdist}/tex/latex/seqsplit
12314 %{texmfdist}/source/latex/sf298
12315 %{texmfdist}/tex/latex/sf298
12316 # Typesetting science fiction/fantasy manuscripts.
12317 %{texmfdist}/source/latex/sffms
12318 %{texmfdist}/tex/latex/sffms
12319 # Draw signal flow graphs.
12320 %{texmfdist}/tex/latex/sfg
12321 # LaTeX style for typesetting strategic games.
12322 %{texmfdist}/tex/latex/sgame
12323 # Shade the background of any box.
12324 %{texmfdist}/tex/latex/shadbox
12325 # Theorem environments that are shaded
12326 %{texmfdist}/tex/latex/shadethm
12327 # Table of contents with different depths.
12328 %{texmfdist}/source/latex/shorttoc
12329 %{texmfdist}/tex/latex/shorttoc
12330 # Variants of \show for LaTeX2e.
12331 %{texmfdist}/source/latex/show2e
12332 %{texmfdist}/tex/latex/show2e
12333 %{texmfdist}/source/latex/showexpl
12334 %{texmfdist}/tex/latex/showexpl
12335 # A font to draw a skull.
12336 %{texmfdist}/source/latex/skull
12337 %{texmfdist}/tex/latex/skull
12338 # Access different-shaped small-caps fonts.
12339 %{texmfdist}/source/latex/slantsc
12340 %{texmfdist}/tex/latex/slantsc
12341 # Create listoffigures etc. in a single chapter.
12342 %{texmfdist}/tex/latex/smalltableof
12343 # Extend LaTeX's \ref capability.
12344 %{texmfdist}/tex/latex/smartref
12345 # Classes for Société mathématique de France publications.
12346 %{texmfdist}/tex/latex/smflatex
12347 # List the external dependencies of a LaTeX document.
12348 %{texmfdist}/source/latex/snapshot
12349 %{texmfdist}/tex/latex/snapshot
12350 # Fonts and a macro for Soyombo under LaTeX.
12351 %{texmfdist}/tex/latex/soyombo
12352 # Drawing sparklines: intense, simple, wordlike graphics.
12353 %{texmfdist}/tex/latex/sparklines
12354 # Support for formatting SPIE Proceedings manuscripts.
12355 %{texmfdist}/tex/latex/spie
12356 # Split and reorder your bibliography.
12357 %{texmfdist}/source/latex/splitbib
12358 %{texmfdist}/tex/latex/splitbib
12359 # Macros to typeset simple bitmaps with LaTeX.
12360 %{texmfdist}/tex/latex/sprite
12361 # Jump between DVI and TeX files.
12362 %{texmfdist}/source/latex/srcltx
12363 %{texmfdist}/tex/latex/srcltx
12364 # Use the cmssq fonts.
12365 %{texmfdist}/source/latex/ssqquote
12366 %{texmfdist}/tex/latex/ssqquote
12367 # Statistics style.
12368 %{texmfdist}/tex/latex/statex2
12369 # Store statistics of a document.
12370 %{texmfdist}/source/latex/statistik
12371 %{texmfdist}/tex/latex/statistik
12372 # Typeset Icelandic staves and runic letters.
12373 %{texmfdist}/source/latex/staves
12374 %{texmfdist}/tex/latex/staves
12375 # Standard pages with n lines of at most m characters each.
12376 %{texmfdist}/source/latex/stdpage
12377 %{texmfdist}/tex/latex/stdpage
12378 # Stellenbosch thesis bundle.
12379 %{texmfdist}/source/latex/stellenbosch
12380 %{texmfdist}/tex/latex/stellenbosch
12381 # An Infrastructure for Semantic Preloading of LaTeX Documents.
12382 %{texmfdist}/source/latex/stex
12383 %{texmfdist}/tex/latex/stex
12384 # Draw Nassi-Schneidermann charts
12385 %{texmfdist}/source/latex/struktex
12386 %{texmfdist}/tex/latex/struktex
12387 # Various macros.
12388 %{texmfdist}/tex/latex/sttools
12389 # Create tear-off stubs at the bottom of a page.
12390 %{texmfdist}/tex/latex/stubs
12391 # Sub-numbering for figures and tables.
12392 %{texmfdist}/source/latex/subfloat
12393 %{texmfdist}/tex/latex/subfloat
12394 # SAS(R) user group conference proceedings document class.
12395 %{texmfdist}/tex/latex/sugconf
12396 # Define SVG named colours.
12397 %{texmfdist}/tex/latex/svgcolor
12398 # Subversion keywords in multi-file LaTeX documents
12399 %{texmfdist}/source/latex/svn-multi
12400 %{texmfdist}/tex/latex/svn-multi
12401 # Typeset Subversion keywords.
12402 %{texmfdist}/source/latex/svn
12403 %{texmfdist}/tex/latex/svn
12404 # Typeset Subversion Keywords.
12405 %{texmfdist}/source/latex/svninfo
12406 %{texmfdist}/tex/latex/svninfo
12407 # Graphical/textual representations of swimming performances
12408 %{texmfdist}/source/latex/swimgraf
12409 %{texmfdist}/tex/latex/swimgraf
12410 %{texmfdist}/tex/latex/symbol
12411 # Easy drawing of syntactic proofs.
12412 %{texmfdist}/tex/latex/synproof
12413 %{texmfdist}/tex/latex/syntax
12414 # Labels for tracing in a syntax tree.
12415 %{texmfdist}/source/latex/syntrace
12416 %{texmfdist}/tex/latex/syntrace
12417 # Typeset syntactic trees.
12418 %{texmfdist}/source/latex/synttree
12419 %{texmfdist}/tex/latex/synttree
12420 # Fonts and macro package for drawing timing diagrams.
12421 %{texmfdist}/tex/latex/timing
12422 # Section numbering and table of contents control.
12423 %{texmfdist}/source/latex/tocvsec2
12424 %{texmfdist}/tex/latex/tocvsec2
12425 # A tokenizer.
12426 %{texmfdist}/tex/latex/tokenizer
12427 # Macros for writing indices, glossaries.
12428 %{texmfdist}/source/latex/toolbox
12429 %{texmfdist}/tex/latex/toolbox
12430 # Bundle of files for typsetting theses.
12431 %{texmfdist}/source/latex/toptesi
12432 %{texmfdist}/tex/latex/toptesi
12433 # A LaTeX package for configuring presentation fonts.
12434 %{texmfdist}/tex/latex/tpslifonts
12435 # Adjust tracking of strings.
12436 %{texmfdist}/tex/latex/tracking
12437 # Fonts from the Trajan column in Rome.
12438 %{texmfdist}/source/latex/trajan
12439 %{texmfdist}/tex/latex/trajan
12440 # Provide an open platform for packages to be localized.
12441 %{texmfdist}/tex/latex/translator
12442 # Trees and other linguists' macros.
12443 %{texmfdist}/source/latex/tree-dvips
12444 %{texmfdist}/tex/latex/tree-dvips
12445 # Quick float definitions in LaTeX.
12446 %{texmfdist}/source/latex/trivfloat
12447 %{texmfdist}/tex/latex/trivfloat
12448 # Typeset the (logic) turnstile notation.
12449 %{texmfdist}/source/latex/turnstile
12450 %{texmfdist}/tex/latex/turnstile
12451 %{texmfdist}/source/latex/twoup
12452 %{texmfdist}/tex/latex/twoup
12453 # Print a typographic grid.
12454 %{texmfdist}/source/latex/typogrid
12455 %{texmfdist}/tex/latex/typogrid
12456 # Time printing, in German.
12457 %{texmfdist}/tex/latex/uhrzeit
12458
12459 # %files latex-palatcm
12460 # %defattr(644,root,root,755)
12461 # %{texmf}/tex/latex/palatcm
12462
12463 %files latex-pdfslide
12464 %defattr(644,root,root,755)
12465 %doc %{texmfdist}/doc/latex/pdfslide
12466 %{texmfdist}/tex/latex/pdfslide
12467
12468 %files latex-pgf
12469 %defattr(644,root,root,755)
12470 %doc %{texmfdist}/doc/generic/pgf
12471 %doc %{texmfdist}/doc/latex/pgfplots
12472 %{texmfdist}/source/latex/pgfplots
12473 %{texmfdist}/source/latex/pgfopts
12474 %{texmfdist}/tex/generic/pgf
12475 %{texmfdist}/tex/generic/pgfplots
12476 %{texmfdist}/tex/latex/pgf
12477 %{texmfdist}/tex/latex/pgfopts
12478 %{texmfdist}/tex/latex/pgfplots
12479 %dir %{texmfdist}/source/context
12480 %dir %{texmfdist}/source/context/third
12481 %{texmfdist}/source/context/third/pgfplots
12482
12483 %files latex-prosper
12484 %defattr(644,root,root,755)
12485 %doc %{texmfdist}/doc/latex/prosper
12486 %{texmfdist}/tex/latex/prosper
12487 %{texmfdist}/source/latex/prosper
12488
12489 %files latex-polynom
12490 %defattr(644,root,root,755)
12491 %doc %{texmfdist}/doc/latex/polynom
12492 %{texmfdist}/source/latex/polynom
12493 %{texmfdist}/tex/latex/polynom
12494
12495 %files latex-polynomial
12496 %defattr(644,root,root,755)
12497 %doc %{texmfdist}/doc/latex/polynomial
12498 %{texmfdist}/source/latex/polynomial
12499 %{texmfdist}/tex/latex/polynomial
12500
12501 %files latex-pseudocode
12502 %defattr(644,root,root,755)
12503 %doc %{texmfdist}/doc/latex/pseudocode
12504 %{texmfdist}/tex/latex/pseudocode
12505
12506 %files latex-pst-2dplot
12507 %defattr(644,root,root,755)
12508 %doc %{texmfdist}/doc/generic/pst-2dplot
12509 %{texmfdist}/tex/latex/pst-2dplot
12510
12511 %files latex-pst-3dplot
12512 %defattr(644,root,root,755)
12513 %doc %{texmfdist}/doc/generic/pst-3dplot
12514 %{texmfdist}/dvips/pst-3dplot
12515 %{texmfdist}/tex/generic/pst-3dplot
12516 %{texmfdist}/tex/latex/pst-3dplot
12517
12518 %files latex-pst-bar
12519 %defattr(644,root,root,755)
12520 %doc %{texmfdist}/doc/generic/pst-3dplot
12521 %{texmfdist}/dvips/pst-bar
12522 %{texmfdist}/tex/generic/pst-bar
12523 %{texmfdist}/tex/latex/pst-bar
12524
12525 %files latex-pst-circ
12526 %defattr(644,root,root,755)
12527 %doc %{texmfdist}/doc/generic/pst-circ
12528 %{texmfdist}/dvips/pst-circ
12529 %{texmfdist}/tex/generic/pst-circ
12530 %{texmfdist}/tex/latex/pst-circ
12531
12532 %files latex-pst-diffraction
12533 %defattr(644,root,root,755)
12534 %doc %{texmfdist}/doc/generic/pst-diffraction
12535 %{texmfdist}/tex/generic/pst-diffraction
12536 %{texmfdist}/tex/latex/pst-diffraction
12537
12538 %files latex-pst-eucl
12539 %defattr(644,root,root,755)
12540 %doc %{texmfdist}/doc/generic/pst-eucl
12541 %{texmfdist}/tex/generic/pst-eucl
12542 %{texmfdist}/tex/latex/pst-eucl
12543
12544 %files latex-pst-fun
12545 %defattr(644,root,root,755)
12546 %doc %{texmfdist}/doc/generic/pst-fun
12547 %{texmfdist}/dvips/pst-fun
12548 %{texmfdist}/tex/generic/pst-fun
12549 %{texmfdist}/tex/latex/pst-fun
12550
12551 %files latex-pst-func
12552 %defattr(644,root,root,755)
12553 %doc %{texmfdist}/doc/generic/pst-func
12554 %{texmfdist}/dvips/pst-func
12555 %{texmfdist}/tex/generic/pst-func
12556 %{texmfdist}/tex/latex/pst-func
12557
12558 %files latex-pst-infixplot
12559 %defattr(644,root,root,755)
12560 %doc %{texmfdist}/doc/generic/pst-infixplot
12561 %{texmfdist}/tex/generic/pst-infixplot
12562 %{texmfdist}/tex/latex/pst-infixplot
12563
12564 %files latex-pst-fr3d
12565 %defattr(644,root,root,755)
12566 %doc %{texmfdist}/doc/generic/pst-fr3d
12567 %{texmfdist}/source/generic/pst-fr3d
12568 %{texmfdist}/tex/generic/pst-fr3d
12569 %{texmfdist}/tex/latex/pst-fr3d
12570
12571 %files latex-pst-fractal
12572 %defattr(644,root,root,755)
12573 %doc %{texmfdist}/doc/generic/pst-fractal
12574 %{texmfdist}/dvips/pst-fractal
12575 %{texmfdist}/tex/generic/pst-fractal
12576 %{texmfdist}/tex/latex/pst-fractal
12577
12578 %files latex-pst-math
12579 %defattr(644,root,root,755)
12580 %doc %{texmfdist}/doc/generic/pst-math
12581 %{texmfdist}/dvips/pst-math
12582 %{texmfdist}/tex/generic/pst-math
12583 %{texmfdist}/tex/latex/pst-math
12584
12585 %files latex-pst-ob3d
12586 %defattr(644,root,root,755)
12587 %doc %{texmfdist}/doc/generic/pst-ob3d
12588 %{texmfdist}/source/generic/pst-ob3d
12589 %{texmfdist}/tex/generic/pst-ob3d
12590 %{texmfdist}/tex/latex/pst-ob3d
12591
12592 %files latex-pst-optexp
12593 %defattr(644,root,root,755)
12594 %doc %{texmfdist}/doc/generic/pst-optexp
12595 %{texmfdist}/dvips/pst-optexp
12596 %{texmfdist}/tex/generic/pst-optexp
12597 %{texmfdist}/tex/latex/pst-optexp
12598
12599 %files latex-pst-optic
12600 %defattr(644,root,root,755)
12601 %doc %{texmfdist}/doc/generic/pst-optic
12602 %{texmfdist}/tex/generic/pst-optic
12603 %{texmfdist}/tex/latex/pst-optic
12604
12605 %files latex-pst-text
12606 %defattr(644,root,root,755)
12607 %doc %{texmfdist}/doc/generic/pst-text
12608 %{texmfdist}/dvips/pst-text
12609 %{texmfdist}/tex/generic/pst-text
12610 %{texmfdist}/tex/latex/pst-text
12611
12612 %files latex-pst-uncategorized
12613 %defattr(644,root,root,755)
12614 %doc %{texmfdist}/doc/generic/pst-3d
12615 %doc %{texmfdist}/doc/generic/pst-asr
12616 %doc %{texmfdist}/doc/generic/pst-bar
12617 %doc %{texmfdist}/doc/generic/pst-barcode
12618 %doc %{texmfdist}/doc/generic/pst-blur
12619 %doc %{texmfdist}/doc/generic/pst-coil
12620 %doc %{texmfdist}/doc/generic/pst-cox
12621 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
12622 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
12623 %doc %{texmfdist}/doc/generic/pst-dbicons
12624 %doc %{texmfdist}/doc/generic/pst-eps
12625 %doc %{texmfdist}/doc/generic/pst-fill
12626 %doc %{texmfdist}/doc/generic/pst-geo
12627 %doc %{texmfdist}/doc/generic/pst-ghsb
12628 %doc %{texmfdist}/doc/generic/pst-gr3d
12629 %doc %{texmfdist}/doc/generic/pst-grad
12630 %doc %{texmfdist}/doc/generic/pst-jtree
12631 %doc %{texmfdist}/doc/generic/pst-labo
12632 %doc %{texmfdist}/doc/generic/pst-lens
12633 %doc %{texmfdist}/doc/generic/pst-light3d
12634 %doc %{texmfdist}/doc/generic/pst-osci
12635 %doc %{texmfdist}/doc/generic/pst-pad
12636 %doc %{texmfdist}/doc/generic/pst-pdgr
12637 %doc %{texmfdist}/doc/generic/pst-poly
12638 %doc %{texmfdist}/doc/generic/pst-qtree
12639 %doc %{texmfdist}/doc/generic/pst-slpe
12640 %doc %{texmfdist}/doc/generic/pst-solides3d
12641 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
12642 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc
12643 %doc %{texmfdist}/doc/generic/pst-soroban
12644 %doc %{texmfdist}/doc/generic/pst-spectra
12645 %doc %{texmfdist}/doc/generic/pst-stru
12646 %doc %{texmfdist}/doc/generic/pst-uml
12647 %doc %{texmfdist}/doc/generic/pst-vue3d
12648 %doc %{texmfdist}/doc/latex/auto-pst-pdf
12649 %doc %{texmfdist}/doc/latex/pst-pdf
12650 %{texmfdist}/dvips/pst-barcode
12651 %{texmfdist}/dvips/pst-blur
12652 %{texmfdist}/dvips/pst-coil
12653 %{texmfdist}/dvips/pst-cox
12654 %{texmfdist}/dvips/pst-eucl
12655 %{texmfdist}/dvips/pst-geo
12656 %{texmfdist}/dvips/pst-ghsb
12657 %{texmfdist}/dvips/pst-grad
12658 %{texmfdist}/dvips/pst-light3d
12659 %{texmfdist}/dvips/pst-slpe
12660 %{texmfdist}/dvips/pst-solides3d
12661 %{texmfdist}/dvips/pst-spectra
12662 %{texmfdist}/dvips/pst-vue3d
12663 %{texmfdist}/scripts/pst-pdf
12664 %{texmfdist}/source/generic/pst-3d
12665 %{texmfdist}/source/generic/pst-3dplot
12666 %{texmfdist}/source/generic/pst-barcode
12667 %{texmfdist}/source/generic/pst-blur
12668 %{texmfdist}/source/generic/pst-circ
12669 %{texmfdist}/source/generic/pst-coil
12670 %{texmfdist}/source/generic/pst-dbicons
12671 %{texmfdist}/source/generic/pst-diffraction
12672 %{texmfdist}/source/generic/pst-eps
12673 %{texmfdist}/source/generic/pst-fill
12674 %{texmfdist}/source/generic/pst-fractal
12675 %{texmfdist}/source/generic/pst-fun
12676 %{texmfdist}/source/generic/pst-func
12677 %{texmfdist}/source/generic/pst-lens
12678 %{texmfdist}/source/generic/pst-light3d
12679 %{texmfdist}/source/generic/pst-optic
12680 %{texmfdist}/source/generic/pst-pad
12681 %{texmfdist}/source/generic/pst-pdgr
12682 %{texmfdist}/source/generic/pst-slpe
12683 %{texmfdist}/source/generic/pst-soroban
12684 %{texmfdist}/source/generic/pst-text
12685 %{texmfdist}/source/generic/pst-uml
12686 %{texmfdist}/source/generic/pst-vue3d
12687 %{texmfdist}/source/latex/auto-pst-pdf
12688 %{texmfdist}/source/latex/pst-gr3d
12689 %{texmfdist}/source/latex/pst-pdf
12690 %{texmfdist}/source/latex/pst-poly
12691 %{texmfdist}/tex/generic/pst-3d
12692 %{texmfdist}/tex/generic/pst-asr
12693 %{texmfdist}/tex/generic/pst-barcode
12694 %{texmfdist}/tex/generic/pst-blur
12695 %{texmfdist}/tex/generic/pst-coil
12696 %{texmfdist}/tex/generic/pst-cox
12697 %{texmfdist}/tex/generic/pst-eps
12698 %{texmfdist}/tex/generic/pst-fill
12699 %{texmfdist}/tex/generic/pst-geo
12700 %{texmfdist}/tex/generic/pst-ghsb
12701 %{texmfdist}/tex/generic/pst-gr3d
12702 %{texmfdist}/tex/generic/pst-grad
12703 %{texmfdist}/tex/generic/pst-jtree
12704 %{texmfdist}/tex/generic/pst-labo
12705 %{texmfdist}/tex/generic/pst-lens
12706 %{texmfdist}/tex/generic/pst-light3d
12707 %{texmfdist}/tex/generic/pst-osci
12708 %{texmfdist}/tex/generic/pst-pad
12709 %{texmfdist}/tex/generic/pst-pdgr
12710 %{texmfdist}/tex/generic/pst-poly
12711 %{texmfdist}/tex/generic/pst-qtree
12712 %{texmfdist}/tex/generic/pst-slpe
12713 %{texmfdist}/tex/generic/pst-solides3d
12714 %{texmfdist}/tex/generic/pst-spectra
12715 %{texmfdist}/tex/generic/pst-stru
12716 %{texmfdist}/tex/generic/pst-vue3d
12717 %{texmfdist}/tex/latex/pst-3d
12718 %{texmfdist}/tex/latex/pst-asr
12719 %{texmfdist}/tex/latex/pst-barcode
12720 %{texmfdist}/tex/latex/pst-blur
12721 %{texmfdist}/tex/latex/pst-coil
12722 %{texmfdist}/tex/latex/pst-cox
12723 %{texmfdist}/tex/latex/pst-dbicons
12724 %{texmfdist}/tex/latex/pst-eps
12725 %{texmfdist}/tex/latex/pst-fill
12726 %{texmfdist}/tex/latex/pst-geo
12727 %{texmfdist}/tex/latex/pst-ghsb
12728 %{texmfdist}/tex/latex/pst-gr3d
12729 %{texmfdist}/tex/latex/pst-grad
12730 %{texmfdist}/tex/latex/pst-jtree
12731 %{texmfdist}/tex/latex/pst-labo
12732 %{texmfdist}/tex/latex/pst-lens
12733 %{texmfdist}/tex/latex/pst-light3d
12734 %{texmfdist}/tex/latex/pst-osci
12735 %{texmfdist}/tex/latex/pst-pad
12736 %{texmfdist}/tex/latex/pst-pdf
12737 %{texmfdist}/tex/latex/pst-pdgr
12738 %{texmfdist}/tex/latex/pst-poly
12739 %{texmfdist}/tex/latex/pst-qtree
12740 %{texmfdist}/tex/latex/pst-slpe
12741 %{texmfdist}/tex/latex/pst-solides3d
12742 %{texmfdist}/tex/latex/pst-soroban
12743 %{texmfdist}/tex/latex/pst-spectra
12744 %{texmfdist}/tex/latex/pst-stru
12745 %{texmfdist}/tex/latex/pst-uml
12746 %{texmfdist}/tex/latex/pst-vue3d
12747
12748 %files latex-psnfss
12749 %defattr(644,root,root,755)
12750 %doc %{texmfdist}/doc/latex/psnfss
12751 %dir %{texmfdist}/source/latex
12752 %{texmfdist}/fonts/map/dvips/psnfss
12753 %{texmfdist}/source/latex/psnfss
12754 %{texmfdist}/source/latex/latex-tds
12755 %{texmfdist}/tex/latex/psnfss
12756
12757 %files latex-pxfonts
12758 %defattr(644,root,root,755)
12759 %doc %{texmfdist}/doc/fonts/pxfonts
12760 %{texmfdist}/tex/latex/pxfonts
12761 %{texmfdist}/fonts/type1/public/pxfonts
12762 %{texmfdist}/fonts/afm/public/pxfonts
12763 %{texmfdist}/fonts/tfm/public/pxfonts
12764 %{texmfdist}/fonts/vf/public/pxfonts
12765 %{texmfdist}/fonts/map/dvips/pxfonts
12766
12767 #%files latex-qfonts
12768 #%defattr(644,root,root,755)
12769
12770 %files latex-SIstyle
12771 %defattr(644,root,root,755)
12772 %{texmfdist}/doc/latex/SIstyle
12773 %{texmfdist}/source/latex/SIstyle
12774
12775 %files latex-SIunits
12776 %defattr(644,root,root,755)
12777 %{texmfdist}/doc/latex/SIunits
12778 %{texmfdist}/tex/latex/SIunits
12779 %{texmfdist}/source/latex/SIunits
12780
12781 %files latex-siunitx
12782 %defattr(644,root,root,755)
12783 %{texmfdist}/doc/latex/siunitx
12784 %{texmfdist}/tex/latex/siunitx
12785 %{texmfdist}/source/latex/siunitx
12786
12787 %files latex-Tabbing
12788 %defattr(644,root,root,755)
12789 %{texmfdist}/source/latex/Tabbing
12790 %{texmfdist}/doc/latex/Tabbing
12791
12792 %files latex-txfonts
12793 %defattr(644,root,root,755)
12794 %doc %{texmfdist}/doc/fonts/txfonts
12795 %{texmfdist}/fonts/type1/public/txfonts
12796 %{texmfdist}/fonts/afm/public/txfonts
12797 %{texmfdist}/fonts/enc/dvips/txfonts
12798 %{texmfdist}/fonts/tfm/public/txfonts
12799 %{texmfdist}/fonts/vf/public/txfonts
12800 %{texmfdist}/fonts/map/dvips/txfonts
12801 %{texmfdist}/tex/latex/txfonts
12802
12803 %files latex-ucs
12804 %defattr(644,root,root,755)
12805 %doc %{texmfdist}/doc/latex/ucs
12806 %{texmfdist}/tex/latex/ucs
12807
12808 %files latex-umlaute
12809 %defattr(644,root,root,755)
12810 %{texmfdist}/tex/latex/umlaute
12811 %{texmfdist}/source/latex/umlaute
12812
12813 # %files latex-urwvn
12814 # %defattr(644,root,root,755)
12815
12816 %files latex-variations
12817 %defattr(644,root,root,755)
12818 %doc %{texmfdist}/doc/generic/variations
12819 %{texmfdist}/tex/generic/variations
12820
12821 %files latex-wasysym
12822 %defattr(644,root,root,755)
12823 %doc %{texmfdist}/doc/latex/wasysym
12824 %{texmfdist}/tex/latex/wasysym
12825 %{texmfdist}/source/latex/wasysym
12826
12827 %files latex-xcolor
12828 %defattr(644,root,root,755)
12829 %doc %{texmfdist}/doc/latex/xcolor
12830 %{texmfdist}/dvips/xcolor
12831 %{texmfdist}/source/latex/xcolor
12832
12833 # %files format-latex
12834 # %defattr(644,root,root,755)
12835 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
12836
12837 %files format-pdflatex
12838 %defattr(644,root,root,755)
12839 #%{texmf}/pdftex/latex/config
12840 # %dir %{texmf}/pdftex/latex
12841 %attr(755,root,root) %{_bindir}/pdflatex
12842 %{_mandir}/man1/pdflatex.1*
12843 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
12844
12845 # %files platex
12846 # %defattr(644,root,root,755)
12847 # %doc %{texmf}/doc/latex/platex
12848 # %dir %{texmf}/tex/platex
12849 # %{texmf}/tex/platex/config
12850 # %{texmf}/tex/latex/platex
12851
12852 # %files format-platex
12853 # %defattr(644,root,root,755)
12854 # %attr(755,root,root) %{_bindir}/platex
12855 #%attr(755,root,root) %{_bindir}/platex-pl
12856 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
12857 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
12858
12859 # %files format-pdfplatex
12860 # %defattr(644,root,root,755)
12861 #%dir %{texmf}/pdftex/platex
12862 #%{texmf}/pdftex/platex/config
12863 # %attr(755,root,root) %{_bindir}/pdfplatex
12864 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
12865
12866 %files tex-babel
12867 %defattr(644,root,root,755)
12868 %{texmfdist}/source/generic/babel
12869 %doc %{texmfdist}/doc/generic/babel
12870 %{texmfdist}/tex/generic/babel
12871
12872 %files tex-german
12873 %defattr(644,root,root,755)
12874 %doc %{texmfdist}/doc/generic/german
12875 %{texmfdist}/tex/generic/german
12876 %{texmfdist}/source/generic/german
12877
12878 %files tex-mfpic
12879 %defattr(644,root,root,755)
12880 %doc %{texmfdist}/doc/generic/mfpic
12881 %{texmfdist}/tex/generic/mfpic
12882 %{texmfdist}/source/generic/mfpic
12883
12884 %files tex-midnight
12885 %defattr(644,root,root,755)
12886 %doc %{texmfdist}/doc/generic/midnight
12887 %{texmfdist}/tex/generic/midnight
12888
12889 %files tex-misc
12890 %defattr(644,root,root,755)
12891 %{texmfdist}/source/generic/tap
12892 %doc %{texmfdist}/doc/latex/localloc
12893 %doc %{texmfdist}/doc/generic/multido
12894 %doc %{texmfdist}/doc/generic/tap
12895 %doc %{texmfdist}/doc/generic/vrb
12896
12897 %{texmfdist}/tex/generic/eijkhout
12898 %{texmfdist}/tex/generic/multido
12899 %{texmfdist}/tex/generic/misc
12900 %{texmfdist}/tex/generic/vrb
12901
12902 %files tex-pictex
12903 %defattr(644,root,root,755)
12904 %doc %{texmfdist}/doc/generic/pictex
12905 %{texmfdist}/tex/generic/pictex
12906
12907 %files tex-psizzl
12908 %defattr(644,root,root,755)
12909 %{texmfdist}/doc/psizzl
12910 %{texmfdist}/source/psizzl
12911 %{texmfdist}/tex/psizzl
12912
12913 %files tex-pstricks
12914 %defattr(644,root,root,755)
12915 %doc %{texmfdist}/doc/generic/pstricks
12916 %doc %{texmfdist}/doc/generic/pstricks-add
12917 %{texmfdist}/dvips/pstricks
12918 %{texmfdist}/tex/generic/pstricks
12919 %{texmfdist}/tex/latex/pstricks-add
12920 %{texmfdist}/source/generic/pstricks-add
12921 %{texmfdist}/tex/generic/pstricks-add
12922
12923 # %files tex-qpx
12924 # %defattr(644,root,root,755)
12925 # %doc %{texmf}/doc/fonts/polish/qpx
12926 # %{texmf}/tex/generic/qpx
12927
12928 %files tex-qpxqtx
12929 %defattr(644,root,root,755)
12930 %doc %{texmfdist}/doc/fonts/qpxqtx
12931 %{texmfdist}/fonts/tfm/public/qpxqtx
12932 %{texmfdist}/fonts/vf/public/qpxqtx
12933 %{texmfdist}/tex/generic/qpxqtx
12934
12935 %files tex-ruhyphen
12936 %defattr(644,root,root,755)
12937 %{texmfdist}/tex/generic/ruhyphen
12938 %{texmfdist}/source/generic/ruhyphen
12939
12940 %files tex-huhyphen
12941 %defattr(644,root,root,755)
12942 %doc %{texmf}/doc/generic/huhyphen
12943
12944 %files tex-spanish
12945 %defattr(644,root,root,755)
12946 %doc %{texmfdist}/doc/latex/spanish-mx
12947 %dir %{texmfdist}/source/latex/mapcodes
12948 %dir %{texmfdist}/source/latex/polyglot
12949 %dir %{texmfdist}/source/latex/polyglot/langs
12950 %dir %{texmfdist}/tex/latex/babelbib
12951 %dir %{texmfdist}/tex/latex/dvdcoll/dcl
12952 %dir %{texmfdist}/tex/texsis
12953 %dir %{texmfdist}/tex/texsis/base
12954 %{texmfdist}/source/generic/babel/spanish.ins
12955 %{texmfdist}/source/generic/babel/spanish.dtx
12956 %{texmfdist}/source/latex/polyglot/langs/spanish.ld
12957 %{texmfdist}/source/latex/polyglot/langs/spanish.ot1
12958 %{texmfdist}/source/latex/mapcodes/spanish.map
12959 %{texmfdist}/source/latex/mapcodes/spanish.dtx
12960 %{texmfdist}/tex/texsis/base/Spanish.txs
12961 %{texmfdist}/tex/generic/babel/spanish.sty
12962 %{texmfdist}/tex/generic/babel/spanish.ldf
12963 %{texmfdist}/tex/latex/spanish-mx
12964 %{texmfdist}/tex/latex/custom-bib/spanish.mbs
12965 %{texmfdist}/tex/latex/babelbib/spanish.bdf
12966 %{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
12967
12968 %files tex-texdraw
12969 %defattr(644,root,root,755)
12970 %doc %{texmfdist}/doc/texdraw
12971 %{texmfdist}/tex/generic/texdraw
12972
12973 %files tex-thumbpdf
12974 %defattr(644,root,root,755)
12975 %doc %{texmfdist}/doc/generic/thumbpdf
12976 %attr(755,root,root) %{_bindir}/thumbpdf
12977 %{texmfdist}/tex/generic/thumbpdf
12978 %{texmfdist}/scripts/thumbpdf
12979 %{_mandir}/man1/thumbpdf.1*
12980
12981 %files tex-ukrhyph
12982 %defattr(644,root,root,755)
12983 %doc %{texmfdist}/doc/generic/ukrhyph
12984 %{texmfdist}/tex/generic/ukrhyph
12985
12986 %files latex-vietnam
12987 %defattr(644,root,root,755)
12988 %doc %{texmfdist}/doc/generic/vntex
12989 %{texmfdist}/tex/latex/vntex
12990
12991 %files tex-xypic
12992 %defattr(644,root,root,755)
12993 %doc %{texmfdist}/doc/generic/xypic
12994 %{texmfdist}/tex/generic/xypic
12995
12996 %files tex-xkeyval
12997 %defattr(644,root,root,755)
12998 %doc %{texmfdist}/doc/latex/xkeyval
12999 %{texmfdist}/source/latex/xkeyval
13000 %{texmfdist}/tex/generic/xkeyval
13001 %{texmfdist}/tex/latex/xkeyval
13002
13003 %files fonts-adobe
13004 %defattr(644,root,root,755)
13005 %{texmfdist}/fonts/type1/adobe
13006 %{texmfdist}/fonts/afm/adobe
13007 %{texmfdist}/fonts/tfm/adobe
13008 %{texmfdist}/fonts/vf/adobe
13009
13010 %files fonts-ae
13011 %defattr(644,root,root,755)
13012 %doc %{texmfdist}/doc/fonts/ae
13013 %{texmfdist}/fonts/tfm/public/ae
13014 %{texmfdist}/fonts/vf/public/ae
13015 %{texmfdist}/source/fonts/ae
13016
13017 %files fonts-ams
13018 %defattr(644,root,root,755)
13019 %{texmfdist}/bibtex/bst/ams
13020 %{texmfdist}/bibtex/bib/ams
13021 %{texmfdist}/dvips/ams
13022 %{texmfdist}/fonts/source/public/ams
13023 %{texmfdist}/fonts/type1/bluesky/ams
13024 %{texmfdist}/fonts/afm/bluesky/ams
13025 %{texmfdist}/fonts/tfm/public/ams
13026 %{texmfdist}/fonts/map/dvips/ams
13027
13028 %files fonts-antp
13029 %defattr(644,root,root,755)
13030 %doc %{texmfdist}/doc/fonts/antp
13031 %{texmfdist}/fonts/enc/dvips/antp
13032 %{texmfdist}/fonts/map/dvips/antp
13033 %{texmfdist}/fonts/afm/public/antp
13034 %{texmfdist}/fonts/tfm/public/antp
13035 %{texmfdist}/dvips/antp
13036
13037 %files fonts-antt
13038 %defattr(644,root,root,755)
13039 %doc %{texmfdist}/doc/fonts/antt
13040 %{texmfdist}/fonts/afm/public/antt
13041 %{texmfdist}/fonts/opentype/public/antt
13042 %{texmfdist}/fonts/enc/dvips/antt
13043 %{texmfdist}/fonts/tfm/public/antt
13044 %{texmfdist}/fonts/map/dvips/antt
13045 %{texmfdist}/tex/plain/antt
13046 %{texmfdist}/tex/latex/antt
13047
13048 %files fonts-arphic
13049 %defattr(644,root,root,755)
13050 %doc %{texmfdist}/doc/fonts/arphic
13051 %{texmfdist}/fonts/afm/arphic
13052 %{texmfdist}/fonts/tfm/arphic
13053 %{texmfdist}/fonts/vf/arphic
13054
13055 %files fonts-bbm
13056 %defattr(644,root,root,755)
13057 %doc %{texmfdist}/doc/fonts/bbm
13058 %{texmfdist}/fonts/source/public/bbm
13059 %{texmfdist}/fonts/tfm/public/bbm
13060 %{texmfdist}/source/latex/bbm
13061 %{texmfdist}/tex/latex/bbm
13062
13063 %files fonts-bbold
13064 %defattr(644,root,root,755)
13065 %{texmfdist}/fonts/source/public/bbold
13066 %{texmfdist}/fonts/tfm/public/bbold
13067
13068 # %files fonts-bh
13069 # %defattr(644,root,root,755)
13070 # %doc %{texmf}/doc/fonts/bh
13071 # %{texmf}/fonts/tfm/bh
13072 # %{texmf}/fonts/vf/bh
13073
13074 %files fonts-bitstream
13075 %defattr(644,root,root,755)
13076 %{texmfdist}/fonts/afm/bitstrea
13077 %{texmfdist}/fonts/tfm/bitstrea
13078 %{texmfdist}/fonts/vf/bitstrea
13079
13080 #%files fonts-cbgreek
13081 #%defattr(644,root,root,755)
13082
13083 %files fonts-cc-pl
13084 %defattr(644,root,root,755)
13085 %{texmfdist}/fonts/source/public/cc-pl
13086 %{texmfdist}/fonts/enc/dvips/cc-pl
13087 %{texmfdist}/fonts/tfm/public/cc-pl
13088 %{texmfdist}/fonts/map/dvips/cc-pl
13089
13090 %files fonts-cg
13091 %defattr(644,root,root,755)
13092 %{texmfdist}/fonts/tfm/cg
13093 %{texmfdist}/fonts/vf/cg
13094
13095 %files fonts-cm
13096 %defattr(644,root,root,755)
13097 %doc %{texmfdist}/doc/fonts/cm
13098 %dir %{texmfdist}/doc/fonts
13099 %dir %{texmfdist}/dvips
13100 %dir %{texmfdist}/fonts/afm/bluesky
13101 %dir %{texmfdist}/fonts/map/dvips
13102 %dir %{texmfdist}/fonts/pk/ljfour/public
13103 %{texmfdist}/dvips/cm
13104 %{texmfdist}/fonts/source/public/cm
13105 %{texmfdist}/fonts/afm/bluesky/cm
13106 %{texmfdist}/fonts/tfm/public/cm
13107 %{texmfdist}/fonts/pk/ljfour/public/cm
13108 %{texmfdist}/fonts/map/dvips/cm
13109
13110 %files fonts-cmbright
13111 %defattr(644,root,root,755)
13112 %doc %{texmfdist}/doc/latex/cmbright
13113 %{texmfdist}/fonts/source/public/cmbright
13114 %{texmfdist}/fonts/tfm/public/cmbright
13115 %{texmfdist}/source/latex/cmbright
13116 %{texmfdist}/tex/latex/cmbright
13117
13118 %files fonts-cmcyr
13119 %defattr(644,root,root,755)
13120 %doc %{texmfdist}/doc/fonts/cmcyr
13121 %{texmfdist}/fonts/source/public/cmcyr
13122 %{texmfdist}/fonts/type1/public/cmcyr
13123 %{texmfdist}/fonts/tfm/public/cmcyr
13124 %{texmfdist}/fonts/vf/public/cmcyr
13125 %{texmfdist}/fonts/map/dvips/cmcyr
13126
13127 %files fonts-cmextra
13128 %defattr(644,root,root,755)
13129 %{texmfdist}/fonts/source/public/cmextra
13130 %{texmfdist}/fonts/tfm/public/cmextra
13131
13132 %files fonts-cmsuper
13133 %defattr(644,root,root,755)
13134 %doc %{texmfdist}/doc/fonts/cm-super
13135 %{texmfdist}/fonts/afm/public/cm-super
13136 %{texmfdist}/fonts/enc/dvips/cm-super
13137 %{texmfdist}/fonts/map/dvips/cm-super
13138 %{texmfdist}/fonts/map/vtex/cm-super
13139 %{texmfdist}/fonts/type1/public/cm-super
13140
13141 %files fonts-concmath
13142 %defattr(644,root,root,755)
13143 %doc %{texmfdist}/doc/fonts/concmath
13144 %doc %{texmfdist}/doc/latex/concmath
13145 %{texmfdist}/fonts/source/public/concmath
13146 %{texmfdist}/fonts/tfm/public/concmath
13147 %{texmfdist}/source/latex/concmath
13148 %{texmfdist}/tex/latex/concmath
13149
13150 %files fonts-concrete
13151 %defattr(644,root,root,755)
13152 %doc %{texmfdist}/doc/fonts/concrete
13153 %{texmfdist}/fonts/source/public/concrete
13154 %{texmfdist}/fonts/tfm/public/concrete
13155
13156 %files fonts-cs
13157 %defattr(644,root,root,755)
13158 %{texmfdist}/dvips/cs
13159 %{texmfdist}/fonts/source/public/cs
13160 %{texmfdist}/fonts/enc/dvips/cs
13161 %{texmfdist}/fonts/tfm/public/cs
13162 %{texmfdist}/fonts/map/dvips/cs
13163
13164 #%files fonts-dstroke
13165 #%defattr(644,root,root,755)
13166
13167 %files fonts-ecc
13168 %defattr(644,root,root,755)
13169 %doc %{texmfdist}/doc/fonts/ecc
13170 %{texmfdist}/fonts/source/public/ecc
13171 %{texmfdist}/fonts/tfm/public/ecc
13172
13173 %files fonts-eurosym
13174 %defattr(644,root,root,755)
13175 %doc %{texmfdist}/doc/fonts/eurosym
13176 %{texmfdist}/fonts/source/public/eurosym
13177 %{texmfdist}/fonts/tfm/public/eurosym
13178 %{texmfdist}/fonts/map/dvips/eurosym
13179 %{texmfdist}/source/fonts/eurosym
13180 %{texmfdist}/tex/latex/eurosym
13181
13182 %files fonts-eulervm
13183 %defattr(644,root,root,755)
13184 %doc %{texmfdist}/doc/latex/eulervm
13185 %{texmfdist}/fonts/tfm/public/eulervm
13186 %{texmfdist}/fonts/vf/public/eulervm
13187 %{texmfdist}/source/latex/eulervm
13188 %{texmfdist}/tex/latex/eulervm
13189
13190 %files fonts-euxm
13191 %defattr(644,root,root,755)
13192 %{texmfdist}/fonts/source/public/euxm
13193 %{texmfdist}/fonts/tfm/public/euxm
13194
13195 %files fonts-gothic
13196 %defattr(644,root,root,755)
13197 %{texmfdist}/doc/fonts/gothic
13198 %{texmfdist}/dvips/gothic
13199 %{texmfdist}/fonts/source/public/gothic
13200 %{texmfdist}/fonts/type1/public/gothic
13201 %{texmfdist}/fonts/afm/public/gothic
13202 %{texmfdist}/fonts/tfm/public/gothic
13203 %{texmfdist}/fonts/vf/public/gothic
13204 %{texmfdist}/fonts/map/dvips/gothic
13205
13206 %files fonts-hoekwater
13207 %defattr(644,root,root,755)
13208 %{texmfdist}/fonts/afm/hoekwater
13209 %{texmfdist}/fonts/tfm/hoekwater
13210 %{texmfdist}/fonts/truetype/hoekwater
13211
13212 %files fonts-jknappen
13213 %defattr(644,root,root,755)
13214 %{texmfdist}/fonts/source/jknappen
13215 %{texmfdist}/fonts/tfm/jknappen
13216
13217 %files fonts-kpfonts
13218 %defattr(644,root,root,755)
13219 %dir %{texmfdist}/doc/fonts
13220 %doc %{texmfdist}/doc/fonts/kpfonts
13221 %{texmfdist}/fonts/afm/public/kpfonts
13222 %{texmfdist}/fonts/map/public/kpfonts
13223 %{texmfdist}/fonts/source/public/kpfonts
13224 %{texmfdist}/fonts/tfm/public/kpfonts
13225 %{texmfdist}/fonts/type1/public/kpfonts
13226 %{texmfdist}/fonts/vf/public/kpfonts
13227 %{texmfdist}/tex/latex/kpfonts
13228
13229 %files fonts-latex
13230 %defattr(644,root,root,755)
13231 %doc %{texmfdist}/doc/latex/esint
13232 %dir %{texmfdist}/fonts/source/public/latex-fonts
13233 %dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
13234 %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
13235 %dir %{texmfdist}/fonts/tfm/public/latex-fonts
13236 %dir %{texmfdist}/fonts/map/dvips/latex-fonts
13237 %{texmfdist}/fonts/source/public/esint
13238 %{texmfdist}/fonts/tfm/public/esint
13239 %{texmfdist}/source/latex/esint
13240 %{texmfdist}/tex/latex/esint
13241 %{texmfdist}/fonts/source/public/latex-fonts/*
13242 %{texmfdist}/fonts/type1/bluesky/latex-fonts/*
13243 %{texmfdist}/fonts/afm/bluesky/latex-fonts/*
13244 %{texmfdist}/fonts/tfm/public/latex-fonts/*
13245 %{texmfdist}/fonts/map/dvips/latex-fonts/*
13246
13247 %files fonts-lh
13248 %defattr(644,root,root,755)
13249 %doc %{texmfdist}/doc/fonts/lh
13250 %{texmfdist}/fonts/source/lh
13251 %{texmfdist}/metapost/support/charlib/LH
13252 %{texmfdist}/source/fonts/lh
13253 %{texmfdist}/source/latex/lh
13254
13255 %files fonts-lm
13256 %defattr(644,root,root,755)
13257 %doc %{texmfdist}/doc/fonts/lm
13258 %{texmfdist}/fonts/type1/public/lm
13259 %{texmfdist}/fonts/afm/public/lm
13260 %{texmfdist}/fonts/opentype/public/lm
13261 %{texmfdist}/fonts/enc/dvips/lm
13262 %{texmfdist}/fonts/tfm/public/lm
13263 %{texmfdist}/fonts/map/dvips/lm
13264 %{texmfdist}/fonts/map/dvipdfm/lm
13265 %{texmfdist}/source/fonts/lm
13266 %{texmfdist}/tex/latex/lm
13267
13268 %files fonts-marvosym
13269 %defattr(644,root,root,755)
13270 %doc %{texmfdist}/doc/latex/marvosym
13271 %dir %{texmfdist}/source/fonts/eurofont
13272 %dir %{texmfdist}/source/fonts/eurofont/marvosym
13273 %dir %{texmfdist}/tex/latex
13274 %{texmfdist}/fonts/type1/public/marvosym
13275 %{texmfdist}/fonts/afm/public/marvosym
13276 %{texmfdist}/fonts/tfm/public/marvosym
13277 %{texmfdist}/fonts/map/dvips/marvosym
13278 %{texmfdist}/source/fonts/eurofont/marvosym/*
13279 %{texmfdist}/tex/latex/marvosym
13280
13281 %files fonts-mflogo
13282 %defattr(644,root,root,755)
13283 %doc %{texmfdist}/doc/latex/mflogo
13284 %{texmfdist}/fonts/source/public/mflogo
13285 %{texmfdist}/fonts/type1/hoekwater/mflogo
13286 %{texmfdist}/fonts/afm/hoekwater/mflogo
13287 %{texmfdist}/fonts/tfm/public/mflogo
13288 %{texmfdist}/fonts/map/dvips/mflogo
13289 %{texmfdist}/source/latex/mflogo
13290 %{texmfdist}/tex/latex/mflogo
13291
13292 %files fonts-misc
13293 %defattr(644,root,root,755)
13294 %doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
13295 %{texmfdist}/fonts/source/public/misc
13296 %{texmfdist}/fonts/tfm/public/misc
13297 %{texmfdist}/fonts/misc
13298
13299 %files fonts-monotype
13300 %defattr(644,root,root,755)
13301 %{texmfdist}/fonts/tfm/monotype
13302 %{texmfdist}/fonts/vf/monotype
13303
13304 %files fonts-other
13305 %defattr(644,root,root,755)
13306 %{texmf}/fonts/sfd
13307 %doc %{texmfdist}/doc/fonts/yi4latex
13308 %{texmfdist}/fonts/afm/itc
13309 %{texmf}/fonts/map/glyphlist
13310 %{texmfdist}/fonts/map/glyphlist
13311 %{texmfdist}/fonts/source/public/knuthotherfonts
13312 %{texmfdist}/fonts/source/public/yi4latex
13313 %{texmfdist}/fonts/tfm/public/yi4latex
13314
13315 %{texmfdist}/fonts/tfm/public/pslatex
13316 %{texmfdist}/fonts/map/dvips/pslatex
13317 %{texmfdist}/fonts/vf/public/pslatex
13318
13319 %doc %{texmfdist}/doc/fonts/allrunes
13320 %{texmfdist}/fonts/source/public/allrunes
13321 %{texmfdist}/fonts/tfm/public/allrunes
13322 %{texmfdist}/fonts/type1/public/allrunes
13323 %{texmfdist}/source/fonts/allrunes
13324
13325 %doc %{texmfdist}/doc/fonts/antiqua
13326 %{texmfdist}/fonts/map/dvips/antiqua
13327
13328 %{texmfdist}/fonts/source/public/apl
13329 %{texmfdist}/fonts/tfm/public/apl
13330 %{texmfdist}/source/fonts/apl
13331
13332 %{texmfdist}/fonts/afm/arabi
13333 %{texmfdist}/fonts/tfm/arabi
13334 %{texmfdist}/fonts/type1/arabi
13335 %{texmfdist}/fonts/enc/dvips/arabi
13336 %{texmfdist}/fonts/map/dvips/arabi
13337
13338 %{texmfdist}/fonts/map/dvips/arabtex
13339 %{texmfdist}/fonts/source/public/arabtex
13340 %{texmfdist}/fonts/tfm/public/arabtex
13341 %{texmfdist}/fonts/type1/public/arabtex
13342
13343 %doc %{texmfdist}/doc/fonts/archaic
13344 %{texmfdist}/fonts/afm/public/archaic
13345 %{texmfdist}/fonts/map/dvips/archaic
13346 %{texmfdist}/fonts/source/public/archaic
13347 %{texmfdist}/fonts/tfm/public/archaic
13348 %{texmfdist}/fonts/type1/public/archaic
13349 %{texmfdist}/source/fonts/archaic
13350
13351 %doc %{texmfdist}/doc/fonts/arev
13352 %{texmfdist}/fonts/afm/public/arev
13353 %{texmfdist}/fonts/enc/dvips/arev
13354 %{texmfdist}/fonts/map/dvips/arev
13355 %{texmfdist}/fonts/tfm/public/arev
13356 %{texmfdist}/fonts/type1/public/arev
13357 %{texmfdist}/fonts/vf/public/arev
13358 %{texmfdist}/source/fonts/arev
13359
13360 %{texmfdist}/fonts/tfm/vntex/arevvn
13361 %{texmfdist}/fonts/type1/vntex/arevvn
13362
13363 %{texmfdist}/fonts/source/public/ar
13364 %{texmfdist}/fonts/tfm/public/ar
13365
13366 %doc %{texmfdist}/doc/fonts/armenian
13367 %{texmfdist}/fonts/source/public/armenian
13368 %{texmfdist}/fonts/tfm/public/armenian
13369
13370 %{texmfdist}/fonts/map/dvips/arphic
13371
13372 %doc %{texmfdist}/doc/fonts/malayalam
13373 %doc %{texmfdist}/doc/fonts/Asana-Math
13374 %{texmfdist}/fonts/opentype/public/Asana-Math
13375
13376 %doc %{texmfdist}/doc/fonts/ascii
13377 %{texmfdist}/fonts/map/dvips/ascii
13378 %{texmfdist}/fonts/tfm/public/ascii
13379 %{texmfdist}/fonts/type1/public/ascii
13380
13381 %doc %{texmfdist}/doc/fonts/astro
13382 %{texmfdist}/fonts/source/public/astro
13383 %{texmfdist}/fonts/tfm/public/astro
13384
13385 %{texmfdist}/fonts/afm/public/augie
13386 %{texmfdist}/fonts/map/dvips/augie
13387 %{texmfdist}/fonts/tfm/public/augie
13388 %{texmfdist}/fonts/type1/public/augie
13389 %{texmfdist}/fonts/vf/public/augie
13390
13391 %doc %{texmfdist}/doc/fonts/auncial-new
13392 %{texmfdist}/fonts/afm/public/auncial-new
13393 %{texmfdist}/fonts/map/dvips/auncial-new
13394 %{texmfdist}/fonts/tfm/public/auncial-new
13395 %{texmfdist}/fonts/type1/public/auncial-new
13396 %{texmfdist}/source/fonts/auncial-new
13397
13398 %{texmfdist}/fonts/afm/public/aurical
13399 %{texmfdist}/fonts/map/dvips/aurical
13400 %{texmfdist}/fonts/source/public/aurical
13401 %{texmfdist}/fonts/tfm/public/aurical
13402 %{texmfdist}/fonts/type1/public/aurical
13403
13404 %{texmfdist}/fonts/map/dvips/avantgar
13405
13406 %{texmfdist}/fonts/source/public/bangtex
13407 %{texmfdist}/fonts/tfm/public/bangtex
13408
13409 %{texmfdist}/fonts/source/public/barcodes
13410 %{texmfdist}/fonts/tfm/public/barcodes
13411
13412 %{texmfdist}/fonts/source/public/bayer
13413 %{texmfdist}/fonts/tfm/public/bayer
13414
13415 %{texmfdist}/fonts/source/public/bbding
13416 %{texmfdist}/fonts/tfm/public/bbding
13417
13418 %{texmfdist}/fonts/truetype/public
13419
13420 %{texmfdist}/fonts/source/public/bengali
13421 %{texmfdist}/fonts/tfm/public/bengali
13422
13423 %doc %{texmfdist}/doc/fonts/bera
13424 %{texmfdist}/fonts/afm/public/bera
13425 %{texmfdist}/fonts/map/dvips/bera
13426 %{texmfdist}/fonts/map/vtex/bera
13427 %{texmfdist}/fonts/tfm/public/bera
13428 %{texmfdist}/fonts/type1/public/bera
13429 %{texmfdist}/fonts/vf/public/bera
13430
13431 %doc %{texmfdist}/doc/fonts/blacklettert1
13432 %{texmfdist}/fonts/tfm/public/blacklettert1
13433 %{texmfdist}/fonts/vf/public/blacklettert1
13434 %{texmfdist}/source/fonts/blacklettert1
13435
13436 %doc %{texmfdist}/doc/fonts/boisik
13437 %{texmfdist}/fonts/source/public/boisik
13438
13439 %doc %{texmfdist}/doc/fonts/bookhands
13440 %{texmfdist}/fonts/source/public/bookhands
13441
13442 %{texmfdist}/fonts/map/dvips/bookman
13443
13444 %{texmfdist}/fonts/afm/public/brushscr
13445 %{texmfdist}/fonts/map/dvips/brushscr
13446 %{texmfdist}/fonts/tfm/public/brushscr
13447 %{texmfdist}/fonts/type1/public/brushscr
13448 %{texmfdist}/fonts/vf/public/brushscr
13449
13450 %doc %{texmfdist}/doc/fonts/burmese
13451 %{texmfdist}/fonts/map/dvips/burmese
13452 %{texmfdist}/fonts/tfm/public/burmese
13453 %{texmfdist}/fonts/type1/public/burmese
13454
13455 %doc %{texmfdist}/doc/fonts/cns
13456 %{texmfdist}/fonts/tfm/cns
13457
13458 %{texmfdist}/fonts/enc/dvips/c90enc
13459
13460 %{texmfdist}/fonts/source/public/calligra
13461 %{texmfdist}/fonts/tfm/public/calligra
13462
13463 %doc %{texmfdist}/doc/fonts/carolmin-ps
13464 %{texmfdist}/fonts/afm/public/carolmin-ps
13465 %{texmfdist}/fonts/map/dvips/carolmin-ps
13466 %{texmfdist}/fonts/type1/public/carolmin-ps
13467
13468 %{texmfdist}/fonts/source/public/casyl
13469 %{texmfdist}/fonts/tfm/public/casyl
13470
13471 %{texmfdist}/fonts/source/public/cbcoptic
13472 %{texmfdist}/fonts/tfm/public/cbcoptic
13473 %{texmfdist}/fonts/type1/public/cbcoptic
13474
13475 %doc %{texmfdist}/doc/fonts/cbfonts
13476 %{texmfdist}/fonts/enc/dvips/cbfonts
13477 %{texmfdist}/fonts/map/dvips/cbfonts
13478 %{texmfdist}/fonts/source/public/cbfonts
13479 %{texmfdist}/fonts/tfm/public/cbfonts
13480 %{texmfdist}/fonts/type1/public/cbfonts
13481
13482 %doc %{texmfdist}/doc/fonts/charter
13483 %{texmfdist}/fonts/afm/vntex/chartervn
13484 %{texmfdist}/fonts/tfm/vntex/chartervn
13485 %{texmfdist}/fonts/type1/vntex/chartervn
13486 %{texmfdist}/fonts/vf/vntex/chartervn
13487
13488 %{texmfdist}/fonts/source/public/cherokee
13489 %{texmfdist}/fonts/tfm/public/cherokee
13490
13491 %{texmfdist}/fonts/source/public/china2e
13492 %{texmfdist}/fonts/tfm/public/china2e
13493
13494 %{texmfdist}/fonts/source/public/circ
13495 %{texmfdist}/fonts/tfm/public/circ
13496
13497 %doc %{texmfdist}/doc/fonts/cirth
13498 %{texmfdist}/fonts/source/public/cirth
13499 %{texmfdist}/fonts/tfm/public/cirth
13500
13501 %doc %{texmfdist}/doc/fonts/cjhebrew
13502 %{texmfdist}/fonts/afm/public/cjhebrew
13503 %{texmfdist}/fonts/enc/dvips/cjhebrew
13504 %{texmfdist}/fonts/map/dvips/cjhebrew
13505 %{texmfdist}/fonts/tfm/public/cjhebrew
13506 %{texmfdist}/fonts/type1/public/cjhebrew
13507 %{texmfdist}/fonts/vf/public/cjhebrew
13508
13509 %{texmfdist}/fonts/source/public/clock
13510 %{texmfdist}/fonts/tfm/public/clock
13511
13512 %doc %{texmfdist}/doc/fonts/cmastro
13513 %{texmfdist}/fonts/source/public/cmastro
13514 %{texmfdist}/fonts/tfm/public/cmastro
13515
13516 %{texmfdist}/fonts/tfm/vntex/cmbrightvn
13517 %{texmfdist}/fonts/type1/vntex/cmbrightvn
13518
13519 %{texmfdist}/fonts/type1/public/cmex
13520
13521 %{texmfdist}/fonts/afm/public/cm-lgc
13522 %{texmfdist}/fonts/enc/dvips/cm-lgc
13523 %{texmfdist}/fonts/map/dvips/cm-lgc
13524 %{texmfdist}/fonts/ofm/public/cm-lgc
13525 %{texmfdist}/fonts/ovf/public/cm-lgc
13526 %{texmfdist}/fonts/tfm/public/cm-lgc
13527 %{texmfdist}/fonts/type1/public/cm-lgc
13528 %{texmfdist}/fonts/vf/public/cm-lgc
13529
13530
13531 %doc %{texmfdist}/doc/fonts/cmpica
13532 %{texmfdist}/fonts/source/public/cmpica
13533 %{texmfdist}/fonts/tfm/public/cmpica
13534
13535
13536 %{texmfdist}/fonts/tfm/vntex/comicsansvn
13537 %{texmfdist}/fonts/type1/vntex/comicsansvn
13538 %{texmfdist}/fonts/vf/vntex/comicsansvn
13539
13540 %{texmfdist}/fonts/tfm/vntex/concretevn
13541 %{texmfdist}/fonts/type1/vntex/concretevn
13542
13543 %{texmfdist}/fonts/afm/ibm
13544 %{texmfdist}/fonts/tfm/ibm
13545 %{texmfdist}/fonts/vf/ibm
13546 %{texmfdist}/fonts/map/dvips/courier
13547 %{texmfdist}/fonts/tfm/cspsfonts-adobe
13548 %{texmfdist}/fonts/vf/cspsfonts-adobe
13549
13550 %doc %{texmfdist}/doc/fonts/croatian
13551 %{texmfdist}/fonts/source/public/croatian
13552
13553 %{texmfdist}/fonts/afm/public/cryst
13554 %{texmfdist}/fonts/source/public/cryst
13555 %{texmfdist}/fonts/tfm/public/cryst
13556 %{texmfdist}/fonts/type1/public/cryst
13557
13558 %{texmfdist}/fonts/source/public/ctib
13559 %{texmfdist}/fonts/tfm/public/ctib
13560
13561 %doc %{texmfdist}/doc/fonts/cyklop
13562 %{texmfdist}/fonts/afm/public/cyklop
13563 %{texmfdist}/fonts/enc/dvips/cyklop
13564 %{texmfdist}/fonts/map/dvips/cyklop
13565 %{texmfdist}/fonts/opentype/public/cyklop
13566 %{texmfdist}/fonts/tfm/public/cyklop
13567 %{texmfdist}/fonts/type1/public/cyklop
13568
13569 %{texmfdist}/fonts/source/public/dancers
13570 %{texmfdist}/fonts/tfm/public/dancers
13571
13572 %doc %{texmfdist}/doc/fonts/dice
13573 %{texmfdist}/fonts/source/public/dice
13574 %{texmfdist}/fonts/tfm/public/dice
13575
13576 %doc %{texmfdist}/doc/fonts/dictsym
13577 %{texmfdist}/fonts/afm/public/dictsym
13578 %{texmfdist}/fonts/map/dvips/dictsym
13579 %{texmfdist}/fonts/map/vtex/dictsym
13580 %{texmfdist}/fonts/tfm/public/dictsym
13581 %{texmfdist}/fonts/type1/public/dictsym
13582
13583 %doc %{texmfdist}/doc/fonts/dingbat
13584 %{texmfdist}/fonts/tfm/public/dingbat
13585 %{texmfdist}/source/fonts/dingbat
13586
13587 %doc %{texmfdist}/doc/fonts/doublestroke
13588 %{texmfdist}/fonts/map/dvips/doublestroke
13589 %{texmfdist}/fonts/source/public/doublestroke
13590 %{texmfdist}/fonts/tfm/public/doublestroke
13591 %{texmfdist}/fonts/type1/public/doublestroke
13592
13593 %doc %{texmfdist}/doc/fonts/duerer
13594 %{texmfdist}/fonts/source/public/duerer
13595 %{texmfdist}/fonts/tfm/public/duerer
13596
13597 %doc %{texmfdist}/doc/fonts/ean
13598 %{texmfdist}/fonts/source/public/ean
13599 %{texmfdist}/fonts/tfm/public/ean
13600
13601 %doc %{texmfdist}/doc/fonts/eco
13602 %{texmfdist}/fonts/tfm/public/eco
13603 %{texmfdist}/fonts/vf/public/eco
13604 %{texmfdist}/source/fonts/eco
13605
13606 %doc %{texmfdist}/doc/fonts/eiad
13607 %{texmfdist}/fonts/source/public/eiad
13608 %{texmfdist}/fonts/tfm/public/eiad
13609
13610 %doc %{texmfdist}/doc/fonts/elvish
13611 %{texmfdist}/fonts/source/public/elvish
13612 %{texmfdist}/fonts/tfm/public/elvish
13613
13614 %doc %{texmfdist}/doc/fonts/epigrafica
13615 %{texmfdist}/fonts/afm/public/epigrafica
13616 %{texmfdist}/fonts/enc/dvips/epigrafica
13617 %{texmfdist}/fonts/map/dvips/epigrafica
13618 %{texmfdist}/fonts/tfm/public/epigrafica
13619 %{texmfdist}/fonts/type1/public/epigrafica
13620 %{texmfdist}/fonts/vf/public/epigrafica
13621
13622 %{texmfdist}/fonts/map/dvips/epiolmec
13623 %{texmfdist}/fonts/tfm/public/epiolmec
13624 %{texmfdist}/fonts/type1/public/epiolmec
13625
13626 %doc %{texmfdist}/doc/fonts/esint-type1
13627 %{texmfdist}/fonts/map/dvips/esint-type1
13628 %{texmfdist}/fonts/type1/public/esint-type1
13629
13630 %{texmfdist}/fonts/ofm/public/ethiop
13631 %{texmfdist}/fonts/ovf/public/ethiop
13632 %{texmfdist}/fonts/ovp/public/ethiop
13633 %{texmfdist}/fonts/source/public/ethiop
13634 %{texmfdist}/fonts/tfm/public/ethiop
13635
13636 %{texmfdist}/fonts/map/dvips/ethiop-t1
13637 %{texmfdist}/fonts/type1/public/ethiop-t1
13638
13639 %doc %{texmfdist}/doc/fonts/euro-ce
13640 %{texmfdist}/fonts/source/public/euro-ce
13641 %{texmfdist}/fonts/tfm/public/euro-ce
13642
13643 %doc %{texmfdist}/doc/fonts/eurofont
13644 %{texmfdist}/fonts/map/dvips/eurofont
13645 %{texmfdist}/source/fonts/eurofont
13646
13647 %doc %{texmfdist}/doc/fonts/feyn
13648 %{texmfdist}/fonts/source/public/feyn
13649 %{texmfdist}/fonts/tfm/public/feyn
13650 %{texmfdist}/source/fonts/feyn
13651
13652 %doc %{texmfdist}/doc/fonts/fge
13653 %{texmfdist}/fonts/source/public/fge
13654 %{texmfdist}/fonts/tfm/public/fge
13655 %{texmfdist}/source/fonts/fge
13656
13657 %{texmfdist}/fonts/map/dvips/foekfont
13658 %{texmfdist}/fonts/tfm/public/foekfont
13659 %{texmfdist}/fonts/type1/public/foekfont
13660
13661 %doc %{texmfdist}/doc/fonts/fonetika
13662 %{texmfdist}/fonts/afm/public/fonetika
13663 %{texmfdist}/fonts/map/dvips/fonetika
13664 %{texmfdist}/fonts/tfm/public/fonetika
13665 %{texmfdist}/fonts/type1/public/fonetika
13666
13667 %doc %{texmfdist}/doc/fonts/fourier
13668 %{texmfdist}/fonts/afm/public/fourier
13669 %{texmfdist}/fonts/map/dvips/fourier
13670 %{texmfdist}/fonts/tfm/public/fourier
13671 %{texmfdist}/fonts/type1/public/fourier
13672 %{texmfdist}/fonts/vf/public/fourier
13673 %{texmfdist}/source/fonts/fourier
13674
13675 %doc %{texmfdist}/doc/fonts/fouriernc
13676 %{texmfdist}/fonts/afm/public/fouriernc
13677 %{texmfdist}/fonts/tfm/public/fouriernc
13678 %{texmfdist}/fonts/vf/public/fouriernc
13679
13680 %doc %{texmfdist}/doc/fonts/frcursive
13681 %{texmfdist}/fonts/source/public/frcursive
13682 %{texmfdist}/fonts/tfm/public/frcursive
13683 %{texmfdist}/source/fonts/frcursive
13684
13685 %doc %{texmfdist}/doc/fonts/futhark
13686 %{texmfdist}/fonts/source/public/futhark
13687 %{texmfdist}/fonts/tfm/public/futhark
13688
13689 %{texmfdist}/fonts/afm/public/garuda
13690 %{texmfdist}/fonts/map/dvips/garuda
13691 %{texmfdist}/fonts/tfm/public/garuda
13692 %{texmfdist}/fonts/type1/public/garuda
13693
13694 %doc %{texmfdist}/doc/fonts/genealogy
13695 %{texmfdist}/fonts/source/public/genealogy
13696 %{texmfdist}/fonts/tfm/public/genealogy
13697
13698 %doc %{texmfdist}/doc/fonts/gfsartemisia
13699 %{texmfdist}/fonts/afm/public/gfsartemisia
13700 %{texmfdist}/fonts/enc/dvips/gfsartemisia
13701 %{texmfdist}/fonts/map/dvips/gfsartemisia
13702 %{texmfdist}/fonts/opentype/public/gfsartemisia
13703 %{texmfdist}/fonts/tfm/public/gfsartemisia
13704 %{texmfdist}/fonts/type1/public/gfsartemisia
13705 %{texmfdist}/fonts/vf/public/gfsartemisia
13706
13707 %doc %{texmfdist}/doc/fonts/gfsbaskerville
13708 %{texmfdist}/fonts/afm/public/gfsbaskerville
13709 %{texmfdist}/fonts/enc/dvips/gfsbaskerville
13710 %{texmfdist}/fonts/map/dvips/gfsbaskerville
13711 %{texmfdist}/fonts/opentype/public/gfsbaskerville
13712 %{texmfdist}/fonts/tfm/public/gfsbaskerville
13713 %{texmfdist}/fonts/type1/public/gfsbaskerville
13714 %{texmfdist}/fonts/vf/public/gfsbaskerville
13715
13716 %doc %{texmfdist}/doc/fonts/gfsbodoni
13717 %{texmfdist}/fonts/afm/public/gfsbodoni
13718 %{texmfdist}/fonts/enc/dvips/gfsbodoni
13719 %{texmfdist}/fonts/map/dvips/gfsbodoni
13720 %{texmfdist}/fonts/opentype/public/gfsbodoni
13721 %{texmfdist}/fonts/tfm/public/gfsbodoni
13722 %{texmfdist}/fonts/type1/public/gfsbodoni
13723 %{texmfdist}/fonts/vf/public/gfsbodoni
13724
13725 %doc %{texmfdist}/doc/fonts/gfscomplutum
13726 %{texmfdist}/fonts/afm/public/gfscomplutum
13727 %{texmfdist}/fonts/enc/dvips/gfscomplutum
13728 %{texmfdist}/fonts/map/dvips/gfscomplutum
13729 %{texmfdist}/fonts/opentype/public/gfscomplutum
13730 %{texmfdist}/fonts/tfm/public/gfscomplutum
13731 %{texmfdist}/fonts/type1/public/gfscomplutum
13732 %{texmfdist}/fonts/vf/public/gfscomplutum
13733
13734 %doc %{texmfdist}/doc/fonts/gfsdidot
13735 %{texmfdist}/fonts/afm/public/gfsdidot
13736 %{texmfdist}/fonts/enc/dvips/gfsdidot
13737 %{texmfdist}/fonts/map/dvips/gfsdidot
13738 %{texmfdist}/fonts/opentype/public/gfsdidot
13739 %{texmfdist}/fonts/tfm/public/gfsdidot
13740 %{texmfdist}/fonts/type1/public/gfsdidot
13741 %{texmfdist}/fonts/vf/public/gfsdidot
13742
13743 %doc %{texmfdist}/doc/fonts/gfsneohellenic
13744 %{texmfdist}/fonts/afm/public/gfsneohellenic
13745 %{texmfdist}/fonts/enc/dvips/gfsneohellenic
13746 %{texmfdist}/fonts/map/dvips/gfsneohellenic
13747 %{texmfdist}/fonts/opentype/public/gfsneohellenic
13748 %{texmfdist}/fonts/tfm/public/gfsneohellenic
13749 %{texmfdist}/fonts/type1/public/gfsneohellenic
13750 %{texmfdist}/fonts/vf/public/gfsneohellenic
13751
13752 %doc %{texmfdist}/doc/fonts/gfsporson
13753 %{texmfdist}/fonts/afm/public/gfsporson
13754 %{texmfdist}/fonts/enc/dvips/gfsporson
13755 %{texmfdist}/fonts/map/dvips/gfsporson
13756 %{texmfdist}/fonts/opentype/public/gfsporson
13757 %{texmfdist}/fonts/tfm/public/gfsporson
13758 %{texmfdist}/fonts/type1/public/gfsporson
13759 %{texmfdist}/fonts/vf/public/gfsporson
13760
13761 %doc %{texmfdist}/doc/fonts/gfssolomos
13762 %{texmfdist}/fonts/afm/public/gfssolomos
13763 %{texmfdist}/fonts/enc/dvips/gfssolomos
13764 %{texmfdist}/fonts/map/dvips/gfssolomos
13765 %{texmfdist}/fonts/opentype/public/gfssolomos
13766 %{texmfdist}/fonts/tfm/public/gfssolomos
13767 %{texmfdist}/fonts/type1/public/gfssolomos
13768 %{texmfdist}/fonts/vf/public/gfssolomos
13769
13770
13771 %doc %{texmfdist}/doc/fonts/greenpoint
13772 %{texmfdist}/fonts/source/public/greenpoint
13773 %{texmfdist}/fonts/tfm/public/greenpoint
13774
13775 %{texmfdist}/fonts/afm/groff
13776 %{texmfdist}/fonts/enc/dvips/groff
13777 %{texmfdist}/fonts/map/dvips/groff
13778 %{texmfdist}/fonts/tfm/groff
13779 %{texmfdist}/fonts/type1/groff
13780
13781 %doc %{texmfdist}/doc/fonts/grotesq
13782 %{texmfdist}/fonts/map/dvips/grotesq
13783
13784 %{texmfdist}/fonts/afm/vntex/grotesqvn
13785 %{texmfdist}/fonts/tfm/vntex/grotesqvn
13786 %{texmfdist}/fonts/type1/vntex/grotesqvn
13787
13788 %{texmfdist}/fonts/afm/public/grverb
13789 %{texmfdist}/fonts/map/dvips/grverb
13790 %{texmfdist}/fonts/tfm/public/grverb
13791 %{texmfdist}/fonts/type1/public/grverb
13792 %{texmfdist}/fonts/vf/public/grverb
13793
13794 %{texmfdist}/fonts/source/public/hands
13795 %{texmfdist}/fonts/tfm/public/hands
13796
13797 %{texmfdist}/fonts/afm/jmn
13798 %{texmfdist}/fonts/tfm/jmn
13799 %{texmfdist}/fonts/type1/jmn
13800
13801 %{texmfdist}/fonts/map/dvips/helvetic
13802
13803 %doc %{texmfdist}/doc/fonts/hfbright
13804 %{texmfdist}/fonts/afm/public/hfbright
13805 %{texmfdist}/fonts/enc/dvips/hfbright
13806 %{texmfdist}/fonts/map/dvips/hfbright
13807 %{texmfdist}/fonts/type1/public/hfbright
13808 %{texmfdist}/source/fonts/hfbright
13809
13810 %doc %{texmfdist}/doc/fonts/hfoldsty
13811 %{texmfdist}/fonts/tfm/public/hfoldsty
13812 %{texmfdist}/fonts/vf/public/hfoldsty
13813 %{texmfdist}/source/fonts/hfoldsty
13814
13815 %doc %{texmfdist}/doc/fonts/ibygrk
13816 %{texmfdist}/tex/generic/ibygrk
13817 %{texmfdist}/fonts/afm/public/ibygrk
13818 %{texmfdist}/fonts/enc/dvips/ibygrk
13819 %{texmfdist}/fonts/map/dvips/ibygrk
13820 %{texmfdist}/fonts/source/public/ibygrk
13821 %{texmfdist}/fonts/tfm/public/ibygrk
13822 %{texmfdist}/fonts/type1/public/ibygrk
13823
13824 %doc %{texmfdist}/doc/fonts/ifsym
13825 %{texmfdist}/fonts/source/public/ifsym
13826 %{texmfdist}/fonts/tfm/public/ifsym
13827
13828 %doc %{texmfdist}/doc/fonts/initials
13829 %{texmfdist}/fonts/afm/public/initials
13830 %{texmfdist}/fonts/map/dvips/initials
13831 %{texmfdist}/fonts/tfm/public/initials
13832 %{texmfdist}/fonts/type1/public/initials
13833
13834 %doc %{texmfdist}/doc/fonts/itrans
13835 %{texmfdist}/fonts/afm/public/itrans
13836 %{texmfdist}/fonts/source/public/itrans
13837 %{texmfdist}/fonts/tfm/public/itrans
13838 %{texmfdist}/fonts/type1/public/itrans
13839
13840 %doc %{texmfdist}/doc/fonts/iwona
13841 %{texmfdist}/fonts/afm/public/iwona
13842 %{texmfdist}/fonts/enc/dvips/iwona
13843 %{texmfdist}/fonts/map/dvips/iwona
13844 %{texmfdist}/fonts/opentype/public/iwona
13845 %{texmfdist}/fonts/tfm/public/iwona
13846 %{texmfdist}/fonts/type1/public/iwona
13847
13848 %{texmfdist}/fonts/enc/dvips/jmn
13849 %{texmfdist}/fonts/map/dvips/jmn
13850
13851 %doc %{texmfdist}/doc/fonts/kdgreek
13852 %{texmfdist}/fonts/source/public/kdgreek
13853 %{texmfdist}/fonts/tfm/public/kdgreek
13854
13855 %{texmfdist}/fonts/afm/public/kerkis
13856 %{texmfdist}/fonts/enc/dvips/kerkis
13857 %{texmfdist}/fonts/map/dvips/kerkis
13858 %{texmfdist}/fonts/tfm/public/kerkis
13859 %{texmfdist}/fonts/type1/public/kerkis
13860 %{texmfdist}/fonts/vf/public/kerkis
13861
13862 %doc %{texmfdist}/doc/fonts/kixfont
13863 %{texmfdist}/fonts/source/public/kixfont
13864 %{texmfdist}/fonts/tfm/public/kixfont
13865
13866 %dir %{texmfdist}/fonts/map/public
13867 %doc %{texmfdist}/doc/fonts/kurier
13868 %{texmfdist}/fonts/afm/public/kurier
13869 %{texmfdist}/fonts/enc/dvips/kurier
13870 %{texmfdist}/fonts/map/dvips/kurier
13871 %{texmfdist}/fonts/opentype/public/kurier
13872 %{texmfdist}/fonts/tfm/public/kurier
13873 %{texmfdist}/fonts/type1/public/kurier
13874
13875 %doc %{texmfdist}/doc/fonts/levy
13876 %{texmfdist}/fonts/source/public/levy
13877
13878 %doc %{texmfdist}/doc/fonts/lfb
13879 %{texmfdist}/fonts/source/public/lfb
13880 %{texmfdist}/fonts/tfm/public/lfb
13881
13882 %doc %{texmfdist}/doc/fonts/libertine
13883 %{texmfdist}/fonts/afm/public/libertine
13884 %{texmfdist}/fonts/enc/dvips/libertine
13885 %{texmfdist}/fonts/map/dvips/libertine
13886 %{texmfdist}/fonts/tfm/public/libertine
13887 %{texmfdist}/fonts/type1/public/libertine
13888 %{texmfdist}/fonts/vf/public/libertine
13889
13890 %doc %{texmfdist}/doc/fonts/linearA
13891 %{texmfdist}/fonts/afm/public/linearA
13892 %{texmfdist}/fonts/map/dvips/linearA
13893 %{texmfdist}/fonts/tfm/public/linearA
13894 %{texmfdist}/fonts/type1/public/linearA
13895 %{texmfdist}/source/fonts/linearA
13896
13897 %{texmfdist}/fonts/source/public/logic
13898 %{texmfdist}/fonts/tfm/public/logic
13899
13900 %doc %{texmfdist}/doc/fonts/lxfonts
13901 %{texmfdist}/fonts/map/dvips/lxfonts
13902 %{texmfdist}/fonts/source/public/lxfonts
13903 %{texmfdist}/fonts/tfm/public/lxfonts
13904 %{texmfdist}/fonts/type1/public/lxfonts
13905
13906 %doc %{texmfdist}/doc/fonts/ly1
13907 %{texmfdist}/fonts/map/dvips/ly1
13908
13909 %{texmfdist}/fonts/source/public/malayalam
13910 %{texmfdist}/fonts/tfm/public/malayalam
13911
13912 %{texmfdist}/fonts/map/dvips/manfnt
13913
13914 %{texmfdist}/fonts/map/dvips/mathdesign
13915
13916 %{texmfdist}/fonts/tfm/public/mathpazo
13917 %{texmfdist}/fonts/vf/public/mathpazo
13918
13919 %{texmfdist}/fonts/afm/mathdesign
13920 %{texmfdist}/fonts/tfm/mathdesign
13921 %{texmfdist}/fonts/type1/mathdesign
13922 %{texmfdist}/fonts/vf/mathdesign
13923
13924 %{texmfdist}/fonts/enc/dvips/mnsymbol
13925 %{texmfdist}/fonts/map/dvips/mnsymbol
13926 %dir %{texmfdist}/fonts/map/vtex
13927 %{texmfdist}/fonts/map/vtex/mnsymbol
13928 %{texmfdist}/fonts/opentype/public/mnsymbol
13929 %{texmfdist}/fonts/source/public/mnsymbol
13930 %{texmfdist}/fonts/tfm/public/mnsymbol
13931 %{texmfdist}/fonts/type1/public/mnsymbol
13932
13933 %{texmfdist}/fonts/map/dvips/montex
13934 %{texmfdist}/fonts/source/public/montex
13935 %{texmfdist}/fonts/tfm/public/montex
13936 %{texmfdist}/fonts/type1/public/montex
13937
13938 %{texmfdist}/fonts/tfm/vntex/mscorevn
13939 %{texmfdist}/fonts/vf/vntex/mscorevn
13940
13941 %doc %{texmfdist}/doc/generic/musixtex
13942 %{texmfdist}/fonts/map/dvips/musixtex
13943 %{texmfdist}/fonts/source/public/musixtex
13944 %{texmfdist}/fonts/tfm/public/musixtex
13945 %{texmfdist}/fonts/type1/public/musixtex
13946
13947 %{texmfdist}/fonts/source/public/mxd
13948 %{texmfdist}/fonts/tfm/public/mxd
13949
13950 %{texmfdist}/fonts/source/public/mxedruli
13951 %{texmfdist}/fonts/tfm/public/mxedruli
13952
13953 %{texmfdist}/fonts/map/dvips/ncntrsbk
13954
13955 %doc %{texmfdist}/doc/fonts/nkarta
13956 %{texmfdist}/fonts/source/public/nkarta
13957 %{texmfdist}/fonts/tfm/public/nkarta
13958
13959 %{texmfdist}/fonts/afm/public/norasi
13960 %{texmfdist}/fonts/map/dvips/norasi
13961 %{texmfdist}/fonts/tfm/public/norasi
13962 %{texmfdist}/fonts/type1/public/norasi
13963
13964 %{texmfdist}/fonts/source/public/oca
13965
13966 %{texmfdist}/fonts/afm/public/ocherokee
13967 %{texmfdist}/fonts/map/dvips/ocherokee
13968 %{texmfdist}/fonts/ofm/public/ocherokee
13969 %{texmfdist}/fonts/ovf/public/ocherokee
13970 %{texmfdist}/fonts/ovp/public/ocherokee
13971 %{texmfdist}/fonts/tfm/public/ocherokee
13972 %{texmfdist}/fonts/type1/public/ocherokee
13973
13974 %{texmfdist}/fonts/source/public/ogham
13975 %{texmfdist}/fonts/tfm/public/ogham
13976
13977 %doc %{texmfdist}/doc/fonts/oinuit
13978 %{texmfdist}/fonts/map/dvips/oinuit
13979 %{texmfdist}/fonts/ofm/public/oinuit
13980 %{texmfdist}/fonts/ovf/public/oinuit
13981 %{texmfdist}/fonts/tfm/public/oinuit
13982 %{texmfdist}/fonts/type1/public/oinuit
13983
13984 %{texmfdist}/fonts/source/public/osmanian
13985
13986 %doc %{texmfdist}/doc/fonts/ot2cyr
13987 %{texmfdist}/fonts/map/dvips/ot2cyr
13988 %{texmfdist}/source/fonts/ot2cyr
13989
13990 %{texmfdist}/fonts/ofm/public/otibet
13991 %{texmfdist}/fonts/ovf/public/otibet
13992 %{texmfdist}/fonts/ovp/public/otibet
13993 %{texmfdist}/fonts/source/public/otibet
13994 %{texmfdist}/fonts/tfm/public/otibet
13995
13996 %doc %{texmfdist}/doc/fonts/pacioli
13997 %{texmfdist}/fonts/source/public/pacioli
13998 %{texmfdist}/fonts/tfm/public/pacioli
13999
14000 %{texmfdist}/fonts/map/dvips/palatino
14001
14002 %doc %{texmfdist}/doc/fonts/phaistos
14003 %{texmfdist}/fonts/afm/public/phaistos
14004 %{texmfdist}/fonts/map/dvips/phaistos
14005 %{texmfdist}/fonts/opentype/public/phaistos
14006 %{texmfdist}/fonts/tfm/public/phaistos
14007 %{texmfdist}/fonts/type1/public/phaistos
14008 %{texmfdist}/source/fonts/phaistos
14009
14010 %{texmfdist}/fonts/opentype/public/philokalia
14011
14012 %doc %{texmfdist}/doc/fonts/phonetic
14013 %{texmfdist}/fonts/source/public/phonetic
14014 %{texmfdist}/fonts/tfm/public/phonetic
14015 %{texmfdist}/source/fonts/phonetic
14016
14017 %{texmfdist}/source/fonts/malayalam
14018
14019 %{texmfdist}/fonts/source/public/punk
14020 %{texmfdist}/fonts/tfm/public/punk
14021
14022 %{texmfdist}/fonts/tfm/public/relenc
14023 %{texmfdist}/fonts/vf/public/relenc
14024
14025 %doc %{texmfdist}/doc/fonts/rsfs
14026 %{texmfdist}/fonts/map/dvips/rsfs
14027
14028 %{texmfdist}/fonts/map/dvips/sanskrit
14029 %{texmfdist}/fonts/source/public/sanskrit
14030 %{texmfdist}/fonts/tfm/public/sanskrit
14031 %{texmfdist}/fonts/type1/public/sanskrit
14032
14033 %{texmfdist}/fonts/source/public/sauter
14034
14035 %doc %{texmfdist}/doc/fonts/semaphor
14036 %{texmfdist}/fonts/afm/public/semaphor
14037 %{texmfdist}/fonts/enc/dvips/semaphor
14038 %{texmfdist}/fonts/map/dvips/semaphor
14039 %{texmfdist}/fonts/opentype/public/semaphor
14040 %{texmfdist}/fonts/source/public/semaphor
14041 %{texmfdist}/fonts/tfm/public/semaphor
14042 %{texmfdist}/fonts/type1/public/semaphor
14043
14044 %{texmfdist}/fonts/source/public/simpsons
14045
14046 %doc %{texmfdist}/doc/fonts/skaknew
14047 %{texmfdist}/fonts/afm/public/skaknew
14048 %{texmfdist}/fonts/map/dvips/skaknew
14049 %{texmfdist}/fonts/map/vtex/skaknew
14050 %{texmfdist}/fonts/tfm/public/skaknew
14051 %{texmfdist}/fonts/type1/public/skaknew
14052
14053 %{texmfdist}/fonts/source/public/skull
14054
14055 %{texmfdist}/fonts/source/public/soyombo
14056 %{texmfdist}/fonts/tfm/public/soyombo
14057
14058 %doc %{texmfdist}/doc/fonts/staves
14059 %{texmfdist}/fonts/map/dvips/staves
14060 %{texmfdist}/fonts/tfm/public/staves
14061 %{texmfdist}/fonts/type1/public/staves
14062
14063 %{texmfdist}/fonts/map/dvips/stmaryrd
14064 %{texmfdist}/fonts/source/public/stmaryrd
14065
14066 %{texmfdist}/fonts/map/dvips/symbol
14067
14068 %{texmfdist}/fonts/afm/public/tabvar
14069 %{texmfdist}/fonts/map/dvips/tabvar
14070 %{texmfdist}/fonts/tfm/public/tabvar
14071 %{texmfdist}/fonts/type1/public/tabvar
14072
14073
14074 %{texmfdist}/fonts/source/public/tapir
14075 %{texmfdist}/fonts/type1/public/tapir
14076
14077 %{texmfdist}/fonts/enc/dvips/tengwarscript
14078 %{texmfdist}/fonts/map/dvips/tengwarscript
14079 %{texmfdist}/fonts/tfm/public/tengwarscript
14080 %{texmfdist}/fonts/vf/public/tengwarscript
14081
14082 %{texmfdist}/doc/fonts/pclnfss
14083 %{texmfdist}/source/fonts/pclnfss
14084
14085 %doc %{texmfdist}/doc/fonts/tex-gyre
14086 %{texmfdist}/fonts/afm/public/tex-gyre
14087 %{texmfdist}/fonts/enc/dvips/tex-gyre
14088 %{texmfdist}/fonts/map/dvips/tex-gyre
14089 %{texmfdist}/fonts/opentype/public/tex-gyre
14090 %{texmfdist}/fonts/tfm/public/tex-gyre
14091 %{texmfdist}/fonts/type1/public/tex-gyre
14092
14093 %{texmfdist}/fonts/map/dvips/times
14094
14095
14096 %doc %{texmfdist}/doc/fonts/timing
14097 %{texmfdist}/fonts/source/public/timing
14098 %{texmfdist}/fonts/tfm/public/timing
14099
14100 %doc %{texmfdist}/doc/fonts/tipa
14101 %{texmfdist}/fonts/map/dvips/tipa
14102 %{texmfdist}/fonts/source/public/tipa
14103 %{texmfdist}/fonts/tfm/public/tipa
14104 %{texmfdist}/fonts/type1/public/tipa
14105
14106 %{texmfdist}/fonts/afm/public/trajan
14107 %{texmfdist}/fonts/map/dvips/trajan
14108 %{texmfdist}/fonts/tfm/public/trajan
14109 %{texmfdist}/fonts/type1/public/trajan
14110
14111
14112 %{texmfdist}/fonts/tfm/vntex/txttvn
14113 %{texmfdist}/fonts/type1/vntex/txttvn
14114
14115 %{texmfdist}/fonts/map/dvips/uhc
14116
14117 %doc %{texmfdist}/doc/fonts/umtypewriter
14118 %{texmfdist}/fonts/opentype/public/umtypewriter
14119
14120 %doc %{texmfdist}/doc/fonts/universa
14121 %{texmfdist}/fonts/source/public/universa
14122 %{texmfdist}/fonts/tfm/public/universa
14123 %{texmfdist}/source/fonts/universa
14124
14125 %{texmfdist}/fonts/afm/public/velthuis
14126 %{texmfdist}/fonts/map/dvips/velthuis
14127 %{texmfdist}/fonts/source/public/velthuis
14128 %{texmfdist}/fonts/tfm/public/velthuis
14129 %{texmfdist}/fonts/type1/public/velthuis
14130
14131 %{texmfdist}/fonts/enc/dvips/vntex
14132
14133 %{texmfdist}/fonts/afm/vntex/vntopia
14134 %{texmfdist}/fonts/tfm/vntex/vntopia
14135 %{texmfdist}/fonts/type1/vntex/vntopia
14136 %{texmfdist}/fonts/vf/vntex/vntopia
14137
14138 %{texmfdist}/fonts/map/dvips/wadalab
14139
14140 %doc %{texmfdist}/doc/fonts/wasy
14141 %{texmfdist}/fonts/afm/public/wasy
14142 %{texmfdist}/fonts/map/dvips/wasy
14143 %{texmfdist}/fonts/type1/public/wasy
14144
14145 %{texmfdist}/fonts/source/public/wnri
14146 %{texmfdist}/fonts/tfm/public/wnri
14147
14148 %{texmfdist}/fonts/source/public/wsuipa
14149 %{texmfdist}/fonts/tfm/public/wsuipa
14150
14151 %{texmfdist}/fonts/source/public/xbmc
14152 %{texmfdist}/fonts/tfm/public/xbmc
14153
14154 %doc %{texmfdist}/doc/fonts/xq
14155 %{texmfdist}/fonts/source/public/xq
14156 %{texmfdist}/fonts/tfm/public/xq
14157
14158 %{texmfdist}/fonts/source/public/yannisgr
14159
14160 %{texmfdist}/fonts/map/dvips/yhmath
14161 %{texmfdist}/fonts/source/public/yhmath
14162 %{texmfdist}/fonts/tfm/public/yhmath
14163 %{texmfdist}/fonts/type1/public/yhmath
14164 %{texmfdist}/fonts/vf/public/yhmath
14165
14166 %{texmfdist}/fonts/map/dvips/zapfchan
14167 %{texmfdist}/fonts/tfm/urw35vf
14168
14169 %{texmfdist}/fonts/map/dvips/zapfding
14170
14171 %{texmfdist}/dvips/zefonts
14172 %{texmfdist}/fonts/map/dvips/zefonts
14173 %{texmfdist}/fonts/tfm/public/zefonts
14174 %{texmfdist}/fonts/vf/public/zefonts
14175
14176
14177 %files fonts-omega
14178 %defattr(644,root,root,755)
14179 %doc %{texmfdist}/doc/omega
14180 %dir %{texmfdist}/omega
14181 %dir %{texmfdist}/omega/otp
14182 %dir %{texmfdist}/omega/ocp
14183 %{texmfdist}/dvips/omega
14184 %{texmfdist}/fonts/ofm/public/omega
14185 %{texmfdist}/fonts/type1/public/omega
14186 %{texmfdist}/fonts/afm/public/omega
14187 %{texmfdist}/fonts/ovp/public/omega
14188 %{texmfdist}/fonts/tfm/public/omega
14189 %{texmfdist}/fonts/ovf/public/omega
14190 %{texmfdist}/fonts/map/dvips/omega
14191 %{texmfdist}/omega/ocp/omega
14192 %{texmfdist}/omega/otp/omega
14193 %{texmfdist}/tex/plain/omega
14194
14195 #%files fonts-pazo
14196 #%defattr(644,root,root,755)
14197
14198 %files fonts-pl
14199 %defattr(644,root,root,755)
14200 %doc %{texmfdist}/doc/fonts/pl
14201 %dir %{texmf}/scripts/texlive
14202 %dir %{texmf}/scripts/texlive/tlmgrgui
14203 %dir %{texmf}/scripts/texlive/tlmgrgui/lang
14204 %{texmfdist}/dvips/pl
14205 %{texmfdist}/fonts/source/public/pl
14206 %{texmfdist}/fonts/type1/public/pl
14207 %{texmfdist}/fonts/afm/public/pl
14208 %{texmfdist}/fonts/enc/dvips/pl
14209 %{texmfdist}/fonts/tfm/public/pl
14210 %{texmfdist}/fonts/map/dvips/pl
14211 %{texmf}/scripts/texlive/tlmgrgui/lang/pl
14212
14213 %files fonts-px
14214 %defattr(644,root,root,755)
14215 %doc %{texmfdist}/doc/fonts/pxfonts
14216 # %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
14217 # %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
14218 %dir %{texmfdist}/fonts/map/dvips/pxfonts
14219 %dir %{texmfdist}/tex/latex/pxfonts
14220 %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
14221 %{texmfdist}/fonts/afm/public/pxfonts
14222 %{texmfdist}/fonts/tfm/public/pxfonts
14223 %{texmfdist}/fonts/type1/public/pxfonts
14224 %{texmfdist}/fonts/vf/public/pxfonts
14225 %{texmfdist}/tex/latex/pxfonts/pxfonts.sty
14226
14227 #%files fonts-qfonts
14228 #%defattr(644,root,root,755)
14229 # %doc %{texmf}/doc/fonts/polish/qfonts
14230 # %{texmf}/fonts/enc/dvips/qfonts
14231 # %{texmf}/fonts/map/dvips/qfonts
14232 # %{texmf}/dvips/qfonts
14233 # %{texmf}/fonts/afm/public/qfonts
14234 # %{texmf}/fonts/tfm/public/qfonts
14235
14236 # %files fonts-qpx
14237 # %defattr(644,root,root,755)
14238 # %{texmf}/fonts/tfm/public/qpx
14239 # %{texmf}/fonts/vf/public/qpx
14240
14241 %files fonts-qpxqtx
14242 %defattr(644,root,root,755)
14243 %{texmfdist}/fonts/tfm/public/qpxqtx
14244 %{texmfdist}/fonts/vf/public/qpxqtx
14245
14246 %files fonts-rsfs
14247 %defattr(644,root,root,755)
14248 %{texmfdist}/fonts/source/public/rsfs
14249 %{texmfdist}/fonts/tfm/public/rsfs
14250
14251 %files fonts-stmaryrd
14252 %defattr(644,root,root,755)
14253 %doc %{texmfdist}/doc/fonts/stmaryrd
14254 %{texmfdist}/source/fonts/stmaryrd
14255 %{texmfdist}/fonts/tfm/public/stmaryrd
14256
14257 %files fonts-tx
14258 %defattr(644,root,root,755)
14259 %{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
14260 %{texmfdist}/fonts/afm/public/txfonts
14261 %{texmfdist}/fonts/tfm/public/txfonts
14262 %{texmfdist}/fonts/vf/public/txfonts
14263
14264 %files fonts-uhc
14265 %defattr(644,root,root,755)
14266 %doc %{texmfdist}/doc/fonts/uhc
14267 %{texmfdist}/fonts/afm/uhc
14268 %{texmfdist}/fonts/tfm/uhc
14269 %{texmfdist}/fonts/vf/uhc
14270
14271 %files fonts-urw
14272 %defattr(644,root,root,755)
14273 %{texmfdist}/fonts/afm/urw
14274 %{texmfdist}/fonts/tfm/urw
14275 %{texmfdist}/fonts/vf/urw
14276
14277 %files fonts-urwvn
14278 %defattr(644,root,root,755)
14279 %{texmfdist}/fonts/afm/vntex/urwvn
14280 %{texmfdist}/fonts/tfm/vntex/urwvn
14281 %{texmfdist}/fonts/type1/vntex/urwvn
14282 %{texmfdist}/fonts/vf/vntex/urwvn
14283
14284 %files fonts-vnr
14285 %defattr(644,root,root,755)
14286 %{texmfdist}/fonts/map/dvips/vntex
14287 %{texmfdist}/fonts/source/vntex/vnr
14288 %{texmfdist}/fonts/tfm/vntex/vnr
14289
14290 %files fonts-urw35vf
14291 %defattr(644,root,root,755)
14292 %{texmfdist}/fonts/vf/urw35vf
14293
14294 %files fonts-wadalab
14295 %defattr(644,root,root,755)
14296 %doc %{texmfdist}/doc/fonts/wadalab
14297 %{texmfdist}/fonts/afm/wadalab
14298 %{texmfdist}/fonts/tfm/wadalab
14299 %{texmfdist}/fonts/vf/wadalab
14300
14301 %files fonts-wasy
14302 %defattr(644,root,root,755)
14303 %{texmfdist}/fonts/source/public/wasy
14304 %{texmfdist}/fonts/tfm/public/wasy
14305
14306 %files fonts-xypic
14307 %defattr(644,root,root,755)
14308 %{texmfdist}/fonts/map/dvips/xypic
14309 # %{texmfdist}/fonts/afm/public/xypic
14310 %{texmfdist}/fonts/source/public/xypic
14311 %{texmfdist}/fonts/tfm/public/xypic
14312
14313 %files fonts-yandy
14314 %defattr(644,root,root,755)
14315 # %{texmf}/fonts/afm/yandy
14316 %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
14317 # %{texmf}/fonts/tfm/yandy
14318 # %{texmf}/fonts/vf/yandy
14319
14320 %files fonts-type1-antp
14321 %defattr(644,root,root,755)
14322 %{texmfdist}/dvips/antp
14323 %{texmfdist}/fonts/type1/public/antp
14324
14325 %files fonts-type1-antt
14326 %defattr(644,root,root,755)
14327 # %{texmf}/dvips/antt
14328 %{texmfdist}/fonts/type1/public/antt
14329
14330 %files fonts-type1-arphic
14331 %defattr(644,root,root,755)
14332 %{texmfdist}/fonts/type1/arphic
14333
14334 %files fonts-type1-belleek
14335 %defattr(644,root,root,755)
14336 %doc %{texmfdist}/doc/fonts/belleek
14337 %{texmfdist}/source/latex/belleek
14338 %{texmfdist}/fonts/type1/public/belleek
14339 %{texmfdist}/fonts/map/dvips/belleek
14340
14341 %files fonts-type1-bitstream
14342 %defattr(644,root,root,755)
14343 %{texmfdist}/fonts/type1/bitstrea
14344
14345 %files fonts-type1-bluesky
14346 %defattr(644,root,root,755)
14347 # %doc %{texmf}/doc/fonts/bluesky
14348 # %{texmf}/dvips/bluesky
14349 %{texmfdist}/fonts/type1/bluesky
14350
14351 %files fonts-type1-cc-pl
14352 %defattr(644,root,root,755)
14353 %doc %{texmfdist}/doc/fonts/cc-pl
14354 %{texmfdist}/fonts/type1/public/cc-pl
14355
14356 %files fonts-type1-cmcyr
14357 %defattr(644,root,root,755)
14358 %{texmfdist}/fonts/type1/public/cmcyr
14359
14360 %files fonts-type1-cs
14361 %defattr(644,root,root,755)
14362 %{texmfdist}/fonts/type1/public/cs
14363
14364 # %files fonts-type1-dstroke
14365 # %defattr(644,root,root,755)
14366 # %{texmf}/fonts/type1/public/dstroke
14367
14368 %files fonts-type1-eurosym
14369 %defattr(644,root,root,755)
14370 %{texmfdist}/fonts/type1/public/eurosym
14371
14372 %files fonts-type1-hoekwater
14373 %defattr(644,root,root,755)
14374 %{texmfdist}/fonts/type1/hoekwater
14375
14376 %files fonts-type1-fpl
14377 %defattr(644,root,root,755)
14378 %doc %{texmfdist}/doc/fonts/fpl
14379 %{texmfdist}/fonts/afm/public/fpl
14380 %{texmfdist}/fonts/type1/public/fpl
14381 %{texmfdist}/source/fonts/fpl
14382
14383 %files fonts-type1-lm
14384 %defattr(644,root,root,755)
14385 %{texmfdist}/fonts/afm/public/lm
14386 %{texmfdist}/fonts/type1/public/lm
14387
14388 %files fonts-type1-marvosym
14389 %defattr(644,root,root,755)
14390 %{texmfdist}/fonts/type1/public/marvosym
14391
14392 %files fonts-type1-mathpazo
14393 %defattr(644,root,root,755)
14394 # %doc %{texmf}/doc/fonts/mathpazo
14395 %{texmfdist}/fonts/afm/public/mathpazo
14396 %{texmfdist}/fonts/type1/public/mathpazo
14397
14398 %files fonts-type1-omega
14399 %defattr(644,root,root,755)
14400 %{texmfdist}/fonts/type1/public/omega
14401
14402 %files fonts-type1-pl
14403 %defattr(644,root,root,755)
14404 # %doc %{texmf}/doc/fonts/polish/plpsfont
14405 %{texmfdist}/fonts/type1/public/pl
14406
14407 %files fonts-type1-px
14408 %defattr(644,root,root,755)
14409 %{texmfdist}/fonts/type1/public/pxfonts
14410
14411 # %files fonts-type1-qfonts
14412 # %defattr(644,root,root,755)
14413 # %{texmfdist}/fonts/type1/public/qfonts
14414
14415 %files fonts-type1-tx
14416 %defattr(644,root,root,755)
14417 %{texmfdist}/fonts/type1/public/txfonts
14418
14419 # %files fonts-type1-tt2001
14420 # %defattr(644,root,root,755)
14421 # %{texmf}/fonts/type1/public/tt2001
14422
14423 %files fonts-type1-uhc
14424 %defattr(644,root,root,755)
14425 %{texmfdist}/fonts/type1/uhc
14426
14427 %files fonts-type1-urw
14428 %defattr(644,root,root,755)
14429 %{texmfdist}/fonts/type1/urw
14430
14431 %files fonts-type1-vnr
14432 %defattr(644,root,root,755)
14433 %{texmfdist}/fonts/type1/vntex/vnr
14434
14435 %files fonts-type1-wadalab
14436 %defattr(644,root,root,755)
14437 %{texmfdist}/fonts/type1/wadalab
14438
14439 %files fonts-type1-xypic
14440 %defattr(644,root,root,755)
14441 %{texmfdist}/fonts/type1/public/xypic
14442
14443 # TeXLive-specific
14444
14445 %files afm2pl
14446 %defattr(644,root,root,755)
14447 %dir %{texmf}/tex/latex
14448 %attr(755,root,root) %{_bindir}/afm2pl
14449 %{_mandir}/man1/afm2pl*
14450 %{texmf}/fonts/lig/afm2pl
14451 %{texmf}/tex/latex/afm2pl
14452
14453 %files bbox
14454 %defattr(644,root,root,755)
14455 %attr(755,root,root) %{_bindir}/bbox
14456 %{_mandir}/man1/bbox*
14457
14458 %files cefutils
14459 %defattr(644,root,root,755)
14460 %attr(755,root,root) %{_bindir}/cef*
14461 %dir %{texmfdist}/tex/latex/cjk
14462 %dir %{texmfdist}/doc/latex/cjk
14463 %{texmfdist}/source/latex/cjk
14464 %{texmfdist}/tex/latex/cjk/CEF
14465 %doc %{texmfdist}/doc/latex/cjk/doc
14466 %doc %{texmfdist}/doc/latex/cjk/examples
14467
14468 %files detex
14469 %defattr(644,root,root,755)
14470 %attr(755,root,root) %{_bindir}/detex
14471 %{_mandir}/man1/detex*
14472
14473
14474 %files dviutils
14475 %defattr(644,root,root,755)
14476 %attr(755,root,root) %{_bindir}/dt2dv
14477 %attr(755,root,root) %{_bindir}/dv2dt
14478 %attr(755,root,root) %{_bindir}/dvi2tty
14479 %attr(755,root,root) %{_bindir}/dviasm
14480 %attr(755,root,root) %{_bindir}/dvibook
14481 %attr(755,root,root) %{_bindir}/dviconcat
14482 %attr(755,root,root) %{_bindir}/dvidvi
14483 %attr(755,root,root) %{_bindir}/dvigif
14484 %attr(755,root,root) %{_bindir}/dvipdfmx
14485 %attr(755,root,root) %{_bindir}/dvipos
14486 %attr(755,root,root) %{_bindir}/dviselect
14487 %attr(755,root,root) %{_bindir}/dvitodvi
14488 %{_mandir}/man1/dt2dv*
14489 %{_mandir}/man1/dv2dt*
14490 %{_mandir}/man1/dvi2tty*
14491 %{_mandir}/man1/dvibook*
14492 %{_mandir}/man1/dviconcat*
14493 %{_mandir}/man1/dvidvi*
14494 %{_mandir}/man1/dvigif*
14495 %{_mandir}/man1/dvipos*
14496 %{_mandir}/man1/dviselect*
14497 %{_mandir}/man1/dvitodvi*
14498 %{texmf}/fonts/map/dvipdfmx
14499 %dir %{texmf}/fonts/cmap
14500 %doc %{texmf}/fonts/cmap/README
14501 %{texmf}/dvipdfmx
14502 %{texmf}/fonts/cmap/dvipdfmx
14503
14504 %files epsutils
14505 %defattr(644,root,root,755)
14506 %attr(755,root,root) %{_bindir}/epsffit
14507 %attr(755,root,root) %{_bindir}/epspdf
14508 %attr(755,root,root) %{_bindir}/epspdftk
14509 %attr(755,root,root) %{_bindir}/pst2pdf
14510 %{texmfdist}/scripts/epspdf
14511 %{_mandir}/man1/epsffit*
14512 %doc %{texmfdist}/doc/epspdf
14513
14514 %files filters
14515 %defattr(644,root,root,755)
14516 %attr(755,root,root) %{_bindir}/fix*
14517 %{_mandir}/man1/fix*
14518
14519 %files psutils
14520 %defattr(644,root,root,755)
14521 %attr(755,root,root) %{_bindir}/extractres
14522 %attr(755,root,root) %{_bindir}/getafm
14523 %attr(755,root,root) %{_bindir}/includeres
14524 %attr(755,root,root) %{_bindir}/psbook
14525 %attr(755,root,root) %{_bindir}/psmerge
14526 %attr(755,root,root) %{_bindir}/psnup
14527 %attr(755,root,root) %{_bindir}/psresize
14528 %attr(755,root,root) %{_bindir}/psselect
14529 %attr(755,root,root) %{_bindir}/ps2eps
14530 %attr(755,root,root) %{_bindir}/pstops
14531 %attr(755,root,root) %{_bindir}/showchar
14532 %{_mandir}/man1/extractres*
14533 %{_mandir}/man1/getafm*
14534 %{_mandir}/man1/includeres*
14535 %{_mandir}/man1/psbook*
14536 %{_mandir}/man1/psmerge*
14537 %{_mandir}/man1/psnup*
14538 %{_mandir}/man1/psresize*
14539 %{_mandir}/man1/psselect*
14540 %{_mandir}/man1/pstops*
14541 %{texmf}/dvips/psutils
14542
14543 %files uncategorized-utils
14544 %defattr(644,root,root,755)
14545 %attr(755,root,root) %{_bindir}/devnag
14546 %attr(755,root,root) %{_bindir}/disdvi
14547
14548 %files tex4ht
14549 %defattr(644,root,root,755)
14550 %attr(755,root,root) %{_bindir}/ht
14551 %attr(755,root,root) %{_bindir}/htcontext
14552 %attr(755,root,root) %{_bindir}/htlatex
14553 %attr(755,root,root) %{_bindir}/htmex
14554 %attr(755,root,root) %{_bindir}/httex
14555 %attr(755,root,root) %{_bindir}/httexi
14556 %attr(755,root,root) %{_bindir}/htxelatex
14557 %attr(755,root,root) %{_bindir}/htxetex
14558 %attr(755,root,root) %{_bindir}/mk4ht
14559 %attr(755,root,root) %{_bindir}/t4ht
14560 %attr(755,root,root) %{_bindir}/tex4ht
14561 %{texmf}/scripts/tex4ht
14562 %{texmfdist}/tex/generic/tex4ht
14563 %dir %{texmfdist}/scripts/tex4ht
14564 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
14565 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
14566 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
14567 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
14568 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
14569 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
14570 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
14571 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
14572 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
14573 %doc %{texmfdist}/doc/generic/tex4ht
14574 %{texmfdist}/tex4ht
14575
14576 %files xetex
14577 %defattr(644,root,root,755)
14578 %attr(755,root,root) %{_bindir}/xdvipdfmx
14579 %attr(755,root,root) %{_bindir}/xelatex
14580 %attr(755,root,root) %{_bindir}/xetex
14581 %{texmf}/fmtutil/format.xetex.cnf
14582 %doc %{texmfdist}/doc/xelatex
14583 %doc %{texmfdist}/doc/xetex
14584 %{texmfdist}/scripts/xetex
14585 %{texmfdist}/tex/generic/ifxetex
14586 %doc %{texmfdist}/doc/generic/ifxetex
14587 %doc %{texmfdist}/doc/generic/xetex-pstricks
14588 %{texmfdist}/tex/generic/xetexconfig
14589 %{texmfdist}/tex/latex/latexconfig/xelatex.ini
14590 %{texmfdist}/tex/plain/config/xetex.ini
14591 %{texmfdist}/tex/xelatex
14592 %{texmfdist}/tex/xetex
14593
14594 %files xmltex
14595 %defattr(644,root,root,755)
14596 %doc %{texmfdist}/doc/xmltex
14597 %attr(755,root,root) %{_bindir}/pdfxmltex
14598 %attr(755,root,root) %{_bindir}/xmltex
14599 %{texmfdist}/tex/xmltex
14600 %{texmf}/fmtutil/format.xmltex.cnf
14601 %{texmfdist}/source/xmltex
This page took 1.170714 seconds and 3 git commands to generate.