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