]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- rtti is needed
[packages/texlive.git] / texlive.spec
CommitLineData
d08789e0
ZU
1# TODO:
2# MAIN TODO:
3# - context: consider more splitting, check dependencies
4# - omega: consider more splitting, check dependencies
5# - tdphp: is it really useful?
6# - allow using Type1 fonts in others applications (symlink to
7# /usr/share/fonts/Type1 ?)
8# - fix package removal:
9# /usr/bin/texhash[77]: kpsewhich: not found
10#
11# FHS TODO:
12# - merge rhconfig and texmfsysvar patches
13# - texmfsysvar patch: change fmtutil and web2cdir variables instead
14# of creating texmfsys{config,var} variables?
15# - move config files to /etc
16# - merge all above with configure switch "--enable-fhs" and send it to TE
17#
18# TeXLive specific TODO:
19# - summary/description correctong (all languages)
20#
21%include /usr/lib/rpm/macros.perl
22Summary: TeX typesetting system and MetaFont font formatter
23Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung
24Summary(es.UTF-8): Sistema de typesetting TeX y formateador de fuentes MetaFont
25Summary(fr.UTF-8): Systéme de compostion TeX et formatteur de MetaFontes
26Summary(pl.UTF-8): System składu publikacji TeX oraz formater fontów MetaFont
27Summary(pt_BR.UTF-8): Sistema de typesetting TeX e formatador de fontes MetaFont
28Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
29Name: texlive
30Version: 20080816
31Release: 0.1
d08789e0
ZU
32License: distributable
33Group: Applications/Publishing/TeX
34Source0: http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
35# Source0-md5: 554287c3e458da776edd684506048d45
36Source4: %{name}.cron
37Source5: xdvi.desktop
38Source6: xdvi.png
39URL: http://www.tug.org/texlive/
40BuildRequires: automake
41BuildRequires: bison
a784d38e 42BuildRequires: clisp
d08789e0 43BuildRequires: ed
a784d38e 44BuildRequires: expat-devel
d08789e0 45BuildRequires: flex
a784d38e 46BuildRequires: fontconfig-devel
e671f712
AM
47BuildRequires: freetype-devel
48BuildRequires: freetype1-devel
d08789e0
ZU
49BuildRequires: gd-devel >= 2.0.33
50BuildRequires: libpng-devel >= 1.2.8
51BuildRequires: libstdc++-devel
52BuildRequires: ncurses-devel
53BuildRequires: rpm-perlprov
54BuildRequires: rpm-pythonprov
55BuildRequires: t1lib-devel >= 5.0.2
56BuildRequires: texinfo
57BuildRequires: unzip
a784d38e 58BuildRequires: xorg-lib-libICE-devel
d08789e0 59BuildRequires: xorg-lib-libXaw-devel
a784d38e
AM
60BuildRequires: xorg-lib-libXext-devel
61BuildRequires: xorg-lib-libXpm-devel
62BuildRequires: xorg-lib-libXmu-devel
d08789e0
ZU
63BuildRequires: zlib-devel >= 1.2.1
64Requires: %{name}-dirs-fonts
65Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release}
66Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
67Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
68Requires: awk
69Requires: dialog
70Requires: sed
71Requires: sh-utils
72Requires: textutils
73Suggests: tmpwatch
74Obsoletes: tetex
75Obsoletes: tetex-afm
76Obsoletes: tetex-doc
77Obsoletes: tetex-doc-latex2e-html
78Obsoletes: tetex-fontinst
79Obsoletes: tetex-fontname
80Obsoletes: tetex-fonts
81Obsoletes: tetex-fonts-pandora
82Obsoletes: tetex-fonts-vcm
83Obsoletes: tetex-format-elatex
84Obsoletes: tetex-format-pdfelatex
85Obsoletes: tetex-format-pdfemex
86Obsoletes: tetex-latex-vnps
87Obsoletes: tetex-latex-vnr
88Obsoletes: tetex-oxdvi
89Obsoletes: tetex-oxdvi
90Obsoletes: tetex-plain-dvips
91Obsoletes: tetex-plain-dvips
92Obsoletes: tetex-plain-mathtime
93Obsoletes: tetex-plain-mathtime
94Obsoletes: tetex-plain-misc
95Obsoletes: tetex-plain-misc
96Obsoletes: tetex-plain-plnfss
97Obsoletes: tetex-plain-plnfss
98Obsoletes: tetex-tex-hyphen
99Obsoletes: tetex-tex-vietnam
100BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
101
102%define texmf %{_datadir}/texmf
103%define fmtdir /var/lib/texmf/web2c
104%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
105%define _localstatedir /var/lib/texmf
106%define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
107%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 ;
108
109%define _noautoreq 'perl(path_tre)'
110
111%description
112teTeX is an implementation of TeX for Linux or UNIX systems. TeX takes
113a text file and a set of formatting commands as input and creates a
114typesetter independent .dvi (DeVice Independent) file as output.
115Usually, TeX is used in conjunction with a higher level formatting
116package like LaTeX or PlainTeX, since TeX by itself is not very
117user-friendly.
118
119%description -l es.UTF-8
120Tex formata archivos de texto y órdenes para una salida independiente
121de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
122de Knut se describen las capacidades y el lenguaje TeX.
123
124%description -l de.UTF-8
125TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
126und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
127DeVice Independent). Die Funktionen und Sprache von TeX werden in The
128TeXbook von Knuth beschrieben.
129
130%description -l fr.UTF-8
131TeX formate un fichier de commandes et de texte mélandés, et produit
132un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
133raccourci pour Device Independant). Les possibilités de TeX et son
134langage sont décrites dans l'ouvrage TeXbook, de Knuth.
135
136%description -l pl.UTF-8
137TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
138od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
139Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
140Donalda E. Knutha.
141
142%description -l pt_BR.UTF-8
143Tex formata arquivos de texto e comandos para uma saída independente
144de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
145linguagem TeX são descritas no The TeXbook, de Knuth.
146
147%description -l tr.UTF-8
148TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
149aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
150TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
151TeXbook' başlıklı kitabında anlatılmaktadır.
152
153%package doc-Catalogue
154Summary: TeX Catalogue
155Summary(pl.UTF-8): Katalog TeXa
156Group: Applications/Publishing/TeX
157Requires(post,postun): %{_bindir}/texhash
158Requires: %{name} = %{epoch}:%{version}-%{release}
159
160%description doc-Catalogue
161TeX Catalogue.
162
163%description doc-Catalogue -l pl.UTF-8
164Katalog TeXa.
165
166%package doc-tug-faq
167Summary: TeX User Group FAQ
168Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa
169Group: Applications/Publishing/TeX
170Requires(post,postun): %{_bindir}/texhash
171Requires: %{name} = %{epoch}:%{version}-%{release}
172Obsoletes: tetex-doc-LaTeX-FAQ-francaise
173Obsoletes: tetex-doc-de-tex-faq
174Obsoletes: tetex-doc-uktug-faq
175
176%description doc-tug-faq
177TeX User Group FAQ.
178
179%description doc-tug-faq -l pl.UTF-8
180FAQ Grupy Użytkowników TeXa.
181
182%package doc-latex
183Summary: Basic LaTeX packages documentation
184Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa
185Group: Applications/Publishing/TeX
186Requires(post,postun): %{_bindir}/texhash
187Requires: %{name} = %{epoch}:%{version}-%{release}
188
189%description doc-latex
190Basic LaTeX packages documentation.
191
192%description doc-latex -l pl.UTF-8
193Podstawowa dokumentacja do pakietów LaTeXa.
194
195# # libraries #
196%package -n kpathsea
197Summary: File name lookup library
198Summary(pl.UTF-8): Biblioteka szukająca nazw plików
199Group: Applications/Publishing/TeX
200Requires(post,postun): %{_bindir}/texhash
201Requires: %{name} = %{epoch}:%{version}-%{release}
202
203%description -n kpathsea
204File name lookup library.
205
206%description -n kpathsea -l pl.UTF-8
207Biblioteka szukająca nazw plików.
208
209%package -n kpathsea-devel
210Summary: Kpathsea library filename lookup header files and documentation
211Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX
212Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea
213Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX
214Group: Development/Libraries
215Requires: kpathsea = %{epoch}:%{version}-%{release}
216
217%description -n kpathsea-devel
218Kpathsea library filename lookup header files and documentation.
219
220%description -n kpathsea-devel -l es.UTF-8
221Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
222aplicaciones TeX.
223
224%description -n kpathsea-devel -l pl.UTF-8
225Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
226
227%description -n kpathsea-devel -l pt_BR.UTF-8
228Bibliotecas, headers e outros componentes que podem ser utilizados
229para desenvolver aplicações TeX.
230
231# # programs #
232%package dvips
233Summary: DVI to PostScript converter
234Summary(de.UTF-8): dvi-Postscript-Konvertierungsprogramm
235Summary(es.UTF-8): Convertidor dvi para postscript
236Summary(fr.UTF-8): Convertisseur dvi vers PostScript
237Summary(pl.UTF-8): Konwerter plików DVI do PostScriptu
238Summary(pt_BR.UTF-8): Conversor dvi para postscript
239Summary(tr.UTF-8): dvi'dan postscript'e dönüştürücü
240Group: Applications/Publishing/TeX
241Requires(post,postun): %{_bindir}/texhash
242Requires: %{name} = %{epoch}:%{version}-%{release}
243
244%description dvips
245The program dvips takes a DVI file file[.dvi] produced by TeX (or by
246some other processor such as GFtoDVI) and converts it to PostScript,
247normally sending the result directly to the laserprinter.
248
249%description dvips -l de.UTF-8
250Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
251durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
252konvertiert diese in PostScript, wobei das Ergebnis in der Regel
253direkt an einen Laserdrucker gesandt wird.
254
255%description dvips -l es.UTF-8
256El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
257otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
258enviando el resultado directamente a la impresora láser.
259
260%description dvips -l fr.UTF-8
261Le programme dvips convertit les fichiers DVI en PostScript, en
262envoyant normalement le résultat directement sur une imprimante Laser.
263
264%description dvips -l pl.UTF-8
265Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
266program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
267Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
268
269%description dvips -l pt_BR.UTF-8
270O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
271outro processador como o GFtoDVI) e o converte para PostScript,
272normalmente enviando o resultado diretamente para a impressora laser.
273
274%description dvips -l tr.UTF-8
275dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
276PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
277olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
278üretilmiş olabilir.
279
280%package dvilj
281Summary: DVI to PCL converter
282Summary(de.UTF-8): Ein dvi-->Laserjet-Konvertierer
283Summary(es.UTF-8): Convertidor dvi para laserjet
284Summary(fr.UTF-8): convertisseur dvi vers laserjet
285Summary(pl.UTF-8): Konwerter plików DVI do języka PCL
286Summary(pt_BR.UTF-8): Conversor dvi para laserjet
287Summary(tr.UTF-8): dvi'dan laserjet'e dönüştürücü
288Group: Applications/Publishing/TeX
289Requires(post,postun): %{_bindir}/texhash
290Requires: %{name} = %{epoch}:%{version}-%{release}
291
292%description dvilj
293Dvilj and dvilj's siblings (included in this package) will convert TeX
294text formatting system output .dvi files to HP PCL (HP Printer Control
295Language) commands. Using dvilj, you can print TeX files to HP
296LaserJet+ and fully compatible printers. With dvilj2p, you can print
297to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
298can print to HP LaserJet4 and fully compatible printers.
299
300%description dvilj -l de.UTF-8
301Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
302Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
303LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
304kompatiblen Druckern.
305
306%description dvilj -l es.UTF-8
307Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
308HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
309impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
310dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
311
312%description dvilj -l fr.UTF-8
313dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
314(le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
315LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
316imprimantes totalement compatibles.
317
318%description dvilj -l pl.UTF-8
319dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
320pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
321PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
322pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
323użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
324kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
325LaserJet4 i w pełni kompatybilnych.
326
327%description dvilj -l pt_BR.UTF-8
328Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
329HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
330impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
331dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
332
333%description dvilj -l tr.UTF-8
334TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
335denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
336LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
337uyumlularından yazıcı çıktısı alınabilir.
338
339%package makeindex
340Summary: A general purpose hierarchical index generator
341Summary(pl.UTF-8): Generator hierarchicznych indeksów ogólnego przeznaczenia
342Group: Applications/Publishing/TeX
343Requires(post,postun): %{_bindir}/texhash
344Requires: %{name} = %{epoch}:%{version}-%{release}
345Obsoletes: tetex-rumakeindex
346
347%description makeindex
348A general purpose hierarchical index generator; it accepts one or more
349input files (often produced by a text formatter such as TeX or troff),
350sorts the entries, and produces an output file which can be formatted.
351The formats of the input and output files are specified in a style
352file; by default, input is assumed to be an idx file, as generated by
353LaTeX.
354
355%description makeindex -l pl.UTF-8
356Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
357jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
358narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
359elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
360plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
361przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
362LaTeX.
363
364%package metafont
365Summary: MetaFont
366Summary(pl.UTF-8): Zestaw narzędzi MetaFont
367Group: Applications/Publishing/TeX
368Requires(post,postun): %{_bindir}/texhash
369Requires: %{name} = %{epoch}:%{version}-%{release}
370
371%description metafont
372MetaFont.
373
374%description metafont -l pl.UTF-8
375Zestaw narzędzi MetaFont.
376
377%package metapost
378Summary: MetaPost
379Summary(pl.UTF-8): Zestaw narzędzi MetaPost
380Group: Applications/Publishing/TeX
381Requires(post,postun): %{_bindir}/texhash
382Requires: %{name} = %{epoch}:%{version}-%{release}
383Obsoletes: tetex-matapost
384
385%description metapost
386MetaPost.
387
388%description metapost -l pl.UTF-8
389Zestaw narzędzi MetaPost.
390
391%package mptopdf
392Summary: MetaPost to PDF converter
393Summary(pl.UTF-8): Konwerter MetaPost do PDF
394Group: Applications/Publishing/TeX
395Requires(post,postun): %{_bindir}/texhash
396Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
397
398%description mptopdf
399MetaPost to PDF converter.
400
401%description mptopdf -l pl.UTF-8
402Konwerter MetaPost do PDF.
403
404%package texdoctk
405Summary: Easy access to TeX documentation
406Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
407Group: Applications/Publishing/TeX
408Requires(post,postun): %{_bindir}/texhash
409Requires: %{name} = %{epoch}:%{version}-%{release}
410
411%description texdoctk
412A Perl/Tk-based GUI for easy access to package documentation for TeX
413on Unix platforms; the databases it uses are based on the texmf/doc
414subtrees of teTeX v.1.0.x, but database files for local configurations
415with modified/extended directories can be derived from them. Note that
416texdoctk is not a viewer itself, but an interface for finding
417documentation files and opening them with the appropriate viewer; so
418it relies on appropriate programs to be installed on the system.
419However, the choice of these programs can be configured by the
420sysadmin or user.
421
422%description texdoctk -l pl.UTF-8
423Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
424dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
425danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
426używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
427Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
428interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
429właściwej przeglądarce; tak więc wymaga on odpowiednich programów
430zainstalowanych w systemie. Wybór tych programów może być dokonany
431przez administratora lub użytkownika.
432
433%package -n texconfig
434Summary: TeX typesetting system configurator
435Summary(pl.UTF-8): Konfigurator systemu składu TeX
436Group: Applications/Publishing/TeX
437Requires: %{name} = %{epoch}:%{version}-%{release}
438Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
439Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
440Requires: xdvi = %{epoch}:%{version}-%{release}
441Obsoletes: tetex-texconfig
442
443%description -n texconfig
444TeX typesetting system configurator.
445
446%description -n texconfig -l pl.UTF-8
447Konfigurator systemu składu TeX.
448
449%package -n xdvi
450Summary: X11 previewer
451Summary(de.UTF-8): X11-Previewer
452Summary(es.UTF-8): Visualizador TeX X11
453Summary(fr.UTF-8): Prévisualisateur X11
454Summary(pl.UTF-8): Przeglądarka DVI dla X11
455Summary(pt_BR.UTF-8): Visualizador TeX X11
456Summary(tr.UTF-8): X11 öngörüntüleyici
457Group: Applications/Publishing/TeX
458Requires(post,postun): %{_bindir}/texhash
459Requires: %{name} = %{epoch}:%{version}-%{release}
460Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
461Suggests: %{name}-dvips
462Obsoletes: tetex-xdvi
463
464%description -n xdvi
465xdvi is a program which runs under the X window system. It is used to
466preview dvi files, such as are produced by tex and latex.
467
468%description -n xdvi -l de.UTF-8
469xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
470ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
471latex erzeugt wurden.
472
473%description -n xdvi -l es.UTF-8
474xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
475visualizar archivos dvi, como los producidos por tex y latex.
476
477%description -n xdvi -l fr.UTF-8
478xdvi est un programme s'exécutant sous le système X Window. Il sert à
479visualiser les fichiers dvi tels que ceux produits par tex et latex.
480
481%description -n xdvi -l pl.UTF-8
482Xdvi jest programem (działającym w X Window System) do przeglądania
483plików DVI, produkowanych przez TeXa i LaTeXa.
484
485%description -n xdvi -l pt_BR.UTF-8
486xdvi é um programa que roda no sistema X Window. É usado para
487visualizar arquivos dvi, como os produzidos por tex e latex.
488
489%package pdftex
490Summary: TeX generating PDF files instead DVI
491Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
492Group: Applications/Publishing/TeX
493Requires(post,postun): %{_bindir}/texhash
494Requires: %{name} = %{epoch}:%{version}-%{release}
495Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
496
497%description pdftex
498TeX generating PDF files instead DVI.
499
500%description pdftex -l pl.UTF-8
501TeX generujący pliki PDF zamiast DVI.
502
503%package omega
504Summary: Extended unicode TeX
505Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
506Group: Applications/Publishing/TeX
507Requires(post,postun): %{_bindir}/texhash
508Requires: %{name} = %{epoch}:%{version}-%{release}
509Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
510Requires: %{name}-plain = %{epoch}:%{version}-%{release}
511
512%description omega
513Omega is a version of the TeX program modified for multilingual
514typesetting. It uses unicode, and has additional primitives for (among
515other things) bidirectional typesetting.
516
517%description omega -l pl.UTF-8
518Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
519Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
520tekstu pisanego w obu kierunkach.
521
522# # formats #
523
524# Plain format.
525
526%package plain
527Summary: Plain TeX format basic files
528Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
529Group: Applications/Publishing/TeX
530Requires(post,postun): %{_bindir}/texhash
531Requires: %{name} = %{epoch}:%{version}-%{release}
532
533%description plain
534Plain TeX format basic files.
535
536%description plain -l pl.UTF-8
537Podstawowe pliki dla formatu Plain TeX.
538
539%package format-plain
540Summary: TeX Plain format
541Summary(pl.UTF-8): Format TeX Plain
542Group: Applications/Publishing/TeX
543Requires(post,postun): %{_bindir}/texhash
544Requires: %{name}-plain = %{epoch}:%{version}-%{release}
545
546%description format-plain
547TeX Plain format.
548
549%description format-plain -l pl.UTF-8
550Format TeX Plain.
551
552%package format-pdftex
553Summary: PDFTeX Plain format
554Summary(pl.UTF-8): Format PDFTeX Plain
555Group: Applications/Publishing/TeX
556Requires(post,postun): %{_bindir}/texhash
557Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
558Requires: %{name}-plain = %{epoch}:%{version}-%{release}
559# for epstopdf to work
560Requires: fonts-Type1-urw
561Requires: ghostscript
562
563%description format-pdftex
564PDFTeX Plain format.
565
566%description format-pdftex -l pl.UTF-8
567Format PDFTeX Plain.
568
569%package format-pdfetex
570Summary: PDFTeX EPlain format
571Summary(pl.UTF-8): Format PDFTeX EPlain
572Group: Applications/Publishing/TeX
573Requires(post,postun): %{_bindir}/texhash
574Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
575Requires: %{name}-plain = %{epoch}:%{version}-%{release}
576
577%description format-pdfetex
578PDFTeX EPlain format.
579
580%description format-pdfetex -l pl.UTF-8
581Format PDFTeX EPlain.
582
583# MeX Plain format
584
585%package mex
586Summary: MeX Plain Format basic files
587Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
588Group: Applications/Publishing/TeX
589Requires(post,postun): %{_bindir}/texhash
590Requires: %{name} = %{epoch}:%{version}-%{release}
591Requires: tetex-fonts-pl = %{epoch}:%{version}-%{release}
592Requires: tetex-plain = %{epoch}:%{version}-%{release}
593
594%description mex
595MeX Plain Format basic files.
596
597%description mex -l pl.UTF-8
598Podstawowe pliki dla formatu MeX Plain.
599
600%package format-mex
601Summary: MeX Plain Format
602Summary(pl.UTF-8): Format MeX Plain
603Group: Applications/Publishing/TeX
604Requires(post,postun): %{_bindir}/texhash
605Requires: tetex-mex = %{epoch}:%{version}-%{release}
606
607%description format-mex
608MeX Plain Format.
609
610%description format-mex -l pl.UTF-8
611Format MeX Plain.
612
613%package format-pdfmex
614Summary: PDFMeX Plain Format
615Summary(pl.UTF-8): Format PDFMeX Plain
616Group: Applications/Publishing/TeX
617Requires(post,postun): %{_bindir}/texhash
618Requires: %{name}-mex = %{epoch}:%{version}-%{release}
619Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
620
621%description format-pdfmex
622PDFMeX Plain Format.
623
624%description format-pdfmex -l pl.UTF-8
625Format PDFMeX Plain.
626
627%package format-utf8mex
628Summary: MeX Plain Format with UTF-8 encoded source files
629Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
630Group: Applications/Publishing/TeX
631Requires(post,postun): %{_bindir}/texhash
632Requires: %{name}-mex = %{epoch}:%{version}-%{release}
633
634%description format-utf8mex
635MeX Plain Format with UTF-8 encoded source files.
636
637%description format-utf8mex -l pl.UTF-8
638Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
639
640# AMS TeX format
641
642%package amstex
643Summary: AMS macros for Plain TeX basic files
644Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
645Group: Applications/Publishing/TeX
646Requires(post,postun): %{_bindir}/texhash
647Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
648Requires: %{name}-plain = %{epoch}:%{version}-%{release}
649Obsoletes: tetex-ams
650Obsoletes: tetex-plain-amsfonts
651
652%description amstex
653American Mathematical Society macros for Plain TeX basic files.
654
655%description amstex -l pl.UTF-8
656Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
657Plain TeX.
658
659%package format-amstex
660Summary: AMS macros for Plain TeX
661Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
662Group: Applications/Publishing/TeX
663Requires(post,postun): %{_bindir}/texhash
664Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
665Obsoletes: tetex-ams
666
667%description format-amstex
668American Mathematical Society macros for Plain TeX.
669
670%description format-amstex -l pl.UTF-8
671Makra AMS (American Mathematical Society) dla formatu Plain TeX.
672
673%package format-pdfamstex
674Summary: AMS macros for PDFTeX
675Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
676Group: Applications/Publishing/TeX
677Requires(post,postun): %{_bindir}/texhash
678Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
679Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
680
681%description format-pdfamstex
682American Mathematical Society macros for PDFTeX.
683
684%description format-pdfamstex -l pl.UTF-8
685Makra AMS (American Mathematical Society) dla formatu PDFTeX.
686
687# CSPlain format
688
689%package csplain
690Summary: TeX CSPlain format basic files
691Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
692Group: Applications/Publishing/TeX
693Requires(post,postun): %{_bindir}/texhash
694Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
695Requires: %{name}-plain = %{epoch}:%{version}-%{release}
696
697%description csplain
698TeX CSPlain format basic files.
699
700%description csplain -l pl.UTF-8
701Podstawowe pliki dla formatu TeX CSPlain.
702
703%package format-csplain
704Summary: TeX CSPlain format
705Summary(pl.UTF-8): Format TeX CSPlain
706Group: Applications/Publishing/TeX
707Requires(post,postun): %{_bindir}/texhash
708Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
709
710%description format-csplain
711TeX CSPlain format.
712
713%description format-csplain -l pl.UTF-8
714Format TeX CSPlain.
715
716%package format-pdfcsplain
717Summary: PDFTeX CSPlain format
718Summary(pl.UTF-8): Format PDFTeX CSPlain
719Group: Applications/Publishing/TeX
720Requires(post,postun): %{_bindir}/texhash
721Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
722
723%description format-pdfcsplain
724PDFTeX CSPlain format.
725
726%description format-pdfcsplain -l pl.UTF-8
727Format PDFTeX CSPlain.
728
729# CSLaTeX format
730
731%package cslatex
732Summary: CSLaTeX format basic files
733Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
734Group: Applications/Publishing/TeX
735Requires(post,postun): %{_bindir}/texhash
736Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
737Requires: %{name}-plain = %{epoch}:%{version}-%{release}
738
739%description cslatex
740CSLaTeX format basic files.
741
742%description cslatex -l pl.UTF-8
743Podstawowe pliki dla formatu CSLaTeX.
744
745%package format-cslatex
746Summary: CSLaTeX format
747Summary(pl.UTF-8): Format CSLaTeX
748Group: Applications/Publishing/TeX
749Requires(post,postun): %{_bindir}/texhash
750Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
751
752%description format-cslatex
753CSLaTeX format.
754
755%description format-cslatex -l pl.UTF-8
756Format CSLaTeX.
757
758%package format-pdfcslatex
759Summary: PDF CSLaTeX format
760Summary(pl.UTF-8): Format PDF CSLaTeX
761Group: Applications/Publishing/TeX
762Requires(post,postun): %{_bindir}/texhash
763Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
764
765%description format-pdfcslatex
766PDF CSLaTeX format.
767
768%description format-pdfcslatex -l pl.UTF-8
769Format PDF CSLaTeX.
770
771# Cyrillic Plain format
772
773%package cyrplain
774Summary: Cyrillic Plain format basic files
775Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
776Group: Applications/Publishing/TeX
777Requires(post,postun): %{_bindir}/texhash
778Requires: %{name}-plain = %{epoch}:%{version}-%{release}
779
780%description cyrplain
781Cyrillic Plain format basic files.
782
783%description cyrplain -l pl.UTF-8
784Podstawowe pliki dla formatu Cyrillic Plain.
785
786%package format-cyrplain
787Summary: Cyrillic Plain format
788Summary(pl.UTF-8): Format Cyrillic Plain
789Group: Applications/Publishing/TeX
790Requires(post,postun): %{_bindir}/texhash
791Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
792
793%description format-cyrplain
794Cyrillic Plain format.
795
796%description format-cyrplain -l pl.UTF-8
797Format Cyrillic Plain.
798
799%package format-cyramstex
800Summary: Cyrillic AMSTeX format
801Summary(pl.UTF-8): Format Cyrillic AMSTeX
802Group: Applications/Publishing/TeX
803Requires(post,postun): %{_bindir}/texhash
804Requires: %{name}-plain = %{epoch}:%{version}-%{release}
805Obsoletes: tetex-cyramstex
806
807%description format-cyramstex
808Cyrillic AMSTeX format.
809
810%description format-cyramstex -l pl.UTF-8
811Format Cyrillic AMSTeX.
812
813%package format-cyrtexinfo
814Summary: Cyrillic TeXInfo format
815Summary(pl.UTF-8): Format Cyrillic TeXInfo
816Group: Applications/Publishing/TeX
817Requires(post,postun): %{_bindir}/texhash
818Requires: %{name}-plain = %{epoch}:%{version}-%{release}
819Obsoletes: tetex-cyrtexinfo
820
821%description format-cyrtexinfo
822Cyrillic TeXInfo format.
823
824%description format-cyrtexinfo -l pl.UTF-8
825Format Cyrillic TeXInfo.
826
827# EPlain format
828
829%package eplain
830Summary: EPlain format basic files
831Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
832Group: Applications/Publishing/TeX
833Requires(post,postun): %{_bindir}/texhash
834Requires: %{name}-plain = %{epoch}:%{version}-%{release}
835Obsoletes: tetex-etex
836
837%description eplain
838EPlain format basic files.
839
840%description eplain -l pl.UTF-8
841Podstawowe pliki dla formatu EPlain.
842
843%package format-eplain
844Summary: EPlain format
845Summary(pl.UTF-8): Format EPlain
846Group: Applications/Publishing/TeX
847Requires(post,postun): %{_bindir}/texhash
848Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
849
850%description format-eplain
851EPlain format.
852
853%description format-eplain -l pl.UTF-8
854Format EPlain.
855
856# ConTeXt format.
857
858%package context
859Summary: ConTeXt macro package basic files
860Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
861Group: Applications/Publishing/TeX
862Requires(post,postun): %{_bindir}/texhash
863Requires: %{name} = %{epoch}:%{version}-%{release}
864Obsoletes: tetex-latex-context
865
866%define _noautoreq 'perl(path_tre)'
867
868%description context
869A full featured, parameter driven macro package, which fully supports
870advanced interactive documents.
871
872This package contains basic files.
873
874%description context -l pl.UTF-8
875Pakiet makr sterowanych przez parametry o pełnych możliwościach,
876całkowicie obsługujący zaawansowane dokumenty interaktywne.
877
878Ten pakiet zawiera podstawowe pliki.
879
880%package format-context-de
881Summary: German ConTeXt format
882Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
883Group: Applications/Publishing/TeX
884Requires(post,postun): %{_bindir}/texhash
885Requires: %{name}-context = %{epoch}:%{version}-%{release}
886
887%description format-context-de
888German ConTeXt format.
889
890%description format-context-de -l pl.UTF-8
891Niemiecka wersja formatu ConTeXt.
892
893%package format-context-en
894Summary: English ConTeXt format
895Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
896Group: Applications/Publishing/TeX
897Requires(post,postun): %{_bindir}/texhash
898Requires: %{name}-context = %{epoch}:%{version}-%{release}
899
900%description format-context-en
901English ConTeXt format.
902
903%description format-context-en -l pl.UTF-8
904Angielska wersja formatu ConTeXt.
905
906%package format-context-nl
907Summary: Dutch ConTeXt format
908Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
909Group: Applications/Publishing/TeX
910Requires(post,postun): %{_bindir}/texhash
911Requires: %{name}-context = %{epoch}:%{version}-%{release}
912
913%description format-context-nl
914Dutch ConTeXt format.
915
916%description format-context-nl -l pl.UTF-8
917Holenderska wersja formatu ConTeXt.
918
919# LaTeX format.
920
921%package latex
922Summary: LaTeX macro package basic files
923Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
924Group: Applications/Publishing/TeX
925Requires(post,postun): %{_bindir}/texhash
926Requires: %{name} = %{epoch}:%{version}-%{release}
927Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
928# for misc/eurosym:
929Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
930Obsoletes: tetex-bibtex-koma-script
931Obsoletes: tetex-latex-SIunits
932Obsoletes: tetex-latex-caption
933Obsoletes: tetex-latex-curves
934Obsoletes: tetex-latex-dinbrief
935Obsoletes: tetex-latex-draftcopy
936Obsoletes: tetex-latex-dvilj
937Obsoletes: tetex-latex-eepic
938Obsoletes: tetex-latex-endfloat
939Obsoletes: tetex-latex-fancyhdr
940Obsoletes: tetex-latex-fancyheadings
941Obsoletes: tetex-latex-fancyvrb
942Obsoletes: tetex-latex-fp
943Obsoletes: tetex-latex-graphics
944Obsoletes: tetex-latex-hyperref
945Obsoletes: tetex-latex-koma-script
946Obsoletes: tetex-latex-labels
947Obsoletes: tetex-latex-listings
948Obsoletes: tetex-latex-misc
949Obsoletes: tetex-latex-ms
950Obsoletes: tetex-latex-multirow
951Obsoletes: tetex-latex-mwcls
952Obsoletes: tetex-latex-mwdtools
953Obsoletes: tetex-latex-natbib
954Obsoletes: tetex-latex-ntgclass
955Obsoletes: tetex-latex-oberdiek
956Obsoletes: tetex-latex-pb-diagram
957Obsoletes: tetex-latex-pstriks
958Obsoletes: tetex-latex-revtex4
959Obsoletes: tetex-latex-seminar
960Obsoletes: tetex-latex-t2
961Obsoletes: tetex-latex-titlesec
962Obsoletes: tetex-latex-tools
963Obsoletes: tetex-latex-units
964Obsoletes: tetex-mwcls
965Obsoletes: tetex-revtex4
966
967%description latex
968LaTeX is a front end for the TeX text formatting system. Easier to use
969than TeX, LaTeX is essentially a set of TeX macros which provide
970convenient, predefined document formats for users.
971
972This package contains basic files.
973
974%description latex -l pl.UTF-8
975LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
976łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
977dających użytkownikom wygodne, predefiniowane formaty dokumentów.
978
979Ten pakiet zawiera podstawowe pliki.
980
981%package latex-ae
982Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
983Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
984Group: Applications/Publishing/TeX
985Requires(post,postun): %{_bindir}/texhash
986Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
987Requires: %{name}-latex = %{epoch}:%{version}-%{release}
988
989%description latex-ae
990A set of virtual fonts which emulates T1 coded fonts using the
991standard CM fonts. The package is called AE fonts (for Almost
992European). The main use of the package is to produce PDF files using
993versions of the CM fonts instead of the bitmapped EC fonts.
994
995%description latex-ae -l pl.UTF-8
996Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
997standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
998- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
999 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1000 bitmapowych fontów EC.
1001
1002%package latex-algorithms
1003Summary: Floating algorithm environment
1004Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1005Group: Applications/Publishing/TeX
1006Requires(post,postun): /usr/bin/texhash
1007Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1008
1009%description latex-algorithms
1010Defines a floating algorithm environment designed to work with the
1011algorithmic package.
1012
1013%description latex-algorithms -l pl.UTF-8
1014Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1015do pracy z pakietem algorithmic.
1016
1017%package latex-ams
1018Summary: AMS math facilities for LaTeX
1019Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1020Group: Applications/Publishing/TeX
1021Requires(post,postun): %{_bindir}/texhash
1022Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1023Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1024Obsoletes: tetex-latex-amscls
1025Obsoletes: tetex-latex-amsfonts
1026Obsoletes: tetex-latex-amsmath
1027
1028%description latex-ams
1029This package is the principal package in the AMS-LaTeX distribution.
1030It adapts for use in LaTeX most of the mathematical features found in
1031AMS-TeX.
1032
1033%description latex-ams -l pl.UTF-8
1034To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1035możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1036
1037%package latex-antp
1038Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1039Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1040Group: Applications/Publishing/TeX
1041Requires(post,postun): %{_bindir}/texhash
1042Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1043Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1044
1045%description latex-antp
1046A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1047- -- preliminary version. This font was designed in the 'twenties and
1048 the 'thirties of XX century by a Polish graphic artist and a
1049 typographer Adam Poltawski. It was widely used by Polish printing
1050 houses as long as metal types were in use (until ca the 'sixties).
1051 Perhaps the first complete font family programmed and parametrized in
1052 METAPOST.
1053
1054%description latex-antp -l pl.UTF-8
1055Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1056PostScript Type 1. Ten krój został opracowany w latach 30-tych i
105740-tych XX wieku przez polskiego grafika i typografa Adama
1058Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1059używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1060kompletna rodzina fontów zaprogramowana i zparametryzowana w
1061METAPOSCIE.
1062
1063%package latex-antt
1064Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
1065Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1066Group: Applications/Publishing/TeX
1067Requires(post,postun): %{_bindir}/texhash
1068Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1069Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1070
1071%description latex-antt
1072Antykwa Torunska is a serif font designed by the late Polish
1073typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
10741.
1075
1076%description latex-antt -l pl.UTF-8
1077Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1078typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1079postać cyfrową jako Type 1.
1080
1081%package latex-bbm
1082Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
1083Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1084Group: Applications/Publishing/TeX
1085Requires(post,postun): %{_bindir}/texhash
1086Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
1087Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1088
1089%description latex-bbm
1090Blackboard variant fonts for Computer Modern, with LaTeX support.
1091
1092%description latex-bbm -l pl.UTF-8
1093Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
1094
1095%package latex-bbold
1096Summary: Sans serif blackboard bold for LaTeX
1097Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
1098Group: Applications/Publishing/TeX
1099Requires(post,postun): %{_bindir}/texhash
1100Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
1101Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1102
1103%description latex-bbold
1104A geometric sans serif blackboard bold font, for use in mathematics.
1105
1106%description latex-bbold -l pl.UTF-8
1107Geometryczny tablicowy tłusty font sans serif, do używania w
1108matematyce.
1109
1110%package latex-bibtex
1111Summary: Bibliography management for LaTeX
1112Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
1113Group: Applications/Publishing/TeX
1114Requires(post,postun): %{_bindir}/texhash
1115Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1116Obsoletes: tetex-bibtex
1117Obsoletes: tetex-natbib
1118Obsoletes: tetex-rubibtex
1119
1120%description latex-bibtex
1121Bibliography management for LaTeX.
1122
1123%description latex-bibtex -l pl.UTF-8
1124Zarządzanie bibliografią dla LaTeXa.
1125
1126%package latex-bibtex-ams
1127Summary: BibTeX style files for American Mathematical Society publications
1128Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
1129Group: Applications/Publishing/TeX
1130Requires(post,postun): %{_bindir}/texhash
1131Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
1132Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
1133Obsoletes: tetex-bibtex-ams
1134
1135%description latex-bibtex-ams
1136BibTeX style files for American Mathematical Society publications.
1137
1138%description latex-bibtex-ams -l pl.UTF-8
1139Pliki stylów BibTeXa do publikacji American Mathematical Society.
1140
1141%package latex-bibtex-dk
1142Summary: Danish variants of the standard BibTeX styles
1143Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
1144Group: Applications/Publishing/TeX
1145Requires(post,postun): /usr/bin/texhash
1146Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
1147
1148%description latex-bibtex-dk
1149Dk-bib is a translation of the four standard BibTeX style files
1150(abbrv, alpha, plain and unsrt) into Danish. The files have been
1151extended with ISBN, ISSN and URL fields which can be enabled through a
1152LaTeX style file.
1153
1154%description latex-bibtex-dk -l pl.UTF-8
1155Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
1156(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
1157rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
1158stylu LaTeXa.
1159
1160%package latex-bibtex-nor
1161Summary: Norwegian variants of the standard BibTeX styles
1162Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
1163Group: Applications/Publishing/TeX
1164Requires(post,postun): /usr/bin/texhash
1165Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
1166
1167%description latex-bibtex-nor
1168Norwegian variants of the standard BibTeX styles.
1169
1170%description latex-bibtex-nor -l pl.UTF-8
1171Norweskie warianty standardowych stylów BibTeXa.
1172
1173%package latex-bibtex-pl
1174Summary: Polish bibliography management for LaTeX
1175Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
1176Group: Applications/Publishing/TeX
1177Requires(post,postun): %{_bindir}/texhash
1178Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
1179Obsoletes: tetex-bibtex-plbib
1180
1181%description latex-bibtex-pl
1182Polish bibliography management for LaTeX.
1183
1184%description latex-bibtex-pl -l pl.UTF-8
1185Polska wersja zarządzania bibliografią dla LaTeXa.
1186
1187%package latex-bibtex-german
1188Summary: German variants of standard BibTeX styles
1189Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
1190Group: Applications/Publishing/TeX
1191Requires(post,postun): %{_bindir}/texhash
1192Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
1193Obsoletes: tetex-bibtex-germbib
1194
1195%description latex-bibtex-german
1196German variants of standard BibTeX styles.
1197
1198%description latex-bibtex-german -l pl.UTF-8
1199Niemieckie wersje standardowych stylów BibTeXa.
1200
1201%package latex-bibtex-revtex4
1202Summary: BibTeX styles for REVTeX4
1203Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
1204Group: Applications/Publishing/TeX
1205Requires(post,postun): %{_bindir}/texhash
1206Requires: %{name} = %{epoch}:%{version}-%{release}
1207Obsoletes: tetex-bibtex-revtex4
1208
1209%description latex-bibtex-revtex4
1210BibTeX styles for REVTeX4.
1211
1212%description latex-bibtex-revtex4 -l pl.UTF-8
1213Style BibTeXa dla REVTeX4.
1214
1215%package latex-bibtex-jurabib
1216Summary: Extended BibTeX citation support for the humanities and legal texts
1217Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
1218Group: Applications/Publishing/TeX
1219Requires(post,postun): %{_bindir}/texhash
1220Requires: %{name} = %{epoch}:%{version}-%{release}
1221Obsoletes: tetex-bibtex-jurabib
1222
1223%description latex-bibtex-jurabib
1224Extended BibTeX citation support for the humanities and legal texts.
1225
1226%description latex-bibtex-jurabib -l pl.UTF-8
1227Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
1228prawniczych.
1229
1230%package latex-carlisle
1231Summary: Miscellaneous small packages by David Carlisle
1232Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
1233Group: Applications/Publishing/TeX
1234Requires(post,postun): %{_bindir}/texhash
1235Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1236
1237%description latex-carlisle
1238Miscellaneous small packages by David Carlisle.
1239
1240%description latex-carlisle -l pl.UTF-8
1241Różne małe pakiety autorstwa Davida Carlisle.
1242
1243%package latex-ccfonts
1244Summary: Support for Concrete text and math fonts in LaTeX
1245Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
1246Group: Applications/Publishing/TeX
1247Requires(post,postun): %{_bindir}/texhash
1248Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1249
1250%description latex-ccfonts
1251LaTeX font definition files for the Concrete fonts and a LaTeX package
1252for typesetting documents using Concrete as the default font family.
1253The files support OT1, T1, TS1, and Concrete math including AMS fonts
1254(Ulrik Vieth's concmath).
1255
1256%description latex-ccfonts -l pl.UTF-8
1257Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
1258LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
1259rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
1260Concrete wraz z AMS (concmath Ulrika Vietha).
1261
1262%package latex-cite
1263Summary: Supports compressed, sorted lists of numerical citations
1264Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
1265Group: Applications/Publishing/TeX
1266Requires(post,postun): %{_bindir}/texhash
1267Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1268
1269%description latex-cite
1270Supports compressed, sorted lists of numerical citations.
1271
1272%description latex-cite -l pl.UTF-8
1273Obsługa kompresowanych, sortowanych list numerowanych cytatów.
1274
1275%package latex-cmbright
1276Summary: Support for CM Bright fonts in LaTeX
1277Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
1278Group: Applications/Publishing/TeX
1279Requires(post,postun): %{_bindir}/texhash
1280Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
1281Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1282
1283%description latex-cmbright
1284A family of sans serif fonts for TeX and LaTeX, based on Donald
1285Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
1286various shapes as well as all the fonts necessary for mathematical
1287typesetting, incl. AMS symbols. This collection provides all the
1288necessary files for using the fonts with LaTeX.
1289
1290%description latex-cmbright -l pl.UTF-8
1291Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
1292Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
1293kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
1294symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
1295używania fontów w LaTeXu.
1296
1297%package latex-concmath
1298Summary: LaTeX package and font definition files to access the Concrete math fonts
1299Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
1300Group: Applications/Publishing/TeX
1301Requires(post,postun): %{_bindir}/texhash
1302Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
1303Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1304
1305%description latex-concmath
1306LaTeX package and font definition files to access the Concrete math
1307fonts, which were derived from Computer Modern math fonts using
1308parameters from Concrete Roman text fonts.
1309
1310%description latex-concmath -l pl.UTF-8
1311Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
1312matematyczne Concrete wywodzące się z fontów matematycznych Computer
1313Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
1314Roman.
1315
1316%package latex-custom-bib
1317Summary: Customized BibTeX styles for LaTeX
1318Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
1319Group: Applications/Publishing/TeX
1320Requires(post,postun): %{_bindir}/texhash
1321Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1322
1323%description latex-custom-bib
1324Package generating customized BibTeX bibliography styles from a
1325generic file using docstrip. Includes support for the Harvard style.
1326
1327%description latex-custom-bib -l pl.UTF-8
1328Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
1329pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
1330
1331%package latex-cyrillic
1332Summary: LaTeX Cyrillic support
1333Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
1334Group: Applications/Publishing/TeX
1335Requires(post,postun): %{_bindir}/texhash
1336Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1337
1338%description latex-cyrillic
1339LaTeX Cyrillic support.
1340
1341%description latex-cyrillic -l pl.UTF-8
1342Obsługa cyrylicy dla LaTeXa.
1343
1344%package latex-dstroke
1345Summary: LaTeX doublestroke font
1346Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
1347Group: Applications/Publishing/TeX
1348Requires(post,postun): %{_bindir}/texhash
1349Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
1350Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1351
1352%description latex-dstroke
1353Doublestroke font for typesetting the mathematical symbols for the
1354natural numbers, whole numbers, rational numbers, real numbers and
1355complex numbers.
1356
1357%description latex-dstroke -l pl.UTF-8
1358Podwójnie kreślony font do składania symboli matematycznych liczb
1359naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
1360
1361%package latex-jknappen
1362Summary: Miscellaneous packages by Joerg Knappen
1363Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
1364Group: Applications/Publishing/TeX
1365Requires(post,postun): %{_bindir}/texhash
1366Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
1367Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1368
1369%description latex-jknappen
1370Miscellaneous macros, mostly for making use of extra fonts, by Joerg
1371Knappen, including sgmlcmpt.
1372
1373%description latex-jknappen -l pl.UTF-8
1374Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
1375Knappena. Zawiera sgmlcmpt.
1376
1377%package latex-lm
1378Summary: LaTeX styles for Latin Modern family fonts
1379Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
1380Group: Applications/Publishing/TeX
1381Requires(post,postun): /usr/bin/texhash
1382Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
1383Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1384
1385%description latex-lm
1386Latin Modern family of fonts, based on the Computer Modern fonts
1387released into public domain by AMS (copyright (C) 1997 AMS). Contain a
1388lot of additional characters, mainly accented ones, but not only.
1389There is a one set of PostScript fonts and four sets of TeX Font
1390Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
1391encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
1392Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
1393potential user knows what to do with all these files. The author is
1394Boguslaw Jackowski.
1395
1396%description latex-lm -l pl.UTF-8
1397Rodzina fontów Latin Modern, oparta na fontach Computer Modern
1398przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
1399Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
1400Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
1401Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
1402QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
1403(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
1404(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
1405tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
1406
1407%package latex-lineno
1408Summary: Line numbers on paragraphs
1409Summary(pl.UTF-8): Numery linii dla paragrafów
1410Group: Applications/Publishing/TeX
1411Requires(post,postun): /usr/bin/texhash
1412Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1413
1414%description latex-lineno
1415The LaTeX package lineno.sty provides line numbers on paragraphs.
1416After TeX has broken a paragraph into lines there will be line numbers
1417attached to them, with the possibility to make references through the
1418LaTeX \ref, \pageref cross reference mechanism.
1419
1420%description latex-lineno -l pl.UTF-8
1421Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
1422paragrafu na linie przez TeXa do linii dołączane są ich numery z
1423możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
1424\ref i \pageref.
1425
1426%package latex-microtype
1427Summary: An interface to the micro-typographic extensions of pdfTeX
1428Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
1429Group: Applications/Publishing/TeX
1430Requires(post,postun): /usr/bin/texhash
1431Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1432
1433%description latex-microtype
1434The `microtype' package provides a LaTeX interface to pdfTeX's
1435micro-typographic extensions: character protrusion and font expansion.
1436It allows to restrict character protrusion and/or font expansion to a
1437definable set of fonts, and to configure micro-typographic aspects of
1438the fonts in a straight-forward and flexible way. Settings for various
1439fonts are provided.
1440
1441%description latex-microtype -l pl.UTF-8
1442Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
1443mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
1444Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
1445określonego zbioru fontów oraz skonfigurować mikrotypograficzne
1446aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
1447dla różnych fontów.
1448
1449%package latex-lucidabr
1450Summary: Package to make Lucida Bright fonts usable with LaTeX
1451Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
1452Group: Applications/Publishing/TeX
1453Requires(post,postun): %{_bindir}/texhash
1454Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1455
1456%description latex-lucidabr
1457Package to make Lucida Bright fonts usable with LaTeX.
1458
1459%description latex-lucidabr -l pl.UTF-8
1460Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
1461
1462%package latex-marvosym
1463Summary: Styles for Martin Vogel's Symbol (marvosym) font
1464Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
1465Group: Applications/Publishing/TeX
1466Requires(post,postun): /usr/bin/texhash
1467Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
1468Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1469
1470%description latex-marvosym
1471Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
1472currency symbol as defined by the European commission; Euro currency
1473symbols in typefaces Times, Helvetica and Courier; Symbols for
1474structural engineering; Symbols for steel cross-sections; Astronomy
1475signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
1476symbols; CE sign and others.
1477
1478%description latex-marvosym -l pl.UTF-8
1479Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
1480waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
1481krojach Times, Helvetica i Courier; symbole do inżynierii
1482strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
1483(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
1484CE i inne.
1485
1486%package latex-mathpple
1487Summary: Use PostScript Palatino for typesetting maths
1488Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
1489Group: Applications/Publishing/TeX
1490Requires(post,postun): %{_bindir}/texhash
1491Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
1492Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1493
1494%description latex-mathpple
1495The package defines the PostScript font family `Palatino' (ppl) as the
1496default roman font and then uses the `mathpple' fonts for typesetting
1497math. These virtual fonts have been created for typesetting math in a
1498style that suits the Palatino text fonts. The AMS fonts, when used
1499additionally, will be scaled to fit Palatino.
1500
1501%description latex-mathpple -l pl.UTF-8
1502Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
1503domyślny font roman i używa fontów mathpple do składania wzorów
1504matematycznych. Te wirtualne fonty zostały stworzone do składania
1505wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
1506Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
1507pasować do Palatino.
1508
1509%package latex-mathtime
1510Summary: Mathtime fonts for LaTeX
1511Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
1512Group: Applications/Publishing/TeX
1513Requires(post,postun): %{_bindir}/texhash
1514Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1515
1516%description latex-mathtime
1517The Mathtime fonts have a number of characters remapped to positions
1518different from the ones normally used by the corresponding TeX
1519CM-fonts. For the symbol font ``operators'' the corresponding mathtime
1520style files use the Times Roman font (often called something like:
1521ptmr or ptmr7t or ptmrq).
1522
1523%description latex-mathtime -l pl.UTF-8
1524Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
1525różniące się od tych normalnie używanych w odpowiadających im TeXowych
1526fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
1527używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
1528ptmrq).
1529
1530%package latex-mflogo
1531Summary: LaTeX support for MetaFont and logo fonts
1532Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
1533Group: Applications/Publishing/TeX
1534Requires(post,postun): %{_bindir}/texhash
1535Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
1536Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1537
1538%description latex-mflogo
1539LaTeX package and font definition file to access the Knuthian `logo'
1540fonts described in `The MetaFontbook' and the MetaFont and logos in
1541LaTeX documents.
1542
1543%description latex-mflogo -l pl.UTF-8
1544Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
1545opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
1546LaTeXa.
1547
1548%package latex-mfnfss
1549Summary: Font description files to use extra fonts like yinit and ygoth
1550Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
1551Group: Applications/Publishing/TeX
1552Requires(post,postun): %{_bindir}/texhash
1553Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1554
1555%description latex-mfnfss
1556Font description files to use extra fonts like yinit and ygoth.
1557
1558%description latex-mfnfss -l pl.UTF-8
1559Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
1560
1561%package latex-minitoc
1562Summary: Produce a table of contents for each chapter
1563Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
1564Group: Applications/Publishing/TeX
1565Requires(post,postun): %{_bindir}/texhash
1566Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1567
1568%description latex-minitoc
1569Produce a table of contents for each chapter.
1570
1571%description latex-minitoc -l pl.UTF-8
1572Tworzenie spisów treści dla każdego rozdziału.
1573
1574%package latex-mltex
1575Summary: Support for MLTeX
1576Summary(pl.UTF-8): Wsparcie dla MLTeXa
1577Group: Applications/Publishing/TeX
1578Requires(post,postun): %{_bindir}/texhash
1579Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1580
1581%description latex-mltex
1582Support for MLTeX, the multilingual TeX extension from Michael J.
1583Ferguson.
1584
1585%description latex-mltex -l pl.UTF-8
1586Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
1587autorstwa Michaela J. Fergusona.
1588
1589%package latex-palatcm
1590Summary: Palatino + Computer Modern math fonts for LaTeX
1591Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
1592Group: Applications/Publishing/TeX
1593Requires(post,postun): %{_bindir}/texhash
1594Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1595
1596%description latex-palatcm
1597Palatino + Computer Modern math fonts for LaTeX.
1598
1599%description latex-palatcm -l pl.UTF-8
1600Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
1601
1602%package latex-psnfss
1603Summary: LaTeX font support for common PostScript fonts
1604Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
1605Group: Applications/Publishing/TeX
1606Requires(post,postun): %{_bindir}/texhash
1607Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
1608Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1609Obsoletes: tetex-latex-mathptm
1610Obsoletes: tetex-latex-mathptmx
1611
1612%description latex-psnfss
1613LaTeX font definition files, macros and font metrics for common
1614PostScript fonts.
1615
1616%description latex-psnfss -l pl.UTF-8
1617LaTeXowe pliki definicji fontów, makra i metryki fontów dla
1618popularnych fontów postscriptowych.
1619
1620%package latex-pxfonts
1621Summary: PX fonts LaTeX support
1622Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
1623Group: Applications/Publishing/TeX
1624Requires(post,postun): %{_bindir}/texhash
1625Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
1626Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1627
1628%description latex-pxfonts
1629PX fonts LaTeX support.
1630
1631%description latex-pxfonts -l pl.UTF-8
1632Obsługa fontów PX w LaTeXu.
1633
1634%package latex-qfonts
1635Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
1636Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
1637Group: Applications/Publishing/TeX
1638Requires(post,postun): %{_bindir}/texhash
1639Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
1640Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1641
1642%description latex-qfonts
1643A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
1644QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
1645QuasiTimes (regular, italic, bold and bold italic), based on URW++
1646fonts distributed with Ghostscript. The fonts are encoded according to
1647QX layout which facilitates multilingual and technical typesetting
1648using TeX, preserving usability in Windows applications.
1649
1650%description latex-qfonts -l pl.UTF-8
1651Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
1652QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
1653QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
1654fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
1655zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
1656TeXu, zachowując przydatność dla aplikacji windowsowych.
1657
1658%package latex-urwvn
1659Summary: URWVN fonts
1660Summary(pl.UTF-8): Fonty URWVN
1661Group: Applications/Publishing/TeX
1662Requires(post,postun): /usr/bin/texhash
1663Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
1664Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1665
1666%description latex-urwvn
1667URWVN fonts.
1668
1669%description latex-urwvn -l pl.UTF-8
1670Fonty URWVN.
1671
1672%package latex-txfonts
1673Summary: TX fonts LaTeX support
1674Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
1675Group: Applications/Publishing/TeX
1676Requires(post,postun): %{_bindir}/texhash
1677Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
1678Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1679
1680%description latex-txfonts
1681TX fonts LaTeX support.
1682
1683%description latex-txfonts -l pl.UTF-8
1684Obsługa fontów TX w LaTeXu.
1685
1686%package latex-umlaute
1687Summary: An interface to inputenc for using alternate input encodings
1688Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
1689Group: Applications/Publishing/TeX
1690Requires(post,postun): %{_bindir}/texhash
1691Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1692
1693%description latex-umlaute
1694An interface to inputenc for using alternate input encodings.
1695
1696%description latex-umlaute -l pl.UTF-8
1697Interfejs inputenc do używania alternatywnych kodowań wejściowych.
1698
1699%package latex-wasysym
1700Summary: Extra characters from the Waldis symbol fonts
1701Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
1702Group: Applications/Publishing/TeX
1703Requires(post,postun): %{_bindir}/texhash
1704Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
1705Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1706
1707%description latex-wasysym
1708Makes some additional characters available that come from the wasy
1709fonts (Waldis symbol fonts). These fonts are not automatically
1710included in NFSS2/LaTeX2e since they take up important space and often
1711aren't necessary if one makes use of the packages amsfonts or amssymb.
1712Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
1713apple, ocircle invneg, logof, varint, male, female, phone, clock,
1714lightning, pointer, sun, bell, permil, smiley, various electrical
1715symbols, shapes, music notes, circles, signs, astronomy, etc.
1716
1717%description latex-wasysym -l pl.UTF-8
1718Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
1719(Waldis symbol). Te fonty nie są automatycznie dołączane w
1720NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
1721jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
1722m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
1723ocircle invneg, logof, varint, male, female, phone, clock, lightning,
1724pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
1725kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
1726
1727%package format-latex
1728Summary: LaTeX macro package
1729Summary(pl.UTF-8): Pakiet makr LaTeX
1730Group: Applications/Publishing/TeX
1731Requires(post,postun): %{_bindir}/texhash
1732Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1733Obsoletes: hugelatex
1734
1735%description format-latex
1736LaTeX is a front end for the TeX text formatting system. Easier to use
1737than TeX, LaTeX is essentially a set of TeX macros which provide
1738convenient, predefined document formats for users.
1739
1740This package contains LaTeX format.
1741
1742%description format-latex -l pl.UTF-8
1743LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1744łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1745dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1746
1747Ten pakiet zawiera format LaTeX.
1748
1749%package format-pdflatex
1750Summary: PDF LaTeX macro package
1751Summary(pl.UTF-8): Pakiet makr PDF LaTeX
1752Group: Applications/Publishing/TeX
1753Requires(post,postun): %{_bindir}/texhash
1754Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
1755Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1756Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
1757Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
1758Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1759
1760%description format-pdflatex
1761LaTeX is a front end for the TeX text formatting system. Easier to use
1762than TeX, LaTeX is essentially a set of TeX macros which provide
1763convenient, predefined document formats for users.
1764
1765This package contains PDF LaTeX format.
1766
1767%description format-pdflatex -l pl.UTF-8
1768LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1769łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1770dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1771
1772Ten pakiet zawiera format PDF LaTeX.
1773
1774# PLaTeX format
1775
1776%package platex
1777Summary: PLaTeX format basic files
1778Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
1779Group: Applications/Publishing/TeX
1780Requires(post,postun): %{_bindir}/texhash
1781Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
1782Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1783
1784%description platex
1785PLaTeX format basic files.
1786
1787%description platex -l pl.UTF-8
1788Podstawowe pliki dla formatu PLaTeX.
1789
1790%package format-platex
1791Summary: PLaTeX format
1792Summary(pl.UTF-8): Format PLaTeX
1793Group: Applications/Publishing/TeX
1794Requires(post,postun): %{_bindir}/texhash
1795Requires: %{name}-platex = %{epoch}:%{version}-%{release}
1796
1797%description format-platex
1798PLaTeX format.
1799
1800%description format-platex -l pl.UTF-8
1801Format PLaTeX.
1802
1803%package format-pdfplatex
1804Summary: PDF PLaTeX format
1805Summary(pl.UTF-8): Format PDF PLaTeX
1806Group: Applications/Publishing/TeX
1807Requires(post,postun): %{_bindir}/texhash
1808Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
1809Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1810Requires: %{name}-platex = %{epoch}:%{version}-%{release}
1811
1812%description format-pdfplatex
1813PDF PLaTeX format.
1814
1815%description format-pdfplatex -l pl.UTF-8
1816Format PDF PLaTeX.
1817
1818# # TeX generic macros #
1819
1820%package tex-babel
1821Summary: Multilingual support for TeX
1822Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
1823Group: Applications/Publishing/TeX
1824Requires(post,postun): %{_bindir}/texhash
1825Requires: %{name} = %{epoch}:%{version}-%{release}
1826
1827%description tex-babel
1828Multilingual support for TeX.
1829
1830%description tex-babel -l pl.UTF-8
1831Obsługa wielu języków dla TeXa.
1832
1833%package tex-german
1834Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
1835Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
1836Group: Applications/Publishing/TeX
1837Requires(post,postun): %{_bindir}/texhash
1838Requires: %{name} = %{epoch}:%{version}-%{release}
1839
1840%description tex-german
1841Supports the new German orthography (neue deutsche Rechtschreibung).
1842
1843%description tex-german -l pl.UTF-8
1844Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
1845
1846%package tex-mfpic
1847Summary: Macros which generate Metafont or Metapost for drawing pictures
1848Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
1849Group: Applications/Publishing/TeX
1850Requires(post,postun): %{_bindir}/texhash
1851Requires: %{name} = %{epoch}:%{version}-%{release}
1852
1853%description tex-mfpic
1854Macros which generate Metafont or Metapost for drawing pictures.
1855
1856%description tex-mfpic -l pl.UTF-8
1857Makra generujące Metafont lub Metapost do rysowania obrazków.
1858
1859%package tex-misc
1860Summary: Miscellaneous TeX macros
1861Summary(pl.UTF-8): Różne makra TeXowe
1862Group: Applications/Publishing/TeX
1863Requires(post,postun): %{_bindir}/texhash
1864Requires: %{name} = %{epoch}:%{version}-%{release}
1865Obsoletes: tetex-tex-eijkhout
1866
1867%description tex-misc
1868Miscellaneous TeX macros.
1869
1870%description tex-misc -l pl.UTF-8
1871Różne makra TeXowe.
1872
1873%package tex-pictex
1874Summary: Picture drawing macros for TeX and LaTeX
1875Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
1876Group: Applications/Publishing/TeX
1877Requires(post,postun): %{_bindir}/texhash
1878Requires: %{name} = %{epoch}:%{version}-%{release}
1879
1880%description tex-pictex
1881Picture drawing macros for TeX and LaTeX.
1882
1883%description tex-pictex -l pl.UTF-8
1884Makra do rysowania obrazków dla TeXa i LaTeXa.
1885
1886%package tex-pstricks
1887Summary: PostScript macros for TeX
1888Summary(pl.UTF-8): Makra postscriptowe dla TeXa
1889Group: Applications/Publishing/TeX
1890Requires(post,postun): %{_bindir}/texhash
1891Requires: %{name} = %{epoch}:%{version}-%{release}
1892
1893%description tex-pstricks
1894An extensive collection of PostScript macros that is compatible with
1895most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
1896AMS-LaTeX. Included are macros for color, graphics, pie charts,
1897rotation, trees and overlays. It has many special features, including:
1898a wide variety of graphics (picture drawing) macros, with a flexible
1899interface and with color support. There are macros for coloring or
1900shading the cells of tables.
1901
1902%description tex-pstricks -l pl.UTF-8
1903Duży zestaw makr postscriptowych kompatybilny z większością pakietów
1904makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
1905makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
1906nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
1907rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
1908makra do kolorowania lub cieniowania komórek tabel.
1909
1910%package tex-qpx
1911Summary: QuasiPalatino and PX fonts typesetting support
1912Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
1913Group: Applications/Publishing/TeX
1914Requires(post,postun): %{_bindir}/texhash
1915Requires: %{name} = %{epoch}:%{version}-%{release}
1916Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
1917
1918%description tex-qpx
1919QuasiPalatino and PX fonts typesetting support.
1920
1921%description tex-qpx -l pl.UTF-8
1922Wsparcie dla składu fontami QuasiPalatino i PX.
1923
1924%package tex-qtx
1925Summary: QuasiTimes and TX fonts typesetting support
1926Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
1927Group: Applications/Publishing/TeX
1928Requires(post,postun): %{_bindir}/texhash
1929Requires: %{name} = %{epoch}:%{version}-%{release}
1930Requires: %{name}-fonts-qtx = %{epoch}:%{version}-%{release}
1931
1932%description tex-qtx
1933QuasiTimes and TX fonts typesetting support.
1934
1935%description tex-qtx -l pl.UTF-8
1936Wsparcie dla składu fontami QuasiTimes i TX.
1937
1938%package tex-ruhyphen
1939Summary: Russian hyphenation
1940Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
1941Group: Applications/Publishing/TeX
1942Requires(post,postun): %{_bindir}/texhash
1943Requires: %{name} = %{epoch}:%{version}-%{release}
1944
1945%description tex-ruhyphen
1946A collection of Russian hyphenation patterns supporting a number of
1947Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
1948LCY, LWN (OT2), and koi8-r.
1949
1950%description tex-ruhyphen -l pl.UTF-8
1951Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
1952kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
1953Cyrillic), LCY, LWN (OT2) i koi8-r.
1954
1955%package tex-spanish
1956Summary: Various TeX related files for typesetting documents written in Spanish
1957Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
1958Group: Applications/Publishing/TeX
1959Requires(post,postun): %{_bindir}/texhash
1960Requires: %{name} = %{epoch}:%{version}-%{release}
1961Obsoletes: tetex-tex-spanishb
1962
1963%description tex-spanish
1964Various TeX related files for typesetting documents written in
1965Spanish, including hyphenation and dictionaries.
1966
1967%description tex-spanish -l pl.UTF-8
1968Różne pliki TeXowe służące do składu dokumentów napisanych w języku
1969hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
1970
1971%package tex-texdraw
1972Summary: Graphical macros, using embedded PostScript
1973Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
1974Group: Applications/Publishing/TeX
1975Requires(post,postun): %{_bindir}/texhash
1976Requires: %{name} = %{epoch}:%{version}-%{release}
1977
1978%description tex-texdraw
1979Graphical macros, using embedded PostScript.
1980
1981%description tex-texdraw -l pl.UTF-8
1982Makra graficzne używające osadzanego PostScriptu.
1983
1984%package tex-thumbpdf
1985Summary: Thumbnails for PDFTeX and dvips/ps2pdf
1986Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
1987Group: Applications/Publishing/TeX
1988Requires(post,postun): %{_bindir}/texhash
1989Requires: %{name} = %{epoch}:%{version}-%{release}
1990
1991%description tex-thumbpdf
1992Provides support, using Perl, for thumbnails in pdfTeX and
1993dvips/ps2pdf, using ghostscript to generate the thumbnails which get
1994represented in a TeX readable file that is read by the package
1995thumbpdf.sty to automatically include the thumbnails. Works with both
1996plain TeX and LaTeX.
1997
1998%description tex-thumbpdf -l pl.UTF-8
1999Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
2000użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
2001TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
2002ikonki. Działa z formatami plain TeX i LaTeX.
2003
2004%package tex-ukrhyph
2005Summary: Ukranian hyphenation
2006Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
2007Group: Applications/Publishing/TeX
2008Requires(post,postun): %{_bindir}/texhash
2009Requires: %{name} = %{epoch}:%{version}-%{release}
2010
2011%description tex-ukrhyph
2012This package allows the use of different hyphenation patterns for the
2013Ukrainian language for various Cyrillic font encodings. Contains
2014packages implementing traditional rules, modern rules, and combined
2015English-Ukrainian hyphenation.
2016
2017%description tex-ukrhyph -l pl.UTF-8
2018Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
2019dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
2020Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
2021łączonych angielsko-ukraińskich.
2022
2023%package latex-vietnam
2024Summary: Vietnamese language support
2025Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
2026Group: Applications/Publishing/TeX
2027Requires(post,postun): %{_bindir}/texhash
2028Requires: %{name} = %{epoch}:%{version}-%{release}
2029Obsoletes: tetex-tex-vietnam
2030
2031%description latex-vietnam
2032Vietnamese language support.
2033
2034%description latex-vietnam -l pl.UTF-8
2035Wsparcie dla języka wietnamskiego.
2036
2037%package tex-xypic
2038Summary: Package for typesetting a variety of graphs and diagrams with TeX
2039Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
2040Group: Applications/Publishing/TeX
2041Requires(post,postun): %{_bindir}/texhash
2042Requires: %{name} = %{epoch}:%{version}-%{release}
2043Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
2044
2045%description tex-xypic
2046A package for typesetting a variety of graphs and diagrams with TeX.
2047Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
2048and plain TeX), in particular Xy-pic is provided as a LaTeX2e
2049`supported package'.
2050
2051%description tex-xypic -l pl.UTF-8
2052Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
2053z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
2054w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
2055
2056%package tex-xkeyval
2057Summary: Extension to keyval package
2058Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
2059Group: Applications/Publishing/TeX
2060Requires(post,postun): /usr/bin/texhash
2061Requires: %{name} = %{epoch}:%{version}-%{release}
2062
2063%description tex-xkeyval
2064Extension to keyval package.
2065
2066%description tex-xkeyval -l pl.UTF-8
2067Rozszerzenie do pakietu keyval.
2068
2069%package dirs-fonts
2070Summary: TeX font directories
2071Summary(pl.UTF-8): Katalogi fontów TeXa
2072Group: Fonts
2073
2074%description dirs-fonts
2075TeX font directories.
2076
2077%description dirs-fonts -l pl.UTF-8
2078Katalogi fontów TeXa.
2079
2080# # Fonts packages #
2081
2082%package fonts-adobe
2083Summary: Adobe fonts
2084Summary(pl.UTF-8): Fonty Adobe
2085Group: Fonts
2086Requires: %{name}-dirs-fonts
2087
2088%description fonts-adobe
2089Adobe fonts.
2090
2091%description fonts-adobe -l pl.UTF-8
2092Fonty Adobe.
2093
2094%package fonts-ae
2095Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
2096Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
2097Group: Fonts
2098Requires: %{name}-dirs-fonts
2099
2100%description fonts-ae
2101Virtual fonts for PDF-files with T1 encoded CMR-fonts.
2102
2103%description fonts-ae -l pl.UTF-8
2104Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
2105
2106%package fonts-ams
2107Summary: AMS fonts
2108Summary(pl.UTF-8): Fonty AMS
2109Group: Fonts
2110Requires: %{name}-dirs-fonts
2111
2112%description fonts-ams
2113AMS fonts.
2114
2115%description fonts-ams -l pl.UTF-8
2116Fonty AMS.
2117
2118%package fonts-antp
2119Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2120Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
2121Group: Fonts
2122Requires: %{name}-dirs-fonts
2123
2124%description fonts-antp
2125Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
2126
2127%description fonts-antp -l pl.UTF-8
2128Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
2129Type 1.
2130
2131%package fonts-antt
2132Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2133Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
2134Group: Fonts
2135Requires: %{name}-dirs-fonts
2136
2137%description fonts-antt
2138Antykwa Torunska, a Type 1 family of a Polish traditional type.
2139
2140%description fonts-antt -l pl.UTF-8
2141Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
2142
2143%package fonts-bbm
2144Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2145Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
2146Group: Fonts
2147Requires: %{name}-dirs-fonts
2148
2149%description fonts-bbm
2150Blackboard variant fonts for Computer Modern, with LaTeX support.
2151
2152%description fonts-bbm -l pl.UTF-8
2153Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
2154
2155%package fonts-bbold
2156Summary: Sans serif blackboard bold for LaTeX
2157Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2158Group: Fonts
2159Requires: %{name}-dirs-fonts
2160
2161%description fonts-bbold
2162Sans serif blackboard bold for LaTeX.
2163
2164%description fonts-bbold -l pl.UTF-8
2165Tablicowy tłusty font sans serif dla LaTeXa.
2166
2167%package fonts-bh
2168Summary: Bold & Heavy Fonts
2169Summary(pl.UTF-8): Fonty Bold i Heavy
2170Group: Fonts
2171Requires: %{name}-dirs-fonts
2172
2173%description fonts-bh
2174Bold & Heavy Fonts.
2175
2176%description fonts-bh -l pl.UTF-8
2177Fonty Bold i Heavy.
2178
2179%package fonts-bitstream
2180Summary: Bitstream fonts
2181Summary(pl.UTF-8): Fonty Bitstream
2182Group: Fonts
2183Requires: %{name}-dirs-fonts
2184Obsoletes: tetex-fonts-bitstrea
2185
2186%description fonts-bitstream
2187Bitstream fonts.
2188
2189%description fonts-bitstream -l pl.UTF-8
2190Fonty Bitstream.
2191
2192%package fonts-cbgreek
2193Summary: Complete set of Greek fonts
2194Summary(pl.UTF-8): Pełny zestaw fontów greckich
2195Group: Fonts
2196Requires: %{name}-dirs-fonts
2197
2198%description fonts-cbgreek
2199Complete set of Greek fonts.
2200
2201%description fonts-cbgreek -l pl.UTF-8
2202Pełny zestaw fontów greckich.
2203
2204%package fonts-cc-pl
2205Summary: Polish version of Computer Concrete fonts
2206Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
2207Group: Fonts
2208Requires: %{name}-dirs-fonts
2209
2210%description fonts-cc-pl
2211Polish version of Computer Concrete fonts.
2212
2213%description fonts-cc-pl -l pl.UTF-8
2214Polska wersja fontów Computer Concrete.
2215
2216%package fonts-cg
2217Summary: Compugraphic fonts
2218Summary(pl.UTF-8): Fonty Compugraphic
2219Group: Fonts
2220Requires: %{name}-dirs-fonts
2221
2222%description fonts-cg
2223Compugraphic fonts.
2224
2225%description fonts-cg -l pl.UTF-8
2226Fonty Compugraphic.
2227
2228%package fonts-cm
2229Summary: Computer Modern fonts
2230Summary(pl.UTF-8): Fonty Computer Modern
2231Group: Fonts
2232Requires: %{name}-dirs-fonts
2233
2234%description fonts-cm
2235Computer Modern fonts.
2236
2237%description fonts-cm -l pl.UTF-8
2238Fonty Computer Modern.
2239
2240%package fonts-cmbright
2241Summary: CM Bright fonts
2242Summary(pl.UTF-8): Fonty CM Bright
2243Group: Fonts
2244Requires: %{name}-dirs-fonts
2245
2246%description fonts-cmbright
2247CM Bright fonts.
2248
2249%description fonts-cmbright -l pl.UTF-8
2250Fonty CM Bright.
2251
2252%package fonts-cmcyr
2253Summary: Computer Modern fonts extended with Russian letters
2254Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
2255Group: Fonts
2256Requires: %{name}-dirs-fonts
2257
2258%description fonts-cmcyr
2259Computer Modern fonts extended with Russian letters.
2260
2261%description fonts-cmcyr -l pl.UTF-8
2262Fonty Computer Modern rozszerzone o litery rosyjskie.
2263
2264%package fonts-cmextra
2265Summary: Extra Computer Modern fonts, from the American Mathematical Society
2266Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
2267Group: Fonts
2268Requires: %{name}-dirs-fonts
2269
2270%description fonts-cmextra
2271Extra Computer Modern fonts, from the American Mathematical Society.
2272
2273%description fonts-cmextra -l pl.UTF-8
2274Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
2275
2276%package fonts-concmath
2277Summary: Concrete Math fonts
2278Summary(pl.UTF-8): Fonty matematyczne Concrete Math
2279Group: Fonts
2280Requires: %{name}-dirs-fonts
2281
2282%description fonts-concmath
2283Concrete Math fonts.
2284
2285%description fonts-concmath -l pl.UTF-8
2286Fonty matematyczne Concrete Math.
2287
2288%package fonts-concrete
2289Summary: Concrete Roman fonts
2290Summary(pl.UTF-8): Fonty Concrete Roman
2291Group: Fonts
2292Requires: %{name}-dirs-fonts
2293
2294%description fonts-concrete
2295Concrete Roman fonts, designed by Donald E. Knuth, originally for use
2296with Euler math fonts.
2297
2298%description fonts-concrete -l pl.UTF-8
2299Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
2300przeznaczone do używania z fontami matematycznymi Euler.
2301
2302%package fonts-cs
2303Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
2304Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
2305Group: Fonts
2306Requires: %{name}-dirs-fonts
2307
2308%description fonts-cs
2309Czech/Slovak-tuned MetaFont Computer Modern fonts.
2310
2311%description fonts-cs -l pl.UTF-8
2312Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
2313czeskiego i słowackiego.
2314
2315%package fonts-dstroke
2316Summary: Doublestroke font for typesetting the mathematical symbols
2317Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
2318Group: Fonts
2319Requires: %{name}-dirs-fonts
2320
2321%description fonts-dstroke
2322Doublestroke font for typesetting the mathematical symbols.
2323
2324%description fonts-dstroke -l pl.UTF-8
2325Podwójnie kreślony font do składania symboli matematycznych.
2326
2327%package fonts-ecc
2328Summary: Sources for the European Concrete fonts
2329Summary(pl.UTF-8): Źródła dla fontów European Concrete
2330Group: Fonts
2331Requires: %{name}-dirs-fonts
2332
2333%description fonts-ecc
2334The MetaFont sources and tfm files of the European Concrete Fonts.
2335This is the EC implementation of Knuth's Concrete fonts, including
2336also the corresponding text companion fonts.
2337
2338%description fonts-ecc -l pl.UTF-8
2339Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
2340implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
2341tekstowymi fontami towarzyszącymi.
2342
2343%package fonts-eurosym
2344Summary: The new European currency symbol for the Euro
2345Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
2346Group: Fonts
2347Requires: %{name}-dirs-fonts
2348
2349%description fonts-eurosym
2350The new European currency symbol for the Euro implemented in Metafont,
2351using the official European Commission dimensions, and providing
2352several shapes (normal, slanted, bold, outline).
2353
2354%description fonts-eurosym -l pl.UTF-8
2355Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
2356z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
2357różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
2358
2359%package fonts-eulervm
2360Summary: The Virtual Euler Math fonts
2361Summary(pl.UTF-8): Fonty Virtual Euler Math
2362Group: Fonts
2363Requires: %{name}-dirs-fonts
2364
2365%description fonts-eulervm
2366Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
2367approach has several advantages over immediately using the _real_
2368Euler fonts: Most noticeably, less TeX resources are consumed, the
2369quality of various math symbols is improved, and a usable \hslash
2370symbol can be provided.
2371
2372%description fonts-eulervm -l pl.UTF-8
2373Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
2374fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
2375używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
2376jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
2377matematycznych i może być dostępny używalny symbol \hslash.
2378
2379%package fonts-euxm
2380Summary: Fonts similar to EUSM but with two more characters
2381Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
2382Group: Fonts
2383Requires: %{name}-dirs-fonts
2384
2385%description fonts-euxm
2386Fonts like EUSM but with two more characters needed for Concrete Math
2387included in TeXLive distribution in fonts3.
2388
2389%description fonts-euxm -l pl.UTF-8
2390Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
2391dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
2392
2393%package fonts-gothic
2394Summary: Gothic and ornamental initial fonts by Yannis Haralambous
2395Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
2396Group: Fonts
2397Requires: %{name}-dirs-fonts
2398
2399%description fonts-gothic
2400Gothic and ornamental initial fonts by Yannis Haralambous.
2401
2402%description fonts-gothic -l pl.UTF-8
2403Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
2404
2405%package fonts-hoekwater
2406Summary: Converted mflogo font
2407Summary(pl.UTF-8): Przekonwertowany font mflogo
2408Group: Fonts
2409Requires: %{name}-dirs-fonts
2410
2411%description fonts-hoekwater
2412Fonts originally created in MetaFont, transformed to PostScript by
2413Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
2414xipa.
2415
2416%description fonts-hoekwater -l pl.UTF-8
2417Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
2418PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
2419stmaryrd, wasy, wasy2, xipa.
2420
2421%package fonts-jknappen
2422Summary: Miscellaneous packages by Joerg Knappen
2423Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2424Group: Fonts
2425Requires: %{name}-dirs-fonts
2426
2427%description fonts-jknappen
2428Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2429Knappen, including sgmlcmpt.
2430
2431%description fonts-jknappen -l pl.UTF-8
2432Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2433Knappena. Zawiera sgmlcmpt.
2434
2435%package fonts-latex
2436Summary: Basic LaTeX fonts
2437Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
2438Group: Fonts
2439Requires: %{name}-dirs-fonts
2440
2441%description fonts-latex
2442Basic LaTeX fonts.
2443
2444%description fonts-latex -l pl.UTF-8
2445Podstawowe fonty dla LaTeXa.
2446
2447%package fonts-lh
2448Summary: Olga Lapko's LH fonts
2449Summary(pl.UTF-8): Fonty LH Olgi Lapko
2450Group: Fonts
2451Requires: %{name}-dirs-fonts
2452
2453%description fonts-lh
2454The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
2455
2456%description fonts-lh -l pl.UTF-8
2457Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
2458
2459%package fonts-lm
2460Summary: Latin Modern family fonts
2461Summary(pl.UTF-8): Fonty z rodziny Latin Modern
2462Group: Applications/Publishing/TeX
2463Requires: %{name}-dirs-fonts
2464
2465%description fonts-lm
2466Latin Modern family of fonts, based on the Computer Modern fonts
2467released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2468lot of additional characters, mainly accented ones, but not only.
2469There is a one set of PostScript fonts and four sets of TeX Font
2470Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2471encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2472Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2473potential user knows what to do with all these files. The author is
2474Boguslaw Jackowski.
2475
2476%description fonts-lm -l pl.UTF-8
2477Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2478przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2479Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2480Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2481Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2482QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2483(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2484(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2485tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2486
2487%package fonts-marvosym
2488Summary: Martin Vogel's Symbol (marvosym) font
2489Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
2490Group: Fonts
2491Requires: %{name}-dirs-fonts
2492
2493%description fonts-marvosym
2494Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2495currency symbol as defined by the European commission; Euro currency
2496symbols in typefaces Times, Helvetica and Courier; Symbols for
2497structural engineering; Symbols for steel cross-sections; Astronomy
2498signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2499symbols; CE sign and others.
2500
2501%description fonts-marvosym -l pl.UTF-8
2502Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
2503waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
2504dla krojów Times, Helvetica i Courier; symbole dla inżynierii
2505strukturalnej; symbole dla przekroi poprzecznych; symbole
2506astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
2507krawieckie; znak CE i inne.
2508
2509%package fonts-mflogo
2510Summary: Logo fonts
2511Summary(pl.UTF-8): Fonty logo
2512Group: Fonts
2513Requires: %{name}-dirs-fonts
2514
2515%description fonts-mflogo
2516Logo fonts.
2517
2518%description fonts-mflogo -l pl.UTF-8
2519Fonty logo.
2520
2521%package fonts-misc
2522Summary: Miscellaneous fonts
2523Summary(pl.UTF-8): Różne fonty
2524Group: Fonts
2525Requires: %{name}-dirs-fonts
2526
2527%description fonts-misc
2528Miscellaneous fonts.
2529
2530%description fonts-misc -l pl.UTF-8
2531Fonty różne.
2532
2533%package fonts-monotype
2534Summary: Monotype fonts
2535Summary(pl.UTF-8): Fonty Monotype
2536Group: Fonts
2537Requires: %{name}-dirs-fonts
2538
2539%description fonts-monotype
2540Monotype fonts.
2541
2542%description fonts-monotype -l pl.UTF-8
2543Fonty Monotype.
2544
2545%package fonts-omega
2546Summary: Fonts for Omega - extended unicode TeX
2547Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
2548Group: Fonts
2549Requires: %{name}-dirs-fonts
2550
2551%description fonts-omega
2552Fonts for Omega - extended unicode TeX.
2553
2554%description fonts-omega -l pl.UTF-8
2555Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
2556
2557%package fonts-pazo
2558Summary: Pazo fonts
2559Summary(pl.UTF-8): Fonty Pazo
2560Group: Fonts
2561Requires: %{name}-dirs-fonts
2562
2563%description fonts-pazo
2564Pazo fonts.
2565
2566%description fonts-pazo -l pl.UTF-8
2567Fonty Pazo.
2568
2569%package fonts-pl
2570Summary: Polish fonts
2571Summary(pl.UTF-8): Polskie fonty
2572Group: Fonts
2573Requires: %{name}-dirs-fonts
2574
2575%description fonts-pl
2576Polish fonts.
2577
2578%description fonts-pl -l pl.UTF-8
2579Polskie fonty.
2580
2581%package fonts-px
2582Summary: PX fonts
2583Summary(pl.UTF-8): Fonty PX
2584Group: Fonts
2585Requires: %{name}-dirs-fonts
2586
2587%description fonts-px
2588PX fonts.
2589
2590%description fonts-px -l pl.UTF-8
2591Fonty PX.
2592
2593%package fonts-qfonts
2594Summary: Quasi fonts
2595Summary(pl.UTF-8): Fonty Quasi
2596Group: Fonts
2597Requires: %{name}-dirs-fonts
2598
2599%description fonts-qfonts
2600Quasi fonts.
2601
2602%description fonts-qfonts -l pl.UTF-8
2603Fonty Quasi.
2604
2605%package fonts-qpx
2606Summary: Additional fonts for QPX package
2607Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
2608Group: Fonts
2609Requires: %{name}-dirs-fonts
2610Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
2611Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
2612
2613%description fonts-qpx
2614Additional fonts for QPX package.
2615
2616%description fonts-qpx -l pl.UTF-8
2617Dodatkowe fonty dla pakietu QPX.
2618
2619%package fonts-qtx
2620Summary: Additional fonts for QTX package
2621Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
2622Group: Fonts
2623Requires: %{name}-dirs-fonts
2624Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
2625Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
2626
2627%description fonts-qtx
2628Additional fonts for QTX package.
2629
2630%description fonts-qtx -l pl.UTF-8
2631Dodatkowe fonty dla pakietu QTX.
2632
2633%package fonts-rsfs
2634Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
2635Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
2636Group: Fonts
2637Requires: %{name}-dirs-fonts
2638
2639%description fonts-rsfs
2640Fonts of uppercase script letters for use as symbols in scientific and
2641mathematical typesetting, in contrast to the informal script fonts
2642such as that used for the `calligraphic' symbols in the TeX math
2643symbol font.
2644
2645%description fonts-rsfs -l pl.UTF-8
2646Fonty wielkich liter pisanych do używania jako symbole przy składaniu
2647dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
2648fontów pisanych takich jak używane do symboli "kaligraficznych" w
2649matematycznym foncie TeXowym symbol.
2650
2651%package fonts-stmaryrd
2652Summary: St Mary Road symbols for functional programming
2653Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
2654Group: Fonts
2655Requires: %{name}-dirs-fonts
2656
2657%description fonts-stmaryrd
2658St Mary Road symbols for functional programming.
2659
2660%description fonts-stmaryrd -l pl.UTF-8
2661Symbole St Mary Road do programowania funkcyjnego.
2662
2663%package fonts-tx
2664Summary: TX fonts
2665Summary(pl.UTF-8): Fonty TX
2666Group: Fonts
2667Requires: %{name}-dirs-fonts
2668
2669%description fonts-tx
2670TX fonts.
2671
2672%description fonts-tx -l pl.UTF-8
2673Fonty TX.
2674
2675%package fonts-urw
2676Summary: URW fonts
2677Summary(pl.UTF-8): Fonty URW
2678Group: Fonts
2679Requires: %{name}-dirs-fonts
2680
2681%description fonts-urw
2682URW fonts.
2683
2684%description fonts-urw -l pl.UTF-8
2685Fonty URW.
2686
2687%package fonts-urwvn
2688Summary: URWVN fonts
2689Summary(pl.UTF-8): Fonty URWVN
2690Group: Fonts
2691Requires: %{name}-dirs-fonts
2692
2693%description fonts-urwvn
2694URWVN fonts.
2695
2696%description fonts-urwvn -l pl.UTF-8
2697Fonty URWVN.
2698
2699%package fonts-vnr
2700Summary: VNR fonts
2701Summary(pl.UTF-8): Fonty VNR
2702Group: Fonts
2703Requires: %{name}-dirs-fonts
2704
2705%description fonts-vnr
2706VNR fonts.
2707
2708%description fonts-vnr -l pl.UTF-8
2709Fonty VNR.
2710
2711%package fonts-wasy
2712Summary: Waldis symbol fonts
2713Summary(pl.UTF-8): Fonty Waldis symbol
2714Group: Fonts
2715Requires: %{name}-dirs-fonts
2716
2717%description fonts-wasy
2718Waldis symbol fonts.
2719
2720%description fonts-wasy -l pl.UTF-8
2721Fonty Waldis symbol.
2722
2723%package fonts-xypic
2724Summary: Xy-pic fonts
2725Summary(pl.UTF-8): Fonty Xy-pic
2726Group: Fonts
2727Requires: %{name}-dirs-fonts
2728
2729%description fonts-xypic
2730Xy-pic fonts.
2731
2732%description fonts-xypic -l pl.UTF-8
2733Fonty Xy-pic.
2734
2735%package fonts-yandy
2736Summary: European Modern fonts from Y&Y
2737Summary(pl.UTF-8): Fonty European Modern od Y&Y
2738Group: Fonts
2739Requires: %{name}-dirs-fonts
2740
2741%description fonts-yandy
2742European Modern fonts from Y&Y.
2743
2744%description fonts-yandy -l pl.UTF-8
2745Fonty European Modern od Y&Y.
2746
2747%package fonts-type1-antp
2748Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2749Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
2750Group: Fonts
2751Requires: %{name}-dirs-fonts
2752
2753%description fonts-type1-antp
2754Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
2755
2756%description fonts-type1-antp -l pl.UTF-8
2757Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
2758Type 1.
2759
2760%package fonts-type1-antt
2761Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2762Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
2763Group: Fonts
2764Requires: %{name}-dirs-fonts
2765
2766%description fonts-type1-antt
2767Antykwa Torunska, a Type 1 family of a Polish traditional type.
2768
2769%description fonts-type1-antt -l pl.UTF-8
2770Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
2771
2772%package fonts-type1-belleek
2773Summary: Free replacement for basic MathTime fonts
2774Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
2775Group: Fonts
2776Requires: %{name}-dirs-fonts
2777
2778%description fonts-type1-belleek
2779Free replacement for basic MathTime fonts.
2780
2781%description fonts-type1-belleek -l pl.UTF-8
2782Wolnodostępny zamiennik podstawowych fontów MathTime.
2783
2784%package fonts-type1-bitstream
2785Summary: Bitstream fonts
2786Summary(pl.UTF-8): Fonty Bitstream
2787Group: Fonts
2788Requires: %{name}-dirs-fonts
2789Obsoletes: tetex-fonts-type1-bitstrea
2790
2791%description fonts-type1-bitstream
2792Bitstream fonts.
2793
2794%description fonts-type1-bitstream -l pl.UTF-8
2795Fonty Bitstream.
2796
2797%package fonts-type1-bluesky
2798Summary: Computer Modern family fonts
2799Summary(pl.UTF-8): Fonty z rodziny Computer Modern
2800Group: Fonts
2801Requires: %{name}-dirs-fonts
2802
2803%description fonts-type1-bluesky
2804Computer Modern family fonts.
2805
2806%description fonts-type1-bluesky -l pl.UTF-8
2807Fonty z rodzony Computer Modern.
2808
2809%package fonts-type1-cc-pl
2810Summary: Polish version of Computer Concrete fonts
2811Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
2812Group: Fonts
2813Requires: %{name}-dirs-fonts
2814
2815%description fonts-type1-cc-pl
2816Polish version of Computer Concrete fonts.
2817
2818%description fonts-type1-cc-pl -l pl.UTF-8
2819Polska wersja fontów Computer Concrete.
2820
2821%package fonts-type1-cmcyr
2822Summary: Computer Modern fonts extended with Russian letters
2823Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
2824Group: Fonts
2825Requires: %{name}-dirs-fonts
2826
2827%description fonts-type1-cmcyr
2828Computer Modern fonts extended with Russian letters.
2829
2830%description fonts-type1-cmcyr -l pl.UTF-8
2831Fonty Computer Modern rozszerzone o litery rosyjskie.
2832
2833%package fonts-type1-cs
2834Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
2835Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
2836Group: Fonts
2837Requires: %{name}-dirs-fonts
2838
2839%description fonts-type1-cs
2840Czech/Slovak-tuned MetaFont Computer Modern fonts.
2841
2842%description fonts-type1-cs -l pl.UTF-8
2843Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
2844czeskiego i słowackiego.
2845
2846%package fonts-type1-dstroke
2847Summary: Doublestroke Type1 font for typesetting the mathematical symbols
2848Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
2849Group: Fonts
2850Requires: %{name}-dirs-fonts
2851
2852%description fonts-type1-dstroke
2853Doublestroke Type1 font for typesetting the mathematical symbols.
2854
2855%description fonts-type1-dstroke -l pl.UTF-8
2856Podwójnie kreślony font Type1 do składania symboli matematycznych.
2857
2858%package fonts-type1-eurosym
2859Summary: The new European currency symbol for the Euro
2860Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
2861Group: Fonts
2862Requires: %{name}-dirs-fonts
2863
2864%description fonts-type1-eurosym
2865The new European currency symbol for the Euro implemented in Metafont,
2866using the official European Commission dimensions, and providing
2867several shapes (normal, slanted, bold, outline).
2868
2869%description fonts-type1-eurosym -l pl.UTF-8
2870Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
2871z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
2872różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
2873
2874%package fonts-type1-hoekwater
2875Summary: Converted mflogo font
2876Summary(pl.UTF-8): Przekonwertowany font mflogo
2877Group: Fonts
2878Requires: %{name}-dirs-fonts
2879
2880%description fonts-type1-hoekwater
2881Fonts originally created in MetaFont, transformed to PostScript by
2882Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
2883xipa.
2884
2885%description fonts-type1-hoekwater -l pl.UTF-8
2886Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
2887PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
2888stmaryrd, wasy, wasy2, xipa.
2889
2890%package fonts-type1-fpl
2891Summary: SC/OsF fonts for URW Palladio L
2892Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
2893Group: Fonts
2894Requires: %{name}-dirs-fonts
2895
2896%description fonts-type1-fpl
2897The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
2898are compatible with respect to metrics with the Palatino SC/OsF fonts
2899from Adobe. Note that it is not the author's aim to exactly reproduce
2900the outlines of the original Adobe fonts. The SC and OsF in the FPL
2901Fonts were designed with the glyphs from URW Palladio L as starting
2902point. For some glyphs (eg 'o') the author got the best result by
2903scaling and boldening. For others (eg 'h') shifting selected portions
2904of the character gave more satisfying results. All this was done using
2905the free font editor FontForge <http://fontforge.sf.net/>. The kerning
2906data in these fonts comes from Walter Schmidt's improved Palatino
2907metrics.
2908
2909%description fonts-type1-fpl -l pl.UTF-8
2910Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
2911kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
2912Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
2913kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
2914projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
2915(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
2916pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
2917dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
2918wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
2919Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
2920Palatino Waltera Schmidta.
2921
2922%package fonts-type1-tt2001
2923Summary: Type1 tt2001 family fonts
2924Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
2925Group: Applications/Publishing/TeX
2926Requires: %{name}-dirs-fonts
2927
2928%description fonts-type1-tt2001
2929Type1 tt2001 famliy fonts.
2930
2931%description fonts-type1-tt2001 -l pl.UTF-8
2932Fonty Type1 z rodziny tt2001.
2933
2934%package fonts-type1-lm
2935Summary: Type1 Latin Modern family fonts
2936Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
2937Group: Applications/Publishing/TeX
2938Requires: %{name}-dirs-fonts
2939
2940%description fonts-type1-lm
2941Latin Modern family of fonts, based on the Computer Modern fonts
2942released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2943lot of additional characters, mainly accented ones, but not only.
2944There is a one set of PostScript fonts and four sets of TeX Font
2945Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2946encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2947Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2948potential user knows what to do with all these files. The author is
2949Boguslaw Jackowski.
2950
2951%description fonts-type1-lm -l pl.UTF-8
2952Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2953przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2954Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2955Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2956Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2957QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2958(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2959(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2960tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2961
2962%package fonts-type1-marvosym
2963Summary: Martin Vogel's Symbol (marvosym) font
2964Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
2965Group: Fonts
2966Requires: %{name}-dirs-fonts
2967
2968%description fonts-type1-marvosym
2969Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2970currency symbol as defined by the European commission; Euro currency
2971symbols in typefaces Times, Helvetica and Courier; Symbols for
2972structural engineering; Symbols for steel cross-sections; Astronomy
2973signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2974symbols; CE sign and others.
2975
2976%description fonts-type1-marvosym -l pl.UTF-8
2977Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
2978waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
2979dla krojów Times, Helvetica i Courier; symbole dla inżynierii
2980strukturalnej; symbole dla przekroi poprzecznych; symbole
2981astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
2982krawieckie; znak CE i inne.
2983
2984%package fonts-type1-mathpazo
2985Summary: Pazo Math fonts
2986Summary(pl.UTF-8): Fonty matematyczne Pazo Math
2987Group: Fonts
2988Requires: %{name}-dirs-fonts
2989
2990%description fonts-type1-mathpazo
2991Pazo Math fonts.
2992
2993%description fonts-type1-mathpazo -l pl.UTF-8
2994Fonty matematyczne Pazo Math.
2995
2996%package fonts-type1-omega
2997Summary: Type1 fonts for Omega - extended unicode TeX
2998Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
2999Group: Fonts
3000Requires: %{name}-dirs-fonts
3001
3002%description fonts-type1-omega
3003Type1 fonts for Omega - extended unicode TeX.
3004
3005%description fonts-type1-omega -l pl.UTF-8
3006Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
3007
3008%package fonts-type1-pl
3009Summary: Polish fonts
3010Summary(pl.UTF-8): Polskie fonty
3011Group: Fonts
3012Requires: %{name}-dirs-fonts
3013Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
3014
3015%description fonts-type1-pl
3016Polish fonts.
3017
3018%description fonts-type1-pl -l pl.UTF-8
3019Polskie fonty.
3020
3021%package fonts-type1-px
3022Summary: PX fonts
3023Summary(pl.UTF-8): Fonty PX
3024Group: Fonts
3025Requires: %{name}-dirs-fonts
3026
3027%description fonts-type1-px
3028PX fonts.
3029
3030%description fonts-type1-px -l pl.UTF-8
3031Fonty PX.
3032
3033%package fonts-type1-qfonts
3034Summary: Quasi fonts
3035Summary(pl.UTF-8): Fonty Quasi
3036Group: Fonts
3037Requires: %{name}-dirs-fonts
3038
3039%description fonts-type1-qfonts
3040Quasi fonts.
3041
3042%description fonts-type1-qfonts -l pl.UTF-8
3043Fonty Quasi.
3044
3045%package fonts-type1-tx
3046Summary: TX fonts
3047Summary(pl.UTF-8): Fonty TX
3048Group: Fonts
3049Requires: %{name}-dirs-fonts
3050
3051%description fonts-type1-tx
3052TX fonts.
3053
3054%description fonts-type1-tx -l pl.UTF-8
3055Fonty TX.
3056
3057%package fonts-type1-urw
3058Summary: URW fonts
3059Summary(pl.UTF-8): Fonty URW
3060Group: Fonts
3061Requires: %{name}-dirs-fonts
3062
3063%description fonts-type1-urw
3064URW fonts.
3065
3066%description fonts-type1-urw -l pl.UTF-8
3067Fonty URW.
3068
3069%package fonts-type1-vnr
3070Summary: Type1 VNR fonts
3071Summary(pl.UTF-8): Fonty Type1 VNR
3072Group: Fonts
3073Requires: %{name}-dirs-fonts
3074
3075%description fonts-type1-vnr
3076Type1 VNR fonts.
3077
3078%description fonts-type1-vnr -l pl.UTF-8
3079Fonty Type1 VNR.
3080
3081%package fonts-type1-xypic
3082Summary: Xy-pic fonts
3083Summary(pl.UTF-8): Fonty Xy-pic
3084Group: Fonts
3085Requires: %{name}-dirs-fonts
3086
3087%description fonts-type1-xypic
3088Xy-pic fonts.
3089
3090%description fonts-type1-xypic -l pl.UTF-8
3091Fonty Xy-pic.
3092
3093%prep
3094%setup -q -c -T -n %{name}-%{version}-source
3095lzma -dc %{SOURCE0} | tar xf - -C ..
d08789e0
ZU
3096
3097%build
3098find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
a784d38e 3099%configure \
d08789e0
ZU
3100 --disable-multiplatform \
3101 --disable-static \
3102 --enable-a4 \
3103 --enable-gf \
3104 --enable-ipc \
3105 --enable-shared \
a784d38e 3106 --with-fontconfig \
d08789e0
ZU
3107 --with-fonts-dir=/var/cache/fonts \
3108 --with-ncurses \
e671f712
AM
3109 --with-system-freetype \
3110 --with-freetype-include=%{_includedir}/freetype \
a784d38e 3111 --with-system-freetype2 \
aa1f12db 3112 --with-freetype2-include=%{_includedir}/freetype2 \
d08789e0
ZU
3113 --with-system-gd \
3114 --with-system-ncurses \
3115 --with-system-pnglib \
3116 --with-system-t1lib \
3117 --with-system-zlib \
3118 --with-texmf-dir=../../texmf \
3119 --with-xdvi-x-toolkit=xaw \
3120 --without-dialog \
3121 --without-t1utils \
3122 --without-texinfo
3123
d08789e0
ZU
3124%{__make}
3125
d08789e0
ZU
3126%install
3127rm -rf $RPM_BUILD_ROOT
3128install -d $RPM_BUILD_ROOT%{_datadir} \
3129 $RPM_BUILD_ROOT%{_desktopdir} \
3130 $RPM_BUILD_ROOT%{_pixmapsdir} \
3131 $RPM_BUILD_ROOT/var/cache/fonts \
3132 $RPM_BUILD_ROOT/etc/cron.daily\
3133 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap
3134
3135# commented out because of following (non-fatal) error:
3136# Can't open texmf/web2c/texmf.cnf: No such file or directory.
3137#perl -pi \
3138# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
3139# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
3140# texmf/web2c/texmf.cnf
3141
3142cp -a texmf $RPM_BUILD_ROOT%{texmf}
3143
3144install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
3145
3146LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
3147
3148%{__make} install \
3149 prefix=$RPM_BUILD_ROOT%{_prefix} \
3150 bindir=$RPM_BUILD_ROOT%{_bindir} \
3151 mandir=$RPM_BUILD_ROOT%{_mandir} \
3152 libdir=$RPM_BUILD_ROOT%{_libdir} \
3153 datadir=$RPM_BUILD_ROOT%{_datadir} \
3154 infodir=$RPM_BUILD_ROOT%{_infodir} \
3155 includedir=$RPM_BUILD_ROOT%{_includedir} \
3156 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
3157 texmf=$RPM_BUILD_ROOT%{texmf} \
3158 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
3159 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
3160
3161#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
3162#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
3163
3164#%{__make} init \
3165# prefix=$RPM_BUILD_ROOT%{_prefix} \
3166# bindir=$RPM_BUILD_ROOT%{_bindir} \
3167# mandir=$RPM_BUILD_ROOT%{_mandir} \
3168# libdir=$RPM_BUILD_ROOT%{_libdir} \
3169# datadir=$RPM_BUILD_ROOT%{_datadir} \
3170# infodir=$RPM_BUILD_ROOT%{_infodir} \
3171# includedir=$RPM_BUILD_ROOT%{_includedir} \
3172# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
3173# texmf=$RPM_BUILD_ROOT%{texmf}
3174
3175perl -pi \
3176 -e "s|$RPM_BUILD_ROOT||g;" \
3177 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
3178
3179install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/tetex
3180
3181install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
3182install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
3183
3184bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
3185
3186# in separate spec
3187rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{beamer,pgf,xcolor}
3188rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{beamer,pgf,xcolor}
3189
3190# not included in package
3191rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
3192rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
3193rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
3194rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
3195rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
3196rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
3197rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
3198rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
3199rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
3200rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
3201rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
3202rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
3203rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
3204rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
3205rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
3206rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
3207
3208# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
3209# and we can still analyze them
3210install -d format-logs
3211mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
3212
3213%clean
3214rm -rf $RPM_BUILD_ROOT
3215
3216%post
3217%fixinfodir
3218%texhash
3219
3220%postun
3221%fixinfodir
3222if [ "$1" = "1" ]; then
3223 %texhash
3224fi
3225
3226%post doc-Catalogue
3227%texhash
3228
3229%postun doc-Catalogue
3230%texhash
3231
3232%post doc-tug-faq
3233%texhash
3234
3235%postun doc-tug-faq
3236%texhash
3237
3238%post -n kpathsea
3239/sbin/ldconfig
3240%fixinfodir
3241%texhash
3242
3243%postun -n kpathsea
3244/sbin/ldconfig
3245%fixinfodir
3246%texhash
3247
3248%post -n kpathsea-devel
3249%texhash
3250
3251%postun -n kpathsea-devel
3252%texhash
3253
3254%post dvips
3255%fixinfodir
3256%texhash
3257
3258%postun dvips
3259%fixinfodir
3260%texhash
3261
3262%post dvilj
3263%texhash
3264
3265%postun dvilj
3266%texhash
3267
3268%post makeindex
3269%texhash
3270
3271%postun makeindex
3272%texhash
3273
3274%post metafont
3275%texhash
3276
3277%postun metafont
3278%texhash
3279
3280%post metapost
3281%texhash
3282
3283%postun metapost
3284%texhash
3285
3286%post mptopdf
3287%texhash
3288
3289%postun mptopdf
3290%texhash
3291
3292%post texdoctk
3293%texhash
3294
3295%postun texdoctk
3296%texhash
3297
3298%post -n xdvi
3299%texhash
3300
3301%postun -n xdvi
3302%texhash
3303
3304%post pdftex
3305%texhash
3306
3307%postun pdftex
3308%texhash
3309
3310%post omega
3311%texhash
3312
3313%postun omega
3314%texhash
3315
3316%post plain
3317%texhash
3318
3319%postun plain
3320%texhash
3321
3322%post format-plain
3323%texhash
3324
3325%postun format-plain
3326%texhash
3327
3328%post format-pdftex
3329%texhash
3330
3331%postun format-pdftex
3332%texhash
3333
3334%post format-pdfetex
3335%texhash
3336
3337%postun format-pdfetex
3338%texhash
3339
3340%post mex
3341%texhash
3342
3343%postun mex
3344%texhash
3345
3346%post format-mex
3347%texhash
3348
3349%postun format-mex
3350%texhash
3351
3352%post format-pdfmex
3353%texhash
3354
3355%postun format-pdfmex
3356%texhash
3357
3358%postun format-utf8mex
3359%texhash
3360
3361%post amstex
3362%texhash
3363
3364%postun amstex
3365%texhash
3366
3367%post format-amstex
3368%texhash
3369
3370%postun format-amstex
3371%texhash
3372
3373%post format-pdfamstex
3374%texhash
3375
3376%postun format-pdfamstex
3377%texhash
3378
3379%post csplain
3380%texhash
3381
3382%postun csplain
3383%texhash
3384
3385%post format-csplain
3386%texhash
3387
3388%postun format-csplain
3389%texhash
3390
3391%post format-pdfcsplain
3392%texhash
3393
3394%postun format-pdfcsplain
3395%texhash
3396
3397%post cslatex
3398%texhash
3399
3400%postun cslatex
3401%texhash
3402
3403%post format-cslatex
3404%texhash
3405
3406%postun format-cslatex
3407%texhash
3408
3409%post format-pdfcslatex
3410%texhash
3411
3412%postun format-pdfcslatex
3413%texhash
3414
3415%post cyrplain
3416%texhash
3417
3418%postun cyrplain
3419%texhash
3420
3421%post format-cyrplain
3422%texhash
3423
3424%postun format-cyrplain
3425%texhash
3426
3427%post format-cyramstex
3428%texhash
3429
3430%postun format-cyramstex
3431%texhash
3432
3433%post format-cyrtexinfo
3434%texhash
3435
3436%postun format-cyrtexinfo
3437%texhash
3438
3439%post eplain
3440%texhash
3441
3442%postun eplain
3443%texhash
3444
3445%post format-eplain
3446%texhash
3447
3448%postun format-eplain
3449%texhash
3450
3451# ConTeXt format
3452
3453%post context
3454%texhash
3455
3456%postun context
3457%texhash
3458
3459%post format-context-de
3460%texhash
3461
3462%postun format-context-de
3463%texhash
3464
3465%post format-context-en
3466%texhash
3467
3468%postun format-context-en
3469%texhash
3470
3471%post format-context-nl
3472%texhash
3473
3474%postun format-context-nl
3475%texhash
3476
3477# LaTeX format.
3478
3479%post latex
3480%fixinfodir
3481%texhash
3482
3483%postun latex
3484%fixinfodir
3485%texhash
3486
3487%post latex-ae
3488%texhash
3489
3490%postun latex-ae
3491%texhash
3492
3493%post latex-ams
3494%texhash
3495
3496%postun latex-ams
3497%texhash
3498
3499%post latex-antp
3500%texhash
3501
3502%postun latex-antp
3503%texhash
3504
3505%post latex-antt
3506%texhash
3507
3508%postun latex-antt
3509%texhash
3510
3511%post latex-bbm
3512%texhash
3513
3514%postun latex-bbm
3515%texhash
3516
3517%post latex-bbold
3518%texhash
3519
3520%postun latex-bbold
3521%texhash
3522
3523%post latex-bibtex
3524%texhash
3525
3526%postun latex-bibtex
3527%texhash
3528
3529%post latex-bibtex-ams
3530%texhash
3531
3532%postun latex-bibtex-ams
3533%texhash
3534
3535%post latex-bibtex-pl
3536%texhash
3537
3538%postun latex-bibtex-pl
3539%texhash
3540
3541%post latex-bibtex-german
3542%texhash
3543
3544%postun latex-bibtex-german
3545%texhash
3546
3547%post latex-bibtex-revtex4
3548%texhash
3549
3550%postun latex-bibtex-revtex4
3551%texhash
3552
3553%post latex-bibtex-jurabib
3554%texhash
3555
3556%postun latex-bibtex-jurabib
3557%texhash
3558
3559%post latex-carlisle
3560%texhash
3561
3562%postun latex-carlisle
3563%texhash
3564
3565%post latex-ccfonts
3566%texhash
3567
3568%postun latex-ccfonts
3569%texhash
3570
3571%post latex-cite
3572%texhash
3573
3574%postun latex-cite
3575%texhash
3576
3577%post latex-cmbright
3578%texhash
3579
3580%postun latex-cmbright
3581%texhash
3582
3583%post latex-concmath
3584%texhash
3585
3586%postun latex-concmath
3587%texhash
3588
3589%post latex-custom-bib
3590%texhash
3591
3592%postun latex-custom-bib
3593%texhash
3594
3595%post latex-cyrillic
3596%texhash
3597
3598%postun latex-cyrillic
3599%texhash
3600
3601%post latex-dstroke
3602%texhash
3603
3604%postun latex-dstroke
3605%texhash
3606
3607%post latex-jknappen
3608%texhash
3609
3610%postun latex-jknappen
3611%texhash
3612
3613%post latex-lm
3614%texhash
3615
3616%postun latex-lm
3617%texhash
3618
3619%post latex-lucidabr
3620%texhash
3621
3622%postun latex-lucidabr
3623%texhash
3624
3625%post latex-marvosym
3626%texhash
3627
3628%postun latex-marvosym
3629%texhash
3630
3631%post latex-mathpple
3632%texhash
3633
3634%postun latex-mathpple
3635%texhash
3636
3637%post latex-mathtime
3638%texhash
3639
3640%postun latex-mathtime
3641%texhash
3642
3643%post latex-mflogo
3644%texhash
3645
3646%postun latex-mflogo
3647%texhash
3648
3649%post latex-mfnfss
3650%texhash
3651
3652%postun latex-mfnfss
3653%texhash
3654
3655%post latex-minitoc
3656%texhash
3657
3658%postun latex-minitoc
3659%texhash
3660
3661%post latex-mltex
3662%texhash
3663
3664%postun latex-mltex
3665%texhash
3666
3667%post latex-palatcm
3668%texhash
3669
3670%postun latex-palatcm
3671%texhash
3672
3673%post latex-psnfss
3674%texhash
3675
3676%postun latex-psnfss
3677%texhash
3678
3679%post latex-pxfonts
3680%texhash
3681
3682%postun latex-pxfonts
3683%texhash
3684
3685%post latex-qfonts
3686%texhash
3687
3688%postun latex-qfonts
3689%texhash
3690
3691%post latex-txfonts
3692%texhash
3693
3694%postun latex-txfonts
3695%texhash
3696
3697%post latex-umlaute
3698%texhash
3699
3700%postun latex-umlaute
3701%texhash
3702
3703%post latex-wasysym
3704%texhash
3705
3706%postun latex-wasysym
3707%texhash
3708
3709%post format-latex
3710%texhash
3711
3712%postun format-latex
3713%texhash
3714
3715%post format-pdflatex
3716%texhash
3717
3718%postun format-pdflatex
3719%texhash
3720
3721%post platex
3722%texhash
3723
3724%postun platex
3725%texhash
3726
3727%post format-platex
3728%texhash
3729
3730%postun format-platex
3731%texhash
3732
3733%post format-pdfplatex
3734%texhash
3735
3736%postun format-pdfplatex
3737%texhash
3738
3739%post tex-babel
3740%texhash
3741
3742%postun tex-babel
3743%texhash
3744
3745%post tex-german
3746%texhash
3747
3748%postun tex-german
3749%texhash
3750
3751%post tex-mfpic
3752%texhash
3753
3754%postun tex-mfpic
3755%texhash
3756
3757%post tex-misc
3758%texhash
3759
3760%postun tex-misc
3761%texhash
3762
3763%post tex-pictex
3764%texhash
3765
3766%postun tex-pictex
3767%texhash
3768
3769%post tex-pstricks
3770%texhash
3771
3772%postun tex-pstricks
3773%texhash
3774
3775%post tex-qpx
3776%texhash
3777
3778%postun tex-qpx
3779%texhash
3780
3781%post tex-qtx
3782%texhash
3783
3784%postun tex-qtx
3785%texhash
3786
3787%post tex-ruhyphen
3788%texhash
3789
3790%postun tex-ruhyphen
3791%texhash
3792
3793%post tex-spanish
3794%texhash
3795
3796%postun tex-spanish
3797%texhash
3798
3799%post tex-texdraw
3800%texhash
3801
3802%postun tex-texdraw
3803%texhash
3804
3805%post tex-thumbpdf
3806%texhash
3807
3808%postun tex-thumbpdf
3809%texhash
3810
3811%post tex-ukrhyph
3812%texhash
3813
3814%postun tex-ukrhyph
3815%texhash
3816
3817%post latex-vietnam
3818%texhash
3819
3820%postun latex-vietnam
3821%texhash
3822
3823%post tex-xypic
3824%texhash
3825
3826%postun tex-xypic
3827%texhash
3828
3829%post fonts-adobe
3830%texhash
3831
3832%postun fonts-adobe
3833%texhash
3834
3835%post fonts-ae
3836%texhash
3837
3838%postun fonts-ae
3839%texhash
3840
3841%post fonts-ams
3842%texhash
3843
3844%postun fonts-ams
3845%texhash
3846
3847%post fonts-antp
3848%texhash
3849
3850%postun fonts-antp
3851%texhash
3852
3853%post fonts-antt
3854%texhash
3855
3856%postun fonts-antt
3857%texhash
3858
3859%post fonts-bbm
3860%texhash
3861
3862%postun fonts-bbm
3863%texhash
3864
3865%post fonts-bbold
3866%texhash
3867
3868%postun fonts-bbold
3869%texhash
3870
3871%post fonts-bh
3872%texhash
3873
3874%postun fonts-bh
3875%texhash
3876
3877%post fonts-bitstream
3878%texhash
3879
3880%postun fonts-bitstream
3881%texhash
3882
3883%post fonts-cbgreek
3884%texhash
3885
3886%postun fonts-cbgreek
3887%texhash
3888
3889%post fonts-cc-pl
3890%texhash
3891
3892%postun fonts-cc-pl
3893%texhash
3894
3895%post fonts-cg
3896%texhash
3897
3898%postun fonts-cg
3899%texhash
3900
3901%post fonts-cm
3902%texhash
3903
3904%postun fonts-cm
3905%texhash
3906
3907%post fonts-cmbright
3908%texhash
3909
3910%postun fonts-cmbright
3911%texhash
3912
3913%post fonts-cmcyr
3914%texhash
3915
3916%postun fonts-cmcyr
3917%texhash
3918
3919%post fonts-cmextra
3920%texhash
3921
3922%postun fonts-cmextra
3923%texhash
3924
3925%post fonts-concmath
3926%texhash
3927
3928%postun fonts-concmath
3929%texhash
3930
3931%post fonts-concrete
3932%texhash
3933
3934%postun fonts-concrete
3935%texhash
3936
3937%post fonts-cs
3938%texhash
3939
3940%postun fonts-cs
3941%texhash
3942
3943%post fonts-dstroke
3944%texhash
3945
3946%postun fonts-dstroke
3947%texhash
3948
3949%post fonts-ecc
3950%texhash
3951
3952%postun fonts-ecc
3953%texhash
3954
3955%post fonts-eurosym
3956%texhash
3957
3958%postun fonts-eurosym
3959%texhash
3960
3961%post fonts-euxm
3962%texhash
3963
3964%postun fonts-euxm
3965%texhash
3966
3967%post fonts-gothic
3968%texhash
3969
3970%postun fonts-gothic
3971%texhash
3972
3973%post fonts-hoekwater
3974%texhash
3975
3976%postun fonts-hoekwater
3977%texhash
3978
3979%post fonts-jknappen
3980%texhash
3981
3982%postun fonts-jknappen
3983%texhash
3984
3985%post fonts-latex
3986%texhash
3987
3988%postun fonts-latex
3989%texhash
3990
3991%post fonts-lh
3992%texhash
3993
3994%postun fonts-lh
3995%texhash
3996
3997%post fonts-lm
3998%texhash
3999
4000%postun fonts-lm
4001%texhash
4002
4003%post fonts-marvosym
4004%texhash
4005
4006%postun fonts-marvosym
4007%texhash
4008
4009%post fonts-mflogo
4010%texhash
4011
4012%postun fonts-mflogo
4013%texhash
4014
4015%post fonts-misc
4016%texhash
4017
4018%postun fonts-misc
4019%texhash
4020
4021%post fonts-monotype
4022%texhash
4023
4024%postun fonts-monotype
4025%texhash
4026
4027%post fonts-omega
4028%texhash
4029
4030%postun fonts-omega
4031%texhash
4032
4033%post fonts-pazo
4034%texhash
4035
4036%postun fonts-pazo
4037%texhash
4038
4039%post fonts-pl
4040%texhash
4041
4042%postun fonts-pl
4043%texhash
4044
4045%post fonts-px
4046%texhash
4047
4048%postun fonts-px
4049%texhash
4050
4051%post fonts-qfonts
4052%texhash
4053
4054%postun fonts-qfonts
4055%texhash
4056
4057%post fonts-qpx
4058%texhash
4059
4060%postun fonts-qpx
4061%texhash
4062
4063%post fonts-qtx
4064%texhash
4065
4066%postun fonts-qtx
4067%texhash
4068
4069%post fonts-rsfs
4070%texhash
4071
4072%postun fonts-rsfs
4073%texhash
4074
4075%post fonts-stmaryrd
4076%texhash
4077
4078%postun fonts-stmaryrd
4079%texhash
4080
4081%post fonts-tx
4082%texhash
4083
4084%postun fonts-tx
4085%texhash
4086
4087%post fonts-urw
4088%texhash
4089
4090%postun fonts-urw
4091%texhash
4092
4093%post fonts-vnr
4094%texhash
4095
4096%postun fonts-vnr
4097%texhash
4098
4099%post fonts-wasy
4100%texhash
4101
4102%postun fonts-wasy
4103%texhash
4104
4105%post fonts-xypic
4106%texhash
4107
4108%postun fonts-xypic
4109%texhash
4110
4111%post fonts-yandy
4112%texhash
4113
4114%postun fonts-yandy
4115%texhash
4116
4117%post fonts-type1-antp
4118%texhash
4119
4120%postun fonts-type1-antp
4121%texhash
4122
4123%post fonts-type1-antt
4124%texhash
4125
4126%postun fonts-type1-antt
4127%texhash
4128
4129%post fonts-type1-belleek
4130%texhash
4131
4132%postun fonts-type1-belleek
4133%texhash
4134
4135%post fonts-type1-bitstream
4136%texhash
4137
4138%postun fonts-type1-bitstream
4139%texhash
4140
4141%post fonts-type1-bluesky
4142%texhash
4143
4144%postun fonts-type1-bluesky
4145%texhash
4146
4147%post fonts-type1-cc-pl
4148%texhash
4149
4150%postun fonts-type1-cc-pl
4151%texhash
4152
4153%post fonts-type1-cmcyr
4154%texhash
4155
4156%postun fonts-type1-cmcyr
4157%texhash
4158
4159%post fonts-type1-cs
4160%texhash
4161
4162%postun fonts-type1-cs
4163%texhash
4164
4165%post fonts-type1-dstroke
4166%texhash
4167
4168%postun fonts-type1-dstroke
4169%texhash
4170
4171%post fonts-type1-eurosym
4172%texhash
4173
4174%postun fonts-type1-eurosym
4175%texhash
4176
4177%post fonts-type1-hoekwater
4178%texhash
4179
4180%postun fonts-type1-hoekwater
4181%texhash
4182
4183%post fonts-type1-lm
4184%texhash
4185
4186%postun fonts-type1-lm
4187%texhash
4188
4189%post fonts-type1-marvosym
4190%texhash
4191
4192%postun fonts-type1-marvosym
4193%texhash
4194
4195%post fonts-type1-mathpazo
4196%texhash
4197
4198%postun fonts-type1-mathpazo
4199%texhash
4200
4201%post fonts-type1-omega
4202%texhash
4203
4204%postun fonts-type1-omega
4205%texhash
4206
4207%post fonts-type1-pl
4208%texhash
4209
4210%postun fonts-type1-pl
4211%texhash
4212
4213%post fonts-type1-px
4214%texhash
4215
4216%postun fonts-type1-px
4217%texhash
4218
4219%post fonts-type1-qfonts
4220%texhash
4221
4222%postun fonts-type1-qfonts
4223%texhash
4224
4225%post fonts-type1-tx
4226%texhash
4227
4228%postun fonts-type1-tx
4229%texhash
4230
4231%post fonts-type1-urw
4232%texhash
4233
4234%postun fonts-type1-urw
4235%texhash
4236
4237%post fonts-type1-vnr
4238%texhash
4239
4240%postun fonts-type1-vnr
4241%texhash
4242
4243%post fonts-type1-xypic
4244%texhash
4245
4246%postun fonts-type1-xypic
4247%texhash
4248
4249%post -n texconfig
4250%texhash
4251
4252%postun -n texconfig
4253%texhash
4254
4255%files
4256%defattr(644,root,root,755)
4257%docdir %{texmf}/doc
4258%dir %{texmf}/doc
4259%doc %{texmf}/LICENSE.texmf
4260%doc %{texmf}/ChangeLog
4261%doc %{texmf}/doc/README
4262%doc %{texmf}/doc/README.knuth
4263%dir %{texmf}/doc/tetex
4264%doc %{texmf}/doc/tetex/eurotex98-te.pdf
4265%doc %{texmf}/doc/tetex/TETEXDOC.*
4266%doc %{texmf}/doc/tetex/teTeX-FAQ
4267%doc %{texmf}/doc/tetex.gif
4268%doc %{texmf}/doc/tetex.png
4269%dir %{texmf}/doc/cstex
4270%doc %{texmf}/doc/fontinst
4271%dir %{texmf}/doc/fonts
4272%doc %{texmf}/doc/fonts/fontname
4273%dir %{texmf}/doc/fonts/polish
4274%dir %{texmf}/doc/generic
4275%doc %{texmf}/doc/generic/nohyph
4276%doc %{texmf}/doc/generic/tex-ps
4277%dir %{texmf}/doc/help
4278%doc %{texmf}/doc/help/csname.txt
4279%doc %{texmf}/doc/help/ctan
4280%doc %{texmf}/doc/help/tds.dvi
4281%doc %{texmf}/doc/help/unixtex.ftp
4282%dir %{texmf}/doc/help/faq
4283%doc %{texmf}/doc/images
4284%dir %{texmf}/doc/latex
4285%dir %{texmf}/doc/polish
4286%doc %{texmf}/doc/polish/*.html
4287%dir %{texmf}/doc/programs
4288%doc %{texmf}/doc/programs/web2c*
4289%doc %{texmf}/doc/programs/cwebman.dvi
4290%doc %{texmf}/doc/programs/dvipng.*
4291%doc %{texmf}/doc/knuth
4292
4293#%attr(755,root,root) %{_bindir}/MakeTeXPK
4294#%attr(755,root,root) %{_bindir}/access
4295%attr(755,root,root) %{_bindir}/a2ping
4296%attr(755,root,root) %{_bindir}/afm2tfm
4297%attr(755,root,root) %{_bindir}/allcm
4298%attr(755,root,root) %{_bindir}/allec
4299%attr(755,root,root) %{_bindir}/allneeded
4300%attr(755,root,root) %{_bindir}/cweave
4301%attr(755,root,root) %{_bindir}/ctangle
4302%attr(755,root,root) %{_bindir}/ctie
4303%attr(755,root,root) %{_bindir}/dmp
4304%attr(755,root,root) %{_bindir}/dvipng
4305%attr(755,root,root) %{_bindir}/e2pall
4306%attr(755,root,root) %{_bindir}/ebb
4307%attr(755,root,root) %{_bindir}/fdf2tan
4308%attr(755,root,root) %{_bindir}/fmtutil
4309%attr(755,root,root) %{_bindir}/fmtutil-sys
4310#%attr(755,root,root) %{_bindir}/fontexport
4311#%attr(755,root,root) %{_bindir}/fontimport
4312%attr(755,root,root) %{_bindir}/fontinst
4313%attr(755,root,root) %{_bindir}/gftodvi
4314%attr(755,root,root) %{_bindir}/gftopk
4315%attr(755,root,root) %{_bindir}/gftype
4316%attr(755,root,root) %{_bindir}/gsftopk
4317#%attr(755,root,root) %{_bindir}/initex
4318%attr(755,root,root) %{_bindir}/kpseaccess
4319%attr(755,root,root) %{_bindir}/kpsereadlink
4320%attr(755,root,root) %{_bindir}/kpsewhere
4321%attr(755,root,root) %{_bindir}/mag
4322%attr(755,root,root) %{_bindir}/makempx
4323%attr(755,root,root) %{_bindir}/makempy
4324#%attr(755,root,root) %{_bindir}/mkfontdesc
4325%attr(755,root,root) %{_bindir}/mktexfmt
4326%attr(755,root,root) %{_bindir}/mktexlsr
4327%attr(755,root,root) %{_bindir}/newer
4328%attr(755,root,root) %{_bindir}/patgen
4329%attr(755,root,root) %{_bindir}/pdfetex
4330%attr(755,root,root) %{_bindir}/pfb2pfa
4331%attr(755,root,root) %{_bindir}/pk2bm
4332%attr(755,root,root) %{_bindir}/pktogf
4333%attr(755,root,root) %{_bindir}/pktype
4334%attr(755,root,root) %{_bindir}/pltotf
4335%attr(755,root,root) %{_bindir}/pooltype
4336%attr(755,root,root) %{_bindir}/ps2frag
4337%attr(755,root,root) %{_bindir}/ps2pk
4338# TODO: move this file to correct subpackage ?
4339%attr(755,root,root) %{_bindir}/ps4pdf
4340#%attr(755,root,root) %{_bindir}/t1mapper
4341%attr(755,root,root) %{_bindir}/tangle
4342#%attr(755,root,root) %{_bindir}/tetex-updmap
4343%attr(755,root,root) %{_bindir}/tex
4344%attr(755,root,root) %{_bindir}/texdoc
4345%attr(755,root,root) %{_bindir}/texexec
4346%attr(755,root,root) %{_bindir}/texhash
4347%attr(755,root,root) %{_bindir}/texi2html
4348%attr(755,root,root) %{_bindir}/texlinks
4349%attr(755,root,root) %{_bindir}/tftopl
4350%attr(755,root,root) %{_bindir}/tie
4351%attr(755,root,root) %{_bindir}/ttf2afm
4352%attr(755,root,root) %{_bindir}/updmap
4353%attr(755,root,root) %{_bindir}/updmap-sys
4354%attr(755,root,root) %{_bindir}/vftovp
4355#%attr(755,root,root) %{_bindir}/virtex
4356%attr(755,root,root) %{_bindir}/vptovf
4357%attr(755,root,root) %{_bindir}/weave
4358
4359%attr(755,root,root) %{texmf}/web2c/mktexnam
4360%attr(755,root,root) %{texmf}/web2c/mktexdir
4361%attr(755,root,root) %{texmf}/web2c/mktexupd
4362
4363%attr(750,root,root) /etc/cron.daily/tetex
4364
4365#%dir /etc/sysconfig/tetex-updmap
4366#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
4367
4368%ghost %{texmf}/ls-R
4369%dir %{_localstatedir}
4370%dir %{_localstatedir}/fonts
4371%dir %{_localstatedir}/fonts/map
4372%ghost %{_localstatedir}/ls-R
4373
4374%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
4375%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
4376%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
4377%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
4378%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
4379%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
4380%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
4381
4382%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/fontmath.cfg
4383%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/fonttext.cfg
4384%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
4385%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/preload.cfg
4386
4387%dir %{texmf}/dvips
4388%dir %{texmf}/dvips/config
4389%dir %{texmf}/dvips/tetex
4390
4391%attr(1777,root,root) /var/cache/fonts
4392
4393%{_datadir}/info/web2c.info*
4394%{_datadir}/info/texi2html.info*
4395%{_datadir}/texi2html
4396#%{texmf}/updates.dat
4397
4398%{texmf}/aliases
4399%dir %{texmf}/scripts
4400%dir %{texmf}/tex
4401%{texmf}/tex/fontinst
4402%dir %{texmf}/tex/generic
4403%{texmf}/tex/generic/bghyph
4404%dir %{texmf}/tex/generic/config
4405%{texmf}/tex/generic/encodings
4406%doc %{texmf}/doc/generic/enctex
4407%{texmf}/tex/generic/enctex
4408%{texmf}/tex/generic/epsf
4409%doc %{texmf}/doc/generic/hyphen
4410%{texmf}/tex/generic/hyphen
4411#%{texmf}/tex/generic/letterspacing
4412%{texmf}/tex/generic/localloc
4413%{texmf}/tex/generic/null
4414%{texmf}/tex/generic/path
4415%{texmf}/tex/generic/random
4416%{texmf}/tex/generic/tap
4417%{texmf}/tex/generic/tex-ps
4418%{texmf}/tex/generic/texnames
4419%{texmf}/tex/texinfo
4420%dir %{texmf}/web2c
4421%{texmf}/web2c/*.tcx
4422%dir %{fmtdir}
4423%{fmtdir}/metafun.mem
4424#%{texmf}/web2c/tex-pl.pool
4425%{texmf}/web2c/tex.pool
4426%dir %{texmf}/fonts/map
4427%dir %{texmf}/fonts/map/dvips
4428#%{texmf}/fonts/map/dvips/updmap/ps2pk.map
4429%dir %{texmf}/fonts/map/dvips/tetex
4430%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
4431%{texmf}/fonts/map/fontname
4432%dir %{texmf}/fonts/enc
4433%dir %{texmf}/fonts/enc/dvips
4434%dir %{texmf}/fonts/enc/dvips/tetex
4435%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
4436%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
4437%{texmf}/fonts/enc/dvips/tetex/10037936.enc
4438%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
4439%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
4440%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
4441%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
4442%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
4443%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
4444%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
4445%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
4446
4447%dir %{texmf}/fonts/enc/dvips/vntex
4448%{texmf}/fonts/enc/dvips/vntex/t5.enc
4449
4450%{texmf}/fonts/map/dvips/tetex/contnav.map
4451%{texmf}/fonts/map/dvips/tetex/lumath-o.map
4452%dir %{texmf}/fonts/map/dvips/urwvn
4453%{texmf}/fonts/map/dvips/urwvn/urwvn.map
4454
4455%lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
4456%lang(fi) %{_mandir}/fi/man1/allcm.1*
4457%lang(fi) %{_mandir}/fi/man1/allneeded.1*
4458%lang(fr) %{_mandir}/fr/man1/access.1*
4459%lang(hu) %{_mandir}/hu/man1/access.1*
4460%lang(hu) %{_mandir}/hu/man1/newer.1*
4461%lang(pl) %{_mandir}/pl/man1/access.1*
4462%lang(pl) %{_mandir}/pl/man1/newer.1*
4463#%{_mandir}/man1/MakeTeXPK.1*
4464#%{_mandir}/man1/access.1*
4465#%{_mandir}/man1/fontexport.1*
4466#%{_mandir}/man1/fontimport.1*
4467#%{_mandir}/man1/initex.1*
4468#%{_mandir}/man1/t1mapper.1*
4469#%{_mandir}/man1/virtex.1*
4470#%{_mandir}/man8/mkfontdesc.8*
4471%{_mandir}/man1/afm2tfm.1*
4472%{_mandir}/man1/allcm.1*
4473#%{_mandir}/man1/allec.1*
4474%{_mandir}/man1/allneeded.1*
4475%{_mandir}/man1/ctie.1*
4476%{_mandir}/man1/cweb.1*
4477%{_mandir}/man1/dmp.1*
4478%{_mandir}/man1/dvipdft.1*
4479%{_mandir}/man1/dvipng.1*
4480%{_mandir}/man1/e2pall.1*
4481%{_mandir}/man1/ebb.1*
4482%{_mandir}/man1/fmtutil.1*
4483%{_mandir}/man1/fontinst.1*
4484%{_mandir}/man1/gftodvi.1*
4485%{_mandir}/man1/gftopk.1*
4486%{_mandir}/man1/gftype.1*
4487%{_mandir}/man1/gsftopk.1*
4488%{_mandir}/man1/kpseaccess.1*
4489%{_mandir}/man1/kpsereadlink.1*
4490%{_mandir}/man1/kpsewhere.1*
4491%{_mandir}/man1/mag.1*
4492%{_mandir}/man1/makempx.1*
4493%{_mandir}/man1/makempy.1*
4494#%{_mandir}/man1/mktexfmt.1*
4495%{_mandir}/man1/mktexlsr.1*
4496%{_mandir}/man1/newer.1*
4497%{_mandir}/man1/patgen.1*
4498%{_mandir}/man1/pdfetex.1*
4499%{_mandir}/man1/pfb2pfa.1*
4500%{_mandir}/man1/pk2bm.1*
4501%{_mandir}/man1/pktogf.1*
4502%{_mandir}/man1/pktype.1*
4503%{_mandir}/man1/pltotf.1*
4504%{_mandir}/man1/pooltype.1*
4505%{_mandir}/man1/ps2frag.1*
4506%{_mandir}/man1/ps2pk.1*
4507%{_mandir}/man1/tangle.1*
4508%{_mandir}/man1/tex.1*
4509%{_mandir}/man1/texdoc.1*
4510%{_mandir}/man1/texexec.1*
4511%{_mandir}/man1/texlinks.1*
4512#%{_mandir}/man1/texhash.1*
4513%{_mandir}/man1/texi2html.1*
4514%{_mandir}/man1/tftopl.1*
4515%{_mandir}/man1/ttf2afm.1*
4516%{_mandir}/man1/tie.1*
4517%{_mandir}/man1/updmap.1*
4518%{_mandir}/man1/vftovp.1*
4519%{_mandir}/man1/vptovf.1*
4520%{_mandir}/man1/weave.1*
4521%{_mandir}/man5/fmtutil.cnf.5*
4522#%{_mandir}/man8/fmtutil.8*
4523#%{_mandir}/man8/texlinks.8*
4524
4525%files dirs-fonts
4526%defattr(644,root,root,755)
4527%dir %{texmf}
4528%dir %{texmf}/fonts
4529%dir %{texmf}/fonts/afm
4530%dir %{texmf}/fonts/afm/public
4531%dir %{texmf}/fonts/opentype
4532%dir %{texmf}/fonts/opentype/public
4533%dir %{texmf}/fonts/pk
4534%dir %{texmf}/fonts/source
4535%dir %{texmf}/fonts/source/public
4536%dir %{texmf}/fonts/tfm
4537%dir %{texmf}/fonts/tfm/public
4538%dir %{texmf}/fonts/type1
4539%dir %{texmf}/fonts/type1/public
4540%dir %{texmf}/fonts/vf
4541%dir %{texmf}/fonts/vf/public
4542
4543%files doc-Catalogue
4544%defattr(644,root,root,755)
4545%{texmf}/doc/help/Catalogue
4546
4547%files doc-tug-faq
4548%defattr(644,root,root,755)
4549%{texmf}/doc/help/faq/uktug-faq
4550
4551%files doc-latex
4552%defattr(644,root,root,755)
4553%{texmf}/doc/latex/abstract
4554%{texmf}/doc/latex/acronym
4555%{texmf}/doc/latex/adrconv
4556%{texmf}/doc/latex/aeguill
4557%{texmf}/doc/latex/anysize
4558%{texmf}/doc/latex/appendix
4559%{texmf}/doc/latex/bar
4560%{texmf}/doc/latex/base
4561%{texmf}/doc/latex/beton
4562%{texmf}/doc/latex/bezos
4563%{texmf}/doc/latex/booktabs
4564%{texmf}/doc/latex/caption
4565%{texmf}/doc/latex/carlisle
4566%{texmf}/doc/latex/ccaption
4567%{texmf}/doc/latex/changebar
4568%{texmf}/doc/latex/chappg
4569%{texmf}/doc/latex/comment
4570%{texmf}/doc/latex/concmath
4571%{texmf}/doc/latex/crop
4572%{texmf}/doc/latex/currvita
4573%{texmf}/doc/latex/curves
4574%{texmf}/doc/latex/dinbrief
4575%{texmf}/doc/latex/draftcopy
4576%{texmf}/doc/latex/eclbip
4577%{texmf}/doc/latex/eepic
4578%{texmf}/doc/latex/endfloat
4579%{texmf}/doc/latex/enumitem
4580%{texmf}/doc/latex/eo
4581%{texmf}/doc/latex/esint
4582%{texmf}/doc/latex/eso-pic
4583%{texmf}/doc/latex/euler
4584%{texmf}/doc/latex/eulervm
4585%{texmf}/doc/latex/exam
4586%{texmf}/doc/latex/extsizes
4587%{texmf}/doc/latex/fancybox
4588%{texmf}/doc/latex/fancyhdr
4589%{texmf}/doc/latex/fancyvrb
4590%{texmf}/doc/latex/filecontents
4591%{texmf}/doc/latex/float
4592%{texmf}/doc/latex/floatflt
4593%{texmf}/doc/latex/footmisc
4594%{texmf}/doc/latex/footnpag
4595%{texmf}/doc/latex/fp
4596%{texmf}/doc/latex/g-brief
4597%{texmf}/doc/latex/general
4598%{texmf}/doc/latex/geometry
4599%{texmf}/doc/latex/germbib
4600%{texmf}/doc/latex/graphics
4601%{texmf}/doc/latex/hyperref
4602%{texmf}/doc/latex/hyphenat
4603%{texmf}/doc/latex/images
4604%{texmf}/doc/latex/index
4605%{texmf}/doc/latex/koma-script
4606%{texmf}/doc/latex/labels
4607%{texmf}/doc/latex/lastpage
4608%{texmf}/doc/latex/layouts
4609%{texmf}/doc/latex/leftidx
4610%{texmf}/doc/latex/lettrine
4611%{texmf}/doc/latex/listings
4612%{texmf}/doc/latex/ltabptch
4613%{texmf}/doc/latex/mathcomp
4614%{texmf}/doc/latex/mdwtools
4615%{texmf}/doc/latex/memoir
4616%{texmf}/doc/latex/mh
4617%{texmf}/doc/latex/moreverb
4618%{texmf}/doc/latex/mparhack
4619%{texmf}/doc/latex/ms
4620%{texmf}/doc/latex/mt11p
4621%{texmf}/doc/latex/multibib
4622%{texmf}/doc/latex/mwcls
4623%{texmf}/doc/latex/natbib
4624%{texmf}/doc/latex/nomencl
4625%{texmf}/doc/latex/ntgclass
4626%{texmf}/doc/latex/ntheorem
4627%{texmf}/doc/latex/oberdiek
4628%{texmf}/doc/latex/overpic
4629%{texmf}/doc/latex/paralist
4630%{texmf}/doc/latex/pb-diagram
4631%{texmf}/doc/latex/pdfpages
4632%{texmf}/doc/latex/picinpar
4633%{texmf}/doc/latex/picins
4634%{texmf}/doc/latex/pict2e
4635%{texmf}/doc/latex/placeins
4636%{texmf}/doc/latex/preprint
4637%{texmf}/doc/latex/preview
4638%{texmf}/doc/latex/program
4639%{texmf}/doc/latex/ps4pdf
4640%{texmf}/doc/latex/psfrag
4641%{texmf}/doc/latex/pslatex
4642%{texmf}/doc/latex/revtex4
4643%{texmf}/doc/latex/rotating
4644%{texmf}/doc/latex/rotfloat
4645%{texmf}/doc/latex/scale
4646%{texmf}/doc/latex/sectsty
4647%{texmf}/doc/latex/seminar
4648%{texmf}/doc/latex/shapepar
4649%{texmf}/doc/latex/showlabels
4650%{texmf}/doc/latex/sidecap
4651%{texmf}/doc/latex/SIunits
4652%{texmf}/doc/latex/slashbox
4653%{texmf}/doc/latex/soul
4654%{texmf}/doc/latex/stdclsdv
4655%{texmf}/doc/latex/subfig
4656%{texmf}/doc/latex/subfigure
4657%{texmf}/doc/latex/supertab
4658%{texmf}/doc/latex/tex-refs
4659%{texmf}/doc/latex/textfit
4660%{texmf}/doc/latex/textmerg
4661%{texmf}/doc/latex/textpos
4662%{texmf}/doc/latex/titlesec
4663%{texmf}/doc/latex/tocbibind
4664%{texmf}/doc/latex/tocloft
4665%{texmf}/doc/latex/tools
4666%{texmf}/doc/latex/totpages
4667%{texmf}/doc/latex/treesvr
4668%{texmf}/doc/latex/type1cm
4669%{texmf}/doc/latex/units
4670%{texmf}/doc/latex/vmargin
4671%{texmf}/doc/latex/was
4672%{texmf}/doc/latex/wrapfig
4673%{texmf}/doc/latex/xtab
4674%{texmf}/doc/latex/yfonts
4675
4676%files -n kpathsea
4677%defattr(644,root,root,755)
4678%doc %{texmf}/doc/programs/kpathsea.dvi
4679%doc %{texmf}/doc/programs/kpathsea.pdf
4680%attr(755,root,root) %{_bindir}/kpsepath
4681%attr(755,root,root) %{_bindir}/kpsestat
4682%attr(755,root,root) %{_bindir}/kpsetool
4683%attr(755,root,root) %{_bindir}/kpsewhich
4684%attr(755,root,root) %{_bindir}/kpsexpand
4685%attr(755,root,root) %{_libdir}/libkpathsea.so.*
4686%{_libdir}/libkpathsea.la
4687#%{_mandir}/man1/kpsepath.1*
4688%{_mandir}/man1/kpsestat.1*
4689%{_mandir}/man1/kpsetool.1*
4690%{_mandir}/man1/kpsewhich.1*
4691#%{_mandir}/man1/kpsexpand.1*
4692
4693%files -n kpathsea-devel
4694%defattr(644,root,root,755)
4695%attr(755,root,root) %{_libdir}/libkpathsea.so
4696%{_includedir}/kpathsea
4697%{_infodir}/kpathsea.info*
4698
4699%files dvips
4700%defattr(644,root,root,755)
4701%doc %{texmf}/doc/programs/dvips.dvi
4702%doc %{texmf}/doc/programs/dvips.pdf
4703%doc %{texmf}/doc/programs/dvipdfm.dvi
4704%doc %{texmf}/doc/programs/dvipdfm.pdf
4705%doc %{texmf}/doc/latex/psnfssx
4706%attr(755,root,root) %{_bindir}/dvips
4707%attr(755,root,root) %{_bindir}/dvired
4708%attr(755,root,root) %{_bindir}/dvitomp
4709%attr(755,root,root) %{_bindir}/dvitype
4710%attr(755,root,root) %{_bindir}/dvicopy
4711%attr(755,root,root) %{_bindir}/dvipdfm
4712%attr(755,root,root) %{_bindir}/dvipdft
4713# dvi2fax requires ghostscript
4714%attr(755,root,root) %{_bindir}/dvi2fax
4715%{_infodir}/dvips.info*
4716%{_mandir}/man1/dvi2fax.1*
4717%{_mandir}/man1/dvicopy.1*
4718%{_mandir}/man1/dvipdfm.1*
4719%{_mandir}/man1/dvips.1*
4720%{_mandir}/man1/dvired.1*
4721%{_mandir}/man1/dvitomp.1*
4722%{_mandir}/man1/dvitype.1*
4723%lang(fi) %{_mandir}/fi/man1/dvips.1*
4724%{texmf}/dvips/base
4725%{texmf}/dvips/misc
4726%{texmf}/dvips/gsftopk
4727%{texmf}/dvips/psfrag
4728
4729%config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
4730%{texmf}/dvips/config/config.generic
4731%{texmf}/dvips/tetex/config.*
4732
4733%{texmf}/fonts/enc/dvips/base
4734%{texmf}/fonts/enc/dvips/tetex/mtex.enc
4735%{texmf}/fonts/map/dvipdfm
4736%{texmf}/fonts/map/dvips/misc
4737%{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
4738%{texmf}/fonts/map/dvips/tetex/bsr.map
4739%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
4740%{texmf}/fonts/map/dvips/tetex/dvips35.map
4741%{texmf}/fonts/map/dvips/tetex/mathpple.map
4742%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
4743%{texmf}/fonts/map/dvips/tetex/mt-plus.map
4744%{texmf}/fonts/map/dvips/tetex/mt-yy.map
4745%{texmf}/fonts/map/dvips/tetex/pdftex35.map
4746%{texmf}/fonts/map/dvips/tetex/ttcmex.map
4747%{_localstatedir}/fonts/map/dvipdfm
4748%{_localstatedir}/fonts/map/dvips
4749
4750%dir %{texmf}/dvipdfm
4751%{texmf}/dvipdfm/config
4752
4753%files dvilj
4754%defattr(644,root,root,755)
4755%attr(755,root,root) %{_bindir}/dvihp
4756%attr(755,root,root) %{_bindir}/dvilj
4757%attr(755,root,root) %{_bindir}/dvilj2p
4758%attr(755,root,root) %{_bindir}/dvilj4
4759%attr(755,root,root) %{_bindir}/dvilj4l
4760%attr(755,root,root) %{_bindir}/dvilj6
4761%{_mandir}/man1/dvihp.1*
4762%{_mandir}/man1/dvilj.1*
4763
4764%files makeindex
4765%defattr(644,root,root,755)
4766%doc %{texmf}/doc/makeindex
4767
4768%attr(755,root,root) %{_bindir}/mkindex
4769%attr(755,root,root) %{_bindir}/makeindex
4770%attr(755,root,root) %{_bindir}/rumakeindex
4771
4772%{texmf}/makeindex
4773
4774%{_mandir}/man1/makeindex.1*
4775%{_mandir}/man1/mkindex.1*
4776%{_mandir}/man1/rumakeindex.1*
4777
4778%files metafont
4779%defattr(644,root,root,755)
4780%attr(755,root,root) %{_bindir}/mf
4781%attr(755,root,root) %{_bindir}/mf-nowin
4782%attr(755,root,root) %{_bindir}/mft
4783#%attr(755,root,root) %{_bindir}/mfw
4784#%attr(755,root,root) %{_bindir}/virmf
4785#%attr(755,root,root) %{_bindir}/inimf
4786%attr(755,root,root) %{_bindir}/mktexmf
4787%attr(755,root,root) %{_bindir}/mktexpk
4788%attr(755,root,root) %{_bindir}/mktextfm
4789%{texmf}/metafont
4790%dir %{texmf}/mft
4791%{texmf}/mft/cmbase.mft
4792%{texmf}/mft/e.mft
4793%{texmf}/mft/mplain.mft
4794%{texmf}/mft/plain.mft
4795%{texmf}/mft/pl.mft
4796%{fmtdir}/mf.base
4797#%{texmf}/web2c/mf-nowin.base
4798%{texmf}/web2c/mf.pool
4799#%{texmf}/web2c/mfw.base
4800
4801%{_mandir}/man1/mf.1*
4802%{_mandir}/man1/mft.1*
4803#%{_mandir}/man1/inimf.1*
4804#%{_mandir}/man1/virmf.1*
4805%{_mandir}/man1/mktexmf.1*
4806%{_mandir}/man1/mktexpk.1*
4807%{_mandir}/man1/mktextfm.1*
4808
4809%files metapost
4810%defattr(644,root,root,755)
4811%doc %{texmf}/doc/metapost
4812%attr(755,root,root) %{_bindir}/mpost
4813%attr(755,root,root) %{_bindir}/mpto
4814#%attr(755,root,root) %{_bindir}/virmpost
4815#%attr(755,root,root) %{_bindir}/inimpost
4816%dir %{texmf}/metapost
4817%{texmf}/metapost/base
4818%{texmf}/metapost/config
4819%{texmf}/metapost/mfpic
4820%{texmf}/metapost/misc
4821%{texmf}/metapost/support
4822%{texmf}/web2c/mp.pool
4823%{fmtdir}/mpost.mem
4824%{_mandir}/man1/mpost.1*
4825%{_mandir}/man1/mpto.1*
4826#%{_mandir}/man1/inimpost.1*
4827#%{_mandir}/man1/virmpost.1*
4828
4829%files mptopdf
4830%defattr(644,root,root,755)
4831%attr(755,root,root) %{_bindir}/mptopdf
4832%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
4833
4834%files texdoctk
4835%defattr(644,root,root,755)
4836%doc %{texmf}/doc/texdoctk
4837%attr(755,root,root) %{_bindir}/texdoctk
4838%{texmf}/texdoctk
4839
4840%{_mandir}/man1/texdoctk.1*
4841
4842%files -n texconfig
4843%defattr(644,root,root,755)
4844%attr(755,root,root) %{_bindir}/texconfig
4845%attr(755,root,root) %{_bindir}/texconfig-dialog
4846%attr(755,root,root) %{_bindir}/texconfig-sys
4847%attr(755,root,root) %{texmf}/texconfig/tcfmgr
4848%{_mandir}/man1/texconfig.1*
4849%dir %{texmf}/texconfig
4850%{texmf}/texconfig/tcfmgr.map
4851%{texmf}/texconfig/generic
4852%doc %{texmf}/texconfig/README
4853%{texmf}/texconfig/v
4854%{texmf}/texconfig/g
4855%{texmf}/texconfig/x
4856
4857%files -n xdvi
4858%defattr(644,root,root,755)
4859%attr(755,root,root) %{_bindir}/xdvi
4860%attr(755,root,root) %{_bindir}/xdvi-xaw.bin
4861#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
4862%attr(755,root,root) %{_bindir}/xdvizilla
4863%{_mandir}/man1/xdvi.1*
4864%{_mandir}/man1/xdvizilla.1*
4865%{_desktopdir}/xdvi.desktop
4866%{_pixmapsdir}/xdvi.png
4867%{texmf}/xdvi
4868
4869%files pdftex
4870%defattr(644,root,root,755)
4871%doc %{texmf}/doc/pdftex
4872%doc %{texmf}/doc/programs/pdfcrop.txt
4873%attr(755,root,root) %{_bindir}/epstopdf
4874%attr(755,root,root) %{_bindir}/pdftex
4875%attr(755,root,root) %{_bindir}/pdfxtex
4876%attr(755,root,root) %{_bindir}/pdfcrop
4877%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
4878%{_localstatedir}/fonts/map/pdftex
4879%dir %{texmf}/fonts/map/pdftex
4880%dir %{texmf}/fonts/map/pdftex/cmttf
4881%{texmf}/fonts/map/pdftex/cmttf/cmttf.map
4882%{texmf}/web2c/pdfetex-pl.pool
4883%{texmf}/web2c/pdfetex.pool
4884%{texmf}/web2c/pdfxtex.pool
4885%{texmf}/scripts/pdfcrop
4886%{_mandir}/man1/epstopdf.1*
4887%{_mandir}/man1/pdftex.1*
4888%{_mandir}/man1/pdfxtex.1*
4889
4890%files omega
4891%defattr(644,root,root,755)
4892%doc %{texmf}/doc/omega
4893%dir %{texmf}/omega
4894%dir %{texmf}/dvips/omega
4895%attr(755,root,root) %{_bindir}/aleph
4896%attr(755,root,root) %{_bindir}/lambda
4897%attr(755,root,root) %{_bindir}/mkocp
4898%attr(755,root,root) %{_bindir}/mkofm
4899%attr(755,root,root) %{_bindir}/odvicopy
4900%attr(755,root,root) %{_bindir}/odvips
4901%attr(755,root,root) %{_bindir}/odvitype
4902%attr(755,root,root) %{_bindir}/omega
4903%attr(755,root,root) %{_bindir}/omfonts
4904%attr(755,root,root) %{_bindir}/opl2ofm
4905%attr(755,root,root) %{_bindir}/otangle
4906%attr(755,root,root) %{_bindir}/otp2ocp
4907%attr(755,root,root) %{_bindir}/outocp
4908%attr(755,root,root) %{_bindir}/ovf2ovp
4909%attr(755,root,root) %{_bindir}/ovp2ovf
4910%{texmf}/dvips/omega/config.omega
4911%{texmf}/dvips/omega/omega.cfg
4912%{texmf}/fonts/map/dvips/omega
4913%{texmf}/tex/lambda
4914%{texmf}/omega/ocp
4915%{texmf}/omega/otp
4916%{texmf}/web2c/omega.pool
4917%{texmf}/web2c/aleph.pool
4918#%{_mandir}/man1/lambda.1*
4919%{_mandir}/man1/mkocp.1*
4920%{_mandir}/man1/mkofm.1*
4921%{_mandir}/man1/omega.1*
4922%{_mandir}/man1/ofm2opl.1*
4923%{_mandir}/man1/opl2ofm.1*
4924%{_mandir}/man1/otp2ocp.1*
4925%{_mandir}/man1/outocp.1*
4926%{_mandir}/man1/ovf2ovp.1*
4927%{_mandir}/man1/ovp2ovf.1*
4928
4929%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
4930%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
4931%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
4932%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
4933
4934%files plain
4935%defattr(644,root,root,755)
4936%doc %{texmf}/doc/plain
4937%{texmf}/tex/plain
4938#%{texmf}/web2c/plain.mem
4939#%{texmf}/web2c/plain.base
4940
4941%files format-plain
4942%defattr(644,root,root,755)
4943%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
4944#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
4945
4946%files format-pdftex
4947%defattr(644,root,root,755)
4948%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
4949
4950%files format-pdfetex
4951%defattr(644,root,root,755)
4952%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
4953
4954%files mex
4955%defattr(644,root,root,755)
4956%doc %{texmf}/doc/polish/mex
4957%dir %{texmf}/tex/mex
4958%dir %{texmf}/tex/mex/base
4959%{texmf}/tex/mex/base/mex1.tex
4960%{texmf}/tex/mex/base/mex2.tex
4961%{texmf}/tex/mex/base/mex.tex
4962%dir %{texmf}/tex/mex/config
4963%{texmf}/tex/mex/config/mexconf.tex
4964
4965%files format-mex
4966%defattr(644,root,root,755)
4967%attr(755,root,root) %{_bindir}/mex
4968%{texmf}/tex/mex/config/mex.ini
4969%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
4970
4971%files format-pdfmex
4972%defattr(644,root,root,755)
4973%attr(755,root,root) %{_bindir}/pdfmex
4974%{texmf}/tex/mex/config/pdfmex.ini
4975%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
4976
4977%files format-utf8mex
4978%defattr(644,root,root,755)
4979%attr(755,root,root) %{_bindir}/utf8mex
4980#%doc %{texmf}/doc/mex/utf8mex
4981%{texmf}/tex/mex/utf8mex
4982%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
4983
4984%files amstex
4985%defattr(644,root,root,755)
4986%dir %{texmf}/tex/amstex
4987%{texmf}/tex/amstex/base
4988%{texmf}/tex/amstex/config
4989%{texmf}/tex/plain/amsfonts
4990
4991%files format-amstex
4992%defattr(644,root,root,755)
4993%doc %{texmf}/doc/amstex
4994%attr(755,root,root) %{_bindir}/amstex
4995%{_mandir}/man1/amstex.1*
4996%lang(fi) %{_mandir}/fi/man1/amstex.1*
4997%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
4998
4999%files format-pdfamstex
5000%defattr(644,root,root,755)
5001%attr(755,root,root) %{_bindir}/pdfamstex
5002#%{texmf}/pdftex/amstex
5003%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
5004
5005%files csplain
5006%defattr(644,root,root,755)
5007%doc %{texmf}/doc/cstex/README-cspsfont
5008%doc %{texmf}/doc/cstex/cs-fonts.doc
5009%doc %{texmf}/doc/cstex/cscorr.tab
5010%doc %{texmf}/doc/cstex/csplain.doc
5011%doc %{texmf}/doc/cstex/parpozn.tex
5012%doc %{texmf}/doc/cstex/test8z.tex
5013%doc %{texmf}/doc/cstex/testlat.tex
5014%attr(755,root,root) %{_bindir}/csplain
5015%{texmf}/tex/csplain
5016%{texmf}/tex/generic/csplain
5017
5018%files format-csplain
5019%defattr(644,root,root,755)
5020%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
5021
5022%files format-pdfcsplain
5023%defattr(644,root,root,755)
5024%attr(755,root,root) %{_bindir}/pdfcsplain
5025%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
5026
5027%files cslatex
5028%defattr(644,root,root,755)
5029%doc %{texmf}/doc/cstex/INSTALL.cslatex
5030%doc %{texmf}/doc/cstex/README.cslatex
5031%{texmf}/tex/cslatex
5032%{texmf}/tex/latex/cslatex
5033
5034%files format-cslatex
5035%defattr(644,root,root,755)
5036%attr(755,root,root) %{_bindir}/cslatex
5037%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
5038
5039%files format-pdfcslatex
5040%defattr(644,root,root,755)
5041%attr(755,root,root) %{_bindir}/pdfcslatex
5042%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
5043
5044%files cyrplain
5045%defattr(644,root,root,755)
5046%doc %{texmf}/doc/cyrplain
5047%{texmf}/tex/cyrplain
5048
5049%files format-cyrplain
5050%defattr(644,root,root,755)
5051%attr(755,root,root) %{_bindir}/cyrtex
5052%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
5053
5054%files format-cyramstex
5055%defattr(644,root,root,755)
5056%attr(755,root,root) %{_bindir}/cyramstex
5057%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
5058
5059%files format-cyrtexinfo
5060%defattr(644,root,root,755)
5061%attr(755,root,root) %{_bindir}/cyrtexinfo
5062%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
5063
5064%files eplain
5065%defattr(644,root,root,755)
5066%doc %{texmf}/doc/etex
5067%doc %{texmf}/doc/eplain
5068%{texmf}/tex/plain/etex
5069%{texmf}/tex/eplain
5070
5071%files format-eplain
5072%defattr(644,root,root,755)
5073%attr(755,root,root) %{_bindir}/eplain
5074%attr(755,root,root) %{_bindir}/etex
5075%{_mandir}/man1/eplain.1*
5076%{_mandir}/man1/etex.1*
5077%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
5078%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
5079
5080%files context
5081%defattr(644,root,root,755)
5082%doc %{texmf}/doc/context
5083%doc %{texmf}/doc/polish/context
5084%dir %{texmf}/context
5085%dir %{texmf}/context/config
5086%dir %{texmf}/tex/context
5087%dir %{texmf}/tex/context/config
5088%attr(755,root,root) %{_bindir}/texfind
5089%attr(755,root,root) %{_bindir}/texfont
5090%attr(755,root,root) %{_bindir}/texshow
5091%attr(755,root,root) %{_bindir}/texutil
5092%{_mandir}/man1/fdf2tex.1*
5093%{_mandir}/man1/texfind.1*
5094%{_mandir}/man1/texfont.1*
5095%{_mandir}/man1/texutil.1*
5096%{_mandir}/man1/texshow.1*
5097%{texmf}/context/config/texexec.ini
5098%{texmf}/context/config/texexec.rme
5099%{texmf}/context/data
5100%{texmf}/fonts/enc/dvips/context
5101%{texmf}/fonts/map/dvips/context
5102%{texmf}/metapost/context
5103%{texmf}/scripts/context
5104%{texmf}/tex/latex/context
5105%{texmf}/tex/context/base
5106%{texmf}/tex/context/bib
5107%{texmf}/tex/context/config/cont-usr.tex
5108%{texmf}/tex/context/extra
5109%{texmf}/tex/context/foxet
5110%{texmf}/tex/context/interface
5111%{texmf}/tex/context/maths
5112%{texmf}/tex/context/sample
5113%{texmf}/tex/context/user
5114%{texmf}/tex/generic/context
5115%{texmf}/bibtex/bst/context
5116
5117# no fmt, so commented out
5118#%files format-context-cz
5119#%defattr(644,root,root,755)
5120#%%{texmf}/tex/context/config/cont-cz.ini
5121# does not build with beta 20021025
5122#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
5123
5124%files format-context-de
5125%defattr(644,root,root,755)
5126%{texmf}/tex/context/config/cont-de.ini
5127%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
5128#%{_mandir}/man1/cont-de.1*
5129
5130%files format-context-en
5131%defattr(644,root,root,755)
5132%{texmf}/tex/context/config/cont-en.ini
5133%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
5134#%{_mandir}/man1/cont-en.1*
5135# what is the difference betwen uk and en in this particular situation?
5136%{texmf}/tex/context/config/cont-uk.ini
5137%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
5138
5139# no fmt, so commented out
5140#%files format-context-it
5141#%defattr(644,root,root,755)
5142#%%{texmf}/tex/context/config/cont-it.ini
5143
5144%files format-context-nl
5145%defattr(644,root,root,755)
5146%{texmf}/tex/context/config/cont-nl.ini
5147%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
5148#%{_mandir}/man1/cont-nl.1*
5149
5150# no fmt, so commented out
5151#%files format-context-ro
5152#%defattr(644,root,root,755)
5153#%%{texmf}/tex/context/config/cont-ro.ini
5154
5155%files latex
5156%defattr(644,root,root,755)
5157%{_mandir}/man1/latex.1*
5158%{_mandir}/man1/pslatex.1*
5159%lang(fi) %{_mandir}/fi/man1/latex.1*
5160%lang(pl) %{_mandir}/pl/man1/latex.1*
5161%{_infodir}/latex.info*
5162
5163%dir %{texmf}/tex/latex
5164
5165%{texmf}/tex/latex/SIunits
5166%{texmf}/tex/latex/a4wide
5167%{texmf}/tex/latex/abstract
5168%{texmf}/tex/latex/acronym
5169%{texmf}/tex/latex/adrconv
5170%{texmf}/tex/latex/aeguill
5171%{texmf}/tex/latex/anysize
5172%{texmf}/tex/latex/appendix
5173%{texmf}/tex/latex/bar
5174%{texmf}/tex/latex/base
5175%{texmf}/tex/latex/beton
5176%{texmf}/tex/latex/bezos
5177%{texmf}/tex/latex/bold-extra
5178%{texmf}/tex/latex/booktabs
5179%{texmf}/tex/latex/boxedminipage
5180%{texmf}/tex/latex/calrsfs
5181%{texmf}/tex/latex/cancel
5182%{texmf}/tex/latex/capt-of
5183%{texmf}/tex/latex/caption
5184%{texmf}/tex/latex/ccaption
5185%{texmf}/tex/latex/changebar
5186%{texmf}/tex/latex/chappg
5187%{texmf}/tex/latex/chngpage
5188%{texmf}/tex/latex/citesort
5189%{texmf}/tex/latex/cmap
5190%{texmf}/tex/latex/comment
5191%{texmf}/tex/latex/concrete
5192%{texmf}/tex/latex/config
5193%{texmf}/tex/latex/crop
5194%{texmf}/tex/latex/currvita
5195%{texmf}/tex/latex/curves
5196%{texmf}/tex/latex/dinbrief
5197%{texmf}/tex/latex/draftcopy
5198%{texmf}/tex/latex/dvilj
5199%{texmf}/tex/latex/dvipdfm
5200%{texmf}/tex/latex/eclbip
5201%{texmf}/tex/latex/eepic
5202%{texmf}/tex/latex/endfloat
5203%{texmf}/tex/latex/endnotes
5204%{texmf}/tex/latex/enumitem
5205%{texmf}/tex/latex/eo
5206%{texmf}/tex/latex/eso-pic
5207%{texmf}/tex/latex/etex
5208%{texmf}/tex/latex/esint
5209%{texmf}/tex/latex/euler
5210%{texmf}/tex/latex/eulervm
5211%{texmf}/tex/latex/eurosym
5212%{texmf}/tex/latex/exam
5213%{texmf}/tex/latex/example
5214%{texmf}/tex/latex/extsizes
5215%{texmf}/tex/latex/fancybox
5216%{texmf}/tex/latex/fancyhdr
5217%{texmf}/tex/latex/fancyheadings
5218%{texmf}/tex/latex/fancyvrb
5219%{texmf}/tex/latex/fguill
5220%{texmf}/tex/latex/filecontents
5221%{texmf}/tex/latex/float
5222%{texmf}/tex/latex/floatflt
5223%{texmf}/tex/latex/fnpara
5224%{texmf}/tex/latex/fontinst
5225%{texmf}/tex/latex/footmisc
5226%{texmf}/tex/latex/footnpag
5227%{texmf}/tex/latex/fp
5228%{texmf}/tex/latex/framed
5229%{texmf}/tex/latex/g-brief
5230%{texmf}/tex/latex/geometry
5231%{texmf}/tex/latex/germbib
5232%{texmf}/tex/latex/gletter
5233%{texmf}/tex/latex/graphics
5234%{texmf}/tex/latex/greek
5235%{texmf}/tex/latex/hangcaption
5236%{texmf}/tex/latex/here
5237%{texmf}/tex/latex/hyperref
5238%{texmf}/tex/latex/hyphenat
5239%{texmf}/tex/latex/import
5240%{texmf}/tex/latex/index
5241%{texmf}/tex/latex/koma-script
5242%{texmf}/tex/latex/labels
5243%{texmf}/tex/latex/lastpage
5244%{texmf}/tex/latex/layouts
5245%{texmf}/tex/latex/leftidx
5246%{texmf}/tex/latex/lettrine
5247%{texmf}/tex/latex/listings
5248%{texmf}/tex/latex/ltabptch
5249%{texmf}/tex/latex/mathcomp
5250%{texmf}/tex/latex/mdwtools
5251%{texmf}/tex/latex/memoir
5252%{texmf}/tex/latex/mh
5253%{texmf}/tex/latex/moreverb
5254%{texmf}/tex/latex/mparhack
5255%{texmf}/tex/latex/ms
5256%{texmf}/tex/latex/mt11p
5257%{texmf}/tex/latex/multibib
5258%{texmf}/tex/latex/multibox
5259%{texmf}/tex/latex/multind
5260%{texmf}/tex/latex/multirow
5261%{texmf}/tex/latex/mwcls
5262%{texmf}/tex/latex/natbib
5263%{texmf}/tex/latex/nextpage
5264%{texmf}/tex/latex/ntheorem
5265%{texmf}/tex/latex/nomencl
5266%{texmf}/tex/latex/ntgclass
5267%{texmf}/tex/latex/oberdiek
5268%{texmf}/tex/latex/optional
5269%{texmf}/tex/latex/overpic
5270%{texmf}/tex/latex/paralist
5271%{texmf}/tex/latex/parskip
5272%{texmf}/tex/latex/pb-diagram
5273%{texmf}/tex/latex/pdfpages
5274%{texmf}/tex/latex/picinpar
5275%{texmf}/tex/latex/picins
5276%{texmf}/tex/latex/pict2e
5277%{texmf}/tex/latex/placeins
5278%{texmf}/tex/latex/portland
5279%{texmf}/tex/latex/preprint
5280%{texmf}/tex/latex/preview
5281%{texmf}/tex/latex/program
5282%{texmf}/tex/latex/ps4pdf
5283%{texmf}/tex/latex/psboxit
5284%{texmf}/tex/latex/psfrag
5285%{texmf}/tex/latex/pslatex
5286%{texmf}/tex/latex/pstricks
5287%{texmf}/tex/latex/relsize
5288%{texmf}/tex/latex/revtex4
5289%{texmf}/tex/latex/rotating
5290%{texmf}/tex/latex/rotfloat
5291%{texmf}/tex/latex/scale
5292%{texmf}/tex/latex/sectsty
5293%{texmf}/tex/latex/selectp
5294%{texmf}/tex/latex/seminar
5295%{texmf}/tex/latex/setspace
5296%{texmf}/tex/latex/shadow
5297%{texmf}/tex/latex/shapepar
5298%{texmf}/tex/latex/showdim
5299%{texmf}/tex/latex/showlabels
5300%{texmf}/tex/latex/showtags
5301%{texmf}/tex/latex/sidecap
5302%{texmf}/tex/latex/slashbox
5303%{texmf}/tex/latex/soul
5304%{texmf}/tex/latex/stdclsdv
5305%{texmf}/tex/latex/stmaryrd
5306%{texmf}/tex/latex/subfig
5307%{texmf}/tex/latex/subfigure
5308%{texmf}/tex/latex/supertabular
5309%{texmf}/tex/latex/t2
5310%{texmf}/tex/latex/tabls
5311%{texmf}/tex/latex/texmacs
5312%{texmf}/tex/latex/textfit
5313%{texmf}/tex/latex/textmerg
5314%{texmf}/tex/latex/textpos
5315%{texmf}/tex/latex/threeparttable
5316%{texmf}/tex/latex/titlesec
5317%{texmf}/tex/latex/tocbibind
5318%{texmf}/tex/latex/tocloft
5319%{texmf}/tex/latex/tools
5320%{texmf}/tex/latex/totpages
5321%{texmf}/tex/latex/treesvr
5322%{texmf}/tex/latex/type1cm
5323%{texmf}/tex/latex/ulem
5324%{texmf}/tex/latex/units
5325%{texmf}/tex/latex/upquote
5326%{texmf}/tex/latex/url
5327%{texmf}/tex/latex/vmargin
5328%{texmf}/tex/latex/vpage
5329%{texmf}/tex/latex/was
5330%{texmf}/tex/latex/wrapfig
5331%{texmf}/tex/latex/xkeyval
5332%{texmf}/tex/latex/xtab
5333%{texmf}/tex/latex/yfonts
5334%{texmf}/tex/latex/version
5335
5336%files latex-algorithms
5337%defattr(644,root,root,755)
5338%doc %{texmf}/doc/latex/algorithms
5339%{texmf}/tex/latex/algorithms
5340
5341%files latex-ae
5342%defattr(644,root,root,755)
5343%{texmf}/tex/latex/ae
5344
5345%files latex-ams
5346%defattr(644,root,root,755)
5347%doc %{texmf}/doc/latex/amscls
5348%doc %{texmf}/doc/latex/amsmath
5349%doc %{texmf}/doc/latex/amsfonts
5350%doc %{texmf}/doc/latex/onlyamsmath
5351%{texmf}/tex/latex/amscls
5352%{texmf}/tex/latex/amsmath
5353%{texmf}/tex/latex/amsfonts
5354%{texmf}/tex/latex/onlyamsmath
5355
5356%files latex-antp
5357%defattr(644,root,root,755)
5358%{texmf}/tex/latex/antp
5359
5360%files latex-antt
5361%defattr(644,root,root,755)
5362%{texmf}/tex/latex/antt
5363
5364%files latex-bbm
5365%defattr(644,root,root,755)
5366%doc %{texmf}/doc/latex/bbm
5367%{texmf}/tex/latex/bbm
5368
5369%files latex-bbold
5370%defattr(644,root,root,755)
5371%doc %{texmf}/doc/latex/bbold
5372%{texmf}/tex/latex/bbold
5373
5374%files latex-bibtex
5375%defattr(644,root,root,755)
5376%doc %{texmf}/doc/bibtex/base
5377%doc %{texmf}/bibtex/bib/README
5378%doc %{texmf}/doc/latex/bibtopic
5379%doc %{texmf}/doc/latex/bibunits
5380%doc %{texmf}/doc/latex/footbib
5381%dir %{texmf}/doc/bibtex
5382%dir %{texmf}/bibtex
5383%dir %{texmf}/bibtex/bib
5384%dir %{texmf}/bibtex/bst
5385
5386%attr(755,root,root) %{_bindir}/bibtex
5387%attr(755,root,root) %{_bindir}/rubibtex
5388
5389%{texmf}/bibtex/bib/base
5390%{texmf}/bibtex/bst/adrconv
5391%{texmf}/bibtex/bst/base
5392%{texmf}/bibtex/bst/misc
5393%{texmf}/bibtex/bst/natbib
5394%{texmf}/tex/latex/bibtopic
5395%{texmf}/tex/latex/bibunits
5396%{texmf}/tex/latex/footbib
5397
5398%{_mandir}/man1/bibtex.1*
5399%{_mandir}/man1/rubibtex.1*
5400
5401%files latex-bibtex-ams
5402%defattr(644,root,root,755)
5403%{texmf}/bibtex/bib/ams
5404%{texmf}/bibtex/bst/ams
5405
5406%files latex-bibtex-pl
5407%defattr(644,root,root,755)
5408%{texmf}/bibtex/bib/plbib
5409%{texmf}/bibtex/bst/plbib
5410
5411%files latex-bibtex-german
5412%defattr(644,root,root,755)
5413%doc %{texmf}/doc/bibtex/bibgerm
5414%{texmf}/bibtex/bst/germbib
5415
5416%files latex-bibtex-revtex4
5417%defattr(644,root,root,755)
5418%{texmf}/bibtex/bst/revtex4
5419
5420%files latex-bibtex-jurabib
5421%defattr(644,root,root,755)
5422%doc %{texmf}/doc/latex/jurabib
5423%{texmf}/bibtex/bst/jurabib
5424%{texmf}/tex/latex/jurabib
5425
5426%files latex-bibtex-dk
5427%defattr(644,root,root,755)
5428%doc %{texmf}/doc/latex/dk-bib
5429%{texmf}/bibtex/bst/dk-bib
5430%{texmf}/tex/latex/dk-bib
5431
5432%files latex-bibtex-nor
5433%defattr(644,root,root,755)
5434%{texmf}/bibtex/bst/norbib
5435
5436%files latex-carlisle
5437%defattr(644,root,root,755)
5438%doc %{texmf}/doc/latex/carlisle
5439%{texmf}/tex/latex/carlisle
5440
5441%files latex-ccfonts
5442%defattr(644,root,root,755)
5443%doc %{texmf}/doc/latex/ccfonts
5444%{texmf}/tex/latex/ccfonts
5445
5446%files latex-cite
5447%defattr(644,root,root,755)
5448%{texmf}/tex/latex/cite
5449
5450%files latex-cmbright
5451%defattr(644,root,root,755)
5452%doc %{texmf}/doc/fonts/cmbright
5453%{texmf}/tex/latex/cmbright
5454
5455%files latex-concmath
5456%defattr(644,root,root,755)
5457%{texmf}/tex/latex/concmath
5458
5459%files latex-custom-bib
5460%defattr(644,root,root,755)
5461%doc %{texmf}/doc/latex/custom-bib
5462%{texmf}/tex/latex/custom-bib
5463
5464%files latex-cyrillic
5465%defattr(644,root,root,755)
5466%doc %{texmf}/doc/latex/cyrillic
5467%{texmf}/tex/latex/cyrillic
5468
5469%files latex-dstroke
5470%defattr(644,root,root,755)
5471%{texmf}/tex/latex/dstroke
5472
5473%files latex-jknappen
5474%defattr(644,root,root,755)
5475%doc %{texmf}/doc/latex/jknappen
5476%doc %{texmf}/doc/fonts/ec
5477%{texmf}/tex/latex/jknappen
5478
5479%files latex-lm
5480%defattr(644,root,root,755)
5481%doc %{texmf}/doc/fonts/lm
5482%{texmf}/tex/latex/lm
5483%{texmf}/fonts/enc/dvips/lm
5484%{texmf}/fonts/map/dvips/lm
5485
5486%files latex-lucidabr
5487%defattr(644,root,root,755)
5488%doc %{texmf}/doc/fonts/lucida
5489%{texmf}/fonts/map/dvips/lucida
5490%{texmf}/fonts/map/dvips/tetex/lucidabr-o.map
5491%{texmf}/tex/latex/lucidabr
5492%{texmf}/tex/latex/lucida
5493
5494%files latex-lineno
5495%defattr(644,root,root,755)
5496%doc %{texmf}/doc/latex/lineno
5497%{texmf}/tex/latex/lineno
5498
5499%files latex-marvosym
5500%defattr(644,root,root,755)
5501%{texmf}/tex/latex/marvosym
5502
5503%files latex-mathpple
5504%defattr(644,root,root,755)
5505%{texmf}/tex/latex/mathpple
5506
5507%files latex-mathtime
5508%defattr(644,root,root,755)
5509%doc %{texmf}/doc/latex/mathtime
5510%doc %{texmf}/doc/fonts/mathtime
5511%{texmf}/tex/latex/mathtime
5512
5513%files latex-microtype
5514%defattr(644,root,root,755)
5515%doc %{texmf}/doc/latex/microtype
5516%{texmf}/tex/latex/microtype
5517
5518%files latex-mflogo
5519%defattr(644,root,root,755)
5520%doc %{texmf}/doc/latex/mflogo
5521%{texmf}/tex/latex/mflogo
5522
5523%files latex-mfnfss
5524%defattr(644,root,root,755)
5525%doc %{texmf}/doc/latex/mfnfss
5526%{texmf}/tex/latex/mfnfss
5527
5528%files latex-minitoc
5529%defattr(644,root,root,755)
5530%doc %{texmf}/doc/latex/minitoc
5531%{texmf}/tex/latex/minitoc
5532
5533%files latex-mltex
5534%defattr(644,root,root,755)
5535%doc %{texmf}/doc/latex/mltex
5536%{texmf}/tex/latex/mltex
5537
5538%files latex-palatcm
5539%defattr(644,root,root,755)
5540%{texmf}/tex/latex/palatcm
5541
5542%files latex-psnfss
5543%defattr(644,root,root,755)
5544%doc %{texmf}/doc/latex/psnfss
5545%{texmf}/fonts/enc/dvips/psnfss
5546%{texmf}/fonts/enc/dvips/psnfssx
5547%{texmf}/fonts/map/dvips/psnfss
5548%{texmf}/fonts/map/dvips/psnfssx
5549%{texmf}/tex/latex/psnfss
5550%{texmf}/tex/latex/psnfssx
5551
5552%files latex-pxfonts
5553%defattr(644,root,root,755)
5554%doc %{texmf}/doc/fonts/pxfonts
5555%{texmf}/tex/latex/pxfonts
5556
5557%files latex-qfonts
5558%defattr(644,root,root,755)
5559%{texmf}/tex/latex/qfonts
5560
5561%files latex-txfonts
5562%defattr(644,root,root,755)
5563%doc %{texmf}/doc/fonts/txfonts
5564%{texmf}/tex/latex/txfonts
5565
5566%files latex-umlaute
5567%defattr(644,root,root,755)
5568%{texmf}/tex/latex/umlaute
5569
5570%files latex-urwvn
5571%defattr(644,root,root,755)
5572%{texmf}/tex/latex/urwvn
5573
5574%files latex-wasysym
5575%defattr(644,root,root,755)
5576%doc %{texmf}/doc/latex/wasysym
5577%{texmf}/tex/latex/wasysym
5578
5579%files format-latex
5580%defattr(644,root,root,755)
5581%attr(755,root,root) %{_bindir}/latex
5582%attr(755,root,root) %{_bindir}/pslatex
5583%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
5584
5585%files format-pdflatex
5586%defattr(644,root,root,755)
5587#%{texmf}/pdftex/latex/config
5588#%dir %{texmf}/pdftex/latex
5589%attr(755,root,root) %{_bindir}/pdflatex
5590%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
5591#%{_mandir}/man1/pdflatex.1*
5592
5593%files platex
5594%defattr(644,root,root,755)
5595%doc %{texmf}/doc/latex/platex
5596%dir %{texmf}/tex/platex
5597%{texmf}/tex/platex/config
5598%{texmf}/tex/latex/platex
5599
5600%files format-platex
5601%defattr(644,root,root,755)
5602%attr(755,root,root) %{_bindir}/platex
5603#%attr(755,root,root) %{_bindir}/platex-pl
5604%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
5605#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
5606
5607%files format-pdfplatex
5608%defattr(644,root,root,755)
5609#%dir %{texmf}/pdftex/platex
5610#%{texmf}/pdftex/platex/config
5611%attr(755,root,root) %{_bindir}/pdfplatex
5612%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
5613
5614%files tex-babel
5615%defattr(644,root,root,755)
5616%doc %{texmf}/doc/generic/babel
5617%{texmf}/tex/generic/babel
5618
5619%files tex-german
5620%defattr(644,root,root,755)
5621%doc %{texmf}/doc/generic/german
5622%{texmf}/tex/generic/german
5623
5624%files tex-mfpic
5625%defattr(644,root,root,755)
5626%doc %{texmf}/doc/generic/mfpic
5627%{texmf}/tex/generic/mfpic
5628
5629%files tex-misc
5630%defattr(644,root,root,755)
5631%doc %{texmf}/doc/generic/localloc
5632%doc %{texmf}/doc/generic/multido
5633%doc %{texmf}/doc/generic/tap
5634
5635%{texmf}/tex/generic/eijkhout
5636%{texmf}/tex/generic/multido
5637#%{texmf}/tex/generic/misc
5638
5639%files tex-pictex
5640%defattr(644,root,root,755)
5641%{texmf}/tex/generic/pictex
5642
5643%files tex-pstricks
5644%defattr(644,root,root,755)
5645%doc %{texmf}/doc/generic/pstricks
5646%{texmf}/dvips/pstricks
5647%{texmf}/tex/generic/pstricks
5648
5649%files tex-qpx
5650%defattr(644,root,root,755)
5651%doc %{texmf}/doc/fonts/polish/qpx
5652%{texmf}/tex/generic/qpx
5653
5654%files tex-qtx
5655%defattr(644,root,root,755)
5656%doc %{texmf}/doc/fonts/polish/qtx
5657%{texmf}/tex/generic/qtx
5658
5659%files tex-ruhyphen
5660%defattr(644,root,root,755)
5661%doc %{texmf}/doc/generic/ruhyphen
5662%{texmf}/tex/generic/ruhyphen
5663
5664%files tex-spanish
5665%defattr(644,root,root,755)
5666%doc %{texmf}/doc/generic/spanish
5667%{texmf}/tex/generic/spanishb
5668
5669%files tex-texdraw
5670%defattr(644,root,root,755)
5671%doc %{texmf}/doc/generic/texdraw
5672%{texmf}/tex/generic/texdraw
5673
5674%files tex-thumbpdf
5675%defattr(644,root,root,755)
5676%doc %{texmf}/doc/generic/thumbpdf
5677%attr(755,root,root) %{_bindir}/thumbpdf
5678%{texmf}/tex/generic/thumbpdf
5679%{texmf}/scripts/thumbpdf
5680%{_mandir}/man1/thumbpdf.1*
5681
5682%files tex-ukrhyph
5683%defattr(644,root,root,755)
5684%doc %{texmf}/doc/generic/ukrhyph
5685%{texmf}/tex/generic/ukrhyph
5686
5687%files latex-vietnam
5688%defattr(644,root,root,755)
5689%doc %{texmf}/doc/generic/vntex
5690%{texmf}/tex/latex/vietnam
5691
5692%files tex-xypic
5693%defattr(644,root,root,755)
5694%doc %{texmf}/doc/generic/xypic
5695%{texmf}/tex/generic/xypic
5696
5697%files tex-xkeyval
5698%defattr(644,root,root,755)
5699%doc %{texmf}/doc/generic/xkeyval
5700%{texmf}/tex/generic/xkeyval
5701
5702%files fonts-adobe
5703%defattr(644,root,root,755)
5704%{texmf}/fonts/afm/adobe
5705%{texmf}/fonts/tfm/adobe
5706%{texmf}/fonts/vf/adobe
5707
5708%files fonts-ae
5709%defattr(644,root,root,755)
5710%doc %{texmf}/doc/fonts/ae
5711%{texmf}/fonts/tfm/public/ae
5712%{texmf}/fonts/vf/public/ae
5713
5714%files fonts-ams
5715%defattr(644,root,root,755)
5716%doc %{texmf}/doc/fonts/amsfonts
5717%{texmf}/fonts/map/dvips/ams
5718%{texmf}/fonts/source/ams
5719%{texmf}/fonts/tfm/ams
5720
5721%files fonts-antp
5722%defattr(644,root,root,755)
5723%doc %{texmf}/doc/fonts/polish/antp
5724%{texmf}/fonts/enc/dvips/antp
5725%{texmf}/fonts/map/dvips/antp
5726%{texmf}/fonts/afm/public/antp
5727%{texmf}/fonts/tfm/public/antp
5728
5729%files fonts-antt
5730%defattr(644,root,root,755)
5731%doc %{texmf}/doc/fonts/antt
5732%{texmf}/fonts/enc/dvips/antt
5733%{texmf}/fonts/map/dvips/antt
5734%{texmf}/fonts/afm/public/antt
5735%{texmf}/fonts/tfm/public/antt
5736
5737%files fonts-bbm
5738%defattr(644,root,root,755)
5739%{texmf}/fonts/source/public/bbm
5740%{texmf}/fonts/tfm/public/bbm
5741
5742%files fonts-bbold
5743%defattr(644,root,root,755)
5744%{texmf}/fonts/source/public/bbold
5745%{texmf}/fonts/tfm/public/bbold
5746
5747%files fonts-bh
5748%defattr(644,root,root,755)
5749%doc %{texmf}/doc/fonts/bh
5750%{texmf}/fonts/tfm/bh
5751%{texmf}/fonts/vf/bh
5752
5753%files fonts-bitstream
5754%defattr(644,root,root,755)
5755%doc %{texmf}/doc/fonts/charter
5756%{texmf}/fonts/afm/bitstrea
5757%{texmf}/fonts/tfm/bitstrea
5758%{texmf}/fonts/vf/bitstrea
5759
5760%files fonts-cbgreek
5761%defattr(644,root,root,755)
5762%doc %{texmf}/doc/fonts/cbgreek
5763%{texmf}/fonts/source/public/cbgreek
5764
5765%files fonts-cc-pl
5766%defattr(644,root,root,755)
5767%doc %{texmf}/doc/fonts/polish/cc-pl
5768%{texmf}/fonts/enc/dvips/cc-pl
5769%{texmf}/fonts/map/dvips/cc-pl
5770%{texmf}/fonts/source/public/cc-pl
5771%{texmf}/fonts/tfm/public/cc-pl
5772
5773%files fonts-cg
5774%defattr(644,root,root,755)
5775%{texmf}/fonts/tfm/cg
5776%{texmf}/fonts/vf/cg
5777
5778%files fonts-cm
5779%defattr(644,root,root,755)
5780%doc %{texmf}/doc/fonts/cm
5781%{texmf}/fonts/source/public/cm
5782%{texmf}/fonts/tfm/public/cm
5783%{texmf}/fonts/source/public/cm-bold
5784
5785%files fonts-cmbright
5786%defattr(644,root,root,755)
5787%{texmf}/fonts/source/public/cmbright
5788%{texmf}/fonts/tfm/public/cmbright
5789
5790%files fonts-cmcyr
5791%defattr(644,root,root,755)
5792%{texmf}/fonts/tfm/public/cmcyr
5793%{texmf}/fonts/vf/public/cmcyr
5794
5795%files fonts-cmextra
5796%defattr(644,root,root,755)
5797%{texmf}/fonts/source/public/cmextra
5798%{texmf}/fonts/tfm/public/cmextra
5799
5800%files fonts-concmath
5801%defattr(644,root,root,755)
5802%{texmf}/fonts/source/public/concmath
5803%{texmf}/fonts/tfm/public/concmath
5804
5805%files fonts-concrete
5806%defattr(644,root,root,755)
5807%{texmf}/fonts/source/public/concrete
5808%{texmf}/fonts/tfm/public/concrete
5809
5810%files fonts-cs
5811%defattr(644,root,root,755)
5812%doc %{texmf}/doc/fonts/cs
5813%{texmf}/fonts/source/public/cs
5814%{texmf}/fonts/tfm/public/cs
5815
5816%files fonts-dstroke
5817%defattr(644,root,root,755)
5818%doc %{texmf}/doc/fonts/dstroke
5819%{texmf}/fonts/source/public/dstroke
5820%{texmf}/fonts/tfm/public/dstroke
5821
5822%files fonts-ecc
5823%defattr(644,root,root,755)
5824%doc %{texmf}/doc/fonts/ecc
5825%{texmf}/fonts/source/public/ecc
5826%{texmf}/fonts/tfm/public/ecc
5827
5828%files fonts-eurosym
5829%defattr(644,root,root,755)
5830%doc %{texmf}/doc/fonts/eurosym
5831%{texmf}/fonts/source/public/eurosym
5832%{texmf}/fonts/tfm/public/eurosym
5833
5834%files fonts-eulervm
5835%defattr(644,root,root,755)
5836#%doc %{texmf}/doc/fonts/eulervm
5837%{texmf}/fonts/tfm/public/eulervm
5838%{texmf}/fonts/vf/public/eulervm
5839
5840%files fonts-euxm
5841%defattr(644,root,root,755)
5842%{texmf}/fonts/source/public/euxm
5843%{texmf}/fonts/tfm/public/euxm
5844
5845%files fonts-gothic
5846%defattr(644,root,root,755)
5847%{texmf}/fonts/source/public/gothic
5848%{texmf}/fonts/tfm/public/gothic
5849
5850%files fonts-hoekwater
5851%defattr(644,root,root,755)
5852%doc %{texmf}/doc/fonts/hoekwater
5853%{texmf}/fonts/tfm/hoekwater
5854%{texmf}/fonts/map/dvips/tetex/hoekwater.map
5855
5856%files fonts-jknappen
5857%defattr(644,root,root,755)
5858%{texmf}/fonts/source/jknappen
5859%{texmf}/fonts/tfm/jknappen
5860
5861%files fonts-latex
5862%defattr(644,root,root,755)
5863%{texmf}/fonts/source/public/latex
5864%{texmf}/fonts/tfm/public/latex
5865%{texmf}/fonts/source/public/esint
5866
5867%files fonts-lh
5868%defattr(644,root,root,755)
5869%doc %{texmf}/doc/fonts/lh
5870%{texmf}/fonts/source/lh
5871#%{texmf}/fonts/tfm/lh
5872
5873%files fonts-lm
5874%defattr(644,root,root,755)
5875%{texmf}/fonts/tfm/public/lm
5876
5877%files fonts-marvosym
5878%defattr(644,root,root,755)
5879%doc %{texmf}/doc/fonts/marvosym
5880%{texmf}/fonts/afm/public/marvosym
5881%{texmf}/fonts/tfm/public/marvosym
5882
5883%files fonts-mflogo
5884%defattr(644,root,root,755)
5885%{texmf}/fonts/source/public/mflogo
5886%{texmf}/fonts/tfm/public/mflogo
5887
5888%files fonts-misc
5889%defattr(644,root,root,755)
5890%{texmf}/fonts/source/public/misc
5891%{texmf}/fonts/tfm/public/misc
5892
5893%files fonts-monotype
5894%defattr(644,root,root,755)
5895#%{texmf}/fonts/tfm/monotype
5896#%{texmf}/fonts/vf/monotype
5897
5898%files fonts-omega
5899%defattr(644,root,root,755)
5900#%dir %{texmf}/fonts/ocp
5901#%dir %{texmf}/fonts/ocp/public
5902#%{texmf}/fonts/ocp/public/oinuit
5903%dir %{texmf}/fonts/ofm
5904%dir %{texmf}/fonts/ofm/public
5905%{texmf}/fonts/ofm/public/*
5906%dir %{texmf}/fonts/ovf
5907%dir %{texmf}/fonts/ovf/public
5908%{texmf}/fonts/ovf/public/*
5909%dir %{texmf}/fonts/ovp
5910%dir %{texmf}/fonts/ovp/public
5911%{texmf}/fonts/ovp/public/*
5912%{texmf}/fonts/afm/public/omega
5913%{texmf}/fonts/tfm/public/omega
5914
5915%files fonts-pazo
5916%defattr(644,root,root,755)
5917%{texmf}/fonts/tfm/public/pazo
5918%{texmf}/fonts/vf/public/pazo
5919
5920%files fonts-pl
5921%defattr(644,root,root,755)
5922%doc %{texmf}/doc/fonts/polish/pl
5923%{texmf}/dvips/pl
5924%{texmf}/fonts/enc/dvips/pl
5925%{texmf}/fonts/map/dvips/pl
5926%{texmf}/fonts/source/public/pl
5927%{texmf}/fonts/afm/public/pl
5928%{texmf}/fonts/tfm/public/pl
5929
5930%files fonts-px
5931%defattr(644,root,root,755)
5932%{texmf}/fonts/map/dvips/tetex/pxfonts.map
5933%{texmf}/fonts/afm/public/pxfonts
5934%{texmf}/fonts/tfm/public/pxfonts
5935%{texmf}/fonts/vf/public/pxfonts
5936
5937%files fonts-qfonts
5938%defattr(644,root,root,755)
5939%doc %{texmf}/doc/fonts/polish/qfonts
5940%{texmf}/fonts/enc/dvips/qfonts
5941%{texmf}/fonts/map/dvips/qfonts
5942%{texmf}/dvips/qfonts
5943%{texmf}/fonts/afm/public/qfonts
5944%{texmf}/fonts/tfm/public/qfonts
5945
5946%files fonts-qpx
5947%defattr(644,root,root,755)
5948%{texmf}/fonts/tfm/public/qpx
5949%{texmf}/fonts/vf/public/qpx
5950
5951%files fonts-qtx
5952%defattr(644,root,root,755)
5953%{texmf}/fonts/tfm/public/qtx
5954%{texmf}/fonts/vf/public/qtx
5955
5956%files fonts-rsfs
5957%defattr(644,root,root,755)
5958%{texmf}/fonts/source/public/rsfs
5959%{texmf}/fonts/tfm/public/rsfs
5960
5961%files fonts-stmaryrd
5962%defattr(644,root,root,755)
5963%doc %{texmf}/doc/latex/stmaryrd
5964%{texmf}/fonts/source/public/stmaryrd
5965%{texmf}/fonts/tfm/public/stmaryrd
5966
5967%files fonts-tx
5968%defattr(644,root,root,755)
5969%{texmf}/fonts/map/dvips/tetex/txfonts.map
5970%{texmf}/fonts/afm/public/txfonts
5971%{texmf}/fonts/tfm/public/txfonts
5972%{texmf}/fonts/vf/public/txfonts
5973
5974%files fonts-urw
5975%defattr(644,root,root,755)
5976%doc %{texmf}/doc/fonts/urw
5977%{texmf}/fonts/afm/urw
5978
5979%files fonts-urwvn
5980%defattr(644,root,root,755)
5981%{texmf}/fonts/tfm/public/urwvn
5982%{texmf}/fonts/type1/public/urwvn
5983%{texmf}/fonts/vf/public/urwvn
5984
5985%files fonts-vnr
5986%defattr(644,root,root,755)
5987%{texmf}/fonts/map/dvips/vntex
5988%{texmf}/fonts/source/public/vnr
5989%{texmf}/fonts/tfm/public/vnr
5990
5991%files fonts-wasy
5992%defattr(644,root,root,755)
5993%{texmf}/fonts/source/public/wasy
5994%{texmf}/fonts/tfm/public/wasy
5995
5996%files fonts-xypic
5997%defattr(644,root,root,755)
5998%{texmf}/fonts/map/dvips/xypic
5999%{texmf}/fonts/afm/public/xypic
6000%{texmf}/fonts/source/public/xypic
6001%{texmf}/fonts/tfm/public/xypic
6002
6003%files fonts-yandy
6004%defattr(644,root,root,755)
6005%{texmf}/fonts/afm/yandy
6006%{texmf}/fonts/source/yandy
6007%{texmf}/fonts/tfm/yandy
6008%{texmf}/fonts/vf/yandy
6009
6010%files fonts-type1-antp
6011%defattr(644,root,root,755)
6012%{texmf}/dvips/antp
6013%{texmf}/fonts/type1/public/antp
6014
6015%files fonts-type1-antt
6016%defattr(644,root,root,755)
6017%{texmf}/dvips/antt
6018%{texmf}/fonts/type1/public/antt
6019
6020%files fonts-type1-belleek
6021%defattr(644,root,root,755)
6022%doc %{texmf}/doc/fonts/belleek
6023%{texmf}/fonts/type1/public/belleek
6024
6025%files fonts-type1-bitstream
6026%defattr(644,root,root,755)
6027%{texmf}/fonts/type1/bitstrea
6028
6029%files fonts-type1-bluesky
6030%defattr(644,root,root,755)
6031%doc %{texmf}/doc/fonts/bluesky
6032%{texmf}/dvips/bluesky
6033%{texmf}/fonts/type1/bluesky
6034
6035%files fonts-type1-cc-pl
6036%defattr(644,root,root,755)
6037%doc %{texmf}/doc/fonts/polish/cc-plps
6038%{texmf}/fonts/type1/public/cc-pl
6039
6040%files fonts-type1-cmcyr
6041%defattr(644,root,root,755)
6042%{texmf}/fonts/type1/public/cmcyr
6043
6044%files fonts-type1-cs
6045%defattr(644,root,root,755)
6046%{texmf}/fonts/type1/public/cs
6047
6048%files fonts-type1-dstroke
6049%defattr(644,root,root,755)
6050%{texmf}/fonts/type1/public/dstroke
6051
6052%files fonts-type1-eurosym
6053%defattr(644,root,root,755)
6054%{texmf}/fonts/type1/public/eurosym
6055
6056%files fonts-type1-hoekwater
6057%defattr(644,root,root,755)
6058%{texmf}/fonts/type1/hoekwater
6059
6060%files fonts-type1-fpl
6061%defattr(644,root,root,755)
6062%doc %{texmf}/doc/fonts/fpl
6063%{texmf}/fonts/afm/public/fpl
6064%{texmf}/fonts/type1/public/fpl
6065
6066%files fonts-type1-lm
6067%defattr(644,root,root,755)
6068%{texmf}/fonts/afm/public/lm
6069%{texmf}/fonts/type1/public/lm
6070
6071%files fonts-type1-marvosym
6072%defattr(644,root,root,755)
6073%{texmf}/fonts/type1/public/marvosym
6074
6075%files fonts-type1-mathpazo
6076%defattr(644,root,root,755)
6077%doc %{texmf}/doc/fonts/mathpazo
6078%{texmf}/fonts/afm/public/mathpazo
6079%{texmf}/fonts/type1/public/mathpazo
6080
6081%files fonts-type1-omega
6082%defattr(644,root,root,755)
6083%{texmf}/fonts/type1/public/omega
6084
6085%files fonts-type1-pl
6086%defattr(644,root,root,755)
6087%doc %{texmf}/doc/fonts/polish/plpsfont
6088%{texmf}/fonts/type1/public/pl
6089
6090%files fonts-type1-px
6091%defattr(644,root,root,755)
6092%{texmf}/fonts/type1/public/pxfonts
6093
6094%files fonts-type1-qfonts
6095%defattr(644,root,root,755)
6096%{texmf}/fonts/type1/public/qfonts
6097
6098%files fonts-type1-tx
6099%defattr(644,root,root,755)
6100%{texmf}/fonts/type1/public/txfonts
6101
6102%files fonts-type1-tt2001
6103%defattr(644,root,root,755)
6104%{texmf}/fonts/type1/public/tt2001
6105
6106%files fonts-type1-urw
6107%defattr(644,root,root,755)
6108%{texmf}/fonts/type1/urw
6109
6110%files fonts-type1-vnr
6111%defattr(644,root,root,755)
6112%{texmf}/fonts/type1/public/vnr
6113
6114%files fonts-type1-xypic
6115%defattr(644,root,root,755)
6116%{texmf}/dvips/xypic
6117%{texmf}/fonts/type1/public/xypic
This page took 0.89682 seconds and 4 git commands to generate.