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