]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
- more subpackages
[packages/texlive.git] / texlive.spec
1 # TODO:
2 # MAIN TODO (sort by importnce):
3 # - need more %dir (poldek says it missed)
4 # - texlive-format-pdflatex deps
5 # - check unpackaged files
6 # - pl updates
7 # - maybe more splits (e.g. latex subpackages)
8 # - context: consider more splitting, check dependencies
9 # - omega: consider more splitting, check dependencies
10 # - tdphp: is it really useful?
11 # - allow using Type1 fonts in others applications (symlink to
12 #   /usr/share/fonts/Type1 ?)
13 # - fix package removal:
14 #   /usr/bin/texhash[77]: kpsewhich: not found
15 #
16 # FHS TODO:
17 # - merge rhconfig and texmfsysvar patches
18 # - texmfsysvar patch: change fmtutil and web2cdir variables instead
19 #   of creating texmfsys{config,var} variables?
20 # - move config files to /etc
21 # - merge all above with configure switch "--enable-fhs" and send it to TE
22 #
23 # TeXLive specific TODO:
24 # - fix broken symlinks in /usr/bin (see line 3564)
25 # - summary/description correcting (all languages)
26 # - texk/web2c doesn't build (luatex option)
27 # - %files latex-bibtex-revtex4
28 # - Check CEF/cjk!
29 #
30 # Subpackages TODO:
31 # check deps the following subpackages:
32 # - latex-exam
33 # - latex-SIunits
34 #
35 %include        /usr/lib/rpm/macros.perl
36 #
37 %bcond_without  bootstrap
38 #
39 Summary:        TeX typesetting system and MetaFont font formatter
40 Summary(de.UTF-8):      TeX-Satzherstellungssystem und MetaFont-Formatierung
41 Summary(es.UTF-8):      Sistema de typesetting TeX y formateador de fuentes MetaFont
42 Summary(fr.UTF-8):      Systéme de compostion TeX et formatteur de MetaFontes
43 Summary(hu.UTF-8):      TeX szövegszedő rendszer és MetaFont font formázó
44 Summary(pl.UTF-8):      System składu publikacji TeX oraz formater fontów MetaFont
45 Summary(pt_BR.UTF-8):   Sistema de typesetting TeX e formatador de fontes MetaFont
46 Summary(tr.UTF-8):      TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
47 Name:           texlive
48 Version:        20080816
49 Release:        0.8.3
50 Epoch:          1
51 License:        distributable
52 Group:          Applications/Publishing/TeX
53 Source0:        http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
54 # Source0-md5:  554287c3e458da776edd684506048d45
55 Source1:        ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
56 # Source1-md5:  fa74072e1344e8390eb156bcda61a8b2
57 Source4:        %{name}.cron
58 Source5:        xdvi.desktop
59 Source6:        xdvi.png
60 Patch0:         %{name}-am.patch
61 Patch1:         %{name}-20080816-kpathsea-ar.patch
62 URL:            http://www.tug.org/texlive/
63 BuildRequires:  autoconf
64 BuildRequires:  automake
65 BuildRequires:  bison
66 BuildRequires:  clisp
67 BuildRequires:  ed
68 BuildRequires:  expat-devel
69 BuildRequires:  ffcall-devel
70 BuildRequires:  flex
71 BuildRequires:  fontconfig-devel
72 BuildRequires:  freetype-devel
73 BuildRequires:  freetype1-devel
74 BuildRequires:  gd-devel >= 2.0.33
75 BuildRequires:  libpng-devel >= 1.2.8
76 BuildRequires:  libtool
77 # should this be somewhere in clisp?
78 BuildRequires:  libsigsegv
79 BuildRequires:  libstdc++-devel
80 BuildRequires:  ncurses-devel
81 BuildRequires:  rpm-perlprov
82 BuildRequires:  rpm-pythonprov
83 BuildRequires:  sed >= 4.0
84 BuildRequires:  t1lib-devel >= 5.0.2
85 BuildRequires:  texinfo
86 %if %{with bootstrap}
87 BuildRequires:  tetex-format-latex
88 BuildRequires:  tetex-format-pdflatex
89 BuildRequires:  tetex-latex-cyrillic
90 BuildRequires:  tetex-tex-babel
91 %else
92 BuildRequires:  texlive-format-latex
93 BuildRequires:  texlive-format-pdflatex
94 BuildRequires:  texlive-latex-cyrillic
95 BuildRequires:  texlive-tex-babel
96 # fill with future texlive BR. guesses ones for now
97 %endif
98 BuildRequires:  unzip
99 BuildRequires:  xorg-lib-libICE-devel
100 BuildRequires:  xorg-lib-libXaw-devel
101 BuildRequires:  xorg-lib-libXext-devel
102 BuildRequires:  xorg-lib-libXmu-devel
103 BuildRequires:  xorg-lib-libXpm-devel
104 BuildRequires:  zlib-devel >= 1.2.1
105 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
106 Requires:       %{name}-fonts-cm = %{epoch}:%{version}-%{release}
107 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
108 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
109 Requires:       awk
110 Requires:       dialog
111 Requires:       kpathsea = %{epoch}:%{version}-%{release}
112 Requires:       sed
113 Requires:       sh-utils
114 Requires:       texconfig = %{epoch}:%{version}-%{release}
115 Requires:       textutils
116 Suggests:       tmpwatch
117 Obsoletes:      tetex
118 Obsoletes:      tetex-afm
119 Obsoletes:      tetex-doc
120 Obsoletes:      tetex-doc-latex2e-html
121 Obsoletes:      tetex-fontinst
122 Obsoletes:      tetex-fontname
123 Obsoletes:      tetex-fonts
124 Obsoletes:      tetex-fonts-pandora
125 Obsoletes:      tetex-fonts-vcm
126 Obsoletes:      tetex-format-elatex
127 Obsoletes:      tetex-format-pdfelatex
128 Obsoletes:      tetex-format-pdfemex
129 Obsoletes:      tetex-latex-vnps
130 Obsoletes:      tetex-latex-vnr
131 Obsoletes:      tetex-oxdvi
132 Obsoletes:      tetex-oxdvi
133 Obsoletes:      tetex-plain-dvips
134 Obsoletes:      tetex-plain-dvips
135 Obsoletes:      tetex-plain-mathtime
136 Obsoletes:      tetex-plain-mathtime
137 Obsoletes:      tetex-plain-misc
138 Obsoletes:      tetex-plain-misc
139 Obsoletes:      tetex-plain-plnfss
140 Obsoletes:      tetex-plain-plnfss
141 Obsoletes:      tetex-tex-hyphen
142 Obsoletes:      tetex-tex-vietnam
143 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
144
145 %define         texmf   %{_datadir}/texmf
146 %define         texmfdist %{texmf}-dist
147 %define         texmfdoc %{texmf}-doc
148 %define         fmtdir  /var/lib/texmf/web2c
149 %define         texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
150 %define         _localstatedir  /var/lib/texmf
151 %define         fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
152 %define         fmtutil(f:) [ ! \\\( -f %{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f %{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys --byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See %{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ;
153
154 %define         _noautoreq 'perl(path_tre)'
155
156 %description
157 TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
158 takes a text file and a set of formatting commands as input and
159 creates a typesetter independent .dvi (DeVice Independent) file as
160 output. Usually, TeX is used in conjunction with a higher level
161 formatting package like LaTeX or PlainTeX, since TeX by itself is not
162 very user-friendly.
163
164 %description -l es.UTF-8
165 Tex formata archivos de texto y órdenes para una salida independiente
166 de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
167 de Knut se describen las capacidades y el lenguaje TeX.
168
169 %description -l de.UTF-8
170 TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
171 und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
172 DeVice Independent). Die Funktionen und Sprache von TeX werden in The
173 TeXbook von Knuth beschrieben.
174
175 %description -l fr.UTF-8
176 TeX formate un fichier de commandes et de texte mélandés, et produit
177 un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
178 raccourci pour Device Independant). Les possibilités de TeX et son
179 langage sont décrites dans l'ouvrage TeXbook, de Knuth.
180
181 %description -l hu.UTF-8
182 TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
183 egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
184 segítségével a szövegszedő egy független .dvi (DeVice Independent)
185 fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
186 kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
187 TeX önmaga nem túlzottan "felhasználóbarát".
188
189 %description -l pl.UTF-8
190 TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
191 od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
192 Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
193 Donalda E. Knutha.
194
195 %description -l pt_BR.UTF-8
196 Tex formata arquivos de texto e comandos para uma saída independente
197 de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
198 linguagem TeX são descritas no The TeXbook, de Knuth.
199
200 %description -l tr.UTF-8
201 TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
202 aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
203 TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
204 TeXbook' başlıklı kitabında anlatılmaktadır.
205
206 %package doc
207 Summary:        Documentation for TeX Live
208 Group:          Documentation
209
210 %description doc
211 Assorted useful documentation for TeX Live.
212
213 %package doc-bg
214 Summary:        Bulgarian documentation for TeX Live
215 Group:          Documentation
216
217 %description doc-bg
218 Assorted useful Bulgarian documentation for TeX Live.
219
220 %package doc-cs
221 Summary:        Czech documentation for TeX Live
222 Group:          Documentation
223
224 %description doc-cs
225 Assorted useful Czech documentation for TeX Live.
226
227 %package doc-de
228 Summary:        German documentation for TeX Live
229 Group:          Documentation
230
231 %description doc-de
232 Assorted useful German documentation for TeX Live.
233
234 %package doc-el
235 Summary:        Greek documentation for TeX Live
236 Group:          Documentation
237
238 %description doc-el
239 Assorted useful Greek documentation for TeX Live.
240
241 %package doc-es
242 Summary:        Spanish documentation for TeX Live
243 Group:          Documentation
244
245 %description doc-es
246 Assorted useful Spanish documentation for TeX Live.
247
248 %package doc-fi
249 Summary:        Finnish documentation for TeX Live
250 Group:          Documentation
251
252 %description doc-fi
253 Assorted useful Finnish documentation for TeX Live.
254
255 %package doc-fr
256 Summary:        French documentation for TeX Live
257 Group:          Documentation
258
259 %description doc-fr
260 Assorted useful French documentation for TeX Live.
261
262 %package doc-it
263 Summary:        Italian documentation for TeX Live
264 Group:          Documentation
265
266 %description doc-it
267 Assorted useful Italian documentation for TeX Live.
268
269 %package doc-ja
270 Summary:        Japanese documentation for TeX Live
271 Group:          Documentation
272
273 %description doc-ja
274 Assorted useful Japanese documentation for TeX Live.
275
276 %package doc-ko
277 Summary:        Korean documentation for TeX Live
278 Group:          Documentation
279
280 %description doc-ko
281 Assorted useful Korean documentation for TeX Live.
282
283 %package doc-mn
284 Summary:        Mongolian documentation for TeX Live
285 Group:          Documentation
286
287 %description doc-mn
288 Assorted useful Mongolian documentation for TeX Live.
289
290 %package doc-nl
291 Summary:        Dutch documentation for TeX Live
292 Group:          Documentation
293
294 %description doc-nl
295 Assorted useful Dutch documentation for TeX Live.
296
297 %package doc-pl
298 Summary:        Polish documentation for TeX Live
299 Group:          Documentation
300
301 %description doc-pl
302 Assorted useful Polish documentation for TeX Live.
303
304 %package doc-pt
305 Summary:        Portuguese documentation for TeX Live
306 Group:          Documentation
307
308 %description doc-pt
309 Assorted useful Portuguese documentation for TeX Live.
310
311 %package doc-ru
312 Summary:        Russian documentation for TeX Live
313 Group:          Documentation
314
315 %description doc-ru
316 Assorted useful Russian documentation for TeX Live.
317
318 %package doc-sk
319 Summary:        Slovak documentation for TeX Live
320 Group:          Documentation
321
322 %description doc-sk
323 Assorted useful Slovak documentation for TeX Live.
324
325 %package doc-sl
326 Summary:        Slovenian documentation for TeX Live
327 Group:          Documentation
328
329 %description doc-sl
330 Assorted useful Slovenian documentation for TeX Live.
331
332 %package doc-th
333 Summary:        Thai documentation for TeX Live
334 Group:          Documentation
335
336 %description doc-th
337 Assorted useful Thai documentation for TeX Live.
338
339 %package doc-tr
340 Summary:        Turkish documentation for TeX Live
341 Group:          Documentation
342
343 %description doc-tr
344 Assorted useful Turkish documentation for TeX Live.
345
346 %package doc-uk
347 Summary:        Ukrainian documentation for TeX Live
348 Group:          Documentation
349
350 %description doc-uk
351 Assorted useful Ukrainian documentation for TeX Live.
352
353 %package doc-vi
354 Summary:        Vietnamese documentation for TeX Live
355 Group:          Documentation
356
357 %description doc-vi
358 Assorted useful Vietnamese documentation for TeX Live.
359
360 %package doc-zh_CN
361 Summary:        Chinese documentation for TeX Live
362 Group:          Documentation
363
364 %description doc-zh_CN
365 Assorted useful Chinese documentation for TeX Live.
366
367 %package doc-Catalogue
368 Summary:        TeX Catalogue
369 Summary(pl.UTF-8):      Katalog TeXa
370 Group:          Applications/Publishing/TeX
371 Requires(post,postun):  %{_bindir}/texhash
372 Requires:       %{name} = %{epoch}:%{version}-%{release}
373
374 %description doc-Catalogue
375 TeX Catalogue.
376
377 %description doc-Catalogue -l pl.UTF-8
378 Katalog TeXa.
379
380 %package doc-tug-faq
381 Summary:        TeX User Group FAQ
382 Summary(hu.UTF-8):      TeX felhasználók FAQ-ja
383 Summary(pl.UTF-8):      FAQ Grupy Użytkowników TeXa
384 Group:          Applications/Publishing/TeX
385 Requires(post,postun):  %{_bindir}/texhash
386 Requires:       %{name} = %{epoch}:%{version}-%{release}
387 Obsoletes:      tetex-doc-LaTeX-FAQ-francaise
388 Obsoletes:      tetex-doc-de-tex-faq
389 Obsoletes:      tetex-doc-uktug-faq
390
391 %description doc-tug-faq
392 TeX User Group FAQ.
393
394 %description doc-tug-faq -l hu.UTF8
395 TeX felhasználók FAQ-ja.
396
397 %description doc-tug-faq -l pl.UTF-8
398 FAQ Grupy Użytkowników TeXa.
399
400 %package doc-latex
401 Summary:        Basic LaTeX packages documentation
402 Summary(hu.UTF-8):      Az alap LaTeX csomagok dokumentációja
403 Summary(pl.UTF-8):      Podstawowa dokumentacja do pakietów LaTeXa
404 Group:          Applications/Publishing/TeX
405 Requires(post,postun):  %{_bindir}/texhash
406 Requires:       %{name} = %{epoch}:%{version}-%{release}
407
408 %description doc-latex
409 Basic LaTeX packages documentation.
410
411 %description doc-latex -l hu.UTF-8
412 Az alap LaTeX csomagok dokumentációja
413
414 %description doc-latex -l pl.UTF-8
415 Podstawowa dokumentacja do pakietów LaTeXa.
416
417 # # libraries #
418 %package -n kpathsea
419 Summary:        File name lookup library
420 Summary(hu.UTF-8):      Fájlnév-kereső könyvtár
421 Summary(pl.UTF-8):      Biblioteka szukająca nazw plików
422 Group:          Applications/Publishing/TeX
423 Requires(post,postun):  %{_bindir}/texhash
424 Requires:       %{name} = %{epoch}:%{version}-%{release}
425
426 %description -n kpathsea
427 File name lookup library.
428
429 %description -n kpathsea -l hu.UTF-8
430 Fájlnév-kereső könyvtár.
431
432 %description -n kpathsea -l pl.UTF-8
433 Biblioteka szukająca nazw plików.
434
435 %package -n kpathsea-devel
436 Summary:        Kpathsea library filename lookup header files and documentation
437 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para desarrollo TeX
438 Summary(hu.UTF-8):      Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
439 Summary(pl.UTF-8):      Pliki nagłówkowe oraz dokumetacja kpathsea
440 Summary(pt_BR.UTF-8):   Bibliotecas e headers para desenvolvimento TeX
441 Group:          Development/Libraries
442 Requires:       kpathsea = %{epoch}:%{version}-%{release}
443
444 %description -n kpathsea-devel
445 Kpathsea library filename lookup header files and documentation.
446
447 %description -n kpathsea-devel -l es.UTF-8
448 Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
449 aplicaciones TeX.
450
451 %description -n kpathsea-devel -l hu.UTF-8
452 Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
453
454 %description -n kpathsea-devel -l pl.UTF-8
455 Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
456
457 %description -n kpathsea-devel -l pt_BR.UTF-8
458 Bibliotecas, headers e outros componentes que podem ser utilizados
459 para desenvolver aplicações TeX.
460
461 # # programs #
462 %package dvips
463 Summary:        DVI to PostScript converter
464 Summary(de.UTF-8):      dvi-Postscript-Konvertierungsprogramm
465 Summary(es.UTF-8):      Convertidor dvi para postscript
466 Summary(fr.UTF-8):      Convertisseur dvi vers PostScript
467 Summary(hu.UTF-8):      DVI-ből PosctScript-be konvertáló
468 Summary(pl.UTF-8):      Konwerter plików DVI do PostScriptu
469 Summary(pt_BR.UTF-8):   Conversor dvi para postscript
470 Summary(tr.UTF-8):      dvi'dan postscript'e dönüştürücü
471 Group:          Applications/Publishing/TeX
472 Requires(post,postun):  %{_bindir}/texhash
473 Requires:       %{name} = %{epoch}:%{version}-%{release}
474
475 %description dvips
476 The program dvips takes a DVI file file[.dvi] produced by TeX (or by
477 some other processor such as GFtoDVI) and converts it to PostScript,
478 normally sending the result directly to the laserprinter.
479
480 %description dvips -l de.UTF-8
481 Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
482 durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
483 konvertiert diese in PostScript, wobei das Ergebnis in der Regel
484 direkt an einen Laserdrucker gesandt wird.
485
486 %description dvips -l es.UTF-8
487 El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
488 otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
489 enviando el resultado directamente a la impresora láser.
490
491 %description dvips -l fr.UTF-8
492 Le programme dvips convertit les fichiers DVI en PostScript, en
493 envoyant normalement le résultat directement sur une imprimante Laser.
494
495 %description dvips -l hu.UTF-8
496 A dvips program egy TeX által készített DVI-fájlból PostScript
497 állományt készít, amelyet a legtöbb esetben közvetlenül a
498 lézernyomtatóra küldhetsz.
499
500 %description dvips -l pl.UTF-8
501 Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
502 program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
503 Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
504
505 %description dvips -l pt_BR.UTF-8
506 O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
507 outro processador como o GFtoDVI) e o converte para PostScript,
508 normalmente enviando o resultado diretamente para a impressora laser.
509
510 %description dvips -l tr.UTF-8
511 dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
512 PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
513 olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
514 üretilmiş olabilir.
515
516 %package dvilj
517 Summary:        DVI to PCL converter
518 Summary(de.UTF-8):      Ein dvi-->Laserjet-Konvertierer
519 Summary(es.UTF-8):      Convertidor dvi para laserjet
520 Summary(fr.UTF-8):      convertisseur dvi vers laserjet
521 Summary(hu.UTF-8):      DVI-ből PCL-be konvertáló
522 Summary(pl.UTF-8):      Konwerter plików DVI do języka PCL
523 Summary(pt_BR.UTF-8):   Conversor dvi para laserjet
524 Summary(tr.UTF-8):      dvi'dan laserjet'e dönüştürücü
525 Group:          Applications/Publishing/TeX
526 Requires(post,postun):  %{_bindir}/texhash
527 Requires:       %{name} = %{epoch}:%{version}-%{release}
528
529 %description dvilj
530 Dvilj and dvilj's siblings (included in this package) will convert TeX
531 text formatting system output .dvi files to HP PCL (HP Printer Control
532 Language) commands. Using dvilj, you can print TeX files to HP
533 LaserJet+ and fully compatible printers. With dvilj2p, you can print
534 to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
535 can print to HP LaserJet4 and fully compatible printers.
536
537 %description dvilj -l de.UTF-8
538 Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
539 Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
540 LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
541 kompatiblen Druckern.
542
543 %description dvilj -l es.UTF-8
544 Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
545 HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
546 impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
547 dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
548
549 %description dvilj -l fr.UTF-8
550 dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
551 (le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
552 LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
553 imprimantes totalement compatibles.
554
555 %description dvilj -l hu.UTF-8
556 Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
557 Printer Control Language) parancsokká. A dvilj használatával TeX
558 fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
559 nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
560 nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
561
562 %description dvilj -l pl.UTF-8
563 dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
564 pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
565 PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
566 pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
567 użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
568 kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
569 LaserJet4 i w pełni kompatybilnych.
570
571 %description dvilj -l pt_BR.UTF-8
572 Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
573 HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
574 impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
575 dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
576
577 %description dvilj -l tr.UTF-8
578 TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
579 denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
580 LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
581 uyumlularından yazıcı çıktısı alınabilir.
582
583 %package makeindex
584 Summary:        A general purpose hierarchical index generator
585 Summary(hu.UTF-8):      Egy általános célú hierarchikus index generáló
586 Summary(pl.UTF-8):      Generator hierarchicznych indeksów ogólnego przeznaczenia
587 Group:          Applications/Publishing/TeX
588 Requires(post,postun):  %{_bindir}/texhash
589 Requires:       %{name} = %{epoch}:%{version}-%{release}
590 Obsoletes:      tetex-rumakeindex
591
592 %description makeindex
593 A general purpose hierarchical index generator; it accepts one or more
594 input files (often produced by a text formatter such as TeX or troff),
595 sorts the entries, and produces an output file which can be formatted.
596 The formats of the input and output files are specified in a style
597 file; by default, input is assumed to be an idx file, as generated by
598 LaTeX.
599
600 %description makeindex -l hu.UTF-8
601 Egy általános célű hierarchikus index generáló; elfogad egy vagy több
602 bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
603 rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
604 készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
605 definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
606 LaTeX generál.
607
608 %description makeindex -l pl.UTF-8
609 Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
610 jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
611 narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
612 elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
613 plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
614 przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
615 LaTeX.
616
617 %package metafont
618 Summary:        MetaFont
619 Summary(hu.UTF-8):      MetaFont
620 Summary(pl.UTF-8):      Zestaw narzędzi MetaFont
621 Group:          Applications/Publishing/TeX
622 Requires(post,postun):  %{_bindir}/texhash
623 Requires:       %{name} = %{epoch}:%{version}-%{release}
624
625 %description metafont
626 MetaFont.
627
628 %description metafont -l pl.UTF-8
629 Zestaw narzędzi MetaFont.
630
631 %package metapost
632 Summary:        MetaPost
633 Summary(hu.UTF-8):      MetaPost
634 Summary(pl.UTF-8):      Zestaw narzędzi MetaPost
635 Group:          Applications/Publishing/TeX
636 Requires(post,postun):  %{_bindir}/texhash
637 Requires:       %{name} = %{epoch}:%{version}-%{release}
638 Obsoletes:      tetex-matapost
639
640 %description metapost
641 MetaPost.
642
643 %description metapost -l hu.UTF-8
644 MetaPost.
645
646 %description metapost -l pl.UTF-8
647 Zestaw narzędzi MetaPost.
648
649 %package mptopdf
650 Summary:        MetaPost to PDF converter
651 Summary(hu.UTF-8):      MetaPost-ból PDF-be konvertáló
652 Summary(pl.UTF-8):      Konwerter MetaPost do PDF
653 Group:          Applications/Publishing/TeX
654 Requires(post,postun):  %{_bindir}/texhash
655 Requires:       %{name}-metapost = %{epoch}:%{version}-%{release}
656
657 %description mptopdf
658 MetaPost to PDF converter.
659
660 %description mptopdf -l hu.UTF-8
661 MetaPost-ból PDF-be konvertáló.
662
663 %description mptopdf -l pl.UTF-8
664 Konwerter MetaPost do PDF.
665
666 %package texdoctk
667 Summary:        Easy access to TeX documentation
668 Summary(pl.UTF-8):      Łatwy dostęp do dokumentacji TeXa
669 Group:          Applications/Publishing/TeX
670 Requires(post,postun):  %{_bindir}/texhash
671 Requires:       %{name} = %{epoch}:%{version}-%{release}
672
673 %description texdoctk
674 A Perl/Tk-based GUI for easy access to package documentation for TeX
675 on Unix platforms; the databases it uses are based on the texmf/doc
676 subtrees of teTeX v.1.0.x, but database files for local configurations
677 with modified/extended directories can be derived from them. Note that
678 texdoctk is not a viewer itself, but an interface for finding
679 documentation files and opening them with the appropriate viewer; so
680 it relies on appropriate programs to be installed on the system.
681 However, the choice of these programs can be configured by the
682 sysadmin or user.
683
684 %description texdoctk -l pl.UTF-8
685 Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
686 dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
687 danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
688 używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
689 Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
690 interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
691 właściwej przeglądarce; tak więc wymaga on odpowiednich programów
692 zainstalowanych w systemie. Wybór tych programów może być dokonany
693 przez administratora lub użytkownika.
694
695 %package -n texconfig
696 Summary:        TeX typesetting system configurator
697 Summary(pl.UTF-8):      Konfigurator systemu składu TeX
698 Group:          Applications/Publishing/TeX
699 Requires:       %{name} = %{epoch}:%{version}-%{release}
700 Requires:       %{name}-dvips = %{epoch}:%{version}-%{release}
701 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
702 Requires:       xdvi = %{epoch}:%{version}-%{release}
703 Obsoletes:      tetex-texconfig
704
705 %description -n texconfig
706 TeX typesetting system configurator.
707
708 %description -n texconfig -l pl.UTF-8
709 Konfigurator systemu składu TeX.
710
711 %package -n xdvi
712 Summary:        X11 previewer
713 Summary(de.UTF-8):      X11-Previewer
714 Summary(es.UTF-8):      Visualizador TeX X11
715 Summary(fr.UTF-8):      Prévisualisateur X11
716 Summary(pl.UTF-8):      Przeglądarka DVI dla X11
717 Summary(pt_BR.UTF-8):   Visualizador TeX X11
718 Summary(tr.UTF-8):      X11 öngörüntüleyici
719 Group:          Applications/Publishing/TeX
720 Requires(post,postun):  %{_bindir}/texhash
721 Requires:       %{name} = %{epoch}:%{version}-%{release}
722 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
723 Suggests:       %{name}-dvips
724 Obsoletes:      tetex-xdvi
725
726 %description -n xdvi
727 xdvi is a program which runs under the X window system. It is used to
728 preview dvi files, such as are produced by tex and latex.
729
730 %description -n xdvi -l de.UTF-8
731 xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
732 ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
733 latex erzeugt wurden.
734
735 %description -n xdvi -l es.UTF-8
736 xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
737 visualizar archivos dvi, como los producidos por tex y latex.
738
739 %description -n xdvi -l fr.UTF-8
740 xdvi est un programme s'exécutant sous le système X Window. Il sert à
741 visualiser les fichiers dvi tels que ceux produits par tex et latex.
742
743 %description -n xdvi -l pl.UTF-8
744 Xdvi jest programem (działającym w X Window System) do przeglądania
745 plików DVI, produkowanych przez TeXa i LaTeXa.
746
747 %description -n xdvi -l pt_BR.UTF-8
748 xdvi é um programa que roda no sistema X Window. É usado para
749 visualizar arquivos dvi, como os produzidos por tex e latex.
750
751 %package -n xindy
752 Summary:        Xindy creates sorted and tagged index from raw index
753 Summary(hu.UTF-8):      Xindy rendezett és cimkézett indexet készít nyers indexekből
754 Group:          Applications/Publishing/TeX
755
756 %description -n xindy
757 Xindy creates sorted and tagged index from raw index.
758
759 %description -n xindy -l hu.UTF-8
760 Xindy rendezett és cimkézett indexet készít nyers indexekből.
761
762 %package -n xindy-albanian
763 Summary:        Xindy albanian language
764 Summary(hu.UTF-8):      Xindy albán nyelv
765 Group:          Applications/Publishing/TeX
766
767 %description -n xindy-albanian
768 Xindy albanian language
769
770 %description -n xindy-albanian -l hu.UTF-8
771 Xindy albán nyelv
772
773 %package -n xindy-belarusian
774 Summary:        Xindy belarusian language
775 Summary(hu.UTF-8):      Xindy belorusz nyelv
776 Group:          Applications/Publishing/TeX
777
778 %description -n xindy-belarusian
779 Xindy belarusian language
780
781 %description -n xindy-belarusian -l hu.UTF-8
782 Xindy belorusz nyelv
783
784 %package -n xindy-bulgarian
785 Summary:        Xindy bulgarian language
786 Summary(hu.UTF-8):      Xindy bolgár nyelv
787 Group:          Applications/Publishing/TeX
788
789 %description -n xindy-bulgarian
790 Xindy bulgarian language
791
792 %description -n xindy-bulgarian -l hu.UTF-8
793 Xindy bolgár nyelv
794
795 %package -n xindy-croatian
796 Summary:        Xindy croatian language
797 Summary(hu.UTF-8):      Xindy horvát nyelv
798 Group:          Applications/Publishing/TeX
799
800 %description -n xindy-croatian
801 Xindy croatian language
802
803 %description -n xindy-croatian -l hu.UTF-8
804 Xindy horvát nyelv
805
806 %package -n xindy-czech
807 Summary:        Xindy czech language
808 Summary(hu.UTF-8):      Xindy cseh nyelv
809 Group:          Applications/Publishing/TeX
810
811 %description -n xindy-czech
812 Xindy czech language
813
814 %description -n xindy-czech -l hu.UTF-8
815 Xindy cseh nyelv
816
817 %package -n xindy-danish
818 Summary:        Xindy danish language
819 Summary(hu.UTF-8):      Xindy dán nyelv
820 Group:          Applications/Publishing/TeX
821
822 %description -n xindy-danish
823 Xindy danish language
824
825 %description -n xindy-danish -l hu.UTF-8
826 Xindy dán nyelv
827
828 %package -n xindy-dutch
829 Summary:        Xindy dutch language
830 Summary(hu.UTF-8):      Xindy holland nyelv
831 Group:          Applications/Publishing/TeX
832
833 %description -n xindy-dutch
834 Xindy dutch language
835
836 %description -n xindy-dutch -l hu.UTF-8
837 Xindy holland nyelv
838
839 %package -n xindy-english
840 Summary:        Xindy english language
841 Summary(hu.UTF-8):      Xindy angol nyelv
842 Group:          Applications/Publishing/TeX
843
844 %description -n xindy-english
845 Xindy english language
846
847 %description -n xindy-english -l hu.UTF-8
848 Xindy angol nyelv
849
850 %package -n xindy-esperanto
851 Summary:        Xindy esperanto language
852 Summary(hu.UTF-8):      Xindy eszperantó nyelv
853 Group:          Applications/Publishing/TeX
854
855 %description -n xindy-esperanto
856 Xindy esperanto language
857
858 %description -n xindy-esperanto -l hu.UTF-8
859 Xindy eszperantó nyelv
860
861 %package -n xindy-estonian
862 Summary:        Xindy estonian language
863 Summary(hu.UTF-8):      Xindy észt nyelv
864 Group:          Applications/Publishing/TeX
865
866 %description -n xindy-estonian
867 Xindy estonian language
868
869 %description -n xindy-estonian -l hu.UTF-8
870 Xindy észt nyelv
871
872 %package -n xindy-finnish
873 Summary:        Xindy finnish language
874 Summary(hu.UTF-8):      Xindy finn nyelv
875 Group:          Applications/Publishing/TeX
876
877 %description -n xindy-finnish
878 Xindy finnish language
879
880 %description -n xindy-finnish -l hu.UTF-8
881 Xindy finn nyelv
882
883 %package -n xindy-french
884 Summary:        Xindy french language
885 Summary(hu.UTF-8):      Xindy francia nyelv
886 Group:          Applications/Publishing/TeX
887
888 %description -n xindy-french
889 Xindy french language
890
891 %description -n xindy-french -l hu.UTF-8
892 Xindy francia nyelv
893
894 %package -n xindy-general
895 Summary:        Xindy general language
896 Summary(hu.UTF-8):      Xindy általános nyelv
897 Group:          Applications/Publishing/TeX
898
899 %description -n xindy-general
900 Xindy general language
901
902 %description -n xindy-general -l hu.UTF-8
903 Xindy általános nyelv
904
905 %package -n xindy-georgian
906 Summary:        Xindy georgian language
907 Summary(hu.UTF-8):      Xindy georgian nyelv
908 Group:          Applications/Publishing/TeX
909
910 %description -n xindy-georgian
911 Xindy georgian language
912
913 %description -n xindy-georgian -l hu.UTF-8
914 Xindy georgian nyelv
915
916 %package -n xindy-german
917 Summary:        Xindy german language
918 Summary(hu.UTF-8):      Xindy német nyelv
919 Group:          Applications/Publishing/TeX
920
921 %description -n xindy-german
922 Xindy german language
923
924 %description -n xindy-german -l hu.UTF-8
925 Xindy német nyelv
926
927 %package -n xindy-greek
928 Summary:        Xindy greek language
929 Summary(hu.UTF-8):      Xindy görög nyelv
930 Group:          Applications/Publishing/TeX
931
932 %description -n xindy-greek
933 Xindy greek language
934
935 %description -n xindy-greek -l hu.UTF-8
936 Xindy görög nyelv
937
938 %package -n xindy-gypsy
939 Summary:        Xindy gypsy language
940 Summary(hu.UTF-8):      Xindy cigány nyelv
941 Group:          Applications/Publishing/TeX
942
943 %description -n xindy-gypsy
944 Xindy gypsy language
945
946 %description -n xindy-gypsy -l hu.UTF-8
947 Xindy cigány nyelv
948
949 %package -n xindy-hausa
950 Summary:        Xindy hausa language
951 Summary(hu.UTF-8):      Xindy hausa nyelv
952 Group:          Applications/Publishing/TeX
953
954 %description -n xindy-hausa
955 Xindy hausa language
956
957 %description -n xindy-hausa -l hu.UTF-8
958 Xindy hausa nyelv
959
960 %package -n xindy-hebrew
961 Summary:        Xindy hebrew language
962 Summary(hu.UTF-8):      Xindy héber nyelv
963 Group:          Applications/Publishing/TeX
964
965 %description -n xindy-hebrew
966 Xindy hebrew language
967
968 %description -n xindy-hebrew -l hu.UTF-8
969 Xindy héber nyelv
970
971 %package -n xindy-hungarian
972 Summary:        Xindy hungarian language
973 Summary(hu.UTF-8):      Xindy magyar nyelv
974 Group:          Applications/Publishing/TeX
975
976 %description -n xindy-hungarian
977 Xindy hungarian language
978
979 %description -n xindy-hungarian -l hu.UTF-8
980 Xindy magyar nyelv
981
982 %package -n xindy-icelandic
983 Summary:        Xindy icelandic language
984 Summary(hu.UTF-8):      Xindy izlandi nyelv
985 Group:          Applications/Publishing/TeX
986
987 %description -n xindy-icelandic
988 Xindy icelandic language
989
990 %description -n xindy-icelandic -l hu.UTF-8
991 Xindy izlandi nyelv
992
993 %package -n xindy-italian
994 Summary:        Xindy italian language
995 Summary(hu.UTF-8):      Xindy olasz nyelv
996 Group:          Applications/Publishing/TeX
997
998 %description -n xindy-italian
999 Xindy italian language
1000
1001 %description -n xindy-italian -l hu.UTF-8
1002 Xindy olasz nyelv
1003
1004 %package -n xindy-klingon
1005 Summary:        Xindy klingon language
1006 Summary(hu.UTF-8):      Xindy klingon nyelv
1007 Group:          Applications/Publishing/TeX
1008
1009 %description -n xindy-klingon
1010 Xindy klingon language
1011
1012 %description -n xindy-klingon -l hu.UTF-8
1013 Xindy klingon nyelv
1014
1015 %package -n xindy-kurdish
1016 Summary:        Xindy kurdish language
1017 Summary(hu.UTF-8):      Xindy kurd nyelv
1018 Group:          Applications/Publishing/TeX
1019
1020 %description -n xindy-kurdish
1021 Xindy kurdish language
1022
1023 %description -n xindy-kurdish -l hu.UTF-8
1024 Xindy kurd nyelv
1025
1026 %package -n xindy-latin
1027 Summary:        Xindy latin language
1028 Summary(hu.UTF-8):      Xindy latin nyelv
1029 Group:          Applications/Publishing/TeX
1030
1031 %description -n xindy-latin
1032 Xindy latin language
1033
1034 %description -n xindy-latin -l hu.UTF-8
1035 Xindy latin nyelv
1036
1037 %package -n xindy-latvian
1038 Summary:        Xindy latvian language
1039 Summary(hu.UTF-8):      Xindy lett nyelv
1040 Group:          Applications/Publishing/TeX
1041
1042 %description -n xindy-latvian
1043 Xindy latvian language
1044
1045 %description -n xindy-latvian -l hu.UTF-8
1046 Xindy lett nyelv
1047
1048 %package -n xindy-lithuanian
1049 Summary:        Xindy lithuanian language
1050 Summary(hu.UTF-8):      Xindy litván nyelv
1051 Group:          Applications/Publishing/TeX
1052
1053 %description -n xindy-lithuanian
1054 Xindy lithuanian language
1055
1056 %description -n xindy-lithuanian -l hu.UTF-8
1057 Xindy litván nyelv
1058
1059 %package -n xindy-lower-sorbian
1060 Summary:        Xindy lower-sorbian language
1061 Summary(hu.UTF-8):      Xindy lower-sorbian nyelv
1062 Group:          Applications/Publishing/TeX
1063
1064 %description -n xindy-lower-sorbian
1065 Xindy lower-sorbian language
1066
1067 %description -n xindy-lower-sorbian -l hu.UTF-8
1068 Xindy lower-sorbian nyelv
1069
1070 %package -n xindy-macedonian
1071 Summary:        Xindy macedonian language
1072 Summary(hu.UTF-8):      Xindy macedón nyelv
1073 Group:          Applications/Publishing/TeX
1074
1075 %description -n xindy-macedonian
1076 Xindy macedonian language
1077
1078 %description -n xindy-macedonian -l hu.UTF-8
1079 Xindy macedón nyelv
1080
1081 %package -n xindy-mongolian
1082 Summary:        Xindy mongolian language
1083 Summary(hu.UTF-8):      Xindy mongol nyelv
1084 Group:          Applications/Publishing/TeX
1085
1086 %description -n xindy-mongolian
1087 Xindy mongolian language
1088
1089 %description -n xindy-mongolian -l hu.UTF-8
1090 Xindy mongol nyelv
1091
1092 %package -n xindy-norwegian
1093 Summary:        Xindy norwegian language
1094 Summary(hu.UTF-8):      Xindy norvég nyelv
1095 Group:          Applications/Publishing/TeX
1096
1097 %description -n xindy-norwegian
1098 Xindy norwegian language
1099
1100 %description -n xindy-norwegian -l hu.UTF-8
1101 Xindy norvég nyelv
1102
1103 %package -n xindy-polish
1104 Summary:        Xindy polish language
1105 Summary(hu.UTF-8):      Xindy lengyel nyelv
1106 Group:          Applications/Publishing/TeX
1107
1108 %description -n xindy-polish
1109 Xindy polish language
1110
1111 %description -n xindy-polish -l hu.UTF-8
1112 Xindy lengyel nyelv
1113
1114 %package -n xindy-portuguese
1115 Summary:        Xindy portuguese language
1116 Summary(hu.UTF-8):      Xindy portugál nyelv
1117 Group:          Applications/Publishing/TeX
1118
1119 %description -n xindy-portuguese
1120 Xindy portuguese language
1121
1122 %description -n xindy-portuguese -l hu.UTF-8
1123 Xindy portugál nyelv
1124
1125 %package -n xindy-romanian
1126 Summary:        Xindy romanian language
1127 Summary(hu.UTF-8):      Xindy román nyelv
1128 Group:          Applications/Publishing/TeX
1129
1130 %description -n xindy-romanian
1131 Xindy romanian language
1132
1133 %description -n xindy-romanian -l hu.UTF-8
1134 Xindy román nyelv
1135
1136 %package -n xindy-russian
1137 Summary:        Xindy russian language
1138 Summary(hu.UTF-8):      Xindy orosz nyelv
1139 Group:          Applications/Publishing/TeX
1140
1141 %description -n xindy-russian
1142 Xindy russian language
1143
1144 %description -n xindy-russian -l hu.UTF-8
1145 Xindy orosz nyelv
1146
1147 %package -n xindy-serbian
1148 Summary:        Xindy serbian language
1149 Summary(hu.UTF-8):      Xindy szerb nyelv
1150 Group:          Applications/Publishing/TeX
1151
1152 %description -n xindy-serbian
1153 Xindy serbian language
1154
1155 %description -n xindy-serbian -l hu.UTF-8
1156 Xindy szerb nyelv
1157
1158 %package -n xindy-slovak
1159 Summary:        Xindy slovak language
1160 Summary(hu.UTF-8):      Xindy szlovák nyelv
1161 Group:          Applications/Publishing/TeX
1162
1163 %description -n xindy-slovak
1164 Xindy slovak language
1165
1166 %description -n xindy-slovak -l hu.UTF-8
1167 Xindy szlovák nyelv
1168
1169 %package -n xindy-slovenian
1170 Summary:        Xindy slovenian language
1171 Summary(hu.UTF-8):      Xindy szlovén nyelv
1172 Group:          Applications/Publishing/TeX
1173
1174 %description -n xindy-slovenian
1175 Xindy slovenian language
1176
1177 %description -n xindy-slovenian -l hu.UTF-8
1178 Xindy szlovén nyelv
1179
1180 %package -n xindy-spanish
1181 Summary:        Xindy spanish language
1182 Summary(hu.UTF-8):      Xindy spanyol nyelv
1183 Group:          Applications/Publishing/TeX
1184
1185 %description -n xindy-spanish
1186 Xindy spanish language
1187
1188 %description -n xindy-spanish -l hu.UTF-8
1189 Xindy spanyol nyelv
1190
1191 %package -n xindy-swedish
1192 Summary:        Xindy swedish language
1193 Summary(hu.UTF-8):      Xindy svéd nyelv
1194 Group:          Applications/Publishing/TeX
1195
1196 %description -n xindy-swedish
1197 Xindy swedish language
1198
1199 %description -n xindy-swedish -l hu.UTF-8
1200 Xindy svéd nyelv
1201
1202 %package -n xindy-turkish
1203 Summary:        Xindy turkish language
1204 Summary(hu.UTF-8):      Xindy török nyelv
1205 Group:          Applications/Publishing/TeX
1206
1207 %description -n xindy-turkish
1208 Xindy turkish language
1209
1210 %description -n xindy-turkish -l hu.UTF-8
1211 Xindy török nyelv
1212
1213 %package -n xindy-ukrainian
1214 Summary:        Xindy ukrainian language
1215 Summary(hu.UTF-8):      Xindy ukrán nyelv
1216 Group:          Applications/Publishing/TeX
1217
1218 %description -n xindy-ukrainian
1219 Xindy ukrainian language
1220
1221 %description -n xindy-ukrainian -l hu.UTF-8
1222 Xindy ukrán nyelv
1223
1224 %package -n xindy-upper-sorbian
1225 Summary:        Xindy upper-sorbian language
1226 Summary(hu.UTF-8):      Xindy upper-sorbian nyelv
1227 Group:          Applications/Publishing/TeX
1228
1229 %description -n xindy-upper-sorbian
1230 Xindy upper-sorbian language
1231
1232 %description -n xindy-upper-sorbian -l hu.UTF-8
1233 Xindy upper-sorbian nyelv
1234
1235 %package -n xindy-vietnamese
1236 Summary:        Xindy vietnamese language
1237 Summary(hu.UTF-8):      Xindy vietnám nyelv
1238 Group:          Applications/Publishing/TeX
1239
1240 %description -n xindy-vietnamese
1241 Xindy vietnamese language
1242
1243 %description -n xindy-vietnamese -l hu.UTF-8
1244 Xindy vietnám nyelv
1245
1246
1247 %package pdftex
1248 Summary:        TeX generating PDF files instead DVI
1249 Summary(pl.UTF-8):      TeX generujący pliki PDF zamiast DVI
1250 Group:          Applications/Publishing/TeX
1251 Requires(post,postun):  %{_bindir}/texhash
1252 Requires:       %{name} = %{epoch}:%{version}-%{release}
1253 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1254
1255 %description pdftex
1256 TeX generating PDF files instead DVI.
1257
1258 %description pdftex -l pl.UTF-8
1259 TeX generujący pliki PDF zamiast DVI.
1260
1261 %package omega
1262 Summary:        Extended unicode TeX
1263 Summary(pl.UTF-8):      Omega - TeX ze wsparciem dla unikodu
1264 Group:          Applications/Publishing/TeX
1265 Requires(post,postun):  %{_bindir}/texhash
1266 Requires:       %{name} = %{epoch}:%{version}-%{release}
1267 Requires:       %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1268 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1269
1270 %description omega
1271 Omega is a version of the TeX program modified for multilingual
1272 typesetting. It uses unicode, and has additional primitives for (among
1273 other things) bidirectional typesetting.
1274
1275 %description omega -l pl.UTF-8
1276 Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1277 Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1278 tekstu pisanego w obu kierunkach.
1279
1280 # # formats #
1281
1282 # Plain format.
1283
1284 %package plain
1285 Summary:        Plain TeX format basic files
1286 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Plain TeX
1287 Group:          Applications/Publishing/TeX
1288 Requires(post,postun):  %{_bindir}/texhash
1289 Requires:       %{name} = %{epoch}:%{version}-%{release}
1290
1291 %description plain
1292 Plain TeX format basic files.
1293
1294 %description plain -l pl.UTF-8
1295 Podstawowe pliki dla formatu Plain TeX.
1296
1297 %package format-plain
1298 Summary:        TeX Plain format
1299 Summary(pl.UTF-8):      Format TeX Plain
1300 Group:          Applications/Publishing/TeX
1301 Requires(post,postun):  %{_bindir}/texhash
1302 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1303
1304 %description format-plain
1305 TeX Plain format.
1306
1307 %description format-plain -l pl.UTF-8
1308 Format TeX Plain.
1309
1310 %package format-pdftex
1311 Summary:        PDFTeX Plain format
1312 Summary(pl.UTF-8):      Format PDFTeX Plain
1313 Group:          Applications/Publishing/TeX
1314 Requires(post,postun):  %{_bindir}/texhash
1315 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1316 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1317 # for epstopdf to work
1318 Requires:       fonts-Type1-urw
1319 Requires:       ghostscript
1320
1321 %description format-pdftex
1322 PDFTeX Plain format.
1323
1324 %description format-pdftex -l pl.UTF-8
1325 Format PDFTeX Plain.
1326
1327 %package format-pdfetex
1328 Summary:        PDFTeX EPlain format
1329 Summary(pl.UTF-8):      Format PDFTeX EPlain
1330 Group:          Applications/Publishing/TeX
1331 Requires(post,postun):  %{_bindir}/texhash
1332 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1333 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1334
1335 %description format-pdfetex
1336 PDFTeX EPlain format.
1337
1338 %description format-pdfetex -l pl.UTF-8
1339 Format PDFTeX EPlain.
1340
1341 # MeX Plain format
1342
1343 %package mex
1344 Summary:        MeX Plain Format basic files
1345 Summary(pl.UTF-8):      Podstawowe pliki dla format MeX Plain
1346 Group:          Applications/Publishing/TeX
1347 Requires(post,postun):  %{_bindir}/texhash
1348 Requires:       %{name} = %{epoch}:%{version}-%{release}
1349 Requires:       texlive-fonts-pl = %{epoch}:%{version}-%{release}
1350 Requires:       texlive-plain = %{epoch}:%{version}-%{release}
1351
1352 %description mex
1353 MeX Plain Format basic files.
1354
1355 %description mex -l pl.UTF-8
1356 Podstawowe pliki dla formatu MeX Plain.
1357
1358 %package format-mex
1359 Summary:        MeX Plain Format
1360 Summary(pl.UTF-8):      Format MeX Plain
1361 Group:          Applications/Publishing/TeX
1362 Requires(post,postun):  %{_bindir}/texhash
1363 Requires:       texlive-mex = %{epoch}:%{version}-%{release}
1364
1365 %description format-mex
1366 MeX Plain Format.
1367
1368 %description format-mex -l pl.UTF-8
1369 Format MeX Plain.
1370
1371 %package format-pdfmex
1372 Summary:        PDFMeX Plain Format
1373 Summary(pl.UTF-8):      Format PDFMeX Plain
1374 Group:          Applications/Publishing/TeX
1375 Requires(post,postun):  %{_bindir}/texhash
1376 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1377 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1378
1379 %description format-pdfmex
1380 PDFMeX Plain Format.
1381
1382 %description format-pdfmex -l pl.UTF-8
1383 Format PDFMeX Plain.
1384
1385 %package format-utf8mex
1386 Summary:        MeX Plain Format with UTF-8 encoded source files
1387 Summary(pl.UTF-8):      Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1388 Group:          Applications/Publishing/TeX
1389 Requires(post,postun):  %{_bindir}/texhash
1390 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1391
1392 %description format-utf8mex
1393 MeX Plain Format with UTF-8 encoded source files.
1394
1395 %description format-utf8mex -l pl.UTF-8
1396 Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1397
1398 # AMS TeX format
1399
1400 %package amstex
1401 Summary:        AMS macros for Plain TeX basic files
1402 Summary(pl.UTF-8):      Podstawowe pliki makr AMS dla formatu Plain TeX
1403 Group:          Applications/Publishing/TeX
1404 Requires(post,postun):  %{_bindir}/texhash
1405 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1406 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1407 Obsoletes:      tetex-ams
1408 Obsoletes:      tetex-plain-amsfonts
1409
1410 %description amstex
1411 American Mathematical Society macros for Plain TeX basic files.
1412
1413 %description amstex -l pl.UTF-8
1414 Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1415 Plain TeX.
1416
1417 %package format-amstex
1418 Summary:        AMS macros for Plain TeX
1419 Summary(pl.UTF-8):      Makra AMS dla formatu Plain TeX
1420 Group:          Applications/Publishing/TeX
1421 Requires(post,postun):  %{_bindir}/texhash
1422 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1423 Obsoletes:      tetex-ams
1424
1425 %description format-amstex
1426 American Mathematical Society macros for Plain TeX.
1427
1428 %description format-amstex -l pl.UTF-8
1429 Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1430
1431 %package format-pdfamstex
1432 Summary:        AMS macros for PDFTeX
1433 Summary(pl.UTF-8):      Makra AMS dla formatu PDFTeX
1434 Group:          Applications/Publishing/TeX
1435 Requires(post,postun):  %{_bindir}/texhash
1436 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1437 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1438
1439 %description format-pdfamstex
1440 American Mathematical Society macros for PDFTeX.
1441
1442 %description format-pdfamstex -l pl.UTF-8
1443 Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1444
1445 # CSPlain format
1446
1447 %package csplain
1448 Summary:        TeX CSPlain format basic files
1449 Summary(pl.UTF-8):      Podstawowe pliki dla formatu TeX CSPlain
1450 Group:          Applications/Publishing/TeX
1451 Requires(post,postun):  %{_bindir}/texhash
1452 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1453 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1454
1455 %description csplain
1456 TeX CSPlain format basic files.
1457
1458 %description csplain -l pl.UTF-8
1459 Podstawowe pliki dla formatu TeX CSPlain.
1460
1461 %package format-csplain
1462 Summary:        TeX CSPlain format
1463 Summary(pl.UTF-8):      Format TeX CSPlain
1464 Group:          Applications/Publishing/TeX
1465 Requires(post,postun):  %{_bindir}/texhash
1466 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1467
1468 %description format-csplain
1469 TeX CSPlain format.
1470
1471 %description format-csplain -l pl.UTF-8
1472 Format TeX CSPlain.
1473
1474 %package format-pdfcsplain
1475 Summary:        PDFTeX CSPlain format
1476 Summary(pl.UTF-8):      Format PDFTeX CSPlain
1477 Group:          Applications/Publishing/TeX
1478 Requires(post,postun):  %{_bindir}/texhash
1479 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1480
1481 %description format-pdfcsplain
1482 PDFTeX CSPlain format.
1483
1484 %description format-pdfcsplain -l pl.UTF-8
1485 Format PDFTeX CSPlain.
1486
1487 # CSLaTeX format
1488
1489 %package cslatex
1490 Summary:        CSLaTeX format basic files
1491 Summary(pl.UTF-8):      Podstawowe pliki dla formatu CSLaTeX
1492 Group:          Applications/Publishing/TeX
1493 Requires(post,postun):  %{_bindir}/texhash
1494 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1495 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1496
1497 %description cslatex
1498 CSLaTeX format basic files.
1499
1500 %description cslatex -l pl.UTF-8
1501 Podstawowe pliki dla formatu CSLaTeX.
1502
1503 %package format-cslatex
1504 Summary:        CSLaTeX format
1505 Summary(pl.UTF-8):      Format CSLaTeX
1506 Group:          Applications/Publishing/TeX
1507 Requires(post,postun):  %{_bindir}/texhash
1508 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1509
1510 %description format-cslatex
1511 CSLaTeX format.
1512
1513 %description format-cslatex -l pl.UTF-8
1514 Format CSLaTeX.
1515
1516 %package format-pdfcslatex
1517 Summary:        PDF CSLaTeX format
1518 Summary(pl.UTF-8):      Format PDF CSLaTeX
1519 Group:          Applications/Publishing/TeX
1520 Requires(post,postun):  %{_bindir}/texhash
1521 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1522
1523 %description format-pdfcslatex
1524 PDF CSLaTeX format.
1525
1526 %description format-pdfcslatex -l pl.UTF-8
1527 Format PDF CSLaTeX.
1528
1529 # Cyrillic Plain format
1530
1531 %package cyrplain
1532 Summary:        Cyrillic Plain format basic files
1533 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Cyrillic Plain
1534 Group:          Applications/Publishing/TeX
1535 Requires(post,postun):  %{_bindir}/texhash
1536 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1537
1538 %description cyrplain
1539 Cyrillic Plain format basic files.
1540
1541 %description cyrplain -l pl.UTF-8
1542 Podstawowe pliki dla formatu Cyrillic Plain.
1543
1544 %package format-cyrplain
1545 Summary:        Cyrillic Plain format
1546 Summary(pl.UTF-8):      Format Cyrillic Plain
1547 Group:          Applications/Publishing/TeX
1548 Requires(post,postun):  %{_bindir}/texhash
1549 Requires:       %{name}-cyrplain = %{epoch}:%{version}-%{release}
1550
1551 %description format-cyrplain
1552 Cyrillic Plain format.
1553
1554 %description format-cyrplain -l pl.UTF-8
1555 Format Cyrillic Plain.
1556
1557 %package format-cyramstex
1558 Summary:        Cyrillic AMSTeX format
1559 Summary(pl.UTF-8):      Format Cyrillic AMSTeX
1560 Group:          Applications/Publishing/TeX
1561 Requires(post,postun):  %{_bindir}/texhash
1562 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1563 Obsoletes:      tetex-cyramstex
1564
1565 %description format-cyramstex
1566 Cyrillic AMSTeX format.
1567
1568 %description format-cyramstex -l pl.UTF-8
1569 Format Cyrillic AMSTeX.
1570
1571 %package format-cyrtexinfo
1572 Summary:        Cyrillic TeXInfo format
1573 Summary(pl.UTF-8):      Format Cyrillic TeXInfo
1574 Group:          Applications/Publishing/TeX
1575 Requires(post,postun):  %{_bindir}/texhash
1576 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1577 Obsoletes:      tetex-cyrtexinfo
1578
1579 %description format-cyrtexinfo
1580 Cyrillic TeXInfo format.
1581
1582 %description format-cyrtexinfo -l pl.UTF-8
1583 Format Cyrillic TeXInfo.
1584
1585 # EPlain format
1586
1587 %package eplain
1588 Summary:        EPlain format basic files
1589 Summary(pl.UTF-8):      Podstawowe pliki dla formatu EPlain
1590 Group:          Applications/Publishing/TeX
1591 Requires(post,postun):  %{_bindir}/texhash
1592 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1593 Obsoletes:      tetex-etex
1594
1595 %description eplain
1596 EPlain format basic files.
1597
1598 %description eplain -l pl.UTF-8
1599 Podstawowe pliki dla formatu EPlain.
1600
1601 %package format-eplain
1602 Summary:        EPlain format
1603 Summary(pl.UTF-8):      Format EPlain
1604 Group:          Applications/Publishing/TeX
1605 Requires(post,postun):  %{_bindir}/texhash
1606 Requires:       %{name}-eplain = %{epoch}:%{version}-%{release}
1607
1608 %description format-eplain
1609 EPlain format.
1610
1611 %description format-eplain -l pl.UTF-8
1612 Format EPlain.
1613
1614 # ConTeXt format.
1615
1616 %package context
1617 Summary:        ConTeXt macro package basic files
1618 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr ConTeXt
1619 Group:          Applications/Publishing/TeX
1620 Requires(post,postun):  %{_bindir}/texhash
1621 Requires:       %{name} = %{epoch}:%{version}-%{release}
1622 Obsoletes:      tetex-latex-context
1623
1624 %define         _noautoreq      'perl(path_tre)'
1625
1626 %description context
1627 A full featured, parameter driven macro package, which fully supports
1628 advanced interactive documents.
1629
1630 This package contains basic files.
1631
1632 %description context -l pl.UTF-8
1633 Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1634 całkowicie obsługujący zaawansowane dokumenty interaktywne.
1635
1636 Ten pakiet zawiera podstawowe pliki.
1637
1638 %package format-context-de
1639 Summary:        German ConTeXt format
1640 Summary(pl.UTF-8):      Niemiecka wersja formatu ConTeXt
1641 Group:          Applications/Publishing/TeX
1642 Requires(post,postun):  %{_bindir}/texhash
1643 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1644
1645 %description format-context-de
1646 German ConTeXt format.
1647
1648 %description format-context-de -l pl.UTF-8
1649 Niemiecka wersja formatu ConTeXt.
1650
1651 %package format-context-en
1652 Summary:        English ConTeXt format
1653 Summary(pl.UTF-8):      Angielska wersja formatu ConTeXt
1654 Group:          Applications/Publishing/TeX
1655 Requires(post,postun):  %{_bindir}/texhash
1656 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1657
1658 %description format-context-en
1659 English ConTeXt format.
1660
1661 %description format-context-en -l pl.UTF-8
1662 Angielska wersja formatu ConTeXt.
1663
1664 %package format-context-nl
1665 Summary:        Dutch ConTeXt format
1666 Summary(pl.UTF-8):      Holenderska wersja formatu ConTeXt
1667 Group:          Applications/Publishing/TeX
1668 Requires(post,postun):  %{_bindir}/texhash
1669 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1670
1671 %description format-context-nl
1672 Dutch ConTeXt format.
1673
1674 %description format-context-nl -l pl.UTF-8
1675 Holenderska wersja formatu ConTeXt.
1676
1677 # LaTeX format.
1678
1679 %package latex
1680 Summary:        LaTeX macro package basic files
1681 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr LaTeX
1682 Group:          Applications/Publishing/TeX
1683 Requires(post,postun):  %{_bindir}/texhash
1684 Requires:       %{name} = %{epoch}:%{version}-%{release}
1685 Requires:       %{name}-fonts-latex = %{epoch}:%{version}-%{release}
1686 Requires:       %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1687 Requires:       %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
1688 # for misc/eurosym:
1689 Requires:       %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
1690 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1691 Requires:       %{name}-tex-babel = %{epoch}:%{version}-%{release}
1692 Suggests:       %{name}-latex-ucs = %{epoch}:%{version}-%{release}
1693 Obsoletes:      tetex-bibtex-koma-script
1694 Obsoletes:      tetex-latex-SIunits
1695 Obsoletes:      tetex-latex-caption
1696 Obsoletes:      tetex-latex-curves
1697 Obsoletes:      tetex-latex-dinbrief
1698 Obsoletes:      tetex-latex-draftcopy
1699 Obsoletes:      tetex-latex-dvilj
1700 Obsoletes:      tetex-latex-eepic
1701 Obsoletes:      tetex-latex-endfloat
1702 Obsoletes:      tetex-latex-fancyhdr
1703 Obsoletes:      tetex-latex-fancyheadings
1704 Obsoletes:      tetex-latex-fancyvrb
1705 Obsoletes:      tetex-latex-fp
1706 Obsoletes:      tetex-latex-graphics
1707 Obsoletes:      tetex-latex-hyperref
1708 Obsoletes:      tetex-latex-koma-script
1709 Obsoletes:      tetex-latex-labels
1710 Obsoletes:      tetex-latex-listings
1711 Obsoletes:      tetex-latex-misc
1712 Obsoletes:      tetex-latex-ms
1713 Obsoletes:      tetex-latex-multirow
1714 Obsoletes:      tetex-latex-mwcls
1715 Obsoletes:      tetex-latex-mwdtools
1716 Obsoletes:      tetex-latex-natbib
1717 Obsoletes:      tetex-latex-ntgclass
1718 Obsoletes:      tetex-latex-oberdiek
1719 Obsoletes:      tetex-latex-pb-diagram
1720 Obsoletes:      tetex-latex-pstriks
1721 Obsoletes:      tetex-latex-revtex4
1722 Obsoletes:      tetex-latex-seminar
1723 Obsoletes:      tetex-latex-t2
1724 Obsoletes:      tetex-latex-titlesec
1725 Obsoletes:      tetex-latex-tools
1726 Obsoletes:      tetex-latex-units
1727 Obsoletes:      tetex-mwcls
1728 Obsoletes:      tetex-revtex4
1729
1730 %description latex
1731 LaTeX is a front end for the TeX text formatting system. Easier to use
1732 than TeX, LaTeX is essentially a set of TeX macros which provide
1733 convenient, predefined document formats for users.
1734
1735 This package contains basic files.
1736
1737 %description latex -l pl.UTF-8
1738 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1739 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1740 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1741
1742 Ten pakiet zawiera podstawowe pliki.
1743
1744 %package latex-12many
1745 Summary:        Generalising mathematical index sets
1746 Summary(hu.UTF-8):      A matematikai halmazok indexelésének általánosítása
1747 Group:          Applications/Publishing/TeX
1748 Requires(post,postun):  %{_bindir}/texhash
1749 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1750
1751 %description latex-12many
1752 Generalising mathematical index sets.
1753
1754 %description latex-12many -l hu.UTF-8
1755 A matematikai halmazok indexelésének általánosítása.
1756
1757 %package latex-abstract
1758 Summary:        Control the typesetting of the abstract environment
1759 Summary(hu.UTF-8):      Az "abstract" környezet szedésének irányítása
1760 Group:          Applications/Publishing/TeX
1761 Requires(post,postun):  %{_bindir}/texhash
1762 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1763
1764 %description latex-abstract
1765 Control the typesetting of the abstract environment.
1766
1767 %description latex-abstract -l hu.UTF-8
1768 Az "abstract" környezet szedésének irányítása.
1769
1770 %package latex-accfonts
1771 Summary:        Utilities to derive new fonts from existing ones
1772 Summary(hu.UTF-8):      Eszközök új betűtípusok származtatására már létezőkből
1773 Group:          Applications/Publishing/TeX
1774 Requires(post,postun):  %{_bindir}/texhash
1775
1776 %description latex-accfonts
1777 Utilities to derive new fonts from existing ones.
1778
1779 %description latex-accfonts -l hu.UTF-8
1780 Eszközök új betűtípusok származtatására már létezőkből.
1781
1782 %package latex-adrconv
1783 Summary:        BibTeX styles to implement an address database
1784 Summary(hu.UTF-8):      BibTeX stílusok cím-adatbázis megvalósításához
1785 Group:          Applications/Publishing/TeX
1786 Requires(post,postun):  %{_bindir}/texhash
1787 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1788
1789 %description latex-adrconv
1790 BibTeX styles to implement an address database.
1791
1792 %description latex-adrconv -l hu.UTF-8
1793 BibTeX stílusok cím-adatbázis megvalósításához.
1794
1795
1796 %package latex-ae
1797 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
1798 Summary(pl.UTF-8):      Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1799 Group:          Applications/Publishing/TeX
1800 Requires(post,postun):  %{_bindir}/texhash
1801 Requires:       %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1802 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1803
1804 %description latex-ae
1805 A set of virtual fonts which emulates T1 coded fonts using the
1806 standard CM fonts. The package is called AE fonts (for Almost
1807 European). The main use of the package is to produce PDF files using
1808 versions of the CM fonts instead of the bitmapped EC fonts.
1809
1810 %description latex-ae -l pl.UTF-8
1811 Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1812 standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1813 - prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1814   produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1815   bitmapowych fontów EC.
1816
1817 %package latex-algorithms
1818 Summary:        Floating algorithm environment
1819 Summary(pl.UTF-8):      Pływające środowisko dla algorytmów
1820 Group:          Applications/Publishing/TeX
1821 Requires(post,postun):  /usr/bin/texhash
1822 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1823
1824 %description latex-algorithms
1825 Defines a floating algorithm environment designed to work with the
1826 algorithmic package.
1827
1828 %description latex-algorithms -l pl.UTF-8
1829 Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1830 do pracy z pakietem algorithmic.
1831
1832 %package latex-ams
1833 Summary:        AMS math facilities for LaTeX
1834 Summary(pl.UTF-8):      Udogodnienia matematyczne AMS dla LaTeXa
1835 Group:          Applications/Publishing/TeX
1836 Requires(post,postun):  %{_bindir}/texhash
1837 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1838 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1839 Obsoletes:      tetex-latex-amscls
1840 Obsoletes:      tetex-latex-amsfonts
1841 Obsoletes:      tetex-latex-amsmath
1842
1843 %description latex-ams
1844 This package is the principal package in the AMS-LaTeX distribution.
1845 It adapts for use in LaTeX most of the mathematical features found in
1846 AMS-TeX.
1847
1848 %description latex-ams -l pl.UTF-8
1849 To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1850 możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1851
1852 %package latex-antp
1853 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1854 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1855 Group:          Applications/Publishing/TeX
1856 Requires(post,postun):  %{_bindir}/texhash
1857 Requires:       %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1858 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1859
1860 %description latex-antp
1861 A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1862 - -- preliminary version. This font was designed in the 'twenties and
1863   the 'thirties of XX century by a Polish graphic artist and a
1864   typographer Adam Poltawski. It was widely used by Polish printing
1865   houses as long as metal types were in use (until ca the 'sixties).
1866   Perhaps the first complete font family programmed and parametrized in
1867   METAPOST.
1868
1869 %description latex-antp -l pl.UTF-8
1870 Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1871 PostScript Type 1. Ten krój został opracowany w latach 30-tych i
1872 40-tych XX wieku przez polskiego grafika i typografa Adama
1873 Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1874 używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1875 kompletna rodzina fontów zaprogramowana i zparametryzowana w
1876 METAPOSCIE.
1877
1878 %package latex-antt
1879 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
1880 Summary(pl.UTF-8):      Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1881 Group:          Applications/Publishing/TeX
1882 Requires(post,postun):  %{_bindir}/texhash
1883 Requires:       %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1884 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1885
1886 %description latex-antt
1887 Antykwa Torunska is a serif font designed by the late Polish
1888 typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
1889 1.
1890
1891 %description latex-antt -l pl.UTF-8
1892 Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1893 typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1894 postać cyfrową jako Type 1.
1895
1896 %package latex-appendix
1897 Summary:        Extra control of appendices
1898 Summary(hu.UTF-8):      Az appendixek nagyobb irányítása
1899 Group:          Applications/Publishing/TeX
1900 Requires(post,postun):  %{_bindir}/texhash
1901 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1902
1903 %description latex-appendix
1904 Extra control of appendices.
1905
1906 %description latex-appendix -l hu.UTF-8
1907 Az appendixek nagyobb irányítása.
1908
1909 %package latex-backgammon
1910 Summary:        LaTeX package to documenting backgammon games
1911 Summary(hu.UTF-8):      LaTeX csomag backgammon játékok dokumentálására
1912 Group:          Applications/Publishing/TeX
1913 Requires(post,postun):  %{_bindir}/texhash
1914 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1915
1916 %description latex-backgammon
1917 LaTeX package to documenting backgammon games.
1918
1919 %description latex-backgammon -l hu.UTF-8
1920 LaTeX csomag backgammon játékok dokumentálására
1921
1922 %package latex-bbm
1923 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
1924 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1925 Group:          Applications/Publishing/TeX
1926 Requires(post,postun):  %{_bindir}/texhash
1927 Requires:       %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
1928 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1929
1930 %description latex-bbm
1931 Blackboard variant fonts for Computer Modern, with LaTeX support.
1932
1933 %description latex-bbm -l pl.UTF-8
1934 Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
1935
1936 %package latex-bardiag
1937 Summary:        LateX package for drawing bar diagrams
1938 Summary(pl.UTF-8):      LaTeX csomag oszlopdiagramok rajzolására
1939 Group:          Applications/Publishing/TeX
1940 Requires(post,postun):  %{_bindir}/texhash
1941
1942 %description latex-bardiag
1943 LateX package for drawing bar diagrams.
1944
1945 %description latex-bardiag -l hu.UTF-8
1946 LaTeX csomag oszlopdiagramok rajzolására.
1947
1948 %package latex-bbold
1949 Summary:        Sans serif blackboard bold for LaTeX
1950 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
1951 Group:          Applications/Publishing/TeX
1952 Requires(post,postun):  %{_bindir}/texhash
1953 Requires:       %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
1954 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1955
1956 %description latex-bbold
1957 A geometric sans serif blackboard bold font, for use in mathematics.
1958
1959 %description latex-bbold -l pl.UTF-8
1960 Geometryczny tablicowy tłusty font sans serif, do używania w
1961 matematyce.
1962
1963 %package latex-bibtex
1964 Summary:        Bibliography management for LaTeX
1965 Summary(pl.UTF-8):      Zarządzenie bibliografią dla LaTeXa
1966 Group:          Applications/Publishing/TeX
1967 Requires(post,postun):  %{_bindir}/texhash
1968 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1969 Obsoletes:      tetex-bibtex
1970 Obsoletes:      tetex-natbib
1971 Obsoletes:      tetex-rubibtex
1972
1973 %description latex-bibtex
1974 Bibliography management for LaTeX.
1975
1976 %description latex-bibtex -l pl.UTF-8
1977 Zarządzanie bibliografią dla LaTeXa.
1978
1979 %package latex-beamer
1980 Summary:        A LaTeX class for producing presentations and slides
1981 Summary(hu.UTF-8):      LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
1982 Group:          Applications/Publishing/TeX
1983 Requires(post,postun):  %{_bindir}/texhash
1984 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1985
1986 %description latex-beamer
1987 A LaTeX class for producing presentations and slides.
1988
1989 %description latex-beamer -l hu.UTF-8
1990 LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
1991
1992 %package latex-bezos
1993 Summary:        Packages by Javier Bezos (additional math tools)
1994 Summary(hu.UTF-8):      Javier Bezos csomagjai (további matematikai eszközök)
1995 Group:          Applications/Publishing/TeX
1996 Requires(post,postun):  %{_bindir}/texhash
1997 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1998
1999 %description latex-bezos
2000 Packages by Javier Bezos (additional math tools).
2001
2002 %description latex-bezos
2003 Javier Bezos csomagjai (további matematikai eszközök).
2004
2005 %package latex-bibtex-ams
2006 Summary:        BibTeX style files for American Mathematical Society publications
2007 Summary(pl.UTF-8):      Pliki stylów BibTeXa do publikacji American Mathematical Society
2008 Group:          Applications/Publishing/TeX
2009 Requires(post,postun):  %{_bindir}/texhash
2010 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2011 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2012 Obsoletes:      tetex-bibtex-ams
2013
2014 %description latex-bibtex-ams
2015 BibTeX style files for American Mathematical Society publications.
2016
2017 %description latex-bibtex-ams -l pl.UTF-8
2018 Pliki stylów BibTeXa do publikacji American Mathematical Society.
2019
2020 %package latex-bibtex-dk
2021 Summary:        Danish variants of the standard BibTeX styles
2022 Summary(pl.UTF-8):      Duńskie warianty standardowych stylów BibTeXa
2023 Group:          Applications/Publishing/TeX
2024 Requires(post,postun):  /usr/bin/texhash
2025 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2026
2027 %description latex-bibtex-dk
2028 Dk-bib is a translation of the four standard BibTeX style files
2029 (abbrv, alpha, plain and unsrt) into Danish. The files have been
2030 extended with ISBN, ISSN and URL fields which can be enabled through a
2031 LaTeX style file.
2032
2033 %description latex-bibtex-dk -l pl.UTF-8
2034 Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2035 (abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2036 rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2037 stylu LaTeXa.
2038
2039 %package latex-bibtex-nor
2040 Summary:        Norwegian variants of the standard BibTeX styles
2041 Summary(pl.UTF-8):      Norweskie warianty standardowych stylów BibTeXa
2042 Group:          Applications/Publishing/TeX
2043 Requires(post,postun):  /usr/bin/texhash
2044 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2045
2046 %description latex-bibtex-nor
2047 Norwegian variants of the standard BibTeX styles.
2048
2049 %description latex-bibtex-nor -l pl.UTF-8
2050 Norweskie warianty standardowych stylów BibTeXa.
2051
2052 %package latex-bibtex-pl
2053 Summary:        Polish bibliography management for LaTeX
2054 Summary(pl.UTF-8):      Polska wersja zarządzania bibliografią dla LaTeXa
2055 Group:          Applications/Publishing/TeX
2056 Requires(post,postun):  %{_bindir}/texhash
2057 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2058 Obsoletes:      tetex-bibtex-plbib
2059
2060 %description latex-bibtex-pl
2061 Polish bibliography management for LaTeX.
2062
2063 %description latex-bibtex-pl -l pl.UTF-8
2064 Polska wersja zarządzania bibliografią dla LaTeXa.
2065
2066 %package latex-bibtex-german
2067 Summary:        German variants of standard BibTeX styles
2068 Summary(pl.UTF-8):      Niemieckie wersje standardowych stylów BibTeXa
2069 Group:          Applications/Publishing/TeX
2070 Requires(post,postun):  %{_bindir}/texhash
2071 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2072 Obsoletes:      tetex-bibtex-germbib
2073
2074 %description latex-bibtex-german
2075 German variants of standard BibTeX styles.
2076
2077 %description latex-bibtex-german -l pl.UTF-8
2078 Niemieckie wersje standardowych stylów BibTeXa.
2079
2080 %package latex-bibtex-revtex4
2081 Summary:        BibTeX styles for REVTeX4
2082 Summary(pl.UTF-8):      Style BibTeXa dla REVTeX4
2083 Group:          Applications/Publishing/TeX
2084 Requires(post,postun):  %{_bindir}/texhash
2085 Requires:       %{name} = %{epoch}:%{version}-%{release}
2086 Obsoletes:      tetex-bibtex-revtex4
2087
2088 %description latex-bibtex-revtex4
2089 BibTeX styles for REVTeX4.
2090
2091 %description latex-bibtex-revtex4 -l pl.UTF-8
2092 Style BibTeXa dla REVTeX4.
2093
2094 %package latex-bibtex-jurabib
2095 Summary:        Extended BibTeX citation support for the humanities and legal texts
2096 Summary(pl.UTF-8):      Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2097 Group:          Applications/Publishing/TeX
2098 Requires(post,postun):  %{_bindir}/texhash
2099 Requires:       %{name} = %{epoch}:%{version}-%{release}
2100 Obsoletes:      tetex-bibtex-jurabib
2101
2102 %description latex-bibtex-jurabib
2103 Extended BibTeX citation support for the humanities and legal texts.
2104
2105 %description latex-bibtex-jurabib -l pl.UTF-8
2106 Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2107 prawniczych.
2108
2109 %package latex-bibtex-styles
2110 Summary:        Various BibTeX styles
2111 Summary(hu.UTF-8):      Vegyes BibTeX stílusok
2112 Group:          Applications/Publishing/TeX
2113 Requires(post,postun):  %{_bindir}/texhash
2114 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2115
2116 %description latex-bibtex-styles
2117 Various BibTeX styles.
2118
2119 %description latex-bibtex-styles -l hu.UTF-8
2120 Vegyes BibTeX stílusok.
2121
2122 %package latex-bibtex-vancouver
2123 Summary:        Bibliographic style file for Biomedical Journals
2124 Summary(hu.UTF-8):      Irodalomjegyzék-stílus a Biomedical Journal-hoz
2125 Group:          Applications/Publishing/TeX
2126 Requires(post,postun):  %{_bindir}/texhash
2127 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2128
2129 %description latex-bibtex-vancouver
2130 Bibliographic style file for Biomedical Journals.
2131
2132 %description latex-bibtex-vancouver -l hu.UTF-8
2133 Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2134
2135 %package latex-booktabs
2136 Summary:        Publication quality tables in LaTeX
2137 Summary(hu.UTF-8):      Nyomdai minőségű táblázatok LaTeX-ben
2138 Group:          Applications/Publishing/TeX
2139 Requires(post,postun):  %{_bindir}/texhash
2140 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2141
2142 %description latex-booktabs
2143 Publication quality tables in LaTeX.
2144
2145 %description latex-booktabs -l hu.UTF-8
2146 Nyomdai minőségű táblázatok LaTeX-ben.
2147
2148
2149 %package latex-caption
2150 Summary:        Customising captions in floating environments
2151 Summary(hu.UTF-8):      Feliratok testreszabása úszó környezetekben
2152 Group:          Applications/Publishing/TeX
2153 Requires(post,postun):  %{_bindir}/texhash
2154 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2155
2156 %description latex-caption
2157 Customising captions in floating environments.
2158
2159 %description latex-caption -l hu.UTF-8
2160 Feliratok testreszabása úszó környezetekben.
2161
2162 %package latex-carlisle
2163 Summary:        Miscellaneous small packages by David Carlisle
2164 Summary(pl.UTF-8):      Różne małe pakiety autorstwa Davida Carlisle
2165 Group:          Applications/Publishing/TeX
2166 Requires(post,postun):  %{_bindir}/texhash
2167 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2168
2169 %description latex-carlisle
2170 Miscellaneous small packages by David Carlisle.
2171
2172 %description latex-carlisle -l pl.UTF-8
2173 Różne małe pakiety autorstwa Davida Carlisle.
2174
2175 %package latex-ccfonts
2176 Summary:        Support for Concrete text and math fonts in LaTeX
2177 Summary(pl.UTF-8):      Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2178 Group:          Applications/Publishing/TeX
2179 Requires(post,postun):  %{_bindir}/texhash
2180 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2181
2182 %description latex-ccfonts
2183 LaTeX font definition files for the Concrete fonts and a LaTeX package
2184 for typesetting documents using Concrete as the default font family.
2185 The files support OT1, T1, TS1, and Concrete math including AMS fonts
2186 (Ulrik Vieth's concmath).
2187
2188 %description latex-ccfonts -l pl.UTF-8
2189 Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2190 LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2191 rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2192 Concrete wraz z AMS (concmath Ulrika Vietha).
2193
2194 %package latex-cite
2195 Summary:        Supports compressed, sorted lists of numerical citations
2196 Summary(pl.UTF-8):      Obsługa kompresowanych, sortowanych list numerowanych cytatów
2197 Group:          Applications/Publishing/TeX
2198 Requires(post,postun):  %{_bindir}/texhash
2199 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2200
2201 %description latex-cite
2202 Supports compressed, sorted lists of numerical citations.
2203
2204 %description latex-cite -l pl.UTF-8
2205 Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2206
2207 %package latex-cmbright
2208 Summary:        Support for CM Bright fonts in LaTeX
2209 Summary(pl.UTF-8):      Obsługa fontów CM Bright w LaTeXu
2210 Group:          Applications/Publishing/TeX
2211 Requires(post,postun):  %{_bindir}/texhash
2212 Requires:       %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2213 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2214
2215 %description latex-cmbright
2216 A family of sans serif fonts for TeX and LaTeX, based on Donald
2217 Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2218 various shapes as well as all the fonts necessary for mathematical
2219 typesetting, incl. AMS symbols. This collection provides all the
2220 necessary files for using the fonts with LaTeX.
2221
2222 %description latex-cmbright -l pl.UTF-8
2223 Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2224 Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2225 kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2226 symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2227 używania fontów w LaTeXu.
2228
2229 %package latex-comment
2230 Summary:        Selectively include/excludes portions of text
2231 Summary(hu.UTF-8):      A szöveg részeinek beillesztése/kihagyása
2232 Group:          Applications/Publishing/TeX
2233 Requires(post,postun):  %{_bindir}/texhash
2234 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2235
2236 %description latex-comment
2237 Selectively include/excludes portions of text.
2238
2239 %description latex-comment -l hu.UTF-8
2240 A szöveg részeinek beillesztése/kihagyása.
2241
2242 %package latex-concmath
2243 Summary:        LaTeX package and font definition files to access the Concrete math fonts
2244 Summary(pl.UTF-8):      Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2245 Group:          Applications/Publishing/TeX
2246 Requires(post,postun):  %{_bindir}/texhash
2247 Requires:       %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2248 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2249
2250 %description latex-concmath
2251 LaTeX package and font definition files to access the Concrete math
2252 fonts, which were derived from Computer Modern math fonts using
2253 parameters from Concrete Roman text fonts.
2254
2255 %description latex-concmath -l pl.UTF-8
2256 Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2257 matematyczne Concrete wywodzące się z fontów matematycznych Computer
2258 Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2259 Roman.
2260
2261 %package latex-currvita
2262 Summary:        Typeset a curriculum vitae
2263 Summary(hu.UTF-8):      Önéletrajzok írása
2264 Group:          Applications/Publishing/TeX
2265 Requires(post,postun):  %{_bindir}/texhash
2266 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2267
2268 %description latex-currvita
2269 Typeset a curriculum vitae.
2270
2271 %description latex-currvita -l hu.UTF-8
2272 Önéletrajzok írása.
2273
2274 %package latex-curves
2275 Summary:        Curves for LaTeX picture environment
2276 Summary(hu.UTF-8):      Görbék LaTeX picture környezetébe
2277 Group:          Applications/Publishing/TeX
2278 Requires(post,postun):  %{_bindir}/texhash
2279 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2280
2281 %description latex-curves
2282 Curves for LaTeX picture environment.
2283
2284 %description latex-curves -l hu.UTF-8
2285 Görbék LaTeX picture környezetébe.
2286
2287 %package latex-custom-bib
2288 Summary:        Customized BibTeX styles for LaTeX
2289 Summary(pl.UTF-8):      Dostosowywanie stylów BibTeXa dla LaTeXa
2290 Group:          Applications/Publishing/TeX
2291 Requires(post,postun):  %{_bindir}/texhash
2292 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2293
2294 %description latex-custom-bib
2295 Package generating customized BibTeX bibliography styles from a
2296 generic file using docstrip. Includes support for the Harvard style.
2297
2298 %description latex-custom-bib -l pl.UTF-8
2299 Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2300 pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2301
2302 %package latex-cyrillic
2303 Summary:        LaTeX Cyrillic support
2304 Summary(pl.UTF-8):      Obsługa cyrylicy dla LaTeXa
2305 Group:          Applications/Publishing/TeX
2306 Requires(post,postun):  %{_bindir}/texhash
2307 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2308
2309 %description latex-cyrillic
2310 LaTeX Cyrillic support.
2311
2312 %description latex-cyrillic -l pl.UTF-8
2313 Obsługa cyrylicy dla LaTeXa.
2314
2315 %package latex-dstroke
2316 Summary:        LaTeX doublestroke font
2317 Summary(pl.UTF-8):      Podwójnie kreślony font dla LaTeXa
2318 Group:          Applications/Publishing/TeX
2319 Requires(post,postun):  %{_bindir}/texhash
2320 Requires:       %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2321 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2322
2323 %description latex-dstroke
2324 Doublestroke font for typesetting the mathematical symbols for the
2325 natural numbers, whole numbers, rational numbers, real numbers and
2326 complex numbers.
2327
2328 %description latex-dstroke -l pl.UTF-8
2329 Podwójnie kreślony font do składania symboli matematycznych liczb
2330 naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
2331
2332 %package latex-enumitem
2333 Summary:        A package to customize the three basic lists
2334 Summary(hu.UTF-8):      Egy csomag, amivel testreszabhatod a három alapvető listát
2335 Group:          Applications/Publishing/TeX
2336 Requires(post,postun):  %{_bindir}/texhash
2337 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2338
2339 %description latex-enumitem
2340 A package to customize the three basic lists (enumerate, itemize and
2341 description).
2342
2343 %description latex-enumitem
2344 Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2345 (enumerate, itemize, description).
2346
2347 %package latex-exam
2348 Summary:        The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2349 Summary(hu.UTF-8):      Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2350 Group:          Applications/Publishing/TeX
2351 Requires(post,postun):  %{_bindir}/texhash
2352 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2353
2354 %description latex-exam
2355 The exam document class attempts to make it easy for even a LaTeX
2356 novice to prepare exams.
2357
2358 %description latex-exam -l hu.UTF-8
2359 Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2360 feladatsorok készítése.
2361
2362 %package latex-gbrief
2363 Summary:        Letter document class
2364 Summary(hu.UTF-8):      Levél dokumentumosztály
2365 Group:          Applications/Publishing/TeX
2366 Requires(post,postun):  %{_bindir}/texhash
2367 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2368
2369 %description latex-gbrief
2370 Letter document class.
2371
2372 %description latex-gbrief -l hu.UTF-8
2373 Levél dokumentumosztály.
2374
2375
2376 %package latex-jknappen
2377 Summary:        Miscellaneous packages by Joerg Knappen
2378 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
2379 Group:          Applications/Publishing/TeX
2380 Requires(post,postun):  %{_bindir}/texhash
2381 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2382 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2383
2384 %description latex-jknappen
2385 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2386 Knappen, including sgmlcmpt.
2387
2388 %description latex-jknappen -l pl.UTF-8
2389 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2390 Knappena. Zawiera sgmlcmpt.
2391
2392 %package latex-leftidx
2393 Summary:        Left and right subscripts and superscripts in math mode
2394 Summary(hu.UTF-8):      Bal és jobboldali alsó és felső indexek matematikai módban
2395 Group:          Applications/Publishing/TeX
2396 Requires(post,postun):  %{_bindir}/texhash
2397 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2398
2399 %description latex-leftidx
2400 Left and right subscripts and superscripts in math mode.
2401
2402 %description latex-leftidx -l hu.UTF-8
2403 Bal és jobboldali alsó és felső indexek matematikai módban.
2404
2405 %package latex-lm
2406 Summary:        LaTeX styles for Latin Modern family fonts
2407 Summary(pl.UTF-8):      Style LaTeXa dla fontów z rodziny Latin Modern
2408 Group:          Applications/Publishing/TeX
2409 Requires(post,postun):  /usr/bin/texhash
2410 Requires:       %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2411 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2412
2413 %description latex-lm
2414 Latin Modern family of fonts, based on the Computer Modern fonts
2415 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2416 lot of additional characters, mainly accented ones, but not only.
2417 There is a one set of PostScript fonts and four sets of TeX Font
2418 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2419 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2420 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2421 potential user knows what to do with all these files. The author is
2422 Boguslaw Jackowski.
2423
2424 %description latex-lm -l pl.UTF-8
2425 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2426 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2427 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2428 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2429 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2430 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2431 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2432 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2433 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2434
2435 %package latex-lastpage
2436 Summary:        Reference last page for "Page N of M" type footers
2437 Summary(hu.UTF-8):      Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2438 Group:          Applications/Publishing/TeX
2439 Requires(post,postun):  %{_bindir}/texhash
2440
2441 %description latex-lastpage
2442 Reference last page for Page N of M type footers.
2443
2444 %description latex-lastpage -l hu.UTF-8
2445 Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2446
2447 %package latex-lineno
2448 Summary:        Line numbers on paragraphs
2449 Summary(pl.UTF-8):      Numery linii dla paragrafów
2450 Group:          Applications/Publishing/TeX
2451 Requires(post,postun):  /usr/bin/texhash
2452 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2453
2454 %description latex-lineno
2455 The LaTeX package lineno.sty provides line numbers on paragraphs.
2456 After TeX has broken a paragraph into lines there will be line numbers
2457 attached to them, with the possibility to make references through the
2458 LaTeX \ref, \pageref cross reference mechanism.
2459
2460 %description latex-lineno -l pl.UTF-8
2461 Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2462 paragrafu na linie przez TeXa do linii dołączane są ich numery z
2463 możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2464 \ref i \pageref.
2465
2466 %package latex-microtype
2467 Summary:        An interface to the micro-typographic extensions of pdfTeX
2468 Summary(pl.UTF-8):      Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2469 Group:          Applications/Publishing/TeX
2470 Requires(post,postun):  /usr/bin/texhash
2471 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2472
2473 %description latex-microtype
2474 The `microtype' package provides a LaTeX interface to pdfTeX's
2475 micro-typographic extensions: character protrusion and font expansion.
2476 It allows to restrict character protrusion and/or font expansion to a
2477 definable set of fonts, and to configure micro-typographic aspects of
2478 the fonts in a straight-forward and flexible way. Settings for various
2479 fonts are provided.
2480
2481 %description latex-microtype -l pl.UTF-8
2482 Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2483 mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2484 Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2485 określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2486 aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2487 dla różnych fontów.
2488
2489 %package latex-musictex
2490 Summary:        Typesetting music with TeX
2491 Summary(hu.UTF-8):      Zenék szedése TeX-hel
2492 Group:          Applications/Publishing/TeX
2493 Requires(post,postun):  %{_bindir}/texhash
2494 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2495
2496 %description latex-musictex
2497 Typesetting music with TeX.
2498
2499 %description latex-musictex -l hu.UTF-8
2500 Zenék szedése TeX-hel.
2501
2502 %package latex-lucidabr
2503 Summary:        Package to make Lucida Bright fonts usable with LaTeX
2504 Summary(pl.UTF-8):      Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2505 Group:          Applications/Publishing/TeX
2506 Requires(post,postun):  %{_bindir}/texhash
2507 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2508
2509 %description latex-lucidabr
2510 Package to make Lucida Bright fonts usable with LaTeX.
2511
2512 %description latex-lucidabr -l pl.UTF-8
2513 Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2514
2515 %package latex-marvosym
2516 Summary:        Styles for Martin Vogel's Symbol (marvosym) font
2517 Summary(pl.UTF-8):      Style dla fontu Symbol Martina Vogela (marvosym)
2518 Group:          Applications/Publishing/TeX
2519 Requires(post,postun):  /usr/bin/texhash
2520 Requires:       %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2521 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2522
2523 %description latex-marvosym
2524 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2525 currency symbol as defined by the European commission; Euro currency
2526 symbols in typefaces Times, Helvetica and Courier; Symbols for
2527 structural engineering; Symbols for steel cross-sections; Astronomy
2528 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2529 symbols; CE sign and others.
2530
2531 %description latex-marvosym -l pl.UTF-8
2532 Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2533 waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2534 krojach Times, Helvetica i Courier; symbole do inżynierii
2535 strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2536 (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2537 CE i inne.
2538
2539 %package latex-mathpple
2540 Summary:        Use PostScript Palatino for typesetting maths
2541 Summary(pl.UTF-8):      Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2542 Group:          Applications/Publishing/TeX
2543 Requires(post,postun):  %{_bindir}/texhash
2544 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2545 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2546
2547 %description latex-mathpple
2548 The package defines the PostScript font family `Palatino' (ppl) as the
2549 default roman font and then uses the `mathpple' fonts for typesetting
2550 math. These virtual fonts have been created for typesetting math in a
2551 style that suits the Palatino text fonts. The AMS fonts, when used
2552 additionally, will be scaled to fit Palatino.
2553
2554 %description latex-mathpple -l pl.UTF-8
2555 Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2556 domyślny font roman i używa fontów mathpple do składania wzorów
2557 matematycznych. Te wirtualne fonty zostały stworzone do składania
2558 wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2559 Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2560 pasować do Palatino.
2561
2562 %package latex-mathtime
2563 Summary:        Mathtime fonts for LaTeX
2564 Summary(pl.UTF-8):      Fonty Mathtime dla LaTeXa
2565 Group:          Applications/Publishing/TeX
2566 Requires(post,postun):  %{_bindir}/texhash
2567 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2568
2569 %description latex-mathtime
2570 The Mathtime fonts have a number of characters remapped to positions
2571 different from the ones normally used by the corresponding TeX
2572 CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2573 style files use the Times Roman font (often called something like:
2574 ptmr or ptmr7t or ptmrq).
2575
2576 %description latex-mathtime -l pl.UTF-8
2577 Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2578 różniące się od tych normalnie używanych w odpowiadających im TeXowych
2579 fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2580 używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2581 ptmrq).
2582
2583 %package latex-mflogo
2584 Summary:        LaTeX support for MetaFont and logo fonts
2585 Summary(pl.UTF-8):      Obsługa LaTeXa dla MetaFonta i fontów logo
2586 Group:          Applications/Publishing/TeX
2587 Requires(post,postun):  %{_bindir}/texhash
2588 Requires:       %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2589 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2590
2591 %description latex-mflogo
2592 LaTeX package and font definition file to access the Knuthian `logo'
2593 fonts described in `The MetaFontbook' and the MetaFont and logos in
2594 LaTeX documents.
2595
2596 %description latex-mflogo -l pl.UTF-8
2597 Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2598 opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2599 LaTeXa.
2600
2601 %package latex-mfnfss
2602 Summary:        Font description files to use extra fonts like yinit and ygoth
2603 Summary(pl.UTF-8):      Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2604 Group:          Applications/Publishing/TeX
2605 Requires(post,postun):  %{_bindir}/texhash
2606 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2607
2608 %description latex-mfnfss
2609 Font description files to use extra fonts like yinit and ygoth.
2610
2611 %description latex-mfnfss -l pl.UTF-8
2612 Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2613
2614 %package latex-minitoc
2615 Summary:        Produce a table of contents for each chapter
2616 Summary(pl.UTF-8):      Tworzenie spisów treści dla każdego rozdziału
2617 Group:          Applications/Publishing/TeX
2618 Requires(post,postun):  %{_bindir}/texhash
2619 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2620
2621 %description latex-minitoc
2622 Produce a table of contents for each chapter.
2623
2624 %description latex-minitoc -l pl.UTF-8
2625 Tworzenie spisów treści dla każdego rozdziału.
2626
2627 %package latex-mltex
2628 Summary:        Support for MLTeX
2629 Summary(pl.UTF-8):      Wsparcie dla MLTeXa
2630 Group:          Applications/Publishing/TeX
2631 Requires(post,postun):  %{_bindir}/texhash
2632 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2633
2634 %description latex-mltex
2635 Support for MLTeX, the multilingual TeX extension from Michael J.
2636 Ferguson.
2637
2638 %description latex-mltex -l pl.UTF-8
2639 Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2640 autorstwa Michaela J. Fergusona.
2641
2642 %package latex-multienum
2643 Summary:        Multi-column enumerated lists
2644 Summary(hu.UTF-8):      Többoszlopos számozott listák
2645 Group:          Applications/Publishing/TeX
2646 Requires(post,postun):  %{_bindir}/texhash
2647 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2648
2649 %description latex-multienum
2650 Multi-column enumerated lists.
2651
2652 %description latex-multienum -l hu.UTF-8
2653 Többoszlopos számozott listák.
2654
2655
2656 %package latex-moreverb
2657 Summary:        Extended verbatim
2658 Summary(hu.UTF-8):      Kiterjesztett verbatim
2659 Group:          Applications/Publishing/TeX
2660 Requires(post,postun):  %{_bindir}/texhash
2661 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2662
2663 %description latex-moreverb
2664 Extended verbatim.
2665
2666 %description latex-moreverb -l hu.UTF-8
2667 Kiterjesztett verbatim.
2668
2669 %package latex-ntheorem
2670 Summary:        Enhanced theorem environment
2671 Summary(hu.UTF-8):      Bővített tétel környezet
2672 Group:          Applications/Publishing/TeX
2673 Requires(post,postun):  %{_bindir}/texhash
2674 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2675
2676 %description latex-ntheorem
2677 Enhanced theorem environment.
2678
2679 %description latex-ntheorem -l hu.UTF-8
2680 Bővített tétel környezet
2681
2682 %package latex-palatcm
2683 Summary:        Palatino + Computer Modern math fonts for LaTeX
2684 Summary(pl.UTF-8):      Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2685 Group:          Applications/Publishing/TeX
2686 Requires(post,postun):  %{_bindir}/texhash
2687 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2688
2689 %description latex-palatcm
2690 Palatino + Computer Modern math fonts for LaTeX.
2691
2692 %description latex-palatcm -l pl.UTF-8
2693 Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2694
2695 %package latex-pgf
2696 Summary:        The TeX Portable Graphic Format
2697 Summary(hu.UTF-8):      TeX Portable Graphic Formátum
2698 Summary(pl.UTF-8):      Przenośny format grafiki dla TeXa
2699 Group:          Applications/Publishing/TeX
2700 Requires(post,postun):  %{_bindir}/texhash
2701 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2702 Requires:       %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
2703 Obsoletes:      tetex-pgf
2704
2705 %description latex-pgf
2706 A macro package for creating graphics directly in TeX and LaTeX.
2707
2708 %description latex-pgf -l hu.UTF-8
2709 Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2710
2711 %description latex-pgf -l pl.UTF-8
2712 Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2713
2714 %package latex-prosper
2715 Summary:        LaTeX class for high quality slides
2716 Summary(hu.UTF-8):      LaTeX osztály jó minőségű fóliák készítéséhez
2717 Group:          Applications/Publishing/TeX
2718 Requires(post,postun):  %{_bindir}/texhash
2719 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2720
2721 %description latex-prosper
2722 LaTeX class for high quality slides.
2723
2724 %description latex-prosper -l hu.UTF-8
2725 LaTeX osztály jó minőségű fóliák készítéséhez.
2726
2727 %package latex-pseudocode
2728 Summary:        LaTeX enviroment for specifying algorithms in a natural way
2729 Summary(hu.UTF-8):      LaTeX környezet algoritmusok bevitelére
2730 Group:          Applications/Publishing/TeX
2731 Requires(post,postun):  %{_bindir}/texhash
2732 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2733
2734 %description latex-pseudocode
2735 LaTeX enviroment for specifying algorithms in a natural way.
2736
2737 %description latex-pseudocode -l hu.UTF-8
2738 LaTeX környezet algoritmusok bevitelére.
2739
2740 %package latex-psnfss
2741 Summary:        LaTeX font support for common PostScript fonts
2742 Summary(pl.UTF-8):      Obsługa popularnych fontów postscriptowych w LaTeXu
2743 Group:          Applications/Publishing/TeX
2744 Requires(post,postun):  %{_bindir}/texhash
2745 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2746 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2747 Obsoletes:      tetex-latex-mathptm
2748 Obsoletes:      tetex-latex-mathptmx
2749
2750 %description latex-psnfss
2751 LaTeX font definition files, macros and font metrics for common
2752 PostScript fonts.
2753
2754 %description latex-psnfss -l pl.UTF-8
2755 LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2756 popularnych fontów postscriptowych.
2757
2758 %package latex-pst-eucl
2759 Summary:        Euclidian geometry with pstricks
2760 Summary(hu.UTF-8):      Euklidészi geometria a pstricks használatával
2761 Group:          Applications/Publishing/TeX
2762 Requires(post,postun):  %{_bindir}/texhash
2763 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2764
2765 %description latex-pst-eucl
2766 Euclidian geometry with pstricks.
2767
2768 %description latex-pst-eucl -l hu.UTF-8
2769 Euklidészi geometria a pstricks használatával.
2770
2771 %package latex-pst-fr3d
2772 Summary:        Draw 3-dimensional framed boxes using PSTricks
2773 Summary(hu.UTF-8):      Háromdimenziós dobozok PSTricks segítségével
2774 Group:          Applications/Publishing/TeX
2775 Requires(post,postun):  %{_bindir}/texhash
2776 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2777
2778 %description latex-pst-fr3d
2779 Draw 3-dimensional framed boxes using PSTricks.
2780
2781 %description latex-pst-fr3d -l hu.UTF-8
2782 Háromdimenziós dobozok PSTricks segítségével.
2783
2784 %package latex-pst-fractal
2785 Summary:        Draw fractal sets using PSTricks
2786 Summary(hu.UTF-8):      Fraktálok rajzolása PSTricks segítségével
2787 Group:          Applications/Publishing/TeX
2788 Requires(post,postun):  %{_bindir}/texhash
2789 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2790
2791 %description latex-pst-fractal
2792 Draw fractal sets using PSTricks.
2793
2794 %description latex-pst-fractal -l hu.UTF-8
2795 Fraktálok rajzolása PSTricks segítségével.
2796
2797 %package latex-pxfonts
2798 Summary:        PX fonts LaTeX support
2799 Summary(pl.UTF-8):      Obsługa fontów PX w LaTeXu
2800 Group:          Applications/Publishing/TeX
2801 Requires(post,postun):  %{_bindir}/texhash
2802 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
2803 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2804
2805 %description latex-pxfonts
2806 PX fonts LaTeX support.
2807
2808 %description latex-pxfonts -l pl.UTF-8
2809 Obsługa fontów PX w LaTeXu.
2810
2811 %package latex-qfonts
2812 Summary:        A collection of PostScript (Adobe Type 1) fonts in QX layout
2813 Summary(pl.UTF-8):      Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
2814 Group:          Applications/Publishing/TeX
2815 Requires(post,postun):  %{_bindir}/texhash
2816 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
2817 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2818
2819 %description latex-qfonts
2820 A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
2821 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
2822 QuasiTimes (regular, italic, bold and bold italic), based on URW++
2823 fonts distributed with Ghostscript. The fonts are encoded according to
2824 QX layout which facilitates multilingual and technical typesetting
2825 using TeX, preserving usability in Windows applications.
2826
2827 %description latex-qfonts -l pl.UTF-8
2828 Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
2829 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
2830 QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
2831 fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
2832 zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
2833 TeXu, zachowując przydatność dla aplikacji windowsowych.
2834
2835 %package latex-SIstyle
2836 Summary:        Package to typeset SI units, numbers and angles
2837 Summary(hu.UTF-8):      Csomag SI egységek, számok és szögek szedésére
2838 Group:          Applications/Publishing/TeX
2839 Requires(post,postun):  /usr/bin/texhash
2840 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2841
2842 %description latex-SIstyle
2843 Package to typeset SI units, numbers and angles.
2844
2845 %description latex-SIstyle -l hu.UTF-8
2846 Csomag SI egységek, számok és szögek szedésére.
2847
2848 %package latex-SIunits
2849 Summary:        The SIunits package can be used to standardise the use of units in your writings
2850 Summary(hu.UTF-8):      Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
2851 Group:          Applications/Publishing/TeX
2852 Requires(post,postun):  /usr/bin/texhash
2853 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2854
2855 %description latex-SIunits
2856 The SIunits package can be used to standardise the use of units in
2857 your writings.
2858
2859 %description latex-SIunits -l hu.UTF-8
2860 Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
2861
2862 %package latex-Tabbing
2863 Summary:        Tabbing with accented letters
2864 Summary(hu.UTF-8):      Tabbing környezet ékezetes betűk használatával
2865 Group:          Applications/Publishing/TeX
2866 Requires(post,postun):  /usr/bin/texhash
2867
2868 %description latex-Tabbing
2869 Tabbing with accented letters.
2870
2871 %description latex-Tabbing -l hu.UTF-8
2872 Tabbing környezet ékezetes betűk használatával.
2873
2874 %package latex-urwvn
2875 Summary:        URWVN fonts
2876 Summary(pl.UTF-8):      Fonty URWVN
2877 Group:          Applications/Publishing/TeX
2878 Requires(post,postun):  /usr/bin/texhash
2879 Requires:       %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
2880 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2881
2882 %description latex-urwvn
2883 URWVN fonts.
2884
2885 %description latex-urwvn -l pl.UTF-8
2886 Fonty URWVN.
2887
2888 %package latex-txfonts
2889 Summary:        TX fonts LaTeX support
2890 Summary(pl.UTF-8):      Obsługa fontów TX w LaTeXu
2891 Group:          Applications/Publishing/TeX
2892 Requires(post,postun):  %{_bindir}/texhash
2893 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
2894 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2895
2896 %description latex-txfonts
2897 TX fonts LaTeX support.
2898
2899 %description latex-txfonts -l pl.UTF-8
2900 Obsługa fontów TX w LaTeXu.
2901
2902 %package latex-ucs
2903 Summary:        This package contains support for using UTF-8 as input encoding in LaTeX documents
2904 Summary(hu.UTF-8):      Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
2905 Group:          Applications/Publishing/TeX
2906 Requires(post,postun):  %{_bindir}/texhash
2907 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2908
2909 %description latex-ucs
2910 This package contains support for using UTF-8 as input encoding in
2911 LaTeX documents.
2912
2913 %description latex-ucs -l hu.UTF-8
2914 Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
2915
2916 %package latex-umlaute
2917 Summary:        An interface to inputenc for using alternate input encodings
2918 Summary(pl.UTF-8):      Interfejs inputenc do używania alternatywnych kodowań wejściowych
2919 Group:          Applications/Publishing/TeX
2920 Requires(post,postun):  %{_bindir}/texhash
2921 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2922
2923 %description latex-umlaute
2924 An interface to inputenc for using alternate input encodings.
2925
2926 %description latex-umlaute -l pl.UTF-8
2927 Interfejs inputenc do używania alternatywnych kodowań wejściowych.
2928
2929 %package latex-wasysym
2930 Summary:        Extra characters from the Waldis symbol fonts
2931 Summary(pl.UTF-8):      Dodatkowe znaki z fontów Waldis symbol
2932 Group:          Applications/Publishing/TeX
2933 Requires(post,postun):  %{_bindir}/texhash
2934 Requires:       %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
2935 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2936
2937 %description latex-wasysym
2938 Makes some additional characters available that come from the wasy
2939 fonts (Waldis symbol fonts). These fonts are not automatically
2940 included in NFSS2/LaTeX2e since they take up important space and often
2941 aren't necessary if one makes use of the packages amsfonts or amssymb.
2942 Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
2943 apple, ocircle invneg, logof, varint, male, female, phone, clock,
2944 lightning, pointer, sun, bell, permil, smiley, various electrical
2945 symbols, shapes, music notes, circles, signs, astronomy, etc.
2946
2947 %description latex-wasysym -l pl.UTF-8
2948 Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
2949 (Waldis symbol). Te fonty nie są automatycznie dołączane w
2950 NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
2951 jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
2952 m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
2953 ocircle invneg, logof, varint, male, female, phone, clock, lightning,
2954 pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
2955 kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
2956
2957 %package latex-xcolor
2958 Summary:        Allows for access to color tints, shades, tones etc
2959 Summary(hu.UTF-8):      Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
2960 Summary(pl.UTF-8):      Pozwala na dostęp do odcieni, gradientów itp.
2961 Group:          Applications/Publishing/TeX
2962 Obsoletes:      tetex-latex-xcolor
2963
2964 %description
2965 `xcolor' provides easy driver-independent access to several kinds of
2966 color tints, shades, tones, and mixes of arbitrary colors. It allows
2967 to select a document-wide target color model and offers tools for
2968 automatic color schemes, conversion between eight color models, and
2969 alternating table row colors.
2970
2971 %description latex-xcolor -l hu.UTF-8
2972 `xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
2973 színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
2974 keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
2975 modell kiválasztásához és a színmodellek közötti konverzióra.
2976
2977 %description latex-xcolor -l pl.UTF-8
2978 `xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
2979 wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
2980 na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
2981 schematów kolorów, konwersji między ośmioma modelami kolorów oraz
2982 naprzemiennych kolorów w tabelach.
2983
2984 %package format-latex
2985 Summary:        LaTeX macro package
2986 Summary(pl.UTF-8):      Pakiet makr LaTeX
2987 Group:          Applications/Publishing/TeX
2988 Requires(post,postun):  %{_bindir}/texhash
2989 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2990 Obsoletes:      hugelatex
2991
2992 %description format-latex
2993 LaTeX is a front end for the TeX text formatting system. Easier to use
2994 than TeX, LaTeX is essentially a set of TeX macros which provide
2995 convenient, predefined document formats for users.
2996
2997 This package contains LaTeX format.
2998
2999 %description format-latex -l pl.UTF-8
3000 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3001 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3002 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3003
3004 Ten pakiet zawiera format LaTeX.
3005
3006 %package format-pdflatex
3007 Summary:        PDF LaTeX macro package
3008 Summary(pl.UTF-8):      Pakiet makr PDF LaTeX
3009 Group:          Applications/Publishing/TeX
3010 Requires(post,postun):  %{_bindir}/texhash
3011 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3012 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3013 Requires:       %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3014 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
3015 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3016
3017 %description format-pdflatex
3018 LaTeX is a front end for the TeX text formatting system. Easier to use
3019 than TeX, LaTeX is essentially a set of TeX macros which provide
3020 convenient, predefined document formats for users.
3021
3022 This package contains PDF LaTeX format.
3023
3024 %description format-pdflatex -l pl.UTF-8
3025 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3026 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3027 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3028
3029 Ten pakiet zawiera format PDF LaTeX.
3030
3031 # PLaTeX format
3032
3033 %package platex
3034 Summary:        PLaTeX format basic files
3035 Summary(pl.UTF-8):      Podstawowe pliki dla formatu PLaTeX
3036 Group:          Applications/Publishing/TeX
3037 Requires(post,postun):  %{_bindir}/texhash
3038 Requires:       %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3039 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3040
3041 %description platex
3042 PLaTeX format basic files.
3043
3044 %description platex -l pl.UTF-8
3045 Podstawowe pliki dla formatu PLaTeX.
3046
3047 %package format-platex
3048 Summary:        PLaTeX format
3049 Summary(pl.UTF-8):      Format PLaTeX
3050 Group:          Applications/Publishing/TeX
3051 Requires(post,postun):  %{_bindir}/texhash
3052 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3053
3054 %description format-platex
3055 PLaTeX format.
3056
3057 %description format-platex -l pl.UTF-8
3058 Format PLaTeX.
3059
3060 %package format-pdfplatex
3061 Summary:        PDF PLaTeX format
3062 Summary(pl.UTF-8):      Format PDF PLaTeX
3063 Group:          Applications/Publishing/TeX
3064 Requires(post,postun):  %{_bindir}/texhash
3065 Requires:       %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3066 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3067 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3068
3069 %description format-pdfplatex
3070 PDF PLaTeX format.
3071
3072 %description format-pdfplatex -l pl.UTF-8
3073 Format PDF PLaTeX.
3074
3075 # # TeX generic macros #
3076
3077 %package tex-babel
3078 Summary:        Multilingual support for TeX
3079 Summary(pl.UTF-8):      Obsługa wielu języków dla TeXa
3080 Group:          Applications/Publishing/TeX
3081 Requires(post,postun):  %{_bindir}/texhash
3082 Requires:       %{name} = %{epoch}:%{version}-%{release}
3083
3084 %description tex-babel
3085 Multilingual support for TeX.
3086
3087 %description tex-babel -l pl.UTF-8
3088 Obsługa wielu języków dla TeXa.
3089
3090 %package tex-german
3091 Summary:        Supports the new German orthography (neue deutsche Rechtschreibung)
3092 Summary(pl.UTF-8):      Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3093 Group:          Applications/Publishing/TeX
3094 Requires(post,postun):  %{_bindir}/texhash
3095 Requires:       %{name} = %{epoch}:%{version}-%{release}
3096
3097 %description tex-german
3098 Supports the new German orthography (neue deutsche Rechtschreibung).
3099
3100 %description tex-german -l pl.UTF-8
3101 Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3102
3103 %package tex-mfpic
3104 Summary:        Macros which generate Metafont or Metapost for drawing pictures
3105 Summary(pl.UTF-8):      Makra generujące Metafont lub Metapost do rysowania obrazków
3106 Group:          Applications/Publishing/TeX
3107 Requires(post,postun):  %{_bindir}/texhash
3108 Requires:       %{name} = %{epoch}:%{version}-%{release}
3109
3110 %description tex-mfpic
3111 Macros which generate Metafont or Metapost for drawing pictures.
3112
3113 %description tex-mfpic -l pl.UTF-8
3114 Makra generujące Metafont lub Metapost do rysowania obrazków.
3115
3116 %package tex-misc
3117 Summary:        Miscellaneous TeX macros
3118 Summary(pl.UTF-8):      Różne makra TeXowe
3119 Group:          Applications/Publishing/TeX
3120 Requires(post,postun):  %{_bindir}/texhash
3121 Requires:       %{name} = %{epoch}:%{version}-%{release}
3122 Obsoletes:      tetex-tex-eijkhout
3123
3124 %description tex-misc
3125 Miscellaneous TeX macros.
3126
3127 %description tex-misc -l pl.UTF-8
3128 Różne makra TeXowe.
3129
3130 %package tex-pictex
3131 Summary:        Picture drawing macros for TeX and LaTeX
3132 Summary(pl.UTF-8):      Makra do rysowania obrazków dla TeXa i LaTeXa
3133 Group:          Applications/Publishing/TeX
3134 Requires(post,postun):  %{_bindir}/texhash
3135 Requires:       %{name} = %{epoch}:%{version}-%{release}
3136
3137 %description tex-pictex
3138 Picture drawing macros for TeX and LaTeX.
3139
3140 %description tex-pictex -l pl.UTF-8
3141 Makra do rysowania obrazków dla TeXa i LaTeXa.
3142
3143 %package tex-pstricks
3144 Summary:        PostScript macros for TeX
3145 Summary(pl.UTF-8):      Makra postscriptowe dla TeXa
3146 Group:          Applications/Publishing/TeX
3147 Requires(post,postun):  %{_bindir}/texhash
3148 Requires:       %{name} = %{epoch}:%{version}-%{release}
3149
3150 %description tex-pstricks
3151 An extensive collection of PostScript macros that is compatible with
3152 most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3153 AMS-LaTeX. Included are macros for color, graphics, pie charts,
3154 rotation, trees and overlays. It has many special features, including:
3155 a wide variety of graphics (picture drawing) macros, with a flexible
3156 interface and with color support. There are macros for coloring or
3157 shading the cells of tables.
3158
3159 %description tex-pstricks -l pl.UTF-8
3160 Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3161 makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3162 makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3163 nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3164 rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3165 makra do kolorowania lub cieniowania komórek tabel.
3166
3167 %package tex-qpx
3168 Summary:        QuasiPalatino and PX fonts typesetting support
3169 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiPalatino i PX
3170 Group:          Applications/Publishing/TeX
3171 Requires(post,postun):  %{_bindir}/texhash
3172 Requires:       %{name} = %{epoch}:%{version}-%{release}
3173 Requires:       %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3174
3175 %description tex-qpx
3176 QuasiPalatino and PX fonts typesetting support.
3177
3178 %description tex-qpx -l pl.UTF-8
3179 Wsparcie dla składu fontami QuasiPalatino i PX.
3180
3181 %package tex-qpxqtx
3182 Summary:        QuasiTimes and TX fonts typesetting support
3183 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiTimes i TX
3184 Group:          Applications/Publishing/TeX
3185 Requires(post,postun):  %{_bindir}/texhash
3186 Requires:       %{name} = %{epoch}:%{version}-%{release}
3187 Requires:       %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
3188
3189 %description tex-qpxqtx
3190 QuasiTimes and TX fonts typesetting support.
3191
3192 %description tex-qpxqtx -l pl.UTF-8
3193 Wsparcie dla składu fontami QuasiTimes i TX.
3194
3195 %package tex-ruhyphen
3196 Summary:        Russian hyphenation
3197 Summary(pl.UTF-8):      Rosyjskie reguły przenoszenia wyrazów
3198 Group:          Applications/Publishing/TeX
3199 Requires(post,postun):  %{_bindir}/texhash
3200 Requires:       %{name} = %{epoch}:%{version}-%{release}
3201
3202 %description tex-ruhyphen
3203 A collection of Russian hyphenation patterns supporting a number of
3204 Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3205 LCY, LWN (OT2), and koi8-r.
3206
3207 %description tex-ruhyphen -l pl.UTF-8
3208 Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3209 kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3210 Cyrillic), LCY, LWN (OT2) i koi8-r.
3211
3212 %package tex-spanish
3213 Summary:        Various TeX related files for typesetting documents written in Spanish
3214 Summary(pl.UTF-8):      Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3215 Group:          Applications/Publishing/TeX
3216 Requires(post,postun):  %{_bindir}/texhash
3217 Requires:       %{name} = %{epoch}:%{version}-%{release}
3218 Obsoletes:      tetex-tex-spanishb
3219
3220 %description tex-spanish
3221 Various TeX related files for typesetting documents written in
3222 Spanish, including hyphenation and dictionaries.
3223
3224 %description tex-spanish -l pl.UTF-8
3225 Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3226 hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3227
3228 %package tex-texdraw
3229 Summary:        Graphical macros, using embedded PostScript
3230 Summary(pl.UTF-8):      Makra graficzne używające osadzanego PostScriptu
3231 Group:          Applications/Publishing/TeX
3232 Requires(post,postun):  %{_bindir}/texhash
3233 Requires:       %{name} = %{epoch}:%{version}-%{release}
3234
3235 %description tex-texdraw
3236 Graphical macros, using embedded PostScript.
3237
3238 %description tex-texdraw -l pl.UTF-8
3239 Makra graficzne używające osadzanego PostScriptu.
3240
3241 %package tex-thumbpdf
3242 Summary:        Thumbnails for PDFTeX and dvips/ps2pdf
3243 Summary(pl.UTF-8):      Ikonki dla PDFTeXa i dvips/ps2pdf
3244 Group:          Applications/Publishing/TeX
3245 Requires(post,postun):  %{_bindir}/texhash
3246 Requires:       %{name} = %{epoch}:%{version}-%{release}
3247
3248 %description tex-thumbpdf
3249 Provides support, using Perl, for thumbnails in pdfTeX and
3250 dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3251 represented in a TeX readable file that is read by the package
3252 thumbpdf.sty to automatically include the thumbnails. Works with both
3253 plain TeX and LaTeX.
3254
3255 %description tex-thumbpdf -l pl.UTF-8
3256 Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3257 użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3258 TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3259 ikonki. Działa z formatami plain TeX i LaTeX.
3260
3261 %package tex-ukrhyph
3262 Summary:        Ukranian hyphenation
3263 Summary(pl.UTF-8):      Ukraińskie zasady przenoszenia wyrazów
3264 Group:          Applications/Publishing/TeX
3265 Requires(post,postun):  %{_bindir}/texhash
3266 Requires:       %{name} = %{epoch}:%{version}-%{release}
3267
3268 %description tex-ukrhyph
3269 This package allows the use of different hyphenation patterns for the
3270 Ukrainian language for various Cyrillic font encodings. Contains
3271 packages implementing traditional rules, modern rules, and combined
3272 English-Ukrainian hyphenation.
3273
3274 %description tex-ukrhyph -l pl.UTF-8
3275 Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3276 dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3277 Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3278 łączonych angielsko-ukraińskich.
3279
3280 %package latex-vietnam
3281 Summary:        Vietnamese language support
3282 Summary(pl.UTF-8):      Wsparcie dla języka wietnamskiego
3283 Group:          Applications/Publishing/TeX
3284 Requires(post,postun):  %{_bindir}/texhash
3285 Requires:       %{name} = %{epoch}:%{version}-%{release}
3286 Obsoletes:      tetex-tex-vietnam
3287
3288 %description latex-vietnam
3289 Vietnamese language support.
3290
3291 %description latex-vietnam -l pl.UTF-8
3292 Wsparcie dla języka wietnamskiego.
3293
3294 %package tex-xypic
3295 Summary:        Package for typesetting a variety of graphs and diagrams with TeX
3296 Summary(pl.UTF-8):      Pakiet do składania w TeXu różnych wykresów i diagramów
3297 Group:          Applications/Publishing/TeX
3298 Requires(post,postun):  %{_bindir}/texhash
3299 Requires:       %{name} = %{epoch}:%{version}-%{release}
3300 Requires:       %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3301
3302 %description tex-xypic
3303 A package for typesetting a variety of graphs and diagrams with TeX.
3304 Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3305 and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3306 `supported package'.
3307
3308 %description tex-xypic -l pl.UTF-8
3309 Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3310 z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3311 w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3312
3313 %package tex-xkeyval
3314 Summary:        Extension to keyval package
3315 Summary(pl.UTF-8):      Rozszerzenie do pakietu keyval
3316 Group:          Applications/Publishing/TeX
3317 Requires(post,postun):  /usr/bin/texhash
3318 Requires:       %{name} = %{epoch}:%{version}-%{release}
3319
3320 %description tex-xkeyval
3321 Extension to keyval package.
3322
3323 %description tex-xkeyval -l pl.UTF-8
3324 Rozszerzenie do pakietu keyval.
3325
3326 %package dirs-fonts
3327 Summary:        TeX font directories
3328 Summary(pl.UTF-8):      Katalogi fontów TeXa
3329 Group:          Fonts
3330
3331 %description dirs-fonts
3332 TeX font directories.
3333
3334 %description dirs-fonts -l pl.UTF-8
3335 Katalogi fontów TeXa.
3336
3337 # # Fonts packages #
3338
3339 %package fonts-adobe
3340 Summary:        Adobe fonts
3341 Summary(pl.UTF-8):      Fonty Adobe
3342 Group:          Fonts
3343 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3344
3345 %description fonts-adobe
3346 Adobe fonts.
3347
3348 %description fonts-adobe -l pl.UTF-8
3349 Fonty Adobe.
3350
3351 %package fonts-ae
3352 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
3353 Summary(pl.UTF-8):      Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3354 Group:          Fonts
3355 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3356
3357 %description fonts-ae
3358 Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3359
3360 %description fonts-ae -l pl.UTF-8
3361 Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3362
3363 %package fonts-ams
3364 Summary:        AMS fonts
3365 Summary(pl.UTF-8):      Fonty AMS
3366 Group:          Fonts
3367 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3368
3369 %description fonts-ams
3370 AMS fonts.
3371
3372 %description fonts-ams -l pl.UTF-8
3373 Fonty AMS.
3374
3375 %package fonts-antp
3376 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3377 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3378 Group:          Fonts
3379 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3380
3381 %description fonts-antp
3382 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3383
3384 %description fonts-antp -l pl.UTF-8
3385 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3386 Type 1.
3387
3388 %package fonts-antt
3389 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
3390 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3391 Group:          Fonts
3392 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3393
3394 %description fonts-antt
3395 Antykwa Torunska, a Type 1 family of a Polish traditional type.
3396
3397 %description fonts-antt -l pl.UTF-8
3398 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3399
3400 %package fonts-arphic
3401 Summary:        Arphic fonts
3402 Group:          Fonts
3403 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3404
3405 %description fonts-arphic
3406 Arphic fonts.
3407
3408 %package fonts-bbm
3409 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
3410 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3411 Group:          Fonts
3412 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3413
3414 %description fonts-bbm
3415 Blackboard variant fonts for Computer Modern, with LaTeX support.
3416
3417 %description fonts-bbm -l pl.UTF-8
3418 Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3419
3420 %package fonts-bbold
3421 Summary:        Sans serif blackboard bold for LaTeX
3422 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
3423 Group:          Fonts
3424 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3425
3426 %description fonts-bbold
3427 Sans serif blackboard bold for LaTeX.
3428
3429 %description fonts-bbold -l pl.UTF-8
3430 Tablicowy tłusty font sans serif dla LaTeXa.
3431
3432 %package fonts-bh
3433 Summary:        Bold & Heavy Fonts
3434 Summary(pl.UTF-8):      Fonty Bold i Heavy
3435 Group:          Fonts
3436 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3437
3438 %description fonts-bh
3439 Bold & Heavy Fonts.
3440
3441 %description fonts-bh -l pl.UTF-8
3442 Fonty Bold i Heavy.
3443
3444 %package fonts-bitstream
3445 Summary:        Bitstream fonts
3446 Summary(pl.UTF-8):      Fonty Bitstream
3447 Group:          Fonts
3448 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3449 Obsoletes:      tetex-fonts-bitstrea
3450
3451 %description fonts-bitstream
3452 Bitstream fonts.
3453
3454 %description fonts-bitstream -l pl.UTF-8
3455 Fonty Bitstream.
3456
3457 %package fonts-cbgreek
3458 Summary:        Complete set of Greek fonts
3459 Summary(pl.UTF-8):      Pełny zestaw fontów greckich
3460 Group:          Fonts
3461 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3462
3463 %description fonts-cbgreek
3464 Complete set of Greek fonts.
3465
3466 %description fonts-cbgreek -l pl.UTF-8
3467 Pełny zestaw fontów greckich.
3468
3469 %package fonts-cc-pl
3470 Summary:        Polish version of Computer Concrete fonts
3471 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
3472 Group:          Fonts
3473 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3474
3475 %description fonts-cc-pl
3476 Polish version of Computer Concrete fonts.
3477
3478 %description fonts-cc-pl -l pl.UTF-8
3479 Polska wersja fontów Computer Concrete.
3480
3481 %package fonts-cg
3482 Summary:        Compugraphic fonts
3483 Summary(pl.UTF-8):      Fonty Compugraphic
3484 Group:          Fonts
3485 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3486
3487 %description fonts-cg
3488 Compugraphic fonts.
3489
3490 %description fonts-cg -l pl.UTF-8
3491 Fonty Compugraphic.
3492
3493 %package fonts-cm
3494 Summary:        Computer Modern fonts
3495 Summary(pl.UTF-8):      Fonty Computer Modern
3496 Group:          Fonts
3497 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3498
3499 %description fonts-cm
3500 Computer Modern fonts.
3501
3502 %description fonts-cm -l pl.UTF-8
3503 Fonty Computer Modern.
3504
3505 %package fonts-cmbright
3506 Summary:        CM Bright fonts
3507 Summary(pl.UTF-8):      Fonty CM Bright
3508 Group:          Fonts
3509 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3510
3511 %description fonts-cmbright
3512 CM Bright fonts.
3513
3514 %description fonts-cmbright -l pl.UTF-8
3515 Fonty CM Bright.
3516
3517 %package fonts-cmcyr
3518 Summary:        Computer Modern fonts extended with Russian letters
3519 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
3520 Group:          Fonts
3521 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3522
3523 %description fonts-cmcyr
3524 Computer Modern fonts extended with Russian letters.
3525
3526 %description fonts-cmcyr -l pl.UTF-8
3527 Fonty Computer Modern rozszerzone o litery rosyjskie.
3528
3529 %package fonts-cmextra
3530 Summary:        Extra Computer Modern fonts, from the American Mathematical Society
3531 Summary(pl.UTF-8):      Dodatkowe fonty Computer Modern z AMS
3532 Group:          Fonts
3533 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3534
3535 %description fonts-cmextra
3536 Extra Computer Modern fonts, from the American Mathematical Society.
3537
3538 %description fonts-cmextra -l pl.UTF-8
3539 Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3540
3541 %package fonts-concmath
3542 Summary:        Concrete Math fonts
3543 Summary(pl.UTF-8):      Fonty matematyczne Concrete Math
3544 Group:          Fonts
3545 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3546
3547 %description fonts-concmath
3548 Concrete Math fonts.
3549
3550 %description fonts-concmath -l pl.UTF-8
3551 Fonty matematyczne Concrete Math.
3552
3553 %package fonts-concrete
3554 Summary:        Concrete Roman fonts
3555 Summary(pl.UTF-8):      Fonty Concrete Roman
3556 Group:          Fonts
3557 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3558
3559 %description fonts-concrete
3560 Concrete Roman fonts, designed by Donald E. Knuth, originally for use
3561 with Euler math fonts.
3562
3563 %description fonts-concrete -l pl.UTF-8
3564 Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
3565 przeznaczone do używania z fontami matematycznymi Euler.
3566
3567 %package fonts-cs
3568 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
3569 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3570 Group:          Fonts
3571 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3572
3573 %description fonts-cs
3574 Czech/Slovak-tuned MetaFont Computer Modern fonts.
3575
3576 %description fonts-cs -l pl.UTF-8
3577 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
3578 czeskiego i słowackiego.
3579
3580 %package fonts-dstroke
3581 Summary:        Doublestroke font for typesetting the mathematical symbols
3582 Summary(pl.UTF-8):      Podwójnie kreślony font do składania symboli matematycznych
3583 Group:          Fonts
3584 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3585
3586 %description fonts-dstroke
3587 Doublestroke font for typesetting the mathematical symbols.
3588
3589 %description fonts-dstroke -l pl.UTF-8
3590 Podwójnie kreślony font do składania symboli matematycznych.
3591
3592 %package fonts-ecc
3593 Summary:        Sources for the European Concrete fonts
3594 Summary(pl.UTF-8):      Źródła dla fontów European Concrete
3595 Group:          Fonts
3596 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3597
3598 %description fonts-ecc
3599 The MetaFont sources and tfm files of the European Concrete Fonts.
3600 This is the EC implementation of Knuth's Concrete fonts, including
3601 also the corresponding text companion fonts.
3602
3603 %description fonts-ecc -l pl.UTF-8
3604 Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
3605 implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
3606 tekstowymi fontami towarzyszącymi.
3607
3608 %package fonts-eurosym
3609 Summary:        The new European currency symbol for the Euro
3610 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
3611 Group:          Fonts
3612 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3613
3614 %description fonts-eurosym
3615 The new European currency symbol for the Euro implemented in Metafont,
3616 using the official European Commission dimensions, and providing
3617 several shapes (normal, slanted, bold, outline).
3618
3619 %description fonts-eurosym -l pl.UTF-8
3620 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
3621 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
3622 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
3623
3624 %package fonts-eulervm
3625 Summary:        The Virtual Euler Math fonts
3626 Summary(pl.UTF-8):      Fonty Virtual Euler Math
3627 Group:          Fonts
3628 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3629
3630 %description fonts-eulervm
3631 Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
3632 approach has several advantages over immediately using the _real_
3633 Euler fonts: Most noticeably, less TeX resources are consumed, the
3634 quality of various math symbols is improved, and a usable \hslash
3635 symbol can be provided.
3636
3637 %description fonts-eulervm -l pl.UTF-8
3638 Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
3639 fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
3640 używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
3641 jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
3642 matematycznych i może być dostępny używalny symbol \hslash.
3643
3644 %package fonts-euxm
3645 Summary:        Fonts similar to EUSM but with two more characters
3646 Summary(pl.UTF-8):      Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
3647 Group:          Fonts
3648 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3649
3650 %description fonts-euxm
3651 Fonts like EUSM but with two more characters needed for Concrete Math
3652 included in TeXLive distribution in fonts3.
3653
3654 %description fonts-euxm -l pl.UTF-8
3655 Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
3656 dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
3657
3658 %package fonts-gothic
3659 Summary:        Gothic and ornamental initial fonts by Yannis Haralambous
3660 Summary(pl.UTF-8):      Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
3661 Group:          Fonts
3662 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3663
3664 %description fonts-gothic
3665 Gothic and ornamental initial fonts by Yannis Haralambous.
3666
3667 %description fonts-gothic -l pl.UTF-8
3668 Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
3669
3670 %package fonts-hoekwater
3671 Summary:        Converted mflogo font
3672 Summary(pl.UTF-8):      Przekonwertowany font mflogo
3673 Group:          Fonts
3674 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3675
3676 %description fonts-hoekwater
3677 Fonts originally created in MetaFont, transformed to PostScript by
3678 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
3679 xipa.
3680
3681 %description fonts-hoekwater -l pl.UTF-8
3682 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
3683 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
3684 stmaryrd, wasy, wasy2, xipa.
3685
3686 %package fonts-jknappen
3687 Summary:        Miscellaneous packages by Joerg Knappen
3688 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
3689 Group:          Fonts
3690 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3691
3692 %description fonts-jknappen
3693 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
3694 Knappen, including sgmlcmpt.
3695
3696 %description fonts-jknappen -l pl.UTF-8
3697 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
3698 Knappena. Zawiera sgmlcmpt.
3699
3700 %package fonts-latex
3701 Summary:        Basic LaTeX fonts
3702 Summary(pl.UTF-8):      Podstawowe fonty dla LaTeXa
3703 Group:          Fonts
3704 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3705
3706 %description fonts-latex
3707 Basic LaTeX fonts.
3708
3709 %description fonts-latex -l pl.UTF-8
3710 Podstawowe fonty dla LaTeXa.
3711
3712 %package fonts-lh
3713 Summary:        Olga Lapko's LH fonts
3714 Summary(pl.UTF-8):      Fonty LH Olgi Lapko
3715 Group:          Fonts
3716 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3717
3718 %description fonts-lh
3719 The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
3720
3721 %description fonts-lh -l pl.UTF-8
3722 Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
3723
3724 %package fonts-lm
3725 Summary:        Latin Modern family fonts
3726 Summary(pl.UTF-8):      Fonty z rodziny Latin Modern
3727 Group:          Applications/Publishing/TeX
3728 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3729
3730 %description fonts-lm
3731 Latin Modern family of fonts, based on the Computer Modern fonts
3732 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
3733 lot of additional characters, mainly accented ones, but not only.
3734 There is a one set of PostScript fonts and four sets of TeX Font
3735 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
3736 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
3737 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
3738 potential user knows what to do with all these files. The author is
3739 Boguslaw Jackowski.
3740
3741 %description fonts-lm -l pl.UTF-8
3742 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
3743 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
3744 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
3745 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
3746 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
3747 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
3748 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
3749 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
3750 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
3751
3752 %package fonts-marvosym
3753 Summary:        Martin Vogel's Symbol (marvosym) font
3754 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
3755 Group:          Fonts
3756 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3757
3758 %description fonts-marvosym
3759 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3760 currency symbol as defined by the European commission; Euro currency
3761 symbols in typefaces Times, Helvetica and Courier; Symbols for
3762 structural engineering; Symbols for steel cross-sections; Astronomy
3763 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3764 symbols; CE sign and others.
3765
3766 %description fonts-marvosym -l pl.UTF-8
3767 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
3768 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
3769 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
3770 strukturalnej; symbole dla przekroi poprzecznych; symbole
3771 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
3772 krawieckie; znak CE i inne.
3773
3774 %package fonts-mflogo
3775 Summary:        Logo fonts
3776 Summary(pl.UTF-8):      Fonty logo
3777 Group:          Fonts
3778 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3779
3780 %description fonts-mflogo
3781 Logo fonts.
3782
3783 %description fonts-mflogo -l pl.UTF-8
3784 Fonty logo.
3785
3786 %package fonts-misc
3787 Summary:        Miscellaneous fonts
3788 Summary(pl.UTF-8):      Różne fonty
3789 Group:          Fonts
3790 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3791
3792 %description fonts-misc
3793 Miscellaneous fonts.
3794
3795 %description fonts-misc -l pl.UTF-8
3796 Fonty różne.
3797
3798 %package fonts-monotype
3799 Summary:        Monotype fonts
3800 Summary(pl.UTF-8):      Fonty Monotype
3801 Group:          Fonts
3802 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3803
3804 %description fonts-monotype
3805 Monotype fonts.
3806
3807 %description fonts-monotype -l pl.UTF-8
3808 Fonty Monotype.
3809
3810 %package fonts-omega
3811 Summary:        Fonts for Omega - extended unicode TeX
3812 Summary(pl.UTF-8):      Fonty dla Omegi - TeXa ze wsparciem dla unikodu
3813 Group:          Fonts
3814 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3815
3816 %description fonts-omega
3817 Fonts for Omega - extended unicode TeX.
3818
3819 %description fonts-omega -l pl.UTF-8
3820 Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
3821
3822 %package fonts-pazo
3823 Summary:        Pazo fonts
3824 Summary(pl.UTF-8):      Fonty Pazo
3825 Group:          Fonts
3826 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3827
3828 %description fonts-pazo
3829 Pazo fonts.
3830
3831 %description fonts-pazo -l pl.UTF-8
3832 Fonty Pazo.
3833
3834 %package fonts-pl
3835 Summary:        Polish fonts
3836 Summary(pl.UTF-8):      Polskie fonty
3837 Group:          Fonts
3838 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3839
3840 %description fonts-pl
3841 Polish fonts.
3842
3843 %description fonts-pl -l pl.UTF-8
3844 Polskie fonty.
3845
3846 %package fonts-px
3847 Summary:        PX fonts
3848 Summary(pl.UTF-8):      Fonty PX
3849 Group:          Fonts
3850 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3851
3852 %description fonts-px
3853 PX fonts.
3854
3855 %description fonts-px -l pl.UTF-8
3856 Fonty PX.
3857
3858 %package fonts-qfonts
3859 Summary:        Quasi fonts
3860 Summary(pl.UTF-8):      Fonty Quasi
3861 Group:          Fonts
3862 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3863
3864 %description fonts-qfonts
3865 Quasi fonts.
3866
3867 %description fonts-qfonts -l pl.UTF-8
3868 Fonty Quasi.
3869
3870 %package fonts-qpx
3871 Summary:        Additional fonts for QPX package
3872 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QPX
3873 Group:          Fonts
3874 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3875 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
3876 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3877
3878 %description fonts-qpx
3879 Additional fonts for QPX package.
3880
3881 %description fonts-qpx -l pl.UTF-8
3882 Dodatkowe fonty dla pakietu QPX.
3883
3884 %package fonts-qpxqtx
3885 Summary:        Additional fonts for QTX package
3886 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QTX
3887 Group:          Fonts
3888 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3889 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3890 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3891
3892 %description fonts-qpxqtx
3893 Additional fonts for QTX package.
3894
3895 %description fonts-qpxqtx -l pl.UTF-8
3896 Dodatkowe fonty dla pakietu QTX.
3897
3898 %package fonts-rsfs
3899 Summary:        Fonts of uppercase script letters for scientific and mathematical typesetting
3900 Summary(pl.UTF-8):      Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
3901 Group:          Fonts
3902 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3903
3904 %description fonts-rsfs
3905 Fonts of uppercase script letters for use as symbols in scientific and
3906 mathematical typesetting, in contrast to the informal script fonts
3907 such as that used for the `calligraphic' symbols in the TeX math
3908 symbol font.
3909
3910 %description fonts-rsfs -l pl.UTF-8
3911 Fonty wielkich liter pisanych do używania jako symbole przy składaniu
3912 dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
3913 fontów pisanych takich jak używane do symboli "kaligraficznych" w
3914 matematycznym foncie TeXowym symbol.
3915
3916 %package fonts-stmaryrd
3917 Summary:        St Mary Road symbols for functional programming
3918 Summary(pl.UTF-8):      Symbole St Mary Road do programowania funkcyjnego
3919 Group:          Fonts
3920 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3921
3922 %description fonts-stmaryrd
3923 St Mary Road symbols for functional programming.
3924
3925 %description fonts-stmaryrd -l pl.UTF-8
3926 Symbole St Mary Road do programowania funkcyjnego.
3927
3928 %package fonts-tx
3929 Summary:        TX fonts
3930 Summary(pl.UTF-8):      Fonty TX
3931 Group:          Fonts
3932 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3933
3934 %description fonts-tx
3935 TX fonts.
3936
3937 %description fonts-tx -l pl.UTF-8
3938 Fonty TX.
3939
3940 %package fonts-uhc
3941 Summary:        UHC fonts
3942 Group:          Fonts
3943 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3944
3945 %description fonts-uhc
3946 UHC fonts.
3947
3948 %package fonts-urw
3949 Summary:        URW fonts
3950 Summary(pl.UTF-8):      Fonty URW
3951 Group:          Fonts
3952 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3953
3954 %description fonts-urw
3955 URW fonts.
3956
3957 %description fonts-urw -l pl.UTF-8
3958 Fonty URW.
3959
3960 %package fonts-urwvn
3961 Summary:        URWVN fonts
3962 Summary(pl.UTF-8):      Fonty URWVN
3963 Group:          Fonts
3964 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3965
3966 %description fonts-urwvn
3967 URWVN fonts.
3968
3969 %description fonts-urwvn -l pl.UTF-8
3970 Fonty URWVN.
3971
3972 %package fonts-vnr
3973 Summary:        VNR fonts
3974 Summary(pl.UTF-8):      Fonty VNR
3975 Group:          Fonts
3976 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3977
3978 %description fonts-vnr
3979 VNR fonts.
3980
3981 %description fonts-vnr -l pl.UTF-8
3982 Fonty VNR.
3983
3984 %package fonts-wadalab
3985 Summary:        Wadalab fonts
3986 Group:          Fonts
3987 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3988
3989 %description fonts-wadalab
3990 Wadalab fonts.
3991
3992 %package fonts-wasy
3993 Summary:        Waldis symbol fonts
3994 Summary(pl.UTF-8):      Fonty Waldis symbol
3995 Group:          Fonts
3996 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3997
3998 %description fonts-wasy
3999 Waldis symbol fonts.
4000
4001 %description fonts-wasy -l pl.UTF-8
4002 Fonty Waldis symbol.
4003
4004 %package fonts-xypic
4005 Summary:        Xy-pic fonts
4006 Summary(pl.UTF-8):      Fonty Xy-pic
4007 Group:          Fonts
4008 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4009
4010 %description fonts-xypic
4011 Xy-pic fonts.
4012
4013 %description fonts-xypic -l pl.UTF-8
4014 Fonty Xy-pic.
4015
4016 %package fonts-yandy
4017 Summary:        European Modern fonts from Y&Y
4018 Summary(pl.UTF-8):      Fonty European Modern od Y&Y
4019 Group:          Fonts
4020 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4021
4022 %description fonts-yandy
4023 European Modern fonts from Y&Y.
4024
4025 %description fonts-yandy -l pl.UTF-8
4026 Fonty European Modern od Y&Y.
4027
4028 %package fonts-type1-antp
4029 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4030 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4031 Group:          Fonts
4032 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4033
4034 %description fonts-type1-antp
4035 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4036
4037 %description fonts-type1-antp -l pl.UTF-8
4038 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4039 Type 1.
4040
4041 %package fonts-type1-antt
4042 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
4043 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4044 Group:          Fonts
4045 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4046
4047 %description fonts-type1-antt
4048 Antykwa Torunska, a Type 1 family of a Polish traditional type.
4049
4050 %description fonts-type1-antt -l pl.UTF-8
4051 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4052
4053 %package fonts-type1-arphic
4054 Summary:        Type1 Arphic fonts
4055 Group:          Fonts
4056 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4057
4058 %description fonts-type1-arphic
4059 Type1 Arphic fonts.
4060
4061 %package fonts-type1-belleek
4062 Summary:        Free replacement for basic MathTime fonts
4063 Summary(pl.UTF-8):      Wolnodostępny zamiennik podstawowych fontów MathTime
4064 Group:          Fonts
4065 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4066
4067 %description fonts-type1-belleek
4068 Free replacement for basic MathTime fonts.
4069
4070 %description fonts-type1-belleek -l pl.UTF-8
4071 Wolnodostępny zamiennik podstawowych fontów MathTime.
4072
4073 %package fonts-type1-bitstream
4074 Summary:        Bitstream fonts
4075 Summary(pl.UTF-8):      Fonty Bitstream
4076 Group:          Fonts
4077 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4078 Obsoletes:      tetex-fonts-type1-bitstrea
4079
4080 %description fonts-type1-bitstream
4081 Bitstream fonts.
4082
4083 %description fonts-type1-bitstream -l pl.UTF-8
4084 Fonty Bitstream.
4085
4086 %package fonts-type1-bluesky
4087 Summary:        Computer Modern family fonts
4088 Summary(pl.UTF-8):      Fonty z rodziny Computer Modern
4089 Group:          Fonts
4090 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4091
4092 %description fonts-type1-bluesky
4093 Computer Modern family fonts.
4094
4095 %description fonts-type1-bluesky -l pl.UTF-8
4096 Fonty z rodzony Computer Modern.
4097
4098 %package fonts-type1-cc-pl
4099 Summary:        Polish version of Computer Concrete fonts
4100 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
4101 Group:          Fonts
4102 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4103
4104 %description fonts-type1-cc-pl
4105 Polish version of Computer Concrete fonts.
4106
4107 %description fonts-type1-cc-pl -l pl.UTF-8
4108 Polska wersja fontów Computer Concrete.
4109
4110 %package fonts-type1-cmcyr
4111 Summary:        Computer Modern fonts extended with Russian letters
4112 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
4113 Group:          Fonts
4114 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4115
4116 %description fonts-type1-cmcyr
4117 Computer Modern fonts extended with Russian letters.
4118
4119 %description fonts-type1-cmcyr -l pl.UTF-8
4120 Fonty Computer Modern rozszerzone o litery rosyjskie.
4121
4122 %package fonts-type1-cs
4123 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
4124 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4125 Group:          Fonts
4126 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4127
4128 %description fonts-type1-cs
4129 Czech/Slovak-tuned MetaFont Computer Modern fonts.
4130
4131 %description fonts-type1-cs -l pl.UTF-8
4132 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4133 czeskiego i słowackiego.
4134
4135 %package fonts-type1-dstroke
4136 Summary:        Doublestroke Type1 font for typesetting the mathematical symbols
4137 Summary(pl.UTF-8):      Podwójnie kreślony font Type1 do składania symboli matematycznych
4138 Group:          Fonts
4139 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4140
4141 %description fonts-type1-dstroke
4142 Doublestroke Type1 font for typesetting the mathematical symbols.
4143
4144 %description fonts-type1-dstroke -l pl.UTF-8
4145 Podwójnie kreślony font Type1 do składania symboli matematycznych.
4146
4147 %package fonts-type1-eurosym
4148 Summary:        The new European currency symbol for the Euro
4149 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
4150 Group:          Fonts
4151 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4152
4153 %description fonts-type1-eurosym
4154 The new European currency symbol for the Euro implemented in Metafont,
4155 using the official European Commission dimensions, and providing
4156 several shapes (normal, slanted, bold, outline).
4157
4158 %description fonts-type1-eurosym -l pl.UTF-8
4159 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4160 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4161 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4162
4163 %package fonts-type1-hoekwater
4164 Summary:        Converted mflogo font
4165 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4166 Group:          Fonts
4167 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4168
4169 %description fonts-type1-hoekwater
4170 Fonts originally created in MetaFont, transformed to PostScript by
4171 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4172 xipa.
4173
4174 %description fonts-type1-hoekwater -l pl.UTF-8
4175 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4176 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4177 stmaryrd, wasy, wasy2, xipa.
4178
4179 %package fonts-type1-fpl
4180 Summary:        SC/OsF fonts for URW Palladio L
4181 Summary(pl.UTF-8):      Fonty SC/OsF dla URW Palladio L
4182 Group:          Fonts
4183 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4184
4185 %description fonts-type1-fpl
4186 The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4187 are compatible with respect to metrics with the Palatino SC/OsF fonts
4188 from Adobe. Note that it is not the author's aim to exactly reproduce
4189 the outlines of the original Adobe fonts. The SC and OsF in the FPL
4190 Fonts were designed with the glyphs from URW Palladio L as starting
4191 point. For some glyphs (eg 'o') the author got the best result by
4192 scaling and boldening. For others (eg 'h') shifting selected portions
4193 of the character gave more satisfying results. All this was done using
4194 the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4195 data in these fonts comes from Walter Schmidt's improved Palatino
4196 metrics.
4197
4198 %description fonts-type1-fpl -l pl.UTF-8
4199 Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4200 kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4201 Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4202 kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4203 projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4204 (np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4205 pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4206 dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4207 wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4208 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4209 Palatino Waltera Schmidta.
4210
4211 %package fonts-type1-tt2001
4212 Summary:        Type1 tt2001 family fonts
4213 Summary(pl.UTF-8):      Fonty Type1 z rodziny tt2001
4214 Group:          Applications/Publishing/TeX
4215 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4216
4217 %description fonts-type1-tt2001
4218 Type1 tt2001 famliy fonts.
4219
4220 %description fonts-type1-tt2001 -l pl.UTF-8
4221 Fonty Type1 z rodziny tt2001.
4222
4223 %package fonts-type1-lm
4224 Summary:        Type1 Latin Modern family fonts
4225 Summary(pl.UTF-8):      Fonty Type1 z rodziny Latin Modern
4226 Group:          Applications/Publishing/TeX
4227 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4228
4229 %description fonts-type1-lm
4230 Latin Modern family of fonts, based on the Computer Modern fonts
4231 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4232 lot of additional characters, mainly accented ones, but not only.
4233 There is a one set of PostScript fonts and four sets of TeX Font
4234 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4235 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4236 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4237 potential user knows what to do with all these files. The author is
4238 Boguslaw Jackowski.
4239
4240 %description fonts-type1-lm -l pl.UTF-8
4241 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4242 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4243 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4244 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4245 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4246 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4247 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4248 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4249 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4250
4251 %package fonts-type1-marvosym
4252 Summary:        Martin Vogel's Symbol (marvosym) font
4253 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4254 Group:          Fonts
4255 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4256
4257 %description fonts-type1-marvosym
4258 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4259 currency symbol as defined by the European commission; Euro currency
4260 symbols in typefaces Times, Helvetica and Courier; Symbols for
4261 structural engineering; Symbols for steel cross-sections; Astronomy
4262 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4263 symbols; CE sign and others.
4264
4265 %description fonts-type1-marvosym -l pl.UTF-8
4266 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4267 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4268 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4269 strukturalnej; symbole dla przekroi poprzecznych; symbole
4270 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4271 krawieckie; znak CE i inne.
4272
4273 %package fonts-type1-mathpazo
4274 Summary:        Pazo Math fonts
4275 Summary(pl.UTF-8):      Fonty matematyczne Pazo Math
4276 Group:          Fonts
4277 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4278
4279 %description fonts-type1-mathpazo
4280 Pazo Math fonts.
4281
4282 %description fonts-type1-mathpazo -l pl.UTF-8
4283 Fonty matematyczne Pazo Math.
4284
4285 %package fonts-type1-omega
4286 Summary:        Type1 fonts for Omega - extended unicode TeX
4287 Summary(pl.UTF-8):      Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4288 Group:          Fonts
4289 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4290
4291 %description fonts-type1-omega
4292 Type1 fonts for Omega - extended unicode TeX.
4293
4294 %description fonts-type1-omega -l pl.UTF-8
4295 Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4296
4297 %package fonts-type1-pl
4298 Summary:        Polish fonts
4299 Summary(pl.UTF-8):      Polskie fonty
4300 Group:          Fonts
4301 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4302 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4303
4304 %description fonts-type1-pl
4305 Polish fonts.
4306
4307 %description fonts-type1-pl -l pl.UTF-8
4308 Polskie fonty.
4309
4310 %package fonts-type1-px
4311 Summary:        PX fonts
4312 Summary(pl.UTF-8):      Fonty PX
4313 Group:          Fonts
4314 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4315
4316 %description fonts-type1-px
4317 PX fonts.
4318
4319 %description fonts-type1-px -l pl.UTF-8
4320 Fonty PX.
4321
4322 %package fonts-type1-qfonts
4323 Summary:        Quasi fonts
4324 Summary(pl.UTF-8):      Fonty Quasi
4325 Group:          Fonts
4326 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4327
4328 %description fonts-type1-qfonts
4329 Quasi fonts.
4330
4331 %description fonts-type1-qfonts -l pl.UTF-8
4332 Fonty Quasi.
4333
4334 %package fonts-type1-tx
4335 Summary:        TX fonts
4336 Summary(pl.UTF-8):      Fonty TX
4337 Group:          Fonts
4338 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4339
4340 %description fonts-type1-tx
4341 TX fonts.
4342
4343 %description fonts-type1-tx -l pl.UTF-8
4344 Fonty TX.
4345
4346 %package fonts-type1-uhc
4347 Summary:        Type1 UHC fonts
4348 Group:          Fonts
4349 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4350
4351 %description fonts-type1-uhc
4352 Type1 UHC fonts.
4353
4354 %package fonts-type1-urw
4355 Summary:        URW fonts
4356 Summary(pl.UTF-8):      Fonty URW
4357 Group:          Fonts
4358 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4359
4360 %description fonts-type1-urw
4361 URW fonts.
4362
4363 %description fonts-type1-urw -l pl.UTF-8
4364 Fonty URW.
4365
4366 %package fonts-type1-vnr
4367 Summary:        Type1 VNR fonts
4368 Summary(pl.UTF-8):      Fonty Type1 VNR
4369 Group:          Fonts
4370 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4371
4372 %description fonts-type1-vnr
4373 Type1 VNR fonts.
4374
4375 %description fonts-type1-vnr -l pl.UTF-8
4376 Fonty Type1 VNR.
4377
4378 %package fonts-type1-wadalab
4379 Summary:        Type1 Wadalab fonts
4380 Group:          Fonts
4381 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4382
4383 %description fonts-type1-wadalab
4384 Type1 Wadalab fonts.
4385
4386 %package fonts-type1-xypic
4387 Summary:        Xy-pic fonts
4388 Summary(pl.UTF-8):      Fonty Xy-pic
4389 Group:          Fonts
4390 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4391
4392 %description fonts-type1-xypic
4393 Xy-pic fonts.
4394
4395 %description fonts-type1-xypic -l pl.UTF-8
4396 Fonty Xy-pic.
4397
4398
4399 # TeXLive-specific packages - there wasn't before...
4400 %package afm2pl
4401 Summary:        Convert an Adobe font metric file to a TeX font property list
4402 Group:          Fonts
4403
4404 %description afm2pl
4405 Convert an Adobe font metric file to a TeX font property list.
4406
4407
4408 %package bbox
4409 Summary:        bbox prints the bounding box of images
4410 Group:          Applications/Publishing/TeX
4411
4412 %description bbox
4413 bbox reads a rawppm or rawpbm file and prints out the bounding box of
4414 the image.
4415
4416 %package cefutils
4417 Summary:        In cefutils there are CEF-compatible utils
4418 Group:          Applications/Publishing/TeX
4419
4420 %description cefutils
4421 In cefutils there are CEF-compatible (Chinese Encoding Framework)
4422 utils.
4423
4424 %package detex
4425 Summary:        A filter to strip TeX commands from a .tex file
4426 Summary(hu.UTF-8):      Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4427 Group:          Applications/Publishing/TeX
4428
4429 %description detex
4430 A filter to strip TeX commands from a .tex file.
4431
4432 %description detex -l hu.UTF-8
4433 Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4434
4435
4436 %package dviutils
4437 Summary:        Various DVI utils
4438 Summary(hu.UTF-8):      Vegyes DVI eszközök
4439 Group:          Applications/Publishing/TeX
4440
4441 %description dviutils
4442 This package contains various DVI utils.
4443
4444 %description dviutils -l hu.UTF-8
4445 Ez a csomag mindenféle DVI eszközt tartalmaz.
4446
4447 %package epsutils
4448 Summary:        Various EPS utils
4449 Group:          Applications/Publishing/TeX
4450
4451 %description epsutils
4452 Various EPS (Encapsulated PostScript) utils.
4453
4454
4455 %package filters
4456 Summary:        Various filters
4457 Group:          Applications/Publishing/TeX
4458
4459 %description filters
4460 Various filters.
4461
4462
4463 %package uncategorized-utils
4464 Summary:        Uncategorized utils
4465 Group:          Applications/Publishing/TeX
4466
4467 %description uncategorized-utils
4468 Uncategorized utilities. Needs check and categorizing.
4469
4470 %package tex4ht
4471 Summary:        LaTeX and TeX for hypertext
4472 Group:          Applications/Publishing/TeX
4473
4474 %description tex4ht
4475 A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4476 providing a configurable (La)TeX-based authoring system for hypertext.
4477 When converting to XML, you can use MathML instead of images for
4478 equation representation.
4479
4480 %package xetex
4481 Summary:        Extended TeX / LaTeX version for unicode
4482 Group:          Applications/Publishing/TeX
4483 Requires(post,postun):  /usr/bin/texhash
4484 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4485
4486 %description xetex
4487 XeTeX extends the TeX typesetting system (and macro packages such as
4488 LaTeX and ConTeXt) to have native support for the Unicode character
4489 set, including complex Asian scripts, and for OpenType and TrueType
4490 fonts.
4491
4492 %package xmltex
4493 Summary:        TeX package for processing XML files
4494 Group:          Applications/Publishing/TeX
4495 Requires(post,postun):  /usr/bin/texhash
4496
4497 %description xmltex
4498 XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4499 It allows TeX to directly process XML files.
4500
4501 %prep
4502 %setup -q -c -T -n %{name}-%{version}-source
4503 lzma -dc %{SOURCE0} | tar xf - -C ..
4504 %patch0 -p1
4505 %patch1 -p1
4506
4507 cd libs/teckit
4508 cat ax*.m4 > acinclude.m4
4509 %{__libtoolize}
4510 %{__aclocal}
4511 %{__autoconf}
4512 %{__automake}
4513
4514 %build
4515 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
4516 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
4517 cd texk/kpathsea
4518 %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4519 %{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4520 %{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4521 %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4522 %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
4523 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
4524 cd ../..
4525
4526 %configure \
4527 %if %{with bootstrap}
4528         --without-xindy \
4529         --without-luatex \
4530 %endif
4531         --disable-multiplatform \
4532         --disable-static \
4533         --enable-a4 \
4534         --enable-gf \
4535         --enable-ipc \
4536         --enable-shared \
4537         --with-fontconfig \
4538         --with-fonts-dir=/var/cache/fonts \
4539         --with-ncurses \
4540         --with-system-freetype \
4541         --with-freetype-include=/usr/include/freetype \
4542         --with-system-freetype2 \
4543         --with-freetype2-include=/usr/include/freetype2 \
4544         --with-system-gd \
4545         --with-system-ncurses \
4546         --with-system-pnglib \
4547         --with-system-t1lib \
4548         --with-system-zlib \
4549         --with-xdvi-x-toolkit=xaw \
4550         --without-dialog \
4551         --without-t1utils \
4552         --without-texinfo
4553
4554 %{__make}
4555
4556 %install
4557 rm -rf $RPM_BUILD_ROOT
4558 install -d $RPM_BUILD_ROOT%{_datadir} \
4559         $RPM_BUILD_ROOT%{_desktopdir} \
4560         $RPM_BUILD_ROOT%{_pixmapsdir} \
4561         $RPM_BUILD_ROOT%{_mandir}/man5 \
4562         $RPM_BUILD_ROOT/var/cache/fonts \
4563         $RPM_BUILD_ROOT/etc/cron.daily\
4564         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
4565         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
4566         $RPM_BUILD_ROOT%{fmtdir}
4567
4568 lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
4569 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
4570 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
4571 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
4572 # This is an empty directory
4573 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
4574 # Useless binary
4575 %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
4576
4577 # commented out because of following (non-fatal) error:
4578 # Can't open texmf/web2c/texmf.cnf: No such file or directory.
4579 #perl -pi \
4580 #       -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
4581 #       -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
4582 #       texmf/web2c/texmf.cnf
4583
4584 # install -d $RPM_BUILD_ROOT%{texmf} $RPM_BUILD_ROOT%{texmfdist} $RPM_BUILD_ROOT%{texmfdoc}
4585 # %{__cp} -a texlive-20080822-texmf/texmf/* $RPM_BUILD_ROOT%{texmf}
4586 # %{__cp} -a texlive-20080822-texmf/texmf-dist/* $RPM_BUILD_ROOT%{texmfdist}
4587 # %{__cp} -a texlive-20080822-texmf/texmf-doc/* $RPM_BUILD_ROOT%{texmfdoc}
4588
4589 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
4590
4591 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
4592
4593 %{__make} install \
4594         prefix=$RPM_BUILD_ROOT%{_prefix} \
4595         bindir=$RPM_BUILD_ROOT%{_bindir} \
4596         mandir=$RPM_BUILD_ROOT%{_mandir} \
4597         libdir=$RPM_BUILD_ROOT%{_libdir} \
4598         datadir=$RPM_BUILD_ROOT%{_datadir} \
4599         infodir=$RPM_BUILD_ROOT%{_infodir} \
4600         includedir=$RPM_BUILD_ROOT%{_includedir} \
4601         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
4602         texmf=$RPM_BUILD_ROOT%{texmf} \
4603         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
4604         texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
4605
4606 # Fix broken symlinks
4607 # CURDIR=$(pwd)
4608 # cd $RPM_BUILD_ROOT%{_bindir}
4609 # for file in $(file * | grep broken | awk -F ":" {'print $1'}); do
4610 # ln -sf $(readlink $file | %{__sed} "s@\.\.@%{_datadir}@") $file
4611 # done
4612 # cd $CURDIR
4613
4614 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
4615 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
4616
4617 # %{__make} init \
4618 #       prefix=$RPM_BUILD_ROOT%{_prefix} \
4619 #       bindir=$RPM_BUILD_ROOT%{_bindir} \
4620 #       mandir=$RPM_BUILD_ROOT%{_mandir} \
4621 #       libdir=$RPM_BUILD_ROOT%{_libdir} \
4622 #       datadir=$RPM_BUILD_ROOT%{_datadir} \
4623 #       infodir=$RPM_BUILD_ROOT%{_infodir} \
4624 #       includedir=$RPM_BUILD_ROOT%{_includedir} \
4625 #       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
4626 #       texmf=$RPM_BUILD_ROOT%{texmf}
4627
4628 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4629 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
4630
4631 perl -pi \
4632         -e "s|$RPM_BUILD_ROOT||g;" \
4633         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
4634
4635 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
4636
4637 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
4638 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
4639
4640 # bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
4641
4642 # in separate spec
4643 # rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
4644 # rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
4645
4646 # not included in package
4647 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
4648 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
4649 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
4650 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
4651 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
4652 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
4653 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
4654 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
4655 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
4656 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
4657 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
4658 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
4659 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
4660 rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
4661 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
4662 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
4663
4664 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
4665 # and we can still analyze them
4666 # install -d format-logs
4667 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
4668
4669 %clean
4670 rm -rf $RPM_BUILD_ROOT
4671
4672 %post
4673 %fixinfodir
4674 %texhash
4675
4676 %postun
4677 %fixinfodir
4678 if [ "$1" = "1" ]; then
4679         %texhash
4680 fi
4681
4682 %post doc-Catalogue
4683 %texhash
4684
4685 %postun doc-Catalogue
4686 %texhash
4687
4688 %post doc-tug-faq
4689 %texhash
4690
4691 %postun doc-tug-faq
4692 %texhash
4693
4694 %post -n kpathsea
4695 /sbin/ldconfig
4696 %fixinfodir
4697 %texhash
4698
4699 %postun -n kpathsea
4700 /sbin/ldconfig
4701 %fixinfodir
4702 %texhash
4703
4704 %post -n kpathsea-devel
4705 %texhash
4706
4707 %postun -n kpathsea-devel
4708 %texhash
4709
4710 %post dvips
4711 %fixinfodir
4712 %texhash
4713
4714 %postun dvips
4715 %fixinfodir
4716 %texhash
4717
4718 %post dvilj
4719 %texhash
4720
4721 %postun dvilj
4722 %texhash
4723
4724 %post makeindex
4725 %texhash
4726
4727 %postun makeindex
4728 %texhash
4729
4730 %post metafont
4731 %texhash
4732
4733 %postun metafont
4734 %texhash
4735
4736 %post metapost
4737 %texhash
4738
4739 %postun metapost
4740 %texhash
4741
4742 %post mptopdf
4743 %texhash
4744
4745 %postun mptopdf
4746 %texhash
4747
4748 %post texdoctk
4749 %texhash
4750
4751 %postun texdoctk
4752 %texhash
4753
4754 %post -n xdvi
4755 %texhash
4756
4757 %postun -n xdvi
4758 %texhash
4759
4760 %post pdftex
4761 %texhash
4762
4763 %postun pdftex
4764 %texhash
4765
4766 %post omega
4767 %texhash
4768
4769 %postun omega
4770 %texhash
4771
4772 %post plain
4773 %texhash
4774
4775 %postun plain
4776 %texhash
4777
4778 %post format-plain
4779 %texhash
4780
4781 %postun format-plain
4782 %texhash
4783
4784 %post format-pdftex
4785 %texhash
4786
4787 %postun format-pdftex
4788 %texhash
4789
4790 %post format-pdfetex
4791 %texhash
4792
4793 %postun format-pdfetex
4794 %texhash
4795
4796 %post mex
4797 %texhash
4798
4799 %postun mex
4800 %texhash
4801
4802 %post format-mex
4803 %texhash
4804
4805 %postun format-mex
4806 %texhash
4807
4808 %post format-pdfmex
4809 %texhash
4810
4811 %postun format-pdfmex
4812 %texhash
4813
4814 %postun format-utf8mex
4815 %texhash
4816
4817 %post amstex
4818 %texhash
4819
4820 %postun amstex
4821 %texhash
4822
4823 %post format-amstex
4824 %texhash
4825
4826 %postun format-amstex
4827 %texhash
4828
4829 %post format-pdfamstex
4830 %texhash
4831
4832 %postun format-pdfamstex
4833 %texhash
4834
4835 %post csplain
4836 %texhash
4837
4838 %postun csplain
4839 %texhash
4840
4841 %post format-csplain
4842 %texhash
4843
4844 %postun format-csplain
4845 %texhash
4846
4847 %post format-pdfcsplain
4848 %texhash
4849
4850 %postun format-pdfcsplain
4851 %texhash
4852
4853 %post cslatex
4854 %texhash
4855
4856 %postun cslatex
4857 %texhash
4858
4859 %post format-cslatex
4860 %texhash
4861
4862 %postun format-cslatex
4863 %texhash
4864
4865 %post format-pdfcslatex
4866 %texhash
4867
4868 %postun format-pdfcslatex
4869 %texhash
4870
4871 %post cyrplain
4872 %texhash
4873
4874 %postun cyrplain
4875 %texhash
4876
4877 %post format-cyrplain
4878 %texhash
4879
4880 %postun format-cyrplain
4881 %texhash
4882
4883 %post format-cyramstex
4884 %texhash
4885
4886 %postun format-cyramstex
4887 %texhash
4888
4889 %post format-cyrtexinfo
4890 %texhash
4891
4892 %postun format-cyrtexinfo
4893 %texhash
4894
4895 %post eplain
4896 %texhash
4897
4898 %postun eplain
4899 %texhash
4900
4901 %post format-eplain
4902 %texhash
4903
4904 %postun format-eplain
4905 %texhash
4906
4907 # ConTeXt format
4908
4909 %post context
4910 %texhash
4911
4912 %postun context
4913 %texhash
4914
4915 %post format-context-de
4916 %texhash
4917
4918 %postun format-context-de
4919 %texhash
4920
4921 %post format-context-en
4922 %texhash
4923
4924 %postun format-context-en
4925 %texhash
4926
4927 %post format-context-nl
4928 %texhash
4929
4930 %postun format-context-nl
4931 %texhash
4932
4933 # LaTeX format.
4934
4935 %post latex
4936 %fixinfodir
4937 %texhash
4938
4939 %postun latex
4940 %fixinfodir
4941 %texhash
4942
4943 %post latex-12many
4944 %texhash
4945
4946 %postun latex-12many
4947 %texhash
4948
4949 %post latex-abstract
4950 %texhash
4951
4952 %postun latex-abstract
4953 %texhash
4954
4955 %post latex-accfonts
4956 %texhash
4957
4958 %postun latex-accfonts
4959 %texhash
4960
4961 %post latex-adrconv
4962 %texhash
4963
4964 %postun latex-adrconv
4965 %texhash
4966
4967 %post latex-ae
4968 %texhash
4969
4970 %postun latex-ae
4971 %texhash
4972
4973 %post latex-ams
4974 %texhash
4975
4976 %postun latex-ams
4977 %texhash
4978
4979 %post latex-antp
4980 %texhash
4981
4982 %postun latex-antp
4983 %texhash
4984
4985 %post latex-antt
4986 %texhash
4987
4988 %postun latex-antt
4989 %texhash
4990
4991 %post latex-appendix
4992 %texhash
4993
4994 %postun latex-appendix
4995 %texhash
4996
4997 %post latex-backgammon
4998 %texhash
4999
5000 %postun latex-backgammon
5001 %texhash
5002
5003 %post latex-bardiag
5004 %texhash
5005
5006 %postun latex-bardiag
5007 %texhash
5008
5009 %post latex-bbm
5010 %texhash
5011
5012 %postun latex-bbm
5013 %texhash
5014
5015 %post latex-bbold
5016 %texhash
5017
5018 %postun latex-bbold
5019 %texhash
5020
5021 %post latex-beamer
5022 %texhash
5023
5024 %postun latex-beamer
5025 %texhash
5026
5027 %post latex-bezos
5028 %texhash
5029
5030 %postun latex-bezos
5031 %texhash
5032
5033 %post latex-bibtex
5034 %texhash
5035
5036 %postun latex-bibtex
5037 %texhash
5038
5039 %post latex-bibtex-ams
5040 %texhash
5041
5042 %postun latex-bibtex-ams
5043 %texhash
5044
5045 %post latex-bibtex-pl
5046 %texhash
5047
5048 %postun latex-bibtex-pl
5049 %texhash
5050
5051 %post latex-bibtex-german
5052 %texhash
5053
5054 %postun latex-bibtex-german
5055 %texhash
5056
5057 %post latex-bibtex-revtex4
5058 %texhash
5059
5060 %postun latex-bibtex-revtex4
5061 %texhash
5062
5063 %post latex-bibtex-jurabib
5064 %texhash
5065
5066 %postun latex-bibtex-jurabib
5067 %texhash
5068
5069 %post latex-bibtex-styles
5070 %texhash
5071
5072 %postun latex-bibtex-styles
5073 %texhash
5074
5075 %post latex-booktabs
5076 %texhash
5077
5078 %postun latex-booktabs
5079 %texhash
5080
5081
5082 %post latex-caption
5083 %texhash
5084
5085 %postun latex-caption
5086 %texhash
5087
5088 %post latex-carlisle
5089 %texhash
5090
5091 %postun latex-carlisle
5092 %texhash
5093
5094 %post latex-ccfonts
5095 %texhash
5096
5097 %postun latex-ccfonts
5098 %texhash
5099
5100 %post latex-cite
5101 %texhash
5102
5103 %postun latex-cite
5104 %texhash
5105
5106 %post latex-cmbright
5107 %texhash
5108
5109 %postun latex-cmbright
5110 %texhash
5111
5112
5113 %post latex-comment
5114 %texhash
5115
5116 %postun latex-comment
5117 %texhash
5118
5119 %post latex-concmath
5120 %texhash
5121
5122 %postun latex-concmath
5123 %texhash
5124
5125 %post latex-currvita
5126 %texhash
5127
5128 %postun latex-currvita
5129 %texhash
5130
5131
5132 %post latex-curves
5133 %texhash
5134
5135 %postun latex-curves
5136 %texhash
5137
5138 %post latex-custom-bib
5139 %texhash
5140
5141 %postun latex-custom-bib
5142 %texhash
5143
5144 %post latex-cyrillic
5145 %texhash
5146
5147 %postun latex-cyrillic
5148 %texhash
5149
5150 # %post latex-dstroke
5151 # %texhash
5152
5153 # %postun latex-dstroke
5154 # %texhash
5155
5156 %post latex-enumitem
5157 %texhash
5158
5159 %postun latex-enumitem
5160 %texhash
5161
5162 %post latex-exam
5163 %texhash
5164
5165 %postun latex-exam
5166 %texhash
5167
5168 %post latex-gbrief
5169 %texhash
5170
5171 %postun latex-gbrief
5172 %texhash
5173
5174 %post latex-jknappen
5175 %texhash
5176
5177 %postun latex-jknappen
5178 %texhash
5179
5180 %post latex-leftidx
5181 %texhash
5182
5183 %postun latex-leftidx
5184 %texhash
5185
5186 %post latex-lm
5187 %texhash
5188
5189 %post latex-lastpage
5190 %texhash
5191
5192 %postun latex-lastpage
5193 %texhash
5194
5195 %postun latex-lm
5196 %texhash
5197
5198 %post latex-lucidabr
5199 %texhash
5200
5201 %postun latex-lucidabr
5202 %texhash
5203
5204 %post latex-marvosym
5205 %texhash
5206
5207 %postun latex-marvosym
5208 %texhash
5209
5210 %post latex-mathpple
5211 %texhash
5212
5213 %postun latex-mathpple
5214 %texhash
5215
5216 %post latex-mathtime
5217 %texhash
5218
5219 %postun latex-mathtime
5220 %texhash
5221
5222 %post latex-mflogo
5223 %texhash
5224
5225 %postun latex-mflogo
5226 %texhash
5227
5228 %post latex-mfnfss
5229 %texhash
5230
5231 %postun latex-mfnfss
5232 %texhash
5233
5234 %post latex-minitoc
5235 %texhash
5236
5237 %postun latex-minitoc
5238 %texhash
5239
5240 %post latex-mltex
5241 %texhash
5242
5243 %postun latex-mltex
5244 %texhash
5245
5246 %post latex-moreverb
5247 %texhash
5248
5249 %postun latex-moreverb
5250 %texhash
5251
5252 %post latex-multienum
5253 %texhash
5254
5255 %postun latex-multienum
5256 %texhash
5257
5258 %post latex-musictex
5259 %texhash
5260
5261 %postun latex-musictex
5262 %texhash
5263
5264 %post latex-ntheorem
5265 %texhash
5266
5267 %postun latex-ntheorem
5268 %texhash
5269
5270 %post latex-palatcm
5271 %texhash
5272
5273 %postun latex-palatcm
5274 %texhash
5275
5276 %post latex-pgf
5277 %texhash
5278
5279 %postun latex-pgf
5280 %texhash
5281
5282 %post latex-prosper
5283 %texhash
5284
5285 %postun latex-prosper
5286 %texhash
5287
5288 %post latex-pseudocode
5289 %texhash
5290
5291 %postun latex-pseudocode
5292 %texhash
5293
5294 %post latex-psnfss
5295 %texhash
5296
5297 %postun latex-psnfss
5298 %texhash
5299
5300 %post latex-pst-eucl
5301 %texhash
5302
5303 %postun latex-pst-eucl
5304 %texhash
5305
5306 %post latex-pst-fr3d
5307 %texhash
5308
5309 %postun latex-pst-fr3d
5310 %texhash
5311
5312 %post latex-pst-fractal
5313 %texhash
5314
5315 %postun latex-pst-fractal
5316 %texhash
5317
5318 %post latex-pxfonts
5319 %texhash
5320
5321 %postun latex-pxfonts
5322 %texhash
5323
5324 %post latex-qfonts
5325 %texhash
5326
5327 %postun latex-qfonts
5328 %texhash
5329
5330 %post latex-SIstyle
5331 %texhash
5332
5333 %postun latex-SIstyle
5334 %texhash
5335
5336 %post latex-SIunits
5337 %texhash
5338
5339 %postun latex-SIunits
5340 %texhash
5341
5342 %post latex-Tabbing
5343 %texhash
5344
5345 %postun latex-Tabbing
5346 %texhash
5347
5348 %post latex-txfonts
5349 %texhash
5350
5351 %postun latex-txfonts
5352 %texhash
5353
5354 %post latex-ucs
5355 %texhash
5356
5357 %postun latex-ucs
5358 %texhash
5359
5360 %post latex-umlaute
5361 %texhash
5362
5363 %postun latex-umlaute
5364 %texhash
5365
5366 %post latex-wasysym
5367 %texhash
5368
5369 %postun latex-wasysym
5370 %texhash
5371
5372 %post latex-xcolor
5373 %texhash
5374
5375 %postun latex-xcolor
5376 %texhash
5377
5378 %post format-latex
5379 %texhash
5380
5381 %postun format-latex
5382 %texhash
5383
5384 %post format-pdflatex
5385 %texhash
5386
5387 %postun format-pdflatex
5388 %texhash
5389
5390 %post platex
5391 %texhash
5392
5393 %postun platex
5394 %texhash
5395
5396 %post format-platex
5397 %texhash
5398
5399 %postun format-platex
5400 %texhash
5401
5402 %post format-pdfplatex
5403 %texhash
5404
5405 %postun format-pdfplatex
5406 %texhash
5407
5408 %post tex-babel
5409 %texhash
5410
5411 %postun tex-babel
5412 %texhash
5413
5414 %post tex-german
5415 %texhash
5416
5417 %postun tex-german
5418 %texhash
5419
5420 %post tex-mfpic
5421 %texhash
5422
5423 %postun tex-mfpic
5424 %texhash
5425
5426 %post tex-misc
5427 %texhash
5428
5429 %postun tex-misc
5430 %texhash
5431
5432 %post tex-pictex
5433 %texhash
5434
5435 %postun tex-pictex
5436 %texhash
5437
5438 %post tex-pstricks
5439 %texhash
5440
5441 %postun tex-pstricks
5442 %texhash
5443
5444 %post tex-qpx
5445 %texhash
5446
5447 %postun tex-qpx
5448 %texhash
5449
5450 %post tex-qpxqtx
5451 %texhash
5452
5453 %postun tex-qpxqtx
5454 %texhash
5455
5456 %post tex-ruhyphen
5457 %texhash
5458
5459 %postun tex-ruhyphen
5460 %texhash
5461
5462 %post tex-spanish
5463 %texhash
5464
5465 %postun tex-spanish
5466 %texhash
5467
5468 %post tex-texdraw
5469 %texhash
5470
5471 %postun tex-texdraw
5472 %texhash
5473
5474 %post tex-thumbpdf
5475 %texhash
5476
5477 %postun tex-thumbpdf
5478 %texhash
5479
5480 %post tex-ukrhyph
5481 %texhash
5482
5483 %postun tex-ukrhyph
5484 %texhash
5485
5486 %post latex-vietnam
5487 %texhash
5488
5489 %postun latex-vietnam
5490 %texhash
5491
5492 %post tex-xypic
5493 %texhash
5494
5495 %postun tex-xypic
5496 %texhash
5497
5498 %post fonts-adobe
5499 %texhash
5500
5501 %postun fonts-adobe
5502 %texhash
5503
5504 %post fonts-ae
5505 %texhash
5506
5507 %postun fonts-ae
5508 %texhash
5509
5510 %post fonts-ams
5511 %texhash
5512
5513 %postun fonts-ams
5514 %texhash
5515
5516 %post fonts-antp
5517 %texhash
5518
5519 %postun fonts-antp
5520 %texhash
5521
5522 %post fonts-antt
5523 %texhash
5524
5525 %postun fonts-antt
5526 %texhash
5527
5528 %post fonts-bbm
5529 %texhash
5530
5531 %postun fonts-bbm
5532 %texhash
5533
5534 %post fonts-bbold
5535 %texhash
5536
5537 %postun fonts-bbold
5538 %texhash
5539
5540 %post fonts-bh
5541 %texhash
5542
5543 %postun fonts-bh
5544 %texhash
5545
5546 %post fonts-bitstream
5547 %texhash
5548
5549 %postun fonts-bitstream
5550 %texhash
5551
5552 %post fonts-cbgreek
5553 %texhash
5554
5555 %postun fonts-cbgreek
5556 %texhash
5557
5558 %post fonts-cc-pl
5559 %texhash
5560
5561 %postun fonts-cc-pl
5562 %texhash
5563
5564 %post fonts-cg
5565 %texhash
5566
5567 %postun fonts-cg
5568 %texhash
5569
5570 %post fonts-cm
5571 %texhash
5572
5573 %postun fonts-cm
5574 %texhash
5575
5576 %post fonts-cmbright
5577 %texhash
5578
5579 %postun fonts-cmbright
5580 %texhash
5581
5582 %post fonts-cmcyr
5583 %texhash
5584
5585 %postun fonts-cmcyr
5586 %texhash
5587
5588 %post fonts-cmextra
5589 %texhash
5590
5591 %postun fonts-cmextra
5592 %texhash
5593
5594 %post fonts-concmath
5595 %texhash
5596
5597 %postun fonts-concmath
5598 %texhash
5599
5600 %post fonts-concrete
5601 %texhash
5602
5603 %postun fonts-concrete
5604 %texhash
5605
5606 %post fonts-cs
5607 %texhash
5608
5609 %postun fonts-cs
5610 %texhash
5611
5612 %post fonts-dstroke
5613 %texhash
5614
5615 %postun fonts-dstroke
5616 %texhash
5617
5618 %post fonts-ecc
5619 %texhash
5620
5621 %postun fonts-ecc
5622 %texhash
5623
5624 %post fonts-eurosym
5625 %texhash
5626
5627 %postun fonts-eurosym
5628 %texhash
5629
5630 %post fonts-euxm
5631 %texhash
5632
5633 %postun fonts-euxm
5634 %texhash
5635
5636 %post fonts-gothic
5637 %texhash
5638
5639 %postun fonts-gothic
5640 %texhash
5641
5642 %post fonts-hoekwater
5643 %texhash
5644
5645 %postun fonts-hoekwater
5646 %texhash
5647
5648 %post fonts-jknappen
5649 %texhash
5650
5651 %postun fonts-jknappen
5652 %texhash
5653
5654 %post fonts-latex
5655 %texhash
5656
5657 %postun fonts-latex
5658 %texhash
5659
5660 %post fonts-lh
5661 %texhash
5662
5663 %postun fonts-lh
5664 %texhash
5665
5666 %post fonts-lm
5667 %texhash
5668
5669 %postun fonts-lm
5670 %texhash
5671
5672 %post fonts-marvosym
5673 %texhash
5674
5675 %postun fonts-marvosym
5676 %texhash
5677
5678 %post fonts-mflogo
5679 %texhash
5680
5681 %postun fonts-mflogo
5682 %texhash
5683
5684 %post fonts-misc
5685 %texhash
5686
5687 %postun fonts-misc
5688 %texhash
5689
5690 %post fonts-monotype
5691 %texhash
5692
5693 %postun fonts-monotype
5694 %texhash
5695
5696 %post fonts-omega
5697 %texhash
5698
5699 %postun fonts-omega
5700 %texhash
5701
5702 %post fonts-pazo
5703 %texhash
5704
5705 %postun fonts-pazo
5706 %texhash
5707
5708 %post fonts-pl
5709 %texhash
5710
5711 %postun fonts-pl
5712 %texhash
5713
5714 %post fonts-px
5715 %texhash
5716
5717 %postun fonts-px
5718 %texhash
5719
5720 %post fonts-qfonts
5721 %texhash
5722
5723 %postun fonts-qfonts
5724 %texhash
5725
5726 %post fonts-qpx
5727 %texhash
5728
5729 %postun fonts-qpx
5730 %texhash
5731
5732 %post fonts-qpxqtx
5733 %texhash
5734
5735 %postun fonts-qpxqtx
5736 %texhash
5737
5738 %post fonts-rsfs
5739 %texhash
5740
5741 %postun fonts-rsfs
5742 %texhash
5743
5744 %post fonts-stmaryrd
5745 %texhash
5746
5747 %postun fonts-stmaryrd
5748 %texhash
5749
5750 %post fonts-tx
5751 %texhash
5752
5753 %postun fonts-tx
5754 %texhash
5755
5756 %post fonts-urw
5757 %texhash
5758
5759 %postun fonts-urw
5760 %texhash
5761
5762 %post fonts-vnr
5763 %texhash
5764
5765 %postun fonts-vnr
5766 %texhash
5767
5768 %post fonts-wasy
5769 %texhash
5770
5771 %postun fonts-wasy
5772 %texhash
5773
5774 %post fonts-xypic
5775 %texhash
5776
5777 %postun fonts-xypic
5778 %texhash
5779
5780 %post fonts-yandy
5781 %texhash
5782
5783 %postun fonts-yandy
5784 %texhash
5785
5786 %post fonts-type1-antp
5787 %texhash
5788
5789 %postun fonts-type1-antp
5790 %texhash
5791
5792 %post fonts-type1-antt
5793 %texhash
5794
5795 %postun fonts-type1-antt
5796 %texhash
5797
5798 %post fonts-type1-belleek
5799 %texhash
5800
5801 %postun fonts-type1-belleek
5802 %texhash
5803
5804 %post fonts-type1-bitstream
5805 %texhash
5806
5807 %postun fonts-type1-bitstream
5808 %texhash
5809
5810 %post fonts-type1-bluesky
5811 %texhash
5812
5813 %postun fonts-type1-bluesky
5814 %texhash
5815
5816 %post fonts-type1-cc-pl
5817 %texhash
5818
5819 %postun fonts-type1-cc-pl
5820 %texhash
5821
5822 %post fonts-type1-cmcyr
5823 %texhash
5824
5825 %postun fonts-type1-cmcyr
5826 %texhash
5827
5828 %post fonts-type1-cs
5829 %texhash
5830
5831 %postun fonts-type1-cs
5832 %texhash
5833
5834 %post fonts-type1-dstroke
5835 %texhash
5836
5837 %postun fonts-type1-dstroke
5838 %texhash
5839
5840 %post fonts-type1-eurosym
5841 %texhash
5842
5843 %postun fonts-type1-eurosym
5844 %texhash
5845
5846 %post fonts-type1-hoekwater
5847 %texhash
5848
5849 %postun fonts-type1-hoekwater
5850 %texhash
5851
5852 %post fonts-type1-lm
5853 %texhash
5854
5855 %postun fonts-type1-lm
5856 %texhash
5857
5858 %post fonts-type1-marvosym
5859 %texhash
5860
5861 %postun fonts-type1-marvosym
5862 %texhash
5863
5864 %post fonts-type1-mathpazo
5865 %texhash
5866
5867 %postun fonts-type1-mathpazo
5868 %texhash
5869
5870 %post fonts-type1-omega
5871 %texhash
5872
5873 %postun fonts-type1-omega
5874 %texhash
5875
5876 %post fonts-type1-pl
5877 %texhash
5878
5879 %postun fonts-type1-pl
5880 %texhash
5881
5882 %post fonts-type1-px
5883 %texhash
5884
5885 %postun fonts-type1-px
5886 %texhash
5887
5888 %post fonts-type1-qfonts
5889 %texhash
5890
5891 %postun fonts-type1-qfonts
5892 %texhash
5893
5894 %post fonts-type1-tx
5895 %texhash
5896
5897 %postun fonts-type1-tx
5898 %texhash
5899
5900 %post fonts-type1-urw
5901 %texhash
5902
5903 %postun fonts-type1-urw
5904 %texhash
5905
5906 %post fonts-type1-vnr
5907 %texhash
5908
5909 %postun fonts-type1-vnr
5910 %texhash
5911
5912 %post fonts-type1-xypic
5913 %texhash
5914
5915 %postun fonts-type1-xypic
5916 %texhash
5917
5918 %post -n texconfig
5919 %texhash
5920
5921 %postun -n texconfig
5922 %texhash
5923
5924 %post xetex
5925 %texhash
5926
5927 %postun xetex
5928 %texhash
5929
5930 %post xmltex
5931 %texhash
5932
5933 %postun xmltex
5934 %texhash
5935
5936 # Check the commented lines!!!
5937
5938 %files
5939 %defattr(644,root,root,755)
5940 # %doc %{texmf}/LICENSE.texmf
5941 # %doc %{texmf}/ChangeLog
5942 # %doc %{texmf}/doc/README.knuth
5943 # There isn't doc/fonts directory
5944 # %dir %{texmf}/doc/fonts
5945 # %doc %{texmf}/doc/fonts/fontname
5946 # %dir %{texmf}/doc/fonts/polish
5947 # %dir %{texmf}/doc/help
5948 # %doc %{texmf}/doc/help/csname.txt
5949 # %doc %{texmf}/doc/help/ctan
5950 # %doc %{texmf}/doc/help/tds.dvi
5951 # %doc %{texmf}/doc/help/unixtex.ftp
5952 # %dir %{texmf}/doc/help/faq
5953 # %doc %{texmf}/doc/images
5954 # %dir %{texmf}/doc/polish
5955 # %doc %{texmf}/doc/polish/*.html
5956 # %dir %{texmf}/doc/programs
5957 # %doc %{texmf}/doc/programs/web2c*
5958 # %doc %{texmf}/doc/programs/cwebman.dvi
5959 # %doc %{texmf}/doc/programs/dvipng.*
5960 # %doc %{texmf}/doc/knuth
5961 #%attr(755,root,root) %{_bindir}/MakeTeXPK
5962 #%attr(755,root,root) %{_bindir}/access
5963
5964 # ***********
5965 # executables
5966 # ***********
5967 %attr(755,root,root) %{_bindir}/a2ping
5968 %attr(755,root,root) %{_bindir}/afm2tfm
5969 %attr(755,root,root) %{_bindir}/allcm
5970 %attr(755,root,root) %{_bindir}/allec
5971 %attr(755,root,root) %{_bindir}/allneeded
5972 %attr(755,root,root) %{_bindir}/cweave
5973 %attr(755,root,root) %{_bindir}/ctangle
5974 %attr(755,root,root) %{_bindir}/ctie
5975 %attr(755,root,root) %{_bindir}/dmp
5976 %attr(755,root,root) %{_bindir}/dvipng
5977 %attr(755,root,root) %{_bindir}/e2pall
5978 %attr(755,root,root) %{_bindir}/ebb
5979 # %attr(755,root,root) %{_bindir}/fdf2tan
5980 %attr(755,root,root) %{_bindir}/fmtutil
5981 %attr(755,root,root) %{_bindir}/fmtutil-sys
5982 #%attr(755,root,root) %{_bindir}/fontexport
5983 #%attr(755,root,root) %{_bindir}/fontimport
5984 %attr(755,root,root) %{_bindir}/fontinst
5985 %attr(755,root,root) %{_bindir}/gftodvi
5986 %attr(755,root,root) %{_bindir}/gftopk
5987 %attr(755,root,root) %{_bindir}/gftype
5988 %attr(755,root,root) %{_bindir}/gsftopk
5989 #%attr(755,root,root) %{_bindir}/initex
5990 %attr(755,root,root) %{_bindir}/kpseaccess
5991 %attr(755,root,root) %{_bindir}/kpsereadlink
5992 %attr(755,root,root) %{_bindir}/kpsewhere
5993 %attr(755,root,root) %{_bindir}/mag
5994 %attr(755,root,root) %{_bindir}/makempx
5995 #%attr(755,root,root) %{_bindir}/mkfontdesc
5996 %attr(755,root,root) %{_bindir}/mktexfmt
5997 %attr(755,root,root) %{_bindir}/mktexlsr
5998 %attr(755,root,root) %{_bindir}/newer
5999 %attr(755,root,root) %{_bindir}/patgen
6000 %attr(755,root,root) %{_bindir}/pdfetex
6001 %attr(755,root,root) %{_bindir}/pfb2pfa
6002 %attr(755,root,root) %{_bindir}/pk2bm
6003 %attr(755,root,root) %{_bindir}/pktogf
6004 %attr(755,root,root) %{_bindir}/pktype
6005 %attr(755,root,root) %{_bindir}/pltotf
6006 %attr(755,root,root) %{_bindir}/pooltype
6007 %attr(755,root,root) %{_bindir}/ps2frag
6008 %attr(755,root,root) %{_bindir}/ps2pk
6009 # TODO: move this file to correct subpackage ?
6010 %attr(755,root,root) %{_bindir}/ps4pdf
6011 #%attr(755,root,root) %{_bindir}/t1mapper
6012 %attr(755,root,root) %{_bindir}/tangle
6013 #%attr(755,root,root) %{_bindir}/tetex-updmap
6014 %attr(755,root,root) %{_bindir}/tex
6015 %attr(755,root,root) %{_bindir}/texdoc
6016 %attr(755,root,root) %{_bindir}/texhash
6017 # %attr(755,root,root) %{_bindir}/texi2html
6018 %attr(755,root,root) %{_bindir}/texlinks
6019 %attr(755,root,root) %{_bindir}/tftopl
6020 %attr(755,root,root) %{_bindir}/tie
6021 %attr(755,root,root) %{_bindir}/ttf2afm
6022 %attr(755,root,root) %{_bindir}/updmap
6023 %attr(755,root,root) %{_bindir}/updmap-sys
6024 %attr(755,root,root) %{_bindir}/vftovp
6025 #%attr(755,root,root) %{_bindir}/virtex
6026 %attr(755,root,root) %{_bindir}/vptovf
6027 %attr(755,root,root) %{_bindir}/weave
6028
6029 %attr(755,root,root) %{texmf}/web2c/mktexnam
6030 %attr(755,root,root) %{texmf}/web2c/mktexdir
6031 %attr(755,root,root) %{texmf}/web2c/mktexupd
6032
6033 %attr(750,root,root) /etc/cron.daily/texlive
6034
6035 #%dir /etc/sysconfig/tetex-updmap
6036 #%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6037
6038 %ghost %{texmf}/ls-R
6039 %ghost %{texmfdist}/ls-R
6040 # %ghost %{_localstatedir}/ls-R
6041
6042 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
6043 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
6044 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6045 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6046 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
6047
6048 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6049 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6050 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6051 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6052 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6053 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6054 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6055
6056 %attr(1777,root,root) /var/cache/fonts
6057
6058 %{_datadir}/info/web2c.info*
6059 # %{_datadir}/info/texi2html.info*
6060 # %{_datadir}/texi2html
6061 #%{texmf}/updates.dat
6062
6063 # %{texmf}/aliases
6064 # %{texmf}/tex/generic/bghyph
6065 # %doc %{texmf}/doc/generic/hyphen
6066 #%{texmf}/tex/generic/letterspacing
6067
6068 # ***********
6069 # Directories
6070 # ***********
6071 %attr(1777,root,root) %dir %{_localstatedir}
6072 %attr(1777,root,root) %dir %{_localstatedir}/fonts
6073 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
6074 %attr(1777,root,root) %dir %{fmtdir}
6075
6076 %dir %{texmfdist}
6077 %doc %{texmfdist}/README
6078 %dir %{texmf}
6079
6080 %dir %{texmfdist}/doc
6081 %dir %{texmfdist}/doc/generic
6082 %dir %{texmfdist}/doc/generic/enctex
6083 %dir %{texmfdist}/doc/latex
6084 %dir %{texmfdist}/doc/latex/localloc
6085 %dir %{texmf}/doc
6086 %dir %{texmf}/doc/generic
6087 %dir %{texmf}/doc/tetex
6088
6089 %dir %{texmfdist}/tex
6090 %dir %{texmfdist}/tex/cslatex
6091 %dir %{texmfdist}/tex/cslatex/base
6092 %dir %{texmfdist}/tex/generic
6093 %dir %{texmfdist}/tex/generic/dehyph-exptl
6094 %dir %{texmfdist}/tex/generic/enctex
6095 %dir %{texmfdist}/tex/generic/genmisc
6096 %dir %{texmfdist}/tex/generic/hyph-utf8
6097 %dir %{texmfdist}/tex/generic/misc
6098 %dir %{texmfdist}/tex/latex
6099 %dir %{texmfdist}/tex/latex/base
6100 %dir %{texmf}/dvips
6101 %dir %{texmf}/dvips/config
6102 %dir %{texmf}/dvips/tetex
6103 %dir %{texmf}/fonts/enc
6104 %dir %{texmf}/fonts/enc/dvips
6105 %dir %{texmf}/fonts/enc/dvips/tetex
6106 %dir %{texmf}/fonts/map/dvips/updmap
6107 %dir %{texmf}/fonts/map
6108 %dir %{texmf}/fonts/map/dvips
6109 %dir %{texmf}/fonts/map/dvips/tetex
6110 %dir %{texmf}/scripts
6111 %dir %{texmf}/tex
6112 %dir %{texmf}/tex/generic
6113 %dir %{texmf}/tex/generic/config
6114 %dir %{texmf}/web2c
6115
6116 # Docs
6117 # %doc %{texmf}/doc/README
6118 %doc %{texmf}/doc/tetex/TETEXDOC.*
6119 %doc %{texmf}/doc/tetex/teTeX-FAQ
6120
6121 # %{texmf}/fonts/map/dvips/tetex/contnav.map
6122 # %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6123 %{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6124 %{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6125
6126 # Main fonts from TeTeX
6127 %{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6128 %{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6129 %{texmf}/fonts/enc/dvips/tetex/10037936.enc
6130 %{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6131 %{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6132 %{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6133 %{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6134 %{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6135 %{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6136 %{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6137 %{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
6138 %{texmf}/fonts/map/dvips/tetex/ps2pk35.map
6139
6140 %{texmfdist}/tex/generic/dehyph-exptl/*
6141 %{texmfdist}/tex/generic/encodings
6142 %{texmfdist}/tex/generic/epsf
6143 %{texmfdist}/tex/generic/hyph-utf8/*
6144 %{texmfdist}/tex/generic/genmisc/random.tex
6145 %{texmfdist}/tex/generic/misc/null*
6146 %{texmfdist}/tex/generic/misc/texnames.sty
6147 %{texmfdist}/tex/generic/tap
6148 %{texmfdist}/tex/generic/tex-ps
6149 %{texmfdist}/tex/texinfo
6150 %{texmf}/tex/fontinst
6151 %{texmf}/tex/generic/hyphen
6152
6153 # %{fmtdir}/metafun.mem
6154 #%{texmf}/web2c/tex-pl.pool
6155 # %{texmf}/web2c/tex.pool
6156 %{texmf}/fonts/map/dvips/updmap/*
6157
6158 %{texmf}/web2c/*.tcx
6159
6160 # %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6161 # %lang(fi) %{_mandir}/fi/man1/allcm.1*
6162 # %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6163 # %lang(fr) %{_mandir}/fr/man1/access.1*
6164 # %lang(hu) %{_mandir}/hu/man1/access.1*
6165 # %lang(hu) %{_mandir}/hu/man1/newer.1*
6166 # %lang(pl) %{_mandir}/pl/man1/access.1*
6167 # %lang(pl) %{_mandir}/pl/man1/newer.1*
6168 #%{_mandir}/man1/MakeTeXPK.1*
6169 #%{_mandir}/man1/access.1*
6170 #%{_mandir}/man1/fontexport.1*
6171 #%{_mandir}/man1/fontimport.1*
6172 #%{_mandir}/man1/initex.1*
6173 #%{_mandir}/man1/t1mapper.1*
6174 #%{_mandir}/man1/texdoc.1*
6175 #%{_mandir}/man1/texi2html.1*
6176 #%{_mandir}/man1/virtex.1*
6177 #%{_mandir}/man8/fmtutil.8*
6178 #%{_mandir}/man8/mkfontdesc.8*
6179 #%{_mandir}/man8/texlinks.8*
6180
6181 %{_mandir}/man1/afm2tfm.1*
6182 %{_mandir}/man1/allcm.1*
6183 %{_mandir}/man1/allec.1*
6184 %{_mandir}/man1/allneeded.1*
6185 %{_mandir}/man1/ctangle.1*
6186 %{_mandir}/man1/ctie.1*
6187 %{_mandir}/man1/cweave.1*
6188 %{_mandir}/man1/cweb.1*
6189 %{_mandir}/man1/dmp.1*
6190 %{_mandir}/man1/dvipdft.1*
6191 %{_mandir}/man1/dvipng.1*
6192 %{_mandir}/man1/e2pall.1*
6193 %{_mandir}/man1/ebb.1*
6194 %{_mandir}/man1/fmtutil.1*
6195 %{_mandir}/man1/fmtutil-sys.1*
6196 %{_mandir}/man1/fontinst.1*
6197 %{_mandir}/man1/gftodvi.1*
6198 %{_mandir}/man1/gftopk.1*
6199 %{_mandir}/man1/gftype.1*
6200 %{_mandir}/man1/gsftopk.1*
6201 %{_mandir}/man1/kpseaccess.1*
6202 %{_mandir}/man1/kpsereadlink.1*
6203 %{_mandir}/man1/kpsewhere.1*
6204 %{_mandir}/man1/mag.1*
6205 %{_mandir}/man1/makempx.1*
6206 %{_mandir}/man1/makempy.1*
6207 %{_mandir}/man1/mktexfmt.1*
6208 %{_mandir}/man1/mktexlsr.1*
6209 %{_mandir}/man1/newer.1*
6210 %{_mandir}/man1/patgen.1*
6211 %{_mandir}/man1/pdfetex.1*
6212 %{_mandir}/man1/pfb2pfa.1*
6213 %{_mandir}/man1/pk2bm.1*
6214 %{_mandir}/man1/pktogf.1*
6215 %{_mandir}/man1/pktype.1*
6216 %{_mandir}/man1/pltotf.1*
6217 %{_mandir}/man1/pooltype.1*
6218 %{_mandir}/man1/ps2frag.1*
6219 %{_mandir}/man1/ps2pk.1*
6220 %{_mandir}/man1/tangle.1*
6221 %{_mandir}/man1/tex.1*
6222 %{_mandir}/man1/texexec.1*
6223 %{_mandir}/man1/texhash.1*
6224 %{_mandir}/man1/texlinks.1*
6225 %{_mandir}/man1/tftopl.1*
6226 %{_mandir}/man1/tie.1*
6227 %{_mandir}/man1/ttf2afm.1*
6228 %{_mandir}/man1/updmap.1*
6229 %{_mandir}/man1/updmap-sys.1*
6230 %{_mandir}/man1/vftovp.1*
6231 %{_mandir}/man1/vptovf.1*
6232 %{_mandir}/man1/weave.1*
6233 %{_mandir}/man5/fmtutil.cnf.5*
6234 %{_mandir}/man5/updmap.cfg.5*
6235
6236
6237 %files dirs-fonts
6238 %defattr(644,root,root,755)
6239 %dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
6240 %dir %{texmfdist}/fonts
6241 %dir %{texmfdist}/fonts/afm
6242 %dir %{texmfdist}/fonts/afm/public
6243 %dir %{texmfdist}/fonts/afm/vntex
6244 %dir %{texmfdist}/fonts/enc
6245 %dir %{texmfdist}/fonts/enc/dvips
6246 %dir %{texmfdist}/fonts/enc/dvips/vntex
6247 %dir %{texmfdist}/fonts/map
6248 %dir %{texmfdist}/fonts/map/dvipdfm
6249 %dir %{texmfdist}/fonts/map/dvips
6250 %dir %{texmfdist}/fonts/map/dvips/vntex
6251 %dir %{texmfdist}/fonts/map/fontname
6252 %dir %{texmfdist}/fonts/ofm
6253 %dir %{texmfdist}/fonts/ofm/public
6254 %dir %{texmfdist}/fonts/ovf
6255 %dir %{texmfdist}/fonts/ovf/public
6256 %dir %{texmfdist}/fonts/ovp
6257 %dir %{texmfdist}/fonts/ovp/public
6258 %dir %{texmfdist}/fonts/opentype
6259 %dir %{texmfdist}/fonts/opentype/public
6260 %dir %{texmfdist}/fonts/pk
6261 %dir %{texmfdist}/fonts/pk/ljfour
6262 %dir %{texmfdist}/fonts/source
6263 %dir %{texmfdist}/fonts/source/public
6264 %dir %{texmfdist}/fonts/source/vntex
6265 %dir %{texmfdist}/fonts/tfm
6266 %dir %{texmfdist}/fonts/tfm/public
6267 %dir %{texmfdist}/fonts/tfm/vntex
6268 %dir %{texmfdist}/fonts/type1
6269 %dir %{texmfdist}/fonts/type1/public
6270 %dir %{texmfdist}/fonts/type1/vntex
6271 %dir %{texmfdist}/fonts/vf
6272 %dir %{texmfdist}/fonts/vf/public
6273 %dir %{texmfdist}/fonts/vf/vntex
6274 %dir %{texmfdist}/source
6275 %dir %{texmfdist}/source/fonts
6276 %dir %{texmfdist}/source/latex
6277 %dir %{texmf}/fonts
6278 %dir %{texmf}/fonts/opentype
6279 %dir %{texmf}/fonts/opentype/public
6280
6281 %files doc
6282 %defattr(644,root,root,755)
6283 %{texmfdoc}/doc/english
6284
6285 %files doc-bg
6286 %defattr(644,root,root,755)
6287 %{texmfdoc}/doc/bulgarian
6288
6289 %files doc-cs
6290 %defattr(644,root,root,755)
6291 %{texmfdoc}/doc/czechslovak
6292
6293 %files doc-de
6294 %defattr(644,root,root,755)
6295 %{texmfdoc}/doc/german
6296
6297 %files doc-el
6298 %defattr(644,root,root,755)
6299 %{texmfdoc}/doc/greek
6300
6301 %files doc-es
6302 %defattr(644,root,root,755)
6303 %{texmfdoc}/doc/spanish
6304
6305 %files doc-fi
6306 %defattr(644,root,root,755)
6307 %{texmfdoc}/doc/finnish
6308
6309 %files doc-fr
6310 %defattr(644,root,root,755)
6311 %{texmfdoc}/doc/french
6312
6313 %files doc-it
6314 %defattr(644,root,root,755)
6315 %{texmfdoc}/doc/italian
6316
6317 %files doc-ja
6318 %defattr(644,root,root,755)
6319 %{texmfdoc}/doc/japanese
6320
6321 %files doc-ko
6322 %defattr(644,root,root,755)
6323 %{texmfdoc}/doc/korean
6324
6325 %files doc-mn
6326 %defattr(644,root,root,755)
6327 %{texmfdoc}/doc/mongolian
6328
6329 %files doc-nl
6330 %defattr(644,root,root,755)
6331 %{texmfdoc}/doc/dutch
6332
6333 %files doc-pl
6334 %defattr(644,root,root,755)
6335 %{texmfdoc}/doc/polish
6336
6337 %files doc-pt
6338 %defattr(644,root,root,755)
6339 %{texmfdoc}/doc/portuguese
6340
6341 %files doc-ru
6342 %defattr(644,root,root,755)
6343 %{texmfdoc}/doc/russian
6344
6345 %files doc-sk
6346 %defattr(644,root,root,755)
6347 %{texmfdoc}/doc/slovak
6348
6349 %files doc-sl
6350 %defattr(644,root,root,755)
6351 %{texmfdoc}/doc/slovenian
6352
6353 %files doc-th
6354 %defattr(644,root,root,755)
6355 %{texmfdoc}/doc/thai
6356
6357 %files doc-tr
6358 %defattr(644,root,root,755)
6359 %{texmfdoc}/doc/turkish
6360
6361 %files doc-uk
6362 %defattr(644,root,root,755)
6363 %{texmfdoc}/doc/ukrainian
6364
6365 %files doc-vi
6366 %defattr(644,root,root,755)
6367 %{texmfdoc}/doc/vietnamese
6368
6369 %files doc-zh_CN
6370 %defattr(644,root,root,755)
6371 %{texmfdoc}/doc/chinese
6372
6373 # %files doc-Catalogue
6374 # %defattr(644,root,root,755)
6375 # %{texmf}/doc/help/Catalogue
6376
6377 # %files doc-tug-faq
6378 # %defattr(644,root,root,755)
6379 # %{texmf}/doc/help/faq/uktug-faq
6380
6381
6382 %files doc-latex
6383 %defattr(644,root,root,755)
6384 # %{texmfdist}/doc/latex/bar
6385 # %{texmfdist}/doc/latex/eclbip
6386 # %{texmfdist}/doc/latex/eo
6387 # %{texmfdist}/doc/latex/floatflt
6388 # %{texmfdist}/doc/latex/general
6389 # %{texmfdist}/doc/latex/germbib
6390 # %{texmfdist}/doc/latex/images
6391 # %{texmfdist}/doc/latex/mathcomp
6392 # %{texmfdist}/doc/latex/mt11p
6393 # %{texmfdist}/doc/latex/picins
6394 # %{texmfdist}/doc/latex/ps4pdf
6395 # %{texmfdist}/doc/latex/pslatex
6396 # %{texmfdist}/doc/latex/shapepar
6397 # %{texmfdist}/doc/latex/supertab
6398 # %{texmfdist}/doc/latex/tex-refs
6399 # %{texmfdist}/doc/latex/textmerg
6400 # %{texmfdist}/doc/latex/treesvr
6401 %{texmfdist}/doc/latex/acronym
6402 %{texmfdist}/doc/latex/aeguill
6403 %{texmfdist}/doc/latex/anysize
6404 %{texmfdist}/doc/latex/base
6405 %{texmfdist}/doc/latex/beton
6406 %{texmfdist}/doc/latex/carlisle
6407 %{texmfdist}/doc/latex/ccaption
6408 %{texmfdist}/doc/latex/changebar
6409 %{texmfdist}/doc/latex/chappg
6410 %{texmfdist}/doc/latex/concmath
6411 %{texmfdist}/doc/latex/crop
6412 %{texmfdist}/doc/latex/dinbrief
6413 %{texmfdist}/doc/latex/draftcopy
6414 %{texmfdist}/doc/latex/eepic
6415 %{texmfdist}/doc/latex/endfloat
6416 %{texmfdist}/doc/latex/esint
6417 %{texmfdist}/doc/latex/eso-pic
6418 %{texmfdist}/doc/latex/euler
6419 %{texmfdist}/doc/latex/eulervm
6420 %{texmfdist}/doc/latex/extsizes
6421 %{texmfdist}/doc/latex/fancybox
6422 %{texmfdist}/doc/latex/fancyhdr
6423 %{texmfdist}/doc/latex/fancyvrb
6424 %{texmfdist}/doc/latex/filecontents
6425 %{texmfdist}/doc/latex/float
6426 %{texmfdist}/doc/latex/footmisc
6427 %{texmfdist}/doc/latex/footnpag
6428 %{texmfdist}/doc/latex/fp
6429 %{texmfdist}/doc/latex/geometry
6430 %{texmfdist}/doc/latex/graphics
6431 %{texmfdist}/doc/latex/hyperref
6432 %{texmfdist}/doc/latex/hyphenat
6433 %{texmfdist}/doc/latex/index
6434 %{texmfdist}/doc/latex/koma-script
6435 %{texmfdist}/doc/latex/labels
6436 %{texmfdist}/doc/latex/layouts
6437 %{texmfdist}/doc/latex/lettrine
6438 %{texmfdist}/doc/latex/listings
6439 %{texmfdist}/doc/latex/ltabptch
6440 %{texmfdist}/doc/latex/mdwtools
6441 %{texmfdist}/doc/latex/memoir
6442 %{texmfdist}/doc/latex/mh
6443 %{texmfdist}/doc/latex/mparhack
6444 %{texmfdist}/doc/latex/ms
6445 %{texmfdist}/doc/latex/multibib
6446 %{texmfdist}/doc/latex/mwcls
6447 %{texmfdist}/doc/latex/natbib
6448 %{texmfdist}/doc/latex/nomencl
6449 %{texmfdist}/doc/latex/ntgclass
6450 %{texmfdist}/doc/latex/oberdiek
6451 %{texmfdist}/doc/latex/overpic
6452 %{texmfdist}/doc/latex/paralist
6453 %{texmfdist}/doc/latex/pb-diagram
6454 %{texmfdist}/doc/latex/pdfpages
6455 %{texmfdist}/doc/latex/picinpar
6456 %{texmfdist}/doc/latex/pict2e
6457 %{texmfdist}/doc/latex/placeins
6458 %{texmfdist}/doc/latex/preprint
6459 %{texmfdist}/doc/latex/preview
6460 %{texmfdist}/doc/latex/program
6461 %{texmfdist}/doc/latex/psfrag
6462 %{texmfdist}/doc/latex/revtex
6463 %{texmfdist}/doc/latex/rotating
6464 %{texmfdist}/doc/latex/rotfloat
6465 %{texmfdist}/doc/latex/scale
6466 %{texmfdist}/doc/latex/sectsty
6467 %{texmfdist}/doc/latex/seminar
6468 %{texmfdist}/doc/latex/showlabels
6469 %{texmfdist}/doc/latex/sidecap
6470 %{texmfdist}/doc/latex/slashbox
6471 %{texmfdist}/doc/latex/soul
6472 %{texmfdist}/doc/latex/stdclsdv
6473 %{texmfdist}/doc/latex/subfig
6474 %{texmfdist}/doc/latex/subfigure
6475 %{texmfdist}/doc/latex/textfit
6476 %{texmfdist}/doc/latex/textpos
6477 %{texmfdist}/doc/latex/titlesec
6478 %{texmfdist}/doc/latex/tocbibind
6479 %{texmfdist}/doc/latex/tocloft
6480 %{texmfdist}/doc/latex/tools
6481 %{texmfdist}/doc/latex/totpages
6482 %{texmfdist}/doc/latex/type1cm
6483 %{texmfdist}/doc/latex/units
6484 %{texmfdist}/doc/latex/vmargin
6485 %{texmfdist}/doc/latex/was
6486 %{texmfdist}/doc/latex/wrapfig
6487 %{texmfdist}/doc/latex/xtab
6488 %{texmfdist}/doc/latex/yfonts
6489
6490 %files -n kpathsea
6491 %defattr(644,root,root,755)
6492 %dir %{texmf}/doc/kpathsea
6493 %doc %{texmf}/doc/kpathsea/kpathsea.pdf
6494 %attr(755,root,root) %{_bindir}/kpsepath
6495 %attr(755,root,root) %{_bindir}/kpsestat
6496 %attr(755,root,root) %{_bindir}/kpsetool
6497 %attr(755,root,root) %{_bindir}/kpsewhich
6498 %attr(755,root,root) %{_bindir}/kpsexpand
6499 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
6500 %{_libdir}/libkpathsea.la
6501 %{_mandir}/man1/kpsexpand.1*
6502 %{_mandir}/man1/kpsepath.1*
6503 %{_mandir}/man1/kpsestat.1*
6504 %{_mandir}/man1/kpsetool.1*
6505 %{_mandir}/man1/kpsewhich.1*
6506
6507 %files -n kpathsea-devel
6508 %defattr(644,root,root,755)
6509 %attr(755,root,root) %{_libdir}/libkpathsea.so
6510 %{_includedir}/kpathsea
6511 %{_infodir}/kpathsea.info*
6512
6513 %files dvips
6514 %defattr(644,root,root,755)
6515 # %doc %{texmf}/doc/programs/dvips.dvi
6516 # %doc %{texmf}/doc/programs/dvipdfm.dvi
6517 # %doc %{texmf}/doc/latex/psnfssx
6518 # %lang(fi) %{_mandir}/fi/man1/dvips.1*
6519 # %{texmf}/dvips/misc
6520 # %{texmf}/dvips/config/config.generic
6521 # %{texmf}/fonts/map/dvips/misc
6522 # %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
6523 # %{texmf}/fonts/map/dvips/tetex/bsr.map
6524 # %{_localstatedir}/fonts/map/dvipdfm
6525 # %{_localstatedir}/fonts/map/dvips
6526 %dir %{texmfdist}/fonts/map/dvips/cmex
6527 %dir %{texmf}/dvipdfm
6528 %docdir %{texmf}/doc/dvips
6529 %docdir %{texmf}/doc/dvipdfm
6530 %attr(755,root,root) %{_bindir}/dvips
6531 %attr(755,root,root) %{_bindir}/dvired
6532 %attr(755,root,root) %{_bindir}/dvitomp
6533 %attr(755,root,root) %{_bindir}/dvitype
6534 %attr(755,root,root) %{_bindir}/dvicopy
6535 %attr(755,root,root) %{_bindir}/dvipdfm
6536 %attr(755,root,root) %{_bindir}/dvipdft
6537 # dvi2fax requires ghostscript
6538 %attr(755,root,root) %{_bindir}/dvi2fax
6539 %{_infodir}/dvips.info*
6540 %{_mandir}/man1/dvi2fax.1*
6541 %{_mandir}/man1/dvicopy.1*
6542 %{_mandir}/man1/dvipdfm.1*
6543 %{_mandir}/man1/dvips.1*
6544 %{_mandir}/man1/dvired.1*
6545 %{_mandir}/man1/dvitomp.1*
6546 %{_mandir}/man1/dvitype.1*
6547 %{texmf}/dvips/base
6548 %{texmf}/dvips/gsftopk
6549 %{texmfdist}/dvips/psfrag
6550 %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
6551 %{texmfdist}/fonts/enc/dvips/base
6552 %{texmfdist}/fonts/map/dvips/allrunes
6553 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
6554 %{texmf}/dvipdfm/config
6555 %{texmf}/dvips/tetex/config.*
6556 %{texmf}/fonts/enc/dvips/tetex/mtex.enc
6557 # %{texmf}/fonts/map
6558 %dir %{texmf}/fonts/map/dvipdfm
6559 %dir %{texmf}/fonts/map/dvips
6560 %dir %{texmf}/fonts/map/dvips/tetex
6561 %{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
6562 %{texmf}/fonts/map/dvips/tetex/dvips35.map
6563 %{texmf}/fonts/map/dvips/tetex/mathpple.map
6564 %{texmf}/fonts/map/dvips/tetex/mt-belleek.map
6565 %{texmf}/fonts/map/dvips/tetex/mt-plus.map
6566 %{texmf}/fonts/map/dvips/tetex/mt-yy.map
6567 %{texmf}/fonts/map/dvips/tetex/pdftex35.map
6568
6569
6570 %files dvilj
6571 %defattr(644,root,root,755)
6572 %attr(755,root,root) %{_bindir}/dvihp
6573 %attr(755,root,root) %{_bindir}/dvilj
6574 %attr(755,root,root) %{_bindir}/dvilj2p
6575 %attr(755,root,root) %{_bindir}/dvilj4
6576 %attr(755,root,root) %{_bindir}/dvilj4l
6577 %attr(755,root,root) %{_bindir}/dvilj6
6578 %{_mandir}/man1/dvihp.1*
6579 %{_mandir}/man1/dvilj.1*
6580 %{_mandir}/man1/dvilj2p.1*
6581 %{_mandir}/man1/dvilj4.1*
6582 %{_mandir}/man1/dvilj4l.1*
6583 %{_mandir}/man1/dvilj6.1*
6584
6585 %files makeindex
6586 %defattr(644,root,root,755)
6587 %doc %{texmfdist}/doc/makeindex
6588 %attr(755,root,root) %{_bindir}/mkindex
6589 %attr(755,root,root) %{_bindir}/makeindex
6590 %attr(755,root,root) %{_bindir}/rumakeindex
6591 %{texmfdist}/makeindex
6592 %{_mandir}/man1/makeindex.1*
6593 %{_mandir}/man1/mkindex.1*
6594 %{_mandir}/man1/rumakeindex.1*
6595
6596 %files metafont
6597 %defattr(644,root,root,755)
6598 #%attr(755,root,root) %{_bindir}/mfw
6599 #%attr(755,root,root) %{_bindir}/virmf
6600 #%attr(755,root,root) %{_bindir}/inimf
6601 #%{texmf}/mft/cmbase.mft
6602 # %{texmf}/mft/e.mft
6603 # %{texmf}/mft/pl.mft
6604 # %{fmtdir}/mf.base
6605 #%{texmf}/web2c/mf-nowin.base
6606 # %{texmf}/web2c/mf.pool
6607 #%{texmf}/web2c/mfw.base
6608 #%{_mandir}/man1/inimf.1*
6609 #%{_mandir}/man1/virmf.1*
6610 %dir %{texmfdist}/mft
6611 %dir %{texmfdist}/mft/base
6612 %attr(755,root,root) %{_bindir}/mf
6613 %attr(755,root,root) %{_bindir}/mf-nowin
6614 %attr(755,root,root) %{_bindir}/mft
6615 %attr(755,root,root) %{_bindir}/mktexmf
6616 %attr(755,root,root) %{_bindir}/mktexpk
6617 %attr(755,root,root) %{_bindir}/mktextfm
6618 %{texmfdist}/metafont
6619 %{texmfdist}/mft/base/mplain.mft
6620 %{texmfdist}/mft/base/plain.mft
6621 %{_mandir}/man1/mf.1*
6622 %{_mandir}/man1/mf-nowin.1*
6623 %{_mandir}/man1/mft.1*
6624 %{_mandir}/man1/mktexmf.1*
6625 %{_mandir}/man1/mktexpk.1*
6626 %{_mandir}/man1/mktextfm.1*
6627
6628 %files metapost
6629 %defattr(644,root,root,755)
6630 #%attr(755,root,root) %{_bindir}/virmpost
6631 #%attr(755,root,root) %{_bindir}/inimpost
6632 # %{texmf}/web2c/mp.pool
6633 # %{fmtdir}/mpost.mem
6634 #%{_mandir}/man1/inimpost.1*
6635 #%{_mandir}/man1/virmpost.1*
6636 %dir %{texmfdist}/metapost
6637 %doc %{texmfdist}/doc/metapost
6638 %attr(755,root,root) %{_bindir}/mpost
6639 %attr(755,root,root) %{_bindir}/mpto
6640 %{texmfdist}/metapost/base
6641 %{texmfdist}/metapost/config
6642 %{texmfdist}/metapost/mfpic
6643 %{texmfdist}/metapost/misc
6644 %{texmfdist}/metapost/support
6645 %{_mandir}/man1/mpost.1*
6646 %{_mandir}/man1/mpto.1*
6647
6648 %files mptopdf
6649 %defattr(644,root,root,755)
6650 %attr(755,root,root) %{_bindir}/mptopdf
6651 %{_mandir}/man1/mptopdf.1*
6652 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
6653
6654 %files texdoctk
6655 %defattr(644,root,root,755)
6656 # %doc %{texmf}/doc/texdoctk
6657 %attr(755,root,root) %{_bindir}/texdoctk
6658 %{texmf}/texdoctk
6659 %{_mandir}/man1/texdoctk.1*
6660
6661 %files -n texconfig
6662 %defattr(644,root,root,755)
6663 %dir %{texmf}/texconfig
6664 %doc %{texmf}/texconfig/README
6665 %attr(755,root,root) %{_bindir}/texconfig
6666 %attr(755,root,root) %{_bindir}/texconfig-dialog
6667 %attr(755,root,root) %{_bindir}/texconfig-sys
6668 %attr(755,root,root) %{texmf}/texconfig/tcfmgr
6669 %{_mandir}/man1/texconfig.1*
6670 %{_mandir}/man1/texconfig-sys.1*
6671 %{texmf}/texconfig/g
6672 %{texmf}/texconfig/generic
6673 %{texmf}/texconfig/tcfmgr.map
6674 %{texmf}/texconfig/v
6675 %{texmf}/texconfig/x
6676
6677 %files -n xindy
6678 %defattr(644,root,root,755)
6679 %doc %{texmf}/doc/xindy
6680 %dir %{texmf}/xindy
6681 %dir %{texmf}/xindy/lang
6682 %{texmf}/xindy/base
6683 %{texmf}/xindy/class
6684 %{texmf}/xindy/ord
6685 %{texmf}/xindy/rules
6686 %{texmf}/xindy/styles
6687 %{texmf}/xindy/tex
6688
6689 %files -n xindy-albanian
6690 %defattr(644,root,root,755)
6691 %{texmf}/xindy/lang/albanian
6692
6693 %files -n xindy-belarusian
6694 %defattr(644,root,root,755)
6695 %{texmf}/xindy/lang/belarusian
6696
6697 %files -n xindy-bulgarian
6698 %defattr(644,root,root,755)
6699 %{texmf}/xindy/lang/bulgarian
6700
6701 %files -n xindy-croatian
6702 %defattr(644,root,root,755)
6703 %{texmf}/xindy/lang/croatian
6704
6705 %files -n xindy-czech
6706 %defattr(644,root,root,755)
6707 %{texmf}/xindy/lang/czech
6708
6709 %files -n xindy-danish
6710 %defattr(644,root,root,755)
6711 %{texmf}/xindy/lang/danish
6712
6713 %files -n xindy-dutch
6714 %defattr(644,root,root,755)
6715 %{texmf}/xindy/lang/dutch
6716
6717 %files -n xindy-english
6718 %defattr(644,root,root,755)
6719 %{texmf}/xindy/lang/english
6720
6721 %files -n xindy-esperanto
6722 %defattr(644,root,root,755)
6723 %{texmf}/xindy/lang/esperanto
6724
6725 %files -n xindy-estonian
6726 %defattr(644,root,root,755)
6727 %{texmf}/xindy/lang/estonian
6728
6729 %files -n xindy-finnish
6730 %defattr(644,root,root,755)
6731 %{texmf}/xindy/lang/finnish
6732
6733 %files -n xindy-french
6734 %defattr(644,root,root,755)
6735 %{texmf}/xindy/lang/french
6736
6737 %files -n xindy-general
6738 %defattr(644,root,root,755)
6739 %{texmf}/xindy/lang/general
6740
6741 %files -n xindy-georgian
6742 %defattr(644,root,root,755)
6743 %{texmf}/xindy/lang/georgian
6744
6745 %files -n xindy-german
6746 %defattr(644,root,root,755)
6747 %{texmf}/xindy/lang/german
6748
6749 %files -n xindy-greek
6750 %defattr(644,root,root,755)
6751 %{texmf}/xindy/lang/greek
6752
6753 %files -n xindy-gypsy
6754 %defattr(644,root,root,755)
6755 %{texmf}/xindy/lang/gypsy
6756
6757 %files -n xindy-hausa
6758 %defattr(644,root,root,755)
6759 %{texmf}/xindy/lang/hausa
6760
6761 %files -n xindy-hebrew
6762 %defattr(644,root,root,755)
6763 %{texmf}/xindy/lang/hebrew
6764
6765 %files -n xindy-hungarian
6766 %defattr(644,root,root,755)
6767 %{texmf}/xindy/lang/hungarian
6768
6769 %files -n xindy-icelandic
6770 %defattr(644,root,root,755)
6771 %{texmf}/xindy/lang/icelandic
6772
6773 %files -n xindy-italian
6774 %defattr(644,root,root,755)
6775 %{texmf}/xindy/lang/italian
6776
6777 %files -n xindy-klingon
6778 %defattr(644,root,root,755)
6779 %{texmf}/xindy/lang/klingon
6780
6781 %files -n xindy-kurdish
6782 %defattr(644,root,root,755)
6783 %{texmf}/xindy/lang/kurdish
6784
6785 %files -n xindy-latin
6786 %defattr(644,root,root,755)
6787 %{texmf}/xindy/lang/latin
6788
6789 %files -n xindy-latvian
6790 %defattr(644,root,root,755)
6791 %{texmf}/xindy/lang/latvian
6792
6793 %files -n xindy-lithuanian
6794 %defattr(644,root,root,755)
6795 %{texmf}/xindy/lang/lithuanian
6796
6797 %files -n xindy-lower-sorbian
6798 %defattr(644,root,root,755)
6799 %{texmf}/xindy/lang/lower-sorbian
6800
6801 %files -n xindy-macedonian
6802 %defattr(644,root,root,755)
6803 %{texmf}/xindy/lang/macedonian
6804
6805 %files -n xindy-mongolian
6806 %defattr(644,root,root,755)
6807 %{texmf}/xindy/lang/mongolian
6808
6809 %files -n xindy-norwegian
6810 %defattr(644,root,root,755)
6811 %{texmf}/xindy/lang/norwegian
6812
6813 %files -n xindy-polish
6814 %defattr(644,root,root,755)
6815 %{texmf}/xindy/lang/polish
6816
6817 %files -n xindy-portuguese
6818 %defattr(644,root,root,755)
6819 %{texmf}/xindy/lang/portuguese
6820
6821 %files -n xindy-romanian
6822 %defattr(644,root,root,755)
6823 %{texmf}/xindy/lang/romanian
6824
6825 %files -n xindy-russian
6826 %defattr(644,root,root,755)
6827 %{texmf}/xindy/lang/russian
6828
6829 %files -n xindy-serbian
6830 %defattr(644,root,root,755)
6831 %{texmf}/xindy/lang/serbian
6832
6833 %files -n xindy-slovak
6834 %defattr(644,root,root,755)
6835 %{texmf}/xindy/lang/slovak
6836
6837 %files -n xindy-slovenian
6838 %defattr(644,root,root,755)
6839 %{texmf}/xindy/lang/slovenian
6840
6841 %files -n xindy-spanish
6842 %defattr(644,root,root,755)
6843 %{texmf}/xindy/lang/spanish
6844
6845 %files -n xindy-swedish
6846 %defattr(644,root,root,755)
6847 %{texmf}/xindy/lang/swedish
6848
6849 %files -n xindy-turkish
6850 %defattr(644,root,root,755)
6851 %{texmf}/xindy/lang/turkish
6852
6853 %files -n xindy-ukrainian
6854 %defattr(644,root,root,755)
6855 %{texmf}/xindy/lang/ukrainian
6856
6857 %files -n xindy-upper-sorbian
6858 %defattr(644,root,root,755)
6859 %{texmf}/xindy/lang/upper-sorbian
6860
6861 %files -n xindy-vietnamese
6862 %defattr(644,root,root,755)
6863 %{texmf}/xindy/lang/vietnamese/
6864
6865 %files -n xdvi
6866 %defattr(644,root,root,755)
6867 #%attr(755,root,root) %{_bindir}/xdvi-motif.bin
6868 # %attr(755,root,root) %{_bindir}/xdvizilla
6869 # %{_mandir}/man1/xdvizilla.1*
6870 %attr(755,root,root) %{_bindir}/xdvi-xaw
6871 %attr(755,root,root) %{_bindir}/xdvi
6872 %{_mandir}/man1/xdvi.1*
6873 %{_desktopdir}/xdvi.desktop
6874 %{_pixmapsdir}/xdvi.png
6875 %{texmf}/xdvi
6876
6877 %files pdftex
6878 %defattr(644,root,root,755)
6879 # %doc %{texmf}/doc/programs/pdfcrop.txt
6880 # %attr(755,root,root) %{_bindir}/pdfxtex
6881 # %{_localstatedir}/fonts/map/pdftex
6882 # %dir %{texmf}/fonts/map/pdftex
6883 # %dir %{texmf}/fonts/map/pdftex/cmttf
6884 # %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
6885 # %{texmf}/web2c/pdfetex-pl.pool
6886 # %{texmf}/web2c/pdfetex.pool
6887 # %{texmf}/web2c/pdfxtex.pool
6888 # %{_mandir}/man1/pdfxtex.1*
6889 %docdir %{texmfdist}/doc/pdftex
6890 %attr(755,root,root) %{_bindir}/epstopdf
6891 %attr(755,root,root) %{_bindir}/pdfcrop
6892 %attr(755,root,root) %{_bindir}/pdftex
6893 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
6894 %{texmfdist}/scripts/pdfcrop
6895 %{_mandir}/man1/epstopdf.1*
6896 %{_mandir}/man1/pdftex.1*
6897
6898 %files omega
6899 %defattr(644,root,root,755)
6900 # %{texmf}/web2c/omega.pool
6901 # %{texmf}/web2c/aleph.pool
6902 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
6903 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
6904 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
6905 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
6906 %doc %{texmfdist}/doc/omega
6907 %dir %{texmfdist}/omega
6908 %dir %{texmfdist}/dvips/omega
6909 %attr(755,root,root) %{_bindir}/aleph
6910 %attr(755,root,root) %{_bindir}/lambda
6911 %attr(755,root,root) %{_bindir}/mkocp
6912 %attr(755,root,root) %{_bindir}/mkofm
6913 %attr(755,root,root) %{_bindir}/odvicopy
6914 %attr(755,root,root) %{_bindir}/odvips
6915 %attr(755,root,root) %{_bindir}/odvitype
6916 %attr(755,root,root) %{_bindir}/omega
6917 %attr(755,root,root) %{_bindir}/omfonts
6918 %attr(755,root,root) %{_bindir}/opl2ofm
6919 %attr(755,root,root) %{_bindir}/otangle
6920 %attr(755,root,root) %{_bindir}/otp2ocp
6921 %attr(755,root,root) %{_bindir}/outocp
6922 %attr(755,root,root) %{_bindir}/ovf2ovp
6923 %attr(755,root,root) %{_bindir}/ovp2ovf
6924 %{texmfdist}/dvips/omega/config.omega
6925 %{texmfdist}/dvips/omega/omega.cfg
6926 %{texmfdist}/fonts/map/dvips/omega
6927 %{texmfdist}/omega/ocp
6928 %{texmfdist}/omega/otp
6929 %{texmfdist}/tex/lambda
6930 %{_mandir}/man1/lambda.1*
6931 %{_mandir}/man1/mkocp.1*
6932 %{_mandir}/man1/mkofm.1*
6933 %{_mandir}/man1/omega.1*
6934 %{_mandir}/man1/odvicopy.1*
6935 %{_mandir}/man1/odvips.1*
6936 %{_mandir}/man1/odvitype.1*
6937 %{_mandir}/man1/ofm2opl.1*
6938 %{_mandir}/man1/opl2ofm.1*
6939 %{_mandir}/man1/otp2ocp.1*
6940 %{_mandir}/man1/outocp.1*
6941 %{_mandir}/man1/ovf2ovp.1*
6942 %{_mandir}/man1/ovp2ovf.1*
6943
6944 %files plain
6945 %defattr(644,root,root,755)
6946 %doc %{texmfdist}/doc/plain
6947 %{texmfdist}/tex/plain
6948 %exclude %{texmfdist}/tex/plain/config/xetex.ini
6949 #%{texmf}/web2c/plain.mem
6950 #%{texmf}/web2c/plain.base
6951
6952 # %files format-plain
6953 # %defattr(644,root,root,755)
6954 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
6955 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
6956
6957 # %files format-pdftex
6958 # %defattr(644,root,root,755)
6959 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
6960
6961 # %files format-pdfetex
6962 # %defattr(644,root,root,755)
6963 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
6964
6965 %files mex
6966 %defattr(644,root,root,755)
6967 # %doc %{texmf}/doc/polish/mex
6968 %dir %{texmfdist}/tex/mex
6969 %dir %{texmfdist}/tex/mex/base
6970 %{texmfdist}/tex/mex/base/mex1.tex
6971 %{texmfdist}/tex/mex/base/mex2.tex
6972 %{texmfdist}/tex/mex/base/mex.tex
6973 %dir %{texmfdist}/tex/mex/config
6974 %{texmfdist}/tex/mex/base/mexconf.tex
6975
6976 %files format-mex
6977 %defattr(644,root,root,755)
6978 %attr(755,root,root) %{_bindir}/mex
6979 %{texmfdist}/tex/mex/config/mex.ini
6980 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
6981
6982 %files format-pdfmex
6983 %defattr(644,root,root,755)
6984 %attr(755,root,root) %{_bindir}/pdfmex
6985 %{texmfdist}/tex/mex/config/pdfmex.ini
6986 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
6987
6988 %files format-utf8mex
6989 %defattr(644,root,root,755)
6990 %attr(755,root,root) %{_bindir}/utf8mex
6991 %doc %{texmfdist}/doc/mex/utf8mex
6992 %{texmfdist}/tex/mex/utf8mex
6993 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
6994
6995 %files amstex
6996 %defattr(644,root,root,755)
6997 %dir %{texmfdist}/tex/amstex
6998 %{texmfdist}/tex/amstex/base
6999 %{texmfdist}/tex/amstex/config
7000 %{texmfdist}/tex/plain/amsfonts
7001
7002 %files format-amstex
7003 %defattr(644,root,root,755)
7004 %doc %{texmfdist}/doc/amstex
7005 %{texmfdist}/tex/amstex
7006 %attr(755,root,root) %{_bindir}/amstex
7007 %{_mandir}/man1/amstex.1*
7008 # %lang(fi) %{_mandir}/fi/man1/amstex.1*
7009 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
7010
7011 # %files format-pdfamstex
7012 # %defattr(644,root,root,755)
7013 # %attr(755,root,root) %{_bindir}/pdfamstex
7014 #%{texmf}/pdftex/amstex
7015 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
7016
7017 %files csplain
7018 %defattr(644,root,root,755)
7019 %dir %{texmfdist}/doc/cslatex/base
7020 %doc %{texmfdist}/doc/cslatex/base/README-cspsfont
7021 %doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
7022 %doc %{texmfdist}/doc/cslatex/base/cscorr.tab
7023 %doc %{texmfdist}/doc/cslatex/base/csplain.doc
7024 %doc %{texmfdist}/doc/cslatex/base/parpozn.tex
7025 %doc %{texmfdist}/doc/cslatex/base/test8z.tex
7026 %doc %{texmfdist}/doc/cslatex/base/testlat.tex
7027 %attr(755,root,root) %{_bindir}/csplain
7028 %{texmfdist}/tex/csplain
7029
7030 %files format-csplain
7031 %defattr(644,root,root,755)
7032 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
7033
7034 %files format-pdfcsplain
7035 %defattr(644,root,root,755)
7036 %attr(755,root,root) %{_bindir}/pdfcsplain
7037 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
7038
7039 %files cslatex
7040 %defattr(644,root,root,755)
7041 # %doc %{texmf}/doc/cstex/INSTALL.cslatex
7042 # %doc %{texmf}/doc/cstex/README.cslatex
7043 %{texmfdist}/tex/cslatex
7044 %{texmfdist}/tex/latex/cslatex
7045
7046 %files format-cslatex
7047 %defattr(644,root,root,755)
7048 %attr(755,root,root) %{_bindir}/cslatex
7049 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
7050
7051 %files format-pdfcslatex
7052 %defattr(644,root,root,755)
7053 %attr(755,root,root) %{_bindir}/pdfcslatex
7054 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
7055
7056 # %files cyrplain
7057 # %defattr(644,root,root,755)
7058 # %doc %{texmf}/doc/cyrplain
7059 # %{texmf}/tex/cyrplain
7060
7061 # %files format-cyrplain
7062 # %defattr(644,root,root,755)
7063 # %attr(755,root,root) %{_bindir}/cyrtex
7064 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
7065
7066 # %files format-cyramstex
7067 # %defattr(644,root,root,755)
7068 # %attr(755,root,root) %{_bindir}/cyramstex
7069 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
7070
7071 # %files format-cyrtexinfo
7072 # %defattr(644,root,root,755)
7073 # %attr(755,root,root) %{_bindir}/cyrtexinfo
7074 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
7075
7076 %files eplain
7077 %defattr(644,root,root,755)
7078 %doc %{texmfdist}/doc/etex
7079 %doc %{texmfdist}/doc/eplain
7080 %{texmfdist}/tex/plain/etex
7081 %{texmfdist}/tex/eplain
7082
7083 %files format-eplain
7084 %defattr(644,root,root,755)
7085 %attr(755,root,root) %{_bindir}/eplain
7086 %attr(755,root,root) %{_bindir}/etex
7087 %{_mandir}/man1/eplain.1*
7088 %{_mandir}/man1/etex.1*
7089 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
7090 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
7091
7092 %files context
7093 %defattr(644,root,root,755)
7094 %doc %{texmfdist}/doc/context
7095 # %doc %{texmf}/doc/polish/context
7096 %attr(755,root,root) %{_bindir}/context
7097 %attr(755,root,root) %{_bindir}/ctxtools
7098 %attr(755,root,root) %{_bindir}/exatools
7099 %attr(755,root,root) %{_bindir}/luatools
7100 %attr(755,root,root) %{_bindir}/makempy
7101 %attr(755,root,root) %{_bindir}/mpstools
7102 %attr(755,root,root) %{_bindir}/mtxrun
7103 %attr(755,root,root) %{_bindir}/mtxtools
7104 %attr(755,root,root) %{_bindir}/pdfthumb
7105 %attr(755,root,root) %{_bindir}/pdftools
7106 %attr(755,root,root) %{_bindir}/pdftrimwhite
7107 %attr(755,root,root) %{_bindir}/pstopdf
7108 %attr(755,root,root) %{_bindir}/rlxtools
7109 %attr(755,root,root) %{_bindir}/runtools
7110 %attr(755,root,root) %{_bindir}/texexec
7111 %attr(755,root,root) %{_bindir}/texfind
7112 %attr(755,root,root) %{_bindir}/texfont
7113 %attr(755,root,root) %{_bindir}/texmfstart
7114 %attr(755,root,root) %{_bindir}/texshow
7115 %attr(755,root,root) %{_bindir}/textools
7116 %attr(755,root,root) %{_bindir}/texutil
7117 %attr(755,root,root) %{_bindir}/tmftools
7118 %attr(755,root,root) %{_bindir}/xmltools
7119 # %{_mandir}/man1/fdf2tex.1*
7120 %{_mandir}/man1/ctxtools.1*
7121 %{_mandir}/man1/pdftools.1*
7122 %{_mandir}/man1/pstopdf.1*
7123 %{_mandir}/man1/texfind.1*
7124 %{_mandir}/man1/texfont.1*
7125 %{_mandir}/man1/texmfstart.1*
7126 %{_mandir}/man1/textools.1*
7127 %{_mandir}/man1/texutil.1*
7128 # %{_mandir}/man1/texshow.1*
7129 %{texmfdist}/context
7130 %{texmfdist}/fonts/enc/dvips/context
7131 # %{texmfdist}/fonts/map/dvips/context
7132 %{texmfdist}/metapost/context
7133 %{texmfdist}/scripts/context
7134 %{texmfdist}/tex/context
7135 %exclude %{texmfdist}/tex/context/config/cont-de.ini
7136 %exclude %{texmfdist}/tex/context/config/cont-en.ini
7137 %exclude %{texmfdist}/tex/context/config/cont-nl.ini
7138 %exclude %{texmfdist}/tex/context/config/cont-uk.ini
7139 %{texmfdist}/tex/generic/context
7140 %{texmfdist}/tex/latex/context
7141 %{texmfdist}/bibtex/bst/context
7142
7143 # no fmt, so commented out
7144 #%files format-context-cz
7145 #%defattr(644,root,root,755)
7146 #%%{texmf}/tex/context/config/cont-cz.ini
7147 # does not build with beta 20021025
7148 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
7149
7150 %files format-context-de
7151 %defattr(644,root,root,755)
7152 %{texmfdist}/tex/context/config/cont-de.ini
7153 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
7154 #%{_mandir}/man1/cont-de.1*
7155
7156 %files format-context-en
7157 %defattr(644,root,root,755)
7158 %{texmfdist}/tex/context/config/cont-en.ini
7159 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
7160 #%{_mandir}/man1/cont-en.1*
7161 # what is the difference betwen uk and en in this particular situation?
7162 %{texmfdist}/tex/context/config/cont-uk.ini
7163 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
7164
7165 # no fmt, so commented out
7166 #%files format-context-it
7167 #%defattr(644,root,root,755)
7168 #%%{texmf}/tex/context/config/cont-it.ini
7169
7170 %files format-context-nl
7171 %defattr(644,root,root,755)
7172 %{texmfdist}/tex/context/config/cont-nl.ini
7173 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
7174 #%{_mandir}/man1/cont-nl.1*
7175
7176 # no fmt, so commented out
7177 #%files format-context-ro
7178 #%defattr(644,root,root,755)
7179 #%%{texmf}/tex/context/config/cont-ro.ini
7180
7181
7182 %files latex
7183 %defattr(644,root,root,755)
7184 %attr(755,root,root) %{_bindir}/latex
7185 %attr(755,root,root) %{_bindir}/pslatex
7186 # %lang(fi) %{_mandir}/fi/man1/latex.1*
7187 # %lang(pl) %{_mandir}/pl/man1/latex.1*
7188 # %{_infodir}/latex.info*
7189 %{_mandir}/man1/latex.1*
7190 %{_mandir}/man1/pslatex.1*
7191
7192 %dir %{texmfdist}/scripts
7193 %dir %{texmfdist}/scripts/pst-pdf
7194 %dir %{texmfdist}/source/generic
7195 %dir %{texmfdist}/tex/latex
7196 %dir %{texmfdist}/tex/plain
7197 %dir %{texmf}/tex/latex
7198
7199 # %{texmfdist}/tex/latex/citesort
7200 # %{texmfdist}/tex/latex/dvilj
7201 # %{texmfdist}/tex/latex/eclbip
7202 # %{texmfdist}/tex/latex/eo
7203 # %{texmfdist}/tex/latex/example
7204 # %{texmfdist}/tex/latex/fguill
7205 # %{texmfdist}/tex/latex/floatflt
7206 # %{texmfdist}/tex/latex/gletter
7207 # %{texmfdist}/tex/latex/here
7208 # %{texmfdist}/tex/latex/mt11p
7209 # %{texmfdist}/tex/latex/relsize
7210 # %{texmfdist}/tex/latex/selectp
7211 # %{texmfdist}/tex/latex/shadow
7212 # %{texmfdist}/tex/latex/showtags
7213 # %{texmfdist}/tex/latex/tabls
7214 # %{texmfdist}/tex/latex/texmacs
7215 # %{texmfdist}/tex/latex/threeparttable
7216 # %{texmfdist}/tex/latex/treesvr
7217 # %{texmfdist}/tex/latex/ulem
7218 # %{texmfdist}/tex/latex/url
7219 # %{texmf}/tex/latex/version
7220 # %{texmf}/tex/latex/vpage
7221 %{texmfdist}/scripts/pst-pdf/ps4pdf
7222 %{texmfdist}/tex/generic/pstricks
7223 %{texmfdist}/tex/generic/shapepar
7224 %{texmfdist}/tex/generic/textmerg
7225 %{texmfdist}/tex/latex/12many
7226 %{texmfdist}/tex/latex/AkkTeX
7227 %{texmfdist}/tex/latex/ESIEEcv
7228 %{texmfdist}/tex/latex/GuIT
7229 %{texmfdist}/tex/latex/HA-prosper
7230 %{texmfdist}/tex/latex/IEEEconf
7231 %{texmfdist}/tex/latex/IEEEtran
7232 %{texmfdist}/tex/latex/SIstyle
7233 %{texmfdist}/tex/latex/Tabbing
7234 %{texmfdist}/tex/latex/a0poster
7235 %{texmfdist}/tex/latex/aastex
7236 %{texmfdist}/tex/latex/abc
7237 %{texmfdist}/tex/latex/achemso
7238 %{texmfdist}/tex/latex/acmconf
7239 %{texmfdist}/tex/latex/acmtrans
7240 %{texmfdist}/tex/latex/acronym
7241 %{texmfdist}/tex/latex/active-conf
7242 %{texmfdist}/tex/latex/addlines
7243 %{texmfdist}/tex/latex/adrlist
7244 %{texmfdist}/tex/latex/aeguill
7245 %{texmfdist}/tex/latex/afthesis
7246 %{texmfdist}/tex/latex/aguplus
7247 %{texmfdist}/tex/latex/aiaa
7248 %{texmfdist}/tex/latex/akletter
7249 %{texmfdist}/tex/latex/alg
7250 %{texmfdist}/tex/latex/algorithm2e
7251 %{texmfdist}/tex/latex/algorithmicx
7252 %{texmfdist}/tex/latex/allrunes
7253 %{texmfdist}/tex/latex/alnumsec
7254 %{texmfdist}/tex/latex/altfont
7255 %{texmfdist}/tex/latex/ametsoc
7256 %{texmfdist}/tex/latex/amsaddr
7257 %{texmfdist}/tex/latex/amsrefs
7258 %{texmfdist}/tex/latex/animate
7259 %{texmfdist}/tex/latex/answers
7260 %{texmfdist}/tex/latex/antiqua
7261 %{texmfdist}/tex/latex/anyfontsize
7262 %{texmfdist}/tex/latex/anysize
7263 %{texmfdist}/tex/latex/apa
7264 %{texmfdist}/tex/latex/apacite
7265 %{texmfdist}/tex/latex/apl
7266 %{texmfdist}/tex/latex/ar
7267 %{texmfdist}/tex/latex/arabi
7268 %{texmfdist}/tex/latex/arabtex
7269 %{texmfdist}/tex/latex/archaic
7270 %{texmfdist}/tex/latex/arcs
7271 %{texmfdist}/tex/latex/arev
7272 %{texmfdist}/tex/latex/armenian
7273 %{texmfdist}/tex/latex/arydshln
7274 %{texmfdist}/tex/latex/asaetr
7275 %{texmfdist}/tex/latex/ascelike
7276 %{texmfdist}/tex/latex/ascii
7277 %{texmfdist}/tex/latex/assignment
7278 %{texmfdist}/tex/latex/attachfile
7279 %{texmfdist}/tex/latex/augie
7280 %{texmfdist}/tex/latex/auncial-new
7281 %{texmfdist}/tex/latex/aurical
7282 %{texmfdist}/tex/latex/authoraftertitle
7283 %{texmfdist}/tex/latex/authorindex
7284 %{texmfdist}/tex/latex/auto-pst-pdf
7285 %{texmfdist}/tex/latex/autoarea
7286 %{texmfdist}/tex/latex/autotab
7287 %{texmfdist}/tex/latex/avantgar
7288 %{texmfdist}/tex/latex/babelbib
7289 %{texmfdist}/tex/latex/bangtex
7290 %{texmfdist}/tex/latex/barcodes
7291 %{texmfdist}/tex/latex/base
7292 %{texmfdist}/tex/latex/bayer
7293 %{texmfdist}/tex/latex/bbding
7294 %{texmfdist}/tex/latex/bbm-macros
7295 %{texmfdist}/tex/latex/begriff
7296 %{texmfdist}/tex/latex/bengali
7297 %{texmfdist}/tex/latex/bera
7298 %{texmfdist}/tex/latex/betababel
7299 %{texmfdist}/tex/latex/beton
7300 %{texmfdist}/tex/latex/bez123
7301 %{texmfdist}/tex/latex/bibarts
7302 %{texmfdist}/tex/latex/bibleref
7303 %{texmfdist}/tex/latex/biblist
7304 %{texmfdist}/tex/latex/bibtopicprefix
7305 %{texmfdist}/tex/latex/bigfoot
7306 %{texmfdist}/tex/latex/binomexp
7307 %{texmfdist}/tex/latex/biocon
7308 %{texmfdist}/tex/latex/bizcard
7309 %{texmfdist}/tex/latex/blacklettert1
7310 %{texmfdist}/tex/latex/blindtext
7311 %{texmfdist}/tex/latex/blowup
7312 %{texmfdist}/tex/latex/boisik
7313 %{texmfdist}/tex/latex/boites
7314 %{texmfdist}/tex/latex/boldtensors
7315 %{texmfdist}/tex/latex/bookest
7316 %{texmfdist}/tex/latex/bookhands
7317 %{texmfdist}/tex/latex/booklet
7318 %{texmfdist}/tex/latex/bookman
7319 %{texmfdist}/tex/latex/bophook
7320 %{texmfdist}/tex/latex/boxhandler
7321 %{texmfdist}/tex/latex/bpchem
7322 %{texmfdist}/tex/latex/braille
7323 %{texmfdist}/tex/latex/breakurl
7324 %{texmfdist}/tex/latex/bridge
7325 %{texmfdist}/tex/latex/brushscr
7326 %{texmfdist}/tex/latex/bullcntr
7327 %{texmfdist}/tex/latex/burmese
7328 %{texmfdist}/tex/latex/bussproofs
7329 %{texmfdist}/tex/latex/bytefield
7330 %{texmfdist}/tex/latex/calrsfs
7331 %{texmfdist}/tex/latex/calxxxx
7332 %{texmfdist}/tex/latex/captcont
7333 %{texmfdist}/tex/latex/casyl
7334 %{texmfdist}/tex/latex/catechis
7335 %{texmfdist}/tex/latex/cbcoptic
7336 %{texmfdist}/tex/latex/cbfonts
7337 %{texmfdist}/tex/latex/ccaption
7338 %{texmfdist}/tex/latex/cchess
7339 %{texmfdist}/tex/latex/cclicenses
7340 %{texmfdist}/tex/latex/cd-cover
7341 %{texmfdist}/tex/latex/cd
7342 %{texmfdist}/tex/latex/cdpbundl
7343 %{texmfdist}/tex/latex/cellspace
7344 %{texmfdist}/tex/latex/changebar
7345 %{texmfdist}/tex/latex/changepage
7346 %{texmfdist}/tex/latex/changes
7347 %{texmfdist}/tex/latex/chappg
7348 %{texmfdist}/tex/latex/chapterfolder
7349 %{texmfdist}/tex/latex/chemarrow
7350 %{texmfdist}/tex/latex/chemcompounds
7351 %{texmfdist}/tex/latex/chemcono
7352 %{texmfdist}/tex/latex/chemstyle
7353 %{texmfdist}/tex/latex/cherokee
7354 %{texmfdist}/tex/latex/chess
7355 %{texmfdist}/tex/latex/chessboard
7356 %{texmfdist}/tex/latex/chessfss
7357 %{texmfdist}/tex/latex/chicago
7358 %{texmfdist}/tex/latex/china2e
7359 %{texmfdist}/tex/latex/chletter
7360 %{texmfdist}/tex/latex/circ
7361 %{texmfdist}/tex/latex/citeref
7362 %{texmfdist}/tex/latex/cjhebrew
7363 %{texmfdist}/tex/latex/cjk
7364 %{texmfdist}/tex/latex/cjw
7365 %{texmfdist}/tex/latex/classicthesis
7366 %{texmfdist}/tex/latex/clefval
7367 %{texmfdist}/tex/latex/cleveref
7368 %{texmfdist}/tex/latex/clock
7369 %{texmfdist}/tex/latex/clrscode
7370 %{texmfdist}/tex/latex/cm-lgc
7371 %{texmfdist}/tex/latex/cm-super
7372 %{texmfdist}/tex/latex/cmap
7373 %{texmfdist}/tex/latex/cmcyralt
7374 %{texmfdist}/tex/latex/cmdstring
7375 %{texmfdist}/tex/latex/cmdtrack
7376 %{texmfdist}/tex/latex/cmll
7377 %{texmfdist}/tex/latex/cmsd
7378 %{texmfdist}/tex/latex/codepage
7379 %{texmfdist}/tex/latex/colorinfo
7380 %{texmfdist}/tex/latex/colortab
7381 %{texmfdist}/tex/latex/colortbl
7382 %{texmfdist}/tex/latex/colorwav
7383 %{texmfdist}/tex/latex/combine
7384 %{texmfdist}/tex/latex/commath
7385 %{texmfdist}/tex/latex/compactbib
7386 %{texmfdist}/tex/latex/complexity
7387 %{texmfdist}/tex/latex/computational-complexity
7388 %{texmfdist}/tex/latex/concprog
7389 %{texmfdist}/tex/latex/confproc
7390 %{texmfdist}/tex/latex/constants
7391 %{texmfdist}/tex/latex/contour
7392 %{texmfdist}/tex/latex/cooking
7393 %{texmfdist}/tex/latex/cool
7394 %{texmfdist}/tex/latex/coollist
7395 %{texmfdist}/tex/latex/coolstr
7396 %{texmfdist}/tex/latex/cooltooltips
7397 %{texmfdist}/tex/latex/coordsys
7398 %{texmfdist}/tex/latex/courier-scaled
7399 %{texmfdist}/tex/latex/courier
7400 %{texmfdist}/tex/latex/courseoutline
7401 %{texmfdist}/tex/latex/coursepaper
7402 %{texmfdist}/tex/latex/coverpage
7403 %{texmfdist}/tex/latex/covington
7404 %{texmfdist}/tex/latex/crop
7405 %{texmfdist}/tex/latex/crossreference
7406 %{texmfdist}/tex/latex/crosswrd
7407 %{texmfdist}/tex/latex/csbulletin
7408 %{texmfdist}/tex/latex/csquotes
7409 %{texmfdist}/tex/latex/csvtools
7410 %{texmfdist}/tex/latex/ctable
7411 %{texmfdist}/tex/latex/ctib
7412 %{texmfdist}/tex/latex/cuisine
7413 %{texmfdist}/tex/latex/cursor
7414 %{texmfdist}/tex/latex/curve
7415 %{texmfdist}/tex/latex/curve2e
7416 %{texmfdist}/tex/latex/cv
7417 %{texmfdist}/tex/latex/cweb-latex
7418 %{texmfdist}/tex/latex/cwpuzzle
7419 %{texmfdist}/tex/latex/cyklop
7420 %{texmfdist}/tex/latex/dashbox
7421 %{texmfdist}/tex/latex/dashrule
7422 %{texmfdist}/tex/latex/datatool
7423 %{texmfdist}/tex/latex/dateiliste
7424 %{texmfdist}/tex/latex/datenumber
7425 %{texmfdist}/tex/latex/datetime
7426 %{texmfdist}/tex/latex/dcpic
7427 %{texmfdist}/tex/latex/decimal
7428 %{texmfdist}/tex/latex/delimtxt
7429 %{texmfdist}/tex/latex/diagnose
7430 %{texmfdist}/tex/latex/dialogl
7431 %{texmfdist}/tex/latex/dichokey
7432 %{texmfdist}/tex/latex/dictsym
7433 %{texmfdist}/tex/latex/digiconfigs
7434 %{texmfdist}/tex/latex/dinbrief
7435 %{texmfdist}/tex/latex/dingbat
7436 %{texmfdist}/tex/latex/directory
7437 %{texmfdist}/tex/latex/disser
7438 %{texmfdist}/tex/latex/dlfltxb
7439 %{texmfdist}/tex/latex/dnaseq
7440 %{texmfdist}/tex/latex/docmfp
7441 %{texmfdist}/tex/latex/doi
7442 %{texmfdist}/tex/latex/doipubmed
7443 %{texmfdist}/tex/latex/dotarrow
7444 %{texmfdist}/tex/latex/dotseqn
7445 %{texmfdist}/tex/latex/dottex
7446 %{texmfdist}/tex/latex/doublestroke
7447 %{texmfdist}/tex/latex/dpfloat
7448 %{texmfdist}/tex/latex/dprogress
7449 %{texmfdist}/tex/latex/drac
7450 %{texmfdist}/tex/latex/draftcopy
7451 %{texmfdist}/tex/latex/draftwatermark
7452 %{texmfdist}/tex/latex/dramatist
7453 %{texmfdist}/tex/latex/dtk
7454 %{texmfdist}/tex/latex/duerer-latex
7455 %{texmfdist}/tex/latex/dvdcoll
7456 %{texmfdist}/tex/latex/dvipdfmx-def
7457 %{texmfdist}/tex/latex/dyntree
7458 %{texmfdist}/tex/latex/eCards
7459 %{texmfdist}/tex/latex/ean13isbn
7460 %{texmfdist}/tex/latex/easy
7461 %{texmfdist}/tex/latex/ebezier
7462 %{texmfdist}/tex/latex/ebsthesis
7463 %{texmfdist}/tex/latex/ecclesiastic
7464 %{texmfdist}/tex/latex/ecltree
7465 %{texmfdist}/tex/latex/eco
7466 %{texmfdist}/tex/latex/economic
7467 %{texmfdist}/tex/latex/ecv
7468 %{texmfdist}/tex/latex/ed
7469 %{texmfdist}/tex/latex/edmargin
7470 %{texmfdist}/tex/latex/ednotes
7471 %{texmfdist}/tex/latex/eemeir
7472 %{texmfdist}/tex/latex/eepic
7473 %{texmfdist}/tex/latex/egameps
7474 %{texmfdist}/tex/latex/egplot
7475 %{texmfdist}/tex/latex/eiad
7476 %{texmfdist}/tex/latex/ellipsis
7477 %{texmfdist}/tex/latex/elmath
7478 %{texmfdist}/tex/latex/elpres
7479 %{texmfdist}/tex/latex/elsarticle
7480 %{texmfdist}/tex/latex/elsevier
7481 %{texmfdist}/tex/latex/em
7482 %{texmfdist}/tex/latex/emp
7483 %{texmfdist}/tex/latex/emulateapj
7484 %{texmfdist}/tex/latex/encxvlna
7485 %{texmfdist}/tex/latex/endfloat
7486 %{texmfdist}/tex/latex/endheads
7487 %{texmfdist}/tex/latex/engpron
7488 %{texmfdist}/tex/latex/engrec
7489 %{texmfdist}/tex/latex/envbig
7490 %{texmfdist}/tex/latex/environ
7491 %{texmfdist}/tex/latex/envlab
7492 %{texmfdist}/tex/latex/epigrafica
7493 %{texmfdist}/tex/latex/epigraph
7494 %{texmfdist}/tex/latex/epiolmec
7495 %{texmfdist}/tex/latex/epsdice
7496 %{texmfdist}/tex/latex/epspdfconversion
7497 %{texmfdist}/tex/latex/eqlist
7498 %{texmfdist}/tex/latex/eqname
7499 %{texmfdist}/tex/latex/eqnarray
7500 %{texmfdist}/tex/latex/eqparbox
7501 %{texmfdist}/tex/latex/errata
7502 %{texmfdist}/tex/latex/esdiff
7503 %{texmfdist}/tex/latex/esint
7504 %{texmfdist}/tex/latex/eskd
7505 %{texmfdist}/tex/latex/eskdx
7506 %{texmfdist}/tex/latex/eso-pic
7507 %{texmfdist}/tex/latex/esvect
7508 %{texmfdist}/tex/latex/etaremune
7509 %{texmfdist}/tex/latex/etex-pkg
7510 %{texmfdist}/tex/latex/ethiop
7511 %{texmfdist}/tex/latex/etoolbox
7512 %{texmfdist}/tex/latex/eukdate
7513 %{texmfdist}/tex/latex/euler
7514 %{texmfdist}/tex/latex/eulervm
7515 %{texmfdist}/tex/latex/euproposal
7516 %{texmfdist}/tex/latex/euro
7517 %{texmfdist}/tex/latex/eurofont
7518 %{texmfdist}/tex/latex/europecv
7519 %{texmfdist}/tex/latex/eurosans
7520 %{texmfdist}/tex/latex/eurosym
7521 %{texmfdist}/tex/latex/everypage
7522 %{texmfdist}/tex/latex/examdesign
7523 %{texmfdist}/tex/latex/examplep
7524 %{texmfdist}/tex/latex/exceltex
7525 %{texmfdist}/tex/latex/exercise
7526 %{texmfdist}/tex/latex/expdlist
7527 %{texmfdist}/tex/latex/expl3
7528 %{texmfdist}/tex/latex/export
7529 %{texmfdist}/tex/latex/extarrows
7530 %{texmfdist}/tex/latex/extpfeil
7531 %{texmfdist}/tex/latex/extract
7532 %{texmfdist}/tex/latex/extsizes
7533 %{texmfdist}/tex/latex/facsimile
7534 %{texmfdist}/tex/latex/faktor
7535 %{texmfdist}/tex/latex/fancybox
7536 %{texmfdist}/tex/latex/fancyhdr
7537 %{texmfdist}/tex/latex/fancynum
7538 %{texmfdist}/tex/latex/fancyref
7539 %{texmfdist}/tex/latex/fancytooltips
7540 %{texmfdist}/tex/latex/fancyvrb
7541 %{texmfdist}/tex/latex/fax
7542 %{texmfdist}/tex/latex/fc
7543 %{texmfdist}/tex/latex/feyn
7544 %{texmfdist}/tex/latex/feynmf
7545 %{texmfdist}/tex/latex/fge
7546 %{texmfdist}/tex/latex/figbib
7547 %{texmfdist}/tex/latex/figsize
7548 %{texmfdist}/tex/latex/filecontents
7549 %{texmfdist}/tex/latex/fink
7550 %{texmfdist}/tex/latex/fixfoot
7551 %{texmfdist}/tex/latex/fixme
7552 %{texmfdist}/tex/latex/flabels
7553 %{texmfdist}/tex/latex/flacards
7554 %{texmfdist}/tex/latex/flagderiv
7555 %{texmfdist}/tex/latex/flashcards
7556 %{texmfdist}/tex/latex/flippdf
7557 %{texmfdist}/tex/latex/float
7558 %{texmfdist}/tex/latex/floatrow
7559 %{texmfdist}/tex/latex/flowfram
7560 %{texmfdist}/tex/latex/fmp
7561 %{texmfdist}/tex/latex/fmtcount
7562 %{texmfdist}/tex/latex/fnbreak
7563 %{texmfdist}/tex/latex/fncychap
7564 %{texmfdist}/tex/latex/foekfont
7565 %{texmfdist}/tex/latex/foilhtml
7566 %{texmfdist}/tex/latex/fonetika
7567 %{texmfdist}/tex/latex/fontinst
7568 %{texmfdist}/tex/latex/fonttable
7569 %{texmfdist}/tex/latex/footmisc
7570 %{texmfdist}/tex/latex/footnpag
7571 %{texmfdist}/tex/latex/forarray
7572 %{texmfdist}/tex/latex/forloop
7573 %{texmfdist}/tex/latex/formlett
7574 %{texmfdist}/tex/latex/formula
7575 %{texmfdist}/tex/latex/formular
7576 %{texmfdist}/tex/latex/fouridx
7577 %{texmfdist}/tex/latex/fourier
7578 %{texmfdist}/tex/latex/fouriernc
7579 %{texmfdist}/tex/latex/fp
7580 %{texmfdist}/tex/latex/frankenstein
7581 %{texmfdist}/tex/latex/frcursive
7582 %{texmfdist}/tex/latex/frenchle
7583 %{texmfdist}/tex/latex/fribrief
7584 %{texmfdist}/tex/latex/frletter
7585 %{texmfdist}/tex/latex/frontespizio
7586 %{texmfdist}/tex/latex/fullblck
7587 %{texmfdist}/tex/latex/fullpict
7588 %{texmfdist}/tex/latex/functan
7589 %{texmfdist}/tex/latex/fundus
7590 %{texmfdist}/tex/latex/gaceta
7591 %{texmfdist}/tex/latex/galois
7592 %{texmfdist}/tex/latex/gastex
7593 %{texmfdist}/tex/latex/gatech-thesis
7594 %{texmfdist}/tex/latex/gauss
7595 %{texmfdist}/tex/latex/gb4e
7596 %{texmfdist}/tex/latex/gcard
7597 %{texmfdist}/tex/latex/gcite
7598 %{texmfdist}/tex/latex/genmpage
7599 %{texmfdist}/tex/latex/geometry
7600 %{texmfdist}/tex/latex/geomsty
7601 %{texmfdist}/tex/latex/germbib
7602 %{texmfdist}/tex/latex/gfsartemisia
7603 %{texmfdist}/tex/latex/gfsbaskerville
7604 %{texmfdist}/tex/latex/gfsbodoni
7605 %{texmfdist}/tex/latex/gfscomplutum
7606 %{texmfdist}/tex/latex/gfsdidot
7607 %{texmfdist}/tex/latex/gfsneohellenic
7608 %{texmfdist}/tex/latex/gfsporson
7609 %{texmfdist}/tex/latex/gfssolomos
7610 %{texmfdist}/tex/latex/ginpenc
7611 %{texmfdist}/tex/latex/gloss
7612 %{texmfdist}/tex/latex/glossaries
7613 %{texmfdist}/tex/latex/gmdoc
7614 %{texmfdist}/tex/latex/gmeometric
7615 %{texmfdist}/tex/latex/gmiflink
7616 %{texmfdist}/tex/latex/gmutils
7617 %{texmfdist}/tex/latex/gmverb
7618 %{texmfdist}/tex/latex/gnuplottex
7619 %{texmfdist}/tex/latex/go
7620 %{texmfdist}/tex/latex/graphics
7621 %{texmfdist}/tex/latex/graphicx-psmin
7622 %{texmfdist}/tex/latex/greek-inputenc
7623 %{texmfdist}/tex/latex/greekdates
7624 %{texmfdist}/tex/latex/greektex
7625 %{texmfdist}/tex/latex/grfpaste
7626 %{texmfdist}/tex/latex/grnumalt
7627 %{texmfdist}/tex/latex/grotesq
7628 %{texmfdist}/tex/latex/grverb
7629 %{texmfdist}/tex/latex/gu
7630 %{texmfdist}/tex/latex/guitar
7631 %{texmfdist}/tex/latex/guitbeamer
7632 %{texmfdist}/tex/latex/hanging
7633 %{texmfdist}/tex/latex/har2nat
7634 %{texmfdist}/tex/latex/harmony
7635 %{texmfdist}/tex/latex/harpoon
7636 %{texmfdist}/tex/latex/harvard
7637 %{texmfdist}/tex/latex/hc
7638 %{texmfdist}/tex/latex/helvetic
7639 %{texmfdist}/tex/latex/hep
7640 %{texmfdist}/tex/latex/hepnames
7641 %{texmfdist}/tex/latex/hepparticles
7642 %{texmfdist}/tex/latex/hepthesis
7643 %{texmfdist}/tex/latex/hepunits
7644 %{texmfdist}/tex/latex/hexgame
7645 %{texmfdist}/tex/latex/hfoldsty
7646 %{texmfdist}/tex/latex/hhtensor
7647 %{texmfdist}/tex/latex/hilowres
7648 %{texmfdist}/tex/latex/histogr
7649 %{texmfdist}/tex/latex/hitec
7650 %{texmfdist}/tex/latex/hpsdiss
7651 %{texmfdist}/tex/latex/hrlatex
7652 %{texmfdist}/tex/latex/hvfloat
7653 %{texmfdist}/tex/latex/hypdvips
7654 %{texmfdist}/tex/latex/hyper
7655 %{texmfdist}/tex/latex/hyperref
7656 %{texmfdist}/tex/latex/hyperxmp
7657 %{texmfdist}/tex/latex/hyphenat
7658 %{texmfdist}/tex/latex/ibycus-babel
7659 %{texmfdist}/tex/latex/icsv
7660 %{texmfdist}/tex/latex/ieeepes
7661 %{texmfdist}/tex/latex/ifmslide
7662 %{texmfdist}/tex/latex/ifplatform
7663 %{texmfdist}/tex/latex/ifsym
7664 %{texmfdist}/tex/latex/ijmart
7665 %{texmfdist}/tex/latex/imac
7666 %{texmfdist}/tex/latex/image-gallery
7667 %{texmfdist}/tex/latex/imtekda
7668 %{texmfdist}/tex/latex/index
7669 %{texmfdist}/tex/latex/initials
7670 %{texmfdist}/tex/latex/inlinebib
7671 %{texmfdist}/tex/latex/inlinedef
7672 %{texmfdist}/tex/latex/interactiveworkbook
7673 %{texmfdist}/tex/latex/inversepath
7674 %{texmfdist}/tex/latex/invoice
7675 %{texmfdist}/tex/latex/ipa
7676 %{texmfdist}/tex/latex/iso
7677 %{texmfdist}/tex/latex/iso10303
7678 %{texmfdist}/tex/latex/isodate
7679 %{texmfdist}/tex/latex/isodoc
7680 %{texmfdist}/tex/latex/isonums
7681 %{texmfdist}/tex/latex/isorot
7682 %{texmfdist}/tex/latex/isotope
7683 %{texmfdist}/tex/latex/itnumpar
7684 %{texmfdist}/tex/latex/itrans
7685 %{texmfdist}/tex/latex/iwona
7686 %{texmfdist}/tex/latex/jeopardy
7687 %{texmfdist}/tex/latex/jhep
7688 %{texmfdist}/tex/latex/jknapltx
7689 %{texmfdist}/tex/latex/jneurosci
7690 %{texmfdist}/tex/latex/jpsj
7691 %{texmfdist}/tex/latex/jura
7692 %{texmfdist}/tex/latex/juraabbrev
7693 %{texmfdist}/tex/latex/juramisc
7694 %{texmfdist}/tex/latex/jurarsp
7695 %{texmfdist}/tex/latex/koma-script
7696 %{texmfdist}/tex/latex/labels
7697 %dir %{texmfdist}/tex/latex/latexconfig
7698 %{texmfdist}/tex/latex/latexconfig/latex.ini
7699 %{texmfdist}/tex/latex/latexconfig/lualatex.ini
7700 %{texmfdist}/tex/latex/latexconfig/mllatex.ini
7701 %{texmfdist}/tex/latex/latexconfig/pdflatex.ini
7702 %{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
7703 %{texmfdist}/tex/latex/layouts
7704 %{texmfdist}/tex/latex/lettrine
7705 %{texmfdist}/tex/latex/listings
7706 %{texmfdist}/tex/latex/ltabptch
7707 %{texmfdist}/tex/latex/localloc
7708 %{texmfdist}/tex/latex/ltxmisc
7709 %{texmfdist}/tex/latex/mathcomp
7710 %{texmfdist}/tex/latex/mdwtools
7711 %{texmfdist}/tex/latex/memoir
7712 %{texmfdist}/tex/latex/mh
7713 %{texmfdist}/tex/latex/misc209
7714 %{texmfdist}/tex/latex/mmap
7715 %{texmfdist}/tex/latex/mnsymbol
7716 %{texmfdist}/tex/latex/moderncv
7717 %{texmfdist}/tex/latex/modroman
7718 %{texmfdist}/tex/latex/mongolian-babel
7719 %{texmfdist}/tex/latex/montex
7720 %{texmfdist}/tex/latex/mparhack
7721 %{texmfdist}/tex/latex/ms
7722 %{texmfdist}/tex/latex/multibib
7723 %{texmfdist}/tex/latex/multirow
7724 %{texmfdist}/tex/latex/mwcls
7725 %{texmfdist}/tex/latex/natbib
7726 %{texmfdist}/tex/latex/ncclatex
7727 %{texmfdist}/tex/latex/ncctools
7728 %{texmfdist}/tex/latex/ncntrsbk
7729 %{texmfdist}/tex/latex/nddiss
7730 %{texmfdist}/tex/latex/newalg
7731 %{texmfdist}/tex/latex/newfile
7732 %{texmfdist}/tex/latex/newlfm
7733 %{texmfdist}/tex/latex/newspaper
7734 %{texmfdist}/tex/latex/newthm
7735 %{texmfdist}/tex/latex/nomencl
7736 %{texmfdist}/tex/latex/ntgclass
7737 %{texmfdist}/tex/latex/oberdiek
7738 %{texmfdist}/tex/latex/overpic
7739 %{texmfdist}/tex/latex/paralist
7740 %{texmfdist}/tex/latex/pb-diagram
7741 %{texmfdist}/tex/latex/pdfpages
7742 %{texmfdist}/tex/latex/picinpar
7743 %{texmfdist}/tex/latex/pict2e
7744 %{texmfdist}/tex/latex/placeins
7745 %{texmfdist}/tex/latex/preprint
7746 %{texmfdist}/tex/latex/preview
7747 %{texmfdist}/tex/latex/program
7748 %{texmfdist}/tex/latex/psfrag
7749 %{texmfdist}/tex/latex/pslatex
7750 %{texmfdist}/tex/latex/revtex
7751 %{texmfdist}/tex/latex/rotating
7752 %{texmfdist}/tex/latex/rotfloat
7753 %{texmfdist}/tex/latex/scale
7754 %{texmfdist}/tex/latex/sectsty
7755 %{texmfdist}/tex/latex/seminar
7756 %{texmfdist}/tex/latex/setspace
7757 %{texmfdist}/tex/latex/showdim
7758 %{texmfdist}/tex/latex/showlabels
7759 %{texmfdist}/tex/latex/sidecap
7760 %{texmfdist}/tex/latex/slashbox
7761 %{texmfdist}/tex/latex/soul
7762 %{texmfdist}/tex/latex/stdclsdv
7763 %{texmfdist}/tex/latex/stmaryrd
7764 %{texmfdist}/tex/latex/subfig
7765 %{texmfdist}/tex/latex/subfigure
7766 %{texmfdist}/tex/latex/supertabular
7767 %{texmfdist}/tex/latex/t2
7768 %{texmfdist}/tex/latex/t-angles
7769 %{texmfdist}/tex/latex/tableaux
7770 %{texmfdist}/tex/latex/tablists
7771 %{texmfdist}/tex/latex/tablor
7772 %{texmfdist}/tex/latex/tabto-ltx
7773 %{texmfdist}/tex/latex/tabulary
7774 %{texmfdist}/tex/latex/tabvar
7775 %{texmfdist}/tex/latex/talk
7776 %{texmfdist}/tex/latex/taupin
7777 %{texmfdist}/tex/latex/tcldoc
7778 %{texmfdist}/tex/latex/tdsfrmath
7779 %{texmfdist}/tex/latex/technics
7780 %{texmfdist}/tex/latex/ted
7781 %{texmfdist}/tex/latex/tengwarscript
7782 %{texmfdist}/tex/latex/tensor
7783 %{texmfdist}/tex/latex/teubner
7784 %{texmfdist}/tex/latex/tex-gyre
7785 %{texmfdist}/tex/latex/texilikecover
7786 %{texmfdist}/tex/latex/texlogos
7787 %{texmfdist}/tex/latex/texmate
7788 %{texmfdist}/tex/latex/texpower
7789 %{texmfdist}/tex/latex/texshade
7790 %{texmfdist}/tex/latex/textcase
7791 %{texmfdist}/tex/latex/textfit
7792 %{texmfdist}/tex/latex/textopo
7793 %{texmfdist}/tex/latex/textpath
7794 %{texmfdist}/tex/latex/textpos
7795 %{texmfdist}/tex/latex/theoremref
7796 %{texmfdist}/tex/latex/thesis-titlepage-fhac
7797 %{texmfdist}/tex/latex/thinsp
7798 %{texmfdist}/tex/latex/thmtools
7799 %{texmfdist}/tex/latex/thumb
7800 %{texmfdist}/tex/latex/thuthesis
7801 %{texmfdist}/tex/latex/ticket
7802 %{texmfdist}/tex/latex/tikz-inet
7803 %{texmfdist}/tex/latex/times
7804 %{texmfdist}/tex/latex/timesht
7805 %{texmfdist}/tex/latex/tipa
7806 %{texmfdist}/tex/latex/titlefoot
7807 %{texmfdist}/tex/latex/titlesec
7808 %{texmfdist}/tex/latex/titling
7809 %{texmfdist}/tex/latex/tocbibind
7810 %{texmfdist}/tex/latex/tocloft
7811 %{texmfdist}/tex/latex/tools
7812 %{texmfdist}/tex/latex/totpages
7813 %{texmfdist}/tex/latex/type1cm
7814 %{texmfdist}/tex/latex/undertilde
7815 %{texmfdist}/tex/latex/units
7816 %{texmfdist}/tex/latex/unitsdef
7817 %{texmfdist}/tex/latex/universa
7818 %{texmfdist}/tex/latex/unroman
7819 %{texmfdist}/tex/latex/upmethodology
7820 %{texmfdist}/tex/latex/upquote
7821 %{texmfdist}/tex/latex/varindex
7822 %{texmfdist}/tex/latex/varsfromjobname
7823 %{texmfdist}/tex/latex/vector
7824 %{texmfdist}/tex/latex/velthuis
7825 %{texmfdist}/tex/latex/verse
7826 %{texmfdist}/tex/latex/versions
7827 %{texmfdist}/tex/latex/vhistory
7828 %{texmfdist}/tex/latex/vita
7829 %{texmfdist}/tex/latex/vmargin
7830 %{texmfdist}/tex/latex/volumes
7831 %{texmfdist}/tex/latex/vpe
7832 %{texmfdist}/tex/latex/vrsion
7833 %{texmfdist}/tex/latex/vwcol
7834 %{texmfdist}/tex/latex/vxu
7835 %{texmfdist}/tex/latex/wallpaper
7836 %{texmfdist}/tex/latex/warning
7837 %{texmfdist}/tex/latex/warpcol
7838 %{texmfdist}/tex/latex/was
7839 %{texmfdist}/tex/latex/williams
7840 %{texmfdist}/tex/latex/wnri
7841 %{texmfdist}/tex/latex/wordlike
7842 %{texmfdist}/tex/latex/wrapfig
7843 %{texmfdist}/tex/latex/wsuipa
7844 %{texmfdist}/tex/latex/xargs
7845 %{texmfdist}/tex/latex/xcolor
7846 %{texmfdist}/tex/latex/xdoc
7847 %{texmfdist}/tex/latex/xfor
7848 %{texmfdist}/tex/latex/xifthen
7849 %{texmfdist}/tex/latex/xkeyval
7850 %{texmfdist}/tex/latex/xmpincl
7851 %{texmfdist}/tex/latex/xnewcommand
7852 %{texmfdist}/tex/latex/xoptarg
7853 %{texmfdist}/tex/latex/xpackages
7854 %{texmfdist}/tex/latex/xq
7855 %{texmfdist}/tex/latex/xskak
7856 %{texmfdist}/tex/latex/xstring
7857 %{texmfdist}/tex/latex/xtab
7858 %{texmfdist}/tex/latex/xtcapts
7859 %{texmfdist}/tex/latex/xyling
7860 %{texmfdist}/tex/latex/xytree
7861 %{texmfdist}/tex/latex/yafoot
7862 %{texmfdist}/tex/latex/yfonts
7863 %{texmfdist}/tex/latex/yhmath
7864 %{texmfdist}/tex/latex/yi4latex
7865 %{texmfdist}/tex/latex/york-thesis
7866 %{texmfdist}/tex/latex/youngtab
7867 %{texmfdist}/tex/latex/yplan
7868 %{texmfdist}/tex/latex/zapfchan
7869 %{texmfdist}/tex/latex/zapfding
7870 %{texmfdist}/tex/latex/zed-csp
7871 %{texmfdist}/tex/latex/zefonts
7872 %{texmfdist}/tex/latex/ziffer
7873 %{texmfdist}/tex/latex/zwgetfdate
7874 %{texmfdist}/tex/plain/etex
7875 %{texmf}/tex/latex/config
7876 %{texmf}/tex/latex/dvipdfm
7877
7878 %files latex-12many
7879 %defattr(644,root,root,755)
7880 %doc %{texmfdist}/doc/latex/12many
7881 %{texmfdist}/source/latex/12many
7882
7883 %files latex-abstract
7884 %defattr(644,root,root,755)
7885 %doc %{texmfdist}/doc/latex/abstract
7886 %{texmfdist}/tex/latex/abstract
7887
7888 %files latex-accfonts
7889 %defattr(644,root,root,755)
7890 %{texmfdist}/tex/latex/accfonts
7891
7892 %files latex-adrconv
7893 %defattr(644,root,root,755)
7894 %{texmfdist}/tex/latex/adrconv
7895 %{texmfdist}/doc/latex/adrconv
7896
7897 %files latex-algorithms
7898 %defattr(644,root,root,755)
7899 %doc %{texmfdist}/doc/latex/algorithms
7900 %{texmfdist}/tex/latex/algorithms
7901
7902 %files latex-ae
7903 %defattr(644,root,root,755)
7904 %{texmfdist}/tex/latex/ae
7905
7906 %files latex-ams
7907 %defattr(644,root,root,755)
7908 %doc %{texmfdist}/doc/latex/amscls
7909 %doc %{texmfdist}/doc/latex/amsmath
7910 %doc %{texmfdist}/doc/latex/onlyamsmath
7911 %{texmfdist}/tex/latex/amscls
7912 %{texmfdist}/tex/latex/amsmath
7913 %{texmfdist}/tex/latex/amsfonts
7914 %{texmfdist}/tex/latex/onlyamsmath
7915 %{texmfdist}/source/latex/onlyamsmath
7916
7917 %files latex-antp
7918 %defattr(644,root,root,755)
7919 %{texmfdist}/tex/latex/antp
7920
7921 %files latex-antt
7922 %defattr(644,root,root,755)
7923 %{texmfdist}/tex/latex/antt
7924
7925 %files latex-appendix
7926 %defattr(644,root,root,755)
7927 %doc %{texmfdist}/doc/latex/appendix
7928 %{texmfdist}/tex/latex/appendix
7929
7930 %files latex-backgammon
7931 %defattr(644,root,root,755)
7932 %doc %{texmfdist}/doc/latex/backgammon
7933 %{texmfdist}/tex/latex/backgammon
7934
7935 %files latex-bardiag
7936 %defattr(644,root,root,755)
7937 %doc %{texmfdist}/doc/latex/bardiag
7938 %{texmfdist}/tex/latex/bardiag
7939
7940 %files latex-bbm
7941 %defattr(644,root,root,755)
7942 %doc %{texmfdist}/doc/fonts/bbm
7943 %{texmfdist}/tex/latex/bbm
7944
7945 %files latex-bbold
7946 %defattr(644,root,root,755)
7947 %doc %{texmfdist}/doc/latex/bbold
7948 %{texmfdist}/tex/latex/bbold
7949 %{texmfdist}/source/latex/bbold
7950
7951 %files latex-beamer
7952 %defattr(644,root,root,755)
7953 %doc %{texmfdist}/doc/latex/beamer
7954 %{texmfdist}/tex/latex/beamer-contrib
7955 %{texmfdist}/tex/latex/beamer
7956
7957 %files latex-bezos
7958 %defattr(644,root,root,755)
7959 %doc %{texmfdist}/doc/latex/bezos
7960 %{texmfdist}/tex/latex/bezos
7961
7962 %files latex-bibtex
7963 %defattr(644,root,root,755)
7964 %doc %{texmfdist}/doc/bibtex/base
7965 %doc %{texmfdist}/doc/latex/adrconv
7966 %doc %{texmfdist}/doc/latex/bibtopic
7967 %doc %{texmfdist}/doc/latex/bibunits
7968 %doc %{texmfdist}/doc/latex/natbib
7969 %doc %{texmfdist}/doc/latex/footbib
7970 %dir %{texmfdist}/doc/bibtex
7971 %dir %{texmfdist}/bibtex
7972 %dir %{texmfdist}/bibtex/bib
7973 %dir %{texmfdist}/bibtex/bst
7974 %dir %{texmfdist}/bibtex/csf
7975
7976 %attr(755,root,root) %{_bindir}/bibtex
7977 %attr(755,root,root) %{_bindir}/rubibtex
7978
7979 %{texmfdist}/bibtex/bst/base
7980 %{texmfdist}/bibtex/csf/base
7981 %{texmfdist}/bibtex/bib/base
7982 %{texmfdist}/bibtex/bst/adrconv
7983 %{texmfdist}/bibtex/bib/adrconv
7984 %{texmfdist}/source/latex/adrconv
7985 %{texmfdist}/tex/latex/adrconv
7986 # %{texmf}/bibtex/bst/misc
7987 %{texmfdist}/bibtex/bst/natbib
7988 %{texmfdist}/tex/latex/natbib
7989 %{texmfdist}/tex/latex/bibtopic
7990 %{texmfdist}/source/latex/bibunits
7991 %{texmfdist}/tex/latex/bibunits
7992 %{texmfdist}/source/latex/footbib
7993 %{texmfdist}/tex/latex/footbib
7994
7995 %{_mandir}/man1/bibtex.1*
7996 %{_mandir}/man1/rubibtex.1*
7997
7998 %files latex-bibtex-ams
7999 %defattr(644,root,root,755)
8000 %{texmfdist}/bibtex/bst/ams
8001 %{texmfdist}/bibtex/bib/ams
8002
8003 %files latex-bibtex-pl
8004 %defattr(644,root,root,755)
8005 %{texmfdist}/bibtex/bib/gustlib/plbib.bib
8006
8007 %files latex-bibtex-german
8008 %defattr(644,root,root,755)
8009 %doc %{texmfdist}/doc/bibtex/germbib
8010 %{texmfdist}/bibtex/bst/germbib
8011 %{texmfdist}/tex/latex/germbib
8012
8013 %files latex-bibtex-revtex4
8014 %defattr(644,root,root,755)
8015 %doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
8016 %{texmfdist}/source/latex/revtex/revtex4.dtx
8017 %{texmfdist}/source/latex/revtex/revtex4.ins
8018 %{texmfdist}/tex/latex/revtex/revtex4.cls
8019
8020 %files latex-bibtex-jurabib
8021 %defattr(644,root,root,755)
8022 %doc %{texmfdist}/doc/latex/jurabib
8023 %{texmfdist}/bibtex/bst/jurabib
8024 %{texmfdist}/bibtex/bib/jurabib
8025 %{texmfdist}/source/latex/jurabib
8026 %{texmfdist}/tex/latex/jurabib
8027
8028 %files latex-bibtex-dk
8029 %defattr(644,root,root,755)
8030 %doc %{texmfdist}/doc/latex/dk-bib
8031 %{texmfdist}/bibtex/bst/dk-bib
8032 %{texmfdist}/bibtex/csf/dk-bib
8033 %{texmfdist}/bibtex/bib/dk-bib
8034 %{texmfdist}/source/latex/dk-bib
8035 %{texmfdist}/tex/latex/dk-bib
8036
8037 # %files latex-bibtex-nor
8038 # %defattr(644,root,root,755)
8039 # %{texmf}/bibtex/bst/norbib
8040
8041 %files latex-bibtex-styles
8042 %defattr(644,root,root,755)
8043 %{texmfdist}/bibtex/bib/IEEEtran
8044 %{texmfdist}/bibtex/bib/abstyles
8045 %{texmfdist}/bibtex/bib/achemso
8046 %{texmfdist}/bibtex/bib/acmtrans
8047 %{texmfdist}/bibtex/bib/aiaa
8048 %{texmfdist}/bibtex/bib/apacite
8049 %{texmfdist}/bibtex/bib/asaetr
8050 %{texmfdist}/bibtex/bib/ascelike
8051 %{texmfdist}/bibtex/bib/beebe
8052 %{texmfdist}/bibtex/bib/bibhtml
8053 %{texmfdist}/bibtex/bib/bibtopic
8054 %{texmfdist}/bibtex/bib/biocon
8055 %{texmfdist}/bibtex/bib/computational-complexity
8056 %{texmfdist}/bibtex/bib/din1505
8057 %{texmfdist}/bibtex/bib/directory
8058 %{texmfdist}/bibtex/bib/dtk
8059 %{texmfdist}/bibtex/bib/figbib
8060 %{texmfdist}/bibtex/bib/frankenstein
8061 %{texmfdist}/bibtex/bib/gatech-thesis
8062 %{texmfdist}/bibtex/bib/geomsty
8063 %{texmfdist}/bibtex/bib/gloss
8064 %{texmfdist}/bibtex/bib/harvard
8065 %{texmfdist}/bibtex/bib/ieeepes
8066 %{texmfdist}/bibtex/bib/ijmart
8067 %{texmfdist}/bibtex/bib/imac
8068 %{texmfdist}/bibtex/bib/index
8069 %{texmfdist}/bibtex/bib/lsc
8070 %{texmfdist}/bibtex/bib/msc
8071 %{texmfdist}/bibtex/bib/nostarch
8072 %{texmfdist}/bibtex/bib/philosophersimprint
8073 %{texmfdist}/bibtex/bib/revtex
8074 %{texmfdist}/bibtex/bib/spie
8075 %{texmfdist}/bibtex/bib/urlbst
8076 %{texmfdist}/bibtex/bst/IEEEtran
8077 %{texmfdist}/bibtex/bst/abstyles
8078 %{texmfdist}/bibtex/bst/achemso
8079 %{texmfdist}/bibtex/bst/acmtrans
8080 %{texmfdist}/bibtex/bst/afthesis
8081 %{texmfdist}/bibtex/bst/aguplus
8082 %{texmfdist}/bibtex/bst/aiaa
8083 %{texmfdist}/bibtex/bst/aichej
8084 %{texmfdist}/bibtex/bst/ametsoc
8085 %{texmfdist}/bibtex/bst/apacite
8086 %{texmfdist}/bibtex/bst/asaetr
8087 %{texmfdist}/bibtex/bst/ascelike
8088 %{texmfdist}/bibtex/bst/babelbib
8089 %{texmfdist}/bibtex/bst/beebe
8090 %{texmfdist}/bibtex/bst/bibhtml
8091 %{texmfdist}/bibtex/bst/chem-journal
8092 %{texmfdist}/bibtex/bst/chicago
8093 %{texmfdist}/bibtex/bst/computational-complexity
8094 %{texmfdist}/bibtex/bst/confproc
8095 %{texmfdist}/bibtex/bst/datatool
8096 %{texmfdist}/bibtex/bst/din1505
8097 %{texmfdist}/bibtex/bst/dinat
8098 %{texmfdist}/bibtex/bst/directory
8099 %{texmfdist}/bibtex/bst/dtk
8100 %{texmfdist}/bibtex/bst/dvdcoll
8101 %{texmfdist}/bibtex/bst/economic
8102 %{texmfdist}/bibtex/bst/elsevier-bib
8103 %{texmfdist}/bibtex/bst/fbs
8104 %{texmfdist}/bibtex/bst/figbib
8105 %{texmfdist}/bibtex/bst/finbib
8106 %{texmfdist}/bibtex/bst/frankenstein
8107 %{texmfdist}/bibtex/bst/gatech-thesis
8108 %{texmfdist}/bibtex/bst/gloss
8109 %{texmfdist}/bibtex/bst/gost
8110 %{texmfdist}/bibtex/bst/gustlib
8111 %{texmfdist}/bibtex/bst/harvard
8112 %{texmfdist}/bibtex/bst/hc
8113 %{texmfdist}/bibtex/bst/ieeepes
8114 %{texmfdist}/bibtex/bst/ijmart
8115 %{texmfdist}/bibtex/bst/ijqc
8116 %{texmfdist}/bibtex/bst/imac
8117 %{texmfdist}/bibtex/bst/index
8118 %{texmfdist}/bibtex/bst/inlinebib
8119 %{texmfdist}/bibtex/bst/iopart-num
8120 %{texmfdist}/bibtex/bst/jneurosci
8121 %{texmfdist}/bibtex/bst/jurarsp
8122 %{texmfdist}/bibtex/bst/kluwer
8123 %{texmfdist}/bibtex/bst/mciteplus
8124 %{texmfdist}/bibtex/bst/mslapa
8125 %{texmfdist}/bibtex/bst/multibib
8126 %{texmfdist}/bibtex/bst/munich
8127 %{texmfdist}/bibtex/bst/nature
8128 %{texmfdist}/bibtex/bst/nddiss
8129 %{texmfdist}/bibtex/bst/opcit
8130 %{texmfdist}/bibtex/bst/perception
8131 %{texmfdist}/bibtex/bst/revtex
8132 %{texmfdist}/bibtex/bst/rsc
8133 %{texmfdist}/bibtex/bst/savetrees
8134 %{texmfdist}/bibtex/bst/shipunov
8135 %{texmfdist}/bibtex/bst/smflatex
8136 %{texmfdist}/bibtex/bst/sort-by-letters
8137 %{texmfdist}/bibtex/bst/spie
8138 %{texmfdist}/bibtex/bst/stellenbosch
8139 %{texmfdist}/bibtex/bst/swebib
8140 %{texmfdist}/bibtex/bst/texsis
8141 %{texmfdist}/bibtex/bst/thuthesis
8142 %{texmfdist}/bibtex/bst/tugboat
8143 %{texmfdist}/bibtex/bst/urlbst
8144 %{texmfdist}/bibtex/csf/gost
8145 %doc %{texmfdist}/doc/bibtex/abstyles
8146 %doc %{texmfdist}/doc/bibtex/bibhtml
8147 %doc %{texmfdist}/doc/bibtex/dinat
8148 %doc %{texmfdist}/doc/bibtex/economic
8149 %doc %{texmfdist}/doc/bibtex/elsevier-bib
8150 %doc %{texmfdist}/doc/bibtex/gost
8151 %doc %{texmfdist}/doc/bibtex/ijqc
8152 %doc %{texmfdist}/doc/bibtex/iopart-num
8153 %doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
8154 %doc %{texmfdist}/doc/latex/IEEEtran
8155 %{texmfdist}/source/bibtex/gost
8156
8157 %files latex-bibtex-vancouver
8158 %defattr(644,root,root,755)
8159 %dir %{texmfdist}/bibtex/bib/vancouver
8160 %{texmfdist}/bibtex/bib/vancouver/vancouver.bib
8161 %{texmfdist}/bibtex/bst/vancouver/vancouver.bst
8162 %doc %{texmfdist}/doc/bibtex/vancouver/README
8163 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
8164 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
8165
8166 %files latex-booktabs
8167 %defattr(644,root,root,755)
8168 %doc %{texmfdist}/doc/latex/booktabs
8169 %{texmfdist}/tex/latex/booktabs
8170
8171 %files latex-caption
8172 %defattr(644,root,root,755)
8173 %doc %{texmfdist}/doc/latex/caption
8174 %{texmfdist}/tex/latex/caption
8175
8176 %files latex-carlisle
8177 %defattr(644,root,root,755)
8178 %doc %{texmfdist}/doc/latex/carlisle
8179 %{texmfdist}/tex/latex/carlisle
8180
8181 %files latex-ccfonts
8182 %defattr(644,root,root,755)
8183 %doc %{texmfdist}/doc/latex/ccfonts
8184 %{texmfdist}/tex/latex/ccfonts
8185
8186 %files latex-cite
8187 %defattr(644,root,root,755)
8188 %{texmfdist}/tex/latex/cite
8189
8190 %files latex-cmbright
8191 %defattr(644,root,root,755)
8192 %doc %{texmfdist}/doc/latex/cmbright
8193 %{texmfdist}/tex/latex/cmbright
8194
8195 %files latex-comment
8196 %defattr(644,root,root,755)
8197 %doc %{texmfdist}/doc/latex/comment
8198 %{texmfdist}/tex/latex/comment
8199
8200 %files latex-concmath
8201 %defattr(644,root,root,755)
8202 %{texmfdist}/tex/latex/concmath
8203
8204 %files latex-currvita
8205 %defattr(644,root,root,755)
8206 %doc %{texmfdist}/doc/latex/currvita
8207 %{texmfdist}/tex/latex/currvita
8208
8209 %files latex-curves
8210 %defattr(644,root,root,755)
8211 %doc %{texmfdist}/doc/latex/curves
8212 %{texmfdist}/tex/latex/curves
8213
8214 %files latex-custom-bib
8215 %defattr(644,root,root,755)
8216 %doc %{texmfdist}/doc/latex/custom-bib
8217 %{texmfdist}/source/latex/custom-bib
8218 %{texmfdist}/tex/latex/custom-bib
8219
8220 %files latex-cyrillic
8221 %defattr(644,root,root,755)
8222 %doc %{texmfdist}/doc/latex/cyrillic
8223 %{texmfdist}/source/latex/cyrillic
8224 %{texmfdist}/tex/latex/cyrillic
8225
8226 # %files latex-dstroke
8227 # %defattr(644,root,root,755)
8228 # %{texmf}/tex/latex/dstroke
8229
8230 %files latex-enumitem
8231 %defattr(644,root,root,755)
8232 %doc %{texmfdist}/doc/latex/enumitem
8233 %{texmfdist}/tex/latex/enumitem
8234
8235 %files latex-exam
8236 %defattr(644,root,root,755)
8237 %doc %{texmfdist}/doc/latex/exam
8238 %{texmfdist}/tex/latex/exam
8239
8240 %files latex-gbrief
8241 %defattr(644,root,root,755)
8242 %doc %{texmfdist}/doc/latex/g-brief
8243 %{texmfdist}/tex/latex/g-brief
8244
8245 %files latex-jknappen
8246 %defattr(644,root,root,755)
8247 %doc %{texmfdist}/fonts/source/jknappen
8248 %{texmfdist}/fonts/tfm/jknappen
8249
8250 %files latex-lastpage
8251 %defattr(644,root,root,755)
8252 %doc %{texmfdist}/doc/latex/lastpage
8253 %{texmfdist}/tex/latex/lastpage
8254
8255 %files latex-leftidx
8256 %defattr(644,root,root,755)
8257 %doc %{texmfdist}/doc/latex/leftidx
8258 %{texmfdist}/tex/latex/leftidx
8259
8260 %files latex-lm
8261 %defattr(644,root,root,755)
8262 %doc %{texmfdist}/doc/fonts/lm
8263 %{texmfdist}/tex/latex/lm
8264 %{texmfdist}/fonts/afm/public/lm
8265 %{texmfdist}/fonts/enc/dvips/lm
8266 %{texmfdist}/fonts/map/dvips/lm
8267 %{texmfdist}/fonts/map/dvipdfm/lm
8268 %{texmfdist}/fonts/opentype/public/lm
8269 %{texmfdist}/fonts/tfm/public/lm
8270 %{texmfdist}/source/fonts/lm
8271
8272 %files latex-lucidabr
8273 %defattr(644,root,root,755)
8274 %{texmfdist}/vtex/config/lucidabr-k.ali
8275 %{texmfdist}/vtex/config/lucidabr.ali
8276
8277 %files latex-lineno
8278 %defattr(644,root,root,755)
8279 %doc %{texmfdist}/doc/latex/lineno
8280 %{texmfdist}/tex/latex/lineno
8281
8282
8283 %files latex-marvosym
8284 %defattr(644,root,root,755)
8285 %{texmfdist}/tex/latex/marvosym
8286
8287 #%files latex-mathpple
8288 #%defattr(644,root,root,755)
8289
8290 #%files latex-mathtime
8291 #%defattr(644,root,root,755)
8292
8293 %files latex-microtype
8294 %defattr(644,root,root,755)
8295 %doc %{texmfdist}/doc/latex/microtype
8296 %{texmfdist}/source/latex/microtype
8297 %{texmfdist}/tex/latex/microtype
8298
8299 %files latex-mflogo
8300 %defattr(644,root,root,755)
8301 %doc %{texmfdist}/doc/latex/mflogo
8302 %{texmfdist}/tex/latex/mflogo
8303
8304 %files latex-mfnfss
8305 %defattr(644,root,root,755)
8306 %{texmfdist}/source/latex/mfnfss
8307 %{texmfdist}/tex/latex/mfnfss
8308
8309 %files latex-minitoc
8310 %defattr(644,root,root,755)
8311 %doc %{texmfdist}/doc/latex/minitoc
8312 %{texmfdist}/bibtex/bst/minitoc
8313 %{texmfdist}/makeindex/minitoc
8314 %{texmfdist}/scripts/minitoc
8315 %{texmfdist}/source/latex/minitoc
8316 %{texmfdist}/tex/latex/minitoc
8317
8318
8319 %files latex-mltex
8320 %defattr(644,root,root,755)
8321 %doc %{texmfdist}/doc/latex/mltex
8322 %{texmfdist}/tex/latex/mltex
8323
8324 %files latex-moreverb
8325 %defattr(644,root,root,755)
8326 %doc %{texmfdist}/doc/latex/moreverb
8327 %{texmfdist}/tex/latex/moreverb
8328
8329 %files latex-multienum
8330 %defattr(644,root,root,755)
8331 %doc %{texmfdist}/doc/latex/multenum
8332 %dir %{texmfdist}/tex/latex/multenum
8333 %{texmfdist}/tex/latex/multenum/*
8334
8335 %files latex-musictex
8336 %defattr(644,root,root,755)
8337 %doc %{texmfdist}/doc/generic/musictex
8338 %{texmfdist}/fonts/source/public/musictex
8339 %{texmfdist}/fonts/tfm/public/musictex
8340 %{texmfdist}/tex/generic/musictex
8341 %{texmfdist}/tex/latex/musictex
8342
8343 %files latex-ntheorem
8344 %defattr(644,root,root,755)
8345 %{texmfdist}/tex/latex/ntheorem
8346 %doc %{texmfdist}/doc/latex/ntheorem
8347
8348 # %files latex-palatcm
8349 # %defattr(644,root,root,755)
8350 # %{texmf}/tex/latex/palatcm
8351
8352 %files latex-pgf
8353 %defattr(644,root,root,755)
8354 %doc %{texmfdist}/doc/generic/pgf
8355 %{texmfdist}/tex/generic/pgf
8356 %{texmfdist}/tex/generic/pgfplots
8357 %{texmfdist}/tex/latex/pgf
8358 %{texmfdist}/tex/latex/pgfopts
8359 %{texmfdist}/tex/latex/pgfplots
8360
8361 %files latex-prosper
8362 %defattr(644,root,root,755)
8363 %doc %{texmfdist}/doc/latex/prosper
8364 %{texmfdist}/tex/latex/prosper
8365
8366 %files latex-pseudocode
8367 %defattr(644,root,root,755)
8368 %doc %{texmfdist}/doc/latex/pseudocode
8369 %{texmfdist}/tex/latex/pseudocode
8370
8371 %files latex-pst-eucl
8372 %defattr(644,root,root,755)
8373 %{texmfdist}/tex/generic/pst-eucl
8374 %{texmfdist}/tex/latex/pst-eucl
8375 %doc %{texmfdist}/doc/generic/pst-eucl
8376
8377 %files latex-pst-fr3d
8378 %defattr(644,root,root,755)
8379 %doc %{texmfdist}/doc/generic/pst-fr3d
8380 %{texmfdist}/source/generic/pst-fr3d
8381 %{texmfdist}/tex/generic/pst-fr3d
8382 %{texmfdist}/tex/latex/pst-fr3d
8383
8384 %files latex-pst-fractal
8385 %defattr(644,root,root,755)
8386 %doc %{texmfdist}/doc/generic/pst-fractal
8387 %{texmfdist}/dvips/pst-fractal
8388 %{texmfdist}/tex/generic/pst-fractal
8389 %{texmfdist}/tex/latex/pst-fractal
8390
8391 %files latex-psnfss
8392 %defattr(644,root,root,755)
8393 %doc %{texmfdist}/doc/latex/psnfss
8394 %{texmfdist}/fonts/map/dvips/psnfss
8395 %{texmfdist}/source/latex/psnfss
8396 %{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
8397 %{texmfdist}/tex/latex/psnfss
8398
8399 %files latex-pxfonts
8400 %defattr(644,root,root,755)
8401 %doc %{texmfdist}/doc/fonts/pxfonts
8402 %{texmfdist}/tex/latex/pxfonts
8403 %{texmfdist}/fonts/type1/public/pxfonts
8404 %{texmfdist}/fonts/afm/public/pxfonts
8405 %{texmfdist}/fonts/tfm/public/pxfonts
8406 %{texmfdist}/fonts/vf/public/pxfonts
8407 %{texmfdist}/fonts/map/dvips/pxfonts
8408
8409 #%files latex-qfonts
8410 #%defattr(644,root,root,755)
8411
8412 %files latex-SIstyle
8413 %defattr(644,root,root,755)
8414 %{texmfdist}/doc/latex/SIstyle
8415 %{texmfdist}/source/latex/SIstyle
8416
8417 %files latex-SIunits
8418 %defattr(644,root,root,755)
8419 %{texmfdist}/doc/latex/SIunits
8420 %{texmfdist}/tex/latex/SIunits
8421 %{texmfdist}/source/latex/SIunits
8422
8423 %files latex-Tabbing
8424 %defattr(644,root,root,755)
8425 %{texmfdist}/source/latex/Tabbing
8426 %{texmfdist}/doc/latex/Tabbing
8427
8428 %files latex-txfonts
8429 %defattr(644,root,root,755)
8430 %doc %{texmfdist}/doc/fonts/txfonts
8431 %{texmfdist}/fonts/type1/public/txfonts
8432 %{texmfdist}/fonts/afm/public/txfonts
8433 %{texmfdist}/fonts/enc/dvips/txfonts
8434 %{texmfdist}/fonts/tfm/public/txfonts
8435 %{texmfdist}/fonts/vf/public/txfonts
8436 %{texmfdist}/fonts/map/dvips/txfonts
8437 %{texmfdist}/tex/latex/txfonts
8438
8439 %files latex-ucs
8440 %defattr(644,root,root,755)
8441 %doc %{texmfdist}/doc/latex/ucs
8442 %{texmfdist}/tex/latex/ucs
8443
8444 %files latex-umlaute
8445 %defattr(644,root,root,755)
8446 %{texmfdist}/tex/latex/umlaute
8447
8448 # %files latex-urwvn
8449 # %defattr(644,root,root,755)
8450
8451 %files latex-wasysym
8452 %defattr(644,root,root,755)
8453 %doc %{texmfdist}/doc/latex/wasysym
8454 %{texmfdist}/tex/latex/wasysym
8455 %{texmfdist}/source/latex/wasysym
8456
8457 %files latex-xcolor
8458 %defattr(644,root,root,755)
8459 %doc %{texmfdist}/doc/latex/xcolor
8460 %{texmfdist}/dvips/xcolor/xcolor.pro
8461 %{texmfdist}/source/latex/xcolor
8462
8463 # %files format-latex
8464 # %defattr(644,root,root,755)
8465 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
8466
8467 %files format-pdflatex
8468 %defattr(644,root,root,755)
8469 #%{texmf}/pdftex/latex/config
8470 # %dir %{texmf}/pdftex/latex
8471 %attr(755,root,root) %{_bindir}/pdflatex
8472 %{_mandir}/man1/pdflatex.1*
8473 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
8474
8475 # %files platex
8476 # %defattr(644,root,root,755)
8477 # %doc %{texmf}/doc/latex/platex
8478 # %dir %{texmf}/tex/platex
8479 # %{texmf}/tex/platex/config
8480 # %{texmf}/tex/latex/platex
8481
8482 # %files format-platex
8483 # %defattr(644,root,root,755)
8484 # %attr(755,root,root) %{_bindir}/platex
8485 #%attr(755,root,root) %{_bindir}/platex-pl
8486 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
8487 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
8488
8489 # %files format-pdfplatex
8490 # %defattr(644,root,root,755)
8491 #%dir %{texmf}/pdftex/platex
8492 #%{texmf}/pdftex/platex/config
8493 # %attr(755,root,root) %{_bindir}/pdfplatex
8494 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
8495
8496 %files tex-babel
8497 %defattr(644,root,root,755)
8498 %dir %{texmfdist}/source/generic/babel
8499 %doc %{texmfdist}/doc/generic/babel
8500 %{texmfdist}/tex/generic/babel
8501
8502 %files tex-german
8503 %defattr(644,root,root,755)
8504 %doc %{texmfdist}/doc/generic/german
8505 %{texmfdist}/tex/generic/german
8506
8507 %files tex-mfpic
8508 %defattr(644,root,root,755)
8509 %doc %{texmfdist}/doc/generic/mfpic
8510 %{texmfdist}/tex/generic/mfpic
8511
8512 %files tex-misc
8513 %defattr(644,root,root,755)
8514 %doc %{texmfdist}/doc/latex/localloc
8515 %doc %{texmfdist}/doc/generic/multido
8516 %doc %{texmfdist}/doc/generic/tap
8517
8518 %{texmfdist}/tex/generic/eijkhout
8519 %{texmfdist}/tex/generic/multido
8520 %{texmfdist}/tex/generic/misc
8521
8522 %files tex-pictex
8523 %defattr(644,root,root,755)
8524 %doc %{texmfdist}/doc/generic/pictex
8525 %{texmfdist}/tex/generic/pictex
8526
8527 %files tex-pstricks
8528 %defattr(644,root,root,755)
8529 %doc %{texmfdist}/doc/generic/pstricks
8530 %{texmfdist}/dvips/pstricks
8531 %{texmfdist}/tex/generic/pstricks
8532
8533 # %files tex-qpx
8534 # %defattr(644,root,root,755)
8535 # %doc %{texmf}/doc/fonts/polish/qpx
8536 # %{texmf}/tex/generic/qpx
8537
8538 %files tex-qpxqtx
8539 %defattr(644,root,root,755)
8540 %doc %{texmfdist}/doc/fonts/qpxqtx
8541 %{texmfdist}/fonts/tfm/public/qpxqtx
8542 %{texmfdist}/fonts/vf/public/qpxqtx
8543 %{texmfdist}/tex/generic/qpxqtx
8544
8545 %files tex-ruhyphen
8546 %defattr(644,root,root,755)
8547 %{texmfdist}/tex/generic/ruhyphen
8548 %{texmfdist}/source/generic/ruhyphen
8549
8550 %files tex-spanish
8551 %defattr(644,root,root,755)
8552 %doc %{texmfdist}/doc/latex/spanish-mx
8553 %dir %{texmfdist}/source/latex/mapcodes
8554 %dir %{texmfdist}/source/latex/polyglot/langs
8555 %dir %{texmfdist}/tex/latex/apacite
8556 %dir %{texmfdist}/tex/latex/babelbib
8557 %dir %{texmfdist}/tex/latex/dvdcoll/dcl
8558 %dir %{texmfdist}/tex/texsis/base
8559 %{texmfdist}/source/generic/babel/spanish.ins
8560 %{texmfdist}/source/generic/babel/spanish.dtx
8561 %{texmfdist}/source/latex/polyglot/langs/spanish.ld
8562 %{texmfdist}/source/latex/polyglot/langs/spanish.ot1
8563 %{texmfdist}/source/latex/mapcodes/spanish.map
8564 %{texmfdist}/source/latex/mapcodes/spanish.dtx
8565 %{texmfdist}/tex/texsis/base/Spanish.txs
8566 %{texmfdist}/tex/generic/babel/spanish.sty
8567 %{texmfdist}/tex/generic/babel/spanish.ldf
8568 %{texmfdist}/tex/latex/spanish-mx
8569 %{texmfdist}/tex/latex/custom-bib/spanish.mbs
8570 %{texmfdist}/tex/latex/babelbib/spanish.bdf
8571 %{texmfdist}/tex/latex/apacite/spanish.apc
8572 %{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
8573
8574 %files tex-texdraw
8575 %defattr(644,root,root,755)
8576 %doc %{texmfdist}/doc/texdraw
8577 %{texmfdist}/tex/generic/texdraw
8578
8579 %files tex-thumbpdf
8580 %defattr(644,root,root,755)
8581 %doc %{texmfdist}/doc/generic/thumbpdf
8582 %attr(755,root,root) %{_bindir}/thumbpdf
8583 %{texmfdist}/tex/generic/thumbpdf
8584 %{texmfdist}/scripts/thumbpdf
8585 %{_mandir}/man1/thumbpdf.1*
8586
8587 %files tex-ukrhyph
8588 %defattr(644,root,root,755)
8589 %doc %{texmfdist}/doc/generic/ukrhyph
8590 %{texmfdist}/tex/generic/ukrhyph
8591
8592 %files latex-vietnam
8593 %defattr(644,root,root,755)
8594 %doc %{texmfdist}/doc/generic/vntex
8595 %{texmfdist}/tex/latex/vntex
8596
8597 %files tex-xypic
8598 %defattr(644,root,root,755)
8599 %doc %{texmfdist}/doc/generic/xypic
8600 %{texmfdist}/tex/generic/xypic
8601
8602 %files tex-xkeyval
8603 %defattr(644,root,root,755)
8604 %doc %{texmfdist}/doc/latex/xkeyval
8605 %{texmfdist}/source/latex/xkeyval
8606 %{texmfdist}/tex/generic/xkeyval
8607 %{texmfdist}/tex/latex/xkeyval
8608
8609 %files fonts-adobe
8610 %defattr(644,root,root,755)
8611 %{texmfdist}/fonts/type1/adobe
8612 %{texmfdist}/fonts/afm/adobe
8613 %{texmfdist}/fonts/tfm/adobe
8614 %{texmfdist}/fonts/vf/adobe
8615
8616 %files fonts-ae
8617 %defattr(644,root,root,755)
8618 %doc %{texmfdist}/doc/fonts/ae
8619 %{texmfdist}/fonts/tfm/public/ae
8620 %{texmfdist}/fonts/vf/public/ae
8621 %{texmfdist}/source/fonts/ae
8622
8623 %files fonts-ams
8624 %defattr(644,root,root,755)
8625 %{texmfdist}/bibtex/bst/ams
8626 %{texmfdist}/bibtex/bib/ams
8627 %{texmfdist}/dvips/ams
8628 %{texmfdist}/fonts/source/public/ams
8629 %{texmfdist}/fonts/type1/bluesky/ams
8630 %{texmfdist}/fonts/afm/bluesky/ams
8631 %{texmfdist}/fonts/tfm/public/ams
8632 %{texmfdist}/fonts/map/dvips/ams
8633
8634 %files fonts-antp
8635 %defattr(644,root,root,755)
8636 %doc %{texmfdist}/doc/fonts/antp
8637 %{texmfdist}/fonts/enc/dvips/antp
8638 %{texmfdist}/fonts/map/dvips/antp
8639 %{texmfdist}/fonts/afm/public/antp
8640 %{texmfdist}/fonts/tfm/public/antp
8641 %{texmfdist}/dvips/antp
8642
8643 %files fonts-antt
8644 %defattr(644,root,root,755)
8645 %doc %{texmfdist}/doc/fonts/antt
8646 %{texmfdist}/fonts/afm/public/antt
8647 %{texmfdist}/fonts/opentype/public/antt
8648 %{texmfdist}/fonts/enc/dvips/antt
8649 %{texmfdist}/fonts/tfm/public/antt
8650 %{texmfdist}/fonts/map/dvips/antt
8651 %{texmfdist}/tex/plain/antt
8652 %{texmfdist}/tex/latex/antt
8653
8654 %files fonts-arphic
8655 %defattr(644,root,root,755)
8656 %doc %{texmfdist}/doc/fonts/arphic
8657 %{texmfdist}/fonts/afm/arphic
8658 %{texmfdist}/fonts/tfm/arphic
8659 %{texmfdist}/fonts/vf/arphic
8660
8661 %files fonts-bbm
8662 %defattr(644,root,root,755)
8663 %doc %{texmfdist}/doc/fonts/bbm
8664 %{texmfdist}/fonts/source/public/bbm
8665 %{texmfdist}/fonts/tfm/public/bbm
8666 %{texmfdist}/source/latex/bbm
8667 %{texmfdist}/tex/latex/bbm
8668
8669 %files fonts-bbold
8670 %defattr(644,root,root,755)
8671 %{texmfdist}/fonts/source/public/bbold
8672 %{texmfdist}/fonts/tfm/public/bbold
8673
8674 # %files fonts-bh
8675 # %defattr(644,root,root,755)
8676 # %doc %{texmf}/doc/fonts/bh
8677 # %{texmf}/fonts/tfm/bh
8678 # %{texmf}/fonts/vf/bh
8679
8680 %files fonts-bitstream
8681 %defattr(644,root,root,755)
8682 %{texmfdist}/fonts/afm/bitstrea
8683 %{texmfdist}/fonts/tfm/bitstrea
8684 %{texmfdist}/fonts/vf/bitstrea
8685
8686 #%files fonts-cbgreek
8687 #%defattr(644,root,root,755)
8688
8689 %files fonts-cc-pl
8690 %defattr(644,root,root,755)
8691 %{texmfdist}/fonts/source/public/cc-pl
8692 %{texmfdist}/fonts/enc/dvips/cc-pl
8693 %{texmfdist}/fonts/tfm/public/cc-pl
8694 %{texmfdist}/fonts/map/dvips/cc-pl
8695
8696 %files fonts-cg
8697 %defattr(644,root,root,755)
8698 %{texmfdist}/fonts/tfm/cg
8699 %{texmfdist}/fonts/vf/cg
8700
8701 %files fonts-cm
8702 %defattr(644,root,root,755)
8703 %doc %{texmfdist}/doc/fonts/cm
8704 %dir %{texmfdist}/doc/fonts
8705 %dir %{texmfdist}/dvips
8706 %dir %{texmfdist}/fonts/afm/bluesky
8707 %dir %{texmfdist}/fonts/map/dvips
8708 %dir %{texmfdist}/fonts/pk/ljfour/public
8709 %{texmfdist}/dvips/cm
8710 %{texmfdist}/fonts/source/public/cm
8711 %{texmfdist}/fonts/afm/bluesky/cm
8712 %{texmfdist}/fonts/tfm/public/cm
8713 %{texmfdist}/fonts/pk/ljfour/public/cm
8714 %{texmfdist}/fonts/map/dvips/cm
8715
8716 %files fonts-cmbright
8717 %defattr(644,root,root,755)
8718 %doc %{texmfdist}/doc/latex/cmbright
8719 %{texmfdist}/fonts/source/public/cmbright
8720 %{texmfdist}/fonts/tfm/public/cmbright
8721 %{texmfdist}/source/latex/cmbright
8722 %{texmfdist}/tex/latex/cmbright
8723
8724 %files fonts-cmcyr
8725 %defattr(644,root,root,755)
8726 %doc %{texmfdist}/doc/fonts/cmcyr
8727 %{texmfdist}/fonts/source/public/cmcyr
8728 %{texmfdist}/fonts/type1/public/cmcyr
8729 %{texmfdist}/fonts/tfm/public/cmcyr
8730 %{texmfdist}/fonts/vf/public/cmcyr
8731 %{texmfdist}/fonts/map/dvips/cmcyr
8732
8733 %files fonts-cmextra
8734 %defattr(644,root,root,755)
8735 %{texmfdist}/fonts/source/public/cmextra
8736 %{texmfdist}/fonts/tfm/public/cmextra
8737
8738 %files fonts-concmath
8739 %defattr(644,root,root,755)
8740 %doc %{texmfdist}/doc/fonts/concmath
8741 %doc %{texmfdist}/doc/latex/concmath
8742 %{texmfdist}/fonts/source/public/concmath
8743 %{texmfdist}/fonts/tfm/public/concmath
8744 %{texmfdist}/source/latex/concmath
8745 %{texmfdist}/tex/latex/concmath
8746
8747 %files fonts-concrete
8748 %defattr(644,root,root,755)
8749 %doc %{texmfdist}/doc/fonts/concrete
8750 %{texmfdist}/fonts/source/public/concrete
8751 %{texmfdist}/fonts/tfm/public/concrete
8752
8753 %files fonts-cs
8754 %defattr(644,root,root,755)
8755 %{texmfdist}/dvips/cs
8756 %{texmfdist}/fonts/source/public/cs
8757 %{texmfdist}/fonts/enc/dvips/cs
8758 %{texmfdist}/fonts/tfm/public/cs
8759 %{texmfdist}/fonts/map/dvips/cs
8760
8761 #%files fonts-dstroke
8762 #%defattr(644,root,root,755)
8763
8764 %files fonts-ecc
8765 %defattr(644,root,root,755)
8766 %doc %{texmfdist}/doc/fonts/ecc
8767 %{texmfdist}/fonts/source/public/ecc
8768 %{texmfdist}/fonts/tfm/public/ecc
8769
8770 %files fonts-eurosym
8771 %defattr(644,root,root,755)
8772 %doc %{texmfdist}/doc/fonts/eurosym
8773 %{texmfdist}/fonts/source/public/eurosym
8774 %{texmfdist}/fonts/tfm/public/eurosym
8775 %{texmfdist}/fonts/map/dvips/eurosym
8776 %{texmfdist}/source/fonts/eurosym
8777 %{texmfdist}/tex/latex/eurosym
8778
8779 %files fonts-eulervm
8780 %defattr(644,root,root,755)
8781 %doc %{texmfdist}/doc/latex/eulervm
8782 %{texmfdist}/fonts/tfm/public/eulervm
8783 %{texmfdist}/fonts/vf/public/eulervm
8784 %{texmfdist}/source/latex/eulervm
8785 %{texmfdist}/tex/latex/eulervm
8786
8787 %files fonts-euxm
8788 %defattr(644,root,root,755)
8789 %{texmfdist}/fonts/source/public/euxm
8790 %{texmfdist}/fonts/tfm/public/euxm
8791
8792 %files fonts-gothic
8793 %defattr(644,root,root,755)
8794 %{texmfdist}/doc/fonts/gothic
8795 %{texmfdist}/dvips/gothic
8796 %{texmfdist}/fonts/source/public/gothic
8797 %{texmfdist}/fonts/type1/public/gothic
8798 %{texmfdist}/fonts/afm/public/gothic
8799 %{texmfdist}/fonts/tfm/public/gothic
8800 %{texmfdist}/fonts/vf/public/gothic
8801 %{texmfdist}/fonts/map/dvips/gothic
8802
8803 %files fonts-hoekwater
8804 %defattr(644,root,root,755)
8805 %{texmfdist}/fonts/afm/hoekwater
8806 %{texmfdist}/fonts/tfm/hoekwater
8807 %{texmfdist}/fonts/truetype/hoekwater
8808
8809 %files fonts-jknappen
8810 %defattr(644,root,root,755)
8811 %{texmfdist}/fonts/source/jknappen
8812 %{texmfdist}/fonts/tfm/jknappen
8813
8814 %files fonts-latex
8815 %defattr(644,root,root,755)
8816 %doc %{texmfdist}/doc/latex/esint
8817 %dir %{texmfdist}/fonts/source/public/latex-fonts
8818 %dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
8819 %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
8820 %dir %{texmfdist}/fonts/tfm/public/latex-fonts
8821 %dir %{texmfdist}/fonts/map/dvips/latex-fonts
8822 %{texmfdist}/fonts/source/public/esint
8823 %{texmfdist}/fonts/tfm/public/esint
8824 %{texmfdist}/source/latex/esint
8825 %{texmfdist}/tex/latex/esint
8826 %{texmfdist}/fonts/source/public/latex-fonts/*
8827 %{texmfdist}/fonts/type1/bluesky/latex-fonts/*
8828 %{texmfdist}/fonts/afm/bluesky/latex-fonts/*
8829 %{texmfdist}/fonts/tfm/public/latex-fonts/*
8830 %{texmfdist}/fonts/map/dvips/latex-fonts/*
8831
8832 %files fonts-lh
8833 %defattr(644,root,root,755)
8834 %doc %{texmfdist}/doc/fonts/lh
8835 %{texmfdist}/fonts/source/lh
8836 %{texmfdist}/metapost/support/charlib/LH
8837 %{texmfdist}/source/fonts/lh
8838 %{texmfdist}/source/latex/lh
8839
8840 %files fonts-lm
8841 %defattr(644,root,root,755)
8842 %doc %{texmfdist}/doc/fonts/lm
8843 %{texmfdist}/fonts/type1/public/lm
8844 %{texmfdist}/fonts/afm/public/lm
8845 %{texmfdist}/fonts/opentype/public/lm
8846 %{texmfdist}/fonts/enc/dvips/lm
8847 %{texmfdist}/fonts/tfm/public/lm
8848 %{texmfdist}/fonts/map/dvips/lm
8849 %{texmfdist}/fonts/map/dvipdfm/lm
8850 %{texmfdist}/source/fonts/lm
8851 %{texmfdist}/tex/latex/lm
8852
8853 %files fonts-marvosym
8854 %defattr(644,root,root,755)
8855 %doc %{texmfdist}/doc/latex/marvosym
8856 %dir %{texmfdist}/source/fonts/eurofont
8857 %dir %{texmfdist}/source/fonts/eurofont/marvosym
8858 %dir %{texmfdist}/tex/latex
8859 %{texmfdist}/fonts/type1/public/marvosym
8860 %{texmfdist}/fonts/afm/public/marvosym
8861 %{texmfdist}/fonts/tfm/public/marvosym
8862 %{texmfdist}/fonts/map/dvips/marvosym
8863 %{texmfdist}/source/fonts/eurofont/marvosym/*
8864 %{texmfdist}/tex/latex/marvosym
8865
8866 %files fonts-mflogo
8867 %defattr(644,root,root,755)
8868 %doc %{texmfdist}/doc/latex/mflogo
8869 %{texmfdist}/fonts/source/public/mflogo
8870 %{texmfdist}/fonts/type1/hoekwater/mflogo
8871 %{texmfdist}/fonts/afm/hoekwater/mflogo
8872 %{texmfdist}/fonts/tfm/public/mflogo
8873 %{texmfdist}/fonts/map/dvips/mflogo
8874 %{texmfdist}/source/latex/mflogo
8875 %{texmfdist}/tex/latex/mflogo
8876
8877 %files fonts-misc
8878 %defattr(644,root,root,755)
8879 %doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
8880 %{texmfdist}/fonts/source/public/misc
8881 %{texmfdist}/fonts/tfm/public/misc
8882 %{texmfdist}/fonts/misc
8883
8884 %files fonts-monotype
8885 %defattr(644,root,root,755)
8886 %{texmfdist}/fonts/tfm/monotype
8887 %{texmfdist}/fonts/vf/monotype
8888
8889 %files fonts-omega
8890 %defattr(644,root,root,755)
8891 %doc %{texmfdist}/doc/omega
8892 %dir %{texmfdist}/omega
8893 %dir %{texmfdist}/omega/otp
8894 %dir %{texmfdist}/omega/ocp
8895 %{texmfdist}/dvips/omega
8896 %{texmfdist}/fonts/ofm/public/omega
8897 %{texmfdist}/fonts/type1/public/omega
8898 %{texmfdist}/fonts/afm/public/omega
8899 %{texmfdist}/fonts/ovp/public/omega
8900 %{texmfdist}/fonts/tfm/public/omega
8901 %{texmfdist}/fonts/ovf/public/omega
8902 %{texmfdist}/fonts/map/dvips/omega
8903 %{texmfdist}/omega/ocp/omega
8904 %{texmfdist}/omega/otp/omega
8905 %{texmfdist}/tex/plain/omega
8906
8907 #%files fonts-pazo
8908 #%defattr(644,root,root,755)
8909
8910 %files fonts-pl
8911 %defattr(644,root,root,755)
8912 %doc %{texmfdist}/doc/fonts/pl
8913 %{texmfdist}/dvips/pl
8914 %{texmfdist}/fonts/source/public/pl
8915 %{texmfdist}/fonts/type1/public/pl
8916 %{texmfdist}/fonts/afm/public/pl
8917 %{texmfdist}/fonts/enc/dvips/pl
8918 %{texmfdist}/fonts/tfm/public/pl
8919 %{texmfdist}/fonts/map/dvips/pl
8920 %{texmf}/scripts/texlive/tlmgrgui/lang/pl
8921
8922 %files fonts-px
8923 %defattr(644,root,root,755)
8924 %doc %{texmfdist}/doc/fonts/pxfonts
8925 # %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
8926 # %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
8927 %dir %{texmfdist}/fonts/map/dvips/pxfonts
8928 %dir %{texmfdist}/tex/latex/pxfonts
8929 %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
8930 %{texmfdist}/fonts/afm/public/pxfonts
8931 %{texmfdist}/fonts/tfm/public/pxfonts
8932 %{texmfdist}/fonts/type1/public/pxfonts
8933 %{texmfdist}/fonts/vf/public/pxfonts
8934 %{texmfdist}/tex/latex/pxfonts/pxfonts.sty
8935
8936 #%files fonts-qfonts
8937 #%defattr(644,root,root,755)
8938 # %doc %{texmf}/doc/fonts/polish/qfonts
8939 # %{texmf}/fonts/enc/dvips/qfonts
8940 # %{texmf}/fonts/map/dvips/qfonts
8941 # %{texmf}/dvips/qfonts
8942 # %{texmf}/fonts/afm/public/qfonts
8943 # %{texmf}/fonts/tfm/public/qfonts
8944
8945 # %files fonts-qpx
8946 # %defattr(644,root,root,755)
8947 # %{texmf}/fonts/tfm/public/qpx
8948 # %{texmf}/fonts/vf/public/qpx
8949
8950 %files fonts-qpxqtx
8951 %defattr(644,root,root,755)
8952 %{texmfdist}/fonts/tfm/public/qpxqtx
8953 %{texmfdist}/fonts/vf/public/qpxqtx
8954
8955 %files fonts-rsfs
8956 %defattr(644,root,root,755)
8957 %{texmfdist}/fonts/source/public/rsfs
8958 %{texmfdist}/fonts/tfm/public/rsfs
8959
8960 %files fonts-stmaryrd
8961 %defattr(644,root,root,755)
8962 %doc %{texmfdist}/doc/fonts/stmaryrd
8963 %{texmfdist}/source/fonts/stmaryrd
8964 %{texmfdist}/fonts/tfm/public/stmaryrd
8965
8966 %files fonts-tx
8967 %defattr(644,root,root,755)
8968 %{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
8969 %{texmfdist}/fonts/afm/public/txfonts
8970 %{texmfdist}/fonts/tfm/public/txfonts
8971 %{texmfdist}/fonts/vf/public/txfonts
8972
8973 %files fonts-uhc
8974 %defattr(644,root,root,755)
8975 %doc %{texmfdist}/doc/fonts/uhc
8976 %{texmfdist}/fonts/afm/uhc
8977 %{texmfdist}/fonts/tfm/uhc
8978 %{texmfdist}/fonts/vf/uhc
8979
8980 %files fonts-urw
8981 %defattr(644,root,root,755)
8982 %{texmfdist}/fonts/afm/urw
8983 %{texmfdist}/fonts/tfm/urw
8984 %{texmfdist}/fonts/vf/urw
8985
8986 %files fonts-urwvn
8987 %defattr(644,root,root,755)
8988 %{texmfdist}/fonts/afm/vntex/urwvn
8989 %{texmfdist}/fonts/tfm/vntex/urwvn
8990 %{texmfdist}/fonts/type1/vntex/urwvn
8991 %{texmfdist}/fonts/vf/vntex/urwvn
8992
8993 %files fonts-vnr
8994 %defattr(644,root,root,755)
8995 %{texmfdist}/fonts/map/dvips/vntex
8996 %{texmfdist}/fonts/source/vntex/vnr
8997 %{texmfdist}/fonts/tfm/vntex/vnr
8998
8999 %files fonts-wadalab
9000 %defattr(644,root,root,755)
9001 %doc %{texmfdist}/doc/fonts/wadalab
9002 %{texmfdist}/fonts/afm/wadalab
9003 %{texmfdist}/fonts/tfm/wadalab
9004 %{texmfdist}/fonts/vf/wadalab
9005
9006 %files fonts-wasy
9007 %defattr(644,root,root,755)
9008 %{texmfdist}/fonts/source/public/wasy
9009 %{texmfdist}/fonts/tfm/public/wasy
9010
9011 %files fonts-xypic
9012 %defattr(644,root,root,755)
9013 %{texmfdist}/fonts/map/dvips/xypic
9014 # %{texmfdist}/fonts/afm/public/xypic
9015 %{texmfdist}/fonts/source/public/xypic
9016 %{texmfdist}/fonts/tfm/public/xypic
9017
9018 %files fonts-yandy
9019 %defattr(644,root,root,755)
9020 # %{texmf}/fonts/afm/yandy
9021 %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
9022 # %{texmf}/fonts/tfm/yandy
9023 # %{texmf}/fonts/vf/yandy
9024
9025 %files fonts-type1-antp
9026 %defattr(644,root,root,755)
9027 %{texmfdist}/dvips/antp
9028 %{texmfdist}/fonts/type1/public/antp
9029
9030 %files fonts-type1-antt
9031 %defattr(644,root,root,755)
9032 # %{texmf}/dvips/antt
9033 %{texmfdist}/fonts/type1/public/antt
9034
9035 %files fonts-type1-arphic
9036 %defattr(644,root,root,755)
9037 %{texmfdist}/fonts/type1/arphic
9038
9039 %files fonts-type1-belleek
9040 %defattr(644,root,root,755)
9041 %doc %{texmfdist}/doc/fonts/belleek
9042 %{texmfdist}/fonts/type1/public/belleek
9043
9044 %files fonts-type1-bitstream
9045 %defattr(644,root,root,755)
9046 %{texmfdist}/fonts/type1/bitstrea
9047
9048 %files fonts-type1-bluesky
9049 %defattr(644,root,root,755)
9050 # %doc %{texmf}/doc/fonts/bluesky
9051 # %{texmf}/dvips/bluesky
9052 %{texmfdist}/fonts/type1/bluesky
9053
9054 %files fonts-type1-cc-pl
9055 %defattr(644,root,root,755)
9056 %doc %{texmfdist}/doc/fonts/cc-pl
9057 %{texmfdist}/fonts/type1/public/cc-pl
9058
9059 %files fonts-type1-cmcyr
9060 %defattr(644,root,root,755)
9061 %{texmfdist}/fonts/type1/public/cmcyr
9062
9063 %files fonts-type1-cs
9064 %defattr(644,root,root,755)
9065 %{texmfdist}/fonts/type1/public/cs
9066
9067 # %files fonts-type1-dstroke
9068 # %defattr(644,root,root,755)
9069 # %{texmf}/fonts/type1/public/dstroke
9070
9071 %files fonts-type1-eurosym
9072 %defattr(644,root,root,755)
9073 %{texmfdist}/fonts/type1/public/eurosym
9074
9075 %files fonts-type1-hoekwater
9076 %defattr(644,root,root,755)
9077 %{texmfdist}/fonts/type1/hoekwater
9078
9079 %files fonts-type1-fpl
9080 %defattr(644,root,root,755)
9081 %doc %{texmfdist}/doc/fonts/fpl
9082 %{texmfdist}/fonts/afm/public/fpl
9083 %{texmfdist}/fonts/type1/public/fpl
9084
9085 %files fonts-type1-lm
9086 %defattr(644,root,root,755)
9087 %{texmfdist}/fonts/afm/public/lm
9088 %{texmfdist}/fonts/type1/public/lm
9089
9090 %files fonts-type1-marvosym
9091 %defattr(644,root,root,755)
9092 %{texmfdist}/fonts/type1/public/marvosym
9093
9094 %files fonts-type1-mathpazo
9095 %defattr(644,root,root,755)
9096 # %doc %{texmf}/doc/fonts/mathpazo
9097 %{texmfdist}/fonts/afm/public/mathpazo
9098 %{texmfdist}/fonts/type1/public/mathpazo
9099
9100 %files fonts-type1-omega
9101 %defattr(644,root,root,755)
9102 %{texmfdist}/fonts/type1/public/omega
9103
9104 %files fonts-type1-pl
9105 %defattr(644,root,root,755)
9106 # %doc %{texmf}/doc/fonts/polish/plpsfont
9107 %{texmfdist}/fonts/type1/public/pl
9108
9109 %files fonts-type1-px
9110 %defattr(644,root,root,755)
9111 %{texmfdist}/fonts/type1/public/pxfonts
9112
9113 # %files fonts-type1-qfonts
9114 # %defattr(644,root,root,755)
9115 # %{texmfdist}/fonts/type1/public/qfonts
9116
9117 %files fonts-type1-tx
9118 %defattr(644,root,root,755)
9119 %{texmfdist}/fonts/type1/public/txfonts
9120
9121 # %files fonts-type1-tt2001
9122 # %defattr(644,root,root,755)
9123 # %{texmf}/fonts/type1/public/tt2001
9124
9125 %files fonts-type1-uhc
9126 %defattr(644,root,root,755)
9127 %{texmfdist}/fonts/type1/uhc
9128
9129 %files fonts-type1-urw
9130 %defattr(644,root,root,755)
9131 %{texmfdist}/fonts/type1/urw
9132
9133 %files fonts-type1-vnr
9134 %defattr(644,root,root,755)
9135 %{texmfdist}/fonts/type1/vntex/vnr
9136
9137 %files fonts-type1-wadalab
9138 %defattr(644,root,root,755)
9139 %{texmfdist}/fonts/type1/wadalab
9140
9141 %files fonts-type1-xypic
9142 %defattr(644,root,root,755)
9143 %{texmfdist}/fonts/type1/public/xypic
9144
9145 # TeXLive-specific
9146
9147 %files afm2pl
9148 %defattr(644,root,root,755)
9149 %attr(755,root,root) %{_bindir}/afm2pl
9150 %{_mandir}/man1/afm2pl*
9151
9152 %files bbox
9153 %defattr(644,root,root,755)
9154 %attr(755,root,root) %{_bindir}/bbox
9155 %{_mandir}/man1/bbox*
9156
9157 %files cefutils
9158 %defattr(644,root,root,755)
9159 %attr(755,root,root) %{_bindir}/cef*
9160 %dir %{texmfdist}/tex/latex/cjk
9161 %dir %{texmfdist}/doc/latex/cjk
9162 %dir %{texmfdist}/source/latex/cjk
9163 %dir %{texmfdist}/source/latex/cjk/utils
9164 %{texmfdist}/tex/latex/cjk/CEF
9165 %doc %{texmfdist}/doc/latex/cjk/doc
9166 %doc %{texmfdist}/doc/latex/cjk/examples
9167 %{texmfdist}/source/latex/cjk/utils/CEFconv
9168
9169 %files detex
9170 %defattr(644,root,root,755)
9171 %attr(755,root,root) %{_bindir}/detex
9172 %{_mandir}/man1/detex*
9173
9174
9175 %files dviutils
9176 %defattr(644,root,root,755)
9177 %attr(755,root,root) %{_bindir}/dt2dv
9178 %attr(755,root,root) %{_bindir}/dv2dt
9179 %attr(755,root,root) %{_bindir}/dvi2tty
9180 %attr(755,root,root) %{_bindir}/dviasm
9181 %attr(755,root,root) %{_bindir}/dvibook
9182 %attr(755,root,root) %{_bindir}/dviconcat
9183 %attr(755,root,root) %{_bindir}/dvidvi
9184 %attr(755,root,root) %{_bindir}/dvigif
9185 %attr(755,root,root) %{_bindir}/dvipdfmx
9186 %attr(755,root,root) %{_bindir}/dvipos
9187 %attr(755,root,root) %{_bindir}/dviselect
9188 %attr(755,root,root) %{_bindir}/dvitodvi
9189 %{_mandir}/man1/dt2dv*
9190 %{_mandir}/man1/dv2dt*
9191 %{_mandir}/man1/dvi2tty*
9192 %{_mandir}/man1/dvibook*
9193 %{_mandir}/man1/dviconcat*
9194 %{_mandir}/man1/dvidvi*
9195 %{_mandir}/man1/dvigif*
9196 %{_mandir}/man1/dvipos*
9197 %{_mandir}/man1/dviselect*
9198 %{_mandir}/man1/dvitodvi*
9199
9200 %files epsutils
9201 %defattr(644,root,root,755)
9202 %attr(755,root,root) %{_bindir}/epsffit
9203 %attr(755,root,root) %{_bindir}/epspdf
9204 %attr(755,root,root) %{_bindir}/epspdftk
9205 %{texmfdist}/scripts/epspdf
9206 %{_mandir}/man1/epsffit*
9207 %doc %{texmfdist}/doc/epspdf
9208
9209 %files filters
9210 %defattr(644,root,root,755)
9211 %attr(755,root,root) %{_bindir}/fix*
9212 %{_mandir}/man1/fix*
9213
9214 %files uncategorized-utils
9215 %defattr(644,root,root,755)
9216 %attr(755,root,root) %{_bindir}/devnag
9217 %attr(755,root,root) %{_bindir}/disdvi
9218
9219 %files tex4ht
9220 %defattr(644,root,root,755)
9221 %attr(755,root,root) %{_bindir}/ht
9222 %attr(755,root,root) %{_bindir}/htcontext
9223 %attr(755,root,root) %{_bindir}/htlatex
9224 %attr(755,root,root) %{_bindir}/htmex
9225 %attr(755,root,root) %{_bindir}/httex
9226 %attr(755,root,root) %{_bindir}/httexi
9227 %attr(755,root,root) %{_bindir}/htxelatex
9228 %attr(755,root,root) %{_bindir}/htxetex
9229 %attr(755,root,root) %{_bindir}/mk4ht
9230 %attr(755,root,root) %{_bindir}/t4ht
9231 %attr(755,root,root) %{_bindir}/tex4ht
9232 %{texmf}/scripts/tex4ht
9233 %{texmfdist}/tex/generic/tex4ht
9234 %dir %{texmfdist}/scripts/tex4ht
9235 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
9236 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
9237 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
9238 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
9239 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
9240 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
9241 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
9242 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
9243 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
9244 %{texmfdist}/tex4ht
9245
9246 %files xetex
9247 %defattr(644,root,root,755)
9248 %attr(755,root,root) %{_bindir}/xdvipdfmx
9249 %attr(755,root,root) %{_bindir}/xelatex
9250 %attr(755,root,root) %{_bindir}/xetex
9251 %{texmf}/fmtutil/format.xetex.cnf
9252 %doc %{texmfdist}/doc/xelatex
9253 %doc %{texmfdist}/doc/xetex
9254 %{texmfdist}/scripts/xetex
9255 %{texmfdist}/tex/generic/ifxetex
9256 %{texmfdist}/tex/generic/xetexconfig
9257 %{texmfdist}/tex/latex/latexconfig/xelatex.ini
9258 %{texmfdist}/tex/plain/config/xetex.ini
9259 %{texmfdist}/tex/xelatex
9260 %{texmfdist}/tex/xetex
9261
9262 %files xmltex
9263 %defattr(644,root,root,755)
9264 %doc %{texmfdist}/doc/xmltex
9265 %attr(755,root,root) %{_bindir}/pdfxmltex
9266 %attr(755,root,root) %{_bindir}/xmltex
9267 %{texmfdist}/tex/xmltex
9268 %{texmf}/fmtutil/format.xmltex.cnf
This page took 0.617832 seconds and 4 git commands to generate.