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