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