]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
- move %{_bindir}/latex to texlive-latex subpackage, delete format-latex package...
[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 Group:          Applications/Publication/TeX
2062 Requires(post,postun):  %{_bindir}/texhash
2063 Requires:       %{name} = %{epoch}:%{version}-%{release}
2064
2065 %package latex-bibtex-vancouver
2066 Bibliographic style file for Biomedical Journals.
2067
2068 %package latex-booktabs
2069 Summary:        Publication quality tables in LaTeX
2070 Summary(hu.UTF-8):      Nyomdai minőségű táblázatok LaTeX-ben
2071 Group:          Applications/Publishing/TeX
2072 Requires(post,postun):  %{_bindir}/texhash
2073 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2074
2075 %description latex-booktabs
2076 Publication quality tables in LaTeX.
2077
2078 %description latex-booktabs -l hu.UTF-8
2079 Nyomdai minőségű táblázatok LaTeX-ben.
2080
2081
2082 %package latex-caption
2083 Summary:        Customising captions in floating environments
2084 Summary(hu.UTF-8):      Feliratok testreszabása úszó környezetekben
2085 Group:          Applications/Publishing/TeX
2086 Requires(post,postun):  %{_bindir}/texhash
2087 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2088
2089 %description latex-caption
2090 Customising captions in floating environments.
2091
2092 %description latex-caption -l hu.UTF-8
2093 Feliratok testreszabása úszó környezetekben.
2094
2095 %package latex-carlisle
2096 Summary:        Miscellaneous small packages by David Carlisle
2097 Summary(pl.UTF-8):      Różne małe pakiety autorstwa Davida Carlisle
2098 Group:          Applications/Publishing/TeX
2099 Requires(post,postun):  %{_bindir}/texhash
2100 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2101
2102 %description latex-carlisle
2103 Miscellaneous small packages by David Carlisle.
2104
2105 %description latex-carlisle -l pl.UTF-8
2106 Różne małe pakiety autorstwa Davida Carlisle.
2107
2108 %package latex-ccfonts
2109 Summary:        Support for Concrete text and math fonts in LaTeX
2110 Summary(pl.UTF-8):      Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2111 Group:          Applications/Publishing/TeX
2112 Requires(post,postun):  %{_bindir}/texhash
2113 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2114
2115 %description latex-ccfonts
2116 LaTeX font definition files for the Concrete fonts and a LaTeX package
2117 for typesetting documents using Concrete as the default font family.
2118 The files support OT1, T1, TS1, and Concrete math including AMS fonts
2119 (Ulrik Vieth's concmath).
2120
2121 %description latex-ccfonts -l pl.UTF-8
2122 Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2123 LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2124 rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2125 Concrete wraz z AMS (concmath Ulrika Vietha).
2126
2127 %package latex-cite
2128 Summary:        Supports compressed, sorted lists of numerical citations
2129 Summary(pl.UTF-8):      Obsługa kompresowanych, sortowanych list numerowanych cytatów
2130 Group:          Applications/Publishing/TeX
2131 Requires(post,postun):  %{_bindir}/texhash
2132 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2133
2134 %description latex-cite
2135 Supports compressed, sorted lists of numerical citations.
2136
2137 %description latex-cite -l pl.UTF-8
2138 Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2139
2140 %package latex-cmbright
2141 Summary:        Support for CM Bright fonts in LaTeX
2142 Summary(pl.UTF-8):      Obsługa fontów CM Bright w LaTeXu
2143 Group:          Applications/Publishing/TeX
2144 Requires(post,postun):  %{_bindir}/texhash
2145 Requires:       %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2146 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2147
2148 %description latex-cmbright
2149 A family of sans serif fonts for TeX and LaTeX, based on Donald
2150 Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2151 various shapes as well as all the fonts necessary for mathematical
2152 typesetting, incl. AMS symbols. This collection provides all the
2153 necessary files for using the fonts with LaTeX.
2154
2155 %description latex-cmbright -l pl.UTF-8
2156 Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2157 Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2158 kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2159 symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2160 używania fontów w LaTeXu.
2161
2162 %package latex-comment
2163 Summary:        Selectively include/excludes portions of text
2164 Summary(hu.UTF-8):      A szöveg részeinek beillesztése/kihagyása
2165 Group:          Applications/Publishing/TeX
2166 Requires(post,postun):  %{_bindir}/texhash
2167 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2168
2169 %description latex-comment
2170 Selectively include/excludes portions of text.
2171
2172 %description latex-comment -l hu.UTF-8
2173 A szöveg részeinek beillesztése/kihagyása.
2174
2175 %package latex-concmath
2176 Summary:        LaTeX package and font definition files to access the Concrete math fonts
2177 Summary(pl.UTF-8):      Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2178 Group:          Applications/Publishing/TeX
2179 Requires(post,postun):  %{_bindir}/texhash
2180 Requires:       %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2181 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2182
2183 %description latex-concmath
2184 LaTeX package and font definition files to access the Concrete math
2185 fonts, which were derived from Computer Modern math fonts using
2186 parameters from Concrete Roman text fonts.
2187
2188 %description latex-concmath -l pl.UTF-8
2189 Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2190 matematyczne Concrete wywodzące się z fontów matematycznych Computer
2191 Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2192 Roman.
2193
2194 %package latex-currvita
2195 Summary:        Typeset a curriculum vitae
2196 Summary(hu.UTF-8):      Önéletrajzok írása
2197 Group:          Applications/Publishing/TeX
2198 Requires(post,postun):  %{_bindir}/texhash
2199 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2200
2201 %description latex-currvita
2202 Typeset a curriculum vitae.
2203
2204 %description latex-currvita -l hu.UTF-8
2205 Önéletrajzok írása.
2206
2207 %package latex-curves
2208 Summary:        Curves for LaTeX picture environment
2209 Summary(hu.UTF-8):      Görbék LaTeX picture környezetébe
2210 Group:          Applications/Publishing/TeX
2211 Requires(post,postun):  %{_bindir}/texhash
2212 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2213
2214 %description latex-curves
2215 Curves for LaTeX picture environment.
2216
2217 %description latex-curves -l hu.UTF-8
2218 Görbék LaTeX picture környezetébe.
2219
2220 %package latex-custom-bib
2221 Summary:        Customized BibTeX styles for LaTeX
2222 Summary(pl.UTF-8):      Dostosowywanie stylów BibTeXa dla LaTeXa
2223 Group:          Applications/Publishing/TeX
2224 Requires(post,postun):  %{_bindir}/texhash
2225 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2226
2227 %description latex-custom-bib
2228 Package generating customized BibTeX bibliography styles from a
2229 generic file using docstrip. Includes support for the Harvard style.
2230
2231 %description latex-custom-bib -l pl.UTF-8
2232 Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2233 pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2234
2235 %package latex-cyrillic
2236 Summary:        LaTeX Cyrillic support
2237 Summary(pl.UTF-8):      Obsługa cyrylicy dla LaTeXa
2238 Group:          Applications/Publishing/TeX
2239 Requires(post,postun):  %{_bindir}/texhash
2240 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2241
2242 %description latex-cyrillic
2243 LaTeX Cyrillic support.
2244
2245 %description latex-cyrillic -l pl.UTF-8
2246 Obsługa cyrylicy dla LaTeXa.
2247
2248 %package latex-dstroke
2249 Summary:        LaTeX doublestroke font
2250 Summary(pl.UTF-8):      Podwójnie kreślony font dla LaTeXa
2251 Group:          Applications/Publishing/TeX
2252 Requires(post,postun):  %{_bindir}/texhash
2253 Requires:       %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2254 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2255
2256 %description latex-dstroke
2257 Doublestroke font for typesetting the mathematical symbols for the
2258 natural numbers, whole numbers, rational numbers, real numbers and
2259 complex numbers.
2260
2261 %description latex-dstroke -l pl.UTF-8
2262 Podwójnie kreślony font do składania symboli matematycznych liczb
2263 naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
2264
2265 %package latex-enumitem
2266 Summary:        A package to customize the three basic lists
2267 Summary(hu.UTF-8):      Egy csomag, amivel testreszabhatod a három alapvető listát
2268 Group:          Applications/Publishing/TeX
2269 Requires(post,postun):  %{_bindir}/texhash
2270 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2271
2272 %description latex-enumitem
2273 A package to customize the three basic lists (enumerate, itemize and
2274 description).
2275
2276 %description latex-enumitem
2277 Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2278 (enumerate, itemize, description).
2279
2280 %package latex-exam
2281 Summary:        The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2282 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
2283 Group:          Applications/Publishing/TeX
2284 Requires(post,postun):  %{_bindir}/texhash
2285 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2286
2287 %description latex-exam
2288 The exam document class attempts to make it easy for even a LaTeX
2289 novice to prepare exams.
2290
2291 %description latex-exam -l hu.UTF-8
2292 Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2293 feladatsorok készítése.
2294
2295 %package latex-gbrief
2296 Summary:        Letter document class
2297 Summary(hu.UTF-8):      Levél dokumentumosztály
2298 Group:          Applications/Publishing/TeX
2299 Requires(post,postun):  %{_bindir}/texhash
2300 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2301
2302 %description latex-gbrief
2303 Letter document class.
2304
2305 %description latex-gbrief -l hu.UTF-8
2306 Levél dokumentumosztály.
2307
2308
2309 %package latex-jknappen
2310 Summary:        Miscellaneous packages by Joerg Knappen
2311 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
2312 Group:          Applications/Publishing/TeX
2313 Requires(post,postun):  %{_bindir}/texhash
2314 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2315 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2316
2317 %description latex-jknappen
2318 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2319 Knappen, including sgmlcmpt.
2320
2321 %description latex-jknappen -l pl.UTF-8
2322 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2323 Knappena. Zawiera sgmlcmpt.
2324
2325 %package latex-leftidx
2326 Summary:        Left and right subscripts and superscripts in math mode
2327 Summary(hu.UTF-8):      Bal és jobboldali alsó és felső indexek matematikai módban
2328 Group:          Applications/Publishing/TeX
2329 Requires(post,postun):  %{_bindir}/texhash
2330 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2331
2332 %description latex-leftidx
2333 Left and right subscripts and superscripts in math mode.
2334
2335 %description latex-leftidx -l hu.UTF-8
2336 Bal és jobboldali alsó és felső indexek matematikai módban.
2337
2338 %package latex-lm
2339 Summary:        LaTeX styles for Latin Modern family fonts
2340 Summary(pl.UTF-8):      Style LaTeXa dla fontów z rodziny Latin Modern
2341 Group:          Applications/Publishing/TeX
2342 Requires(post,postun):  /usr/bin/texhash
2343 Requires:       %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2344 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2345
2346 %description latex-lm
2347 Latin Modern family of fonts, based on the Computer Modern fonts
2348 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2349 lot of additional characters, mainly accented ones, but not only.
2350 There is a one set of PostScript fonts and four sets of TeX Font
2351 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2352 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2353 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2354 potential user knows what to do with all these files. The author is
2355 Boguslaw Jackowski.
2356
2357 %description latex-lm -l pl.UTF-8
2358 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2359 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2360 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2361 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2362 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2363 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2364 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2365 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2366 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2367
2368 %package latex-lastpage
2369 Summary:        Reference last page for "Page N of M" type footers
2370 Summary(hu.UTF-8):      Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2371 Group:          Applications/Publishing/TeX
2372 Requires(post,postun):  %{_bindir}/texhash
2373
2374 %description latex-lastpage
2375 Reference last page for Page N of M type footers.
2376
2377 %description latex-lastpage -l hu.UTF-8
2378 Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2379
2380 %package latex-lineno
2381 Summary:        Line numbers on paragraphs
2382 Summary(pl.UTF-8):      Numery linii dla paragrafów
2383 Group:          Applications/Publishing/TeX
2384 Requires(post,postun):  /usr/bin/texhash
2385 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2386
2387 %description latex-lineno
2388 The LaTeX package lineno.sty provides line numbers on paragraphs.
2389 After TeX has broken a paragraph into lines there will be line numbers
2390 attached to them, with the possibility to make references through the
2391 LaTeX \ref, \pageref cross reference mechanism.
2392
2393 %description latex-lineno -l pl.UTF-8
2394 Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2395 paragrafu na linie przez TeXa do linii dołączane są ich numery z
2396 możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2397 \ref i \pageref.
2398
2399 %package latex-microtype
2400 Summary:        An interface to the micro-typographic extensions of pdfTeX
2401 Summary(pl.UTF-8):      Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2402 Group:          Applications/Publishing/TeX
2403 Requires(post,postun):  /usr/bin/texhash
2404 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2405
2406 %description latex-microtype
2407 The `microtype' package provides a LaTeX interface to pdfTeX's
2408 micro-typographic extensions: character protrusion and font expansion.
2409 It allows to restrict character protrusion and/or font expansion to a
2410 definable set of fonts, and to configure micro-typographic aspects of
2411 the fonts in a straight-forward and flexible way. Settings for various
2412 fonts are provided.
2413
2414 %description latex-microtype -l pl.UTF-8
2415 Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2416 mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2417 Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2418 określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2419 aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2420 dla różnych fontów.
2421
2422 %package latex-lucidabr
2423 Summary:        Package to make Lucida Bright fonts usable with LaTeX
2424 Summary(pl.UTF-8):      Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2425 Group:          Applications/Publishing/TeX
2426 Requires(post,postun):  %{_bindir}/texhash
2427 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2428
2429 %description latex-lucidabr
2430 Package to make Lucida Bright fonts usable with LaTeX.
2431
2432 %description latex-lucidabr -l pl.UTF-8
2433 Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2434
2435 %package latex-marvosym
2436 Summary:        Styles for Martin Vogel's Symbol (marvosym) font
2437 Summary(pl.UTF-8):      Style dla fontu Symbol Martina Vogela (marvosym)
2438 Group:          Applications/Publishing/TeX
2439 Requires(post,postun):  /usr/bin/texhash
2440 Requires:       %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2441 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2442
2443 %description latex-marvosym
2444 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2445 currency symbol as defined by the European commission; Euro currency
2446 symbols in typefaces Times, Helvetica and Courier; Symbols for
2447 structural engineering; Symbols for steel cross-sections; Astronomy
2448 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2449 symbols; CE sign and others.
2450
2451 %description latex-marvosym -l pl.UTF-8
2452 Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2453 waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2454 krojach Times, Helvetica i Courier; symbole do inżynierii
2455 strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2456 (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2457 CE i inne.
2458
2459 %package latex-mathpple
2460 Summary:        Use PostScript Palatino for typesetting maths
2461 Summary(pl.UTF-8):      Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2462 Group:          Applications/Publishing/TeX
2463 Requires(post,postun):  %{_bindir}/texhash
2464 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2465 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2466
2467 %description latex-mathpple
2468 The package defines the PostScript font family `Palatino' (ppl) as the
2469 default roman font and then uses the `mathpple' fonts for typesetting
2470 math. These virtual fonts have been created for typesetting math in a
2471 style that suits the Palatino text fonts. The AMS fonts, when used
2472 additionally, will be scaled to fit Palatino.
2473
2474 %description latex-mathpple -l pl.UTF-8
2475 Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2476 domyślny font roman i używa fontów mathpple do składania wzorów
2477 matematycznych. Te wirtualne fonty zostały stworzone do składania
2478 wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2479 Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2480 pasować do Palatino.
2481
2482 %package latex-mathtime
2483 Summary:        Mathtime fonts for LaTeX
2484 Summary(pl.UTF-8):      Fonty Mathtime dla LaTeXa
2485 Group:          Applications/Publishing/TeX
2486 Requires(post,postun):  %{_bindir}/texhash
2487 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2488
2489 %description latex-mathtime
2490 The Mathtime fonts have a number of characters remapped to positions
2491 different from the ones normally used by the corresponding TeX
2492 CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2493 style files use the Times Roman font (often called something like:
2494 ptmr or ptmr7t or ptmrq).
2495
2496 %description latex-mathtime -l pl.UTF-8
2497 Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2498 różniące się od tych normalnie używanych w odpowiadających im TeXowych
2499 fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2500 używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2501 ptmrq).
2502
2503 %package latex-mflogo
2504 Summary:        LaTeX support for MetaFont and logo fonts
2505 Summary(pl.UTF-8):      Obsługa LaTeXa dla MetaFonta i fontów logo
2506 Group:          Applications/Publishing/TeX
2507 Requires(post,postun):  %{_bindir}/texhash
2508 Requires:       %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2509 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2510
2511 %description latex-mflogo
2512 LaTeX package and font definition file to access the Knuthian `logo'
2513 fonts described in `The MetaFontbook' and the MetaFont and logos in
2514 LaTeX documents.
2515
2516 %description latex-mflogo -l pl.UTF-8
2517 Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2518 opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2519 LaTeXa.
2520
2521 %package latex-mfnfss
2522 Summary:        Font description files to use extra fonts like yinit and ygoth
2523 Summary(pl.UTF-8):      Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2524 Group:          Applications/Publishing/TeX
2525 Requires(post,postun):  %{_bindir}/texhash
2526 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2527
2528 %description latex-mfnfss
2529 Font description files to use extra fonts like yinit and ygoth.
2530
2531 %description latex-mfnfss -l pl.UTF-8
2532 Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2533
2534 %package latex-minitoc
2535 Summary:        Produce a table of contents for each chapter
2536 Summary(pl.UTF-8):      Tworzenie spisów treści dla każdego rozdziału
2537 Group:          Applications/Publishing/TeX
2538 Requires(post,postun):  %{_bindir}/texhash
2539 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2540
2541 %description latex-minitoc
2542 Produce a table of contents for each chapter.
2543
2544 %description latex-minitoc -l pl.UTF-8
2545 Tworzenie spisów treści dla każdego rozdziału.
2546
2547 %package latex-mltex
2548 Summary:        Support for MLTeX
2549 Summary(pl.UTF-8):      Wsparcie dla MLTeXa
2550 Group:          Applications/Publishing/TeX
2551 Requires(post,postun):  %{_bindir}/texhash
2552 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2553
2554 %description latex-mltex
2555 Support for MLTeX, the multilingual TeX extension from Michael J.
2556 Ferguson.
2557
2558 %description latex-mltex -l pl.UTF-8
2559 Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2560 autorstwa Michaela J. Fergusona.
2561
2562 %package latex-multienum
2563 Summary:        Multi-column enumerated lists
2564 Summary(hu.UTF-8):      Többoszlopos számozott listák
2565 Group:          Applications/Publishing/TeX
2566 Requires(post,postun):  %{_bindir}/texhash
2567 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2568
2569 %description latex-multienum
2570 Multi-column enumerated lists.
2571
2572 %description latex-multienum -l hu.UTF-8
2573 Többoszlopos számozott listák.
2574
2575
2576 %package latex-moreverb
2577 Summary:        Extended verbatim
2578 Summary(hu.UTF-8):      Kiterjesztett verbatim
2579 Group:          Applications/Publishing/TeX
2580 Requires(post,postun):  %{_bindir}/texhash
2581 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2582
2583 %description latex-moreverb
2584 Extended verbatim.
2585
2586 %description latex-moreverb -l hu.UTF-8
2587 Kiterjesztett verbatim.
2588
2589 %package latex-ntheorem
2590 Summary:        Enhanced theorem environment
2591 Summary(hu.UTF-8):      Bővített tétel környezet
2592 Group:          Applications/Publishing/TeX
2593 Requires(post,postun):  %{_bindir}/texhash
2594 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2595
2596 %description latex-ntheorem
2597 Enhanced theorem environment.
2598
2599 %description latex-ntheorem -l hu.UTF-8
2600 Bővített tétel környezet
2601
2602 %package latex-palatcm
2603 Summary:        Palatino + Computer Modern math fonts for LaTeX
2604 Summary(pl.UTF-8):      Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2605 Group:          Applications/Publishing/TeX
2606 Requires(post,postun):  %{_bindir}/texhash
2607 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2608
2609 %description latex-palatcm
2610 Palatino + Computer Modern math fonts for LaTeX.
2611
2612 %description latex-palatcm -l pl.UTF-8
2613 Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2614
2615 %package latex-psnfss
2616 Summary:        LaTeX font support for common PostScript fonts
2617 Summary(pl.UTF-8):      Obsługa popularnych fontów postscriptowych w LaTeXu
2618 Group:          Applications/Publishing/TeX
2619 Requires(post,postun):  %{_bindir}/texhash
2620 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2621 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2622 Obsoletes:      tetex-latex-mathptm
2623 Obsoletes:      tetex-latex-mathptmx
2624
2625 %description latex-psnfss
2626 LaTeX font definition files, macros and font metrics for common
2627 PostScript fonts.
2628
2629 %description latex-psnfss -l pl.UTF-8
2630 LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2631 popularnych fontów postscriptowych.
2632
2633 %package latex-pxfonts
2634 Summary:        PX fonts LaTeX support
2635 Summary(pl.UTF-8):      Obsługa fontów PX w LaTeXu
2636 Group:          Applications/Publishing/TeX
2637 Requires(post,postun):  %{_bindir}/texhash
2638 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
2639 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2640
2641 %description latex-pxfonts
2642 PX fonts LaTeX support.
2643
2644 %description latex-pxfonts -l pl.UTF-8
2645 Obsługa fontów PX w LaTeXu.
2646
2647 %package latex-qfonts
2648 Summary:        A collection of PostScript (Adobe Type 1) fonts in QX layout
2649 Summary(pl.UTF-8):      Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
2650 Group:          Applications/Publishing/TeX
2651 Requires(post,postun):  %{_bindir}/texhash
2652 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
2653 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2654
2655 %description latex-qfonts
2656 A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
2657 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
2658 QuasiTimes (regular, italic, bold and bold italic), based on URW++
2659 fonts distributed with Ghostscript. The fonts are encoded according to
2660 QX layout which facilitates multilingual and technical typesetting
2661 using TeX, preserving usability in Windows applications.
2662
2663 %description latex-qfonts -l pl.UTF-8
2664 Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
2665 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
2666 QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
2667 fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
2668 zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
2669 TeXu, zachowując przydatność dla aplikacji windowsowych.
2670
2671
2672 %package latex-SIunits
2673 Summary:        The SIunits package can be used to standardise the use of units in your writings
2674 Summary(hu.UTF-8):      Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
2675 Group:          Applications/Publishing/TeX
2676 Requires(post,postun):  /usr/bin/texhash
2677 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2678
2679 %description latex-SIunits
2680 The SIunits package can be used to standardise the use of units in
2681 your writings.
2682
2683 %description latex-SIunits -l hu.UTF-8
2684 Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
2685
2686
2687 %package latex-urwvn
2688 Summary:        URWVN fonts
2689 Summary(pl.UTF-8):      Fonty URWVN
2690 Group:          Applications/Publishing/TeX
2691 Requires(post,postun):  /usr/bin/texhash
2692 Requires:       %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
2693 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2694
2695 %description latex-urwvn
2696 URWVN fonts.
2697
2698 %description latex-urwvn -l pl.UTF-8
2699 Fonty URWVN.
2700
2701 %package latex-txfonts
2702 Summary:        TX fonts LaTeX support
2703 Summary(pl.UTF-8):      Obsługa fontów TX w LaTeXu
2704 Group:          Applications/Publishing/TeX
2705 Requires(post,postun):  %{_bindir}/texhash
2706 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
2707 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2708
2709 %description latex-txfonts
2710 TX fonts LaTeX support.
2711
2712 %description latex-txfonts -l pl.UTF-8
2713 Obsługa fontów TX w LaTeXu.
2714
2715 %package latex-ucs
2716 Summary:        This package contains support for using UTF-8 as input encoding in LaTeX documents
2717 Summary(hu.UTF-8):      Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
2718 Group:          Applications/Publishing/TeX
2719 Requires(post,postun):  %{_bindir}/texhash
2720 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2721
2722 %description latex-ucs
2723 This package contains support for using UTF-8 as input encoding in
2724 LaTeX documents.
2725
2726 %description latex-ucs -l hu.UTF-8
2727 Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
2728
2729 %package latex-umlaute
2730 Summary:        An interface to inputenc for using alternate input encodings
2731 Summary(pl.UTF-8):      Interfejs inputenc do używania alternatywnych kodowań wejściowych
2732 Group:          Applications/Publishing/TeX
2733 Requires(post,postun):  %{_bindir}/texhash
2734 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2735
2736 %description latex-umlaute
2737 An interface to inputenc for using alternate input encodings.
2738
2739 %description latex-umlaute -l pl.UTF-8
2740 Interfejs inputenc do używania alternatywnych kodowań wejściowych.
2741
2742 %package latex-wasysym
2743 Summary:        Extra characters from the Waldis symbol fonts
2744 Summary(pl.UTF-8):      Dodatkowe znaki z fontów Waldis symbol
2745 Group:          Applications/Publishing/TeX
2746 Requires(post,postun):  %{_bindir}/texhash
2747 Requires:       %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
2748 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2749
2750 %description latex-wasysym
2751 Makes some additional characters available that come from the wasy
2752 fonts (Waldis symbol fonts). These fonts are not automatically
2753 included in NFSS2/LaTeX2e since they take up important space and often
2754 aren't necessary if one makes use of the packages amsfonts or amssymb.
2755 Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
2756 apple, ocircle invneg, logof, varint, male, female, phone, clock,
2757 lightning, pointer, sun, bell, permil, smiley, various electrical
2758 symbols, shapes, music notes, circles, signs, astronomy, etc.
2759
2760 %description latex-wasysym -l pl.UTF-8
2761 Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
2762 (Waldis symbol). Te fonty nie są automatycznie dołączane w
2763 NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
2764 jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
2765 m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
2766 ocircle invneg, logof, varint, male, female, phone, clock, lightning,
2767 pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
2768 kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
2769
2770 %package format-latex
2771 Summary:        LaTeX macro package
2772 Summary(pl.UTF-8):      Pakiet makr LaTeX
2773 Group:          Applications/Publishing/TeX
2774 Requires(post,postun):  %{_bindir}/texhash
2775 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2776 Obsoletes:      hugelatex
2777
2778 %description format-latex
2779 LaTeX is a front end for the TeX text formatting system. Easier to use
2780 than TeX, LaTeX is essentially a set of TeX macros which provide
2781 convenient, predefined document formats for users.
2782
2783 This package contains LaTeX format.
2784
2785 %description format-latex -l pl.UTF-8
2786 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
2787 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
2788 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
2789
2790 Ten pakiet zawiera format LaTeX.
2791
2792 %package format-pdflatex
2793 Summary:        PDF LaTeX macro package
2794 Summary(pl.UTF-8):      Pakiet makr PDF LaTeX
2795 Group:          Applications/Publishing/TeX
2796 Requires(post,postun):  %{_bindir}/texhash
2797 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2798 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2799 Requires:       %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
2800 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
2801 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
2802
2803 %description format-pdflatex
2804 LaTeX is a front end for the TeX text formatting system. Easier to use
2805 than TeX, LaTeX is essentially a set of TeX macros which provide
2806 convenient, predefined document formats for users.
2807
2808 This package contains PDF LaTeX format.
2809
2810 %description format-pdflatex -l pl.UTF-8
2811 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
2812 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
2813 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
2814
2815 Ten pakiet zawiera format PDF LaTeX.
2816
2817 # PLaTeX format
2818
2819 %package platex
2820 Summary:        PLaTeX format basic files
2821 Summary(pl.UTF-8):      Podstawowe pliki dla formatu PLaTeX
2822 Group:          Applications/Publishing/TeX
2823 Requires(post,postun):  %{_bindir}/texhash
2824 Requires:       %{name}-fonts-pl = %{epoch}:%{version}-%{release}
2825 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2826
2827 %description platex
2828 PLaTeX format basic files.
2829
2830 %description platex -l pl.UTF-8
2831 Podstawowe pliki dla formatu PLaTeX.
2832
2833 %package format-platex
2834 Summary:        PLaTeX format
2835 Summary(pl.UTF-8):      Format PLaTeX
2836 Group:          Applications/Publishing/TeX
2837 Requires(post,postun):  %{_bindir}/texhash
2838 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
2839
2840 %description format-platex
2841 PLaTeX format.
2842
2843 %description format-platex -l pl.UTF-8
2844 Format PLaTeX.
2845
2846 %package format-pdfplatex
2847 Summary:        PDF PLaTeX format
2848 Summary(pl.UTF-8):      Format PDF PLaTeX
2849 Group:          Applications/Publishing/TeX
2850 Requires(post,postun):  %{_bindir}/texhash
2851 Requires:       %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
2852 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
2853 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
2854
2855 %description format-pdfplatex
2856 PDF PLaTeX format.
2857
2858 %description format-pdfplatex -l pl.UTF-8
2859 Format PDF PLaTeX.
2860
2861 # # TeX generic macros #
2862
2863 %package tex-babel
2864 Summary:        Multilingual support for TeX
2865 Summary(pl.UTF-8):      Obsługa wielu języków dla TeXa
2866 Group:          Applications/Publishing/TeX
2867 Requires(post,postun):  %{_bindir}/texhash
2868 Requires:       %{name} = %{epoch}:%{version}-%{release}
2869
2870 %description tex-babel
2871 Multilingual support for TeX.
2872
2873 %description tex-babel -l pl.UTF-8
2874 Obsługa wielu języków dla TeXa.
2875
2876 %package tex-german
2877 Summary:        Supports the new German orthography (neue deutsche Rechtschreibung)
2878 Summary(pl.UTF-8):      Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
2879 Group:          Applications/Publishing/TeX
2880 Requires(post,postun):  %{_bindir}/texhash
2881 Requires:       %{name} = %{epoch}:%{version}-%{release}
2882
2883 %description tex-german
2884 Supports the new German orthography (neue deutsche Rechtschreibung).
2885
2886 %description tex-german -l pl.UTF-8
2887 Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
2888
2889 %package tex-mfpic
2890 Summary:        Macros which generate Metafont or Metapost for drawing pictures
2891 Summary(pl.UTF-8):      Makra generujące Metafont lub Metapost do rysowania obrazków
2892 Group:          Applications/Publishing/TeX
2893 Requires(post,postun):  %{_bindir}/texhash
2894 Requires:       %{name} = %{epoch}:%{version}-%{release}
2895
2896 %description tex-mfpic
2897 Macros which generate Metafont or Metapost for drawing pictures.
2898
2899 %description tex-mfpic -l pl.UTF-8
2900 Makra generujące Metafont lub Metapost do rysowania obrazków.
2901
2902 %package tex-misc
2903 Summary:        Miscellaneous TeX macros
2904 Summary(pl.UTF-8):      Różne makra TeXowe
2905 Group:          Applications/Publishing/TeX
2906 Requires(post,postun):  %{_bindir}/texhash
2907 Requires:       %{name} = %{epoch}:%{version}-%{release}
2908 Obsoletes:      tetex-tex-eijkhout
2909
2910 %description tex-misc
2911 Miscellaneous TeX macros.
2912
2913 %description tex-misc -l pl.UTF-8
2914 Różne makra TeXowe.
2915
2916 %package tex-pictex
2917 Summary:        Picture drawing macros for TeX and LaTeX
2918 Summary(pl.UTF-8):      Makra do rysowania obrazków dla TeXa i LaTeXa
2919 Group:          Applications/Publishing/TeX
2920 Requires(post,postun):  %{_bindir}/texhash
2921 Requires:       %{name} = %{epoch}:%{version}-%{release}
2922
2923 %description tex-pictex
2924 Picture drawing macros for TeX and LaTeX.
2925
2926 %description tex-pictex -l pl.UTF-8
2927 Makra do rysowania obrazków dla TeXa i LaTeXa.
2928
2929 %package tex-pstricks
2930 Summary:        PostScript macros for TeX
2931 Summary(pl.UTF-8):      Makra postscriptowe dla TeXa
2932 Group:          Applications/Publishing/TeX
2933 Requires(post,postun):  %{_bindir}/texhash
2934 Requires:       %{name} = %{epoch}:%{version}-%{release}
2935
2936 %description tex-pstricks
2937 An extensive collection of PostScript macros that is compatible with
2938 most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
2939 AMS-LaTeX. Included are macros for color, graphics, pie charts,
2940 rotation, trees and overlays. It has many special features, including:
2941 a wide variety of graphics (picture drawing) macros, with a flexible
2942 interface and with color support. There are macros for coloring or
2943 shading the cells of tables.
2944
2945 %description tex-pstricks -l pl.UTF-8
2946 Duży zestaw makr postscriptowych kompatybilny z większością pakietów
2947 makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
2948 makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
2949 nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
2950 rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
2951 makra do kolorowania lub cieniowania komórek tabel.
2952
2953 %package tex-qpx
2954 Summary:        QuasiPalatino and PX fonts typesetting support
2955 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiPalatino i PX
2956 Group:          Applications/Publishing/TeX
2957 Requires(post,postun):  %{_bindir}/texhash
2958 Requires:       %{name} = %{epoch}:%{version}-%{release}
2959 Requires:       %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
2960
2961 %description tex-qpx
2962 QuasiPalatino and PX fonts typesetting support.
2963
2964 %description tex-qpx -l pl.UTF-8
2965 Wsparcie dla składu fontami QuasiPalatino i PX.
2966
2967 %package tex-qpxqtx
2968 Summary:        QuasiTimes and TX fonts typesetting support
2969 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiTimes i TX
2970 Group:          Applications/Publishing/TeX
2971 Requires(post,postun):  %{_bindir}/texhash
2972 Requires:       %{name} = %{epoch}:%{version}-%{release}
2973 Requires:       %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
2974
2975 %description tex-qpxqtx
2976 QuasiTimes and TX fonts typesetting support.
2977
2978 %description tex-qpxqtx -l pl.UTF-8
2979 Wsparcie dla składu fontami QuasiTimes i TX.
2980
2981 %package tex-ruhyphen
2982 Summary:        Russian hyphenation
2983 Summary(pl.UTF-8):      Rosyjskie reguły przenoszenia wyrazów
2984 Group:          Applications/Publishing/TeX
2985 Requires(post,postun):  %{_bindir}/texhash
2986 Requires:       %{name} = %{epoch}:%{version}-%{release}
2987
2988 %description tex-ruhyphen
2989 A collection of Russian hyphenation patterns supporting a number of
2990 Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
2991 LCY, LWN (OT2), and koi8-r.
2992
2993 %description tex-ruhyphen -l pl.UTF-8
2994 Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
2995 kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
2996 Cyrillic), LCY, LWN (OT2) i koi8-r.
2997
2998 %package tex-spanish
2999 Summary:        Various TeX related files for typesetting documents written in Spanish
3000 Summary(pl.UTF-8):      Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3001 Group:          Applications/Publishing/TeX
3002 Requires(post,postun):  %{_bindir}/texhash
3003 Requires:       %{name} = %{epoch}:%{version}-%{release}
3004 Obsoletes:      tetex-tex-spanishb
3005
3006 %description tex-spanish
3007 Various TeX related files for typesetting documents written in
3008 Spanish, including hyphenation and dictionaries.
3009
3010 %description tex-spanish -l pl.UTF-8
3011 Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3012 hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3013
3014 %package tex-texdraw
3015 Summary:        Graphical macros, using embedded PostScript
3016 Summary(pl.UTF-8):      Makra graficzne używające osadzanego PostScriptu
3017 Group:          Applications/Publishing/TeX
3018 Requires(post,postun):  %{_bindir}/texhash
3019 Requires:       %{name} = %{epoch}:%{version}-%{release}
3020
3021 %description tex-texdraw
3022 Graphical macros, using embedded PostScript.
3023
3024 %description tex-texdraw -l pl.UTF-8
3025 Makra graficzne używające osadzanego PostScriptu.
3026
3027 %package tex-thumbpdf
3028 Summary:        Thumbnails for PDFTeX and dvips/ps2pdf
3029 Summary(pl.UTF-8):      Ikonki dla PDFTeXa i dvips/ps2pdf
3030 Group:          Applications/Publishing/TeX
3031 Requires(post,postun):  %{_bindir}/texhash
3032 Requires:       %{name} = %{epoch}:%{version}-%{release}
3033
3034 %description tex-thumbpdf
3035 Provides support, using Perl, for thumbnails in pdfTeX and
3036 dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3037 represented in a TeX readable file that is read by the package
3038 thumbpdf.sty to automatically include the thumbnails. Works with both
3039 plain TeX and LaTeX.
3040
3041 %description tex-thumbpdf -l pl.UTF-8
3042 Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3043 użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3044 TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3045 ikonki. Działa z formatami plain TeX i LaTeX.
3046
3047 %package tex-ukrhyph
3048 Summary:        Ukranian hyphenation
3049 Summary(pl.UTF-8):      Ukraińskie zasady przenoszenia wyrazów
3050 Group:          Applications/Publishing/TeX
3051 Requires(post,postun):  %{_bindir}/texhash
3052 Requires:       %{name} = %{epoch}:%{version}-%{release}
3053
3054 %description tex-ukrhyph
3055 This package allows the use of different hyphenation patterns for the
3056 Ukrainian language for various Cyrillic font encodings. Contains
3057 packages implementing traditional rules, modern rules, and combined
3058 English-Ukrainian hyphenation.
3059
3060 %description tex-ukrhyph -l pl.UTF-8
3061 Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3062 dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3063 Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3064 łączonych angielsko-ukraińskich.
3065
3066 %package latex-vietnam
3067 Summary:        Vietnamese language support
3068 Summary(pl.UTF-8):      Wsparcie dla języka wietnamskiego
3069 Group:          Applications/Publishing/TeX
3070 Requires(post,postun):  %{_bindir}/texhash
3071 Requires:       %{name} = %{epoch}:%{version}-%{release}
3072 Obsoletes:      tetex-tex-vietnam
3073
3074 %description latex-vietnam
3075 Vietnamese language support.
3076
3077 %description latex-vietnam -l pl.UTF-8
3078 Wsparcie dla języka wietnamskiego.
3079
3080 %package tex-xypic
3081 Summary:        Package for typesetting a variety of graphs and diagrams with TeX
3082 Summary(pl.UTF-8):      Pakiet do składania w TeXu różnych wykresów i diagramów
3083 Group:          Applications/Publishing/TeX
3084 Requires(post,postun):  %{_bindir}/texhash
3085 Requires:       %{name} = %{epoch}:%{version}-%{release}
3086 Requires:       %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3087
3088 %description tex-xypic
3089 A package for typesetting a variety of graphs and diagrams with TeX.
3090 Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3091 and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3092 `supported package'.
3093
3094 %description tex-xypic -l pl.UTF-8
3095 Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3096 z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3097 w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3098
3099 %package tex-xkeyval
3100 Summary:        Extension to keyval package
3101 Summary(pl.UTF-8):      Rozszerzenie do pakietu keyval
3102 Group:          Applications/Publishing/TeX
3103 Requires(post,postun):  /usr/bin/texhash
3104 Requires:       %{name} = %{epoch}:%{version}-%{release}
3105
3106 %description tex-xkeyval
3107 Extension to keyval package.
3108
3109 %description tex-xkeyval -l pl.UTF-8
3110 Rozszerzenie do pakietu keyval.
3111
3112 %package dirs-fonts
3113 Summary:        TeX font directories
3114 Summary(pl.UTF-8):      Katalogi fontów TeXa
3115 Group:          Fonts
3116
3117 %description dirs-fonts
3118 TeX font directories.
3119
3120 %description dirs-fonts -l pl.UTF-8
3121 Katalogi fontów TeXa.
3122
3123 # # Fonts packages #
3124
3125 %package fonts-adobe
3126 Summary:        Adobe fonts
3127 Summary(pl.UTF-8):      Fonty Adobe
3128 Group:          Fonts
3129 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3130
3131 %description fonts-adobe
3132 Adobe fonts.
3133
3134 %description fonts-adobe -l pl.UTF-8
3135 Fonty Adobe.
3136
3137 %package fonts-ae
3138 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
3139 Summary(pl.UTF-8):      Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3140 Group:          Fonts
3141 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3142
3143 %description fonts-ae
3144 Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3145
3146 %description fonts-ae -l pl.UTF-8
3147 Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3148
3149 %package fonts-ams
3150 Summary:        AMS fonts
3151 Summary(pl.UTF-8):      Fonty AMS
3152 Group:          Fonts
3153 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3154
3155 %description fonts-ams
3156 AMS fonts.
3157
3158 %description fonts-ams -l pl.UTF-8
3159 Fonty AMS.
3160
3161 %package fonts-antp
3162 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3163 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3164 Group:          Fonts
3165 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3166
3167 %description fonts-antp
3168 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3169
3170 %description fonts-antp -l pl.UTF-8
3171 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3172 Type 1.
3173
3174 %package fonts-antt
3175 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
3176 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3177 Group:          Fonts
3178 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3179
3180 %description fonts-antt
3181 Antykwa Torunska, a Type 1 family of a Polish traditional type.
3182
3183 %description fonts-antt -l pl.UTF-8
3184 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3185
3186 %package fonts-arphic
3187 Summary:        Arphic fonts
3188 Group:          Fonts
3189 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3190
3191 %description fonts-arphic
3192 Arphic fonts.
3193
3194 %package fonts-bbm
3195 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
3196 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3197 Group:          Fonts
3198 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3199
3200 %description fonts-bbm
3201 Blackboard variant fonts for Computer Modern, with LaTeX support.
3202
3203 %description fonts-bbm -l pl.UTF-8
3204 Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3205
3206 %package fonts-bbold
3207 Summary:        Sans serif blackboard bold for LaTeX
3208 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
3209 Group:          Fonts
3210 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3211
3212 %description fonts-bbold
3213 Sans serif blackboard bold for LaTeX.
3214
3215 %description fonts-bbold -l pl.UTF-8
3216 Tablicowy tłusty font sans serif dla LaTeXa.
3217
3218 %package fonts-bh
3219 Summary:        Bold & Heavy Fonts
3220 Summary(pl.UTF-8):      Fonty Bold i Heavy
3221 Group:          Fonts
3222 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3223
3224 %description fonts-bh
3225 Bold & Heavy Fonts.
3226
3227 %description fonts-bh -l pl.UTF-8
3228 Fonty Bold i Heavy.
3229
3230 %package fonts-bitstream
3231 Summary:        Bitstream fonts
3232 Summary(pl.UTF-8):      Fonty Bitstream
3233 Group:          Fonts
3234 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3235 Obsoletes:      tetex-fonts-bitstrea
3236
3237 %description fonts-bitstream
3238 Bitstream fonts.
3239
3240 %description fonts-bitstream -l pl.UTF-8
3241 Fonty Bitstream.
3242
3243 %package fonts-cbgreek
3244 Summary:        Complete set of Greek fonts
3245 Summary(pl.UTF-8):      Pełny zestaw fontów greckich
3246 Group:          Fonts
3247 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3248
3249 %description fonts-cbgreek
3250 Complete set of Greek fonts.
3251
3252 %description fonts-cbgreek -l pl.UTF-8
3253 Pełny zestaw fontów greckich.
3254
3255 %package fonts-cc-pl
3256 Summary:        Polish version of Computer Concrete fonts
3257 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
3258 Group:          Fonts
3259 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3260
3261 %description fonts-cc-pl
3262 Polish version of Computer Concrete fonts.
3263
3264 %description fonts-cc-pl -l pl.UTF-8
3265 Polska wersja fontów Computer Concrete.
3266
3267 %package fonts-cg
3268 Summary:        Compugraphic fonts
3269 Summary(pl.UTF-8):      Fonty Compugraphic
3270 Group:          Fonts
3271 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3272
3273 %description fonts-cg
3274 Compugraphic fonts.
3275
3276 %description fonts-cg -l pl.UTF-8
3277 Fonty Compugraphic.
3278
3279 %package fonts-cm
3280 Summary:        Computer Modern fonts
3281 Summary(pl.UTF-8):      Fonty Computer Modern
3282 Group:          Fonts
3283 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3284
3285 %description fonts-cm
3286 Computer Modern fonts.
3287
3288 %description fonts-cm -l pl.UTF-8
3289 Fonty Computer Modern.
3290
3291 %package fonts-cmbright
3292 Summary:        CM Bright fonts
3293 Summary(pl.UTF-8):      Fonty CM Bright
3294 Group:          Fonts
3295 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3296
3297 %description fonts-cmbright
3298 CM Bright fonts.
3299
3300 %description fonts-cmbright -l pl.UTF-8
3301 Fonty CM Bright.
3302
3303 %package fonts-cmcyr
3304 Summary:        Computer Modern fonts extended with Russian letters
3305 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
3306 Group:          Fonts
3307 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3308
3309 %description fonts-cmcyr
3310 Computer Modern fonts extended with Russian letters.
3311
3312 %description fonts-cmcyr -l pl.UTF-8
3313 Fonty Computer Modern rozszerzone o litery rosyjskie.
3314
3315 %package fonts-cmextra
3316 Summary:        Extra Computer Modern fonts, from the American Mathematical Society
3317 Summary(pl.UTF-8):      Dodatkowe fonty Computer Modern z AMS
3318 Group:          Fonts
3319 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3320
3321 %description fonts-cmextra
3322 Extra Computer Modern fonts, from the American Mathematical Society.
3323
3324 %description fonts-cmextra -l pl.UTF-8
3325 Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3326
3327 %package fonts-concmath
3328 Summary:        Concrete Math fonts
3329 Summary(pl.UTF-8):      Fonty matematyczne Concrete Math
3330 Group:          Fonts
3331 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3332
3333 %description fonts-concmath
3334 Concrete Math fonts.
3335
3336 %description fonts-concmath -l pl.UTF-8
3337 Fonty matematyczne Concrete Math.
3338
3339 %package fonts-concrete
3340 Summary:        Concrete Roman fonts
3341 Summary(pl.UTF-8):      Fonty Concrete Roman
3342 Group:          Fonts
3343 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3344
3345 %description fonts-concrete
3346 Concrete Roman fonts, designed by Donald E. Knuth, originally for use
3347 with Euler math fonts.
3348
3349 %description fonts-concrete -l pl.UTF-8
3350 Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
3351 przeznaczone do używania z fontami matematycznymi Euler.
3352
3353 %package fonts-cs
3354 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
3355 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3356 Group:          Fonts
3357 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3358
3359 %description fonts-cs
3360 Czech/Slovak-tuned MetaFont Computer Modern fonts.
3361
3362 %description fonts-cs -l pl.UTF-8
3363 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
3364 czeskiego i słowackiego.
3365
3366 %package fonts-dstroke
3367 Summary:        Doublestroke font for typesetting the mathematical symbols
3368 Summary(pl.UTF-8):      Podwójnie kreślony font do składania symboli matematycznych
3369 Group:          Fonts
3370 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3371
3372 %description fonts-dstroke
3373 Doublestroke font for typesetting the mathematical symbols.
3374
3375 %description fonts-dstroke -l pl.UTF-8
3376 Podwójnie kreślony font do składania symboli matematycznych.
3377
3378 %package fonts-ecc
3379 Summary:        Sources for the European Concrete fonts
3380 Summary(pl.UTF-8):      Źródła dla fontów European Concrete
3381 Group:          Fonts
3382 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3383
3384 %description fonts-ecc
3385 The MetaFont sources and tfm files of the European Concrete Fonts.
3386 This is the EC implementation of Knuth's Concrete fonts, including
3387 also the corresponding text companion fonts.
3388
3389 %description fonts-ecc -l pl.UTF-8
3390 Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
3391 implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
3392 tekstowymi fontami towarzyszącymi.
3393
3394 %package fonts-eurosym
3395 Summary:        The new European currency symbol for the Euro
3396 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
3397 Group:          Fonts
3398 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3399
3400 %description fonts-eurosym
3401 The new European currency symbol for the Euro implemented in Metafont,
3402 using the official European Commission dimensions, and providing
3403 several shapes (normal, slanted, bold, outline).
3404
3405 %description fonts-eurosym -l pl.UTF-8
3406 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
3407 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
3408 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
3409
3410 %package fonts-eulervm
3411 Summary:        The Virtual Euler Math fonts
3412 Summary(pl.UTF-8):      Fonty Virtual Euler Math
3413 Group:          Fonts
3414 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3415
3416 %description fonts-eulervm
3417 Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
3418 approach has several advantages over immediately using the _real_
3419 Euler fonts: Most noticeably, less TeX resources are consumed, the
3420 quality of various math symbols is improved, and a usable \hslash
3421 symbol can be provided.
3422
3423 %description fonts-eulervm -l pl.UTF-8
3424 Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
3425 fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
3426 używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
3427 jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
3428 matematycznych i może być dostępny używalny symbol \hslash.
3429
3430 %package fonts-euxm
3431 Summary:        Fonts similar to EUSM but with two more characters
3432 Summary(pl.UTF-8):      Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
3433 Group:          Fonts
3434 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3435
3436 %description fonts-euxm
3437 Fonts like EUSM but with two more characters needed for Concrete Math
3438 included in TeXLive distribution in fonts3.
3439
3440 %description fonts-euxm -l pl.UTF-8
3441 Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
3442 dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
3443
3444 %package fonts-gothic
3445 Summary:        Gothic and ornamental initial fonts by Yannis Haralambous
3446 Summary(pl.UTF-8):      Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
3447 Group:          Fonts
3448 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3449
3450 %description fonts-gothic
3451 Gothic and ornamental initial fonts by Yannis Haralambous.
3452
3453 %description fonts-gothic -l pl.UTF-8
3454 Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
3455
3456 %package fonts-hoekwater
3457 Summary:        Converted mflogo font
3458 Summary(pl.UTF-8):      Przekonwertowany font mflogo
3459 Group:          Fonts
3460 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3461
3462 %description fonts-hoekwater
3463 Fonts originally created in MetaFont, transformed to PostScript by
3464 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
3465 xipa.
3466
3467 %description fonts-hoekwater -l pl.UTF-8
3468 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
3469 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
3470 stmaryrd, wasy, wasy2, xipa.
3471
3472 %package fonts-jknappen
3473 Summary:        Miscellaneous packages by Joerg Knappen
3474 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
3475 Group:          Fonts
3476 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3477
3478 %description fonts-jknappen
3479 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
3480 Knappen, including sgmlcmpt.
3481
3482 %description fonts-jknappen -l pl.UTF-8
3483 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
3484 Knappena. Zawiera sgmlcmpt.
3485
3486 %package fonts-latex
3487 Summary:        Basic LaTeX fonts
3488 Summary(pl.UTF-8):      Podstawowe fonty dla LaTeXa
3489 Group:          Fonts
3490 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3491
3492 %description fonts-latex
3493 Basic LaTeX fonts.
3494
3495 %description fonts-latex -l pl.UTF-8
3496 Podstawowe fonty dla LaTeXa.
3497
3498 %package fonts-lh
3499 Summary:        Olga Lapko's LH fonts
3500 Summary(pl.UTF-8):      Fonty LH Olgi Lapko
3501 Group:          Fonts
3502 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3503
3504 %description fonts-lh
3505 The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
3506
3507 %description fonts-lh -l pl.UTF-8
3508 Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
3509
3510 %package fonts-lm
3511 Summary:        Latin Modern family fonts
3512 Summary(pl.UTF-8):      Fonty z rodziny Latin Modern
3513 Group:          Applications/Publishing/TeX
3514 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3515
3516 %description fonts-lm
3517 Latin Modern family of fonts, based on the Computer Modern fonts
3518 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
3519 lot of additional characters, mainly accented ones, but not only.
3520 There is a one set of PostScript fonts and four sets of TeX Font
3521 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
3522 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
3523 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
3524 potential user knows what to do with all these files. The author is
3525 Boguslaw Jackowski.
3526
3527 %description fonts-lm -l pl.UTF-8
3528 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
3529 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
3530 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
3531 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
3532 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
3533 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
3534 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
3535 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
3536 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
3537
3538 %package fonts-marvosym
3539 Summary:        Martin Vogel's Symbol (marvosym) font
3540 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
3541 Group:          Fonts
3542 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3543
3544 %description fonts-marvosym
3545 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3546 currency symbol as defined by the European commission; Euro currency
3547 symbols in typefaces Times, Helvetica and Courier; Symbols for
3548 structural engineering; Symbols for steel cross-sections; Astronomy
3549 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3550 symbols; CE sign and others.
3551
3552 %description fonts-marvosym -l pl.UTF-8
3553 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
3554 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
3555 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
3556 strukturalnej; symbole dla przekroi poprzecznych; symbole
3557 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
3558 krawieckie; znak CE i inne.
3559
3560 %package fonts-mflogo
3561 Summary:        Logo fonts
3562 Summary(pl.UTF-8):      Fonty logo
3563 Group:          Fonts
3564 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3565
3566 %description fonts-mflogo
3567 Logo fonts.
3568
3569 %description fonts-mflogo -l pl.UTF-8
3570 Fonty logo.
3571
3572 %package fonts-misc
3573 Summary:        Miscellaneous fonts
3574 Summary(pl.UTF-8):      Różne fonty
3575 Group:          Fonts
3576 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3577
3578 %description fonts-misc
3579 Miscellaneous fonts.
3580
3581 %description fonts-misc -l pl.UTF-8
3582 Fonty różne.
3583
3584 %package fonts-monotype
3585 Summary:        Monotype fonts
3586 Summary(pl.UTF-8):      Fonty Monotype
3587 Group:          Fonts
3588 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3589
3590 %description fonts-monotype
3591 Monotype fonts.
3592
3593 %description fonts-monotype -l pl.UTF-8
3594 Fonty Monotype.
3595
3596 %package fonts-omega
3597 Summary:        Fonts for Omega - extended unicode TeX
3598 Summary(pl.UTF-8):      Fonty dla Omegi - TeXa ze wsparciem dla unikodu
3599 Group:          Fonts
3600 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3601
3602 %description fonts-omega
3603 Fonts for Omega - extended unicode TeX.
3604
3605 %description fonts-omega -l pl.UTF-8
3606 Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
3607
3608 %package fonts-pazo
3609 Summary:        Pazo fonts
3610 Summary(pl.UTF-8):      Fonty Pazo
3611 Group:          Fonts
3612 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3613
3614 %description fonts-pazo
3615 Pazo fonts.
3616
3617 %description fonts-pazo -l pl.UTF-8
3618 Fonty Pazo.
3619
3620 %package fonts-pl
3621 Summary:        Polish fonts
3622 Summary(pl.UTF-8):      Polskie fonty
3623 Group:          Fonts
3624 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3625
3626 %description fonts-pl
3627 Polish fonts.
3628
3629 %description fonts-pl -l pl.UTF-8
3630 Polskie fonty.
3631
3632 %package fonts-px
3633 Summary:        PX fonts
3634 Summary(pl.UTF-8):      Fonty PX
3635 Group:          Fonts
3636 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3637
3638 %description fonts-px
3639 PX fonts.
3640
3641 %description fonts-px -l pl.UTF-8
3642 Fonty PX.
3643
3644 %package fonts-qfonts
3645 Summary:        Quasi fonts
3646 Summary(pl.UTF-8):      Fonty Quasi
3647 Group:          Fonts
3648 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3649
3650 %description fonts-qfonts
3651 Quasi fonts.
3652
3653 %description fonts-qfonts -l pl.UTF-8
3654 Fonty Quasi.
3655
3656 %package fonts-qpx
3657 Summary:        Additional fonts for QPX package
3658 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QPX
3659 Group:          Fonts
3660 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3661 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
3662 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3663
3664 %description fonts-qpx
3665 Additional fonts for QPX package.
3666
3667 %description fonts-qpx -l pl.UTF-8
3668 Dodatkowe fonty dla pakietu QPX.
3669
3670 %package fonts-qpxqtx
3671 Summary:        Additional fonts for QTX package
3672 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QTX
3673 Group:          Fonts
3674 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3675 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3676 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3677
3678 %description fonts-qpxqtx
3679 Additional fonts for QTX package.
3680
3681 %description fonts-qpxqtx -l pl.UTF-8
3682 Dodatkowe fonty dla pakietu QTX.
3683
3684 %package fonts-rsfs
3685 Summary:        Fonts of uppercase script letters for scientific and mathematical typesetting
3686 Summary(pl.UTF-8):      Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
3687 Group:          Fonts
3688 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3689
3690 %description fonts-rsfs
3691 Fonts of uppercase script letters for use as symbols in scientific and
3692 mathematical typesetting, in contrast to the informal script fonts
3693 such as that used for the `calligraphic' symbols in the TeX math
3694 symbol font.
3695
3696 %description fonts-rsfs -l pl.UTF-8
3697 Fonty wielkich liter pisanych do używania jako symbole przy składaniu
3698 dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
3699 fontów pisanych takich jak używane do symboli "kaligraficznych" w
3700 matematycznym foncie TeXowym symbol.
3701
3702 %package fonts-stmaryrd
3703 Summary:        St Mary Road symbols for functional programming
3704 Summary(pl.UTF-8):      Symbole St Mary Road do programowania funkcyjnego
3705 Group:          Fonts
3706 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3707
3708 %description fonts-stmaryrd
3709 St Mary Road symbols for functional programming.
3710
3711 %description fonts-stmaryrd -l pl.UTF-8
3712 Symbole St Mary Road do programowania funkcyjnego.
3713
3714 %package fonts-tx
3715 Summary:        TX fonts
3716 Summary(pl.UTF-8):      Fonty TX
3717 Group:          Fonts
3718 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3719
3720 %description fonts-tx
3721 TX fonts.
3722
3723 %description fonts-tx -l pl.UTF-8
3724 Fonty TX.
3725
3726 %package fonts-uhc
3727 Summary:        UHC fonts
3728 Group:          Fonts
3729 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3730
3731 %description fonts-uhc
3732 UHC fonts.
3733
3734 %package fonts-urw
3735 Summary:        URW fonts
3736 Summary(pl.UTF-8):      Fonty URW
3737 Group:          Fonts
3738 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3739
3740 %description fonts-urw
3741 URW fonts.
3742
3743 %description fonts-urw -l pl.UTF-8
3744 Fonty URW.
3745
3746 %package fonts-urwvn
3747 Summary:        URWVN fonts
3748 Summary(pl.UTF-8):      Fonty URWVN
3749 Group:          Fonts
3750 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3751
3752 %description fonts-urwvn
3753 URWVN fonts.
3754
3755 %description fonts-urwvn -l pl.UTF-8
3756 Fonty URWVN.
3757
3758 %package fonts-vnr
3759 Summary:        VNR fonts
3760 Summary(pl.UTF-8):      Fonty VNR
3761 Group:          Fonts
3762 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3763
3764 %description fonts-vnr
3765 VNR fonts.
3766
3767 %description fonts-vnr -l pl.UTF-8
3768 Fonty VNR.
3769
3770 %package fonts-wadalab
3771 Summary:        Wadalab fonts
3772 Group:          Fonts
3773 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3774
3775 %description fonts-wadalab
3776 Wadalab fonts.
3777
3778 %package fonts-wasy
3779 Summary:        Waldis symbol fonts
3780 Summary(pl.UTF-8):      Fonty Waldis symbol
3781 Group:          Fonts
3782 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3783
3784 %description fonts-wasy
3785 Waldis symbol fonts.
3786
3787 %description fonts-wasy -l pl.UTF-8
3788 Fonty Waldis symbol.
3789
3790 %package fonts-xypic
3791 Summary:        Xy-pic fonts
3792 Summary(pl.UTF-8):      Fonty Xy-pic
3793 Group:          Fonts
3794 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3795
3796 %description fonts-xypic
3797 Xy-pic fonts.
3798
3799 %description fonts-xypic -l pl.UTF-8
3800 Fonty Xy-pic.
3801
3802 %package fonts-yandy
3803 Summary:        European Modern fonts from Y&Y
3804 Summary(pl.UTF-8):      Fonty European Modern od Y&Y
3805 Group:          Fonts
3806 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3807
3808 %description fonts-yandy
3809 European Modern fonts from Y&Y.
3810
3811 %description fonts-yandy -l pl.UTF-8
3812 Fonty European Modern od Y&Y.
3813
3814 %package fonts-type1-antp
3815 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3816 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3817 Group:          Fonts
3818 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3819
3820 %description fonts-type1-antp
3821 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3822
3823 %description fonts-type1-antp -l pl.UTF-8
3824 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3825 Type 1.
3826
3827 %package fonts-type1-antt
3828 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
3829 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3830 Group:          Fonts
3831 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3832
3833 %description fonts-type1-antt
3834 Antykwa Torunska, a Type 1 family of a Polish traditional type.
3835
3836 %description fonts-type1-antt -l pl.UTF-8
3837 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3838
3839 %package fonts-type1-arphic
3840 Summary:        Type1 Arphic fonts
3841 Group:          Fonts
3842 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3843
3844 %description fonts-type1-arphic
3845 Type1 Arphic fonts.
3846
3847 %package fonts-type1-belleek
3848 Summary:        Free replacement for basic MathTime fonts
3849 Summary(pl.UTF-8):      Wolnodostępny zamiennik podstawowych fontów MathTime
3850 Group:          Fonts
3851 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3852
3853 %description fonts-type1-belleek
3854 Free replacement for basic MathTime fonts.
3855
3856 %description fonts-type1-belleek -l pl.UTF-8
3857 Wolnodostępny zamiennik podstawowych fontów MathTime.
3858
3859 %package fonts-type1-bitstream
3860 Summary:        Bitstream fonts
3861 Summary(pl.UTF-8):      Fonty Bitstream
3862 Group:          Fonts
3863 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3864 Obsoletes:      tetex-fonts-type1-bitstrea
3865
3866 %description fonts-type1-bitstream
3867 Bitstream fonts.
3868
3869 %description fonts-type1-bitstream -l pl.UTF-8
3870 Fonty Bitstream.
3871
3872 %package fonts-type1-bluesky
3873 Summary:        Computer Modern family fonts
3874 Summary(pl.UTF-8):      Fonty z rodziny Computer Modern
3875 Group:          Fonts
3876 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3877
3878 %description fonts-type1-bluesky
3879 Computer Modern family fonts.
3880
3881 %description fonts-type1-bluesky -l pl.UTF-8
3882 Fonty z rodzony Computer Modern.
3883
3884 %package fonts-type1-cc-pl
3885 Summary:        Polish version of Computer Concrete fonts
3886 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
3887 Group:          Fonts
3888 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3889
3890 %description fonts-type1-cc-pl
3891 Polish version of Computer Concrete fonts.
3892
3893 %description fonts-type1-cc-pl -l pl.UTF-8
3894 Polska wersja fontów Computer Concrete.
3895
3896 %package fonts-type1-cmcyr
3897 Summary:        Computer Modern fonts extended with Russian letters
3898 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
3899 Group:          Fonts
3900 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3901
3902 %description fonts-type1-cmcyr
3903 Computer Modern fonts extended with Russian letters.
3904
3905 %description fonts-type1-cmcyr -l pl.UTF-8
3906 Fonty Computer Modern rozszerzone o litery rosyjskie.
3907
3908 %package fonts-type1-cs
3909 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
3910 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3911 Group:          Fonts
3912 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3913
3914 %description fonts-type1-cs
3915 Czech/Slovak-tuned MetaFont Computer Modern fonts.
3916
3917 %description fonts-type1-cs -l pl.UTF-8
3918 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
3919 czeskiego i słowackiego.
3920
3921 %package fonts-type1-dstroke
3922 Summary:        Doublestroke Type1 font for typesetting the mathematical symbols
3923 Summary(pl.UTF-8):      Podwójnie kreślony font Type1 do składania symboli matematycznych
3924 Group:          Fonts
3925 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3926
3927 %description fonts-type1-dstroke
3928 Doublestroke Type1 font for typesetting the mathematical symbols.
3929
3930 %description fonts-type1-dstroke -l pl.UTF-8
3931 Podwójnie kreślony font Type1 do składania symboli matematycznych.
3932
3933 %package fonts-type1-eurosym
3934 Summary:        The new European currency symbol for the Euro
3935 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
3936 Group:          Fonts
3937 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3938
3939 %description fonts-type1-eurosym
3940 The new European currency symbol for the Euro implemented in Metafont,
3941 using the official European Commission dimensions, and providing
3942 several shapes (normal, slanted, bold, outline).
3943
3944 %description fonts-type1-eurosym -l pl.UTF-8
3945 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
3946 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
3947 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
3948
3949 %package fonts-type1-hoekwater
3950 Summary:        Converted mflogo font
3951 Summary(pl.UTF-8):      Przekonwertowany font mflogo
3952 Group:          Fonts
3953 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3954
3955 %description fonts-type1-hoekwater
3956 Fonts originally created in MetaFont, transformed to PostScript by
3957 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
3958 xipa.
3959
3960 %description fonts-type1-hoekwater -l pl.UTF-8
3961 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
3962 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
3963 stmaryrd, wasy, wasy2, xipa.
3964
3965 %package fonts-type1-fpl
3966 Summary:        SC/OsF fonts for URW Palladio L
3967 Summary(pl.UTF-8):      Fonty SC/OsF dla URW Palladio L
3968 Group:          Fonts
3969 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3970
3971 %description fonts-type1-fpl
3972 The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
3973 are compatible with respect to metrics with the Palatino SC/OsF fonts
3974 from Adobe. Note that it is not the author's aim to exactly reproduce
3975 the outlines of the original Adobe fonts. The SC and OsF in the FPL
3976 Fonts were designed with the glyphs from URW Palladio L as starting
3977 point. For some glyphs (eg 'o') the author got the best result by
3978 scaling and boldening. For others (eg 'h') shifting selected portions
3979 of the character gave more satisfying results. All this was done using
3980 the free font editor FontForge <http://fontforge.sf.net/>. The kerning
3981 data in these fonts comes from Walter Schmidt's improved Palatino
3982 metrics.
3983
3984 %description fonts-type1-fpl -l pl.UTF-8
3985 Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
3986 kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
3987 Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
3988 kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
3989 projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
3990 (np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
3991 pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
3992 dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
3993 wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
3994 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
3995 Palatino Waltera Schmidta.
3996
3997 %package fonts-type1-tt2001
3998 Summary:        Type1 tt2001 family fonts
3999 Summary(pl.UTF-8):      Fonty Type1 z rodziny tt2001
4000 Group:          Applications/Publishing/TeX
4001 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4002
4003 %description fonts-type1-tt2001
4004 Type1 tt2001 famliy fonts.
4005
4006 %description fonts-type1-tt2001 -l pl.UTF-8
4007 Fonty Type1 z rodziny tt2001.
4008
4009 %package fonts-type1-lm
4010 Summary:        Type1 Latin Modern family fonts
4011 Summary(pl.UTF-8):      Fonty Type1 z rodziny Latin Modern
4012 Group:          Applications/Publishing/TeX
4013 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4014
4015 %description fonts-type1-lm
4016 Latin Modern family of fonts, based on the Computer Modern fonts
4017 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4018 lot of additional characters, mainly accented ones, but not only.
4019 There is a one set of PostScript fonts and four sets of TeX Font
4020 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4021 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4022 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4023 potential user knows what to do with all these files. The author is
4024 Boguslaw Jackowski.
4025
4026 %description fonts-type1-lm -l pl.UTF-8
4027 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4028 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4029 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4030 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4031 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4032 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4033 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4034 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4035 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4036
4037 %package fonts-type1-marvosym
4038 Summary:        Martin Vogel's Symbol (marvosym) font
4039 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4040 Group:          Fonts
4041 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4042
4043 %description fonts-type1-marvosym
4044 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4045 currency symbol as defined by the European commission; Euro currency
4046 symbols in typefaces Times, Helvetica and Courier; Symbols for
4047 structural engineering; Symbols for steel cross-sections; Astronomy
4048 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4049 symbols; CE sign and others.
4050
4051 %description fonts-type1-marvosym -l pl.UTF-8
4052 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4053 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4054 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4055 strukturalnej; symbole dla przekroi poprzecznych; symbole
4056 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4057 krawieckie; znak CE i inne.
4058
4059 %package fonts-type1-mathpazo
4060 Summary:        Pazo Math fonts
4061 Summary(pl.UTF-8):      Fonty matematyczne Pazo Math
4062 Group:          Fonts
4063 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4064
4065 %description fonts-type1-mathpazo
4066 Pazo Math fonts.
4067
4068 %description fonts-type1-mathpazo -l pl.UTF-8
4069 Fonty matematyczne Pazo Math.
4070
4071 %package fonts-type1-omega
4072 Summary:        Type1 fonts for Omega - extended unicode TeX
4073 Summary(pl.UTF-8):      Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4074 Group:          Fonts
4075 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4076
4077 %description fonts-type1-omega
4078 Type1 fonts for Omega - extended unicode TeX.
4079
4080 %description fonts-type1-omega -l pl.UTF-8
4081 Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4082
4083 %package fonts-type1-pl
4084 Summary:        Polish fonts
4085 Summary(pl.UTF-8):      Polskie fonty
4086 Group:          Fonts
4087 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4088 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4089
4090 %description fonts-type1-pl
4091 Polish fonts.
4092
4093 %description fonts-type1-pl -l pl.UTF-8
4094 Polskie fonty.
4095
4096 %package fonts-type1-px
4097 Summary:        PX fonts
4098 Summary(pl.UTF-8):      Fonty PX
4099 Group:          Fonts
4100 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4101
4102 %description fonts-type1-px
4103 PX fonts.
4104
4105 %description fonts-type1-px -l pl.UTF-8
4106 Fonty PX.
4107
4108 %package fonts-type1-qfonts
4109 Summary:        Quasi fonts
4110 Summary(pl.UTF-8):      Fonty Quasi
4111 Group:          Fonts
4112 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4113
4114 %description fonts-type1-qfonts
4115 Quasi fonts.
4116
4117 %description fonts-type1-qfonts -l pl.UTF-8
4118 Fonty Quasi.
4119
4120 %package fonts-type1-tx
4121 Summary:        TX fonts
4122 Summary(pl.UTF-8):      Fonty TX
4123 Group:          Fonts
4124 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4125
4126 %description fonts-type1-tx
4127 TX fonts.
4128
4129 %description fonts-type1-tx -l pl.UTF-8
4130 Fonty TX.
4131
4132 %package fonts-type1-uhc
4133 Summary:        Type1 UHC fonts
4134 Group:          Fonts
4135 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4136
4137 %description fonts-type1-uhc
4138 Type1 UHC fonts.
4139
4140 %package fonts-type1-urw
4141 Summary:        URW fonts
4142 Summary(pl.UTF-8):      Fonty URW
4143 Group:          Fonts
4144 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4145
4146 %description fonts-type1-urw
4147 URW fonts.
4148
4149 %description fonts-type1-urw -l pl.UTF-8
4150 Fonty URW.
4151
4152 %package fonts-type1-vnr
4153 Summary:        Type1 VNR fonts
4154 Summary(pl.UTF-8):      Fonty Type1 VNR
4155 Group:          Fonts
4156 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4157
4158 %description fonts-type1-vnr
4159 Type1 VNR fonts.
4160
4161 %description fonts-type1-vnr -l pl.UTF-8
4162 Fonty Type1 VNR.
4163
4164 %package fonts-type1-wadalab
4165 Summary:        Type1 Wadalab fonts
4166 Group:          Fonts
4167 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4168
4169 %description fonts-type1-wadalab
4170 Type1 Wadalab fonts.
4171
4172 %package fonts-type1-xypic
4173 Summary:        Xy-pic fonts
4174 Summary(pl.UTF-8):      Fonty Xy-pic
4175 Group:          Fonts
4176 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4177
4178 %description fonts-type1-xypic
4179 Xy-pic fonts.
4180
4181 %description fonts-type1-xypic -l pl.UTF-8
4182 Fonty Xy-pic.
4183
4184
4185 # TeXLive-specific packages - there wasn't before...
4186 %package afm2pl
4187 Summary:        Convert an Adobe font metric file to a TeX font property list
4188 Group:          Fonts
4189
4190 %description afm2pl
4191 Convert an Adobe font metric file to a TeX font property list.
4192
4193
4194 %package bbox
4195 Summary:        bbox prints the bounding box of images
4196 Group:          Applications/Publishing/TeX
4197
4198 %description bbox
4199 bbox reads a rawppm or rawpbm file and prints out the bounding box of
4200 the image.
4201
4202 %package cefutils
4203 Summary:        In cefutils there are CEF-compatible utils
4204 Group:          Applications/Publishing/TeX
4205
4206 %description cefutils
4207 In cefutils there are CEF-compatible (Chinese Encoding Framework)
4208 utils.
4209
4210 %package detex
4211 Summary:        A filter to strip TeX commands from a .tex file
4212 Summary(hu.UTF-8):      Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4213 Group:          Applications/Publishing/TeX
4214
4215 %description detex
4216 A filter to strip TeX commands from a .tex file.
4217
4218 %description detex -l hu.UTF-8
4219 Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4220
4221
4222 %package dviutils
4223 Summary:        Various DVI utils
4224 Summary(hu.UTF-8):      Vegyes DVI eszközök
4225 Group:          Applications/Publishing/TeX
4226
4227 %description dviutils
4228 This package contains various DVI utils.
4229
4230 %description dviutils -l hu.UTF-8
4231 Ez a csomag mindenféle DVI eszközt tartalmaz.
4232
4233 %package epsutils
4234 Summary:        Various EPS utils
4235 Group:          Applications/Publishing/TeX
4236
4237 %description epsutils
4238 Various EPS (Encapsulated PostScript) utils.
4239
4240
4241 %package filters
4242 Summary:        Various filters
4243 Group:          Applications/Publishing/TeX
4244
4245 %description filters
4246 Various filters.
4247
4248
4249 %package uncategorized-utils
4250 Summary:        Uncategorized utils
4251 Group:          Applications/Publishing/TeX
4252
4253 %description uncategorized-utils
4254 Uncategorized utilities. Needs check and categorizing.
4255
4256 %package tex4ht
4257 Summary:        LaTeX and TeX for hypertext
4258 Group:          Applications/Publishing/TeX
4259
4260 %description tex4ht
4261 A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4262 providing a configurable (La)TeX-based authoring system for hypertext.
4263 When converting to XML, you can use MathML instead of images for
4264 equation representation.
4265
4266 %prep
4267 %setup -q -c -T -n %{name}-%{version}-source
4268 lzma -dc %{SOURCE0} | tar xf - -C ..
4269 %patch0 -p1
4270 %patch1 -p1
4271
4272 cd libs/teckit
4273 cat ax*.m4 > acinclude.m4
4274 %{__libtoolize}
4275 %{__aclocal}
4276 %{__autoconf}
4277 %{__automake}
4278
4279 %build
4280 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
4281 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
4282 cd texk/kpathsea
4283 %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4284 %{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4285 %{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4286 %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4287 %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
4288 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
4289 cd ../..
4290
4291 %configure \
4292 %if %{with bootstrap}
4293         --without-xindy \
4294         --without-luatex \
4295 %endif
4296         --disable-multiplatform \
4297         --disable-static \
4298         --enable-a4 \
4299         --enable-gf \
4300         --enable-ipc \
4301         --enable-shared \
4302         --with-fontconfig \
4303         --with-fonts-dir=/var/cache/fonts \
4304         --with-ncurses \
4305         --with-system-freetype \
4306         --with-freetype-include=/usr/include/freetype \
4307         --with-system-freetype2 \
4308         --with-freetype2-include=/usr/include/freetype2 \
4309         --with-system-gd \
4310         --with-system-ncurses \
4311         --with-system-pnglib \
4312         --with-system-t1lib \
4313         --with-system-zlib \
4314         --with-xdvi-x-toolkit=xaw \
4315         --without-dialog \
4316         --without-t1utils \
4317         --without-texinfo
4318
4319 %{__make}
4320
4321 %install
4322 rm -rf $RPM_BUILD_ROOT
4323 install -d $RPM_BUILD_ROOT%{_datadir} \
4324         $RPM_BUILD_ROOT%{_desktopdir} \
4325         $RPM_BUILD_ROOT%{_pixmapsdir} \
4326         $RPM_BUILD_ROOT%{_mandir}/man5 \
4327         $RPM_BUILD_ROOT/var/cache/fonts \
4328         $RPM_BUILD_ROOT/etc/cron.daily\
4329         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
4330         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
4331         $RPM_BUILD_ROOT%{fmtdir}
4332
4333 lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
4334 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
4335 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
4336 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
4337 # This is an empty directory
4338 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
4339 # Useless binary
4340 %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
4341
4342 # commented out because of following (non-fatal) error:
4343 # Can't open texmf/web2c/texmf.cnf: No such file or directory.
4344 #perl -pi \
4345 #       -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
4346 #       -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
4347 #       texmf/web2c/texmf.cnf
4348
4349 # install -d $RPM_BUILD_ROOT%{texmf} $RPM_BUILD_ROOT%{texmfdist} $RPM_BUILD_ROOT%{texmfdoc}
4350 # %{__cp} -a texlive-20080822-texmf/texmf/* $RPM_BUILD_ROOT%{texmf}
4351 # %{__cp} -a texlive-20080822-texmf/texmf-dist/* $RPM_BUILD_ROOT%{texmfdist}
4352 # %{__cp} -a texlive-20080822-texmf/texmf-doc/* $RPM_BUILD_ROOT%{texmfdoc}
4353
4354 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
4355
4356 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
4357
4358 %{__make} install \
4359         prefix=$RPM_BUILD_ROOT%{_prefix} \
4360         bindir=$RPM_BUILD_ROOT%{_bindir} \
4361         mandir=$RPM_BUILD_ROOT%{_mandir} \
4362         libdir=$RPM_BUILD_ROOT%{_libdir} \
4363         datadir=$RPM_BUILD_ROOT%{_datadir} \
4364         infodir=$RPM_BUILD_ROOT%{_infodir} \
4365         includedir=$RPM_BUILD_ROOT%{_includedir} \
4366         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
4367         texmf=$RPM_BUILD_ROOT%{texmf} \
4368         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
4369         texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
4370
4371 # Fix broken symlinks
4372 # CURDIR=$(pwd)
4373 # cd $RPM_BUILD_ROOT%{_bindir}
4374 # for file in $(file * | grep broken | awk -F ":" {'print $1'}); do
4375 # ln -sf $(readlink $file | %{__sed} "s@\.\.@%{_datadir}@") $file
4376 # done
4377 # cd $CURDIR
4378
4379 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
4380 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
4381
4382 # %{__make} init \
4383 #       prefix=$RPM_BUILD_ROOT%{_prefix} \
4384 #       bindir=$RPM_BUILD_ROOT%{_bindir} \
4385 #       mandir=$RPM_BUILD_ROOT%{_mandir} \
4386 #       libdir=$RPM_BUILD_ROOT%{_libdir} \
4387 #       datadir=$RPM_BUILD_ROOT%{_datadir} \
4388 #       infodir=$RPM_BUILD_ROOT%{_infodir} \
4389 #       includedir=$RPM_BUILD_ROOT%{_includedir} \
4390 #       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
4391 #       texmf=$RPM_BUILD_ROOT%{texmf}
4392
4393 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4394 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
4395
4396 perl -pi \
4397         -e "s|$RPM_BUILD_ROOT||g;" \
4398         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
4399
4400 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
4401
4402 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
4403 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
4404
4405 # bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
4406
4407 # in separate spec
4408 rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{beamer,pgf,xcolor}
4409 rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{beamer,pgf,xcolor}
4410
4411 # not included in package
4412 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
4413 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
4414 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
4415 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
4416 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
4417 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
4418 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
4419 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
4420 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
4421 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
4422 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
4423 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
4424 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
4425 rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
4426 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
4427 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
4428
4429 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
4430 # and we can still analyze them
4431 # install -d format-logs
4432 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
4433
4434 %clean
4435 rm -rf $RPM_BUILD_ROOT
4436
4437 %post
4438 %fixinfodir
4439 %texhash
4440
4441 %postun
4442 %fixinfodir
4443 if [ "$1" = "1" ]; then
4444         %texhash
4445 fi
4446
4447 %post doc-Catalogue
4448 %texhash
4449
4450 %postun doc-Catalogue
4451 %texhash
4452
4453 %post doc-tug-faq
4454 %texhash
4455
4456 %postun doc-tug-faq
4457 %texhash
4458
4459 %post -n kpathsea
4460 /sbin/ldconfig
4461 %fixinfodir
4462 %texhash
4463
4464 %postun -n kpathsea
4465 /sbin/ldconfig
4466 %fixinfodir
4467 %texhash
4468
4469 %post -n kpathsea-devel
4470 %texhash
4471
4472 %postun -n kpathsea-devel
4473 %texhash
4474
4475 %post dvips
4476 %fixinfodir
4477 %texhash
4478
4479 %postun dvips
4480 %fixinfodir
4481 %texhash
4482
4483 %post dvilj
4484 %texhash
4485
4486 %postun dvilj
4487 %texhash
4488
4489 %post makeindex
4490 %texhash
4491
4492 %postun makeindex
4493 %texhash
4494
4495 %post metafont
4496 %texhash
4497
4498 %postun metafont
4499 %texhash
4500
4501 %post metapost
4502 %texhash
4503
4504 %postun metapost
4505 %texhash
4506
4507 %post mptopdf
4508 %texhash
4509
4510 %postun mptopdf
4511 %texhash
4512
4513 %post texdoctk
4514 %texhash
4515
4516 %postun texdoctk
4517 %texhash
4518
4519 %post -n xdvi
4520 %texhash
4521
4522 %postun -n xdvi
4523 %texhash
4524
4525 %post pdftex
4526 %texhash
4527
4528 %postun pdftex
4529 %texhash
4530
4531 %post omega
4532 %texhash
4533
4534 %postun omega
4535 %texhash
4536
4537 %post plain
4538 %texhash
4539
4540 %postun plain
4541 %texhash
4542
4543 %post format-plain
4544 %texhash
4545
4546 %postun format-plain
4547 %texhash
4548
4549 %post format-pdftex
4550 %texhash
4551
4552 %postun format-pdftex
4553 %texhash
4554
4555 %post format-pdfetex
4556 %texhash
4557
4558 %postun format-pdfetex
4559 %texhash
4560
4561 %post mex
4562 %texhash
4563
4564 %postun mex
4565 %texhash
4566
4567 %post format-mex
4568 %texhash
4569
4570 %postun format-mex
4571 %texhash
4572
4573 %post format-pdfmex
4574 %texhash
4575
4576 %postun format-pdfmex
4577 %texhash
4578
4579 %postun format-utf8mex
4580 %texhash
4581
4582 %post amstex
4583 %texhash
4584
4585 %postun amstex
4586 %texhash
4587
4588 %post format-amstex
4589 %texhash
4590
4591 %postun format-amstex
4592 %texhash
4593
4594 %post format-pdfamstex
4595 %texhash
4596
4597 %postun format-pdfamstex
4598 %texhash
4599
4600 %post csplain
4601 %texhash
4602
4603 %postun csplain
4604 %texhash
4605
4606 %post format-csplain
4607 %texhash
4608
4609 %postun format-csplain
4610 %texhash
4611
4612 %post format-pdfcsplain
4613 %texhash
4614
4615 %postun format-pdfcsplain
4616 %texhash
4617
4618 %post cslatex
4619 %texhash
4620
4621 %postun cslatex
4622 %texhash
4623
4624 %post format-cslatex
4625 %texhash
4626
4627 %postun format-cslatex
4628 %texhash
4629
4630 %post format-pdfcslatex
4631 %texhash
4632
4633 %postun format-pdfcslatex
4634 %texhash
4635
4636 %post cyrplain
4637 %texhash
4638
4639 %postun cyrplain
4640 %texhash
4641
4642 %post format-cyrplain
4643 %texhash
4644
4645 %postun format-cyrplain
4646 %texhash
4647
4648 %post format-cyramstex
4649 %texhash
4650
4651 %postun format-cyramstex
4652 %texhash
4653
4654 %post format-cyrtexinfo
4655 %texhash
4656
4657 %postun format-cyrtexinfo
4658 %texhash
4659
4660 %post eplain
4661 %texhash
4662
4663 %postun eplain
4664 %texhash
4665
4666 %post format-eplain
4667 %texhash
4668
4669 %postun format-eplain
4670 %texhash
4671
4672 # ConTeXt format
4673
4674 %post context
4675 %texhash
4676
4677 %postun context
4678 %texhash
4679
4680 %post format-context-de
4681 %texhash
4682
4683 %postun format-context-de
4684 %texhash
4685
4686 %post format-context-en
4687 %texhash
4688
4689 %postun format-context-en
4690 %texhash
4691
4692 %post format-context-nl
4693 %texhash
4694
4695 %postun format-context-nl
4696 %texhash
4697
4698 # LaTeX format.
4699
4700 %post latex
4701 %fixinfodir
4702 %texhash
4703
4704 %postun latex
4705 %fixinfodir
4706 %texhash
4707
4708 %post latex-abstract
4709 %texhash
4710
4711 %postun latex-abstract
4712 %texhash
4713
4714 %post latex-accfonts
4715 %texhash
4716
4717 %postun latex-accfonts
4718 %texhash
4719
4720 %post latex-adrconv
4721 %texhash
4722
4723 %postun latex-adrconv
4724 %texhash
4725
4726 %post latex-ae
4727 %texhash
4728
4729 %postun latex-ae
4730 %texhash
4731
4732 %post latex-ams
4733 %texhash
4734
4735 %postun latex-ams
4736 %texhash
4737
4738 %post latex-antp
4739 %texhash
4740
4741 %postun latex-antp
4742 %texhash
4743
4744 %post latex-antt
4745 %texhash
4746
4747 %postun latex-antt
4748 %texhash
4749
4750 %post latex-appendix
4751 %texhash
4752
4753 %postun latex-appendix
4754 %texhash
4755
4756 %post latex-bbm
4757 %texhash
4758
4759 %postun latex-bbm
4760 %texhash
4761
4762 %post latex-bbold
4763 %texhash
4764
4765 %postun latex-bbold
4766 %texhash
4767
4768 %post latex-bezos
4769 %texhash
4770
4771 %postun latex-bezos
4772 %texhash
4773
4774 %post latex-bibtex
4775 %texhash
4776
4777 %postun latex-bibtex
4778 %texhash
4779
4780 %post latex-bibtex-ams
4781 %texhash
4782
4783 %postun latex-bibtex-ams
4784 %texhash
4785
4786 %post latex-bibtex-pl
4787 %texhash
4788
4789 %postun latex-bibtex-pl
4790 %texhash
4791
4792 %post latex-bibtex-german
4793 %texhash
4794
4795 %postun latex-bibtex-german
4796 %texhash
4797
4798 %post latex-bibtex-revtex4
4799 %texhash
4800
4801 %postun latex-bibtex-revtex4
4802 %texhash
4803
4804 %post latex-bibtex-jurabib
4805 %texhash
4806
4807 %postun latex-bibtex-jurabib
4808 %texhash
4809
4810 %post latex-booktabs
4811 %texhash
4812
4813 %postun latex-booktabs
4814 %texhash
4815
4816
4817 %post latex-caption
4818 %texhash
4819
4820 %postun latex-caption
4821 %texhash
4822
4823 %post latex-carlisle
4824 %texhash
4825
4826 %postun latex-carlisle
4827 %texhash
4828
4829 %post latex-ccfonts
4830 %texhash
4831
4832 %postun latex-ccfonts
4833 %texhash
4834
4835 %post latex-cite
4836 %texhash
4837
4838 %postun latex-cite
4839 %texhash
4840
4841 %post latex-cmbright
4842 %texhash
4843
4844 %postun latex-cmbright
4845 %texhash
4846
4847
4848 %post latex-comment
4849 %texhash
4850
4851 %postun latex-comment
4852 %texhash
4853
4854 %post latex-concmath
4855 %texhash
4856
4857 %postun latex-concmath
4858 %texhash
4859
4860 %post latex-currvita
4861 %texhash
4862
4863 %postun latex-currvita
4864 %texhash
4865
4866
4867 %post latex-curves
4868 %texhash
4869
4870 %postun latex-curves
4871 %texhash
4872
4873 %post latex-custom-bib
4874 %texhash
4875
4876 %postun latex-custom-bib
4877 %texhash
4878
4879 %post latex-cyrillic
4880 %texhash
4881
4882 %postun latex-cyrillic
4883 %texhash
4884
4885 # %post latex-dstroke
4886 # %texhash
4887
4888 # %postun latex-dstroke
4889 # %texhash
4890
4891 %post latex-enumitem
4892 %texhash
4893
4894 %postun latex-enumitem
4895 %texhash
4896
4897 %post latex-exam
4898 %texhash
4899
4900 %postun latex-exam
4901 %texhash
4902
4903 %post latex-gbrief
4904 %texhash
4905
4906 %postun latex-gbrief
4907 %texhash
4908
4909 %post latex-jknappen
4910 %texhash
4911
4912 %postun latex-jknappen
4913 %texhash
4914
4915 %post latex-leftidx
4916 %texhash
4917
4918 %postun latex-leftidx
4919 %texhash
4920
4921 %post latex-lm
4922 %texhash
4923
4924 %post latex-lastpage
4925 %texhash
4926
4927 %postun latex-lastpage
4928 %texhash
4929
4930 %postun latex-lm
4931 %texhash
4932
4933 %post latex-lucidabr
4934 %texhash
4935
4936 %postun latex-lucidabr
4937 %texhash
4938
4939 %post latex-marvosym
4940 %texhash
4941
4942 %postun latex-marvosym
4943 %texhash
4944
4945 %post latex-mathpple
4946 %texhash
4947
4948 %postun latex-mathpple
4949 %texhash
4950
4951 %post latex-mathtime
4952 %texhash
4953
4954 %postun latex-mathtime
4955 %texhash
4956
4957 %post latex-mflogo
4958 %texhash
4959
4960 %postun latex-mflogo
4961 %texhash
4962
4963 %post latex-mfnfss
4964 %texhash
4965
4966 %postun latex-mfnfss
4967 %texhash
4968
4969 %post latex-minitoc
4970 %texhash
4971
4972 %postun latex-minitoc
4973 %texhash
4974
4975 %post latex-mltex
4976 %texhash
4977
4978 %postun latex-mltex
4979 %texhash
4980
4981 %post latex-moreverb
4982 %texhash
4983
4984 %postun latex-moreverb
4985 %texhash
4986
4987 %post latex-multienum
4988 %texhash
4989
4990 %postun latex-multienum
4991 %texhash
4992
4993 %post latex-ntheorem
4994 %texhash
4995
4996 %postun latex-ntheorem
4997 %texhash
4998
4999 %post latex-palatcm
5000 %texhash
5001
5002 %postun latex-palatcm
5003 %texhash
5004
5005 %post latex-psnfss
5006 %texhash
5007
5008 %postun latex-psnfss
5009 %texhash
5010
5011 %post latex-pxfonts
5012 %texhash
5013
5014 %postun latex-pxfonts
5015 %texhash
5016
5017 %post latex-qfonts
5018 %texhash
5019
5020 %postun latex-qfonts
5021 %texhash
5022
5023 %post latex-SIunits
5024 %texhash
5025
5026 %postun latex-SIunits
5027 %texhash
5028
5029 %post latex-txfonts
5030 %texhash
5031
5032 %postun latex-txfonts
5033 %texhash
5034
5035 %post latex-ucs
5036 %texhash
5037
5038 %postun latex-ucs
5039 %texhash
5040
5041 %post latex-umlaute
5042 %texhash
5043
5044 %postun latex-umlaute
5045 %texhash
5046
5047 %post latex-wasysym
5048 %texhash
5049
5050 %postun latex-wasysym
5051 %texhash
5052
5053 %post format-latex
5054 %texhash
5055
5056 %postun format-latex
5057 %texhash
5058
5059 %post format-pdflatex
5060 %texhash
5061
5062 %postun format-pdflatex
5063 %texhash
5064
5065 %post platex
5066 %texhash
5067
5068 %postun platex
5069 %texhash
5070
5071 %post format-platex
5072 %texhash
5073
5074 %postun format-platex
5075 %texhash
5076
5077 %post format-pdfplatex
5078 %texhash
5079
5080 %postun format-pdfplatex
5081 %texhash
5082
5083 %post tex-babel
5084 %texhash
5085
5086 %postun tex-babel
5087 %texhash
5088
5089 %post tex-german
5090 %texhash
5091
5092 %postun tex-german
5093 %texhash
5094
5095 %post tex-mfpic
5096 %texhash
5097
5098 %postun tex-mfpic
5099 %texhash
5100
5101 %post tex-misc
5102 %texhash
5103
5104 %postun tex-misc
5105 %texhash
5106
5107 %post tex-pictex
5108 %texhash
5109
5110 %postun tex-pictex
5111 %texhash
5112
5113 %post tex-pstricks
5114 %texhash
5115
5116 %postun tex-pstricks
5117 %texhash
5118
5119 %post tex-qpx
5120 %texhash
5121
5122 %postun tex-qpx
5123 %texhash
5124
5125 %post tex-qpxqtx
5126 %texhash
5127
5128 %postun tex-qpxqtx
5129 %texhash
5130
5131 %post tex-ruhyphen
5132 %texhash
5133
5134 %postun tex-ruhyphen
5135 %texhash
5136
5137 %post tex-spanish
5138 %texhash
5139
5140 %postun tex-spanish
5141 %texhash
5142
5143 %post tex-texdraw
5144 %texhash
5145
5146 %postun tex-texdraw
5147 %texhash
5148
5149 %post tex-thumbpdf
5150 %texhash
5151
5152 %postun tex-thumbpdf
5153 %texhash
5154
5155 %post tex-ukrhyph
5156 %texhash
5157
5158 %postun tex-ukrhyph
5159 %texhash
5160
5161 %post latex-vietnam
5162 %texhash
5163
5164 %postun latex-vietnam
5165 %texhash
5166
5167 %post tex-xypic
5168 %texhash
5169
5170 %postun tex-xypic
5171 %texhash
5172
5173 %post fonts-adobe
5174 %texhash
5175
5176 %postun fonts-adobe
5177 %texhash
5178
5179 %post fonts-ae
5180 %texhash
5181
5182 %postun fonts-ae
5183 %texhash
5184
5185 %post fonts-ams
5186 %texhash
5187
5188 %postun fonts-ams
5189 %texhash
5190
5191 %post fonts-antp
5192 %texhash
5193
5194 %postun fonts-antp
5195 %texhash
5196
5197 %post fonts-antt
5198 %texhash
5199
5200 %postun fonts-antt
5201 %texhash
5202
5203 %post fonts-bbm
5204 %texhash
5205
5206 %postun fonts-bbm
5207 %texhash
5208
5209 %post fonts-bbold
5210 %texhash
5211
5212 %postun fonts-bbold
5213 %texhash
5214
5215 %post fonts-bh
5216 %texhash
5217
5218 %postun fonts-bh
5219 %texhash
5220
5221 %post fonts-bitstream
5222 %texhash
5223
5224 %postun fonts-bitstream
5225 %texhash
5226
5227 %post fonts-cbgreek
5228 %texhash
5229
5230 %postun fonts-cbgreek
5231 %texhash
5232
5233 %post fonts-cc-pl
5234 %texhash
5235
5236 %postun fonts-cc-pl
5237 %texhash
5238
5239 %post fonts-cg
5240 %texhash
5241
5242 %postun fonts-cg
5243 %texhash
5244
5245 %post fonts-cm
5246 %texhash
5247
5248 %postun fonts-cm
5249 %texhash
5250
5251 %post fonts-cmbright
5252 %texhash
5253
5254 %postun fonts-cmbright
5255 %texhash
5256
5257 %post fonts-cmcyr
5258 %texhash
5259
5260 %postun fonts-cmcyr
5261 %texhash
5262
5263 %post fonts-cmextra
5264 %texhash
5265
5266 %postun fonts-cmextra
5267 %texhash
5268
5269 %post fonts-concmath
5270 %texhash
5271
5272 %postun fonts-concmath
5273 %texhash
5274
5275 %post fonts-concrete
5276 %texhash
5277
5278 %postun fonts-concrete
5279 %texhash
5280
5281 %post fonts-cs
5282 %texhash
5283
5284 %postun fonts-cs
5285 %texhash
5286
5287 %post fonts-dstroke
5288 %texhash
5289
5290 %postun fonts-dstroke
5291 %texhash
5292
5293 %post fonts-ecc
5294 %texhash
5295
5296 %postun fonts-ecc
5297 %texhash
5298
5299 %post fonts-eurosym
5300 %texhash
5301
5302 %postun fonts-eurosym
5303 %texhash
5304
5305 %post fonts-euxm
5306 %texhash
5307
5308 %postun fonts-euxm
5309 %texhash
5310
5311 %post fonts-gothic
5312 %texhash
5313
5314 %postun fonts-gothic
5315 %texhash
5316
5317 %post fonts-hoekwater
5318 %texhash
5319
5320 %postun fonts-hoekwater
5321 %texhash
5322
5323 %post fonts-jknappen
5324 %texhash
5325
5326 %postun fonts-jknappen
5327 %texhash
5328
5329 %post fonts-latex
5330 %texhash
5331
5332 %postun fonts-latex
5333 %texhash
5334
5335 %post fonts-lh
5336 %texhash
5337
5338 %postun fonts-lh
5339 %texhash
5340
5341 %post fonts-lm
5342 %texhash
5343
5344 %postun fonts-lm
5345 %texhash
5346
5347 %post fonts-marvosym
5348 %texhash
5349
5350 %postun fonts-marvosym
5351 %texhash
5352
5353 %post fonts-mflogo
5354 %texhash
5355
5356 %postun fonts-mflogo
5357 %texhash
5358
5359 %post fonts-misc
5360 %texhash
5361
5362 %postun fonts-misc
5363 %texhash
5364
5365 %post fonts-monotype
5366 %texhash
5367
5368 %postun fonts-monotype
5369 %texhash
5370
5371 %post fonts-omega
5372 %texhash
5373
5374 %postun fonts-omega
5375 %texhash
5376
5377 %post fonts-pazo
5378 %texhash
5379
5380 %postun fonts-pazo
5381 %texhash
5382
5383 %post fonts-pl
5384 %texhash
5385
5386 %postun fonts-pl
5387 %texhash
5388
5389 %post fonts-px
5390 %texhash
5391
5392 %postun fonts-px
5393 %texhash
5394
5395 %post fonts-qfonts
5396 %texhash
5397
5398 %postun fonts-qfonts
5399 %texhash
5400
5401 %post fonts-qpx
5402 %texhash
5403
5404 %postun fonts-qpx
5405 %texhash
5406
5407 %post fonts-qpxqtx
5408 %texhash
5409
5410 %postun fonts-qpxqtx
5411 %texhash
5412
5413 %post fonts-rsfs
5414 %texhash
5415
5416 %postun fonts-rsfs
5417 %texhash
5418
5419 %post fonts-stmaryrd
5420 %texhash
5421
5422 %postun fonts-stmaryrd
5423 %texhash
5424
5425 %post fonts-tx
5426 %texhash
5427
5428 %postun fonts-tx
5429 %texhash
5430
5431 %post fonts-urw
5432 %texhash
5433
5434 %postun fonts-urw
5435 %texhash
5436
5437 %post fonts-vnr
5438 %texhash
5439
5440 %postun fonts-vnr
5441 %texhash
5442
5443 %post fonts-wasy
5444 %texhash
5445
5446 %postun fonts-wasy
5447 %texhash
5448
5449 %post fonts-xypic
5450 %texhash
5451
5452 %postun fonts-xypic
5453 %texhash
5454
5455 %post fonts-yandy
5456 %texhash
5457
5458 %postun fonts-yandy
5459 %texhash
5460
5461 %post fonts-type1-antp
5462 %texhash
5463
5464 %postun fonts-type1-antp
5465 %texhash
5466
5467 %post fonts-type1-antt
5468 %texhash
5469
5470 %postun fonts-type1-antt
5471 %texhash
5472
5473 %post fonts-type1-belleek
5474 %texhash
5475
5476 %postun fonts-type1-belleek
5477 %texhash
5478
5479 %post fonts-type1-bitstream
5480 %texhash
5481
5482 %postun fonts-type1-bitstream
5483 %texhash
5484
5485 %post fonts-type1-bluesky
5486 %texhash
5487
5488 %postun fonts-type1-bluesky
5489 %texhash
5490
5491 %post fonts-type1-cc-pl
5492 %texhash
5493
5494 %postun fonts-type1-cc-pl
5495 %texhash
5496
5497 %post fonts-type1-cmcyr
5498 %texhash
5499
5500 %postun fonts-type1-cmcyr
5501 %texhash
5502
5503 %post fonts-type1-cs
5504 %texhash
5505
5506 %postun fonts-type1-cs
5507 %texhash
5508
5509 %post fonts-type1-dstroke
5510 %texhash
5511
5512 %postun fonts-type1-dstroke
5513 %texhash
5514
5515 %post fonts-type1-eurosym
5516 %texhash
5517
5518 %postun fonts-type1-eurosym
5519 %texhash
5520
5521 %post fonts-type1-hoekwater
5522 %texhash
5523
5524 %postun fonts-type1-hoekwater
5525 %texhash
5526
5527 %post fonts-type1-lm
5528 %texhash
5529
5530 %postun fonts-type1-lm
5531 %texhash
5532
5533 %post fonts-type1-marvosym
5534 %texhash
5535
5536 %postun fonts-type1-marvosym
5537 %texhash
5538
5539 %post fonts-type1-mathpazo
5540 %texhash
5541
5542 %postun fonts-type1-mathpazo
5543 %texhash
5544
5545 %post fonts-type1-omega
5546 %texhash
5547
5548 %postun fonts-type1-omega
5549 %texhash
5550
5551 %post fonts-type1-pl
5552 %texhash
5553
5554 %postun fonts-type1-pl
5555 %texhash
5556
5557 %post fonts-type1-px
5558 %texhash
5559
5560 %postun fonts-type1-px
5561 %texhash
5562
5563 %post fonts-type1-qfonts
5564 %texhash
5565
5566 %postun fonts-type1-qfonts
5567 %texhash
5568
5569 %post fonts-type1-tx
5570 %texhash
5571
5572 %postun fonts-type1-tx
5573 %texhash
5574
5575 %post fonts-type1-urw
5576 %texhash
5577
5578 %postun fonts-type1-urw
5579 %texhash
5580
5581 %post fonts-type1-vnr
5582 %texhash
5583
5584 %postun fonts-type1-vnr
5585 %texhash
5586
5587 %post fonts-type1-xypic
5588 %texhash
5589
5590 %postun fonts-type1-xypic
5591 %texhash
5592
5593 %post -n texconfig
5594 %texhash
5595
5596 %postun -n texconfig
5597 %texhash
5598
5599 # Check the commented lines!!!
5600
5601 %files
5602 %defattr(644,root,root,755)
5603 # %doc %{texmf}/LICENSE.texmf
5604 # %doc %{texmf}/ChangeLog
5605 # %doc %{texmf}/doc/README.knuth
5606 # There isn't doc/fonts directory
5607 # %dir %{texmf}/doc/fonts
5608 # %doc %{texmf}/doc/fonts/fontname
5609 # %dir %{texmf}/doc/fonts/polish
5610 # %dir %{texmf}/doc/help
5611 # %doc %{texmf}/doc/help/csname.txt
5612 # %doc %{texmf}/doc/help/ctan
5613 # %doc %{texmf}/doc/help/tds.dvi
5614 # %doc %{texmf}/doc/help/unixtex.ftp
5615 # %dir %{texmf}/doc/help/faq
5616 # %doc %{texmf}/doc/images
5617 # %dir %{texmf}/doc/polish
5618 # %doc %{texmf}/doc/polish/*.html
5619 # %dir %{texmf}/doc/programs
5620 # %doc %{texmf}/doc/programs/web2c*
5621 # %doc %{texmf}/doc/programs/cwebman.dvi
5622 # %doc %{texmf}/doc/programs/dvipng.*
5623 # %doc %{texmf}/doc/knuth
5624 #%attr(755,root,root) %{_bindir}/MakeTeXPK
5625 #%attr(755,root,root) %{_bindir}/access
5626
5627 # ***********
5628 # executables
5629 # ***********
5630 %attr(755,root,root) %{_bindir}/a2ping
5631 %attr(755,root,root) %{_bindir}/afm2tfm
5632 %attr(755,root,root) %{_bindir}/allcm
5633 %attr(755,root,root) %{_bindir}/allec
5634 %attr(755,root,root) %{_bindir}/allneeded
5635 %attr(755,root,root) %{_bindir}/cweave
5636 %attr(755,root,root) %{_bindir}/ctangle
5637 %attr(755,root,root) %{_bindir}/ctie
5638 %attr(755,root,root) %{_bindir}/dmp
5639 %attr(755,root,root) %{_bindir}/dvipng
5640 %attr(755,root,root) %{_bindir}/e2pall
5641 %attr(755,root,root) %{_bindir}/ebb
5642 # %attr(755,root,root) %{_bindir}/fdf2tan
5643 %attr(755,root,root) %{_bindir}/fmtutil
5644 %attr(755,root,root) %{_bindir}/fmtutil-sys
5645 #%attr(755,root,root) %{_bindir}/fontexport
5646 #%attr(755,root,root) %{_bindir}/fontimport
5647 %attr(755,root,root) %{_bindir}/fontinst
5648 %attr(755,root,root) %{_bindir}/gftodvi
5649 %attr(755,root,root) %{_bindir}/gftopk
5650 %attr(755,root,root) %{_bindir}/gftype
5651 %attr(755,root,root) %{_bindir}/gsftopk
5652 #%attr(755,root,root) %{_bindir}/initex
5653 %attr(755,root,root) %{_bindir}/kpseaccess
5654 %attr(755,root,root) %{_bindir}/kpsereadlink
5655 %attr(755,root,root) %{_bindir}/kpsewhere
5656 %attr(755,root,root) %{_bindir}/mag
5657 %attr(755,root,root) %{_bindir}/makempx
5658 %attr(755,root,root) %{_bindir}/makempy
5659 #%attr(755,root,root) %{_bindir}/mkfontdesc
5660 %attr(755,root,root) %{_bindir}/mktexfmt
5661 %attr(755,root,root) %{_bindir}/mktexlsr
5662 %attr(755,root,root) %{_bindir}/newer
5663 %attr(755,root,root) %{_bindir}/patgen
5664 %attr(755,root,root) %{_bindir}/pdfetex
5665 %attr(755,root,root) %{_bindir}/pfb2pfa
5666 %attr(755,root,root) %{_bindir}/pk2bm
5667 %attr(755,root,root) %{_bindir}/pktogf
5668 %attr(755,root,root) %{_bindir}/pktype
5669 %attr(755,root,root) %{_bindir}/pltotf
5670 %attr(755,root,root) %{_bindir}/pooltype
5671 %attr(755,root,root) %{_bindir}/ps2frag
5672 %attr(755,root,root) %{_bindir}/ps2pk
5673 # TODO: move this file to correct subpackage ?
5674 %attr(755,root,root) %{_bindir}/ps4pdf
5675 #%attr(755,root,root) %{_bindir}/t1mapper
5676 %attr(755,root,root) %{_bindir}/tangle
5677 #%attr(755,root,root) %{_bindir}/tetex-updmap
5678 %attr(755,root,root) %{_bindir}/tex
5679 %attr(755,root,root) %{_bindir}/texdoc
5680 %attr(755,root,root) %{_bindir}/texexec
5681 %attr(755,root,root) %{_bindir}/texhash
5682 # %attr(755,root,root) %{_bindir}/texi2html
5683 %attr(755,root,root) %{_bindir}/texlinks
5684 %attr(755,root,root) %{_bindir}/tftopl
5685 %attr(755,root,root) %{_bindir}/tie
5686 %attr(755,root,root) %{_bindir}/ttf2afm
5687 %attr(755,root,root) %{_bindir}/updmap
5688 %attr(755,root,root) %{_bindir}/updmap-sys
5689 %attr(755,root,root) %{_bindir}/vftovp
5690 #%attr(755,root,root) %{_bindir}/virtex
5691 %attr(755,root,root) %{_bindir}/vptovf
5692 %attr(755,root,root) %{_bindir}/weave
5693
5694 %attr(755,root,root) %{texmf}/web2c/mktexnam
5695 %attr(755,root,root) %{texmf}/web2c/mktexdir
5696 %attr(755,root,root) %{texmf}/web2c/mktexupd
5697
5698 %attr(750,root,root) /etc/cron.daily/texlive
5699
5700 #%dir /etc/sysconfig/tetex-updmap
5701 #%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
5702
5703 %ghost %{texmf}/ls-R
5704 %ghost %{texmfdist}/ls-R
5705 # %ghost %{_localstatedir}/ls-R
5706
5707 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
5708 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
5709 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
5710 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
5711 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
5712
5713 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
5714 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
5715 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
5716 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
5717 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
5718 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
5719 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
5720
5721 %attr(1777,root,root) /var/cache/fonts
5722
5723 %{_datadir}/info/web2c.info*
5724 # %{_datadir}/info/texi2html.info*
5725 # %{_datadir}/texi2html
5726 #%{texmf}/updates.dat
5727
5728 # %{texmf}/aliases
5729 # %{texmf}/tex/generic/bghyph
5730 # %doc %{texmf}/doc/generic/hyphen
5731 #%{texmf}/tex/generic/letterspacing
5732
5733 # ***********
5734 # Directories
5735 # ***********
5736 %attr(1777,root,root) %dir %{_localstatedir}
5737 %attr(1777,root,root) %dir %{_localstatedir}/fonts
5738 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
5739 %attr(1777,root,root) %dir %{fmtdir}
5740
5741 %dir %{texmfdist}
5742 %dir %{texmf}
5743
5744 %dir %{texmfdist}/doc
5745 %dir %{texmfdist}/doc/generic
5746 %dir %{texmfdist}/doc/generic/enctex
5747 %dir %{texmfdist}/doc/latex
5748 %dir %{texmfdist}/doc/latex/localloc
5749 %dir %{texmf}/doc
5750 %dir %{texmf}/doc/generic
5751 %dir %{texmf}/doc/tetex
5752
5753 %dir %{texmfdist}/tex
5754 %dir %{texmfdist}/tex/cslatex
5755 %dir %{texmfdist}/tex/cslatex/base
5756 %dir %{texmfdist}/tex/generic
5757 %dir %{texmfdist}/tex/generic/dehyph-exptl
5758 %dir %{texmfdist}/tex/generic/enctex
5759 %dir %{texmfdist}/tex/generic/genmisc
5760 %dir %{texmfdist}/tex/generic/hyph-utf8
5761 %dir %{texmfdist}/tex/generic/misc
5762 %dir %{texmfdist}/tex/latex
5763 %dir %{texmfdist}/tex/latex/base
5764 %dir %{texmf}/dvips
5765 %dir %{texmf}/dvips/config
5766 %dir %{texmf}/dvips/tetex
5767 %dir %{texmf}/fonts/enc
5768 %dir %{texmf}/fonts/enc/dvips
5769 %dir %{texmf}/fonts/enc/dvips/tetex
5770 %dir %{texmf}/fonts/map/dvips/updmap
5771 %dir %{texmf}/fonts/map
5772 %dir %{texmf}/fonts/map/dvips
5773 %dir %{texmf}/fonts/map/dvips/tetex
5774 %dir %{texmf}/scripts
5775 %dir %{texmf}/tex
5776 %dir %{texmf}/tex/generic
5777 %dir %{texmf}/tex/generic/config
5778 %dir %{texmf}/web2c
5779
5780 # Docs
5781 # %doc %{texmf}/doc/README
5782 %doc %{texmf}/doc/tetex/TETEXDOC.*
5783 %doc %{texmf}/doc/tetex/teTeX-FAQ
5784
5785 # %{texmf}/fonts/map/dvips/tetex/contnav.map
5786 # %{texmf}/fonts/map/dvips/tetex/lumath-o.map
5787 %{texmfdist}/fonts/map/dvips/vntex/urwvn.map
5788 %{texmfdist}/fonts/enc/dvips/vntex/t5.enc
5789
5790 # Main fonts from TeTeX
5791 %{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
5792 %{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
5793 %{texmf}/fonts/enc/dvips/tetex/10037936.enc
5794 %{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
5795 %{texmf}/fonts/enc/dvips/tetex/71414f53.enc
5796 %{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
5797 %{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
5798 %{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
5799 %{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
5800 %{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
5801 %{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
5802 %{texmf}/fonts/map/dvips/tetex/ps2pk35.map
5803
5804 %{texmfdist}/tex/generic/dehyph-exptl/*
5805 %{texmfdist}/tex/generic/encodings
5806 %{texmfdist}/tex/generic/epsf
5807 %{texmfdist}/tex/generic/hyph-utf8/*
5808 %{texmfdist}/tex/generic/genmisc/random.tex
5809 %{texmfdist}/tex/generic/misc/null*
5810 %{texmfdist}/tex/generic/misc/texnames.sty
5811 %{texmfdist}/tex/generic/tap
5812 %{texmfdist}/tex/generic/tex-ps
5813 %{texmfdist}/tex/texinfo
5814 %{texmf}/tex/fontinst
5815 %{texmf}/tex/generic/hyphen
5816
5817 # %{fmtdir}/metafun.mem
5818 #%{texmf}/web2c/tex-pl.pool
5819 # %{texmf}/web2c/tex.pool
5820 %{texmf}/fonts/map/dvips/updmap/*
5821
5822 %{texmf}/web2c/*.tcx
5823
5824 # %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
5825 # %lang(fi) %{_mandir}/fi/man1/allcm.1*
5826 # %lang(fi) %{_mandir}/fi/man1/allneeded.1*
5827 # %lang(fr) %{_mandir}/fr/man1/access.1*
5828 # %lang(hu) %{_mandir}/hu/man1/access.1*
5829 # %lang(hu) %{_mandir}/hu/man1/newer.1*
5830 # %lang(pl) %{_mandir}/pl/man1/access.1*
5831 # %lang(pl) %{_mandir}/pl/man1/newer.1*
5832 #%{_mandir}/man1/MakeTeXPK.1*
5833 #%{_mandir}/man1/access.1*
5834 #%{_mandir}/man1/allec.1*
5835 #%{_mandir}/man1/fontexport.1*
5836 #%{_mandir}/man1/fontimport.1*
5837 #%{_mandir}/man1/initex.1*
5838 #%{_mandir}/man1/mktexfmt.1*
5839 #%{_mandir}/man1/t1mapper.1*
5840 #%{_mandir}/man1/texdoc.1*
5841 #%{_mandir}/man1/texhash.1*
5842 #%{_mandir}/man1/texi2html.1*
5843 #%{_mandir}/man1/virtex.1*
5844 #%{_mandir}/man8/fmtutil.8*
5845 #%{_mandir}/man8/mkfontdesc.8*
5846 #%{_mandir}/man8/texlinks.8*
5847
5848 %{_mandir}/man1/afm2tfm.1*
5849 %{_mandir}/man1/allcm.1*
5850 %{_mandir}/man1/allneeded.1*
5851 %{_mandir}/man1/ctie.1*
5852 %{_mandir}/man1/cweb.1*
5853 %{_mandir}/man1/dmp.1*
5854 %{_mandir}/man1/dvipdft.1*
5855 %{_mandir}/man1/dvipng.1*
5856 %{_mandir}/man1/e2pall.1*
5857 %{_mandir}/man1/ebb.1*
5858 %{_mandir}/man1/fmtutil.1*
5859 %{_mandir}/man1/fontinst.1*
5860 %{_mandir}/man1/gftodvi.1*
5861 %{_mandir}/man1/gftopk.1*
5862 %{_mandir}/man1/gftype.1*
5863 %{_mandir}/man1/gsftopk.1*
5864 %{_mandir}/man1/kpseaccess.1*
5865 %{_mandir}/man1/kpsereadlink.1*
5866 %{_mandir}/man1/kpsewhere.1*
5867 %{_mandir}/man1/mag.1*
5868 %{_mandir}/man1/makempx.1*
5869 %{_mandir}/man1/makempy.1*
5870 %{_mandir}/man1/mktexlsr.1*
5871 %{_mandir}/man1/newer.1*
5872 %{_mandir}/man1/patgen.1*
5873 %{_mandir}/man1/pdfetex.1*
5874 %{_mandir}/man1/pfb2pfa.1*
5875 %{_mandir}/man1/pk2bm.1*
5876 %{_mandir}/man1/pktogf.1*
5877 %{_mandir}/man1/pktype.1*
5878 %{_mandir}/man1/pltotf.1*
5879 %{_mandir}/man1/pooltype.1*
5880 %{_mandir}/man1/ps2frag.1*
5881 %{_mandir}/man1/ps2pk.1*
5882 %{_mandir}/man1/tangle.1*
5883 %{_mandir}/man1/tex.1*
5884 %{_mandir}/man1/texexec.1*
5885 %{_mandir}/man1/texlinks.1*
5886 %{_mandir}/man1/tftopl.1*
5887 %{_mandir}/man1/tie.1*
5888 %{_mandir}/man1/ttf2afm.1*
5889 %{_mandir}/man1/updmap.1*
5890 %{_mandir}/man1/vftovp.1*
5891 %{_mandir}/man1/vptovf.1*
5892 %{_mandir}/man1/weave.1*
5893 %{_mandir}/man5/fmtutil.cnf.5*
5894
5895
5896 %files dirs-fonts
5897 %defattr(644,root,root,755)
5898 %dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
5899 %dir %{texmfdist}/fonts
5900 %dir %{texmfdist}/fonts/afm
5901 %dir %{texmfdist}/fonts/afm/public
5902 %dir %{texmfdist}/fonts/afm/vntex 
5903 %dir %{texmfdist}/fonts/enc
5904 %dir %{texmfdist}/fonts/enc/dvips
5905 %dir %{texmfdist}/fonts/enc/dvips/vntex
5906 %dir %{texmfdist}/fonts/map
5907 %dir %{texmfdist}/fonts/map/dvipdfm
5908 %dir %{texmfdist}/fonts/map/dvips
5909 %dir %{texmfdist}/fonts/map/dvips/vntex
5910 %dir %{texmfdist}/fonts/map/fontname
5911 %dir %{texmfdist}/fonts/ofm
5912 %dir %{texmfdist}/fonts/ofm/public
5913 %dir %{texmfdist}/fonts/ovf
5914 %dir %{texmfdist}/fonts/ovf/public
5915 %dir %{texmfdist}/fonts/ovp
5916 %dir %{texmfdist}/fonts/ovp/public
5917 %dir %{texmfdist}/fonts/opentype
5918 %dir %{texmfdist}/fonts/opentype/public
5919 %dir %{texmfdist}/fonts/pk
5920 %dir %{texmfdist}/fonts/pk/ljfour
5921 %dir %{texmfdist}/fonts/source
5922 %dir %{texmfdist}/fonts/source/public
5923 %dir %{texmfdist}/fonts/source/vntex
5924 %dir %{texmfdist}/fonts/tfm
5925 %dir %{texmfdist}/fonts/tfm/public
5926 %dir %{texmfdist}/fonts/tfm/vntex 
5927 %dir %{texmfdist}/fonts/type1
5928 %dir %{texmfdist}/fonts/type1/public
5929 %dir %{texmfdist}/fonts/type1/vntex
5930 %dir %{texmfdist}/fonts/vf
5931 %dir %{texmfdist}/fonts/vf/public
5932 %dir %{texmfdist}/fonts/vf/vntex
5933 %dir %{texmfdist}/source
5934 %dir %{texmfdist}/source/fonts
5935 %dir %{texmfdist}/source/latex
5936 %dir %{texmf}/fonts
5937 %dir %{texmf}/fonts/opentype
5938 %dir %{texmf}/fonts/opentype/public
5939
5940 %files doc
5941 %defattr(644,root,root,755)
5942 %{texmfdoc}/doc/english
5943
5944 %files doc-bg
5945 %defattr(644,root,root,755)
5946 %{texmfdoc}/doc/bulgarian
5947
5948 %files doc-cs
5949 %defattr(644,root,root,755)
5950 %{texmfdoc}/doc/czechslovak
5951
5952 %files doc-de
5953 %defattr(644,root,root,755)
5954 %{texmfdoc}/doc/german
5955
5956 %files doc-el
5957 %defattr(644,root,root,755)
5958 %{texmfdoc}/doc/greek
5959
5960 %files doc-es
5961 %defattr(644,root,root,755)
5962 %{texmfdoc}/doc/spanish
5963
5964 %files doc-fi
5965 %defattr(644,root,root,755)
5966 %{texmfdoc}/doc/finnish
5967
5968 %files doc-fr
5969 %defattr(644,root,root,755)
5970 %{texmfdoc}/doc/french
5971
5972 %files doc-it
5973 %defattr(644,root,root,755)
5974 %{texmfdoc}/doc/italian
5975
5976 %files doc-ja
5977 %defattr(644,root,root,755)
5978 %{texmfdoc}/doc/japanese
5979
5980 %files doc-ko
5981 %defattr(644,root,root,755)
5982 %{texmfdoc}/doc/korean
5983
5984 %files doc-mn
5985 %defattr(644,root,root,755)
5986 %{texmfdoc}/doc/mongolian
5987
5988 %files doc-nl
5989 %defattr(644,root,root,755)
5990 %{texmfdoc}/doc/dutch
5991
5992 %files doc-pl
5993 %defattr(644,root,root,755)
5994 %{texmfdoc}/doc/polish
5995
5996 %files doc-pt
5997 %defattr(644,root,root,755)
5998 %{texmfdoc}/doc/portuguese
5999
6000 %files doc-ru
6001 %defattr(644,root,root,755)
6002 %{texmfdoc}/doc/russian
6003
6004 %files doc-sk
6005 %defattr(644,root,root,755)
6006 %{texmfdoc}/doc/slovak
6007
6008 %files doc-sl
6009 %defattr(644,root,root,755)
6010 %{texmfdoc}/doc/slovenian
6011
6012 %files doc-th
6013 %defattr(644,root,root,755)
6014 %{texmfdoc}/doc/thai
6015
6016 %files doc-tr
6017 %defattr(644,root,root,755)
6018 %{texmfdoc}/doc/turkish
6019
6020 %files doc-uk
6021 %defattr(644,root,root,755)
6022 %{texmfdoc}/doc/ukrainian
6023
6024 %files doc-vi
6025 %defattr(644,root,root,755)
6026 %{texmfdoc}/doc/vietnamese
6027
6028 %files doc-zh_CN
6029 %defattr(644,root,root,755)
6030 %{texmfdoc}/doc/chinese
6031
6032 # %files doc-Catalogue
6033 # %defattr(644,root,root,755)
6034 # %{texmf}/doc/help/Catalogue
6035
6036 # %files doc-tug-faq
6037 # %defattr(644,root,root,755)
6038 # %{texmf}/doc/help/faq/uktug-faq
6039
6040
6041 %files doc-latex
6042 %defattr(644,root,root,755)
6043 # %{texmfdist}/doc/latex/bar
6044 # %{texmfdist}/doc/latex/eclbip
6045 # %{texmfdist}/doc/latex/eo
6046 # %{texmfdist}/doc/latex/floatflt
6047 # %{texmfdist}/doc/latex/general
6048 # %{texmfdist}/doc/latex/germbib
6049 # %{texmfdist}/doc/latex/images
6050 # %{texmfdist}/doc/latex/mathcomp
6051 # %{texmfdist}/doc/latex/mt11p
6052 # %{texmfdist}/doc/latex/picins
6053 # %{texmfdist}/doc/latex/ps4pdf
6054 # %{texmfdist}/doc/latex/pslatex
6055 # %{texmfdist}/doc/latex/shapepar
6056 # %{texmfdist}/doc/latex/supertab
6057 # %{texmfdist}/doc/latex/tex-refs
6058 # %{texmfdist}/doc/latex/textmerg
6059 # %{texmfdist}/doc/latex/treesvr
6060 %{texmfdist}/doc/latex/acronym
6061 %{texmfdist}/doc/latex/aeguill
6062 %{texmfdist}/doc/latex/anysize
6063 %{texmfdist}/doc/latex/base
6064 %{texmfdist}/doc/latex/beton
6065 %{texmfdist}/doc/latex/carlisle
6066 %{texmfdist}/doc/latex/ccaption
6067 %{texmfdist}/doc/latex/changebar
6068 %{texmfdist}/doc/latex/chappg
6069 %{texmfdist}/doc/latex/concmath
6070 %{texmfdist}/doc/latex/crop
6071 %{texmfdist}/doc/latex/dinbrief
6072 %{texmfdist}/doc/latex/draftcopy
6073 %{texmfdist}/doc/latex/eepic
6074 %{texmfdist}/doc/latex/endfloat
6075 %{texmfdist}/doc/latex/esint
6076 %{texmfdist}/doc/latex/eso-pic
6077 %{texmfdist}/doc/latex/euler
6078 %{texmfdist}/doc/latex/eulervm
6079 %{texmfdist}/doc/latex/extsizes
6080 %{texmfdist}/doc/latex/fancybox
6081 %{texmfdist}/doc/latex/fancyhdr
6082 %{texmfdist}/doc/latex/fancyvrb
6083 %{texmfdist}/doc/latex/filecontents
6084 %{texmfdist}/doc/latex/float
6085 %{texmfdist}/doc/latex/footmisc
6086 %{texmfdist}/doc/latex/footnpag
6087 %{texmfdist}/doc/latex/fp
6088 %{texmfdist}/doc/latex/geometry
6089 %{texmfdist}/doc/latex/graphics
6090 %{texmfdist}/doc/latex/hyperref
6091 %{texmfdist}/doc/latex/hyphenat
6092 %{texmfdist}/doc/latex/index
6093 %{texmfdist}/doc/latex/koma-script
6094 %{texmfdist}/doc/latex/labels
6095 %{texmfdist}/doc/latex/layouts
6096 %{texmfdist}/doc/latex/lettrine
6097 %{texmfdist}/doc/latex/listings
6098 %{texmfdist}/doc/latex/ltabptch
6099 %{texmfdist}/doc/latex/mdwtools
6100 %{texmfdist}/doc/latex/memoir
6101 %{texmfdist}/doc/latex/mh
6102 %{texmfdist}/doc/latex/mparhack
6103 %{texmfdist}/doc/latex/ms
6104 %{texmfdist}/doc/latex/multibib
6105 %{texmfdist}/doc/latex/mwcls
6106 %{texmfdist}/doc/latex/natbib
6107 %{texmfdist}/doc/latex/nomencl
6108 %{texmfdist}/doc/latex/ntgclass
6109 %{texmfdist}/doc/latex/oberdiek
6110 %{texmfdist}/doc/latex/overpic
6111 %{texmfdist}/doc/latex/paralist
6112 %{texmfdist}/doc/latex/pb-diagram
6113 %{texmfdist}/doc/latex/pdfpages
6114 %{texmfdist}/doc/latex/picinpar
6115 %{texmfdist}/doc/latex/pict2e
6116 %{texmfdist}/doc/latex/placeins
6117 %{texmfdist}/doc/latex/preprint
6118 %{texmfdist}/doc/latex/preview
6119 %{texmfdist}/doc/latex/program
6120 %{texmfdist}/doc/latex/psfrag
6121 %{texmfdist}/doc/latex/revtex
6122 %{texmfdist}/doc/latex/rotating
6123 %{texmfdist}/doc/latex/rotfloat
6124 %{texmfdist}/doc/latex/scale
6125 %{texmfdist}/doc/latex/sectsty
6126 %{texmfdist}/doc/latex/seminar
6127 %{texmfdist}/doc/latex/showlabels
6128 %{texmfdist}/doc/latex/sidecap
6129 %{texmfdist}/doc/latex/slashbox
6130 %{texmfdist}/doc/latex/soul
6131 %{texmfdist}/doc/latex/stdclsdv
6132 %{texmfdist}/doc/latex/subfig
6133 %{texmfdist}/doc/latex/subfigure
6134 %{texmfdist}/doc/latex/textfit
6135 %{texmfdist}/doc/latex/textpos
6136 %{texmfdist}/doc/latex/titlesec
6137 %{texmfdist}/doc/latex/tocbibind
6138 %{texmfdist}/doc/latex/tocloft
6139 %{texmfdist}/doc/latex/tools
6140 %{texmfdist}/doc/latex/totpages
6141 %{texmfdist}/doc/latex/type1cm
6142 %{texmfdist}/doc/latex/units
6143 %{texmfdist}/doc/latex/vmargin
6144 %{texmfdist}/doc/latex/was
6145 %{texmfdist}/doc/latex/wrapfig
6146 %{texmfdist}/doc/latex/xtab
6147 %{texmfdist}/doc/latex/yfonts
6148
6149 %files -n kpathsea
6150 %defattr(644,root,root,755)
6151 #%{_mandir}/man1/kpsexpand.1*
6152 #%{_mandir}/man1/kpsepath.1*
6153 %dir %{texmf}/doc/kpathsea
6154 %doc %{texmf}/doc/kpathsea/kpathsea.pdf
6155 %attr(755,root,root) %{_bindir}/kpsepath
6156 %attr(755,root,root) %{_bindir}/kpsestat
6157 %attr(755,root,root) %{_bindir}/kpsetool
6158 %attr(755,root,root) %{_bindir}/kpsewhich
6159 %attr(755,root,root) %{_bindir}/kpsexpand
6160 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
6161 %{_libdir}/libkpathsea.la
6162 %{_mandir}/man1/kpsestat.1*
6163 %{_mandir}/man1/kpsetool.1*
6164 %{_mandir}/man1/kpsewhich.1*
6165
6166 %files -n kpathsea-devel
6167 %defattr(644,root,root,755)
6168 %attr(755,root,root) %{_libdir}/libkpathsea.so
6169 %{_includedir}/kpathsea
6170 %{_infodir}/kpathsea.info*
6171
6172 %files dvips
6173 %defattr(644,root,root,755)
6174 # %doc %{texmf}/doc/programs/dvips.dvi
6175 # %doc %{texmf}/doc/programs/dvipdfm.dvi
6176 # %doc %{texmf}/doc/latex/psnfssx
6177 # %lang(fi) %{_mandir}/fi/man1/dvips.1*
6178 # %{texmf}/dvips/misc
6179 # %{texmf}/dvips/config/config.generic
6180 # %{texmf}/fonts/map/dvips/misc
6181 # %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
6182 # %{texmf}/fonts/map/dvips/tetex/bsr.map
6183 # %{_localstatedir}/fonts/map/dvipdfm
6184 # %{_localstatedir}/fonts/map/dvips
6185 %dir %{texmfdist}/fonts/map/dvips/cmex
6186 %dir %{texmf}/dvipdfm
6187 %docdir %{texmf}/doc/dvips
6188 %docdir %{texmf}/doc/dvipdfm
6189 %attr(755,root,root) %{_bindir}/dvips
6190 %attr(755,root,root) %{_bindir}/dvired
6191 %attr(755,root,root) %{_bindir}/dvitomp
6192 %attr(755,root,root) %{_bindir}/dvitype
6193 %attr(755,root,root) %{_bindir}/dvicopy
6194 %attr(755,root,root) %{_bindir}/dvipdfm
6195 %attr(755,root,root) %{_bindir}/dvipdft
6196 # dvi2fax requires ghostscript
6197 %attr(755,root,root) %{_bindir}/dvi2fax
6198 %{_infodir}/dvips.info*
6199 %{_mandir}/man1/dvi2fax.1*
6200 %{_mandir}/man1/dvicopy.1*
6201 %{_mandir}/man1/dvipdfm.1*
6202 %{_mandir}/man1/dvips.1*
6203 %{_mandir}/man1/dvired.1*
6204 %{_mandir}/man1/dvitomp.1*
6205 %{_mandir}/man1/dvitype.1*
6206 %{texmf}/dvips/base
6207 %{texmf}/dvips/gsftopk
6208 %{texmfdist}/dvips/psfrag
6209 %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
6210 %{texmfdist}/fonts/enc/dvips/base
6211 %{texmfdist}/fonts/map/dvips/allrunes
6212 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
6213 %{texmf}/dvipdfm/config
6214 %{texmf}/dvips/tetex/config.*
6215 %{texmf}/fonts/enc/dvips/tetex/mtex.enc
6216 # %{texmf}/fonts/map
6217 %dir %{texmf}/fonts/map/dvipdfm
6218 %dir %{texmf}/fonts/map/dvips
6219 %dir %{texmf}/fonts/map/dvips/tetex
6220 %{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
6221 %{texmf}/fonts/map/dvips/tetex/dvips35.map
6222 %{texmf}/fonts/map/dvips/tetex/mathpple.map
6223 %{texmf}/fonts/map/dvips/tetex/mt-belleek.map
6224 %{texmf}/fonts/map/dvips/tetex/mt-plus.map
6225 %{texmf}/fonts/map/dvips/tetex/mt-yy.map
6226 %{texmf}/fonts/map/dvips/tetex/pdftex35.map
6227
6228
6229 %files dvilj
6230 %defattr(644,root,root,755)
6231 %attr(755,root,root) %{_bindir}/dvihp
6232 %attr(755,root,root) %{_bindir}/dvilj
6233 %attr(755,root,root) %{_bindir}/dvilj2p
6234 %attr(755,root,root) %{_bindir}/dvilj4
6235 %attr(755,root,root) %{_bindir}/dvilj4l
6236 %attr(755,root,root) %{_bindir}/dvilj6
6237 %{_mandir}/man1/dvihp.1*
6238 %{_mandir}/man1/dvilj.1*
6239
6240 %files makeindex
6241 %defattr(644,root,root,755)
6242 %doc %{texmfdist}/doc/makeindex
6243 %attr(755,root,root) %{_bindir}/mkindex
6244 %attr(755,root,root) %{_bindir}/makeindex
6245 %attr(755,root,root) %{_bindir}/rumakeindex
6246 %{texmfdist}/makeindex
6247 %{_mandir}/man1/makeindex.1*
6248 %{_mandir}/man1/mkindex.1*
6249 %{_mandir}/man1/rumakeindex.1*
6250
6251 %files metafont
6252 %defattr(644,root,root,755)
6253 #%attr(755,root,root) %{_bindir}/mfw
6254 #%attr(755,root,root) %{_bindir}/virmf
6255 #%attr(755,root,root) %{_bindir}/inimf
6256 #%{texmf}/mft/cmbase.mft
6257 # %{texmf}/mft/e.mft
6258 # %{texmf}/mft/pl.mft
6259 # %{fmtdir}/mf.base
6260 #%{texmf}/web2c/mf-nowin.base
6261 # %{texmf}/web2c/mf.pool
6262 #%{texmf}/web2c/mfw.base
6263 #%{_mandir}/man1/inimf.1*
6264 #%{_mandir}/man1/virmf.1*
6265 %dir %{texmfdist}/mft
6266 %dir %{texmfdist}/mft/base
6267 %attr(755,root,root) %{_bindir}/mf
6268 %attr(755,root,root) %{_bindir}/mf-nowin
6269 %attr(755,root,root) %{_bindir}/mft
6270 %attr(755,root,root) %{_bindir}/mktexmf
6271 %attr(755,root,root) %{_bindir}/mktexpk
6272 %attr(755,root,root) %{_bindir}/mktextfm
6273 %{texmfdist}/metafont
6274 %{texmfdist}/mft/base/mplain.mft
6275 %{texmfdist}/mft/base/plain.mft
6276 %{_mandir}/man1/mf.1*
6277 %{_mandir}/man1/mft.1*
6278 %{_mandir}/man1/mktexmf.1*
6279 %{_mandir}/man1/mktexpk.1*
6280 %{_mandir}/man1/mktextfm.1*
6281
6282 %files metapost
6283 %defattr(644,root,root,755)
6284 #%attr(755,root,root) %{_bindir}/virmpost
6285 #%attr(755,root,root) %{_bindir}/inimpost
6286 # %{texmf}/web2c/mp.pool
6287 # %{fmtdir}/mpost.mem
6288 #%{_mandir}/man1/inimpost.1*
6289 #%{_mandir}/man1/virmpost.1*
6290 %dir %{texmfdist}/metapost
6291 %doc %{texmfdist}/doc/metapost
6292 %attr(755,root,root) %{_bindir}/mpost
6293 %attr(755,root,root) %{_bindir}/mpto
6294 %{texmfdist}/metapost/base
6295 %{texmfdist}/metapost/config
6296 %{texmfdist}/metapost/mfpic
6297 %{texmfdist}/metapost/misc
6298 %{texmfdist}/metapost/support
6299 %{_mandir}/man1/mpost.1*
6300 %{_mandir}/man1/mpto.1*
6301
6302 %files mptopdf
6303 %defattr(644,root,root,755)
6304 %attr(755,root,root) %{_bindir}/mptopdf
6305 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
6306
6307 %files texdoctk
6308 %defattr(644,root,root,755)
6309 # %doc %{texmf}/doc/texdoctk
6310 %attr(755,root,root) %{_bindir}/texdoctk
6311 %{texmf}/texdoctk
6312 %{_mandir}/man1/texdoctk.1*
6313
6314 %files -n texconfig
6315 %defattr(644,root,root,755)
6316 %dir %{texmf}/texconfig
6317 %doc %{texmf}/texconfig/README
6318 %attr(755,root,root) %{_bindir}/texconfig
6319 %attr(755,root,root) %{_bindir}/texconfig-dialog
6320 %attr(755,root,root) %{_bindir}/texconfig-sys
6321 %attr(755,root,root) %{texmf}/texconfig/tcfmgr
6322 %{_mandir}/man1/texconfig.1*
6323 %{texmf}/texconfig/g
6324 %{texmf}/texconfig/generic
6325 %{texmf}/texconfig/tcfmgr.map
6326 %{texmf}/texconfig/v
6327 %{texmf}/texconfig/x
6328
6329 %files -n xindy
6330 %defattr(644,root,root,755)
6331 %dir %{texmf}/xindy
6332 %dir %{texmf}/xindy/base
6333 %dir %{texmf}/xindy/class
6334 %dir %{texmf}/xindy/lang
6335 %dir %{texmf}/xindy/ord
6336 %dir %{texmf}/xindy/rules
6337 %dir %{texmf}/xindy/styles
6338 %dir %{texmf}/xindy/tex
6339 %doc %{texmf}/doc/xindy
6340 %{texmf}/xindy/base/*
6341 %{texmf}/xindy/class/*
6342 %{texmf}/xindy/ord/*
6343 %{texmf}/xindy/rules/*
6344 %{texmf}/xindy/styles/*
6345 %{texmf}/xindy/tex/*
6346
6347 %files -n xindy-albanian
6348 %defattr(644,root,root,755)
6349 %dir %{texmf}/xindy/lang/albanian
6350 %{texmf}/xindy/lang/albanian/*
6351
6352 %files -n xindy-belarusian
6353 %defattr(644,root,root,755)
6354 %dir %{texmf}/xindy/lang/belarusian
6355 %{texmf}/xindy/lang/belarusian/*
6356
6357 %files -n xindy-bulgarian
6358 %defattr(644,root,root,755)
6359 %dir %{texmf}/xindy/lang/bulgarian
6360 %{texmf}/xindy/lang/bulgarian/*
6361
6362 %files -n xindy-croatian
6363 %defattr(644,root,root,755)
6364 %dir %{texmf}/xindy/lang/croatian
6365 %{texmf}/xindy/lang/croatian/*
6366
6367 %files -n xindy-czech
6368 %defattr(644,root,root,755)
6369 %dir %{texmf}/xindy/lang/czech
6370 %{texmf}/xindy/lang/czech/*
6371
6372 %files -n xindy-danish
6373 %defattr(644,root,root,755)
6374 %dir %{texmf}/xindy/lang/danish
6375 %{texmf}/xindy/lang/danish/*
6376
6377 %files -n xindy-dutch
6378 %defattr(644,root,root,755)
6379 %dir %{texmf}/xindy/lang/dutch
6380 %{texmf}/xindy/lang/dutch/*
6381
6382 %files -n xindy-english
6383 %defattr(644,root,root,755)
6384 %dir %{texmf}/xindy/lang/english
6385 %{texmf}/xindy/lang/english/*
6386
6387 %files -n xindy-esperanto
6388 %defattr(644,root,root,755)
6389 %dir %{texmf}/xindy/lang/esperanto
6390 %{texmf}/xindy/lang/esperanto/*
6391
6392 %files -n xindy-estonian
6393 %defattr(644,root,root,755)
6394 %dir %{texmf}/xindy/lang/estonian
6395 %{texmf}/xindy/lang/estonian/*
6396
6397 %files -n xindy-finnish
6398 %defattr(644,root,root,755)
6399 %dir %{texmf}/xindy/lang/finnish
6400 %{texmf}/xindy/lang/finnish/*
6401
6402 %files -n xindy-french
6403 %defattr(644,root,root,755)
6404 %dir %{texmf}/xindy/lang/french
6405 %{texmf}/xindy/lang/french/*
6406
6407 %files -n xindy-general
6408 %defattr(644,root,root,755)
6409 %dir %{texmf}/xindy/lang/general
6410 %{texmf}/xindy/lang/general/*
6411
6412 %files -n xindy-georgian
6413 %defattr(644,root,root,755)
6414 %dir %{texmf}/xindy/lang/georgian
6415 %{texmf}/xindy/lang/georgian/*
6416
6417 %files -n xindy-german
6418 %defattr(644,root,root,755)
6419 %dir %{texmf}/xindy/lang/german
6420 %{texmf}/xindy/lang/german/*
6421
6422 %files -n xindy-greek
6423 %defattr(644,root,root,755)
6424 %dir %{texmf}/xindy/lang/greek
6425 %{texmf}/xindy/lang/greek/*
6426
6427 %files -n xindy-gypsy
6428 %defattr(644,root,root,755)
6429 %dir %{texmf}/xindy/lang/gypsy
6430 %{texmf}/xindy/lang/gypsy/*
6431
6432 %files -n xindy-hausa
6433 %defattr(644,root,root,755)
6434 %dir %{texmf}/xindy/lang/hausa
6435 %{texmf}/xindy/lang/hausa/*
6436
6437 %files -n xindy-hebrew
6438 %defattr(644,root,root,755)
6439 %dir %{texmf}/xindy/lang/hebrew
6440 %{texmf}/xindy/lang/hebrew/*
6441
6442 %files -n xindy-hungarian
6443 %defattr(644,root,root,755)
6444 %dir %{texmf}/xindy/lang/hungarian
6445 %{texmf}/xindy/lang/hungarian/*
6446
6447 %files -n xindy-icelandic
6448 %defattr(644,root,root,755)
6449 %dir %{texmf}/xindy/lang/icelandic
6450 %{texmf}/xindy/lang/icelandic/*
6451
6452 %files -n xindy-italian
6453 %defattr(644,root,root,755)
6454 %dir %{texmf}/xindy/lang/italian
6455 %{texmf}/xindy/lang/italian/*
6456
6457 %files -n xindy-klingon
6458 %defattr(644,root,root,755)
6459 %dir %{texmf}/xindy/lang/klingon
6460 %{texmf}/xindy/lang/klingon/*
6461
6462 %files -n xindy-kurdish
6463 %defattr(644,root,root,755)
6464 %dir %{texmf}/xindy/lang/kurdish
6465 %{texmf}/xindy/lang/kurdish/*
6466
6467 %files -n xindy-latin
6468 %defattr(644,root,root,755)
6469 %dir %{texmf}/xindy/lang/latin
6470 %{texmf}/xindy/lang/latin/*
6471
6472 %files -n xindy-latvian
6473 %defattr(644,root,root,755)
6474 %dir %{texmf}/xindy/lang/latvian
6475 %{texmf}/xindy/lang/latvian/*
6476
6477 %files -n xindy-lithuanian
6478 %defattr(644,root,root,755)
6479 %dir %{texmf}/xindy/lang/lithuanian
6480 %{texmf}/xindy/lang/lithuanian/*
6481
6482 %files -n xindy-lower-sorbian
6483 %defattr(644,root,root,755)
6484 %dir %{texmf}/xindy/lang/lower-sorbian
6485 %{texmf}/xindy/lang/lower-sorbian/*
6486
6487 %files -n xindy-macedonian
6488 %defattr(644,root,root,755)
6489 %dir %{texmf}/xindy/lang/macedonian
6490 %{texmf}/xindy/lang/macedonian/*
6491
6492 %files -n xindy-mongolian
6493 %defattr(644,root,root,755)
6494 %dir %{texmf}/xindy/lang/mongolian
6495 %{texmf}/xindy/lang/mongolian/*
6496
6497 %files -n xindy-norwegian
6498 %defattr(644,root,root,755)
6499 %dir %{texmf}/xindy/lang/norwegian
6500 %{texmf}/xindy/lang/norwegian/*
6501
6502 %files -n xindy-polish
6503 %defattr(644,root,root,755)
6504 %dir %{texmf}/xindy/lang/polish
6505 %{texmf}/xindy/lang/polish/*
6506
6507 %files -n xindy-portuguese
6508 %defattr(644,root,root,755)
6509 %dir %{texmf}/xindy/lang/portuguese
6510 %{texmf}/xindy/lang/portuguese/*
6511
6512 %files -n xindy-romanian
6513 %defattr(644,root,root,755)
6514 %dir %{texmf}/xindy/lang/romanian
6515 %{texmf}/xindy/lang/romanian/*
6516
6517 %files -n xindy-russian
6518 %defattr(644,root,root,755)
6519 %dir %{texmf}/xindy/lang/russian
6520 %{texmf}/xindy/lang/russian/*
6521
6522 %files -n xindy-serbian
6523 %defattr(644,root,root,755)
6524 %dir %{texmf}/xindy/lang/serbian
6525 %{texmf}/xindy/lang/serbian/*
6526
6527 %files -n xindy-slovak
6528 %defattr(644,root,root,755)
6529 %dir %{texmf}/xindy/lang/slovak
6530 %{texmf}/xindy/lang/slovak/*
6531
6532 %files -n xindy-slovenian
6533 %defattr(644,root,root,755)
6534 %dir %{texmf}/xindy/lang/slovenian
6535 %{texmf}/xindy/lang/slovenian/*
6536
6537 %files -n xindy-spanish
6538 %defattr(644,root,root,755)
6539 %dir %{texmf}/xindy/lang/spanish
6540 %{texmf}/xindy/lang/spanish/*
6541
6542 %files -n xindy-swedish
6543 %defattr(644,root,root,755)
6544 %dir %{texmf}/xindy/lang/swedish
6545 %{texmf}/xindy/lang/swedish/*
6546
6547 %files -n xindy-turkish
6548 %defattr(644,root,root,755)
6549 %dir %{texmf}/xindy/lang/turkish
6550 %{texmf}/xindy/lang/turkish/*
6551
6552 %files -n xindy-ukrainian
6553 %defattr(644,root,root,755)
6554 %dir %{texmf}/xindy/lang/ukrainian
6555 %{texmf}/xindy/lang/ukrainian/*
6556
6557 %files -n xindy-upper-sorbian
6558 %defattr(644,root,root,755)
6559 %dir %{texmf}/xindy/lang/upper-sorbian
6560 %{texmf}/xindy/lang/upper-sorbian/*
6561
6562 %files -n xindy-vietnamese
6563 %defattr(644,root,root,755)
6564 %dir %{texmf}/xindy/lang/vietnamese
6565 %{texmf}/xindy/lang/vietnamese/*
6566
6567
6568
6569 %files -n xdvi
6570 %defattr(644,root,root,755)
6571 #%attr(755,root,root) %{_bindir}/xdvi-motif.bin
6572 # %attr(755,root,root) %{_bindir}/xdvizilla
6573 # %{_mandir}/man1/xdvizilla.1*
6574 %attr(755,root,root) %{_bindir}/xdvi-xaw
6575 %attr(755,root,root) %{_bindir}/xdvi
6576 %{_mandir}/man1/xdvi.1*
6577 %{_desktopdir}/xdvi.desktop
6578 %{_pixmapsdir}/xdvi.png
6579 %{texmf}/xdvi
6580
6581 %files pdftex
6582 %defattr(644,root,root,755)
6583 # %doc %{texmf}/doc/programs/pdfcrop.txt
6584 # %attr(755,root,root) %{_bindir}/pdfxtex
6585 # %{_localstatedir}/fonts/map/pdftex
6586 # %dir %{texmf}/fonts/map/pdftex
6587 # %dir %{texmf}/fonts/map/pdftex/cmttf
6588 # %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
6589 # %{texmf}/web2c/pdfetex-pl.pool
6590 # %{texmf}/web2c/pdfetex.pool
6591 # %{texmf}/web2c/pdfxtex.pool
6592 # %{_mandir}/man1/pdfxtex.1*
6593 %docdir %{texmfdist}/doc/pdftex
6594 %attr(755,root,root) %{_bindir}/epstopdf
6595 %attr(755,root,root) %{_bindir}/pdfcrop
6596 %attr(755,root,root) %{_bindir}/pdftex
6597 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
6598 %{texmfdist}/scripts/pdfcrop
6599 %{_mandir}/man1/epstopdf.1*
6600 %{_mandir}/man1/pdftex.1*
6601
6602 %files omega
6603 %defattr(644,root,root,755)
6604 # %{texmf}/web2c/omega.pool
6605 # %{texmf}/web2c/aleph.pool
6606 #%{_mandir}/man1/lambda.1*
6607 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
6608 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
6609 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
6610 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
6611 %doc %{texmfdist}/doc/omega
6612 %dir %{texmfdist}/omega
6613 %dir %{texmfdist}/dvips/omega
6614 %attr(755,root,root) %{_bindir}/aleph
6615 %attr(755,root,root) %{_bindir}/lambda
6616 %attr(755,root,root) %{_bindir}/mkocp
6617 %attr(755,root,root) %{_bindir}/mkofm
6618 %attr(755,root,root) %{_bindir}/odvicopy
6619 %attr(755,root,root) %{_bindir}/odvips
6620 %attr(755,root,root) %{_bindir}/odvitype
6621 %attr(755,root,root) %{_bindir}/omega
6622 %attr(755,root,root) %{_bindir}/omfonts
6623 %attr(755,root,root) %{_bindir}/opl2ofm
6624 %attr(755,root,root) %{_bindir}/otangle
6625 %attr(755,root,root) %{_bindir}/otp2ocp
6626 %attr(755,root,root) %{_bindir}/outocp
6627 %attr(755,root,root) %{_bindir}/ovf2ovp
6628 %attr(755,root,root) %{_bindir}/ovp2ovf
6629 %{texmfdist}/dvips/omega/config.omega
6630 %{texmfdist}/dvips/omega/omega.cfg
6631 %{texmfdist}/fonts/map/dvips/omega
6632 %{texmfdist}/omega/ocp
6633 %{texmfdist}/omega/otp
6634 %{texmfdist}/tex/lambda
6635 %{_mandir}/man1/mkocp.1*
6636 %{_mandir}/man1/mkofm.1*
6637 %{_mandir}/man1/omega.1*
6638 %{_mandir}/man1/ofm2opl.1*
6639 %{_mandir}/man1/opl2ofm.1*
6640 %{_mandir}/man1/otp2ocp.1*
6641 %{_mandir}/man1/outocp.1*
6642 %{_mandir}/man1/ovf2ovp.1*
6643 %{_mandir}/man1/ovp2ovf.1*
6644
6645 %files plain
6646 %defattr(644,root,root,755)
6647 %doc %{texmfdist}/doc/plain
6648 %{texmfdist}/tex/plain
6649 #%{texmf}/web2c/plain.mem
6650 #%{texmf}/web2c/plain.base
6651
6652 %files format-plain
6653 %defattr(644,root,root,755)
6654 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
6655 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
6656
6657 %files format-pdftex
6658 %defattr(644,root,root,755)
6659 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
6660
6661 %files format-pdfetex
6662 %defattr(644,root,root,755)
6663 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
6664
6665 %files mex
6666 %defattr(644,root,root,755)
6667 # %doc %{texmf}/doc/polish/mex
6668 %dir %{texmfdist}/tex/mex
6669 %dir %{texmfdist}/tex/mex/base
6670 %{texmfdist}/tex/mex/base/mex1.tex
6671 %{texmfdist}/tex/mex/base/mex2.tex
6672 %{texmfdist}/tex/mex/base/mex.tex
6673 %dir %{texmfdist}/tex/mex/config
6674 %{texmfdist}/tex/mex/base/mexconf.tex
6675
6676 %files format-mex
6677 %defattr(644,root,root,755)
6678 %attr(755,root,root) %{_bindir}/mex
6679 %{texmfdist}/tex/mex/config/mex.ini
6680 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
6681
6682 %files format-pdfmex
6683 %defattr(644,root,root,755)
6684 %attr(755,root,root) %{_bindir}/pdfmex
6685 %{texmfdist}/tex/mex/config/pdfmex.ini
6686 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
6687
6688 %files format-utf8mex
6689 %defattr(644,root,root,755)
6690 %attr(755,root,root) %{_bindir}/utf8mex
6691 %doc %{texmfdist}/doc/mex/utf8mex
6692 %{texmfdist}/tex/mex/utf8mex
6693 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
6694
6695 %files amstex
6696 %defattr(644,root,root,755)
6697 %dir %{texmfdist}/tex/amstex
6698 %{texmfdist}/tex/amstex/base
6699 %{texmfdist}/tex/amstex/config
6700 %{texmfdist}/tex/plain/amsfonts
6701
6702 %files format-amstex
6703 %defattr(644,root,root,755)
6704 %doc %{texmfdist}/doc/amstex
6705 %{texmfdist}/tex/amstex
6706 %attr(755,root,root) %{_bindir}/amstex
6707 %{_mandir}/man1/amstex.1*
6708 # %lang(fi) %{_mandir}/fi/man1/amstex.1*
6709 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
6710
6711 # %files format-pdfamstex
6712 # %defattr(644,root,root,755)
6713 # %attr(755,root,root) %{_bindir}/pdfamstex
6714 #%{texmf}/pdftex/amstex
6715 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
6716
6717 %files csplain
6718 %defattr(644,root,root,755)
6719 %dir %{texmfdist}/doc/cslatex/base
6720 %doc %{texmfdist}/doc/cslatex/base/README-cspsfont
6721 %doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
6722 %doc %{texmfdist}/doc/cslatex/base/cscorr.tab
6723 %doc %{texmfdist}/doc/cslatex/base/csplain.doc
6724 %doc %{texmfdist}/doc/cslatex/base/parpozn.tex
6725 %doc %{texmfdist}/doc/cslatex/base/test8z.tex
6726 %doc %{texmfdist}/doc/cslatex/base/testlat.tex
6727 %attr(755,root,root) %{_bindir}/csplain
6728 %{texmfdist}/tex/csplain
6729
6730 %files format-csplain
6731 %defattr(644,root,root,755)
6732 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
6733
6734 %files format-pdfcsplain
6735 %defattr(644,root,root,755)
6736 %attr(755,root,root) %{_bindir}/pdfcsplain
6737 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
6738
6739 %files cslatex
6740 %defattr(644,root,root,755)
6741 # %doc %{texmf}/doc/cstex/INSTALL.cslatex
6742 # %doc %{texmf}/doc/cstex/README.cslatex
6743 %{texmfdist}/tex/cslatex
6744 %{texmfdist}/tex/latex/cslatex
6745
6746 %files format-cslatex
6747 %defattr(644,root,root,755)
6748 %attr(755,root,root) %{_bindir}/cslatex
6749 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
6750
6751 %files format-pdfcslatex
6752 %defattr(644,root,root,755)
6753 %attr(755,root,root) %{_bindir}/pdfcslatex
6754 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
6755
6756 # %files cyrplain
6757 # %defattr(644,root,root,755)
6758 # %doc %{texmf}/doc/cyrplain
6759 # %{texmf}/tex/cyrplain
6760
6761 # %files format-cyrplain
6762 # %defattr(644,root,root,755)
6763 # %attr(755,root,root) %{_bindir}/cyrtex
6764 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
6765
6766 # %files format-cyramstex
6767 # %defattr(644,root,root,755)
6768 # %attr(755,root,root) %{_bindir}/cyramstex
6769 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
6770
6771 # %files format-cyrtexinfo
6772 # %defattr(644,root,root,755)
6773 # %attr(755,root,root) %{_bindir}/cyrtexinfo
6774 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
6775
6776 %files eplain
6777 %defattr(644,root,root,755)
6778 %doc %{texmfdist}/doc/etex
6779 %doc %{texmfdist}/doc/eplain
6780 %{texmfdist}/tex/plain/etex
6781 %{texmfdist}/tex/eplain
6782
6783 %files format-eplain
6784 %defattr(644,root,root,755)
6785 %attr(755,root,root) %{_bindir}/eplain
6786 %attr(755,root,root) %{_bindir}/etex
6787 %{_mandir}/man1/eplain.1*
6788 %{_mandir}/man1/etex.1*
6789 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
6790 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
6791
6792 %files context
6793 %defattr(644,root,root,755)
6794 %doc %{texmfdist}/doc/context
6795 # %doc %{texmf}/doc/polish/context
6796 %dir %{texmfdist}/context
6797 %dir %{texmfdist}/context/config
6798 %dir %{texmfdist}/tex/context
6799 %dir %{texmfdist}/tex/context/config
6800 %attr(755,root,root) %{_bindir}/texfind
6801 %attr(755,root,root) %{_bindir}/texfont
6802 %attr(755,root,root) %{_bindir}/texshow
6803 %attr(755,root,root) %{_bindir}/texutil
6804 # %{_mandir}/man1/fdf2tex.1*
6805 %{_mandir}/man1/texfind.1*
6806 %{_mandir}/man1/texfont.1*
6807 %{_mandir}/man1/texutil.1*
6808 # %{_mandir}/man1/texshow.1*
6809 # %{texmfdist}/context/config/texexec.ini
6810 %{texmfdist}/context/config/texexec.rme
6811 %{texmfdist}/context/data
6812 %{texmfdist}/fonts/enc/dvips/context
6813 # %{texmfdist}/fonts/map/dvips/context
6814 %{texmfdist}/metapost/context
6815 %{texmfdist}/scripts/context
6816 %{texmfdist}/tex/latex/context
6817 %{texmfdist}/tex/context/base
6818 %{texmfdist}/tex/context/bib
6819 %{texmfdist}/tex/context/config/cont-usr.tex
6820 %{texmfdist}/tex/context/extra
6821 %{texmfdist}/tex/context/foxet
6822 %{texmfdist}/tex/context/interface
6823 # %{texmfdist}/tex/context/maths
6824 %{texmfdist}/tex/context/sample
6825 %{texmfdist}/tex/context/user
6826 %{texmfdist}/tex/generic/context
6827 %{texmfdist}/bibtex/bst/context
6828
6829 # no fmt, so commented out
6830 #%files format-context-cz
6831 #%defattr(644,root,root,755)
6832 #%%{texmf}/tex/context/config/cont-cz.ini
6833 # does not build with beta 20021025
6834 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
6835
6836 %files format-context-de
6837 %defattr(644,root,root,755)
6838 %{texmfdist}/tex/context/config/cont-de.ini
6839 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
6840 #%{_mandir}/man1/cont-de.1*
6841
6842 %files format-context-en
6843 %defattr(644,root,root,755)
6844 %{texmfdist}/tex/context/config/cont-en.ini
6845 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
6846 #%{_mandir}/man1/cont-en.1*
6847 # what is the difference betwen uk and en in this particular situation?
6848 %{texmfdist}/tex/context/config/cont-uk.ini
6849 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
6850
6851 # no fmt, so commented out
6852 #%files format-context-it
6853 #%defattr(644,root,root,755)
6854 #%%{texmf}/tex/context/config/cont-it.ini
6855
6856 %files format-context-nl
6857 %defattr(644,root,root,755)
6858 %{texmfdist}/tex/context/config/cont-nl.ini
6859 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
6860 #%{_mandir}/man1/cont-nl.1*
6861
6862 # no fmt, so commented out
6863 #%files format-context-ro
6864 #%defattr(644,root,root,755)
6865 #%%{texmf}/tex/context/config/cont-ro.ini
6866
6867
6868 %files latex
6869 %defattr(644,root,root,755)
6870 %attr(755,root,root) %{_bindir}/latex
6871 %attr(755,root,root) %{_bindir}/pslatex
6872 # %lang(fi) %{_mandir}/fi/man1/latex.1*
6873 # %lang(pl) %{_mandir}/pl/man1/latex.1*
6874 # %{_infodir}/latex.info*
6875 %{_mandir}/man1/latex.1*
6876 %{_mandir}/man1/pslatex.1*
6877
6878 %dir %{texmfdist}/scripts
6879 %dir %{texmfdist}/scripts/pst-pdf
6880 %dir %{texmfdist}/source/generic
6881 %dir %{texmfdist}/tex/latex
6882 %dir %{texmfdist}/tex/plain
6883 %dir %{texmf}/tex/latex
6884
6885 # %{texmfdist}/tex/latex/citesort
6886 # %{texmfdist}/tex/latex/dvilj
6887 # %{texmfdist}/tex/latex/eclbip
6888 # %{texmfdist}/tex/latex/eo
6889 # %{texmfdist}/tex/latex/example
6890 # %{texmfdist}/tex/latex/fguill
6891 # %{texmfdist}/tex/latex/floatflt
6892 # %{texmfdist}/tex/latex/gletter
6893 # %{texmfdist}/tex/latex/here
6894 # %{texmfdist}/tex/latex/mt11p
6895 # %{texmfdist}/tex/latex/relsize
6896 # %{texmfdist}/tex/latex/selectp
6897 # %{texmfdist}/tex/latex/shadow
6898 # %{texmfdist}/tex/latex/showtags
6899 # %{texmfdist}/tex/latex/tabls
6900 # %{texmfdist}/tex/latex/texmacs
6901 # %{texmfdist}/tex/latex/threeparttable
6902 # %{texmfdist}/tex/latex/treesvr
6903 # %{texmfdist}/tex/latex/ulem
6904 # %{texmfdist}/tex/latex/url
6905 # %{texmf}/tex/latex/version
6906 # %{texmf}/tex/latex/vpage
6907 %{texmfdist}/scripts/pst-pdf/ps4pdf
6908 %{texmfdist}/tex/generic/pstricks
6909 %{texmfdist}/tex/generic/shapepar
6910 %{texmfdist}/tex/generic/textmerg
6911 %{texmfdist}/tex/latex/12many
6912 %{texmfdist}/tex/latex/AkkTeX
6913 %{texmfdist}/tex/latex/ESIEEcv
6914 %{texmfdist}/tex/latex/GuIT
6915 %{texmfdist}/tex/latex/HA-prosper
6916 %{texmfdist}/tex/latex/IEEEconf
6917 %{texmfdist}/tex/latex/IEEEtran
6918 %{texmfdist}/tex/latex/SIstyle
6919 %{texmfdist}/tex/latex/Tabbing
6920 %{texmfdist}/tex/latex/a0poster
6921 %{texmfdist}/tex/latex/aastex
6922 %{texmfdist}/tex/latex/abc
6923 %{texmfdist}/tex/latex/achemso
6924 %{texmfdist}/tex/latex/acmconf
6925 %{texmfdist}/tex/latex/acmtrans
6926 %{texmfdist}/tex/latex/acronym
6927 %{texmfdist}/tex/latex/active-conf
6928 %{texmfdist}/tex/latex/addlines
6929 %{texmfdist}/tex/latex/adrlist
6930 %{texmfdist}/tex/latex/aeguill
6931 %{texmfdist}/tex/latex/afthesis
6932 %{texmfdist}/tex/latex/aguplus
6933 %{texmfdist}/tex/latex/aiaa
6934 %{texmfdist}/tex/latex/akletter
6935 %{texmfdist}/tex/latex/alg
6936 %{texmfdist}/tex/latex/algorithm2e
6937 %{texmfdist}/tex/latex/algorithmicx
6938 %{texmfdist}/tex/latex/allrunes
6939 %{texmfdist}/tex/latex/alnumsec
6940 %{texmfdist}/tex/latex/altfont
6941 %{texmfdist}/tex/latex/ametsoc
6942 %{texmfdist}/tex/latex/amsaddr
6943 %{texmfdist}/tex/latex/amsrefs
6944 %{texmfdist}/tex/latex/animate
6945 %{texmfdist}/tex/latex/answers
6946 %{texmfdist}/tex/latex/antiqua
6947 %{texmfdist}/tex/latex/anyfontsize
6948 %{texmfdist}/tex/latex/anysize
6949 %{texmfdist}/tex/latex/apa
6950 %{texmfdist}/tex/latex/apacite
6951 %{texmfdist}/tex/latex/apl
6952 %{texmfdist}/tex/latex/ar
6953 %{texmfdist}/tex/latex/arabi
6954 %{texmfdist}/tex/latex/arabtex
6955 %{texmfdist}/tex/latex/archaic
6956 %{texmfdist}/tex/latex/arcs
6957 %{texmfdist}/tex/latex/arev
6958 %{texmfdist}/tex/latex/armenian
6959 %{texmfdist}/tex/latex/arydshln
6960 %{texmfdist}/tex/latex/asaetr
6961 %{texmfdist}/tex/latex/ascelike
6962 %{texmfdist}/tex/latex/ascii
6963 %{texmfdist}/tex/latex/assignment
6964 %{texmfdist}/tex/latex/attachfile
6965 %{texmfdist}/tex/latex/augie
6966 %{texmfdist}/tex/latex/auncial-new
6967 %{texmfdist}/tex/latex/aurical
6968 %{texmfdist}/tex/latex/authoraftertitle
6969 %{texmfdist}/tex/latex/authorindex
6970 %{texmfdist}/tex/latex/auto-pst-pdf
6971 %{texmfdist}/tex/latex/autoarea
6972 %{texmfdist}/tex/latex/autotab
6973 %{texmfdist}/tex/latex/avantgar
6974 %{texmfdist}/tex/latex/babelbib
6975 %{texmfdist}/tex/latex/backgammon
6976 %{texmfdist}/tex/latex/bangtex
6977 %{texmfdist}/tex/latex/barcodes
6978 %{texmfdist}/tex/latex/bardiag
6979 %{texmfdist}/tex/latex/base
6980 %{texmfdist}/tex/latex/bayer
6981 %{texmfdist}/tex/latex/bbding
6982 %{texmfdist}/tex/latex/bbm-macros
6983 %{texmfdist}/tex/latex/beamer-contrib
6984 %{texmfdist}/tex/latex/beamer
6985 %{texmfdist}/tex/latex/begriff
6986 %{texmfdist}/tex/latex/bengali
6987 %{texmfdist}/tex/latex/bera
6988 %{texmfdist}/tex/latex/betababel
6989 %{texmfdist}/tex/latex/beton
6990 %{texmfdist}/tex/latex/bez123
6991 %{texmfdist}/tex/latex/bibarts
6992 %{texmfdist}/tex/latex/bibleref
6993 %{texmfdist}/tex/latex/biblist
6994 %{texmfdist}/tex/latex/bibtopicprefix
6995 %{texmfdist}/tex/latex/bigfoot
6996 %{texmfdist}/tex/latex/binomexp
6997 %{texmfdist}/tex/latex/biocon
6998 %{texmfdist}/tex/latex/bizcard
6999 %{texmfdist}/tex/latex/blacklettert1
7000 %{texmfdist}/tex/latex/blindtext
7001 %{texmfdist}/tex/latex/blowup
7002 %{texmfdist}/tex/latex/boisik
7003 %{texmfdist}/tex/latex/boites
7004 %{texmfdist}/tex/latex/boldtensors
7005 %{texmfdist}/tex/latex/bookest
7006 %{texmfdist}/tex/latex/bookhands
7007 %{texmfdist}/tex/latex/booklet
7008 %{texmfdist}/tex/latex/bookman
7009 %{texmfdist}/tex/latex/bophook
7010 %{texmfdist}/tex/latex/boxhandler
7011 %{texmfdist}/tex/latex/bpchem
7012 %{texmfdist}/tex/latex/braille
7013 %{texmfdist}/tex/latex/breakurl
7014 %{texmfdist}/tex/latex/bridge
7015 %{texmfdist}/tex/latex/brushscr
7016 %{texmfdist}/tex/latex/bullcntr
7017 %{texmfdist}/tex/latex/burmese
7018 %{texmfdist}/tex/latex/bussproofs
7019 %{texmfdist}/tex/latex/bytefield
7020 %{texmfdist}/tex/latex/calrsfs
7021 %{texmfdist}/tex/latex/calxxxx
7022 %{texmfdist}/tex/latex/captcont
7023 %{texmfdist}/tex/latex/casyl
7024 %{texmfdist}/tex/latex/catechis
7025 %{texmfdist}/tex/latex/cbcoptic
7026 %{texmfdist}/tex/latex/cbfonts
7027 %{texmfdist}/tex/latex/ccaption
7028 %{texmfdist}/tex/latex/cchess
7029 %{texmfdist}/tex/latex/cclicenses
7030 %{texmfdist}/tex/latex/cd-cover
7031 %{texmfdist}/tex/latex/cd
7032 %{texmfdist}/tex/latex/cdpbundl
7033 %{texmfdist}/tex/latex/cellspace
7034 %{texmfdist}/tex/latex/changebar
7035 %{texmfdist}/tex/latex/changepage
7036 %{texmfdist}/tex/latex/changes
7037 %{texmfdist}/tex/latex/chappg
7038 %{texmfdist}/tex/latex/chapterfolder
7039 %{texmfdist}/tex/latex/chemarrow
7040 %{texmfdist}/tex/latex/chemcompounds
7041 %{texmfdist}/tex/latex/chemcono
7042 %{texmfdist}/tex/latex/chemstyle
7043 %{texmfdist}/tex/latex/cherokee
7044 %{texmfdist}/tex/latex/chess
7045 %{texmfdist}/tex/latex/chessboard
7046 %{texmfdist}/tex/latex/chessfss
7047 %{texmfdist}/tex/latex/chicago
7048 %{texmfdist}/tex/latex/china2e
7049 %{texmfdist}/tex/latex/chletter
7050 %{texmfdist}/tex/latex/circ
7051 %{texmfdist}/tex/latex/citeref
7052 %{texmfdist}/tex/latex/cjhebrew
7053 %{texmfdist}/tex/latex/cjk
7054 %{texmfdist}/tex/latex/cjw
7055 %{texmfdist}/tex/latex/classicthesis
7056 %{texmfdist}/tex/latex/clefval
7057 %{texmfdist}/tex/latex/cleveref
7058 %{texmfdist}/tex/latex/clock
7059 %{texmfdist}/tex/latex/clrscode
7060 %{texmfdist}/tex/latex/cm-lgc
7061 %{texmfdist}/tex/latex/cm-super
7062 %{texmfdist}/tex/latex/cmap
7063 %{texmfdist}/tex/latex/cmcyralt
7064 %{texmfdist}/tex/latex/cmdstring
7065 %{texmfdist}/tex/latex/cmdtrack
7066 %{texmfdist}/tex/latex/cmll
7067 %{texmfdist}/tex/latex/cmsd
7068 %{texmfdist}/tex/latex/codepage
7069 %{texmfdist}/tex/latex/colorinfo
7070 %{texmfdist}/tex/latex/colortab
7071 %{texmfdist}/tex/latex/colortbl
7072 %{texmfdist}/tex/latex/colorwav
7073 %{texmfdist}/tex/latex/combine
7074 %{texmfdist}/tex/latex/commath
7075 %{texmfdist}/tex/latex/compactbib
7076 %{texmfdist}/tex/latex/complexity
7077 %{texmfdist}/tex/latex/computational-complexity
7078 %{texmfdist}/tex/latex/concprog
7079 %{texmfdist}/tex/latex/confproc
7080 %{texmfdist}/tex/latex/constants
7081 %{texmfdist}/tex/latex/contour
7082 %{texmfdist}/tex/latex/cooking
7083 %{texmfdist}/tex/latex/cool
7084 %{texmfdist}/tex/latex/coollist
7085 %{texmfdist}/tex/latex/coolstr
7086 %{texmfdist}/tex/latex/cooltooltips
7087 %{texmfdist}/tex/latex/coordsys
7088 %{texmfdist}/tex/latex/courier-scaled
7089 %{texmfdist}/tex/latex/courier
7090 %{texmfdist}/tex/latex/courseoutline
7091 %{texmfdist}/tex/latex/coursepaper
7092 %{texmfdist}/tex/latex/coverpage
7093 %{texmfdist}/tex/latex/covington
7094 %{texmfdist}/tex/latex/crop
7095 %{texmfdist}/tex/latex/crossreference
7096 %{texmfdist}/tex/latex/crosswrd
7097 %{texmfdist}/tex/latex/csbulletin
7098 %{texmfdist}/tex/latex/csquotes
7099 %{texmfdist}/tex/latex/csvtools
7100 %{texmfdist}/tex/latex/ctable
7101 %{texmfdist}/tex/latex/ctib
7102 %{texmfdist}/tex/latex/cuisine
7103 %{texmfdist}/tex/latex/cursor
7104 %{texmfdist}/tex/latex/curve
7105 %{texmfdist}/tex/latex/curve2e
7106 %{texmfdist}/tex/latex/cv
7107 %{texmfdist}/tex/latex/cweb-latex
7108 %{texmfdist}/tex/latex/cwpuzzle
7109 %{texmfdist}/tex/latex/cyklop
7110 %{texmfdist}/tex/latex/dashbox
7111 %{texmfdist}/tex/latex/dashrule
7112 %{texmfdist}/tex/latex/datatool
7113 %{texmfdist}/tex/latex/dateiliste
7114 %{texmfdist}/tex/latex/datenumber
7115 %{texmfdist}/tex/latex/datetime
7116 %{texmfdist}/tex/latex/dcpic
7117 %{texmfdist}/tex/latex/decimal
7118 %{texmfdist}/tex/latex/delimtxt
7119 %{texmfdist}/tex/latex/diagnose
7120 %{texmfdist}/tex/latex/dialogl
7121 %{texmfdist}/tex/latex/dichokey
7122 %{texmfdist}/tex/latex/dictsym
7123 %{texmfdist}/tex/latex/digiconfigs
7124 %{texmfdist}/tex/latex/dinbrief
7125 %{texmfdist}/tex/latex/dingbat
7126 %{texmfdist}/tex/latex/directory
7127 %{texmfdist}/tex/latex/disser
7128 %{texmfdist}/tex/latex/dlfltxb
7129 %{texmfdist}/tex/latex/dnaseq
7130 %{texmfdist}/tex/latex/docmfp
7131 %{texmfdist}/tex/latex/doi
7132 %{texmfdist}/tex/latex/doipubmed
7133 %{texmfdist}/tex/latex/dotarrow
7134 %{texmfdist}/tex/latex/dotseqn
7135 %{texmfdist}/tex/latex/dottex
7136 %{texmfdist}/tex/latex/doublestroke
7137 %{texmfdist}/tex/latex/dpfloat
7138 %{texmfdist}/tex/latex/dprogress
7139 %{texmfdist}/tex/latex/drac
7140 %{texmfdist}/tex/latex/draftcopy
7141 %{texmfdist}/tex/latex/draftwatermark
7142 %{texmfdist}/tex/latex/dramatist
7143 %{texmfdist}/tex/latex/dtk
7144 %{texmfdist}/tex/latex/duerer-latex
7145 %{texmfdist}/tex/latex/dvdcoll
7146 %{texmfdist}/tex/latex/dvipdfmx-def
7147 %{texmfdist}/tex/latex/dyntree
7148 %{texmfdist}/tex/latex/eCards
7149 %{texmfdist}/tex/latex/ean13isbn
7150 %{texmfdist}/tex/latex/easy
7151 %{texmfdist}/tex/latex/ebezier
7152 %{texmfdist}/tex/latex/ebsthesis
7153 %{texmfdist}/tex/latex/ecclesiastic
7154 %{texmfdist}/tex/latex/ecltree
7155 %{texmfdist}/tex/latex/eco
7156 %{texmfdist}/tex/latex/economic
7157 %{texmfdist}/tex/latex/ecv
7158 %{texmfdist}/tex/latex/ed
7159 %{texmfdist}/tex/latex/edmargin
7160 %{texmfdist}/tex/latex/ednotes
7161 %{texmfdist}/tex/latex/eemeir
7162 %{texmfdist}/tex/latex/eepic
7163 %{texmfdist}/tex/latex/egameps
7164 %{texmfdist}/tex/latex/egplot
7165 %{texmfdist}/tex/latex/eiad
7166 %{texmfdist}/tex/latex/ellipsis
7167 %{texmfdist}/tex/latex/elmath
7168 %{texmfdist}/tex/latex/elpres
7169 %{texmfdist}/tex/latex/elsarticle
7170 %{texmfdist}/tex/latex/elsevier
7171 %{texmfdist}/tex/latex/em
7172 %{texmfdist}/tex/latex/emp
7173 %{texmfdist}/tex/latex/emulateapj
7174 %{texmfdist}/tex/latex/encxvlna
7175 %{texmfdist}/tex/latex/endfloat
7176 %{texmfdist}/tex/latex/endheads
7177 %{texmfdist}/tex/latex/engpron
7178 %{texmfdist}/tex/latex/engrec
7179 %{texmfdist}/tex/latex/envbig
7180 %{texmfdist}/tex/latex/environ
7181 %{texmfdist}/tex/latex/envlab
7182 %{texmfdist}/tex/latex/epigrafica
7183 %{texmfdist}/tex/latex/epigraph
7184 %{texmfdist}/tex/latex/epiolmec
7185 %{texmfdist}/tex/latex/epsdice
7186 %{texmfdist}/tex/latex/epspdfconversion
7187 %{texmfdist}/tex/latex/eqlist
7188 %{texmfdist}/tex/latex/eqname
7189 %{texmfdist}/tex/latex/eqnarray
7190 %{texmfdist}/tex/latex/eqparbox
7191 %{texmfdist}/tex/latex/errata
7192 %{texmfdist}/tex/latex/esdiff
7193 %{texmfdist}/tex/latex/esint
7194 %{texmfdist}/tex/latex/eskd
7195 %{texmfdist}/tex/latex/eskdx
7196 %{texmfdist}/tex/latex/eso-pic
7197 %{texmfdist}/tex/latex/esvect
7198 %{texmfdist}/tex/latex/etaremune
7199 %{texmfdist}/tex/latex/etex-pkg
7200 %{texmfdist}/tex/latex/ethiop
7201 %{texmfdist}/tex/latex/etoolbox
7202 %{texmfdist}/tex/latex/eukdate
7203 %{texmfdist}/tex/latex/euler
7204 %{texmfdist}/tex/latex/eulervm
7205 %{texmfdist}/tex/latex/euproposal
7206 %{texmfdist}/tex/latex/euro
7207 %{texmfdist}/tex/latex/eurofont
7208 %{texmfdist}/tex/latex/europecv
7209 %{texmfdist}/tex/latex/eurosans
7210 %{texmfdist}/tex/latex/eurosym
7211 %{texmfdist}/tex/latex/everypage
7212 %{texmfdist}/tex/latex/examdesign
7213 %{texmfdist}/tex/latex/examplep
7214 %{texmfdist}/tex/latex/exceltex
7215 %{texmfdist}/tex/latex/exercise
7216 %{texmfdist}/tex/latex/expdlist
7217 %{texmfdist}/tex/latex/expl3
7218 %{texmfdist}/tex/latex/export
7219 %{texmfdist}/tex/latex/extarrows
7220 %{texmfdist}/tex/latex/extpfeil
7221 %{texmfdist}/tex/latex/extract
7222 %{texmfdist}/tex/latex/extsizes
7223 %{texmfdist}/tex/latex/facsimile
7224 %{texmfdist}/tex/latex/faktor
7225 %{texmfdist}/tex/latex/fancybox
7226 %{texmfdist}/tex/latex/fancyhdr
7227 %{texmfdist}/tex/latex/fancynum
7228 %{texmfdist}/tex/latex/fancyref
7229 %{texmfdist}/tex/latex/fancytooltips
7230 %{texmfdist}/tex/latex/fancyvrb
7231 %{texmfdist}/tex/latex/fax
7232 %{texmfdist}/tex/latex/fc
7233 %{texmfdist}/tex/latex/feyn
7234 %{texmfdist}/tex/latex/feynmf
7235 %{texmfdist}/tex/latex/fge
7236 %{texmfdist}/tex/latex/figbib
7237 %{texmfdist}/tex/latex/figsize
7238 %{texmfdist}/tex/latex/filecontents
7239 %{texmfdist}/tex/latex/fink
7240 %{texmfdist}/tex/latex/fixfoot
7241 %{texmfdist}/tex/latex/fixme
7242 %{texmfdist}/tex/latex/flabels
7243 %{texmfdist}/tex/latex/flacards
7244 %{texmfdist}/tex/latex/flagderiv
7245 %{texmfdist}/tex/latex/flashcards
7246 %{texmfdist}/tex/latex/flippdf
7247 %{texmfdist}/tex/latex/float
7248 %{texmfdist}/tex/latex/floatrow
7249 %{texmfdist}/tex/latex/flowfram
7250 %{texmfdist}/tex/latex/fmp
7251 %{texmfdist}/tex/latex/fmtcount
7252 %{texmfdist}/tex/latex/fnbreak
7253 %{texmfdist}/tex/latex/fncychap
7254 %{texmfdist}/tex/latex/foekfont
7255 %{texmfdist}/tex/latex/foilhtml
7256 %{texmfdist}/tex/latex/fonetika
7257 %{texmfdist}/tex/latex/fontinst
7258 %{texmfdist}/tex/latex/fonttable
7259 %{texmfdist}/tex/latex/footmisc
7260 %{texmfdist}/tex/latex/footnpag
7261 %{texmfdist}/tex/latex/forarray
7262 %{texmfdist}/tex/latex/forloop
7263 %{texmfdist}/tex/latex/formlett
7264 %{texmfdist}/tex/latex/formula
7265 %{texmfdist}/tex/latex/formular
7266 %{texmfdist}/tex/latex/fouridx
7267 %{texmfdist}/tex/latex/fourier
7268 %{texmfdist}/tex/latex/fouriernc
7269 %{texmfdist}/tex/latex/fp
7270 %{texmfdist}/tex/latex/frankenstein
7271 %{texmfdist}/tex/latex/frcursive
7272 %{texmfdist}/tex/latex/frenchle
7273 %{texmfdist}/tex/latex/fribrief
7274 %{texmfdist}/tex/latex/frletter
7275 %{texmfdist}/tex/latex/frontespizio
7276 %{texmfdist}/tex/latex/fullblck
7277 %{texmfdist}/tex/latex/fullpict
7278 %{texmfdist}/tex/latex/functan
7279 %{texmfdist}/tex/latex/fundus
7280 %{texmfdist}/tex/latex/gaceta
7281 %{texmfdist}/tex/latex/galois
7282 %{texmfdist}/tex/latex/gastex
7283 %{texmfdist}/tex/latex/gatech-thesis
7284 %{texmfdist}/tex/latex/gauss
7285 %{texmfdist}/tex/latex/gb4e
7286 %{texmfdist}/tex/latex/gcard
7287 %{texmfdist}/tex/latex/gcite
7288 %{texmfdist}/tex/latex/genmpage
7289 %{texmfdist}/tex/latex/geometry
7290 %{texmfdist}/tex/latex/geomsty
7291 %{texmfdist}/tex/latex/germbib
7292 %{texmfdist}/tex/latex/gfsartemisia
7293 %{texmfdist}/tex/latex/gfsbaskerville
7294 %{texmfdist}/tex/latex/gfsbodoni
7295 %{texmfdist}/tex/latex/gfscomplutum
7296 %{texmfdist}/tex/latex/gfsdidot
7297 %{texmfdist}/tex/latex/gfsneohellenic
7298 %{texmfdist}/tex/latex/gfsporson
7299 %{texmfdist}/tex/latex/gfssolomos
7300 %{texmfdist}/tex/latex/ginpenc
7301 %{texmfdist}/tex/latex/gloss
7302 %{texmfdist}/tex/latex/glossaries
7303 %{texmfdist}/tex/latex/gmdoc
7304 %{texmfdist}/tex/latex/gmeometric
7305 %{texmfdist}/tex/latex/gmiflink
7306 %{texmfdist}/tex/latex/gmutils
7307 %{texmfdist}/tex/latex/gmverb
7308 %{texmfdist}/tex/latex/gnuplottex
7309 %{texmfdist}/tex/latex/go
7310 %{texmfdist}/tex/latex/graphics
7311 %{texmfdist}/tex/latex/graphicx-psmin
7312 %{texmfdist}/tex/latex/greek-inputenc
7313 %{texmfdist}/tex/latex/greekdates
7314 %{texmfdist}/tex/latex/greektex
7315 %{texmfdist}/tex/latex/grfpaste
7316 %{texmfdist}/tex/latex/grnumalt
7317 %{texmfdist}/tex/latex/grotesq
7318 %{texmfdist}/tex/latex/grverb
7319 %{texmfdist}/tex/latex/gu
7320 %{texmfdist}/tex/latex/guitar
7321 %{texmfdist}/tex/latex/guitbeamer
7322 %{texmfdist}/tex/latex/hanging
7323 %{texmfdist}/tex/latex/har2nat
7324 %{texmfdist}/tex/latex/harmony
7325 %{texmfdist}/tex/latex/harpoon
7326 %{texmfdist}/tex/latex/harvard
7327 %{texmfdist}/tex/latex/hc
7328 %{texmfdist}/tex/latex/helvetic
7329 %{texmfdist}/tex/latex/hep
7330 %{texmfdist}/tex/latex/hepnames
7331 %{texmfdist}/tex/latex/hepparticles
7332 %{texmfdist}/tex/latex/hepthesis
7333 %{texmfdist}/tex/latex/hepunits
7334 %{texmfdist}/tex/latex/hexgame
7335 %{texmfdist}/tex/latex/hfoldsty
7336 %{texmfdist}/tex/latex/hhtensor
7337 %{texmfdist}/tex/latex/hilowres
7338 %{texmfdist}/tex/latex/histogr
7339 %{texmfdist}/tex/latex/hitec
7340 %{texmfdist}/tex/latex/hpsdiss
7341 %{texmfdist}/tex/latex/hrlatex
7342 %{texmfdist}/tex/latex/hvfloat
7343 %{texmfdist}/tex/latex/hypdvips
7344 %{texmfdist}/tex/latex/hyper
7345 %{texmfdist}/tex/latex/hyperref
7346 %{texmfdist}/tex/latex/hyperxmp
7347 %{texmfdist}/tex/latex/hyphenat
7348 %{texmfdist}/tex/latex/ibycus-babel
7349 %{texmfdist}/tex/latex/icsv
7350 %{texmfdist}/tex/latex/ieeepes
7351 %{texmfdist}/tex/latex/ifmslide
7352 %{texmfdist}/tex/latex/ifplatform
7353 %{texmfdist}/tex/latex/ifsym
7354 %{texmfdist}/tex/latex/ijmart
7355 %{texmfdist}/tex/latex/imac
7356 %{texmfdist}/tex/latex/image-gallery
7357 %{texmfdist}/tex/latex/imtekda
7358 %{texmfdist}/tex/latex/index
7359 %{texmfdist}/tex/latex/initials
7360 %{texmfdist}/tex/latex/inlinebib
7361 %{texmfdist}/tex/latex/inlinedef
7362 %{texmfdist}/tex/latex/interactiveworkbook
7363 %{texmfdist}/tex/latex/inversepath
7364 %{texmfdist}/tex/latex/invoice
7365 %{texmfdist}/tex/latex/ipa
7366 %{texmfdist}/tex/latex/iso
7367 %{texmfdist}/tex/latex/iso10303
7368 %{texmfdist}/tex/latex/isodate
7369 %{texmfdist}/tex/latex/isodoc
7370 %{texmfdist}/tex/latex/isonums
7371 %{texmfdist}/tex/latex/isorot
7372 %{texmfdist}/tex/latex/isotope
7373 %{texmfdist}/tex/latex/itnumpar
7374 %{texmfdist}/tex/latex/itrans
7375 %{texmfdist}/tex/latex/iwona
7376 %{texmfdist}/tex/latex/jeopardy
7377 %{texmfdist}/tex/latex/jhep
7378 %{texmfdist}/tex/latex/jknapltx
7379 %{texmfdist}/tex/latex/jneurosci
7380 %{texmfdist}/tex/latex/jpsj
7381 %{texmfdist}/tex/latex/jura
7382 %{texmfdist}/tex/latex/juraabbrev
7383 %{texmfdist}/tex/latex/juramisc
7384 %{texmfdist}/tex/latex/jurarsp
7385 %{texmfdist}/tex/latex/koma-script
7386 %{texmfdist}/tex/latex/labels
7387 %{texmfdist}/tex/latex/latexconfig
7388 %{texmfdist}/tex/latex/layouts
7389 %{texmfdist}/tex/latex/lettrine
7390 %{texmfdist}/tex/latex/listings
7391 %{texmfdist}/tex/latex/ltabptch
7392 %{texmfdist}/tex/latex/localloc
7393 %{texmfdist}/tex/latex/ltxmisc
7394 %{texmfdist}/tex/latex/mathcomp
7395 %{texmfdist}/tex/latex/mdwtools
7396 %{texmfdist}/tex/latex/memoir
7397 %{texmfdist}/tex/latex/mh
7398 %{texmfdist}/tex/latex/misc209
7399 %{texmfdist}/tex/latex/mmap
7400 %{texmfdist}/tex/latex/mnsymbol
7401 %{texmfdist}/tex/latex/moderncv
7402 %{texmfdist}/tex/latex/modroman
7403 %{texmfdist}/tex/latex/mongolian-babel
7404 %{texmfdist}/tex/latex/montex
7405 %{texmfdist}/tex/latex/mparhack
7406 %{texmfdist}/tex/latex/ms
7407 %{texmfdist}/tex/latex/multibib
7408 %{texmfdist}/tex/latex/multirow
7409 %{texmfdist}/tex/latex/mwcls
7410 %{texmfdist}/tex/latex/natbib
7411 %{texmfdist}/tex/latex/ncclatex
7412 %{texmfdist}/tex/latex/ncctools
7413 %{texmfdist}/tex/latex/ncntrsbk
7414 %{texmfdist}/tex/latex/nddiss
7415 %{texmfdist}/tex/latex/newalg
7416 %{texmfdist}/tex/latex/newfile
7417 %{texmfdist}/tex/latex/newlfm
7418 %{texmfdist}/tex/latex/newspaper
7419 %{texmfdist}/tex/latex/newthm
7420 %{texmfdist}/tex/latex/nomencl
7421 %{texmfdist}/tex/latex/ntgclass
7422 %{texmfdist}/tex/latex/oberdiek
7423 %{texmfdist}/tex/latex/overpic
7424 %{texmfdist}/tex/latex/paralist
7425 %{texmfdist}/tex/latex/pb-diagram
7426 %{texmfdist}/tex/latex/pdfpages
7427 %{texmfdist}/tex/latex/picinpar
7428 %{texmfdist}/tex/latex/pict2e
7429 %{texmfdist}/tex/latex/placeins
7430 %{texmfdist}/tex/latex/preprint
7431 %{texmfdist}/tex/latex/preview
7432 %{texmfdist}/tex/latex/program
7433 %{texmfdist}/tex/latex/psfrag
7434 %{texmfdist}/tex/latex/pslatex
7435 %{texmfdist}/tex/latex/revtex
7436 %{texmfdist}/tex/latex/rotating
7437 %{texmfdist}/tex/latex/rotfloat
7438 %{texmfdist}/tex/latex/scale
7439 %{texmfdist}/tex/latex/sectsty
7440 %{texmfdist}/tex/latex/seminar
7441 %{texmfdist}/tex/latex/setspace
7442 %{texmfdist}/tex/latex/showdim
7443 %{texmfdist}/tex/latex/showlabels
7444 %{texmfdist}/tex/latex/sidecap
7445 %{texmfdist}/tex/latex/slashbox
7446 %{texmfdist}/tex/latex/soul
7447 %{texmfdist}/tex/latex/stdclsdv
7448 %{texmfdist}/tex/latex/stmaryrd
7449 %{texmfdist}/tex/latex/subfig
7450 %{texmfdist}/tex/latex/subfigure
7451 %{texmfdist}/tex/latex/supertabular
7452 %{texmfdist}/tex/latex/t2
7453 %{texmfdist}/tex/latex/t-angles
7454 %{texmfdist}/tex/latex/tableaux
7455 %{texmfdist}/tex/latex/tablists
7456 %{texmfdist}/tex/latex/tablor
7457 %{texmfdist}/tex/latex/tabto-ltx
7458 %{texmfdist}/tex/latex/tabulary
7459 %{texmfdist}/tex/latex/tabvar
7460 %{texmfdist}/tex/latex/talk
7461 %{texmfdist}/tex/latex/taupin
7462 %{texmfdist}/tex/latex/tcldoc
7463 %{texmfdist}/tex/latex/tdsfrmath
7464 %{texmfdist}/tex/latex/technics
7465 %{texmfdist}/tex/latex/ted
7466 %{texmfdist}/tex/latex/tengwarscript
7467 %{texmfdist}/tex/latex/tensor
7468 %{texmfdist}/tex/latex/teubner
7469 %{texmfdist}/tex/latex/tex-gyre
7470 %{texmfdist}/tex/latex/texilikecover
7471 %{texmfdist}/tex/latex/texlogos
7472 %{texmfdist}/tex/latex/texmate
7473 %{texmfdist}/tex/latex/texpower
7474 %{texmfdist}/tex/latex/texshade
7475 %{texmfdist}/tex/latex/textcase
7476 %{texmfdist}/tex/latex/textfit
7477 %{texmfdist}/tex/latex/textopo
7478 %{texmfdist}/tex/latex/textpath
7479 %{texmfdist}/tex/latex/textpos
7480 %{texmfdist}/tex/latex/theoremref
7481 %{texmfdist}/tex/latex/thesis-titlepage-fhac
7482 %{texmfdist}/tex/latex/thinsp
7483 %{texmfdist}/tex/latex/thmtools
7484 %{texmfdist}/tex/latex/thumb
7485 %{texmfdist}/tex/latex/thuthesis
7486 %{texmfdist}/tex/latex/ticket
7487 %{texmfdist}/tex/latex/tikz-inet
7488 %{texmfdist}/tex/latex/times
7489 %{texmfdist}/tex/latex/timesht
7490 %{texmfdist}/tex/latex/tipa
7491 %{texmfdist}/tex/latex/titlefoot
7492 %{texmfdist}/tex/latex/titlesec
7493 %{texmfdist}/tex/latex/titling
7494 %{texmfdist}/tex/latex/tocbibind
7495 %{texmfdist}/tex/latex/tocloft
7496 %{texmfdist}/tex/latex/tools
7497 %{texmfdist}/tex/latex/totpages
7498 %{texmfdist}/tex/latex/type1cm
7499 %{texmfdist}/tex/latex/undertilde
7500 %{texmfdist}/tex/latex/units
7501 %{texmfdist}/tex/latex/unitsdef
7502 %{texmfdist}/tex/latex/universa
7503 %{texmfdist}/tex/latex/unroman
7504 %{texmfdist}/tex/latex/upmethodology
7505 %{texmfdist}/tex/latex/upquote
7506 %{texmfdist}/tex/latex/varindex
7507 %{texmfdist}/tex/latex/varsfromjobname
7508 %{texmfdist}/tex/latex/vector
7509 %{texmfdist}/tex/latex/velthuis
7510 %{texmfdist}/tex/latex/verse
7511 %{texmfdist}/tex/latex/versions
7512 %{texmfdist}/tex/latex/vhistory
7513 %{texmfdist}/tex/latex/vita
7514 %{texmfdist}/tex/latex/vmargin
7515 %{texmfdist}/tex/latex/volumes
7516 %{texmfdist}/tex/latex/vpe
7517 %{texmfdist}/tex/latex/vrsion
7518 %{texmfdist}/tex/latex/vwcol
7519 %{texmfdist}/tex/latex/vxu
7520 %{texmfdist}/tex/latex/wallpaper
7521 %{texmfdist}/tex/latex/warning
7522 %{texmfdist}/tex/latex/warpcol
7523 %{texmfdist}/tex/latex/was
7524 %{texmfdist}/tex/latex/williams
7525 %{texmfdist}/tex/latex/wnri
7526 %{texmfdist}/tex/latex/wordlike
7527 %{texmfdist}/tex/latex/wrapfig
7528 %{texmfdist}/tex/latex/wsuipa
7529 %{texmfdist}/tex/latex/xargs
7530 %{texmfdist}/tex/latex/xcolor
7531 %{texmfdist}/tex/latex/xdoc
7532 %{texmfdist}/tex/latex/xfor
7533 %{texmfdist}/tex/latex/xifthen
7534 %{texmfdist}/tex/latex/xkeyval
7535 %{texmfdist}/tex/latex/xmpincl
7536 %{texmfdist}/tex/latex/xnewcommand
7537 %{texmfdist}/tex/latex/xoptarg
7538 %{texmfdist}/tex/latex/xpackages
7539 %{texmfdist}/tex/latex/xq
7540 %{texmfdist}/tex/latex/xskak
7541 %{texmfdist}/tex/latex/xstring
7542 %{texmfdist}/tex/latex/xtab
7543 %{texmfdist}/tex/latex/xtcapts
7544 %{texmfdist}/tex/latex/xyling
7545 %{texmfdist}/tex/latex/xytree
7546 %{texmfdist}/tex/latex/yafoot
7547 %{texmfdist}/tex/latex/yfonts
7548 %{texmfdist}/tex/latex/yhmath
7549 %{texmfdist}/tex/latex/yi4latex
7550 %{texmfdist}/tex/latex/york-thesis
7551 %{texmfdist}/tex/latex/youngtab
7552 %{texmfdist}/tex/latex/yplan
7553 %{texmfdist}/tex/latex/zapfchan
7554 %{texmfdist}/tex/latex/zapfding
7555 %{texmfdist}/tex/latex/zed-csp
7556 %{texmfdist}/tex/latex/zefonts
7557 %{texmfdist}/tex/latex/ziffer
7558 %{texmfdist}/tex/latex/zwgetfdate
7559 %{texmfdist}/tex/plain/etex
7560 %{texmf}/tex/latex/config
7561 %{texmf}/tex/latex/dvipdfm
7562
7563 %files latex-abstract
7564 %defattr(644,root,root,755)
7565 %doc %{texmfdist}/doc/latex/abstract
7566 %{texmfdist}/tex/latex/abstract
7567
7568 %files latex-accfonts
7569 %defattr(644,root,root,755)
7570 %{texmfdist}/tex/latex/accfonts
7571
7572 %files latex-adrconv
7573 %defattr(644,root,root,755)
7574 %{texmfdist}/tex/latex/adrconv
7575 %{texmfdist}/doc/latex/adrconv
7576
7577 %files latex-algorithms
7578 %defattr(644,root,root,755)
7579 %doc %{texmfdist}/doc/latex/algorithms
7580 %{texmfdist}/tex/latex/algorithms
7581
7582 %files latex-ae
7583 %defattr(644,root,root,755)
7584 %{texmfdist}/tex/latex/ae
7585
7586 %files latex-ams
7587 %defattr(644,root,root,755)
7588 %doc %{texmfdist}/doc/latex/amscls
7589 %doc %{texmfdist}/doc/latex/amsmath
7590 %doc %{texmfdist}/doc/latex/onlyamsmath
7591 %{texmfdist}/tex/latex/amscls
7592 %{texmfdist}/tex/latex/amsmath
7593 %{texmfdist}/tex/latex/amsfonts
7594 %{texmfdist}/tex/latex/onlyamsmath
7595 %{texmfdist}/source/latex/onlyamsmath
7596
7597 %files latex-antp
7598 %defattr(644,root,root,755)
7599 %{texmfdist}/tex/latex/antp
7600
7601 %files latex-antt
7602 %defattr(644,root,root,755)
7603 %{texmfdist}/tex/latex/antt
7604
7605 %files latex-appendix
7606 %defattr(644,root,root,755)
7607 %doc %{texmfdist}/doc/latex/appendix
7608 %{texmfdist}/tex/latex/appendix
7609
7610 %files latex-bbm
7611 %defattr(644,root,root,755)
7612 %doc %{texmfdist}/doc/fonts/bbm
7613 %{texmfdist}/tex/latex/bbm
7614
7615 %files latex-bbold
7616 %defattr(644,root,root,755)
7617 %doc %{texmfdist}/doc/latex/bbold
7618 %{texmfdist}/tex/latex/bbold
7619 %{texmfdist}/source/latex/bbold
7620
7621 %files latex-bezos
7622 %defattr(644,root,root,755)
7623 %doc %{texmfdist}/doc/latex/bezos
7624 %{texmfdist}/tex/latex/bezos
7625
7626 %files latex-bibtex
7627 %defattr(644,root,root,755)
7628 %doc %{texmfdist}/doc/bibtex/base
7629 %doc %{texmfdist}/doc/latex/adrconv
7630 %doc %{texmfdist}/doc/latex/bibtopic
7631 %doc %{texmfdist}/doc/latex/bibunits
7632 %doc %{texmfdist}/doc/latex/natbib
7633 %doc %{texmfdist}/doc/latex/footbib
7634 %dir %{texmfdist}/doc/bibtex
7635 %dir %{texmfdist}/bibtex
7636 %dir %{texmfdist}/bibtex/bib
7637 %dir %{texmfdist}/bibtex/bst
7638 %dir %{texmfdist}/bibtex/csf
7639
7640 %attr(755,root,root) %{_bindir}/bibtex
7641 %attr(755,root,root) %{_bindir}/rubibtex
7642
7643 %{texmfdist}/bibtex/bst/base
7644 %{texmfdist}/bibtex/csf/base
7645 %{texmfdist}/bibtex/bib/base
7646 %{texmfdist}/bibtex/bst/adrconv
7647 %{texmfdist}/bibtex/bib/adrconv
7648 %{texmfdist}/source/latex/adrconv
7649 %{texmfdist}/tex/latex/adrconv
7650 # %{texmf}/bibtex/bst/misc
7651 %{texmfdist}/bibtex/bst/natbib
7652 %{texmfdist}/tex/latex/natbib
7653 %{texmfdist}/tex/latex/bibtopic
7654 %{texmfdist}/source/latex/bibunits
7655 %{texmfdist}/tex/latex/bibunits
7656 %{texmfdist}/source/latex/footbib
7657 %{texmfdist}/tex/latex/footbib
7658
7659 %{_mandir}/man1/bibtex.1*
7660 %{_mandir}/man1/rubibtex.1*
7661
7662 %files latex-bibtex-ams
7663 %defattr(644,root,root,755)
7664 %{texmfdist}/bibtex/bst/ams
7665 %{texmfdist}/bibtex/bib/ams
7666
7667 %files latex-bibtex-pl
7668 %defattr(644,root,root,755)
7669 %{texmfdist}/bibtex/bib/gustlib/plbib.bib
7670
7671 %files latex-bibtex-german
7672 %defattr(644,root,root,755)
7673 %doc %{texmfdist}/doc/bibtex/germbib
7674 %{texmfdist}/bibtex/bst/germbib
7675 %{texmfdist}/tex/latex/germbib
7676
7677 %files latex-bibtex-revtex4
7678 %defattr(644,root,root,755)
7679 %doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
7680 %{texmfdist}/source/latex/revtex/revtex4.dtx
7681 %{texmfdist}/source/latex/revtex/revtex4.ins
7682 %{texmfdist}/tex/latex/revtex/revtex4.cls
7683
7684 %files latex-bibtex-jurabib
7685 %defattr(644,root,root,755)
7686 %doc %{texmfdist}/doc/latex/jurabib
7687 %{texmfdist}/bibtex/bst/jurabib
7688 %{texmfdist}/bibtex/bib/jurabib
7689 %{texmfdist}/source/latex/jurabib
7690 %{texmfdist}/tex/latex/jurabib
7691
7692 %files latex-bibtex-dk
7693 %defattr(644,root,root,755)
7694 %doc %{texmfdist}/doc/latex/dk-bib
7695 %{texmfdist}/bibtex/bst/dk-bib
7696 %{texmfdist}/bibtex/csf/dk-bib
7697 %{texmfdist}/bibtex/bib/dk-bib
7698 %{texmfdist}/source/latex/dk-bib
7699 %{texmfdist}/tex/latex/dk-bib
7700
7701 # %files latex-bibtex-nor
7702 # %defattr(644,root,root,755)
7703 # %{texmf}/bibtex/bst/norbib
7704
7705 %files latex-bibtex-vancouver
7706 %defattr(644,root,root,755)
7707 %dir %{texmfdist}/bibtex/bib/vancouver
7708 %dir %{texmfdist}/doc/bibtex/vancouver/README
7709 %{texmfdist}/bibtex/bib/vancouver/vancouver.bib
7710 %{texmfdist}/bibtex/bst/vancouver/vancouver.bst
7711 %doc %{texmfdist}/doc/bibtex/vancouver/README
7712 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
7713 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
7714
7715 %files latex-booktabs
7716 %defattr(644,root,root,755)
7717 %doc %{texmfdist}/doc/latex/booktabs
7718 %{texmfdist}/tex/latex/booktabs
7719
7720 %files latex-caption
7721 %defattr(644,root,root,755)
7722 %doc %{texmfdist}/doc/latex/caption
7723 %{texmfdist}/tex/latex/caption
7724
7725 %files latex-carlisle
7726 %defattr(644,root,root,755)
7727 %doc %{texmfdist}/doc/latex/carlisle
7728 %{texmfdist}/tex/latex/carlisle
7729
7730 %files latex-ccfonts
7731 %defattr(644,root,root,755)
7732 %doc %{texmfdist}/doc/latex/ccfonts
7733 %{texmfdist}/tex/latex/ccfonts
7734
7735 %files latex-cite
7736 %defattr(644,root,root,755)
7737 %{texmfdist}/tex/latex/cite
7738
7739 %files latex-cmbright
7740 %defattr(644,root,root,755)
7741 %doc %{texmfdist}/doc/latex/cmbright
7742 %{texmfdist}/tex/latex/cmbright
7743
7744 %files latex-comment
7745 %defattr(644,root,root,755)
7746 %doc %{texmfdist}/doc/latex/comment
7747 %{texmfdist}/tex/latex/comment
7748
7749 %files latex-concmath
7750 %defattr(644,root,root,755)
7751 %{texmfdist}/tex/latex/concmath
7752
7753 %files latex-currvita
7754 %defattr(644,root,root,755)
7755 %doc %{texmfdist}/doc/latex/currvita
7756 %{texmfdist}/tex/latex/currvita
7757
7758 %files latex-curves
7759 %defattr(644,root,root,755)
7760 %doc %{texmfdist}/doc/latex/curves
7761 %{texmfdist}/tex/latex/curves
7762
7763 %files latex-custom-bib
7764 %defattr(644,root,root,755)
7765 %doc %{texmfdist}/doc/latex/custom-bib
7766 %{texmfdist}/source/latex/custom-bib
7767 %{texmfdist}/tex/latex/custom-bib
7768
7769 %files latex-cyrillic
7770 %defattr(644,root,root,755)
7771 %doc %{texmfdist}/doc/latex/cyrillic
7772 %{texmfdist}/source/latex/cyrillic
7773 %{texmfdist}/tex/latex/cyrillic
7774
7775 # %files latex-dstroke
7776 # %defattr(644,root,root,755)
7777 # %{texmf}/tex/latex/dstroke
7778
7779 %files latex-enumitem
7780 %defattr(644,root,root,755)
7781 %doc %{texmfdist}/doc/latex/enumitem
7782 %{texmfdist}/tex/latex/enumitem
7783
7784 %files latex-exam
7785 %defattr(644,root,root,755)
7786 %doc %{texmfdist}/doc/latex/exam
7787 %{texmfdist}/tex/latex/exam
7788
7789 %files latex-gbrief
7790 %defattr(644,root,root,755)
7791 %doc %{texmfdist}/doc/latex/g-brief
7792 %{texmfdist}/tex/latex/g-brief
7793
7794 %files latex-jknappen
7795 %defattr(644,root,root,755)
7796 %doc %{texmfdist}/fonts/source/jknappen
7797 %{texmfdist}/fonts/tfm/jknappen
7798
7799 %files latex-lastpage
7800 %defattr(644,root,root,755)
7801 %doc %{texmfdist}/doc/latex/lastpage
7802 %{texmfdist}/tex/latex/lastpage
7803
7804 %files latex-leftidx
7805 %defattr(644,root,root,755)
7806 %doc %{texmfdist}/doc/latex/leftidx
7807 %{texmfdist}/tex/latex/leftidx
7808
7809 %files latex-lm
7810 %defattr(644,root,root,755)
7811 %doc %{texmfdist}/doc/fonts/lm
7812 %{texmfdist}/tex/latex/lm
7813 %{texmfdist}/fonts/afm/public/lm
7814 %{texmfdist}/fonts/enc/dvips/lm
7815 %{texmfdist}/fonts/map/dvips/lm
7816 %{texmfdist}/fonts/map/dvipdfm/lm
7817 %{texmfdist}/fonts/opentype/public/lm
7818 %{texmfdist}/fonts/tfm/public/lm
7819 %{texmfdist}/source/fonts/lm
7820
7821 %files latex-lucidabr
7822 %defattr(644,root,root,755)
7823 %{texmfdist}/vtex/config/lucidabr-k.ali
7824 %{texmfdist}/vtex/config/lucidabr.ali
7825
7826 %files latex-lineno
7827 %defattr(644,root,root,755)
7828 %doc %{texmfdist}/doc/latex/lineno
7829 %{texmfdist}/tex/latex/lineno
7830
7831
7832 %files latex-marvosym
7833 %defattr(644,root,root,755)
7834 %{texmfdist}/tex/latex/marvosym
7835
7836 #%files latex-mathpple
7837 #%defattr(644,root,root,755)
7838
7839 #%files latex-mathtime
7840 #%defattr(644,root,root,755)
7841
7842 %files latex-microtype
7843 %defattr(644,root,root,755)
7844 %doc %{texmfdist}/doc/latex/microtype
7845 %{texmfdist}/source/latex/microtype
7846 %{texmfdist}/tex/latex/microtype
7847
7848 %files latex-mflogo
7849 %defattr(644,root,root,755)
7850 %doc %{texmfdist}/doc/latex/mflogo
7851 %{texmfdist}/tex/latex/mflogo
7852
7853 %files latex-mfnfss
7854 %defattr(644,root,root,755)
7855 %{texmfdist}/source/latex/mfnfss
7856 %{texmfdist}/tex/latex/mfnfss
7857
7858 %files latex-minitoc
7859 %defattr(644,root,root,755)
7860 %doc %{texmfdist}/doc/latex/minitoc
7861 %{texmfdist}/bibtex/bst/minitoc
7862 %{texmfdist}/makeindex/minitoc
7863 %{texmfdist}/scripts/minitoc
7864 %{texmfdist}/source/latex/minitoc
7865 %{texmfdist}/tex/latex/minitoc
7866
7867
7868 %files latex-mltex
7869 %defattr(644,root,root,755)
7870 %doc %{texmfdist}/doc/latex/mltex
7871 %{texmfdist}/tex/latex/mltex
7872
7873 %files latex-moreverb
7874 %defattr(644,root,root,755)
7875 %doc %{texmfdist}/doc/latex/moreverb
7876 %{texmfdist}/tex/latex/moreverb
7877
7878 %files latex-multienum
7879 %defattr(644,root,root,755)
7880 %doc %{texmfdist}/doc/latex/multenum
7881 %dir %{texmfdist}/tex/latex/multenum
7882 %{texmfdist}/tex/latex/multenum/*
7883
7884 %files latex-ntheorem
7885 %defattr(644,root,root,755)
7886 %{texmfdist}/tex/latex/ntheorem
7887 %doc %{texmfdist}/doc/latex/ntheorem
7888
7889 # %files latex-palatcm
7890 # %defattr(644,root,root,755)
7891 # %{texmf}/tex/latex/palatcm
7892
7893 %files latex-psnfss
7894 %defattr(644,root,root,755)
7895 %doc %{texmfdist}/doc/latex/psnfss
7896 %{texmfdist}/fonts/map/dvips/psnfss
7897 %{texmfdist}/source/latex/psnfss
7898 %{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
7899 %{texmfdist}/tex/latex/psnfss
7900
7901
7902 %files latex-pxfonts
7903 %defattr(644,root,root,755)
7904 %doc %{texmfdist}/doc/fonts/pxfonts
7905 %{texmfdist}/tex/latex/pxfonts
7906 %{texmfdist}/fonts/type1/public/pxfonts
7907 %{texmfdist}/fonts/afm/public/pxfonts
7908 %{texmfdist}/fonts/tfm/public/pxfonts
7909 %{texmfdist}/fonts/vf/public/pxfonts
7910 %{texmfdist}/fonts/map/dvips/pxfonts
7911
7912 #%files latex-qfonts
7913 #%defattr(644,root,root,755)
7914
7915 %files latex-SIunits
7916 %defattr(644,root,root,755)
7917 %{texmfdist}/doc/latex/SIunits
7918 %{texmfdist}/tex/latex/SIunits
7919
7920 %files latex-txfonts
7921 %defattr(644,root,root,755)
7922 %doc %{texmfdist}/doc/fonts/txfonts
7923 %{texmfdist}/fonts/type1/public/txfonts
7924 %{texmfdist}/fonts/afm/public/txfonts
7925 %{texmfdist}/fonts/enc/dvips/txfonts
7926 %{texmfdist}/fonts/tfm/public/txfonts
7927 %{texmfdist}/fonts/vf/public/txfonts
7928 %{texmfdist}/fonts/map/dvips/txfonts
7929 %{texmfdist}/tex/latex/txfonts
7930
7931 %files latex-ucs
7932 %defattr(644,root,root,755)
7933 %doc %{texmfdist}/doc/latex/ucs
7934 %{texmfdist}/tex/latex/ucs
7935
7936 %files latex-umlaute
7937 %defattr(644,root,root,755)
7938 %{texmfdist}/tex/latex/umlaute
7939
7940 # %files latex-urwvn
7941 # %defattr(644,root,root,755)
7942
7943 %files latex-wasysym
7944 %defattr(644,root,root,755)
7945 %doc %{texmfdist}/doc/latex/wasysym
7946 %{texmfdist}/tex/latex/wasysym
7947 %{texmfdist}/source/latex/wasysym
7948
7949 # %files format-latex
7950 # %defattr(644,root,root,755)
7951 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
7952
7953 %files format-pdflatex
7954 %defattr(644,root,root,755)
7955 #%{texmf}/pdftex/latex/config
7956 # %dir %{texmf}/pdftex/latex
7957 %attr(755,root,root) %{_bindir}/pdflatex
7958 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
7959 #%{_mandir}/man1/pdflatex.1*
7960
7961 # %files platex
7962 # %defattr(644,root,root,755)
7963 # %doc %{texmf}/doc/latex/platex
7964 # %dir %{texmf}/tex/platex
7965 # %{texmf}/tex/platex/config
7966 # %{texmf}/tex/latex/platex
7967
7968 # %files format-platex
7969 # %defattr(644,root,root,755)
7970 # %attr(755,root,root) %{_bindir}/platex
7971 #%attr(755,root,root) %{_bindir}/platex-pl
7972 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
7973 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
7974
7975 # %files format-pdfplatex
7976 # %defattr(644,root,root,755)
7977 #%dir %{texmf}/pdftex/platex
7978 #%{texmf}/pdftex/platex/config
7979 # %attr(755,root,root) %{_bindir}/pdfplatex
7980 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
7981
7982 %files tex-babel
7983 %defattr(644,root,root,755)
7984 %dir %{texmfdist}/source/generic/babel
7985 %doc %{texmfdist}/doc/generic/babel
7986 %{texmfdist}/tex/generic/babel
7987
7988 %files tex-german
7989 %defattr(644,root,root,755)
7990 %doc %{texmfdist}/doc/generic/german
7991 %{texmfdist}/tex/generic/german
7992
7993 %files tex-mfpic
7994 %defattr(644,root,root,755)
7995 %doc %{texmfdist}/doc/generic/mfpic
7996 %{texmfdist}/tex/generic/mfpic
7997
7998 %files tex-misc
7999 %defattr(644,root,root,755)
8000 %doc %{texmfdist}/doc/latex/localloc
8001 %doc %{texmfdist}/doc/generic/multido
8002 %doc %{texmfdist}/doc/generic/tap
8003
8004 %{texmfdist}/tex/generic/eijkhout
8005 %{texmfdist}/tex/generic/multido
8006 %{texmfdist}/tex/generic/misc
8007
8008 %files tex-pictex
8009 %defattr(644,root,root,755)
8010 %doc %{texmfdist}/doc/generic/pictex
8011 %{texmfdist}/tex/generic/pictex
8012
8013 %files tex-pstricks
8014 %defattr(644,root,root,755)
8015 %doc %{texmfdist}/doc/generic/pstricks
8016 %{texmfdist}/dvips/pstricks
8017 %{texmfdist}/tex/generic/pstricks
8018
8019 # %files tex-qpx
8020 # %defattr(644,root,root,755)
8021 # %doc %{texmf}/doc/fonts/polish/qpx
8022 # %{texmf}/tex/generic/qpx
8023
8024 %files tex-qpxqtx
8025 %defattr(644,root,root,755)
8026 %doc %{texmfdist}/doc/fonts/qpxqtx
8027 %{texmfdist}/fonts/tfm/public/qpxqtx
8028 %{texmfdist}/fonts/vf/public/qpxqtx
8029 %{texmfdist}/tex/generic/qpxqtx
8030
8031 %files tex-ruhyphen
8032 %defattr(644,root,root,755)
8033 %{texmfdist}/tex/generic/ruhyphen
8034 %{texmfdist}/source/generic/ruhyphen
8035
8036 %files tex-spanish
8037 %defattr(644,root,root,755)
8038 %doc %{texmfdist}/doc/latex/spanish-mx
8039 %dir %{texmfdist}/source/latex/mapcodes
8040 %dir %{texmfdist}/source/latex/polyglot/langs
8041 %dir %{texmfdist}/tex/latex/apacite
8042 %dir %{texmfdist}/tex/latex/babelbib
8043 %dir %{texmfdist}/tex/latex/dvdcoll/dcl
8044 %dir %{texmfdist}/tex/texsis/base
8045 %{texmfdist}/source/generic/babel/spanish.ins
8046 %{texmfdist}/source/generic/babel/spanish.dtx
8047 %{texmfdist}/source/latex/polyglot/langs/spanish.ld
8048 %{texmfdist}/source/latex/polyglot/langs/spanish.ot1
8049 %{texmfdist}/source/latex/mapcodes/spanish.map
8050 %{texmfdist}/source/latex/mapcodes/spanish.dtx
8051 %{texmfdist}/tex/texsis/base/Spanish.txs
8052 %{texmfdist}/tex/generic/babel/spanish.sty
8053 %{texmfdist}/tex/generic/babel/spanish.ldf
8054 %{texmfdist}/tex/latex/spanish-mx
8055 %{texmfdist}/tex/latex/custom-bib/spanish.mbs
8056 %{texmfdist}/tex/latex/babelbib/spanish.bdf
8057 %{texmfdist}/tex/latex/apacite/spanish.apc
8058 %{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
8059
8060 %files tex-texdraw
8061 %defattr(644,root,root,755)
8062 %doc %{texmfdist}/doc/texdraw
8063 %{texmfdist}/tex/generic/texdraw
8064
8065 %files tex-thumbpdf
8066 %defattr(644,root,root,755)
8067 %doc %{texmfdist}/doc/generic/thumbpdf
8068 %attr(755,root,root) %{_bindir}/thumbpdf
8069 %{texmfdist}/tex/generic/thumbpdf
8070 %{texmfdist}/scripts/thumbpdf
8071 %{_mandir}/man1/thumbpdf.1*
8072
8073 %files tex-ukrhyph
8074 %defattr(644,root,root,755)
8075 %doc %{texmfdist}/doc/generic/ukrhyph
8076 %{texmfdist}/tex/generic/ukrhyph
8077
8078 %files latex-vietnam
8079 %defattr(644,root,root,755)
8080 %doc %{texmfdist}/doc/generic/vntex
8081 %{texmfdist}/tex/latex/vntex
8082
8083 %files tex-xypic
8084 %defattr(644,root,root,755)
8085 %doc %{texmfdist}/doc/generic/xypic
8086 %{texmfdist}/tex/generic/xypic
8087
8088 %files tex-xkeyval
8089 %defattr(644,root,root,755)
8090 %doc %{texmfdist}/doc/latex/xkeyval
8091 %{texmfdist}/source/latex/xkeyval
8092 %{texmfdist}/tex/generic/xkeyval
8093 %{texmfdist}/tex/latex/xkeyval
8094
8095 %files fonts-adobe
8096 %defattr(644,root,root,755)
8097 %{texmfdist}/fonts/type1/adobe
8098 %{texmfdist}/fonts/afm/adobe
8099 %{texmfdist}/fonts/tfm/adobe
8100 %{texmfdist}/fonts/vf/adobe
8101
8102 %files fonts-ae
8103 %defattr(644,root,root,755)
8104 %doc %{texmfdist}/doc/fonts/ae
8105 %{texmfdist}/fonts/tfm/public/ae
8106 %{texmfdist}/fonts/vf/public/ae
8107 %{texmfdist}/source/fonts/ae
8108
8109 %files fonts-ams
8110 %defattr(644,root,root,755)
8111 %{texmfdist}/bibtex/bst/ams
8112 %{texmfdist}/bibtex/bib/ams
8113 %{texmfdist}/dvips/ams
8114 %{texmfdist}/fonts/source/public/ams
8115 %{texmfdist}/fonts/type1/bluesky/ams
8116 %{texmfdist}/fonts/afm/bluesky/ams
8117 %{texmfdist}/fonts/tfm/public/ams
8118 %{texmfdist}/fonts/map/dvips/ams
8119
8120 %files fonts-antp
8121 %defattr(644,root,root,755)
8122 %doc %{texmfdist}/doc/fonts/antp
8123 %{texmfdist}/fonts/enc/dvips/antp
8124 %{texmfdist}/fonts/map/dvips/antp
8125 %{texmfdist}/fonts/afm/public/antp
8126 %{texmfdist}/fonts/tfm/public/antp
8127 %{texmfdist}/dvips/antp
8128
8129 %files fonts-antt
8130 %defattr(644,root,root,755)
8131 %doc %{texmfdist}/doc/fonts/antt
8132 %{texmfdist}/fonts/afm/public/antt
8133 %{texmfdist}/fonts/opentype/public/antt
8134 %{texmfdist}/fonts/enc/dvips/antt
8135 %{texmfdist}/fonts/tfm/public/antt
8136 %{texmfdist}/fonts/map/dvips/antt
8137 %{texmfdist}/tex/plain/antt
8138 %{texmfdist}/tex/latex/antt
8139
8140 %files fonts-arphic
8141 %defattr(644,root,root,755)
8142 %doc %{texmfdist}/doc/fonts/arphic
8143 %{texmfdist}/fonts/afm/arphic
8144 %{texmfdist}/fonts/tfm/arphic
8145 %{texmfdist}/fonts/vf/arphic
8146
8147 %files fonts-bbm
8148 %defattr(644,root,root,755)
8149 %doc %{texmfdist}/doc/fonts/bbm
8150 %{texmfdist}/fonts/source/public/bbm
8151 %{texmfdist}/fonts/tfm/public/bbm
8152 %{texmfdist}/source/latex/bbm
8153 %{texmfdist}/tex/latex/bbm
8154
8155 %files fonts-bbold
8156 %defattr(644,root,root,755)
8157 %{texmfdist}/fonts/source/public/bbold
8158 %{texmfdist}/fonts/tfm/public/bbold
8159
8160 # %files fonts-bh
8161 # %defattr(644,root,root,755)
8162 # %doc %{texmf}/doc/fonts/bh
8163 # %{texmf}/fonts/tfm/bh
8164 # %{texmf}/fonts/vf/bh
8165
8166 %files fonts-bitstream
8167 %defattr(644,root,root,755)
8168 %{texmfdist}/fonts/afm/bitstrea
8169 %{texmfdist}/fonts/tfm/bitstrea
8170 %{texmfdist}/fonts/vf/bitstrea
8171
8172 #%files fonts-cbgreek
8173 #%defattr(644,root,root,755)
8174
8175 %files fonts-cc-pl
8176 %defattr(644,root,root,755)
8177 %{texmfdist}/fonts/source/public/cc-pl
8178 %{texmfdist}/fonts/enc/dvips/cc-pl
8179 %{texmfdist}/fonts/tfm/public/cc-pl
8180 %{texmfdist}/fonts/map/dvips/cc-pl
8181
8182 %files fonts-cg
8183 %defattr(644,root,root,755)
8184 %{texmfdist}/fonts/tfm/cg
8185 %{texmfdist}/fonts/vf/cg
8186
8187 %files fonts-cm
8188 %defattr(644,root,root,755)
8189 %doc %{texmfdist}/doc/fonts/cm
8190 %dir %{texmfdist}/doc/fonts
8191 %dir %{texmfdist}/dvips
8192 %dir %{texmfdist}/fonts/afm/bluesky
8193 %dir %{texmfdist}/fonts/map/dvips
8194 %dir %{texmfdist}/fonts/pk/ljfour/public
8195 %{texmfdist}/dvips/cm
8196 %{texmfdist}/fonts/source/public/cm
8197 %{texmfdist}/fonts/afm/bluesky/cm
8198 %{texmfdist}/fonts/tfm/public/cm
8199 %{texmfdist}/fonts/pk/ljfour/public/cm
8200 %{texmfdist}/fonts/map/dvips/cm
8201
8202 %files fonts-cmbright
8203 %defattr(644,root,root,755)
8204 %doc %{texmfdist}/doc/latex/cmbright
8205 %{texmfdist}/fonts/source/public/cmbright
8206 %{texmfdist}/fonts/tfm/public/cmbright
8207 %{texmfdist}/source/latex/cmbright
8208 %{texmfdist}/tex/latex/cmbright
8209
8210 %files fonts-cmcyr
8211 %defattr(644,root,root,755)
8212 %doc %{texmfdist}/doc/fonts/cmcyr
8213 %{texmfdist}/fonts/source/public/cmcyr
8214 %{texmfdist}/fonts/type1/public/cmcyr
8215 %{texmfdist}/fonts/tfm/public/cmcyr
8216 %{texmfdist}/fonts/vf/public/cmcyr
8217 %{texmfdist}/fonts/map/dvips/cmcyr
8218
8219 %files fonts-cmextra
8220 %defattr(644,root,root,755)
8221 %{texmfdist}/fonts/source/public/cmextra
8222 %{texmfdist}/fonts/tfm/public/cmextra
8223
8224 %files fonts-concmath
8225 %defattr(644,root,root,755)
8226 %doc %{texmfdist}/doc/fonts/concmath
8227 %doc %{texmfdist}/doc/latex/concmath
8228 %{texmfdist}/fonts/source/public/concmath
8229 %{texmfdist}/fonts/tfm/public/concmath
8230 %{texmfdist}/source/latex/concmath
8231 %{texmfdist}/tex/latex/concmath
8232
8233 %files fonts-concrete
8234 %defattr(644,root,root,755)
8235 %doc %{texmfdist}/doc/fonts/concrete
8236 %{texmfdist}/fonts/source/public/concrete
8237 %{texmfdist}/fonts/tfm/public/concrete
8238
8239 %files fonts-cs
8240 %defattr(644,root,root,755)
8241 %{texmfdist}/dvips/cs
8242 %{texmfdist}/fonts/source/public/cs
8243 %{texmfdist}/fonts/enc/dvips/cs
8244 %{texmfdist}/fonts/tfm/public/cs
8245 %{texmfdist}/fonts/map/dvips/cs
8246
8247 #%files fonts-dstroke
8248 #%defattr(644,root,root,755)
8249
8250 %files fonts-ecc
8251 %defattr(644,root,root,755)
8252 %doc %{texmfdist}/doc/fonts/ecc
8253 %{texmfdist}/fonts/source/public/ecc
8254 %{texmfdist}/fonts/tfm/public/ecc
8255
8256 %files fonts-eurosym
8257 %defattr(644,root,root,755)
8258 %doc %{texmfdist}/doc/fonts/eurosym
8259 %{texmfdist}/fonts/source/public/eurosym
8260 %{texmfdist}/fonts/tfm/public/eurosym
8261 %{texmfdist}/fonts/map/dvips/eurosym
8262 %{texmfdist}/source/fonts/eurosym
8263 %{texmfdist}/tex/latex/eurosym
8264
8265 %files fonts-eulervm
8266 %defattr(644,root,root,755)
8267 %doc %{texmfdist}/doc/latex/eulervm
8268 %{texmfdist}/fonts/tfm/public/eulervm
8269 %{texmfdist}/fonts/vf/public/eulervm
8270 %{texmfdist}/source/latex/eulervm
8271 %{texmfdist}/tex/latex/eulervm
8272
8273 %files fonts-euxm
8274 %defattr(644,root,root,755)
8275 %{texmfdist}/fonts/source/public/euxm
8276 %{texmfdist}/fonts/tfm/public/euxm
8277
8278 %files fonts-gothic
8279 %defattr(644,root,root,755)
8280 %{texmfdist}/doc/fonts/gothic
8281 %{texmfdist}/dvips/gothic
8282 %{texmfdist}/fonts/source/public/gothic
8283 %{texmfdist}/fonts/type1/public/gothic
8284 %{texmfdist}/fonts/afm/public/gothic
8285 %{texmfdist}/fonts/tfm/public/gothic
8286 %{texmfdist}/fonts/vf/public/gothic
8287 %{texmfdist}/fonts/map/dvips/gothic
8288
8289 %files fonts-hoekwater
8290 %defattr(644,root,root,755)
8291 %{texmfdist}/fonts/afm/hoekwater
8292 %{texmfdist}/fonts/tfm/hoekwater
8293 %{texmfdist}/fonts/truetype/hoekwater
8294
8295 %files fonts-jknappen
8296 %defattr(644,root,root,755)
8297 %{texmfdist}/fonts/source/jknappen
8298 %{texmfdist}/fonts/tfm/jknappen
8299
8300 %files fonts-latex
8301 %defattr(644,root,root,755)
8302 %doc %{texmfdist}/doc/latex/esint
8303 %dir %{texmfdist}/fonts/source/public/latex-fonts
8304 %dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
8305 %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
8306 %dir %{texmfdist}/fonts/tfm/public/latex-fonts
8307 %dir %{texmfdist}/fonts/map/dvips/latex-fonts
8308 %{texmfdist}/fonts/source/public/esint
8309 %{texmfdist}/fonts/tfm/public/esint
8310 %{texmfdist}/source/latex/esint
8311 %{texmfdist}/tex/latex/esint
8312 %{texmfdist}/fonts/source/public/latex-fonts/*
8313 %{texmfdist}/fonts/type1/bluesky/latex-fonts/*
8314 %{texmfdist}/fonts/afm/bluesky/latex-fonts/*
8315 %{texmfdist}/fonts/tfm/public/latex-fonts/*
8316 %{texmfdist}/fonts/map/dvips/latex-fonts/*
8317
8318 %files fonts-lh
8319 %defattr(644,root,root,755)
8320 %doc %{texmfdist}/doc/fonts/lh
8321 %{texmfdist}/fonts/source/lh
8322 %{texmfdist}/metapost/support/charlib/LH
8323 %{texmfdist}/source/fonts/lh
8324 %{texmfdist}/source/latex/lh
8325
8326 %files fonts-lm
8327 %defattr(644,root,root,755)
8328 %doc %{texmfdist}/doc/fonts/lm
8329 %{texmfdist}/fonts/type1/public/lm
8330 %{texmfdist}/fonts/afm/public/lm
8331 %{texmfdist}/fonts/opentype/public/lm
8332 %{texmfdist}/fonts/enc/dvips/lm
8333 %{texmfdist}/fonts/tfm/public/lm
8334 %{texmfdist}/fonts/map/dvips/lm
8335 %{texmfdist}/fonts/map/dvipdfm/lm
8336 %{texmfdist}/source/fonts/lm
8337 %{texmfdist}/tex/latex/lm
8338
8339 %files fonts-marvosym
8340 %defattr(644,root,root,755)
8341 %doc %{texmfdist}/doc/latex/marvosym
8342 %dir %{texmfdist}/source/fonts/eurofont
8343 %dir %{texmfdist}/source/fonts/eurofont/marvosym
8344 %dir %{texmfdist}/tex/latex
8345 %{texmfdist}/fonts/type1/public/marvosym
8346 %{texmfdist}/fonts/afm/public/marvosym
8347 %{texmfdist}/fonts/tfm/public/marvosym
8348 %{texmfdist}/fonts/map/dvips/marvosym
8349 %{texmfdist}/source/fonts/eurofont/marvosym/*
8350 %{texmfdist}/tex/latex/marvosym
8351
8352 %files fonts-mflogo
8353 %defattr(644,root,root,755)
8354 %doc %{texmfdist}/doc/latex/mflogo
8355 %{texmfdist}/fonts/source/public/mflogo
8356 %{texmfdist}/fonts/type1/hoekwater/mflogo
8357 %{texmfdist}/fonts/afm/hoekwater/mflogo
8358 %{texmfdist}/fonts/tfm/public/mflogo
8359 %{texmfdist}/fonts/map/dvips/mflogo
8360 %{texmfdist}/source/latex/mflogo
8361 %{texmfdist}/tex/latex/mflogo
8362
8363 %files fonts-misc
8364 %defattr(644,root,root,755)
8365 %doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
8366 %{texmfdist}/fonts/source/public/misc
8367 %{texmfdist}/fonts/tfm/public/misc
8368 %{texmfdist}/fonts/misc
8369
8370 %files fonts-monotype
8371 %defattr(644,root,root,755)
8372 %{texmfdist}/fonts/tfm/monotype
8373 %{texmfdist}/fonts/vf/monotype
8374
8375 %files fonts-omega
8376 %defattr(644,root,root,755)
8377 %doc %{texmfdist}/doc/omega
8378 %dir %{texmfdist}/omega
8379 %dir %{texmfdist}/omega/otp
8380 %dir %{texmfdist}/omega/ocp
8381 %{texmfdist}/dvips/omega
8382 %{texmfdist}/fonts/ofm/public/omega
8383 %{texmfdist}/fonts/type1/public/omega
8384 %{texmfdist}/fonts/afm/public/omega
8385 %{texmfdist}/fonts/ovp/public/omega
8386 %{texmfdist}/fonts/tfm/public/omega
8387 %{texmfdist}/fonts/ovf/public/omega
8388 %{texmfdist}/fonts/map/dvips/omega
8389 %{texmfdist}/omega/ocp/omega
8390 %{texmfdist}/omega/otp/omega
8391 %{texmfdist}/tex/plain/omega
8392
8393 #%files fonts-pazo
8394 #%defattr(644,root,root,755)
8395
8396 %files fonts-pl
8397 %defattr(644,root,root,755)
8398 %doc %{texmfdist}/doc/fonts/pl
8399 %{texmfdist}/dvips/pl
8400 %{texmfdist}/fonts/source/public/pl
8401 %{texmfdist}/fonts/type1/public/pl
8402 %{texmfdist}/fonts/afm/public/pl
8403 %{texmfdist}/fonts/enc/dvips/pl
8404 %{texmfdist}/fonts/tfm/public/pl
8405 %{texmfdist}/fonts/map/dvips/pl
8406 %{texmf}/scripts/texlive/tlmgrgui/lang/pl
8407
8408 %files fonts-px
8409 %defattr(644,root,root,755)
8410 %doc %{texmfdist}/doc/fonts/pxfonts
8411 # %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
8412 # %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
8413 %dir %{texmfdist}/fonts/map/dvips/pxfonts
8414 %dir %{texmfdist}/tex/latex/pxfonts
8415 %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
8416 %{texmfdist}/fonts/afm/public/pxfonts
8417 %{texmfdist}/fonts/tfm/public/pxfonts
8418 %{texmfdist}/fonts/type1/public/pxfonts
8419 %{texmfdist}/fonts/vf/public/pxfonts
8420 %{texmfdist}/tex/latex/pxfonts/pxfonts.sty
8421
8422 #%files fonts-qfonts
8423 #%defattr(644,root,root,755)
8424 # %doc %{texmf}/doc/fonts/polish/qfonts
8425 # %{texmf}/fonts/enc/dvips/qfonts
8426 # %{texmf}/fonts/map/dvips/qfonts
8427 # %{texmf}/dvips/qfonts
8428 # %{texmf}/fonts/afm/public/qfonts
8429 # %{texmf}/fonts/tfm/public/qfonts
8430
8431 # %files fonts-qpx
8432 # %defattr(644,root,root,755)
8433 # %{texmf}/fonts/tfm/public/qpx
8434 # %{texmf}/fonts/vf/public/qpx
8435
8436 %files fonts-qpxqtx
8437 %defattr(644,root,root,755)
8438 %{texmfdist}/fonts/tfm/public/qpxqtx
8439 %{texmfdist}/fonts/vf/public/qpxqtx
8440
8441 %files fonts-rsfs
8442 %defattr(644,root,root,755)
8443 %{texmfdist}/fonts/source/public/rsfs
8444 %{texmfdist}/fonts/tfm/public/rsfs
8445
8446 %files fonts-stmaryrd
8447 %defattr(644,root,root,755)
8448 %doc %{texmfdist}/doc/fonts/stmaryrd
8449 %{texmfdist}/source/fonts/stmaryrd
8450 %{texmfdist}/fonts/tfm/public/stmaryrd
8451
8452 %files fonts-tx
8453 %defattr(644,root,root,755)
8454 %{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
8455 %{texmfdist}/fonts/afm/public/txfonts
8456 %{texmfdist}/fonts/tfm/public/txfonts
8457 %{texmfdist}/fonts/vf/public/txfonts
8458
8459 %files fonts-uhc
8460 %defattr(644,root,root,755)
8461 %doc %{texmfdist}/doc/fonts/uhc
8462 %{texmfdist}/fonts/afm/uhc
8463 %{texmfdist}/fonts/tfm/uhc
8464 %{texmfdist}/fonts/vf/uhc
8465
8466 %files fonts-urw
8467 %defattr(644,root,root,755)
8468 %{texmfdist}/fonts/afm/urw
8469 %{texmfdist}/fonts/tfm/urw
8470 %{texmfdist}/fonts/vf/urw
8471
8472 %files fonts-urwvn
8473 %defattr(644,root,root,755)
8474 %{texmfdist}/fonts/afm/vntex/urwvn
8475 %{texmfdist}/fonts/tfm/vntex/urwvn
8476 %{texmfdist}/fonts/type1/vntex/urwvn
8477 %{texmfdist}/fonts/vf/vntex/urwvn
8478
8479 %files fonts-vnr
8480 %defattr(644,root,root,755)
8481 %{texmfdist}/fonts/map/dvips/vntex
8482 %{texmfdist}/fonts/source/vntex/vnr
8483 %{texmfdist}/fonts/tfm/vntex/vnr
8484
8485 %files fonts-wadalab
8486 %defattr(644,root,root,755)
8487 %doc %{texmfdist}/doc/fonts/wadalab
8488 %{texmfdist}/fonts/afm/wadalab
8489 %{texmfdist}/fonts/tfm/wadalab
8490 %{texmfdist}/fonts/vf/wadalab
8491
8492 %files fonts-wasy
8493 %defattr(644,root,root,755)
8494 %{texmfdist}/fonts/source/public/wasy
8495 %{texmfdist}/fonts/tfm/public/wasy
8496
8497 %files fonts-xypic
8498 %defattr(644,root,root,755)
8499 %{texmfdist}/fonts/map/dvips/xypic
8500 # %{texmfdist}/fonts/afm/public/xypic
8501 %{texmfdist}/fonts/source/public/xypic
8502 %{texmfdist}/fonts/tfm/public/xypic
8503
8504 %files fonts-yandy
8505 %defattr(644,root,root,755)
8506 # %{texmf}/fonts/afm/yandy
8507 %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
8508 # %{texmf}/fonts/tfm/yandy
8509 # %{texmf}/fonts/vf/yandy
8510
8511 %files fonts-type1-antp
8512 %defattr(644,root,root,755)
8513 %{texmfdist}/dvips/antp
8514 %{texmfdist}/fonts/type1/public/antp
8515
8516 %files fonts-type1-antt
8517 %defattr(644,root,root,755)
8518 # %{texmf}/dvips/antt
8519 %{texmfdist}/fonts/type1/public/antt
8520
8521 %files fonts-type1-arphic
8522 %defattr(644,root,root,755)
8523 %{texmfdist}/fonts/type1/arphic
8524
8525 %files fonts-type1-belleek
8526 %defattr(644,root,root,755)
8527 %doc %{texmfdist}/doc/fonts/belleek
8528 %{texmfdist}/fonts/type1/public/belleek
8529
8530 %files fonts-type1-bitstream
8531 %defattr(644,root,root,755)
8532 %{texmfdist}/fonts/type1/bitstrea
8533
8534 %files fonts-type1-bluesky
8535 %defattr(644,root,root,755)
8536 # %doc %{texmf}/doc/fonts/bluesky
8537 # %{texmf}/dvips/bluesky
8538 %{texmfdist}/fonts/type1/bluesky
8539
8540 %files fonts-type1-cc-pl
8541 %defattr(644,root,root,755)
8542 %doc %{texmfdist}/doc/fonts/cc-pl
8543 %{texmfdist}/fonts/type1/public/cc-pl
8544
8545 %files fonts-type1-cmcyr
8546 %defattr(644,root,root,755)
8547 %{texmfdist}/fonts/type1/public/cmcyr
8548
8549 %files fonts-type1-cs
8550 %defattr(644,root,root,755)
8551 %{texmfdist}/fonts/type1/public/cs
8552
8553 # %files fonts-type1-dstroke
8554 # %defattr(644,root,root,755)
8555 # %{texmf}/fonts/type1/public/dstroke
8556
8557 %files fonts-type1-eurosym
8558 %defattr(644,root,root,755)
8559 %{texmfdist}/fonts/type1/public/eurosym
8560
8561 %files fonts-type1-hoekwater
8562 %defattr(644,root,root,755)
8563 %{texmfdist}/fonts/type1/hoekwater
8564
8565 %files fonts-type1-fpl
8566 %defattr(644,root,root,755)
8567 %doc %{texmfdist}/doc/fonts/fpl
8568 %{texmfdist}/fonts/afm/public/fpl
8569 %{texmfdist}/fonts/type1/public/fpl
8570
8571 %files fonts-type1-lm
8572 %defattr(644,root,root,755)
8573 %{texmfdist}/fonts/afm/public/lm
8574 %{texmfdist}/fonts/type1/public/lm
8575
8576 %files fonts-type1-marvosym
8577 %defattr(644,root,root,755)
8578 %{texmfdist}/fonts/type1/public/marvosym
8579
8580 %files fonts-type1-mathpazo
8581 %defattr(644,root,root,755)
8582 # %doc %{texmf}/doc/fonts/mathpazo
8583 %{texmfdist}/fonts/afm/public/mathpazo
8584 %{texmfdist}/fonts/type1/public/mathpazo
8585
8586 %files fonts-type1-omega
8587 %defattr(644,root,root,755)
8588 %{texmfdist}/fonts/type1/public/omega
8589
8590 %files fonts-type1-pl
8591 %defattr(644,root,root,755)
8592 # %doc %{texmf}/doc/fonts/polish/plpsfont
8593 %{texmfdist}/fonts/type1/public/pl
8594
8595 %files fonts-type1-px
8596 %defattr(644,root,root,755)
8597 %{texmfdist}/fonts/type1/public/pxfonts
8598
8599 # %files fonts-type1-qfonts
8600 # %defattr(644,root,root,755)
8601 # %{texmfdist}/fonts/type1/public/qfonts
8602
8603 %files fonts-type1-tx
8604 %defattr(644,root,root,755)
8605 %{texmfdist}/fonts/type1/public/txfonts
8606
8607 # %files fonts-type1-tt2001
8608 # %defattr(644,root,root,755)
8609 # %{texmf}/fonts/type1/public/tt2001
8610
8611 %files fonts-type1-uhc
8612 %defattr(644,root,root,755)
8613 %{texmfdist}/fonts/type1/uhc
8614
8615 %files fonts-type1-urw
8616 %defattr(644,root,root,755)
8617 %{texmfdist}/fonts/type1/urw
8618
8619 %files fonts-type1-vnr
8620 %defattr(644,root,root,755)
8621 %{texmfdist}/fonts/type1/vntex/vnr
8622
8623 %files fonts-type1-wadalab
8624 %defattr(644,root,root,755)
8625 %{texmfdist}/fonts/type1/wadalab
8626
8627 %files fonts-type1-xypic
8628 %defattr(644,root,root,755)
8629 %{texmfdist}/fonts/type1/public/xypic
8630
8631 # TeXLive-specific
8632
8633 %files afm2pl
8634 %defattr(644,root,root,755)
8635 %attr(755,root,root) %{_bindir}/afm2pl
8636 %{_mandir}/man1/afm2pl*
8637
8638 %files bbox
8639 %defattr(644,root,root,755)
8640 %attr(755,root,root) %{_bindir}/bbox
8641 %{_mandir}/man1/bbox*
8642
8643 %files cefutils
8644 %defattr(644,root,root,755)
8645 %attr(755,root,root) %{_bindir}/cef*
8646 %dir %{texmfdist}/tex/latex/cjk
8647 %dir %{texmfdist}/doc/latex/cjk
8648 %dir %{texmfdist}/source/latex/cjk
8649 %dir %{texmfdist}/source/latex/cjk/utils
8650 %{texmfdist}/tex/latex/cjk/CEF
8651 %doc %{texmfdist}/doc/latex/cjk/doc
8652 %doc %{texmfdist}/doc/latex/cjk/examples
8653 %{texmfdist}/source/latex/cjk/utils/CEFconv
8654
8655 %files detex
8656 %defattr(644,root,root,755)
8657 %attr(755,root,root) %{_bindir}/detex
8658 %{_mandir}/man1/detex*
8659
8660
8661 %files dviutils
8662 %defattr(644,root,root,755)
8663 %attr(755,root,root) %{_bindir}/dt2dv
8664 %attr(755,root,root) %{_bindir}/dv2dt
8665 %attr(755,root,root) %{_bindir}/dvi2tty
8666 %attr(755,root,root) %{_bindir}/dviasm
8667 %attr(755,root,root) %{_bindir}/dvibook
8668 %attr(755,root,root) %{_bindir}/dviconcat
8669 %attr(755,root,root) %{_bindir}/dvidvi
8670 %attr(755,root,root) %{_bindir}/dvigif
8671 %attr(755,root,root) %{_bindir}/dvipdfmx
8672 %attr(755,root,root) %{_bindir}/dvipos
8673 %attr(755,root,root) %{_bindir}/dviselect
8674 %attr(755,root,root) %{_bindir}/dvitodvi
8675 %{_mandir}/man1/dt2dv*
8676 %{_mandir}/man1/dv2dt*
8677 %{_mandir}/man1/dvi2tty*
8678 %{_mandir}/man1/dvibook*
8679 %{_mandir}/man1/dviconcat*
8680 %{_mandir}/man1/dvidvi*
8681 %{_mandir}/man1/dvigif*
8682 %{_mandir}/man1/dvipos*
8683 %{_mandir}/man1/dviselect*
8684 %{_mandir}/man1/dvitodvi*
8685
8686 %files epsutils
8687 %defattr(644,root,root,755)
8688 %attr(755,root,root) %{_bindir}/epsffit
8689 %attr(755,root,root) %{_bindir}/epspdf
8690 %attr(755,root,root) %{_bindir}/epspdftk
8691 %{texmfdist}/scripts/epspdf
8692 %{_mandir}/man1/epsffit*
8693 %doc %{texmfdist}/doc/epspdf
8694
8695 %files filters
8696 %defattr(644,root,root,755)
8697 %attr(755,root,root) %{_bindir}/fix*
8698 %{_mandir}/man1/fix*
8699
8700 %files uncategorized-utils
8701 %defattr(644,root,root,755)
8702 %attr(755,root,root) %{_bindir}/devnag
8703 %attr(755,root,root) %{_bindir}/disdvi
8704 %attr(755,root,root) %{_bindir}/exatools
8705
8706 %files tex4ht
8707 %defattr(644,root,root,755)
8708 %attr(755,root,root) %{_bindir}/ht
8709 %attr(755,root,root) %{_bindir}/htcontext
8710 %attr(755,root,root) %{_bindir}/htlatex
8711 %attr(755,root,root) %{_bindir}/htmex
8712 %attr(755,root,root) %{_bindir}/httex
8713 %attr(755,root,root) %{_bindir}/httexi
8714 %attr(755,root,root) %{_bindir}/htxelatex
8715 %attr(755,root,root) %{_bindir}/htxetex
8716 %attr(755,root,root) %{_bindir}/mk4ht
8717 %attr(755,root,root) %{_bindir}/t4ht
8718 %attr(755,root,root) %{_bindir}/tex4ht
8719 %{texmfdist}/scripts/tex4ht
8720 %{texmfdist}/tex/generic/tex4ht
8721 %dir %{texmfdist}/scripts/tex4ht
8722 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
8723 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
8724 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
8725 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
8726 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
8727 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
8728 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
8729 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
8730 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
8731 %{texmfdist}/tex4ht
This page took 0.745097 seconds and 4 git commands to generate.