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