]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- more BR; some fixes
[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 \
d08789e0
ZU
3109 --with-system-gd \
3110 --with-system-ncurses \
3111 --with-system-pnglib \
3112 --with-system-t1lib \
3113 --with-system-zlib \
3114 --with-texmf-dir=../../texmf \
3115 --with-xdvi-x-toolkit=xaw \
3116 --without-dialog \
3117 --without-t1utils \
3118 --without-texinfo
3119
d08789e0
ZU
3120%{__make}
3121
d08789e0
ZU
3122%install
3123rm -rf $RPM_BUILD_ROOT
3124install -d $RPM_BUILD_ROOT%{_datadir} \
3125 $RPM_BUILD_ROOT%{_desktopdir} \
3126 $RPM_BUILD_ROOT%{_pixmapsdir} \
3127 $RPM_BUILD_ROOT/var/cache/fonts \
3128 $RPM_BUILD_ROOT/etc/cron.daily\
3129 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap
3130
3131# commented out because of following (non-fatal) error:
3132# Can't open texmf/web2c/texmf.cnf: No such file or directory.
3133#perl -pi \
3134# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
3135# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
3136# texmf/web2c/texmf.cnf
3137
3138cp -a texmf $RPM_BUILD_ROOT%{texmf}
3139
3140install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
3141
3142LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
3143
3144%{__make} install \
3145 prefix=$RPM_BUILD_ROOT%{_prefix} \
3146 bindir=$RPM_BUILD_ROOT%{_bindir} \
3147 mandir=$RPM_BUILD_ROOT%{_mandir} \
3148 libdir=$RPM_BUILD_ROOT%{_libdir} \
3149 datadir=$RPM_BUILD_ROOT%{_datadir} \
3150 infodir=$RPM_BUILD_ROOT%{_infodir} \
3151 includedir=$RPM_BUILD_ROOT%{_includedir} \
3152 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
3153 texmf=$RPM_BUILD_ROOT%{texmf} \
3154 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
3155 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
3156
3157#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
3158#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
3159
3160#%{__make} init \
3161# prefix=$RPM_BUILD_ROOT%{_prefix} \
3162# bindir=$RPM_BUILD_ROOT%{_bindir} \
3163# mandir=$RPM_BUILD_ROOT%{_mandir} \
3164# libdir=$RPM_BUILD_ROOT%{_libdir} \
3165# datadir=$RPM_BUILD_ROOT%{_datadir} \
3166# infodir=$RPM_BUILD_ROOT%{_infodir} \
3167# includedir=$RPM_BUILD_ROOT%{_includedir} \
3168# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
3169# texmf=$RPM_BUILD_ROOT%{texmf}
3170
3171perl -pi \
3172 -e "s|$RPM_BUILD_ROOT||g;" \
3173 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
3174
3175install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/tetex
3176
3177install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
3178install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
3179
3180bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
3181
3182# in separate spec
3183rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{beamer,pgf,xcolor}
3184rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{beamer,pgf,xcolor}
3185
3186# not included in package
3187rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
3188rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
3189rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
3190rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
3191rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
3192rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
3193rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
3194rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
3195rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
3196rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
3197rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
3198rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
3199rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
3200rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
3201rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
3202rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
3203
3204# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
3205# and we can still analyze them
3206install -d format-logs
3207mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
3208
3209%clean
3210rm -rf $RPM_BUILD_ROOT
3211
3212%post
3213%fixinfodir
3214%texhash
3215
3216%postun
3217%fixinfodir
3218if [ "$1" = "1" ]; then
3219 %texhash
3220fi
3221
3222%post doc-Catalogue
3223%texhash
3224
3225%postun doc-Catalogue
3226%texhash
3227
3228%post doc-tug-faq
3229%texhash
3230
3231%postun doc-tug-faq
3232%texhash
3233
3234%post -n kpathsea
3235/sbin/ldconfig
3236%fixinfodir
3237%texhash
3238
3239%postun -n kpathsea
3240/sbin/ldconfig
3241%fixinfodir
3242%texhash
3243
3244%post -n kpathsea-devel
3245%texhash
3246
3247%postun -n kpathsea-devel
3248%texhash
3249
3250%post dvips
3251%fixinfodir
3252%texhash
3253
3254%postun dvips
3255%fixinfodir
3256%texhash
3257
3258%post dvilj
3259%texhash
3260
3261%postun dvilj
3262%texhash
3263
3264%post makeindex
3265%texhash
3266
3267%postun makeindex
3268%texhash
3269
3270%post metafont
3271%texhash
3272
3273%postun metafont
3274%texhash
3275
3276%post metapost
3277%texhash
3278
3279%postun metapost
3280%texhash
3281
3282%post mptopdf
3283%texhash
3284
3285%postun mptopdf
3286%texhash
3287
3288%post texdoctk
3289%texhash
3290
3291%postun texdoctk
3292%texhash
3293
3294%post -n xdvi
3295%texhash
3296
3297%postun -n xdvi
3298%texhash
3299
3300%post pdftex
3301%texhash
3302
3303%postun pdftex
3304%texhash
3305
3306%post omega
3307%texhash
3308
3309%postun omega
3310%texhash
3311
3312%post plain
3313%texhash
3314
3315%postun plain
3316%texhash
3317
3318%post format-plain
3319%texhash
3320
3321%postun format-plain
3322%texhash
3323
3324%post format-pdftex
3325%texhash
3326
3327%postun format-pdftex
3328%texhash
3329
3330%post format-pdfetex
3331%texhash
3332
3333%postun format-pdfetex
3334%texhash
3335
3336%post mex
3337%texhash
3338
3339%postun mex
3340%texhash
3341
3342%post format-mex
3343%texhash
3344
3345%postun format-mex
3346%texhash
3347
3348%post format-pdfmex
3349%texhash
3350
3351%postun format-pdfmex
3352%texhash
3353
3354%postun format-utf8mex
3355%texhash
3356
3357%post amstex
3358%texhash
3359
3360%postun amstex
3361%texhash
3362
3363%post format-amstex
3364%texhash
3365
3366%postun format-amstex
3367%texhash
3368
3369%post format-pdfamstex
3370%texhash
3371
3372%postun format-pdfamstex
3373%texhash
3374
3375%post csplain
3376%texhash
3377
3378%postun csplain
3379%texhash
3380
3381%post format-csplain
3382%texhash
3383
3384%postun format-csplain
3385%texhash
3386
3387%post format-pdfcsplain
3388%texhash
3389
3390%postun format-pdfcsplain
3391%texhash
3392
3393%post cslatex
3394%texhash
3395
3396%postun cslatex
3397%texhash
3398
3399%post format-cslatex
3400%texhash
3401
3402%postun format-cslatex
3403%texhash
3404
3405%post format-pdfcslatex
3406%texhash
3407
3408%postun format-pdfcslatex
3409%texhash
3410
3411%post cyrplain
3412%texhash
3413
3414%postun cyrplain
3415%texhash
3416
3417%post format-cyrplain
3418%texhash
3419
3420%postun format-cyrplain
3421%texhash
3422
3423%post format-cyramstex
3424%texhash
3425
3426%postun format-cyramstex
3427%texhash
3428
3429%post format-cyrtexinfo
3430%texhash
3431
3432%postun format-cyrtexinfo
3433%texhash
3434
3435%post eplain
3436%texhash
3437
3438%postun eplain
3439%texhash
3440
3441%post format-eplain
3442%texhash
3443
3444%postun format-eplain
3445%texhash
3446
3447# ConTeXt format
3448
3449%post context
3450%texhash
3451
3452%postun context
3453%texhash
3454
3455%post format-context-de
3456%texhash
3457
3458%postun format-context-de
3459%texhash
3460
3461%post format-context-en
3462%texhash
3463
3464%postun format-context-en
3465%texhash
3466
3467%post format-context-nl
3468%texhash
3469
3470%postun format-context-nl
3471%texhash
3472
3473# LaTeX format.
3474
3475%post latex
3476%fixinfodir
3477%texhash
3478
3479%postun latex
3480%fixinfodir
3481%texhash
3482
3483%post latex-ae
3484%texhash
3485
3486%postun latex-ae
3487%texhash
3488
3489%post latex-ams
3490%texhash
3491
3492%postun latex-ams
3493%texhash
3494
3495%post latex-antp
3496%texhash
3497
3498%postun latex-antp
3499%texhash
3500
3501%post latex-antt
3502%texhash
3503
3504%postun latex-antt
3505%texhash
3506
3507%post latex-bbm
3508%texhash
3509
3510%postun latex-bbm
3511%texhash
3512
3513%post latex-bbold
3514%texhash
3515
3516%postun latex-bbold
3517%texhash
3518
3519%post latex-bibtex
3520%texhash
3521
3522%postun latex-bibtex
3523%texhash
3524
3525%post latex-bibtex-ams
3526%texhash
3527
3528%postun latex-bibtex-ams
3529%texhash
3530
3531%post latex-bibtex-pl
3532%texhash
3533
3534%postun latex-bibtex-pl
3535%texhash
3536
3537%post latex-bibtex-german
3538%texhash
3539
3540%postun latex-bibtex-german
3541%texhash
3542
3543%post latex-bibtex-revtex4
3544%texhash
3545
3546%postun latex-bibtex-revtex4
3547%texhash
3548
3549%post latex-bibtex-jurabib
3550%texhash
3551
3552%postun latex-bibtex-jurabib
3553%texhash
3554
3555%post latex-carlisle
3556%texhash
3557
3558%postun latex-carlisle
3559%texhash
3560
3561%post latex-ccfonts
3562%texhash
3563
3564%postun latex-ccfonts
3565%texhash
3566
3567%post latex-cite
3568%texhash
3569
3570%postun latex-cite
3571%texhash
3572
3573%post latex-cmbright
3574%texhash
3575
3576%postun latex-cmbright
3577%texhash
3578
3579%post latex-concmath
3580%texhash
3581
3582%postun latex-concmath
3583%texhash
3584
3585%post latex-custom-bib
3586%texhash
3587
3588%postun latex-custom-bib
3589%texhash
3590
3591%post latex-cyrillic
3592%texhash
3593
3594%postun latex-cyrillic
3595%texhash
3596
3597%post latex-dstroke
3598%texhash
3599
3600%postun latex-dstroke
3601%texhash
3602
3603%post latex-jknappen
3604%texhash
3605
3606%postun latex-jknappen
3607%texhash
3608
3609%post latex-lm
3610%texhash
3611
3612%postun latex-lm
3613%texhash
3614
3615%post latex-lucidabr
3616%texhash
3617
3618%postun latex-lucidabr
3619%texhash
3620
3621%post latex-marvosym
3622%texhash
3623
3624%postun latex-marvosym
3625%texhash
3626
3627%post latex-mathpple
3628%texhash
3629
3630%postun latex-mathpple
3631%texhash
3632
3633%post latex-mathtime
3634%texhash
3635
3636%postun latex-mathtime
3637%texhash
3638
3639%post latex-mflogo
3640%texhash
3641
3642%postun latex-mflogo
3643%texhash
3644
3645%post latex-mfnfss
3646%texhash
3647
3648%postun latex-mfnfss
3649%texhash
3650
3651%post latex-minitoc
3652%texhash
3653
3654%postun latex-minitoc
3655%texhash
3656
3657%post latex-mltex
3658%texhash
3659
3660%postun latex-mltex
3661%texhash
3662
3663%post latex-palatcm
3664%texhash
3665
3666%postun latex-palatcm
3667%texhash
3668
3669%post latex-psnfss
3670%texhash
3671
3672%postun latex-psnfss
3673%texhash
3674
3675%post latex-pxfonts
3676%texhash
3677
3678%postun latex-pxfonts
3679%texhash
3680
3681%post latex-qfonts
3682%texhash
3683
3684%postun latex-qfonts
3685%texhash
3686
3687%post latex-txfonts
3688%texhash
3689
3690%postun latex-txfonts
3691%texhash
3692
3693%post latex-umlaute
3694%texhash
3695
3696%postun latex-umlaute
3697%texhash
3698
3699%post latex-wasysym
3700%texhash
3701
3702%postun latex-wasysym
3703%texhash
3704
3705%post format-latex
3706%texhash
3707
3708%postun format-latex
3709%texhash
3710
3711%post format-pdflatex
3712%texhash
3713
3714%postun format-pdflatex
3715%texhash
3716
3717%post platex
3718%texhash
3719
3720%postun platex
3721%texhash
3722
3723%post format-platex
3724%texhash
3725
3726%postun format-platex
3727%texhash
3728
3729%post format-pdfplatex
3730%texhash
3731
3732%postun format-pdfplatex
3733%texhash
3734
3735%post tex-babel
3736%texhash
3737
3738%postun tex-babel
3739%texhash
3740
3741%post tex-german
3742%texhash
3743
3744%postun tex-german
3745%texhash
3746
3747%post tex-mfpic
3748%texhash
3749
3750%postun tex-mfpic
3751%texhash
3752
3753%post tex-misc
3754%texhash
3755
3756%postun tex-misc
3757%texhash
3758
3759%post tex-pictex
3760%texhash
3761
3762%postun tex-pictex
3763%texhash
3764
3765%post tex-pstricks
3766%texhash
3767
3768%postun tex-pstricks
3769%texhash
3770
3771%post tex-qpx
3772%texhash
3773
3774%postun tex-qpx
3775%texhash
3776
3777%post tex-qtx
3778%texhash
3779
3780%postun tex-qtx
3781%texhash
3782
3783%post tex-ruhyphen
3784%texhash
3785
3786%postun tex-ruhyphen
3787%texhash
3788
3789%post tex-spanish
3790%texhash
3791
3792%postun tex-spanish
3793%texhash
3794
3795%post tex-texdraw
3796%texhash
3797
3798%postun tex-texdraw
3799%texhash
3800
3801%post tex-thumbpdf
3802%texhash
3803
3804%postun tex-thumbpdf
3805%texhash
3806
3807%post tex-ukrhyph
3808%texhash
3809
3810%postun tex-ukrhyph
3811%texhash
3812
3813%post latex-vietnam
3814%texhash
3815
3816%postun latex-vietnam
3817%texhash
3818
3819%post tex-xypic
3820%texhash
3821
3822%postun tex-xypic
3823%texhash
3824
3825%post fonts-adobe
3826%texhash
3827
3828%postun fonts-adobe
3829%texhash
3830
3831%post fonts-ae
3832%texhash
3833
3834%postun fonts-ae
3835%texhash
3836
3837%post fonts-ams
3838%texhash
3839
3840%postun fonts-ams
3841%texhash
3842
3843%post fonts-antp
3844%texhash
3845
3846%postun fonts-antp
3847%texhash
3848
3849%post fonts-antt
3850%texhash
3851
3852%postun fonts-antt
3853%texhash
3854
3855%post fonts-bbm
3856%texhash
3857
3858%postun fonts-bbm
3859%texhash
3860
3861%post fonts-bbold
3862%texhash
3863
3864%postun fonts-bbold
3865%texhash
3866
3867%post fonts-bh
3868%texhash
3869
3870%postun fonts-bh
3871%texhash
3872
3873%post fonts-bitstream
3874%texhash
3875
3876%postun fonts-bitstream
3877%texhash
3878
3879%post fonts-cbgreek
3880%texhash
3881
3882%postun fonts-cbgreek
3883%texhash
3884
3885%post fonts-cc-pl
3886%texhash
3887
3888%postun fonts-cc-pl
3889%texhash
3890
3891%post fonts-cg
3892%texhash
3893
3894%postun fonts-cg
3895%texhash
3896
3897%post fonts-cm
3898%texhash
3899
3900%postun fonts-cm
3901%texhash
3902
3903%post fonts-cmbright
3904%texhash
3905
3906%postun fonts-cmbright
3907%texhash
3908
3909%post fonts-cmcyr
3910%texhash
3911
3912%postun fonts-cmcyr
3913%texhash
3914
3915%post fonts-cmextra
3916%texhash
3917
3918%postun fonts-cmextra
3919%texhash
3920
3921%post fonts-concmath
3922%texhash
3923
3924%postun fonts-concmath
3925%texhash
3926
3927%post fonts-concrete
3928%texhash
3929
3930%postun fonts-concrete
3931%texhash
3932
3933%post fonts-cs
3934%texhash
3935
3936%postun fonts-cs
3937%texhash
3938
3939%post fonts-dstroke
3940%texhash
3941
3942%postun fonts-dstroke
3943%texhash
3944
3945%post fonts-ecc
3946%texhash
3947
3948%postun fonts-ecc
3949%texhash
3950
3951%post fonts-eurosym
3952%texhash
3953
3954%postun fonts-eurosym
3955%texhash
3956
3957%post fonts-euxm
3958%texhash
3959
3960%postun fonts-euxm
3961%texhash
3962
3963%post fonts-gothic
3964%texhash
3965
3966%postun fonts-gothic
3967%texhash
3968
3969%post fonts-hoekwater
3970%texhash
3971
3972%postun fonts-hoekwater
3973%texhash
3974
3975%post fonts-jknappen
3976%texhash
3977
3978%postun fonts-jknappen
3979%texhash
3980
3981%post fonts-latex
3982%texhash
3983
3984%postun fonts-latex
3985%texhash
3986
3987%post fonts-lh
3988%texhash
3989
3990%postun fonts-lh
3991%texhash
3992
3993%post fonts-lm
3994%texhash
3995
3996%postun fonts-lm
3997%texhash
3998
3999%post fonts-marvosym
4000%texhash
4001
4002%postun fonts-marvosym
4003%texhash
4004
4005%post fonts-mflogo
4006%texhash
4007
4008%postun fonts-mflogo
4009%texhash
4010
4011%post fonts-misc
4012%texhash
4013
4014%postun fonts-misc
4015%texhash
4016
4017%post fonts-monotype
4018%texhash
4019
4020%postun fonts-monotype
4021%texhash
4022
4023%post fonts-omega
4024%texhash
4025
4026%postun fonts-omega
4027%texhash
4028
4029%post fonts-pazo
4030%texhash
4031
4032%postun fonts-pazo
4033%texhash
4034
4035%post fonts-pl
4036%texhash
4037
4038%postun fonts-pl
4039%texhash
4040
4041%post fonts-px
4042%texhash
4043
4044%postun fonts-px
4045%texhash
4046
4047%post fonts-qfonts
4048%texhash
4049
4050%postun fonts-qfonts
4051%texhash
4052
4053%post fonts-qpx
4054%texhash
4055
4056%postun fonts-qpx
4057%texhash
4058
4059%post fonts-qtx
4060%texhash
4061
4062%postun fonts-qtx
4063%texhash
4064
4065%post fonts-rsfs
4066%texhash
4067
4068%postun fonts-rsfs
4069%texhash
4070
4071%post fonts-stmaryrd
4072%texhash
4073
4074%postun fonts-stmaryrd
4075%texhash
4076
4077%post fonts-tx
4078%texhash
4079
4080%postun fonts-tx
4081%texhash
4082
4083%post fonts-urw
4084%texhash
4085
4086%postun fonts-urw
4087%texhash
4088
4089%post fonts-vnr
4090%texhash
4091
4092%postun fonts-vnr
4093%texhash
4094
4095%post fonts-wasy
4096%texhash
4097
4098%postun fonts-wasy
4099%texhash
4100
4101%post fonts-xypic
4102%texhash
4103
4104%postun fonts-xypic
4105%texhash
4106
4107%post fonts-yandy
4108%texhash
4109
4110%postun fonts-yandy
4111%texhash
4112
4113%post fonts-type1-antp
4114%texhash
4115
4116%postun fonts-type1-antp
4117%texhash
4118
4119%post fonts-type1-antt
4120%texhash
4121
4122%postun fonts-type1-antt
4123%texhash
4124
4125%post fonts-type1-belleek
4126%texhash
4127
4128%postun fonts-type1-belleek
4129%texhash
4130
4131%post fonts-type1-bitstream
4132%texhash
4133
4134%postun fonts-type1-bitstream
4135%texhash
4136
4137%post fonts-type1-bluesky
4138%texhash
4139
4140%postun fonts-type1-bluesky
4141%texhash
4142
4143%post fonts-type1-cc-pl
4144%texhash
4145
4146%postun fonts-type1-cc-pl
4147%texhash
4148
4149%post fonts-type1-cmcyr
4150%texhash
4151
4152%postun fonts-type1-cmcyr
4153%texhash
4154
4155%post fonts-type1-cs
4156%texhash
4157
4158%postun fonts-type1-cs
4159%texhash
4160
4161%post fonts-type1-dstroke
4162%texhash
4163
4164%postun fonts-type1-dstroke
4165%texhash
4166
4167%post fonts-type1-eurosym
4168%texhash
4169
4170%postun fonts-type1-eurosym
4171%texhash
4172
4173%post fonts-type1-hoekwater
4174%texhash
4175
4176%postun fonts-type1-hoekwater
4177%texhash
4178
4179%post fonts-type1-lm
4180%texhash
4181
4182%postun fonts-type1-lm
4183%texhash
4184
4185%post fonts-type1-marvosym
4186%texhash
4187
4188%postun fonts-type1-marvosym
4189%texhash
4190
4191%post fonts-type1-mathpazo
4192%texhash
4193
4194%postun fonts-type1-mathpazo
4195%texhash
4196
4197%post fonts-type1-omega
4198%texhash
4199
4200%postun fonts-type1-omega
4201%texhash
4202
4203%post fonts-type1-pl
4204%texhash
4205
4206%postun fonts-type1-pl
4207%texhash
4208
4209%post fonts-type1-px
4210%texhash
4211
4212%postun fonts-type1-px
4213%texhash
4214
4215%post fonts-type1-qfonts
4216%texhash
4217
4218%postun fonts-type1-qfonts
4219%texhash
4220
4221%post fonts-type1-tx
4222%texhash
4223
4224%postun fonts-type1-tx
4225%texhash
4226
4227%post fonts-type1-urw
4228%texhash
4229
4230%postun fonts-type1-urw
4231%texhash
4232
4233%post fonts-type1-vnr
4234%texhash
4235
4236%postun fonts-type1-vnr
4237%texhash
4238
4239%post fonts-type1-xypic
4240%texhash
4241
4242%postun fonts-type1-xypic
4243%texhash
4244
4245%post -n texconfig
4246%texhash
4247
4248%postun -n texconfig
4249%texhash
4250
4251%files
4252%defattr(644,root,root,755)
4253%docdir %{texmf}/doc
4254%dir %{texmf}/doc
4255%doc %{texmf}/LICENSE.texmf
4256%doc %{texmf}/ChangeLog
4257%doc %{texmf}/doc/README
4258%doc %{texmf}/doc/README.knuth
4259%dir %{texmf}/doc/tetex
4260%doc %{texmf}/doc/tetex/eurotex98-te.pdf
4261%doc %{texmf}/doc/tetex/TETEXDOC.*
4262%doc %{texmf}/doc/tetex/teTeX-FAQ
4263%doc %{texmf}/doc/tetex.gif
4264%doc %{texmf}/doc/tetex.png
4265%dir %{texmf}/doc/cstex
4266%doc %{texmf}/doc/fontinst
4267%dir %{texmf}/doc/fonts
4268%doc %{texmf}/doc/fonts/fontname
4269%dir %{texmf}/doc/fonts/polish
4270%dir %{texmf}/doc/generic
4271%doc %{texmf}/doc/generic/nohyph
4272%doc %{texmf}/doc/generic/tex-ps
4273%dir %{texmf}/doc/help
4274%doc %{texmf}/doc/help/csname.txt
4275%doc %{texmf}/doc/help/ctan
4276%doc %{texmf}/doc/help/tds.dvi
4277%doc %{texmf}/doc/help/unixtex.ftp
4278%dir %{texmf}/doc/help/faq
4279%doc %{texmf}/doc/images
4280%dir %{texmf}/doc/latex
4281%dir %{texmf}/doc/polish
4282%doc %{texmf}/doc/polish/*.html
4283%dir %{texmf}/doc/programs
4284%doc %{texmf}/doc/programs/web2c*
4285%doc %{texmf}/doc/programs/cwebman.dvi
4286%doc %{texmf}/doc/programs/dvipng.*
4287%doc %{texmf}/doc/knuth
4288
4289#%attr(755,root,root) %{_bindir}/MakeTeXPK
4290#%attr(755,root,root) %{_bindir}/access
4291%attr(755,root,root) %{_bindir}/a2ping
4292%attr(755,root,root) %{_bindir}/afm2tfm
4293%attr(755,root,root) %{_bindir}/allcm
4294%attr(755,root,root) %{_bindir}/allec
4295%attr(755,root,root) %{_bindir}/allneeded
4296%attr(755,root,root) %{_bindir}/cweave
4297%attr(755,root,root) %{_bindir}/ctangle
4298%attr(755,root,root) %{_bindir}/ctie
4299%attr(755,root,root) %{_bindir}/dmp
4300%attr(755,root,root) %{_bindir}/dvipng
4301%attr(755,root,root) %{_bindir}/e2pall
4302%attr(755,root,root) %{_bindir}/ebb
4303%attr(755,root,root) %{_bindir}/fdf2tan
4304%attr(755,root,root) %{_bindir}/fmtutil
4305%attr(755,root,root) %{_bindir}/fmtutil-sys
4306#%attr(755,root,root) %{_bindir}/fontexport
4307#%attr(755,root,root) %{_bindir}/fontimport
4308%attr(755,root,root) %{_bindir}/fontinst
4309%attr(755,root,root) %{_bindir}/gftodvi
4310%attr(755,root,root) %{_bindir}/gftopk
4311%attr(755,root,root) %{_bindir}/gftype
4312%attr(755,root,root) %{_bindir}/gsftopk
4313#%attr(755,root,root) %{_bindir}/initex
4314%attr(755,root,root) %{_bindir}/kpseaccess
4315%attr(755,root,root) %{_bindir}/kpsereadlink
4316%attr(755,root,root) %{_bindir}/kpsewhere
4317%attr(755,root,root) %{_bindir}/mag
4318%attr(755,root,root) %{_bindir}/makempx
4319%attr(755,root,root) %{_bindir}/makempy
4320#%attr(755,root,root) %{_bindir}/mkfontdesc
4321%attr(755,root,root) %{_bindir}/mktexfmt
4322%attr(755,root,root) %{_bindir}/mktexlsr
4323%attr(755,root,root) %{_bindir}/newer
4324%attr(755,root,root) %{_bindir}/patgen
4325%attr(755,root,root) %{_bindir}/pdfetex
4326%attr(755,root,root) %{_bindir}/pfb2pfa
4327%attr(755,root,root) %{_bindir}/pk2bm
4328%attr(755,root,root) %{_bindir}/pktogf
4329%attr(755,root,root) %{_bindir}/pktype
4330%attr(755,root,root) %{_bindir}/pltotf
4331%attr(755,root,root) %{_bindir}/pooltype
4332%attr(755,root,root) %{_bindir}/ps2frag
4333%attr(755,root,root) %{_bindir}/ps2pk
4334# TODO: move this file to correct subpackage ?
4335%attr(755,root,root) %{_bindir}/ps4pdf
4336#%attr(755,root,root) %{_bindir}/t1mapper
4337%attr(755,root,root) %{_bindir}/tangle
4338#%attr(755,root,root) %{_bindir}/tetex-updmap
4339%attr(755,root,root) %{_bindir}/tex
4340%attr(755,root,root) %{_bindir}/texdoc
4341%attr(755,root,root) %{_bindir}/texexec
4342%attr(755,root,root) %{_bindir}/texhash
4343%attr(755,root,root) %{_bindir}/texi2html
4344%attr(755,root,root) %{_bindir}/texlinks
4345%attr(755,root,root) %{_bindir}/tftopl
4346%attr(755,root,root) %{_bindir}/tie
4347%attr(755,root,root) %{_bindir}/ttf2afm
4348%attr(755,root,root) %{_bindir}/updmap
4349%attr(755,root,root) %{_bindir}/updmap-sys
4350%attr(755,root,root) %{_bindir}/vftovp
4351#%attr(755,root,root) %{_bindir}/virtex
4352%attr(755,root,root) %{_bindir}/vptovf
4353%attr(755,root,root) %{_bindir}/weave
4354
4355%attr(755,root,root) %{texmf}/web2c/mktexnam
4356%attr(755,root,root) %{texmf}/web2c/mktexdir
4357%attr(755,root,root) %{texmf}/web2c/mktexupd
4358
4359%attr(750,root,root) /etc/cron.daily/tetex
4360
4361#%dir /etc/sysconfig/tetex-updmap
4362#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
4363
4364%ghost %{texmf}/ls-R
4365%dir %{_localstatedir}
4366%dir %{_localstatedir}/fonts
4367%dir %{_localstatedir}/fonts/map
4368%ghost %{_localstatedir}/ls-R
4369
4370%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
4371%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
4372%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
4373%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
4374%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
4375%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
4376%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
4377
4378%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/fontmath.cfg
4379%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/fonttext.cfg
4380%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
4381%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/preload.cfg
4382
4383%dir %{texmf}/dvips
4384%dir %{texmf}/dvips/config
4385%dir %{texmf}/dvips/tetex
4386
4387%attr(1777,root,root) /var/cache/fonts
4388
4389%{_datadir}/info/web2c.info*
4390%{_datadir}/info/texi2html.info*
4391%{_datadir}/texi2html
4392#%{texmf}/updates.dat
4393
4394%{texmf}/aliases
4395%dir %{texmf}/scripts
4396%dir %{texmf}/tex
4397%{texmf}/tex/fontinst
4398%dir %{texmf}/tex/generic
4399%{texmf}/tex/generic/bghyph
4400%dir %{texmf}/tex/generic/config
4401%{texmf}/tex/generic/encodings
4402%doc %{texmf}/doc/generic/enctex
4403%{texmf}/tex/generic/enctex
4404%{texmf}/tex/generic/epsf
4405%doc %{texmf}/doc/generic/hyphen
4406%{texmf}/tex/generic/hyphen
4407#%{texmf}/tex/generic/letterspacing
4408%{texmf}/tex/generic/localloc
4409%{texmf}/tex/generic/null
4410%{texmf}/tex/generic/path
4411%{texmf}/tex/generic/random
4412%{texmf}/tex/generic/tap
4413%{texmf}/tex/generic/tex-ps
4414%{texmf}/tex/generic/texnames
4415%{texmf}/tex/texinfo
4416%dir %{texmf}/web2c
4417%{texmf}/web2c/*.tcx
4418%dir %{fmtdir}
4419%{fmtdir}/metafun.mem
4420#%{texmf}/web2c/tex-pl.pool
4421%{texmf}/web2c/tex.pool
4422%dir %{texmf}/fonts/map
4423%dir %{texmf}/fonts/map/dvips
4424#%{texmf}/fonts/map/dvips/updmap/ps2pk.map
4425%dir %{texmf}/fonts/map/dvips/tetex
4426%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
4427%{texmf}/fonts/map/fontname
4428%dir %{texmf}/fonts/enc
4429%dir %{texmf}/fonts/enc/dvips
4430%dir %{texmf}/fonts/enc/dvips/tetex
4431%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
4432%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
4433%{texmf}/fonts/enc/dvips/tetex/10037936.enc
4434%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
4435%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
4436%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
4437%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
4438%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
4439%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
4440%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
4441%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
4442
4443%dir %{texmf}/fonts/enc/dvips/vntex
4444%{texmf}/fonts/enc/dvips/vntex/t5.enc
4445
4446%{texmf}/fonts/map/dvips/tetex/contnav.map
4447%{texmf}/fonts/map/dvips/tetex/lumath-o.map
4448%dir %{texmf}/fonts/map/dvips/urwvn
4449%{texmf}/fonts/map/dvips/urwvn/urwvn.map
4450
4451%lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
4452%lang(fi) %{_mandir}/fi/man1/allcm.1*
4453%lang(fi) %{_mandir}/fi/man1/allneeded.1*
4454%lang(fr) %{_mandir}/fr/man1/access.1*
4455%lang(hu) %{_mandir}/hu/man1/access.1*
4456%lang(hu) %{_mandir}/hu/man1/newer.1*
4457%lang(pl) %{_mandir}/pl/man1/access.1*
4458%lang(pl) %{_mandir}/pl/man1/newer.1*
4459#%{_mandir}/man1/MakeTeXPK.1*
4460#%{_mandir}/man1/access.1*
4461#%{_mandir}/man1/fontexport.1*
4462#%{_mandir}/man1/fontimport.1*
4463#%{_mandir}/man1/initex.1*
4464#%{_mandir}/man1/t1mapper.1*
4465#%{_mandir}/man1/virtex.1*
4466#%{_mandir}/man8/mkfontdesc.8*
4467%{_mandir}/man1/afm2tfm.1*
4468%{_mandir}/man1/allcm.1*
4469#%{_mandir}/man1/allec.1*
4470%{_mandir}/man1/allneeded.1*
4471%{_mandir}/man1/ctie.1*
4472%{_mandir}/man1/cweb.1*
4473%{_mandir}/man1/dmp.1*
4474%{_mandir}/man1/dvipdft.1*
4475%{_mandir}/man1/dvipng.1*
4476%{_mandir}/man1/e2pall.1*
4477%{_mandir}/man1/ebb.1*
4478%{_mandir}/man1/fmtutil.1*
4479%{_mandir}/man1/fontinst.1*
4480%{_mandir}/man1/gftodvi.1*
4481%{_mandir}/man1/gftopk.1*
4482%{_mandir}/man1/gftype.1*
4483%{_mandir}/man1/gsftopk.1*
4484%{_mandir}/man1/kpseaccess.1*
4485%{_mandir}/man1/kpsereadlink.1*
4486%{_mandir}/man1/kpsewhere.1*
4487%{_mandir}/man1/mag.1*
4488%{_mandir}/man1/makempx.1*
4489%{_mandir}/man1/makempy.1*
4490#%{_mandir}/man1/mktexfmt.1*
4491%{_mandir}/man1/mktexlsr.1*
4492%{_mandir}/man1/newer.1*
4493%{_mandir}/man1/patgen.1*
4494%{_mandir}/man1/pdfetex.1*
4495%{_mandir}/man1/pfb2pfa.1*
4496%{_mandir}/man1/pk2bm.1*
4497%{_mandir}/man1/pktogf.1*
4498%{_mandir}/man1/pktype.1*
4499%{_mandir}/man1/pltotf.1*
4500%{_mandir}/man1/pooltype.1*
4501%{_mandir}/man1/ps2frag.1*
4502%{_mandir}/man1/ps2pk.1*
4503%{_mandir}/man1/tangle.1*
4504%{_mandir}/man1/tex.1*
4505%{_mandir}/man1/texdoc.1*
4506%{_mandir}/man1/texexec.1*
4507%{_mandir}/man1/texlinks.1*
4508#%{_mandir}/man1/texhash.1*
4509%{_mandir}/man1/texi2html.1*
4510%{_mandir}/man1/tftopl.1*
4511%{_mandir}/man1/ttf2afm.1*
4512%{_mandir}/man1/tie.1*
4513%{_mandir}/man1/updmap.1*
4514%{_mandir}/man1/vftovp.1*
4515%{_mandir}/man1/vptovf.1*
4516%{_mandir}/man1/weave.1*
4517%{_mandir}/man5/fmtutil.cnf.5*
4518#%{_mandir}/man8/fmtutil.8*
4519#%{_mandir}/man8/texlinks.8*
4520
4521%files dirs-fonts
4522%defattr(644,root,root,755)
4523%dir %{texmf}
4524%dir %{texmf}/fonts
4525%dir %{texmf}/fonts/afm
4526%dir %{texmf}/fonts/afm/public
4527%dir %{texmf}/fonts/opentype
4528%dir %{texmf}/fonts/opentype/public
4529%dir %{texmf}/fonts/pk
4530%dir %{texmf}/fonts/source
4531%dir %{texmf}/fonts/source/public
4532%dir %{texmf}/fonts/tfm
4533%dir %{texmf}/fonts/tfm/public
4534%dir %{texmf}/fonts/type1
4535%dir %{texmf}/fonts/type1/public
4536%dir %{texmf}/fonts/vf
4537%dir %{texmf}/fonts/vf/public
4538
4539%files doc-Catalogue
4540%defattr(644,root,root,755)
4541%{texmf}/doc/help/Catalogue
4542
4543%files doc-tug-faq
4544%defattr(644,root,root,755)
4545%{texmf}/doc/help/faq/uktug-faq
4546
4547%files doc-latex
4548%defattr(644,root,root,755)
4549%{texmf}/doc/latex/abstract
4550%{texmf}/doc/latex/acronym
4551%{texmf}/doc/latex/adrconv
4552%{texmf}/doc/latex/aeguill
4553%{texmf}/doc/latex/anysize
4554%{texmf}/doc/latex/appendix
4555%{texmf}/doc/latex/bar
4556%{texmf}/doc/latex/base
4557%{texmf}/doc/latex/beton
4558%{texmf}/doc/latex/bezos
4559%{texmf}/doc/latex/booktabs
4560%{texmf}/doc/latex/caption
4561%{texmf}/doc/latex/carlisle
4562%{texmf}/doc/latex/ccaption
4563%{texmf}/doc/latex/changebar
4564%{texmf}/doc/latex/chappg
4565%{texmf}/doc/latex/comment
4566%{texmf}/doc/latex/concmath
4567%{texmf}/doc/latex/crop
4568%{texmf}/doc/latex/currvita
4569%{texmf}/doc/latex/curves
4570%{texmf}/doc/latex/dinbrief
4571%{texmf}/doc/latex/draftcopy
4572%{texmf}/doc/latex/eclbip
4573%{texmf}/doc/latex/eepic
4574%{texmf}/doc/latex/endfloat
4575%{texmf}/doc/latex/enumitem
4576%{texmf}/doc/latex/eo
4577%{texmf}/doc/latex/esint
4578%{texmf}/doc/latex/eso-pic
4579%{texmf}/doc/latex/euler
4580%{texmf}/doc/latex/eulervm
4581%{texmf}/doc/latex/exam
4582%{texmf}/doc/latex/extsizes
4583%{texmf}/doc/latex/fancybox
4584%{texmf}/doc/latex/fancyhdr
4585%{texmf}/doc/latex/fancyvrb
4586%{texmf}/doc/latex/filecontents
4587%{texmf}/doc/latex/float
4588%{texmf}/doc/latex/floatflt
4589%{texmf}/doc/latex/footmisc
4590%{texmf}/doc/latex/footnpag
4591%{texmf}/doc/latex/fp
4592%{texmf}/doc/latex/g-brief
4593%{texmf}/doc/latex/general
4594%{texmf}/doc/latex/geometry
4595%{texmf}/doc/latex/germbib
4596%{texmf}/doc/latex/graphics
4597%{texmf}/doc/latex/hyperref
4598%{texmf}/doc/latex/hyphenat
4599%{texmf}/doc/latex/images
4600%{texmf}/doc/latex/index
4601%{texmf}/doc/latex/koma-script
4602%{texmf}/doc/latex/labels
4603%{texmf}/doc/latex/lastpage
4604%{texmf}/doc/latex/layouts
4605%{texmf}/doc/latex/leftidx
4606%{texmf}/doc/latex/lettrine
4607%{texmf}/doc/latex/listings
4608%{texmf}/doc/latex/ltabptch
4609%{texmf}/doc/latex/mathcomp
4610%{texmf}/doc/latex/mdwtools
4611%{texmf}/doc/latex/memoir
4612%{texmf}/doc/latex/mh
4613%{texmf}/doc/latex/moreverb
4614%{texmf}/doc/latex/mparhack
4615%{texmf}/doc/latex/ms
4616%{texmf}/doc/latex/mt11p
4617%{texmf}/doc/latex/multibib
4618%{texmf}/doc/latex/mwcls
4619%{texmf}/doc/latex/natbib
4620%{texmf}/doc/latex/nomencl
4621%{texmf}/doc/latex/ntgclass
4622%{texmf}/doc/latex/ntheorem
4623%{texmf}/doc/latex/oberdiek
4624%{texmf}/doc/latex/overpic
4625%{texmf}/doc/latex/paralist
4626%{texmf}/doc/latex/pb-diagram
4627%{texmf}/doc/latex/pdfpages
4628%{texmf}/doc/latex/picinpar
4629%{texmf}/doc/latex/picins
4630%{texmf}/doc/latex/pict2e
4631%{texmf}/doc/latex/placeins
4632%{texmf}/doc/latex/preprint
4633%{texmf}/doc/latex/preview
4634%{texmf}/doc/latex/program
4635%{texmf}/doc/latex/ps4pdf
4636%{texmf}/doc/latex/psfrag
4637%{texmf}/doc/latex/pslatex
4638%{texmf}/doc/latex/revtex4
4639%{texmf}/doc/latex/rotating
4640%{texmf}/doc/latex/rotfloat
4641%{texmf}/doc/latex/scale
4642%{texmf}/doc/latex/sectsty
4643%{texmf}/doc/latex/seminar
4644%{texmf}/doc/latex/shapepar
4645%{texmf}/doc/latex/showlabels
4646%{texmf}/doc/latex/sidecap
4647%{texmf}/doc/latex/SIunits
4648%{texmf}/doc/latex/slashbox
4649%{texmf}/doc/latex/soul
4650%{texmf}/doc/latex/stdclsdv
4651%{texmf}/doc/latex/subfig
4652%{texmf}/doc/latex/subfigure
4653%{texmf}/doc/latex/supertab
4654%{texmf}/doc/latex/tex-refs
4655%{texmf}/doc/latex/textfit
4656%{texmf}/doc/latex/textmerg
4657%{texmf}/doc/latex/textpos
4658%{texmf}/doc/latex/titlesec
4659%{texmf}/doc/latex/tocbibind
4660%{texmf}/doc/latex/tocloft
4661%{texmf}/doc/latex/tools
4662%{texmf}/doc/latex/totpages
4663%{texmf}/doc/latex/treesvr
4664%{texmf}/doc/latex/type1cm
4665%{texmf}/doc/latex/units
4666%{texmf}/doc/latex/vmargin
4667%{texmf}/doc/latex/was
4668%{texmf}/doc/latex/wrapfig
4669%{texmf}/doc/latex/xtab
4670%{texmf}/doc/latex/yfonts
4671
4672%files -n kpathsea
4673%defattr(644,root,root,755)
4674%doc %{texmf}/doc/programs/kpathsea.dvi
4675%doc %{texmf}/doc/programs/kpathsea.pdf
4676%attr(755,root,root) %{_bindir}/kpsepath
4677%attr(755,root,root) %{_bindir}/kpsestat
4678%attr(755,root,root) %{_bindir}/kpsetool
4679%attr(755,root,root) %{_bindir}/kpsewhich
4680%attr(755,root,root) %{_bindir}/kpsexpand
4681%attr(755,root,root) %{_libdir}/libkpathsea.so.*
4682%{_libdir}/libkpathsea.la
4683#%{_mandir}/man1/kpsepath.1*
4684%{_mandir}/man1/kpsestat.1*
4685%{_mandir}/man1/kpsetool.1*
4686%{_mandir}/man1/kpsewhich.1*
4687#%{_mandir}/man1/kpsexpand.1*
4688
4689%files -n kpathsea-devel
4690%defattr(644,root,root,755)
4691%attr(755,root,root) %{_libdir}/libkpathsea.so
4692%{_includedir}/kpathsea
4693%{_infodir}/kpathsea.info*
4694
4695%files dvips
4696%defattr(644,root,root,755)
4697%doc %{texmf}/doc/programs/dvips.dvi
4698%doc %{texmf}/doc/programs/dvips.pdf
4699%doc %{texmf}/doc/programs/dvipdfm.dvi
4700%doc %{texmf}/doc/programs/dvipdfm.pdf
4701%doc %{texmf}/doc/latex/psnfssx
4702%attr(755,root,root) %{_bindir}/dvips
4703%attr(755,root,root) %{_bindir}/dvired
4704%attr(755,root,root) %{_bindir}/dvitomp
4705%attr(755,root,root) %{_bindir}/dvitype
4706%attr(755,root,root) %{_bindir}/dvicopy
4707%attr(755,root,root) %{_bindir}/dvipdfm
4708%attr(755,root,root) %{_bindir}/dvipdft
4709# dvi2fax requires ghostscript
4710%attr(755,root,root) %{_bindir}/dvi2fax
4711%{_infodir}/dvips.info*
4712%{_mandir}/man1/dvi2fax.1*
4713%{_mandir}/man1/dvicopy.1*
4714%{_mandir}/man1/dvipdfm.1*
4715%{_mandir}/man1/dvips.1*
4716%{_mandir}/man1/dvired.1*
4717%{_mandir}/man1/dvitomp.1*
4718%{_mandir}/man1/dvitype.1*
4719%lang(fi) %{_mandir}/fi/man1/dvips.1*
4720%{texmf}/dvips/base
4721%{texmf}/dvips/misc
4722%{texmf}/dvips/gsftopk
4723%{texmf}/dvips/psfrag
4724
4725%config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
4726%{texmf}/dvips/config/config.generic
4727%{texmf}/dvips/tetex/config.*
4728
4729%{texmf}/fonts/enc/dvips/base
4730%{texmf}/fonts/enc/dvips/tetex/mtex.enc
4731%{texmf}/fonts/map/dvipdfm
4732%{texmf}/fonts/map/dvips/misc
4733%{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
4734%{texmf}/fonts/map/dvips/tetex/bsr.map
4735%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
4736%{texmf}/fonts/map/dvips/tetex/dvips35.map
4737%{texmf}/fonts/map/dvips/tetex/mathpple.map
4738%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
4739%{texmf}/fonts/map/dvips/tetex/mt-plus.map
4740%{texmf}/fonts/map/dvips/tetex/mt-yy.map
4741%{texmf}/fonts/map/dvips/tetex/pdftex35.map
4742%{texmf}/fonts/map/dvips/tetex/ttcmex.map
4743%{_localstatedir}/fonts/map/dvipdfm
4744%{_localstatedir}/fonts/map/dvips
4745
4746%dir %{texmf}/dvipdfm
4747%{texmf}/dvipdfm/config
4748
4749%files dvilj
4750%defattr(644,root,root,755)
4751%attr(755,root,root) %{_bindir}/dvihp
4752%attr(755,root,root) %{_bindir}/dvilj
4753%attr(755,root,root) %{_bindir}/dvilj2p
4754%attr(755,root,root) %{_bindir}/dvilj4
4755%attr(755,root,root) %{_bindir}/dvilj4l
4756%attr(755,root,root) %{_bindir}/dvilj6
4757%{_mandir}/man1/dvihp.1*
4758%{_mandir}/man1/dvilj.1*
4759
4760%files makeindex
4761%defattr(644,root,root,755)
4762%doc %{texmf}/doc/makeindex
4763
4764%attr(755,root,root) %{_bindir}/mkindex
4765%attr(755,root,root) %{_bindir}/makeindex
4766%attr(755,root,root) %{_bindir}/rumakeindex
4767
4768%{texmf}/makeindex
4769
4770%{_mandir}/man1/makeindex.1*
4771%{_mandir}/man1/mkindex.1*
4772%{_mandir}/man1/rumakeindex.1*
4773
4774%files metafont
4775%defattr(644,root,root,755)
4776%attr(755,root,root) %{_bindir}/mf
4777%attr(755,root,root) %{_bindir}/mf-nowin
4778%attr(755,root,root) %{_bindir}/mft
4779#%attr(755,root,root) %{_bindir}/mfw
4780#%attr(755,root,root) %{_bindir}/virmf
4781#%attr(755,root,root) %{_bindir}/inimf
4782%attr(755,root,root) %{_bindir}/mktexmf
4783%attr(755,root,root) %{_bindir}/mktexpk
4784%attr(755,root,root) %{_bindir}/mktextfm
4785%{texmf}/metafont
4786%dir %{texmf}/mft
4787%{texmf}/mft/cmbase.mft
4788%{texmf}/mft/e.mft
4789%{texmf}/mft/mplain.mft
4790%{texmf}/mft/plain.mft
4791%{texmf}/mft/pl.mft
4792%{fmtdir}/mf.base
4793#%{texmf}/web2c/mf-nowin.base
4794%{texmf}/web2c/mf.pool
4795#%{texmf}/web2c/mfw.base
4796
4797%{_mandir}/man1/mf.1*
4798%{_mandir}/man1/mft.1*
4799#%{_mandir}/man1/inimf.1*
4800#%{_mandir}/man1/virmf.1*
4801%{_mandir}/man1/mktexmf.1*
4802%{_mandir}/man1/mktexpk.1*
4803%{_mandir}/man1/mktextfm.1*
4804
4805%files metapost
4806%defattr(644,root,root,755)
4807%doc %{texmf}/doc/metapost
4808%attr(755,root,root) %{_bindir}/mpost
4809%attr(755,root,root) %{_bindir}/mpto
4810#%attr(755,root,root) %{_bindir}/virmpost
4811#%attr(755,root,root) %{_bindir}/inimpost
4812%dir %{texmf}/metapost
4813%{texmf}/metapost/base
4814%{texmf}/metapost/config
4815%{texmf}/metapost/mfpic
4816%{texmf}/metapost/misc
4817%{texmf}/metapost/support
4818%{texmf}/web2c/mp.pool
4819%{fmtdir}/mpost.mem
4820%{_mandir}/man1/mpost.1*
4821%{_mandir}/man1/mpto.1*
4822#%{_mandir}/man1/inimpost.1*
4823#%{_mandir}/man1/virmpost.1*
4824
4825%files mptopdf
4826%defattr(644,root,root,755)
4827%attr(755,root,root) %{_bindir}/mptopdf
4828%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
4829
4830%files texdoctk
4831%defattr(644,root,root,755)
4832%doc %{texmf}/doc/texdoctk
4833%attr(755,root,root) %{_bindir}/texdoctk
4834%{texmf}/texdoctk
4835
4836%{_mandir}/man1/texdoctk.1*
4837
4838%files -n texconfig
4839%defattr(644,root,root,755)
4840%attr(755,root,root) %{_bindir}/texconfig
4841%attr(755,root,root) %{_bindir}/texconfig-dialog
4842%attr(755,root,root) %{_bindir}/texconfig-sys
4843%attr(755,root,root) %{texmf}/texconfig/tcfmgr
4844%{_mandir}/man1/texconfig.1*
4845%dir %{texmf}/texconfig
4846%{texmf}/texconfig/tcfmgr.map
4847%{texmf}/texconfig/generic
4848%doc %{texmf}/texconfig/README
4849%{texmf}/texconfig/v
4850%{texmf}/texconfig/g
4851%{texmf}/texconfig/x
4852
4853%files -n xdvi
4854%defattr(644,root,root,755)
4855%attr(755,root,root) %{_bindir}/xdvi
4856%attr(755,root,root) %{_bindir}/xdvi-xaw.bin
4857#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
4858%attr(755,root,root) %{_bindir}/xdvizilla
4859%{_mandir}/man1/xdvi.1*
4860%{_mandir}/man1/xdvizilla.1*
4861%{_desktopdir}/xdvi.desktop
4862%{_pixmapsdir}/xdvi.png
4863%{texmf}/xdvi
4864
4865%files pdftex
4866%defattr(644,root,root,755)
4867%doc %{texmf}/doc/pdftex
4868%doc %{texmf}/doc/programs/pdfcrop.txt
4869%attr(755,root,root) %{_bindir}/epstopdf
4870%attr(755,root,root) %{_bindir}/pdftex
4871%attr(755,root,root) %{_bindir}/pdfxtex
4872%attr(755,root,root) %{_bindir}/pdfcrop
4873%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
4874%{_localstatedir}/fonts/map/pdftex
4875%dir %{texmf}/fonts/map/pdftex
4876%dir %{texmf}/fonts/map/pdftex/cmttf
4877%{texmf}/fonts/map/pdftex/cmttf/cmttf.map
4878%{texmf}/web2c/pdfetex-pl.pool
4879%{texmf}/web2c/pdfetex.pool
4880%{texmf}/web2c/pdfxtex.pool
4881%{texmf}/scripts/pdfcrop
4882%{_mandir}/man1/epstopdf.1*
4883%{_mandir}/man1/pdftex.1*
4884%{_mandir}/man1/pdfxtex.1*
4885
4886%files omega
4887%defattr(644,root,root,755)
4888%doc %{texmf}/doc/omega
4889%dir %{texmf}/omega
4890%dir %{texmf}/dvips/omega
4891%attr(755,root,root) %{_bindir}/aleph
4892%attr(755,root,root) %{_bindir}/lambda
4893%attr(755,root,root) %{_bindir}/mkocp
4894%attr(755,root,root) %{_bindir}/mkofm
4895%attr(755,root,root) %{_bindir}/odvicopy
4896%attr(755,root,root) %{_bindir}/odvips
4897%attr(755,root,root) %{_bindir}/odvitype
4898%attr(755,root,root) %{_bindir}/omega
4899%attr(755,root,root) %{_bindir}/omfonts
4900%attr(755,root,root) %{_bindir}/opl2ofm
4901%attr(755,root,root) %{_bindir}/otangle
4902%attr(755,root,root) %{_bindir}/otp2ocp
4903%attr(755,root,root) %{_bindir}/outocp
4904%attr(755,root,root) %{_bindir}/ovf2ovp
4905%attr(755,root,root) %{_bindir}/ovp2ovf
4906%{texmf}/dvips/omega/config.omega
4907%{texmf}/dvips/omega/omega.cfg
4908%{texmf}/fonts/map/dvips/omega
4909%{texmf}/tex/lambda
4910%{texmf}/omega/ocp
4911%{texmf}/omega/otp
4912%{texmf}/web2c/omega.pool
4913%{texmf}/web2c/aleph.pool
4914#%{_mandir}/man1/lambda.1*
4915%{_mandir}/man1/mkocp.1*
4916%{_mandir}/man1/mkofm.1*
4917%{_mandir}/man1/omega.1*
4918%{_mandir}/man1/ofm2opl.1*
4919%{_mandir}/man1/opl2ofm.1*
4920%{_mandir}/man1/otp2ocp.1*
4921%{_mandir}/man1/outocp.1*
4922%{_mandir}/man1/ovf2ovp.1*
4923%{_mandir}/man1/ovp2ovf.1*
4924
4925%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
4926%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
4927%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
4928%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
4929
4930%files plain
4931%defattr(644,root,root,755)
4932%doc %{texmf}/doc/plain
4933%{texmf}/tex/plain
4934#%{texmf}/web2c/plain.mem
4935#%{texmf}/web2c/plain.base
4936
4937%files format-plain
4938%defattr(644,root,root,755)
4939%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
4940#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
4941
4942%files format-pdftex
4943%defattr(644,root,root,755)
4944%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
4945
4946%files format-pdfetex
4947%defattr(644,root,root,755)
4948%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
4949
4950%files mex
4951%defattr(644,root,root,755)
4952%doc %{texmf}/doc/polish/mex
4953%dir %{texmf}/tex/mex
4954%dir %{texmf}/tex/mex/base
4955%{texmf}/tex/mex/base/mex1.tex
4956%{texmf}/tex/mex/base/mex2.tex
4957%{texmf}/tex/mex/base/mex.tex
4958%dir %{texmf}/tex/mex/config
4959%{texmf}/tex/mex/config/mexconf.tex
4960
4961%files format-mex
4962%defattr(644,root,root,755)
4963%attr(755,root,root) %{_bindir}/mex
4964%{texmf}/tex/mex/config/mex.ini
4965%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
4966
4967%files format-pdfmex
4968%defattr(644,root,root,755)
4969%attr(755,root,root) %{_bindir}/pdfmex
4970%{texmf}/tex/mex/config/pdfmex.ini
4971%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
4972
4973%files format-utf8mex
4974%defattr(644,root,root,755)
4975%attr(755,root,root) %{_bindir}/utf8mex
4976#%doc %{texmf}/doc/mex/utf8mex
4977%{texmf}/tex/mex/utf8mex
4978%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
4979
4980%files amstex
4981%defattr(644,root,root,755)
4982%dir %{texmf}/tex/amstex
4983%{texmf}/tex/amstex/base
4984%{texmf}/tex/amstex/config
4985%{texmf}/tex/plain/amsfonts
4986
4987%files format-amstex
4988%defattr(644,root,root,755)
4989%doc %{texmf}/doc/amstex
4990%attr(755,root,root) %{_bindir}/amstex
4991%{_mandir}/man1/amstex.1*
4992%lang(fi) %{_mandir}/fi/man1/amstex.1*
4993%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
4994
4995%files format-pdfamstex
4996%defattr(644,root,root,755)
4997%attr(755,root,root) %{_bindir}/pdfamstex
4998#%{texmf}/pdftex/amstex
4999%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
5000
5001%files csplain
5002%defattr(644,root,root,755)
5003%doc %{texmf}/doc/cstex/README-cspsfont
5004%doc %{texmf}/doc/cstex/cs-fonts.doc
5005%doc %{texmf}/doc/cstex/cscorr.tab
5006%doc %{texmf}/doc/cstex/csplain.doc
5007%doc %{texmf}/doc/cstex/parpozn.tex
5008%doc %{texmf}/doc/cstex/test8z.tex
5009%doc %{texmf}/doc/cstex/testlat.tex
5010%attr(755,root,root) %{_bindir}/csplain
5011%{texmf}/tex/csplain
5012%{texmf}/tex/generic/csplain
5013
5014%files format-csplain
5015%defattr(644,root,root,755)
5016%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
5017
5018%files format-pdfcsplain
5019%defattr(644,root,root,755)
5020%attr(755,root,root) %{_bindir}/pdfcsplain
5021%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
5022
5023%files cslatex
5024%defattr(644,root,root,755)
5025%doc %{texmf}/doc/cstex/INSTALL.cslatex
5026%doc %{texmf}/doc/cstex/README.cslatex
5027%{texmf}/tex/cslatex
5028%{texmf}/tex/latex/cslatex
5029
5030%files format-cslatex
5031%defattr(644,root,root,755)
5032%attr(755,root,root) %{_bindir}/cslatex
5033%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
5034
5035%files format-pdfcslatex
5036%defattr(644,root,root,755)
5037%attr(755,root,root) %{_bindir}/pdfcslatex
5038%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
5039
5040%files cyrplain
5041%defattr(644,root,root,755)
5042%doc %{texmf}/doc/cyrplain
5043%{texmf}/tex/cyrplain
5044
5045%files format-cyrplain
5046%defattr(644,root,root,755)
5047%attr(755,root,root) %{_bindir}/cyrtex
5048%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
5049
5050%files format-cyramstex
5051%defattr(644,root,root,755)
5052%attr(755,root,root) %{_bindir}/cyramstex
5053%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
5054
5055%files format-cyrtexinfo
5056%defattr(644,root,root,755)
5057%attr(755,root,root) %{_bindir}/cyrtexinfo
5058%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
5059
5060%files eplain
5061%defattr(644,root,root,755)
5062%doc %{texmf}/doc/etex
5063%doc %{texmf}/doc/eplain
5064%{texmf}/tex/plain/etex
5065%{texmf}/tex/eplain
5066
5067%files format-eplain
5068%defattr(644,root,root,755)
5069%attr(755,root,root) %{_bindir}/eplain
5070%attr(755,root,root) %{_bindir}/etex
5071%{_mandir}/man1/eplain.1*
5072%{_mandir}/man1/etex.1*
5073%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
5074%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
5075
5076%files context
5077%defattr(644,root,root,755)
5078%doc %{texmf}/doc/context
5079%doc %{texmf}/doc/polish/context
5080%dir %{texmf}/context
5081%dir %{texmf}/context/config
5082%dir %{texmf}/tex/context
5083%dir %{texmf}/tex/context/config
5084%attr(755,root,root) %{_bindir}/texfind
5085%attr(755,root,root) %{_bindir}/texfont
5086%attr(755,root,root) %{_bindir}/texshow
5087%attr(755,root,root) %{_bindir}/texutil
5088%{_mandir}/man1/fdf2tex.1*
5089%{_mandir}/man1/texfind.1*
5090%{_mandir}/man1/texfont.1*
5091%{_mandir}/man1/texutil.1*
5092%{_mandir}/man1/texshow.1*
5093%{texmf}/context/config/texexec.ini
5094%{texmf}/context/config/texexec.rme
5095%{texmf}/context/data
5096%{texmf}/fonts/enc/dvips/context
5097%{texmf}/fonts/map/dvips/context
5098%{texmf}/metapost/context
5099%{texmf}/scripts/context
5100%{texmf}/tex/latex/context
5101%{texmf}/tex/context/base
5102%{texmf}/tex/context/bib
5103%{texmf}/tex/context/config/cont-usr.tex
5104%{texmf}/tex/context/extra
5105%{texmf}/tex/context/foxet
5106%{texmf}/tex/context/interface
5107%{texmf}/tex/context/maths
5108%{texmf}/tex/context/sample
5109%{texmf}/tex/context/user
5110%{texmf}/tex/generic/context
5111%{texmf}/bibtex/bst/context
5112
5113# no fmt, so commented out
5114#%files format-context-cz
5115#%defattr(644,root,root,755)
5116#%%{texmf}/tex/context/config/cont-cz.ini
5117# does not build with beta 20021025
5118#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
5119
5120%files format-context-de
5121%defattr(644,root,root,755)
5122%{texmf}/tex/context/config/cont-de.ini
5123%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
5124#%{_mandir}/man1/cont-de.1*
5125
5126%files format-context-en
5127%defattr(644,root,root,755)
5128%{texmf}/tex/context/config/cont-en.ini
5129%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
5130#%{_mandir}/man1/cont-en.1*
5131# what is the difference betwen uk and en in this particular situation?
5132%{texmf}/tex/context/config/cont-uk.ini
5133%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
5134
5135# no fmt, so commented out
5136#%files format-context-it
5137#%defattr(644,root,root,755)
5138#%%{texmf}/tex/context/config/cont-it.ini
5139
5140%files format-context-nl
5141%defattr(644,root,root,755)
5142%{texmf}/tex/context/config/cont-nl.ini
5143%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
5144#%{_mandir}/man1/cont-nl.1*
5145
5146# no fmt, so commented out
5147#%files format-context-ro
5148#%defattr(644,root,root,755)
5149#%%{texmf}/tex/context/config/cont-ro.ini
5150
5151%files latex
5152%defattr(644,root,root,755)
5153%{_mandir}/man1/latex.1*
5154%{_mandir}/man1/pslatex.1*
5155%lang(fi) %{_mandir}/fi/man1/latex.1*
5156%lang(pl) %{_mandir}/pl/man1/latex.1*
5157%{_infodir}/latex.info*
5158
5159%dir %{texmf}/tex/latex
5160
5161%{texmf}/tex/latex/SIunits
5162%{texmf}/tex/latex/a4wide
5163%{texmf}/tex/latex/abstract
5164%{texmf}/tex/latex/acronym
5165%{texmf}/tex/latex/adrconv
5166%{texmf}/tex/latex/aeguill
5167%{texmf}/tex/latex/anysize
5168%{texmf}/tex/latex/appendix
5169%{texmf}/tex/latex/bar
5170%{texmf}/tex/latex/base
5171%{texmf}/tex/latex/beton
5172%{texmf}/tex/latex/bezos
5173%{texmf}/tex/latex/bold-extra
5174%{texmf}/tex/latex/booktabs
5175%{texmf}/tex/latex/boxedminipage
5176%{texmf}/tex/latex/calrsfs
5177%{texmf}/tex/latex/cancel
5178%{texmf}/tex/latex/capt-of
5179%{texmf}/tex/latex/caption
5180%{texmf}/tex/latex/ccaption
5181%{texmf}/tex/latex/changebar
5182%{texmf}/tex/latex/chappg
5183%{texmf}/tex/latex/chngpage
5184%{texmf}/tex/latex/citesort
5185%{texmf}/tex/latex/cmap
5186%{texmf}/tex/latex/comment
5187%{texmf}/tex/latex/concrete
5188%{texmf}/tex/latex/config
5189%{texmf}/tex/latex/crop
5190%{texmf}/tex/latex/currvita
5191%{texmf}/tex/latex/curves
5192%{texmf}/tex/latex/dinbrief
5193%{texmf}/tex/latex/draftcopy
5194%{texmf}/tex/latex/dvilj
5195%{texmf}/tex/latex/dvipdfm
5196%{texmf}/tex/latex/eclbip
5197%{texmf}/tex/latex/eepic
5198%{texmf}/tex/latex/endfloat
5199%{texmf}/tex/latex/endnotes
5200%{texmf}/tex/latex/enumitem
5201%{texmf}/tex/latex/eo
5202%{texmf}/tex/latex/eso-pic
5203%{texmf}/tex/latex/etex
5204%{texmf}/tex/latex/esint
5205%{texmf}/tex/latex/euler
5206%{texmf}/tex/latex/eulervm
5207%{texmf}/tex/latex/eurosym
5208%{texmf}/tex/latex/exam
5209%{texmf}/tex/latex/example
5210%{texmf}/tex/latex/extsizes
5211%{texmf}/tex/latex/fancybox
5212%{texmf}/tex/latex/fancyhdr
5213%{texmf}/tex/latex/fancyheadings
5214%{texmf}/tex/latex/fancyvrb
5215%{texmf}/tex/latex/fguill
5216%{texmf}/tex/latex/filecontents
5217%{texmf}/tex/latex/float
5218%{texmf}/tex/latex/floatflt
5219%{texmf}/tex/latex/fnpara
5220%{texmf}/tex/latex/fontinst
5221%{texmf}/tex/latex/footmisc
5222%{texmf}/tex/latex/footnpag
5223%{texmf}/tex/latex/fp
5224%{texmf}/tex/latex/framed
5225%{texmf}/tex/latex/g-brief
5226%{texmf}/tex/latex/geometry
5227%{texmf}/tex/latex/germbib
5228%{texmf}/tex/latex/gletter
5229%{texmf}/tex/latex/graphics
5230%{texmf}/tex/latex/greek
5231%{texmf}/tex/latex/hangcaption
5232%{texmf}/tex/latex/here
5233%{texmf}/tex/latex/hyperref
5234%{texmf}/tex/latex/hyphenat
5235%{texmf}/tex/latex/import
5236%{texmf}/tex/latex/index
5237%{texmf}/tex/latex/koma-script
5238%{texmf}/tex/latex/labels
5239%{texmf}/tex/latex/lastpage
5240%{texmf}/tex/latex/layouts
5241%{texmf}/tex/latex/leftidx
5242%{texmf}/tex/latex/lettrine
5243%{texmf}/tex/latex/listings
5244%{texmf}/tex/latex/ltabptch
5245%{texmf}/tex/latex/mathcomp
5246%{texmf}/tex/latex/mdwtools
5247%{texmf}/tex/latex/memoir
5248%{texmf}/tex/latex/mh
5249%{texmf}/tex/latex/moreverb
5250%{texmf}/tex/latex/mparhack
5251%{texmf}/tex/latex/ms
5252%{texmf}/tex/latex/mt11p
5253%{texmf}/tex/latex/multibib
5254%{texmf}/tex/latex/multibox
5255%{texmf}/tex/latex/multind
5256%{texmf}/tex/latex/multirow
5257%{texmf}/tex/latex/mwcls
5258%{texmf}/tex/latex/natbib
5259%{texmf}/tex/latex/nextpage
5260%{texmf}/tex/latex/ntheorem
5261%{texmf}/tex/latex/nomencl
5262%{texmf}/tex/latex/ntgclass
5263%{texmf}/tex/latex/oberdiek
5264%{texmf}/tex/latex/optional
5265%{texmf}/tex/latex/overpic
5266%{texmf}/tex/latex/paralist
5267%{texmf}/tex/latex/parskip
5268%{texmf}/tex/latex/pb-diagram
5269%{texmf}/tex/latex/pdfpages
5270%{texmf}/tex/latex/picinpar
5271%{texmf}/tex/latex/picins
5272%{texmf}/tex/latex/pict2e
5273%{texmf}/tex/latex/placeins
5274%{texmf}/tex/latex/portland
5275%{texmf}/tex/latex/preprint
5276%{texmf}/tex/latex/preview
5277%{texmf}/tex/latex/program
5278%{texmf}/tex/latex/ps4pdf
5279%{texmf}/tex/latex/psboxit
5280%{texmf}/tex/latex/psfrag
5281%{texmf}/tex/latex/pslatex
5282%{texmf}/tex/latex/pstricks
5283%{texmf}/tex/latex/relsize
5284%{texmf}/tex/latex/revtex4
5285%{texmf}/tex/latex/rotating
5286%{texmf}/tex/latex/rotfloat
5287%{texmf}/tex/latex/scale
5288%{texmf}/tex/latex/sectsty
5289%{texmf}/tex/latex/selectp
5290%{texmf}/tex/latex/seminar
5291%{texmf}/tex/latex/setspace
5292%{texmf}/tex/latex/shadow
5293%{texmf}/tex/latex/shapepar
5294%{texmf}/tex/latex/showdim
5295%{texmf}/tex/latex/showlabels
5296%{texmf}/tex/latex/showtags
5297%{texmf}/tex/latex/sidecap
5298%{texmf}/tex/latex/slashbox
5299%{texmf}/tex/latex/soul
5300%{texmf}/tex/latex/stdclsdv
5301%{texmf}/tex/latex/stmaryrd
5302%{texmf}/tex/latex/subfig
5303%{texmf}/tex/latex/subfigure
5304%{texmf}/tex/latex/supertabular
5305%{texmf}/tex/latex/t2
5306%{texmf}/tex/latex/tabls
5307%{texmf}/tex/latex/texmacs
5308%{texmf}/tex/latex/textfit
5309%{texmf}/tex/latex/textmerg
5310%{texmf}/tex/latex/textpos
5311%{texmf}/tex/latex/threeparttable
5312%{texmf}/tex/latex/titlesec
5313%{texmf}/tex/latex/tocbibind
5314%{texmf}/tex/latex/tocloft
5315%{texmf}/tex/latex/tools
5316%{texmf}/tex/latex/totpages
5317%{texmf}/tex/latex/treesvr
5318%{texmf}/tex/latex/type1cm
5319%{texmf}/tex/latex/ulem
5320%{texmf}/tex/latex/units
5321%{texmf}/tex/latex/upquote
5322%{texmf}/tex/latex/url
5323%{texmf}/tex/latex/vmargin
5324%{texmf}/tex/latex/vpage
5325%{texmf}/tex/latex/was
5326%{texmf}/tex/latex/wrapfig
5327%{texmf}/tex/latex/xkeyval
5328%{texmf}/tex/latex/xtab
5329%{texmf}/tex/latex/yfonts
5330%{texmf}/tex/latex/version
5331
5332%files latex-algorithms
5333%defattr(644,root,root,755)
5334%doc %{texmf}/doc/latex/algorithms
5335%{texmf}/tex/latex/algorithms
5336
5337%files latex-ae
5338%defattr(644,root,root,755)
5339%{texmf}/tex/latex/ae
5340
5341%files latex-ams
5342%defattr(644,root,root,755)
5343%doc %{texmf}/doc/latex/amscls
5344%doc %{texmf}/doc/latex/amsmath
5345%doc %{texmf}/doc/latex/amsfonts
5346%doc %{texmf}/doc/latex/onlyamsmath
5347%{texmf}/tex/latex/amscls
5348%{texmf}/tex/latex/amsmath
5349%{texmf}/tex/latex/amsfonts
5350%{texmf}/tex/latex/onlyamsmath
5351
5352%files latex-antp
5353%defattr(644,root,root,755)
5354%{texmf}/tex/latex/antp
5355
5356%files latex-antt
5357%defattr(644,root,root,755)
5358%{texmf}/tex/latex/antt
5359
5360%files latex-bbm
5361%defattr(644,root,root,755)
5362%doc %{texmf}/doc/latex/bbm
5363%{texmf}/tex/latex/bbm
5364
5365%files latex-bbold
5366%defattr(644,root,root,755)
5367%doc %{texmf}/doc/latex/bbold
5368%{texmf}/tex/latex/bbold
5369
5370%files latex-bibtex
5371%defattr(644,root,root,755)
5372%doc %{texmf}/doc/bibtex/base
5373%doc %{texmf}/bibtex/bib/README
5374%doc %{texmf}/doc/latex/bibtopic
5375%doc %{texmf}/doc/latex/bibunits
5376%doc %{texmf}/doc/latex/footbib
5377%dir %{texmf}/doc/bibtex
5378%dir %{texmf}/bibtex
5379%dir %{texmf}/bibtex/bib
5380%dir %{texmf}/bibtex/bst
5381
5382%attr(755,root,root) %{_bindir}/bibtex
5383%attr(755,root,root) %{_bindir}/rubibtex
5384
5385%{texmf}/bibtex/bib/base
5386%{texmf}/bibtex/bst/adrconv
5387%{texmf}/bibtex/bst/base
5388%{texmf}/bibtex/bst/misc
5389%{texmf}/bibtex/bst/natbib
5390%{texmf}/tex/latex/bibtopic
5391%{texmf}/tex/latex/bibunits
5392%{texmf}/tex/latex/footbib
5393
5394%{_mandir}/man1/bibtex.1*
5395%{_mandir}/man1/rubibtex.1*
5396
5397%files latex-bibtex-ams
5398%defattr(644,root,root,755)
5399%{texmf}/bibtex/bib/ams
5400%{texmf}/bibtex/bst/ams
5401
5402%files latex-bibtex-pl
5403%defattr(644,root,root,755)
5404%{texmf}/bibtex/bib/plbib
5405%{texmf}/bibtex/bst/plbib
5406
5407%files latex-bibtex-german
5408%defattr(644,root,root,755)
5409%doc %{texmf}/doc/bibtex/bibgerm
5410%{texmf}/bibtex/bst/germbib
5411
5412%files latex-bibtex-revtex4
5413%defattr(644,root,root,755)
5414%{texmf}/bibtex/bst/revtex4
5415
5416%files latex-bibtex-jurabib
5417%defattr(644,root,root,755)
5418%doc %{texmf}/doc/latex/jurabib
5419%{texmf}/bibtex/bst/jurabib
5420%{texmf}/tex/latex/jurabib
5421
5422%files latex-bibtex-dk
5423%defattr(644,root,root,755)
5424%doc %{texmf}/doc/latex/dk-bib
5425%{texmf}/bibtex/bst/dk-bib
5426%{texmf}/tex/latex/dk-bib
5427
5428%files latex-bibtex-nor
5429%defattr(644,root,root,755)
5430%{texmf}/bibtex/bst/norbib
5431
5432%files latex-carlisle
5433%defattr(644,root,root,755)
5434%doc %{texmf}/doc/latex/carlisle
5435%{texmf}/tex/latex/carlisle
5436
5437%files latex-ccfonts
5438%defattr(644,root,root,755)
5439%doc %{texmf}/doc/latex/ccfonts
5440%{texmf}/tex/latex/ccfonts
5441
5442%files latex-cite
5443%defattr(644,root,root,755)
5444%{texmf}/tex/latex/cite
5445
5446%files latex-cmbright
5447%defattr(644,root,root,755)
5448%doc %{texmf}/doc/fonts/cmbright
5449%{texmf}/tex/latex/cmbright
5450
5451%files latex-concmath
5452%defattr(644,root,root,755)
5453%{texmf}/tex/latex/concmath
5454
5455%files latex-custom-bib
5456%defattr(644,root,root,755)
5457%doc %{texmf}/doc/latex/custom-bib
5458%{texmf}/tex/latex/custom-bib
5459
5460%files latex-cyrillic
5461%defattr(644,root,root,755)
5462%doc %{texmf}/doc/latex/cyrillic
5463%{texmf}/tex/latex/cyrillic
5464
5465%files latex-dstroke
5466%defattr(644,root,root,755)
5467%{texmf}/tex/latex/dstroke
5468
5469%files latex-jknappen
5470%defattr(644,root,root,755)
5471%doc %{texmf}/doc/latex/jknappen
5472%doc %{texmf}/doc/fonts/ec
5473%{texmf}/tex/latex/jknappen
5474
5475%files latex-lm
5476%defattr(644,root,root,755)
5477%doc %{texmf}/doc/fonts/lm
5478%{texmf}/tex/latex/lm
5479%{texmf}/fonts/enc/dvips/lm
5480%{texmf}/fonts/map/dvips/lm
5481
5482%files latex-lucidabr
5483%defattr(644,root,root,755)
5484%doc %{texmf}/doc/fonts/lucida
5485%{texmf}/fonts/map/dvips/lucida
5486%{texmf}/fonts/map/dvips/tetex/lucidabr-o.map
5487%{texmf}/tex/latex/lucidabr
5488%{texmf}/tex/latex/lucida
5489
5490%files latex-lineno
5491%defattr(644,root,root,755)
5492%doc %{texmf}/doc/latex/lineno
5493%{texmf}/tex/latex/lineno
5494
5495%files latex-marvosym
5496%defattr(644,root,root,755)
5497%{texmf}/tex/latex/marvosym
5498
5499%files latex-mathpple
5500%defattr(644,root,root,755)
5501%{texmf}/tex/latex/mathpple
5502
5503%files latex-mathtime
5504%defattr(644,root,root,755)
5505%doc %{texmf}/doc/latex/mathtime
5506%doc %{texmf}/doc/fonts/mathtime
5507%{texmf}/tex/latex/mathtime
5508
5509%files latex-microtype
5510%defattr(644,root,root,755)
5511%doc %{texmf}/doc/latex/microtype
5512%{texmf}/tex/latex/microtype
5513
5514%files latex-mflogo
5515%defattr(644,root,root,755)
5516%doc %{texmf}/doc/latex/mflogo
5517%{texmf}/tex/latex/mflogo
5518
5519%files latex-mfnfss
5520%defattr(644,root,root,755)
5521%doc %{texmf}/doc/latex/mfnfss
5522%{texmf}/tex/latex/mfnfss
5523
5524%files latex-minitoc
5525%defattr(644,root,root,755)
5526%doc %{texmf}/doc/latex/minitoc
5527%{texmf}/tex/latex/minitoc
5528
5529%files latex-mltex
5530%defattr(644,root,root,755)
5531%doc %{texmf}/doc/latex/mltex
5532%{texmf}/tex/latex/mltex
5533
5534%files latex-palatcm
5535%defattr(644,root,root,755)
5536%{texmf}/tex/latex/palatcm
5537
5538%files latex-psnfss
5539%defattr(644,root,root,755)
5540%doc %{texmf}/doc/latex/psnfss
5541%{texmf}/fonts/enc/dvips/psnfss
5542%{texmf}/fonts/enc/dvips/psnfssx
5543%{texmf}/fonts/map/dvips/psnfss
5544%{texmf}/fonts/map/dvips/psnfssx
5545%{texmf}/tex/latex/psnfss
5546%{texmf}/tex/latex/psnfssx
5547
5548%files latex-pxfonts
5549%defattr(644,root,root,755)
5550%doc %{texmf}/doc/fonts/pxfonts
5551%{texmf}/tex/latex/pxfonts
5552
5553%files latex-qfonts
5554%defattr(644,root,root,755)
5555%{texmf}/tex/latex/qfonts
5556
5557%files latex-txfonts
5558%defattr(644,root,root,755)
5559%doc %{texmf}/doc/fonts/txfonts
5560%{texmf}/tex/latex/txfonts
5561
5562%files latex-umlaute
5563%defattr(644,root,root,755)
5564%{texmf}/tex/latex/umlaute
5565
5566%files latex-urwvn
5567%defattr(644,root,root,755)
5568%{texmf}/tex/latex/urwvn
5569
5570%files latex-wasysym
5571%defattr(644,root,root,755)
5572%doc %{texmf}/doc/latex/wasysym
5573%{texmf}/tex/latex/wasysym
5574
5575%files format-latex
5576%defattr(644,root,root,755)
5577%attr(755,root,root) %{_bindir}/latex
5578%attr(755,root,root) %{_bindir}/pslatex
5579%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
5580
5581%files format-pdflatex
5582%defattr(644,root,root,755)
5583#%{texmf}/pdftex/latex/config
5584#%dir %{texmf}/pdftex/latex
5585%attr(755,root,root) %{_bindir}/pdflatex
5586%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
5587#%{_mandir}/man1/pdflatex.1*
5588
5589%files platex
5590%defattr(644,root,root,755)
5591%doc %{texmf}/doc/latex/platex
5592%dir %{texmf}/tex/platex
5593%{texmf}/tex/platex/config
5594%{texmf}/tex/latex/platex
5595
5596%files format-platex
5597%defattr(644,root,root,755)
5598%attr(755,root,root) %{_bindir}/platex
5599#%attr(755,root,root) %{_bindir}/platex-pl
5600%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
5601#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
5602
5603%files format-pdfplatex
5604%defattr(644,root,root,755)
5605#%dir %{texmf}/pdftex/platex
5606#%{texmf}/pdftex/platex/config
5607%attr(755,root,root) %{_bindir}/pdfplatex
5608%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
5609
5610%files tex-babel
5611%defattr(644,root,root,755)
5612%doc %{texmf}/doc/generic/babel
5613%{texmf}/tex/generic/babel
5614
5615%files tex-german
5616%defattr(644,root,root,755)
5617%doc %{texmf}/doc/generic/german
5618%{texmf}/tex/generic/german
5619
5620%files tex-mfpic
5621%defattr(644,root,root,755)
5622%doc %{texmf}/doc/generic/mfpic
5623%{texmf}/tex/generic/mfpic
5624
5625%files tex-misc
5626%defattr(644,root,root,755)
5627%doc %{texmf}/doc/generic/localloc
5628%doc %{texmf}/doc/generic/multido
5629%doc %{texmf}/doc/generic/tap
5630
5631%{texmf}/tex/generic/eijkhout
5632%{texmf}/tex/generic/multido
5633#%{texmf}/tex/generic/misc
5634
5635%files tex-pictex
5636%defattr(644,root,root,755)
5637%{texmf}/tex/generic/pictex
5638
5639%files tex-pstricks
5640%defattr(644,root,root,755)
5641%doc %{texmf}/doc/generic/pstricks
5642%{texmf}/dvips/pstricks
5643%{texmf}/tex/generic/pstricks
5644
5645%files tex-qpx
5646%defattr(644,root,root,755)
5647%doc %{texmf}/doc/fonts/polish/qpx
5648%{texmf}/tex/generic/qpx
5649
5650%files tex-qtx
5651%defattr(644,root,root,755)
5652%doc %{texmf}/doc/fonts/polish/qtx
5653%{texmf}/tex/generic/qtx
5654
5655%files tex-ruhyphen
5656%defattr(644,root,root,755)
5657%doc %{texmf}/doc/generic/ruhyphen
5658%{texmf}/tex/generic/ruhyphen
5659
5660%files tex-spanish
5661%defattr(644,root,root,755)
5662%doc %{texmf}/doc/generic/spanish
5663%{texmf}/tex/generic/spanishb
5664
5665%files tex-texdraw
5666%defattr(644,root,root,755)
5667%doc %{texmf}/doc/generic/texdraw
5668%{texmf}/tex/generic/texdraw
5669
5670%files tex-thumbpdf
5671%defattr(644,root,root,755)
5672%doc %{texmf}/doc/generic/thumbpdf
5673%attr(755,root,root) %{_bindir}/thumbpdf
5674%{texmf}/tex/generic/thumbpdf
5675%{texmf}/scripts/thumbpdf
5676%{_mandir}/man1/thumbpdf.1*
5677
5678%files tex-ukrhyph
5679%defattr(644,root,root,755)
5680%doc %{texmf}/doc/generic/ukrhyph
5681%{texmf}/tex/generic/ukrhyph
5682
5683%files latex-vietnam
5684%defattr(644,root,root,755)
5685%doc %{texmf}/doc/generic/vntex
5686%{texmf}/tex/latex/vietnam
5687
5688%files tex-xypic
5689%defattr(644,root,root,755)
5690%doc %{texmf}/doc/generic/xypic
5691%{texmf}/tex/generic/xypic
5692
5693%files tex-xkeyval
5694%defattr(644,root,root,755)
5695%doc %{texmf}/doc/generic/xkeyval
5696%{texmf}/tex/generic/xkeyval
5697
5698%files fonts-adobe
5699%defattr(644,root,root,755)
5700%{texmf}/fonts/afm/adobe
5701%{texmf}/fonts/tfm/adobe
5702%{texmf}/fonts/vf/adobe
5703
5704%files fonts-ae
5705%defattr(644,root,root,755)
5706%doc %{texmf}/doc/fonts/ae
5707%{texmf}/fonts/tfm/public/ae
5708%{texmf}/fonts/vf/public/ae
5709
5710%files fonts-ams
5711%defattr(644,root,root,755)
5712%doc %{texmf}/doc/fonts/amsfonts
5713%{texmf}/fonts/map/dvips/ams
5714%{texmf}/fonts/source/ams
5715%{texmf}/fonts/tfm/ams
5716
5717%files fonts-antp
5718%defattr(644,root,root,755)
5719%doc %{texmf}/doc/fonts/polish/antp
5720%{texmf}/fonts/enc/dvips/antp
5721%{texmf}/fonts/map/dvips/antp
5722%{texmf}/fonts/afm/public/antp
5723%{texmf}/fonts/tfm/public/antp
5724
5725%files fonts-antt
5726%defattr(644,root,root,755)
5727%doc %{texmf}/doc/fonts/antt
5728%{texmf}/fonts/enc/dvips/antt
5729%{texmf}/fonts/map/dvips/antt
5730%{texmf}/fonts/afm/public/antt
5731%{texmf}/fonts/tfm/public/antt
5732
5733%files fonts-bbm
5734%defattr(644,root,root,755)
5735%{texmf}/fonts/source/public/bbm
5736%{texmf}/fonts/tfm/public/bbm
5737
5738%files fonts-bbold
5739%defattr(644,root,root,755)
5740%{texmf}/fonts/source/public/bbold
5741%{texmf}/fonts/tfm/public/bbold
5742
5743%files fonts-bh
5744%defattr(644,root,root,755)
5745%doc %{texmf}/doc/fonts/bh
5746%{texmf}/fonts/tfm/bh
5747%{texmf}/fonts/vf/bh
5748
5749%files fonts-bitstream
5750%defattr(644,root,root,755)
5751%doc %{texmf}/doc/fonts/charter
5752%{texmf}/fonts/afm/bitstrea
5753%{texmf}/fonts/tfm/bitstrea
5754%{texmf}/fonts/vf/bitstrea
5755
5756%files fonts-cbgreek
5757%defattr(644,root,root,755)
5758%doc %{texmf}/doc/fonts/cbgreek
5759%{texmf}/fonts/source/public/cbgreek
5760
5761%files fonts-cc-pl
5762%defattr(644,root,root,755)
5763%doc %{texmf}/doc/fonts/polish/cc-pl
5764%{texmf}/fonts/enc/dvips/cc-pl
5765%{texmf}/fonts/map/dvips/cc-pl
5766%{texmf}/fonts/source/public/cc-pl
5767%{texmf}/fonts/tfm/public/cc-pl
5768
5769%files fonts-cg
5770%defattr(644,root,root,755)
5771%{texmf}/fonts/tfm/cg
5772%{texmf}/fonts/vf/cg
5773
5774%files fonts-cm
5775%defattr(644,root,root,755)
5776%doc %{texmf}/doc/fonts/cm
5777%{texmf}/fonts/source/public/cm
5778%{texmf}/fonts/tfm/public/cm
5779%{texmf}/fonts/source/public/cm-bold
5780
5781%files fonts-cmbright
5782%defattr(644,root,root,755)
5783%{texmf}/fonts/source/public/cmbright
5784%{texmf}/fonts/tfm/public/cmbright
5785
5786%files fonts-cmcyr
5787%defattr(644,root,root,755)
5788%{texmf}/fonts/tfm/public/cmcyr
5789%{texmf}/fonts/vf/public/cmcyr
5790
5791%files fonts-cmextra
5792%defattr(644,root,root,755)
5793%{texmf}/fonts/source/public/cmextra
5794%{texmf}/fonts/tfm/public/cmextra
5795
5796%files fonts-concmath
5797%defattr(644,root,root,755)
5798%{texmf}/fonts/source/public/concmath
5799%{texmf}/fonts/tfm/public/concmath
5800
5801%files fonts-concrete
5802%defattr(644,root,root,755)
5803%{texmf}/fonts/source/public/concrete
5804%{texmf}/fonts/tfm/public/concrete
5805
5806%files fonts-cs
5807%defattr(644,root,root,755)
5808%doc %{texmf}/doc/fonts/cs
5809%{texmf}/fonts/source/public/cs
5810%{texmf}/fonts/tfm/public/cs
5811
5812%files fonts-dstroke
5813%defattr(644,root,root,755)
5814%doc %{texmf}/doc/fonts/dstroke
5815%{texmf}/fonts/source/public/dstroke
5816%{texmf}/fonts/tfm/public/dstroke
5817
5818%files fonts-ecc
5819%defattr(644,root,root,755)
5820%doc %{texmf}/doc/fonts/ecc
5821%{texmf}/fonts/source/public/ecc
5822%{texmf}/fonts/tfm/public/ecc
5823
5824%files fonts-eurosym
5825%defattr(644,root,root,755)
5826%doc %{texmf}/doc/fonts/eurosym
5827%{texmf}/fonts/source/public/eurosym
5828%{texmf}/fonts/tfm/public/eurosym
5829
5830%files fonts-eulervm
5831%defattr(644,root,root,755)
5832#%doc %{texmf}/doc/fonts/eulervm
5833%{texmf}/fonts/tfm/public/eulervm
5834%{texmf}/fonts/vf/public/eulervm
5835
5836%files fonts-euxm
5837%defattr(644,root,root,755)
5838%{texmf}/fonts/source/public/euxm
5839%{texmf}/fonts/tfm/public/euxm
5840
5841%files fonts-gothic
5842%defattr(644,root,root,755)
5843%{texmf}/fonts/source/public/gothic
5844%{texmf}/fonts/tfm/public/gothic
5845
5846%files fonts-hoekwater
5847%defattr(644,root,root,755)
5848%doc %{texmf}/doc/fonts/hoekwater
5849%{texmf}/fonts/tfm/hoekwater
5850%{texmf}/fonts/map/dvips/tetex/hoekwater.map
5851
5852%files fonts-jknappen
5853%defattr(644,root,root,755)
5854%{texmf}/fonts/source/jknappen
5855%{texmf}/fonts/tfm/jknappen
5856
5857%files fonts-latex
5858%defattr(644,root,root,755)
5859%{texmf}/fonts/source/public/latex
5860%{texmf}/fonts/tfm/public/latex
5861%{texmf}/fonts/source/public/esint
5862
5863%files fonts-lh
5864%defattr(644,root,root,755)
5865%doc %{texmf}/doc/fonts/lh
5866%{texmf}/fonts/source/lh
5867#%{texmf}/fonts/tfm/lh
5868
5869%files fonts-lm
5870%defattr(644,root,root,755)
5871%{texmf}/fonts/tfm/public/lm
5872
5873%files fonts-marvosym
5874%defattr(644,root,root,755)
5875%doc %{texmf}/doc/fonts/marvosym
5876%{texmf}/fonts/afm/public/marvosym
5877%{texmf}/fonts/tfm/public/marvosym
5878
5879%files fonts-mflogo
5880%defattr(644,root,root,755)
5881%{texmf}/fonts/source/public/mflogo
5882%{texmf}/fonts/tfm/public/mflogo
5883
5884%files fonts-misc
5885%defattr(644,root,root,755)
5886%{texmf}/fonts/source/public/misc
5887%{texmf}/fonts/tfm/public/misc
5888
5889%files fonts-monotype
5890%defattr(644,root,root,755)
5891#%{texmf}/fonts/tfm/monotype
5892#%{texmf}/fonts/vf/monotype
5893
5894%files fonts-omega
5895%defattr(644,root,root,755)
5896#%dir %{texmf}/fonts/ocp
5897#%dir %{texmf}/fonts/ocp/public
5898#%{texmf}/fonts/ocp/public/oinuit
5899%dir %{texmf}/fonts/ofm
5900%dir %{texmf}/fonts/ofm/public
5901%{texmf}/fonts/ofm/public/*
5902%dir %{texmf}/fonts/ovf
5903%dir %{texmf}/fonts/ovf/public
5904%{texmf}/fonts/ovf/public/*
5905%dir %{texmf}/fonts/ovp
5906%dir %{texmf}/fonts/ovp/public
5907%{texmf}/fonts/ovp/public/*
5908%{texmf}/fonts/afm/public/omega
5909%{texmf}/fonts/tfm/public/omega
5910
5911%files fonts-pazo
5912%defattr(644,root,root,755)
5913%{texmf}/fonts/tfm/public/pazo
5914%{texmf}/fonts/vf/public/pazo
5915
5916%files fonts-pl
5917%defattr(644,root,root,755)
5918%doc %{texmf}/doc/fonts/polish/pl
5919%{texmf}/dvips/pl
5920%{texmf}/fonts/enc/dvips/pl
5921%{texmf}/fonts/map/dvips/pl
5922%{texmf}/fonts/source/public/pl
5923%{texmf}/fonts/afm/public/pl
5924%{texmf}/fonts/tfm/public/pl
5925
5926%files fonts-px
5927%defattr(644,root,root,755)
5928%{texmf}/fonts/map/dvips/tetex/pxfonts.map
5929%{texmf}/fonts/afm/public/pxfonts
5930%{texmf}/fonts/tfm/public/pxfonts
5931%{texmf}/fonts/vf/public/pxfonts
5932
5933%files fonts-qfonts
5934%defattr(644,root,root,755)
5935%doc %{texmf}/doc/fonts/polish/qfonts
5936%{texmf}/fonts/enc/dvips/qfonts
5937%{texmf}/fonts/map/dvips/qfonts
5938%{texmf}/dvips/qfonts
5939%{texmf}/fonts/afm/public/qfonts
5940%{texmf}/fonts/tfm/public/qfonts
5941
5942%files fonts-qpx
5943%defattr(644,root,root,755)
5944%{texmf}/fonts/tfm/public/qpx
5945%{texmf}/fonts/vf/public/qpx
5946
5947%files fonts-qtx
5948%defattr(644,root,root,755)
5949%{texmf}/fonts/tfm/public/qtx
5950%{texmf}/fonts/vf/public/qtx
5951
5952%files fonts-rsfs
5953%defattr(644,root,root,755)
5954%{texmf}/fonts/source/public/rsfs
5955%{texmf}/fonts/tfm/public/rsfs
5956
5957%files fonts-stmaryrd
5958%defattr(644,root,root,755)
5959%doc %{texmf}/doc/latex/stmaryrd
5960%{texmf}/fonts/source/public/stmaryrd
5961%{texmf}/fonts/tfm/public/stmaryrd
5962
5963%files fonts-tx
5964%defattr(644,root,root,755)
5965%{texmf}/fonts/map/dvips/tetex/txfonts.map
5966%{texmf}/fonts/afm/public/txfonts
5967%{texmf}/fonts/tfm/public/txfonts
5968%{texmf}/fonts/vf/public/txfonts
5969
5970%files fonts-urw
5971%defattr(644,root,root,755)
5972%doc %{texmf}/doc/fonts/urw
5973%{texmf}/fonts/afm/urw
5974
5975%files fonts-urwvn
5976%defattr(644,root,root,755)
5977%{texmf}/fonts/tfm/public/urwvn
5978%{texmf}/fonts/type1/public/urwvn
5979%{texmf}/fonts/vf/public/urwvn
5980
5981%files fonts-vnr
5982%defattr(644,root,root,755)
5983%{texmf}/fonts/map/dvips/vntex
5984%{texmf}/fonts/source/public/vnr
5985%{texmf}/fonts/tfm/public/vnr
5986
5987%files fonts-wasy
5988%defattr(644,root,root,755)
5989%{texmf}/fonts/source/public/wasy
5990%{texmf}/fonts/tfm/public/wasy
5991
5992%files fonts-xypic
5993%defattr(644,root,root,755)
5994%{texmf}/fonts/map/dvips/xypic
5995%{texmf}/fonts/afm/public/xypic
5996%{texmf}/fonts/source/public/xypic
5997%{texmf}/fonts/tfm/public/xypic
5998
5999%files fonts-yandy
6000%defattr(644,root,root,755)
6001%{texmf}/fonts/afm/yandy
6002%{texmf}/fonts/source/yandy
6003%{texmf}/fonts/tfm/yandy
6004%{texmf}/fonts/vf/yandy
6005
6006%files fonts-type1-antp
6007%defattr(644,root,root,755)
6008%{texmf}/dvips/antp
6009%{texmf}/fonts/type1/public/antp
6010
6011%files fonts-type1-antt
6012%defattr(644,root,root,755)
6013%{texmf}/dvips/antt
6014%{texmf}/fonts/type1/public/antt
6015
6016%files fonts-type1-belleek
6017%defattr(644,root,root,755)
6018%doc %{texmf}/doc/fonts/belleek
6019%{texmf}/fonts/type1/public/belleek
6020
6021%files fonts-type1-bitstream
6022%defattr(644,root,root,755)
6023%{texmf}/fonts/type1/bitstrea
6024
6025%files fonts-type1-bluesky
6026%defattr(644,root,root,755)
6027%doc %{texmf}/doc/fonts/bluesky
6028%{texmf}/dvips/bluesky
6029%{texmf}/fonts/type1/bluesky
6030
6031%files fonts-type1-cc-pl
6032%defattr(644,root,root,755)
6033%doc %{texmf}/doc/fonts/polish/cc-plps
6034%{texmf}/fonts/type1/public/cc-pl
6035
6036%files fonts-type1-cmcyr
6037%defattr(644,root,root,755)
6038%{texmf}/fonts/type1/public/cmcyr
6039
6040%files fonts-type1-cs
6041%defattr(644,root,root,755)
6042%{texmf}/fonts/type1/public/cs
6043
6044%files fonts-type1-dstroke
6045%defattr(644,root,root,755)
6046%{texmf}/fonts/type1/public/dstroke
6047
6048%files fonts-type1-eurosym
6049%defattr(644,root,root,755)
6050%{texmf}/fonts/type1/public/eurosym
6051
6052%files fonts-type1-hoekwater
6053%defattr(644,root,root,755)
6054%{texmf}/fonts/type1/hoekwater
6055
6056%files fonts-type1-fpl
6057%defattr(644,root,root,755)
6058%doc %{texmf}/doc/fonts/fpl
6059%{texmf}/fonts/afm/public/fpl
6060%{texmf}/fonts/type1/public/fpl
6061
6062%files fonts-type1-lm
6063%defattr(644,root,root,755)
6064%{texmf}/fonts/afm/public/lm
6065%{texmf}/fonts/type1/public/lm
6066
6067%files fonts-type1-marvosym
6068%defattr(644,root,root,755)
6069%{texmf}/fonts/type1/public/marvosym
6070
6071%files fonts-type1-mathpazo
6072%defattr(644,root,root,755)
6073%doc %{texmf}/doc/fonts/mathpazo
6074%{texmf}/fonts/afm/public/mathpazo
6075%{texmf}/fonts/type1/public/mathpazo
6076
6077%files fonts-type1-omega
6078%defattr(644,root,root,755)
6079%{texmf}/fonts/type1/public/omega
6080
6081%files fonts-type1-pl
6082%defattr(644,root,root,755)
6083%doc %{texmf}/doc/fonts/polish/plpsfont
6084%{texmf}/fonts/type1/public/pl
6085
6086%files fonts-type1-px
6087%defattr(644,root,root,755)
6088%{texmf}/fonts/type1/public/pxfonts
6089
6090%files fonts-type1-qfonts
6091%defattr(644,root,root,755)
6092%{texmf}/fonts/type1/public/qfonts
6093
6094%files fonts-type1-tx
6095%defattr(644,root,root,755)
6096%{texmf}/fonts/type1/public/txfonts
6097
6098%files fonts-type1-tt2001
6099%defattr(644,root,root,755)
6100%{texmf}/fonts/type1/public/tt2001
6101
6102%files fonts-type1-urw
6103%defattr(644,root,root,755)
6104%{texmf}/fonts/type1/urw
6105
6106%files fonts-type1-vnr
6107%defattr(644,root,root,755)
6108%{texmf}/fonts/type1/public/vnr
6109
6110%files fonts-type1-xypic
6111%defattr(644,root,root,755)
6112%{texmf}/dvips/xypic
6113%{texmf}/fonts/type1/public/xypic
This page took 0.885031 seconds and 4 git commands to generate.