]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- change tetex* R to texlive* R
[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
1453
1454%description latex-enumitem
1455A package to customize the three basic lists (enumerate, itemize and
1456description).
1457
1458%description latex-enumitem
1459Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
1460(enumerate, itemize, description).
1461
2b453bda
ZU
1462%package latex-exam
1463Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
1464Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
1465Group: Applications/Publishing/TeX
fe66da27 1466Requires(post,postun): %{_bindir}/texhash
2b453bda
ZU
1467
1468%description latex-exam
1469The exam document class attempts to make it easy for even a LaTeX
1470novice to prepare exams.
1471
1472%description latex-exam -l hu.UTF-8
1473Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
1474feladatsorok készítése.
1475
1476
d08789e0
ZU
1477%package latex-jknappen
1478Summary: Miscellaneous packages by Joerg Knappen
1479Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
1480Group: Applications/Publishing/TeX
1481Requires(post,postun): %{_bindir}/texhash
1482Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
1483Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1484
1485%description latex-jknappen
1486Miscellaneous macros, mostly for making use of extra fonts, by Joerg
1487Knappen, including sgmlcmpt.
1488
1489%description latex-jknappen -l pl.UTF-8
1490Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
1491Knappena. Zawiera sgmlcmpt.
1492
1493%package latex-lm
1494Summary: LaTeX styles for Latin Modern family fonts
1495Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
1496Group: Applications/Publishing/TeX
1497Requires(post,postun): /usr/bin/texhash
1498Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
1499Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1500
1501%description latex-lm
1502Latin Modern family of fonts, based on the Computer Modern fonts
1503released into public domain by AMS (copyright (C) 1997 AMS). Contain a
1504lot of additional characters, mainly accented ones, but not only.
1505There is a one set of PostScript fonts and four sets of TeX Font
1506Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
1507encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
1508Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
1509potential user knows what to do with all these files. The author is
1510Boguslaw Jackowski.
1511
1512%description latex-lm -l pl.UTF-8
1513Rodzina fontów Latin Modern, oparta na fontach Computer Modern
1514przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
1515Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
1516Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
1517Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
1518QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
1519(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
1520(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
1521tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
1522
a8b381b0
ZU
1523%package latex-lastpage
1524Summary: Reference last page for "Page N of M" type footers
1525Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
1526Group: Applications/Publishing/TeX
fe66da27 1527Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
1528
1529%description latex-lastpage
1530Reference last page for Page N of M type footers.
1531
1532%description latex-lastpage -l hu.UTF-8
1533Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
1534
d08789e0
ZU
1535%package latex-lineno
1536Summary: Line numbers on paragraphs
1537Summary(pl.UTF-8): Numery linii dla paragrafów
1538Group: Applications/Publishing/TeX
1539Requires(post,postun): /usr/bin/texhash
1540Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1541
1542%description latex-lineno
1543The LaTeX package lineno.sty provides line numbers on paragraphs.
1544After TeX has broken a paragraph into lines there will be line numbers
1545attached to them, with the possibility to make references through the
1546LaTeX \ref, \pageref cross reference mechanism.
1547
1548%description latex-lineno -l pl.UTF-8
1549Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
1550paragrafu na linie przez TeXa do linii dołączane są ich numery z
1551możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
1552\ref i \pageref.
1553
1554%package latex-microtype
1555Summary: An interface to the micro-typographic extensions of pdfTeX
1556Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
1557Group: Applications/Publishing/TeX
1558Requires(post,postun): /usr/bin/texhash
1559Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1560
1561%description latex-microtype
1562The `microtype' package provides a LaTeX interface to pdfTeX's
1563micro-typographic extensions: character protrusion and font expansion.
1564It allows to restrict character protrusion and/or font expansion to a
1565definable set of fonts, and to configure micro-typographic aspects of
1566the fonts in a straight-forward and flexible way. Settings for various
1567fonts are provided.
1568
1569%description latex-microtype -l pl.UTF-8
1570Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
1571mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
1572Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
1573określonego zbioru fontów oraz skonfigurować mikrotypograficzne
1574aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
1575dla różnych fontów.
1576
1577%package latex-lucidabr
1578Summary: Package to make Lucida Bright fonts usable with LaTeX
1579Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
1580Group: Applications/Publishing/TeX
1581Requires(post,postun): %{_bindir}/texhash
1582Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1583
1584%description latex-lucidabr
1585Package to make Lucida Bright fonts usable with LaTeX.
1586
1587%description latex-lucidabr -l pl.UTF-8
1588Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
1589
1590%package latex-marvosym
1591Summary: Styles for Martin Vogel's Symbol (marvosym) font
1592Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
1593Group: Applications/Publishing/TeX
1594Requires(post,postun): /usr/bin/texhash
1595Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
1596Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1597
1598%description latex-marvosym
1599Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
1600currency symbol as defined by the European commission; Euro currency
1601symbols in typefaces Times, Helvetica and Courier; Symbols for
1602structural engineering; Symbols for steel cross-sections; Astronomy
1603signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
1604symbols; CE sign and others.
1605
1606%description latex-marvosym -l pl.UTF-8
1607Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
1608waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
1609krojach Times, Helvetica i Courier; symbole do inżynierii
1610strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
1611(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
1612CE i inne.
1613
1614%package latex-mathpple
1615Summary: Use PostScript Palatino for typesetting maths
1616Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
1617Group: Applications/Publishing/TeX
1618Requires(post,postun): %{_bindir}/texhash
1619Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
1620Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1621
1622%description latex-mathpple
1623The package defines the PostScript font family `Palatino' (ppl) as the
1624default roman font and then uses the `mathpple' fonts for typesetting
1625math. These virtual fonts have been created for typesetting math in a
1626style that suits the Palatino text fonts. The AMS fonts, when used
1627additionally, will be scaled to fit Palatino.
1628
1629%description latex-mathpple -l pl.UTF-8
1630Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
1631domyślny font roman i używa fontów mathpple do składania wzorów
1632matematycznych. Te wirtualne fonty zostały stworzone do składania
1633wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
1634Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
1635pasować do Palatino.
1636
1637%package latex-mathtime
1638Summary: Mathtime fonts for LaTeX
1639Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
1640Group: Applications/Publishing/TeX
1641Requires(post,postun): %{_bindir}/texhash
1642Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1643
1644%description latex-mathtime
1645The Mathtime fonts have a number of characters remapped to positions
1646different from the ones normally used by the corresponding TeX
1647CM-fonts. For the symbol font ``operators'' the corresponding mathtime
1648style files use the Times Roman font (often called something like:
1649ptmr or ptmr7t or ptmrq).
1650
1651%description latex-mathtime -l pl.UTF-8
1652Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
1653różniące się od tych normalnie używanych w odpowiadających im TeXowych
1654fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
1655używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
1656ptmrq).
1657
1658%package latex-mflogo
1659Summary: LaTeX support for MetaFont and logo fonts
1660Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
1661Group: Applications/Publishing/TeX
1662Requires(post,postun): %{_bindir}/texhash
1663Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
1664Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1665
1666%description latex-mflogo
1667LaTeX package and font definition file to access the Knuthian `logo'
1668fonts described in `The MetaFontbook' and the MetaFont and logos in
1669LaTeX documents.
1670
1671%description latex-mflogo -l pl.UTF-8
1672Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
1673opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
1674LaTeXa.
1675
1676%package latex-mfnfss
1677Summary: Font description files to use extra fonts like yinit and ygoth
1678Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
1679Group: Applications/Publishing/TeX
1680Requires(post,postun): %{_bindir}/texhash
1681Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1682
1683%description latex-mfnfss
1684Font description files to use extra fonts like yinit and ygoth.
1685
1686%description latex-mfnfss -l pl.UTF-8
1687Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
1688
1689%package latex-minitoc
1690Summary: Produce a table of contents for each chapter
1691Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
1692Group: Applications/Publishing/TeX
1693Requires(post,postun): %{_bindir}/texhash
1694Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1695
1696%description latex-minitoc
1697Produce a table of contents for each chapter.
1698
1699%description latex-minitoc -l pl.UTF-8
1700Tworzenie spisów treści dla każdego rozdziału.
1701
1702%package latex-mltex
1703Summary: Support for MLTeX
1704Summary(pl.UTF-8): Wsparcie dla MLTeXa
1705Group: Applications/Publishing/TeX
1706Requires(post,postun): %{_bindir}/texhash
1707Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1708
1709%description latex-mltex
1710Support for MLTeX, the multilingual TeX extension from Michael J.
1711Ferguson.
1712
1713%description latex-mltex -l pl.UTF-8
1714Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
1715autorstwa Michaela J. Fergusona.
1716
a8b381b0
ZU
1717%package latex-ntheorem
1718Summary: Enhanced theorem environment
1719Summary(hu.UTF-8): Bővített tétel környezet
1720Group: Applications/Publishing/TeX
fe66da27 1721Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
1722
1723%description latex-ntheorem
1724Enhanced theorem environment.
1725
1726%description latex-ntheorem -l hu.UTF-8
1727Bővített tétel környezet
1728
d08789e0
ZU
1729%package latex-palatcm
1730Summary: Palatino + Computer Modern math fonts for LaTeX
1731Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
1732Group: Applications/Publishing/TeX
1733Requires(post,postun): %{_bindir}/texhash
1734Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1735
1736%description latex-palatcm
1737Palatino + Computer Modern math fonts for LaTeX.
1738
1739%description latex-palatcm -l pl.UTF-8
1740Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
1741
1742%package latex-psnfss
1743Summary: LaTeX font support for common PostScript fonts
1744Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
1745Group: Applications/Publishing/TeX
1746Requires(post,postun): %{_bindir}/texhash
1747Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
1748Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1749Obsoletes: tetex-latex-mathptm
1750Obsoletes: tetex-latex-mathptmx
1751
1752%description latex-psnfss
1753LaTeX font definition files, macros and font metrics for common
1754PostScript fonts.
1755
1756%description latex-psnfss -l pl.UTF-8
1757LaTeXowe pliki definicji fontów, makra i metryki fontów dla
1758popularnych fontów postscriptowych.
1759
1760%package latex-pxfonts
1761Summary: PX fonts LaTeX support
1762Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
1763Group: Applications/Publishing/TeX
1764Requires(post,postun): %{_bindir}/texhash
1765Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
1766Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1767
1768%description latex-pxfonts
1769PX fonts LaTeX support.
1770
1771%description latex-pxfonts -l pl.UTF-8
1772Obsługa fontów PX w LaTeXu.
1773
1774%package latex-qfonts
1775Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
1776Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
1777Group: Applications/Publishing/TeX
1778Requires(post,postun): %{_bindir}/texhash
1779Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
1780Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1781
1782%description latex-qfonts
1783A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
1784QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
1785QuasiTimes (regular, italic, bold and bold italic), based on URW++
1786fonts distributed with Ghostscript. The fonts are encoded according to
1787QX layout which facilitates multilingual and technical typesetting
1788using TeX, preserving usability in Windows applications.
1789
1790%description latex-qfonts -l pl.UTF-8
1791Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
1792QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
1793QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
1794fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
1795zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
1796TeXu, zachowując przydatność dla aplikacji windowsowych.
1797
3127b522
ZU
1798
1799%package latex-SIunits
1800Summary: The SIunits package can be used to standardise the use of units in your writings
1801Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
1802Group: Applications/Publishing/TeX
fe66da27 1803Requires(post,postun): /usr/bin/texhash
3127b522
ZU
1804
1805%description latex-SIunits
2b453bda
ZU
1806The SIunits package can be used to standardise the use of units in
1807your writings.
3127b522
ZU
1808
1809%description latex-SIunits -l hu.UTF-8
1810Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
1811
1812
d08789e0
ZU
1813%package latex-urwvn
1814Summary: URWVN fonts
1815Summary(pl.UTF-8): Fonty URWVN
1816Group: Applications/Publishing/TeX
1817Requires(post,postun): /usr/bin/texhash
1818Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
1819Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1820
1821%description latex-urwvn
1822URWVN fonts.
1823
1824%description latex-urwvn -l pl.UTF-8
1825Fonty URWVN.
1826
1827%package latex-txfonts
1828Summary: TX fonts LaTeX support
1829Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
1830Group: Applications/Publishing/TeX
1831Requires(post,postun): %{_bindir}/texhash
1832Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
1833Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1834
1835%description latex-txfonts
1836TX fonts LaTeX support.
1837
1838%description latex-txfonts -l pl.UTF-8
1839Obsługa fontów TX w LaTeXu.
1840
1841%package latex-umlaute
1842Summary: An interface to inputenc for using alternate input encodings
1843Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
1844Group: Applications/Publishing/TeX
1845Requires(post,postun): %{_bindir}/texhash
1846Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1847
1848%description latex-umlaute
1849An interface to inputenc for using alternate input encodings.
1850
1851%description latex-umlaute -l pl.UTF-8
1852Interfejs inputenc do używania alternatywnych kodowań wejściowych.
1853
1854%package latex-wasysym
1855Summary: Extra characters from the Waldis symbol fonts
1856Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
1857Group: Applications/Publishing/TeX
1858Requires(post,postun): %{_bindir}/texhash
1859Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
1860Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1861
1862%description latex-wasysym
1863Makes some additional characters available that come from the wasy
1864fonts (Waldis symbol fonts). These fonts are not automatically
1865included in NFSS2/LaTeX2e since they take up important space and often
1866aren't necessary if one makes use of the packages amsfonts or amssymb.
1867Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
1868apple, ocircle invneg, logof, varint, male, female, phone, clock,
1869lightning, pointer, sun, bell, permil, smiley, various electrical
1870symbols, shapes, music notes, circles, signs, astronomy, etc.
1871
1872%description latex-wasysym -l pl.UTF-8
1873Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
1874(Waldis symbol). Te fonty nie są automatycznie dołączane w
1875NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
1876jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
1877m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
1878ocircle invneg, logof, varint, male, female, phone, clock, lightning,
1879pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
1880kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
1881
1882%package format-latex
1883Summary: LaTeX macro package
1884Summary(pl.UTF-8): Pakiet makr LaTeX
1885Group: Applications/Publishing/TeX
1886Requires(post,postun): %{_bindir}/texhash
1887Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1888Obsoletes: hugelatex
1889
1890%description format-latex
1891LaTeX is a front end for the TeX text formatting system. Easier to use
1892than TeX, LaTeX is essentially a set of TeX macros which provide
1893convenient, predefined document formats for users.
1894
1895This package contains LaTeX format.
1896
1897%description format-latex -l pl.UTF-8
1898LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1899łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1900dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1901
1902Ten pakiet zawiera format LaTeX.
1903
1904%package format-pdflatex
1905Summary: PDF LaTeX macro package
1906Summary(pl.UTF-8): Pakiet makr PDF LaTeX
1907Group: Applications/Publishing/TeX
1908Requires(post,postun): %{_bindir}/texhash
1909Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
1910Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1911Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
1912Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
1913Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1914
1915%description format-pdflatex
1916LaTeX is a front end for the TeX text formatting system. Easier to use
1917than TeX, LaTeX is essentially a set of TeX macros which provide
1918convenient, predefined document formats for users.
1919
1920This package contains PDF LaTeX format.
1921
1922%description format-pdflatex -l pl.UTF-8
1923LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1924łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1925dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1926
1927Ten pakiet zawiera format PDF LaTeX.
1928
1929# PLaTeX format
1930
1931%package platex
1932Summary: PLaTeX format basic files
1933Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
1934Group: Applications/Publishing/TeX
1935Requires(post,postun): %{_bindir}/texhash
1936Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
1937Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1938
1939%description platex
1940PLaTeX format basic files.
1941
1942%description platex -l pl.UTF-8
1943Podstawowe pliki dla formatu PLaTeX.
1944
1945%package format-platex
1946Summary: PLaTeX format
1947Summary(pl.UTF-8): Format PLaTeX
1948Group: Applications/Publishing/TeX
1949Requires(post,postun): %{_bindir}/texhash
1950Requires: %{name}-platex = %{epoch}:%{version}-%{release}
1951
1952%description format-platex
1953PLaTeX format.
1954
1955%description format-platex -l pl.UTF-8
1956Format PLaTeX.
1957
1958%package format-pdfplatex
1959Summary: PDF PLaTeX format
1960Summary(pl.UTF-8): Format PDF PLaTeX
1961Group: Applications/Publishing/TeX
1962Requires(post,postun): %{_bindir}/texhash
1963Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
1964Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1965Requires: %{name}-platex = %{epoch}:%{version}-%{release}
1966
1967%description format-pdfplatex
1968PDF PLaTeX format.
1969
1970%description format-pdfplatex -l pl.UTF-8
1971Format PDF PLaTeX.
1972
1973# # TeX generic macros #
1974
1975%package tex-babel
1976Summary: Multilingual support for TeX
1977Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
1978Group: Applications/Publishing/TeX
1979Requires(post,postun): %{_bindir}/texhash
1980Requires: %{name} = %{epoch}:%{version}-%{release}
1981
1982%description tex-babel
1983Multilingual support for TeX.
1984
1985%description tex-babel -l pl.UTF-8
1986Obsługa wielu języków dla TeXa.
1987
1988%package tex-german
1989Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
1990Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
1991Group: Applications/Publishing/TeX
1992Requires(post,postun): %{_bindir}/texhash
1993Requires: %{name} = %{epoch}:%{version}-%{release}
1994
1995%description tex-german
1996Supports the new German orthography (neue deutsche Rechtschreibung).
1997
1998%description tex-german -l pl.UTF-8
1999Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
2000
2001%package tex-mfpic
2002Summary: Macros which generate Metafont or Metapost for drawing pictures
2003Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
2004Group: Applications/Publishing/TeX
2005Requires(post,postun): %{_bindir}/texhash
2006Requires: %{name} = %{epoch}:%{version}-%{release}
2007
2008%description tex-mfpic
2009Macros which generate Metafont or Metapost for drawing pictures.
2010
2011%description tex-mfpic -l pl.UTF-8
2012Makra generujące Metafont lub Metapost do rysowania obrazków.
2013
2014%package tex-misc
2015Summary: Miscellaneous TeX macros
2016Summary(pl.UTF-8): Różne makra TeXowe
2017Group: Applications/Publishing/TeX
2018Requires(post,postun): %{_bindir}/texhash
2019Requires: %{name} = %{epoch}:%{version}-%{release}
2020Obsoletes: tetex-tex-eijkhout
2021
2022%description tex-misc
2023Miscellaneous TeX macros.
2024
2025%description tex-misc -l pl.UTF-8
2026Różne makra TeXowe.
2027
2028%package tex-pictex
2029Summary: Picture drawing macros for TeX and LaTeX
2030Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
2031Group: Applications/Publishing/TeX
2032Requires(post,postun): %{_bindir}/texhash
2033Requires: %{name} = %{epoch}:%{version}-%{release}
2034
2035%description tex-pictex
2036Picture drawing macros for TeX and LaTeX.
2037
2038%description tex-pictex -l pl.UTF-8
2039Makra do rysowania obrazków dla TeXa i LaTeXa.
2040
2041%package tex-pstricks
2042Summary: PostScript macros for TeX
2043Summary(pl.UTF-8): Makra postscriptowe dla TeXa
2044Group: Applications/Publishing/TeX
2045Requires(post,postun): %{_bindir}/texhash
2046Requires: %{name} = %{epoch}:%{version}-%{release}
2047
2048%description tex-pstricks
2049An extensive collection of PostScript macros that is compatible with
2050most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
2051AMS-LaTeX. Included are macros for color, graphics, pie charts,
2052rotation, trees and overlays. It has many special features, including:
2053a wide variety of graphics (picture drawing) macros, with a flexible
2054interface and with color support. There are macros for coloring or
2055shading the cells of tables.
2056
2057%description tex-pstricks -l pl.UTF-8
2058Duży zestaw makr postscriptowych kompatybilny z większością pakietów
2059makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
2060makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
2061nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
2062rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
2063makra do kolorowania lub cieniowania komórek tabel.
2064
2065%package tex-qpx
2066Summary: QuasiPalatino and PX fonts typesetting support
2067Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
2068Group: Applications/Publishing/TeX
2069Requires(post,postun): %{_bindir}/texhash
2070Requires: %{name} = %{epoch}:%{version}-%{release}
2071Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
2072
2073%description tex-qpx
2074QuasiPalatino and PX fonts typesetting support.
2075
2076%description tex-qpx -l pl.UTF-8
2077Wsparcie dla składu fontami QuasiPalatino i PX.
2078
31bd2c4a 2079%package tex-qpxqtx
d08789e0
ZU
2080Summary: QuasiTimes and TX fonts typesetting support
2081Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
2082Group: Applications/Publishing/TeX
2083Requires(post,postun): %{_bindir}/texhash
2084Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 2085Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 2086
31bd2c4a 2087%description tex-qpxqtx
d08789e0
ZU
2088QuasiTimes and TX fonts typesetting support.
2089
31bd2c4a 2090%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
2091Wsparcie dla składu fontami QuasiTimes i TX.
2092
2093%package tex-ruhyphen
2094Summary: Russian hyphenation
2095Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
2096Group: Applications/Publishing/TeX
2097Requires(post,postun): %{_bindir}/texhash
2098Requires: %{name} = %{epoch}:%{version}-%{release}
2099
2100%description tex-ruhyphen
2101A collection of Russian hyphenation patterns supporting a number of
2102Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
2103LCY, LWN (OT2), and koi8-r.
2104
2105%description tex-ruhyphen -l pl.UTF-8
2106Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
2107kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
2108Cyrillic), LCY, LWN (OT2) i koi8-r.
2109
2110%package tex-spanish
2111Summary: Various TeX related files for typesetting documents written in Spanish
2112Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
2113Group: Applications/Publishing/TeX
2114Requires(post,postun): %{_bindir}/texhash
2115Requires: %{name} = %{epoch}:%{version}-%{release}
2116Obsoletes: tetex-tex-spanishb
2117
2118%description tex-spanish
2119Various TeX related files for typesetting documents written in
2120Spanish, including hyphenation and dictionaries.
2121
2122%description tex-spanish -l pl.UTF-8
2123Różne pliki TeXowe służące do składu dokumentów napisanych w języku
2124hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
2125
2126%package tex-texdraw
2127Summary: Graphical macros, using embedded PostScript
2128Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
2129Group: Applications/Publishing/TeX
2130Requires(post,postun): %{_bindir}/texhash
2131Requires: %{name} = %{epoch}:%{version}-%{release}
2132
2133%description tex-texdraw
2134Graphical macros, using embedded PostScript.
2135
2136%description tex-texdraw -l pl.UTF-8
2137Makra graficzne używające osadzanego PostScriptu.
2138
2139%package tex-thumbpdf
2140Summary: Thumbnails for PDFTeX and dvips/ps2pdf
2141Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
2142Group: Applications/Publishing/TeX
2143Requires(post,postun): %{_bindir}/texhash
2144Requires: %{name} = %{epoch}:%{version}-%{release}
2145
2146%description tex-thumbpdf
2147Provides support, using Perl, for thumbnails in pdfTeX and
2148dvips/ps2pdf, using ghostscript to generate the thumbnails which get
2149represented in a TeX readable file that is read by the package
2150thumbpdf.sty to automatically include the thumbnails. Works with both
2151plain TeX and LaTeX.
2152
2153%description tex-thumbpdf -l pl.UTF-8
2154Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
2155użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
2156TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
2157ikonki. Działa z formatami plain TeX i LaTeX.
2158
2159%package tex-ukrhyph
2160Summary: Ukranian hyphenation
2161Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
2162Group: Applications/Publishing/TeX
2163Requires(post,postun): %{_bindir}/texhash
2164Requires: %{name} = %{epoch}:%{version}-%{release}
2165
2166%description tex-ukrhyph
2167This package allows the use of different hyphenation patterns for the
2168Ukrainian language for various Cyrillic font encodings. Contains
2169packages implementing traditional rules, modern rules, and combined
2170English-Ukrainian hyphenation.
2171
2172%description tex-ukrhyph -l pl.UTF-8
2173Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
2174dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
2175Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
2176łączonych angielsko-ukraińskich.
2177
2178%package latex-vietnam
2179Summary: Vietnamese language support
2180Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
2181Group: Applications/Publishing/TeX
2182Requires(post,postun): %{_bindir}/texhash
2183Requires: %{name} = %{epoch}:%{version}-%{release}
2184Obsoletes: tetex-tex-vietnam
2185
2186%description latex-vietnam
2187Vietnamese language support.
2188
2189%description latex-vietnam -l pl.UTF-8
2190Wsparcie dla języka wietnamskiego.
2191
2192%package tex-xypic
2193Summary: Package for typesetting a variety of graphs and diagrams with TeX
2194Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
2195Group: Applications/Publishing/TeX
2196Requires(post,postun): %{_bindir}/texhash
2197Requires: %{name} = %{epoch}:%{version}-%{release}
2198Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
2199
2200%description tex-xypic
2201A package for typesetting a variety of graphs and diagrams with TeX.
2202Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
2203and plain TeX), in particular Xy-pic is provided as a LaTeX2e
2204`supported package'.
2205
2206%description tex-xypic -l pl.UTF-8
2207Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
2208z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
2209w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
2210
2211%package tex-xkeyval
2212Summary: Extension to keyval package
2213Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
2214Group: Applications/Publishing/TeX
2215Requires(post,postun): /usr/bin/texhash
2216Requires: %{name} = %{epoch}:%{version}-%{release}
2217
2218%description tex-xkeyval
2219Extension to keyval package.
2220
2221%description tex-xkeyval -l pl.UTF-8
2222Rozszerzenie do pakietu keyval.
2223
2224%package dirs-fonts
2225Summary: TeX font directories
2226Summary(pl.UTF-8): Katalogi fontów TeXa
2227Group: Fonts
2228
2229%description dirs-fonts
2230TeX font directories.
2231
2232%description dirs-fonts -l pl.UTF-8
2233Katalogi fontów TeXa.
2234
2235# # Fonts packages #
2236
2237%package fonts-adobe
2238Summary: Adobe fonts
2239Summary(pl.UTF-8): Fonty Adobe
2240Group: Fonts
2241Requires: %{name}-dirs-fonts
2242
2243%description fonts-adobe
2244Adobe fonts.
2245
2246%description fonts-adobe -l pl.UTF-8
2247Fonty Adobe.
2248
2249%package fonts-ae
2250Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
2251Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
2252Group: Fonts
2253Requires: %{name}-dirs-fonts
2254
2255%description fonts-ae
2256Virtual fonts for PDF-files with T1 encoded CMR-fonts.
2257
2258%description fonts-ae -l pl.UTF-8
2259Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
2260
2261%package fonts-ams
2262Summary: AMS fonts
2263Summary(pl.UTF-8): Fonty AMS
2264Group: Fonts
2265Requires: %{name}-dirs-fonts
2266
2267%description fonts-ams
2268AMS fonts.
2269
2270%description fonts-ams -l pl.UTF-8
2271Fonty AMS.
2272
2273%package fonts-antp
2274Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2275Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
2276Group: Fonts
2277Requires: %{name}-dirs-fonts
2278
2279%description fonts-antp
2280Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
2281
2282%description fonts-antp -l pl.UTF-8
2283Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
2284Type 1.
2285
2286%package fonts-antt
2287Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2288Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
2289Group: Fonts
2290Requires: %{name}-dirs-fonts
2291
2292%description fonts-antt
2293Antykwa Torunska, a Type 1 family of a Polish traditional type.
2294
2295%description fonts-antt -l pl.UTF-8
2296Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
2297
2298%package fonts-bbm
2299Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2300Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
2301Group: Fonts
2302Requires: %{name}-dirs-fonts
2303
2304%description fonts-bbm
2305Blackboard variant fonts for Computer Modern, with LaTeX support.
2306
2307%description fonts-bbm -l pl.UTF-8
2308Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
2309
2310%package fonts-bbold
2311Summary: Sans serif blackboard bold for LaTeX
2312Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2313Group: Fonts
2314Requires: %{name}-dirs-fonts
2315
2316%description fonts-bbold
2317Sans serif blackboard bold for LaTeX.
2318
2319%description fonts-bbold -l pl.UTF-8
2320Tablicowy tłusty font sans serif dla LaTeXa.
2321
b280f158
ZU
2322%package fonts-bh
2323Summary: Bold & Heavy Fonts
2324Summary(pl.UTF-8): Fonty Bold i Heavy
2325Group: Fonts
2326Requires: %{name}-dirs-fonts
d08789e0 2327
b280f158
ZU
2328%description fonts-bh
2329Bold & Heavy Fonts.
d08789e0 2330
b280f158
ZU
2331%description fonts-bh -l pl.UTF-8
2332Fonty Bold i Heavy.
d08789e0
ZU
2333
2334%package fonts-bitstream
2335Summary: Bitstream fonts
2336Summary(pl.UTF-8): Fonty Bitstream
2337Group: Fonts
2338Requires: %{name}-dirs-fonts
2339Obsoletes: tetex-fonts-bitstrea
2340
2341%description fonts-bitstream
2342Bitstream fonts.
2343
2344%description fonts-bitstream -l pl.UTF-8
2345Fonty Bitstream.
2346
2347%package fonts-cbgreek
2348Summary: Complete set of Greek fonts
2349Summary(pl.UTF-8): Pełny zestaw fontów greckich
2350Group: Fonts
2351Requires: %{name}-dirs-fonts
2352
2353%description fonts-cbgreek
2354Complete set of Greek fonts.
2355
2356%description fonts-cbgreek -l pl.UTF-8
2357Pełny zestaw fontów greckich.
2358
2359%package fonts-cc-pl
2360Summary: Polish version of Computer Concrete fonts
2361Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
2362Group: Fonts
2363Requires: %{name}-dirs-fonts
2364
2365%description fonts-cc-pl
2366Polish version of Computer Concrete fonts.
2367
2368%description fonts-cc-pl -l pl.UTF-8
2369Polska wersja fontów Computer Concrete.
2370
2371%package fonts-cg
2372Summary: Compugraphic fonts
2373Summary(pl.UTF-8): Fonty Compugraphic
2374Group: Fonts
2375Requires: %{name}-dirs-fonts
2376
2377%description fonts-cg
2378Compugraphic fonts.
2379
2380%description fonts-cg -l pl.UTF-8
2381Fonty Compugraphic.
2382
2383%package fonts-cm
2384Summary: Computer Modern fonts
2385Summary(pl.UTF-8): Fonty Computer Modern
2386Group: Fonts
2387Requires: %{name}-dirs-fonts
2388
2389%description fonts-cm
2390Computer Modern fonts.
2391
2392%description fonts-cm -l pl.UTF-8
2393Fonty Computer Modern.
2394
2395%package fonts-cmbright
2396Summary: CM Bright fonts
2397Summary(pl.UTF-8): Fonty CM Bright
2398Group: Fonts
2399Requires: %{name}-dirs-fonts
2400
2401%description fonts-cmbright
2402CM Bright fonts.
2403
2404%description fonts-cmbright -l pl.UTF-8
2405Fonty CM Bright.
2406
2407%package fonts-cmcyr
2408Summary: Computer Modern fonts extended with Russian letters
2409Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
2410Group: Fonts
2411Requires: %{name}-dirs-fonts
2412
2413%description fonts-cmcyr
2414Computer Modern fonts extended with Russian letters.
2415
2416%description fonts-cmcyr -l pl.UTF-8
2417Fonty Computer Modern rozszerzone o litery rosyjskie.
2418
2419%package fonts-cmextra
2420Summary: Extra Computer Modern fonts, from the American Mathematical Society
2421Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
2422Group: Fonts
2423Requires: %{name}-dirs-fonts
2424
2425%description fonts-cmextra
2426Extra Computer Modern fonts, from the American Mathematical Society.
2427
2428%description fonts-cmextra -l pl.UTF-8
2429Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
2430
2431%package fonts-concmath
2432Summary: Concrete Math fonts
2433Summary(pl.UTF-8): Fonty matematyczne Concrete Math
2434Group: Fonts
2435Requires: %{name}-dirs-fonts
2436
2437%description fonts-concmath
2438Concrete Math fonts.
2439
2440%description fonts-concmath -l pl.UTF-8
2441Fonty matematyczne Concrete Math.
2442
2443%package fonts-concrete
2444Summary: Concrete Roman fonts
2445Summary(pl.UTF-8): Fonty Concrete Roman
2446Group: Fonts
2447Requires: %{name}-dirs-fonts
2448
2449%description fonts-concrete
2450Concrete Roman fonts, designed by Donald E. Knuth, originally for use
2451with Euler math fonts.
2452
2453%description fonts-concrete -l pl.UTF-8
2454Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
2455przeznaczone do używania z fontami matematycznymi Euler.
2456
2457%package fonts-cs
2458Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
2459Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
2460Group: Fonts
2461Requires: %{name}-dirs-fonts
2462
2463%description fonts-cs
2464Czech/Slovak-tuned MetaFont Computer Modern fonts.
2465
2466%description fonts-cs -l pl.UTF-8
2467Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
2468czeskiego i słowackiego.
2469
4a09ae1a
ZU
2470%package fonts-dstroke
2471Summary: Doublestroke font for typesetting the mathematical symbols
2472Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
2473Group: Fonts
2474Requires: %{name}-dirs-fonts
2475
2476%description fonts-dstroke
2477Doublestroke font for typesetting the mathematical symbols.
2478
2479%description fonts-dstroke -l pl.UTF-8
2480Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
2481
2482%package fonts-ecc
2483Summary: Sources for the European Concrete fonts
2484Summary(pl.UTF-8): Źródła dla fontów European Concrete
2485Group: Fonts
2486Requires: %{name}-dirs-fonts
2487
2488%description fonts-ecc
2489The MetaFont sources and tfm files of the European Concrete Fonts.
2490This is the EC implementation of Knuth's Concrete fonts, including
2491also the corresponding text companion fonts.
2492
2493%description fonts-ecc -l pl.UTF-8
2494Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
2495implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
2496tekstowymi fontami towarzyszącymi.
2497
2498%package fonts-eurosym
2499Summary: The new European currency symbol for the Euro
2500Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
2501Group: Fonts
2502Requires: %{name}-dirs-fonts
2503
2504%description fonts-eurosym
2505The new European currency symbol for the Euro implemented in Metafont,
2506using the official European Commission dimensions, and providing
2507several shapes (normal, slanted, bold, outline).
2508
2509%description fonts-eurosym -l pl.UTF-8
2510Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
2511z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
2512różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
2513
2514%package fonts-eulervm
2515Summary: The Virtual Euler Math fonts
2516Summary(pl.UTF-8): Fonty Virtual Euler Math
2517Group: Fonts
2518Requires: %{name}-dirs-fonts
2519
2520%description fonts-eulervm
2521Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
2522approach has several advantages over immediately using the _real_
2523Euler fonts: Most noticeably, less TeX resources are consumed, the
2524quality of various math symbols is improved, and a usable \hslash
2525symbol can be provided.
2526
2527%description fonts-eulervm -l pl.UTF-8
2528Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
2529fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
2530używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
2531jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
2532matematycznych i może być dostępny używalny symbol \hslash.
2533
2534%package fonts-euxm
2535Summary: Fonts similar to EUSM but with two more characters
2536Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
2537Group: Fonts
2538Requires: %{name}-dirs-fonts
2539
2540%description fonts-euxm
2541Fonts like EUSM but with two more characters needed for Concrete Math
2542included in TeXLive distribution in fonts3.
2543
2544%description fonts-euxm -l pl.UTF-8
2545Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
2546dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
2547
2548%package fonts-gothic
2549Summary: Gothic and ornamental initial fonts by Yannis Haralambous
2550Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
2551Group: Fonts
2552Requires: %{name}-dirs-fonts
2553
2554%description fonts-gothic
2555Gothic and ornamental initial fonts by Yannis Haralambous.
2556
2557%description fonts-gothic -l pl.UTF-8
2558Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
2559
2560%package fonts-hoekwater
2561Summary: Converted mflogo font
2562Summary(pl.UTF-8): Przekonwertowany font mflogo
2563Group: Fonts
2564Requires: %{name}-dirs-fonts
2565
2566%description fonts-hoekwater
2567Fonts originally created in MetaFont, transformed to PostScript by
2568Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
2569xipa.
2570
2571%description fonts-hoekwater -l pl.UTF-8
2572Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
2573PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
2574stmaryrd, wasy, wasy2, xipa.
2575
2576%package fonts-jknappen
2577Summary: Miscellaneous packages by Joerg Knappen
2578Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2579Group: Fonts
2580Requires: %{name}-dirs-fonts
2581
2582%description fonts-jknappen
2583Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2584Knappen, including sgmlcmpt.
2585
2586%description fonts-jknappen -l pl.UTF-8
2587Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2588Knappena. Zawiera sgmlcmpt.
2589
2590%package fonts-latex
2591Summary: Basic LaTeX fonts
2592Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
2593Group: Fonts
2594Requires: %{name}-dirs-fonts
2595
2596%description fonts-latex
2597Basic LaTeX fonts.
2598
2599%description fonts-latex -l pl.UTF-8
2600Podstawowe fonty dla LaTeXa.
2601
2602%package fonts-lh
2603Summary: Olga Lapko's LH fonts
2604Summary(pl.UTF-8): Fonty LH Olgi Lapko
2605Group: Fonts
2606Requires: %{name}-dirs-fonts
2607
2608%description fonts-lh
2609The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
2610
2611%description fonts-lh -l pl.UTF-8
2612Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
2613
2614%package fonts-lm
2615Summary: Latin Modern family fonts
2616Summary(pl.UTF-8): Fonty z rodziny Latin Modern
2617Group: Applications/Publishing/TeX
2618Requires: %{name}-dirs-fonts
2619
2620%description fonts-lm
2621Latin Modern family of fonts, based on the Computer Modern fonts
2622released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2623lot of additional characters, mainly accented ones, but not only.
2624There is a one set of PostScript fonts and four sets of TeX Font
2625Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2626encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2627Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2628potential user knows what to do with all these files. The author is
2629Boguslaw Jackowski.
2630
2631%description fonts-lm -l pl.UTF-8
2632Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2633przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2634Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2635Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2636Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2637QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2638(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2639(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2640tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2641
2642%package fonts-marvosym
2643Summary: Martin Vogel's Symbol (marvosym) font
2644Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
2645Group: Fonts
2646Requires: %{name}-dirs-fonts
2647
2648%description fonts-marvosym
2649Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2650currency symbol as defined by the European commission; Euro currency
2651symbols in typefaces Times, Helvetica and Courier; Symbols for
2652structural engineering; Symbols for steel cross-sections; Astronomy
2653signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2654symbols; CE sign and others.
2655
2656%description fonts-marvosym -l pl.UTF-8
2657Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
2658waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
2659dla krojów Times, Helvetica i Courier; symbole dla inżynierii
2660strukturalnej; symbole dla przekroi poprzecznych; symbole
2661astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
2662krawieckie; znak CE i inne.
2663
2664%package fonts-mflogo
2665Summary: Logo fonts
2666Summary(pl.UTF-8): Fonty logo
2667Group: Fonts
2668Requires: %{name}-dirs-fonts
2669
2670%description fonts-mflogo
2671Logo fonts.
2672
2673%description fonts-mflogo -l pl.UTF-8
2674Fonty logo.
2675
2676%package fonts-misc
2677Summary: Miscellaneous fonts
2678Summary(pl.UTF-8): Różne fonty
2679Group: Fonts
2680Requires: %{name}-dirs-fonts
2681
2682%description fonts-misc
2683Miscellaneous fonts.
2684
2685%description fonts-misc -l pl.UTF-8
2686Fonty różne.
2687
2688%package fonts-monotype
2689Summary: Monotype fonts
2690Summary(pl.UTF-8): Fonty Monotype
2691Group: Fonts
2692Requires: %{name}-dirs-fonts
2693
2694%description fonts-monotype
2695Monotype fonts.
2696
2697%description fonts-monotype -l pl.UTF-8
2698Fonty Monotype.
2699
2700%package fonts-omega
2701Summary: Fonts for Omega - extended unicode TeX
2702Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
2703Group: Fonts
2704Requires: %{name}-dirs-fonts
2705
2706%description fonts-omega
2707Fonts for Omega - extended unicode TeX.
2708
2709%description fonts-omega -l pl.UTF-8
2710Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
2711
2712%package fonts-pazo
2713Summary: Pazo fonts
2714Summary(pl.UTF-8): Fonty Pazo
2715Group: Fonts
2716Requires: %{name}-dirs-fonts
2717
2718%description fonts-pazo
2719Pazo fonts.
2720
2721%description fonts-pazo -l pl.UTF-8
2722Fonty Pazo.
2723
2724%package fonts-pl
2725Summary: Polish fonts
2726Summary(pl.UTF-8): Polskie fonty
2727Group: Fonts
2728Requires: %{name}-dirs-fonts
2729
2730%description fonts-pl
2731Polish fonts.
2732
2733%description fonts-pl -l pl.UTF-8
2734Polskie fonty.
2735
2736%package fonts-px
2737Summary: PX fonts
2738Summary(pl.UTF-8): Fonty PX
2739Group: Fonts
2740Requires: %{name}-dirs-fonts
2741
2742%description fonts-px
2743PX fonts.
2744
2745%description fonts-px -l pl.UTF-8
2746Fonty PX.
2747
2748%package fonts-qfonts
2749Summary: Quasi fonts
2750Summary(pl.UTF-8): Fonty Quasi
2751Group: Fonts
2752Requires: %{name}-dirs-fonts
2753
2754%description fonts-qfonts
2755Quasi fonts.
2756
2757%description fonts-qfonts -l pl.UTF-8
2758Fonty Quasi.
2759
2760%package fonts-qpx
2761Summary: Additional fonts for QPX package
2762Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
2763Group: Fonts
2764Requires: %{name}-dirs-fonts
2765Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
2766Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
2767
2768%description fonts-qpx
2769Additional fonts for QPX package.
2770
2771%description fonts-qpx -l pl.UTF-8
2772Dodatkowe fonty dla pakietu QPX.
2773
31bd2c4a 2774%package fonts-qpxqtx
d08789e0
ZU
2775Summary: Additional fonts for QTX package
2776Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
2777Group: Fonts
2778Requires: %{name}-dirs-fonts
2779Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
2780Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
2781
31bd2c4a 2782%description fonts-qpxqtx
d08789e0
ZU
2783Additional fonts for QTX package.
2784
31bd2c4a 2785%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
2786Dodatkowe fonty dla pakietu QTX.
2787
2788%package fonts-rsfs
2789Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
2790Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
2791Group: Fonts
2792Requires: %{name}-dirs-fonts
2793
2794%description fonts-rsfs
2795Fonts of uppercase script letters for use as symbols in scientific and
2796mathematical typesetting, in contrast to the informal script fonts
2797such as that used for the `calligraphic' symbols in the TeX math
2798symbol font.
2799
2800%description fonts-rsfs -l pl.UTF-8
2801Fonty wielkich liter pisanych do używania jako symbole przy składaniu
2802dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
2803fontów pisanych takich jak używane do symboli "kaligraficznych" w
2804matematycznym foncie TeXowym symbol.
2805
2806%package fonts-stmaryrd
2807Summary: St Mary Road symbols for functional programming
2808Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
2809Group: Fonts
2810Requires: %{name}-dirs-fonts
2811
2812%description fonts-stmaryrd
2813St Mary Road symbols for functional programming.
2814
2815%description fonts-stmaryrd -l pl.UTF-8
2816Symbole St Mary Road do programowania funkcyjnego.
2817
2818%package fonts-tx
2819Summary: TX fonts
2820Summary(pl.UTF-8): Fonty TX
2821Group: Fonts
2822Requires: %{name}-dirs-fonts
2823
2824%description fonts-tx
2825TX fonts.
2826
2827%description fonts-tx -l pl.UTF-8
2828Fonty TX.
2829
2830%package fonts-urw
2831Summary: URW fonts
2832Summary(pl.UTF-8): Fonty URW
2833Group: Fonts
2834Requires: %{name}-dirs-fonts
2835
2836%description fonts-urw
2837URW fonts.
2838
2839%description fonts-urw -l pl.UTF-8
2840Fonty URW.
2841
2842%package fonts-urwvn
2843Summary: URWVN fonts
2844Summary(pl.UTF-8): Fonty URWVN
2845Group: Fonts
2846Requires: %{name}-dirs-fonts
2847
2848%description fonts-urwvn
2849URWVN fonts.
2850
2851%description fonts-urwvn -l pl.UTF-8
2852Fonty URWVN.
2853
2854%package fonts-vnr
2855Summary: VNR fonts
2856Summary(pl.UTF-8): Fonty VNR
2857Group: Fonts
2858Requires: %{name}-dirs-fonts
2859
2860%description fonts-vnr
2861VNR fonts.
2862
2863%description fonts-vnr -l pl.UTF-8
2864Fonty VNR.
2865
2866%package fonts-wasy
2867Summary: Waldis symbol fonts
2868Summary(pl.UTF-8): Fonty Waldis symbol
2869Group: Fonts
2870Requires: %{name}-dirs-fonts
2871
2872%description fonts-wasy
2873Waldis symbol fonts.
2874
2875%description fonts-wasy -l pl.UTF-8
2876Fonty Waldis symbol.
2877
2878%package fonts-xypic
2879Summary: Xy-pic fonts
2880Summary(pl.UTF-8): Fonty Xy-pic
2881Group: Fonts
2882Requires: %{name}-dirs-fonts
2883
2884%description fonts-xypic
2885Xy-pic fonts.
2886
2887%description fonts-xypic -l pl.UTF-8
2888Fonty Xy-pic.
2889
2890%package fonts-yandy
2891Summary: European Modern fonts from Y&Y
2892Summary(pl.UTF-8): Fonty European Modern od Y&Y
2893Group: Fonts
2894Requires: %{name}-dirs-fonts
2895
2896%description fonts-yandy
2897European Modern fonts from Y&Y.
2898
2899%description fonts-yandy -l pl.UTF-8
2900Fonty European Modern od Y&Y.
2901
2902%package fonts-type1-antp
2903Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2904Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
2905Group: Fonts
2906Requires: %{name}-dirs-fonts
2907
2908%description fonts-type1-antp
2909Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
2910
2911%description fonts-type1-antp -l pl.UTF-8
2912Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
2913Type 1.
2914
2915%package fonts-type1-antt
2916Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2917Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
2918Group: Fonts
2919Requires: %{name}-dirs-fonts
2920
2921%description fonts-type1-antt
2922Antykwa Torunska, a Type 1 family of a Polish traditional type.
2923
2924%description fonts-type1-antt -l pl.UTF-8
2925Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
2926
2927%package fonts-type1-belleek
2928Summary: Free replacement for basic MathTime fonts
2929Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
2930Group: Fonts
2931Requires: %{name}-dirs-fonts
2932
2933%description fonts-type1-belleek
2934Free replacement for basic MathTime fonts.
2935
2936%description fonts-type1-belleek -l pl.UTF-8
2937Wolnodostępny zamiennik podstawowych fontów MathTime.
2938
2939%package fonts-type1-bitstream
2940Summary: Bitstream fonts
2941Summary(pl.UTF-8): Fonty Bitstream
2942Group: Fonts
2943Requires: %{name}-dirs-fonts
2944Obsoletes: tetex-fonts-type1-bitstrea
2945
2946%description fonts-type1-bitstream
2947Bitstream fonts.
2948
2949%description fonts-type1-bitstream -l pl.UTF-8
2950Fonty Bitstream.
2951
2952%package fonts-type1-bluesky
2953Summary: Computer Modern family fonts
2954Summary(pl.UTF-8): Fonty z rodziny Computer Modern
2955Group: Fonts
2956Requires: %{name}-dirs-fonts
2957
2958%description fonts-type1-bluesky
2959Computer Modern family fonts.
2960
2961%description fonts-type1-bluesky -l pl.UTF-8
2962Fonty z rodzony Computer Modern.
2963
2964%package fonts-type1-cc-pl
2965Summary: Polish version of Computer Concrete fonts
2966Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
2967Group: Fonts
2968Requires: %{name}-dirs-fonts
2969
2970%description fonts-type1-cc-pl
2971Polish version of Computer Concrete fonts.
2972
2973%description fonts-type1-cc-pl -l pl.UTF-8
2974Polska wersja fontów Computer Concrete.
2975
2976%package fonts-type1-cmcyr
2977Summary: Computer Modern fonts extended with Russian letters
2978Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
2979Group: Fonts
2980Requires: %{name}-dirs-fonts
2981
2982%description fonts-type1-cmcyr
2983Computer Modern fonts extended with Russian letters.
2984
2985%description fonts-type1-cmcyr -l pl.UTF-8
2986Fonty Computer Modern rozszerzone o litery rosyjskie.
2987
2988%package fonts-type1-cs
2989Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
2990Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
2991Group: Fonts
2992Requires: %{name}-dirs-fonts
2993
2994%description fonts-type1-cs
2995Czech/Slovak-tuned MetaFont Computer Modern fonts.
2996
2997%description fonts-type1-cs -l pl.UTF-8
2998Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
2999czeskiego i słowackiego.
3000
b280f158
ZU
3001%package fonts-type1-dstroke
3002Summary: Doublestroke Type1 font for typesetting the mathematical symbols
3003Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
3004Group: Fonts
3005Requires: %{name}-dirs-fonts
3006
3007%description fonts-type1-dstroke
3008Doublestroke Type1 font for typesetting the mathematical symbols.
3009
3010%description fonts-type1-dstroke -l pl.UTF-8
3011Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
3012
3013%package fonts-type1-eurosym
3014Summary: The new European currency symbol for the Euro
3015Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
3016Group: Fonts
3017Requires: %{name}-dirs-fonts
3018
3019%description fonts-type1-eurosym
3020The new European currency symbol for the Euro implemented in Metafont,
3021using the official European Commission dimensions, and providing
3022several shapes (normal, slanted, bold, outline).
3023
3024%description fonts-type1-eurosym -l pl.UTF-8
3025Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
3026z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
3027różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
3028
3029%package fonts-type1-hoekwater
3030Summary: Converted mflogo font
3031Summary(pl.UTF-8): Przekonwertowany font mflogo
3032Group: Fonts
3033Requires: %{name}-dirs-fonts
3034
3035%description fonts-type1-hoekwater
3036Fonts originally created in MetaFont, transformed to PostScript by
3037Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
3038xipa.
3039
3040%description fonts-type1-hoekwater -l pl.UTF-8
3041Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
3042PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
3043stmaryrd, wasy, wasy2, xipa.
3044
3045%package fonts-type1-fpl
3046Summary: SC/OsF fonts for URW Palladio L
3047Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
3048Group: Fonts
3049Requires: %{name}-dirs-fonts
3050
3051%description fonts-type1-fpl
3052The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
3053are compatible with respect to metrics with the Palatino SC/OsF fonts
3054from Adobe. Note that it is not the author's aim to exactly reproduce
3055the outlines of the original Adobe fonts. The SC and OsF in the FPL
3056Fonts were designed with the glyphs from URW Palladio L as starting
3057point. For some glyphs (eg 'o') the author got the best result by
3058scaling and boldening. For others (eg 'h') shifting selected portions
3059of the character gave more satisfying results. All this was done using
3060the free font editor FontForge <http://fontforge.sf.net/>. The kerning
3061data in these fonts comes from Walter Schmidt's improved Palatino
3062metrics.
3063
3064%description fonts-type1-fpl -l pl.UTF-8
3065Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
3066kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
3067Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
3068kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
3069projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
3070(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
3071pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
3072dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
3073wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
3074Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
3075Palatino Waltera Schmidta.
3076
b280f158
ZU
3077%package fonts-type1-tt2001
3078Summary: Type1 tt2001 family fonts
3079Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
3080Group: Applications/Publishing/TeX
3081Requires: %{name}-dirs-fonts
3082
3083%description fonts-type1-tt2001
3084Type1 tt2001 famliy fonts.
3085
3086%description fonts-type1-tt2001 -l pl.UTF-8
3087Fonty Type1 z rodziny tt2001.
d08789e0
ZU
3088
3089%package fonts-type1-lm
3090Summary: Type1 Latin Modern family fonts
3091Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
3092Group: Applications/Publishing/TeX
3093Requires: %{name}-dirs-fonts
3094
3095%description fonts-type1-lm
3096Latin Modern family of fonts, based on the Computer Modern fonts
3097released into public domain by AMS (copyright (C) 1997 AMS). Contain a
3098lot of additional characters, mainly accented ones, but not only.
3099There is a one set of PostScript fonts and four sets of TeX Font
3100Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
3101encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
3102Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
3103potential user knows what to do with all these files. The author is
3104Boguslaw Jackowski.
3105
3106%description fonts-type1-lm -l pl.UTF-8
3107Rodzina fontów Latin Modern, oparta na fontach Computer Modern
3108przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
3109Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
3110Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
3111Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
3112QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
3113(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
3114(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
3115tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
3116
3117%package fonts-type1-marvosym
3118Summary: Martin Vogel's Symbol (marvosym) font
3119Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
3120Group: Fonts
3121Requires: %{name}-dirs-fonts
3122
3123%description fonts-type1-marvosym
3124Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3125currency symbol as defined by the European commission; Euro currency
3126symbols in typefaces Times, Helvetica and Courier; Symbols for
3127structural engineering; Symbols for steel cross-sections; Astronomy
3128signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3129symbols; CE sign and others.
3130
3131%description fonts-type1-marvosym -l pl.UTF-8
3132Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
3133waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
3134dla krojów Times, Helvetica i Courier; symbole dla inżynierii
3135strukturalnej; symbole dla przekroi poprzecznych; symbole
3136astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
3137krawieckie; znak CE i inne.
3138
3139%package fonts-type1-mathpazo
3140Summary: Pazo Math fonts
3141Summary(pl.UTF-8): Fonty matematyczne Pazo Math
3142Group: Fonts
3143Requires: %{name}-dirs-fonts
3144
3145%description fonts-type1-mathpazo
3146Pazo Math fonts.
3147
3148%description fonts-type1-mathpazo -l pl.UTF-8
3149Fonty matematyczne Pazo Math.
3150
3151%package fonts-type1-omega
3152Summary: Type1 fonts for Omega - extended unicode TeX
3153Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
3154Group: Fonts
3155Requires: %{name}-dirs-fonts
3156
3157%description fonts-type1-omega
3158Type1 fonts for Omega - extended unicode TeX.
3159
3160%description fonts-type1-omega -l pl.UTF-8
3161Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
3162
3163%package fonts-type1-pl
3164Summary: Polish fonts
3165Summary(pl.UTF-8): Polskie fonty
3166Group: Fonts
3167Requires: %{name}-dirs-fonts
3168Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
3169
3170%description fonts-type1-pl
3171Polish fonts.
3172
3173%description fonts-type1-pl -l pl.UTF-8
3174Polskie fonty.
3175
3176%package fonts-type1-px
3177Summary: PX fonts
3178Summary(pl.UTF-8): Fonty PX
3179Group: Fonts
3180Requires: %{name}-dirs-fonts
3181
3182%description fonts-type1-px
3183PX fonts.
3184
3185%description fonts-type1-px -l pl.UTF-8
3186Fonty PX.
3187
b280f158
ZU
3188%package fonts-type1-qfonts
3189Summary: Quasi fonts
3190Summary(pl.UTF-8): Fonty Quasi
3191Group: Fonts
3192Requires: %{name}-dirs-fonts
3193
3194%description fonts-type1-qfonts
3195Quasi fonts.
3196
3197%description fonts-type1-qfonts -l pl.UTF-8
3198Fonty Quasi.
d08789e0
ZU
3199
3200%package fonts-type1-tx
3201Summary: TX fonts
3202Summary(pl.UTF-8): Fonty TX
3203Group: Fonts
3204Requires: %{name}-dirs-fonts
3205
3206%description fonts-type1-tx
3207TX fonts.
3208
3209%description fonts-type1-tx -l pl.UTF-8
3210Fonty TX.
3211
3212%package fonts-type1-urw
3213Summary: URW fonts
3214Summary(pl.UTF-8): Fonty URW
3215Group: Fonts
3216Requires: %{name}-dirs-fonts
3217
3218%description fonts-type1-urw
3219URW fonts.
3220
3221%description fonts-type1-urw -l pl.UTF-8
3222Fonty URW.
3223
3224%package fonts-type1-vnr
3225Summary: Type1 VNR fonts
3226Summary(pl.UTF-8): Fonty Type1 VNR
3227Group: Fonts
3228Requires: %{name}-dirs-fonts
3229
3230%description fonts-type1-vnr
3231Type1 VNR fonts.
3232
3233%description fonts-type1-vnr -l pl.UTF-8
3234Fonty Type1 VNR.
3235
3236%package fonts-type1-xypic
3237Summary: Xy-pic fonts
3238Summary(pl.UTF-8): Fonty Xy-pic
3239Group: Fonts
3240Requires: %{name}-dirs-fonts
3241
3242%description fonts-type1-xypic
3243Xy-pic fonts.
3244
3245%description fonts-type1-xypic -l pl.UTF-8
3246Fonty Xy-pic.
3247
489714ae
ZU
3248
3249# TeXLive-specific packages - there wasn't before...
3250%package afm2pl
3251Summary: Convert an Adobe font metric file to a TeX font property list
3252Group: Fonts
3253
3254%description afm2pl
3255Convert an Adobe font metric file to a TeX font property list.
3256
3257
3258%package bbox
3259Summary: bbox prints the bounding box of images
3260Group: Applications/Publishing/TeX
3261
3262%description bbox
3263bbox reads a rawppm or rawpbm file and prints out the bounding box of
3264the image.
3265
3266%package cefutils
3267Summary: In cefutils there are CEF-compatible utils
3268Group: Applications/Publishing/TeX
3269
3270%description cefutils
3271In cefutils there are CEF-compatible (Chinese Encoding Framework)
3272utils.
3273
3274%package detex
3275Summary: A filter to strip TeX commands from a .tex file
3276Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
3277Group: Applications/Publishing/TeX
3278
3279%description detex
3280A filter to strip TeX commands from a .tex file.
3281
3282%description detex -l hu.UTF-8
3283Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
3284
3285
7ffd1967
ZU
3286%package dviutils
3287Summary: Various DVI utils
3288Summary(hu.UTF-8): Vegyes DVI eszközök
3289Group: Applications/Publishing/TeX
3290
3291%description dviutils
3292This package contains various DVI utils.
3293
3294%description dviutils -l hu.UTF-8
3295Ez a csomag mindenféle DVI eszközt tartalmaz.
3296
3297%package epsutils
3298Summary: Various EPS utils
3299Group: Applications/Publishing/TeX
3300
3301%description epsutils
3302Various EPS (Encapsulated PostScript) utils.
3303
3304
3305%package filters
3306Summary: Various filters
3307Group: Applications/Publishing/TeX
3308
3309%description filters
3310Various filters.
3311
3312
489714ae
ZU
3313%package uncategorized-utils
3314Summary: Uncategorized utils
3315Group: Applications/Publishing/TeX
3316
3317%description uncategorized-utils
3318Uncategorized utilities. Needs check and categorizing.
3319
d08789e0
ZU
3320%prep
3321%setup -q -c -T -n %{name}-%{version}-source
3322lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 3323%patch0 -p1
1cc1dae0 3324%patch1 -p1
c48c077b
AM
3325
3326cd libs/teckit
3327cat ax*.m4 > acinclude.m4
3328%{__libtoolize}
3329%{__aclocal}
3330%{__autoconf}
3331%{__automake}
d08789e0
ZU
3332
3333%build
3334find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 3335%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 3336cd texk/kpathsea
83feaf0d
ZU
3337%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
3338%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
3339%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
3340%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
3341%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 3342%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 3343cd ../..
d47c034d 3344
a784d38e 3345%configure \
ca4b56d2
AM
3346%if %{with bootstrap}
3347 --without-xindy \
3348 --without-luatex \
3349%endif
d08789e0
ZU
3350 --disable-multiplatform \
3351 --disable-static \
3352 --enable-a4 \
3353 --enable-gf \
3354 --enable-ipc \
3355 --enable-shared \
a784d38e 3356 --with-fontconfig \
d08789e0
ZU
3357 --with-fonts-dir=/var/cache/fonts \
3358 --with-ncurses \
e671f712 3359 --with-system-freetype \
97b079ad 3360 --with-freetype-include=/usr/include/freetype \
a784d38e 3361 --with-system-freetype2 \
97b079ad 3362 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
3363 --with-system-gd \
3364 --with-system-ncurses \
3365 --with-system-pnglib \
3366 --with-system-t1lib \
3367 --with-system-zlib \
d08789e0
ZU
3368 --with-xdvi-x-toolkit=xaw \
3369 --without-dialog \
3370 --without-t1utils \
ca4b56d2 3371 --without-texinfo
d08789e0 3372
d08789e0
ZU
3373%{__make}
3374
d08789e0
ZU
3375%install
3376rm -rf $RPM_BUILD_ROOT
3377install -d $RPM_BUILD_ROOT%{_datadir} \
3378 $RPM_BUILD_ROOT%{_desktopdir} \
3379 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 3380 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
3381 $RPM_BUILD_ROOT/var/cache/fonts \
3382 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 3383 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b
ZU
3384 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
3385 $RPM_BUILD_ROOT%{fmtdir}
d08789e0 3386
f37ff31b
ZU
3387lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
3388%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
3389%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
3390%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
f37ff31b
ZU
3391# This is an empty directory
3392%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
3393
d08789e0
ZU
3394# commented out because of following (non-fatal) error:
3395# Can't open texmf/web2c/texmf.cnf: No such file or directory.
3396#perl -pi \
3397# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
3398# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
3399# texmf/web2c/texmf.cnf
3400
f37ff31b
ZU
3401# install -d $RPM_BUILD_ROOT%{texmf} $RPM_BUILD_ROOT%{texmfdist} $RPM_BUILD_ROOT%{texmfdoc}
3402# %{__cp} -a texlive-20080822-texmf/texmf/* $RPM_BUILD_ROOT%{texmf}
3403# %{__cp} -a texlive-20080822-texmf/texmf-dist/* $RPM_BUILD_ROOT%{texmfdist}
1a192771 3404# %{__cp} -a texlive-20080822-texmf/texmf-doc/* $RPM_BUILD_ROOT%{texmfdoc}
d08789e0
ZU
3405
3406install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
3407
3408LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
3409
3410%{__make} install \
3411 prefix=$RPM_BUILD_ROOT%{_prefix} \
3412 bindir=$RPM_BUILD_ROOT%{_bindir} \
3413 mandir=$RPM_BUILD_ROOT%{_mandir} \
3414 libdir=$RPM_BUILD_ROOT%{_libdir} \
3415 datadir=$RPM_BUILD_ROOT%{_datadir} \
3416 infodir=$RPM_BUILD_ROOT%{_infodir} \
3417 includedir=$RPM_BUILD_ROOT%{_includedir} \
3418 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
3419 texmf=$RPM_BUILD_ROOT%{texmf} \
3420 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
3421 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
3422
3423#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
3424#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
3425
26d8eaaa
ZU
3426# %{__make} init \
3427# prefix=$RPM_BUILD_ROOT%{_prefix} \
3428# bindir=$RPM_BUILD_ROOT%{_bindir} \
3429# mandir=$RPM_BUILD_ROOT%{_mandir} \
3430# libdir=$RPM_BUILD_ROOT%{_libdir} \
3431# datadir=$RPM_BUILD_ROOT%{_datadir} \
3432# infodir=$RPM_BUILD_ROOT%{_infodir} \
3433# includedir=$RPM_BUILD_ROOT%{_includedir} \
3434# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
3435# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 3436
489714ae 3437%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 3438%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8e2a2403 3439
d08789e0
ZU
3440perl -pi \
3441 -e "s|$RPM_BUILD_ROOT||g;" \
3442 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
3443
3444install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/tetex
3445
3446install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
3447install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
3448
ce981570 3449# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
3450
3451# in separate spec
3452rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{beamer,pgf,xcolor}
3453rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{beamer,pgf,xcolor}
3454
3455# not included in package
3456rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
3457rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
3458rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
3459rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
3460rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
3461rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
3462rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
3463rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
3464rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
3465rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
3466rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
3467rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
3468rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
3469rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
3470rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
3471rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
3472
3473# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
3474# and we can still analyze them
ce981570
ZU
3475# install -d format-logs
3476# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
3477
3478%clean
3479rm -rf $RPM_BUILD_ROOT
3480
3481%post
f6a96d15
ZU
3482# %groupadd -g 250 texmf
3483# %useradd -u 250 -r -s /bin/false -g texmf
d08789e0
ZU
3484%fixinfodir
3485%texhash
3486
3487%postun
3488%fixinfodir
3489if [ "$1" = "1" ]; then
3490 %texhash
3491fi
f6a96d15
ZU
3492# if [ "$1" = "0" ]; then
3493# %userremove texmf
3494# %groupremove texmf
3495#fi
d08789e0
ZU
3496
3497%post doc-Catalogue
3498%texhash
3499
3500%postun doc-Catalogue
3501%texhash
3502
3503%post doc-tug-faq
3504%texhash
3505
3506%postun doc-tug-faq
3507%texhash
3508
3509%post -n kpathsea
3510/sbin/ldconfig
3511%fixinfodir
3512%texhash
3513
3514%postun -n kpathsea
3515/sbin/ldconfig
3516%fixinfodir
3517%texhash
3518
3519%post -n kpathsea-devel
3520%texhash
3521
3522%postun -n kpathsea-devel
3523%texhash
3524
3525%post dvips
3526%fixinfodir
3527%texhash
3528
3529%postun dvips
3530%fixinfodir
3531%texhash
3532
3533%post dvilj
3534%texhash
3535
3536%postun dvilj
3537%texhash
3538
3539%post makeindex
3540%texhash
3541
3542%postun makeindex
3543%texhash
3544
3545%post metafont
3546%texhash
3547
3548%postun metafont
3549%texhash
3550
3551%post metapost
3552%texhash
3553
3554%postun metapost
3555%texhash
3556
3557%post mptopdf
3558%texhash
3559
3560%postun mptopdf
3561%texhash
3562
3563%post texdoctk
3564%texhash
3565
3566%postun texdoctk
3567%texhash
3568
3569%post -n xdvi
3570%texhash
3571
3572%postun -n xdvi
3573%texhash
3574
3575%post pdftex
3576%texhash
3577
3578%postun pdftex
3579%texhash
3580
3581%post omega
3582%texhash
3583
3584%postun omega
3585%texhash
3586
3587%post plain
3588%texhash
3589
3590%postun plain
3591%texhash
3592
3593%post format-plain
3594%texhash
3595
3596%postun format-plain
3597%texhash
3598
3599%post format-pdftex
3600%texhash
3601
3602%postun format-pdftex
3603%texhash
3604
3605%post format-pdfetex
3606%texhash
3607
3608%postun format-pdfetex
3609%texhash
3610
3611%post mex
3612%texhash
3613
3614%postun mex
3615%texhash
3616
3617%post format-mex
3618%texhash
3619
3620%postun format-mex
3621%texhash
3622
3623%post format-pdfmex
3624%texhash
3625
3626%postun format-pdfmex
3627%texhash
3628
3629%postun format-utf8mex
3630%texhash
3631
3632%post amstex
3633%texhash
3634
3635%postun amstex
3636%texhash
3637
3638%post format-amstex
3639%texhash
3640
3641%postun format-amstex
3642%texhash
3643
3644%post format-pdfamstex
3645%texhash
3646
3647%postun format-pdfamstex
3648%texhash
3649
3650%post csplain
3651%texhash
3652
3653%postun csplain
3654%texhash
3655
3656%post format-csplain
3657%texhash
3658
3659%postun format-csplain
3660%texhash
3661
3662%post format-pdfcsplain
3663%texhash
3664
3665%postun format-pdfcsplain
3666%texhash
3667
3668%post cslatex
3669%texhash
3670
3671%postun cslatex
3672%texhash
3673
3674%post format-cslatex
3675%texhash
3676
3677%postun format-cslatex
3678%texhash
3679
3680%post format-pdfcslatex
3681%texhash
3682
3683%postun format-pdfcslatex
3684%texhash
3685
3686%post cyrplain
3687%texhash
3688
3689%postun cyrplain
3690%texhash
3691
3692%post format-cyrplain
3693%texhash
3694
3695%postun format-cyrplain
3696%texhash
3697
3698%post format-cyramstex
3699%texhash
3700
3701%postun format-cyramstex
3702%texhash
3703
3704%post format-cyrtexinfo
3705%texhash
3706
3707%postun format-cyrtexinfo
3708%texhash
3709
3710%post eplain
3711%texhash
3712
3713%postun eplain
3714%texhash
3715
3716%post format-eplain
3717%texhash
3718
3719%postun format-eplain
3720%texhash
3721
3722# ConTeXt format
3723
3724%post context
3725%texhash
3726
3727%postun context
3728%texhash
3729
3730%post format-context-de
3731%texhash
3732
3733%postun format-context-de
3734%texhash
3735
3736%post format-context-en
3737%texhash
3738
3739%postun format-context-en
3740%texhash
3741
3742%post format-context-nl
3743%texhash
3744
3745%postun format-context-nl
3746%texhash
3747
3748# LaTeX format.
3749
3750%post latex
3751%fixinfodir
3752%texhash
3753
3754%postun latex
3755%fixinfodir
3756%texhash
3757
fe66da27
ZU
3758%post latex-abstract
3759%texhash
3760
3761%postun latex-abstract
3762%texhash
3763
d08789e0
ZU
3764%post latex-ae
3765%texhash
3766
3767%postun latex-ae
3768%texhash
3769
3770%post latex-ams
3771%texhash
3772
3773%postun latex-ams
3774%texhash
3775
3776%post latex-antp
3777%texhash
3778
3779%postun latex-antp
3780%texhash
3781
3782%post latex-antt
3783%texhash
3784
3785%postun latex-antt
3786%texhash
3787
3788%post latex-bbm
3789%texhash
3790
3791%postun latex-bbm
3792%texhash
3793
3794%post latex-bbold
3795%texhash
3796
3797%postun latex-bbold
3798%texhash
3799
3800%post latex-bibtex
3801%texhash
3802
3803%postun latex-bibtex
3804%texhash
3805
3806%post latex-bibtex-ams
3807%texhash
3808
3809%postun latex-bibtex-ams
3810%texhash
3811
3812%post latex-bibtex-pl
3813%texhash
3814
3815%postun latex-bibtex-pl
3816%texhash
3817
3818%post latex-bibtex-german
3819%texhash
3820
3821%postun latex-bibtex-german
3822%texhash
3823
3824%post latex-bibtex-revtex4
3825%texhash
3826
3827%postun latex-bibtex-revtex4
3828%texhash
3829
3830%post latex-bibtex-jurabib
3831%texhash
3832
3833%postun latex-bibtex-jurabib
3834%texhash
3835
3836%post latex-carlisle
3837%texhash
3838
3839%postun latex-carlisle
3840%texhash
3841
3842%post latex-ccfonts
3843%texhash
3844
3845%postun latex-ccfonts
3846%texhash
3847
3848%post latex-cite
3849%texhash
3850
3851%postun latex-cite
3852%texhash
3853
3854%post latex-cmbright
3855%texhash
3856
3857%postun latex-cmbright
3858%texhash
3859
3860%post latex-concmath
3861%texhash
3862
3863%postun latex-concmath
3864%texhash
3865
3866%post latex-custom-bib
3867%texhash
3868
3869%postun latex-custom-bib
3870%texhash
3871
3872%post latex-cyrillic
3873%texhash
3874
3875%postun latex-cyrillic
3876%texhash
3877
04eb4e68
ZU
3878# %post latex-dstroke
3879# %texhash
d08789e0 3880
04eb4e68
ZU
3881# %postun latex-dstroke
3882# %texhash
d08789e0 3883
60597425
ZU
3884%post latex-enumitem
3885%texhash
3886
3887%postun latex-enumitem
3888%texhash
3889
fe66da27
ZU
3890%post latex-exam
3891%texhash
3892
3893%postun latex-exam
3894%texhash
3895
d08789e0
ZU
3896%post latex-jknappen
3897%texhash
3898
3899%postun latex-jknappen
3900%texhash
3901
3902%post latex-lm
3903%texhash
3904
fe66da27
ZU
3905%post latex-lastpage
3906%texhash
3907
3908%postun latex-lastpage
3909%texhash
3910
d08789e0
ZU
3911%postun latex-lm
3912%texhash
3913
3914%post latex-lucidabr
3915%texhash
3916
3917%postun latex-lucidabr
3918%texhash
3919
3920%post latex-marvosym
3921%texhash
3922
3923%postun latex-marvosym
3924%texhash
3925
3926%post latex-mathpple
3927%texhash
3928
3929%postun latex-mathpple
3930%texhash
3931
3932%post latex-mathtime
3933%texhash
3934
3935%postun latex-mathtime
3936%texhash
3937
3938%post latex-mflogo
3939%texhash
3940
3941%postun latex-mflogo
3942%texhash
3943
3944%post latex-mfnfss
3945%texhash
3946
3947%postun latex-mfnfss
3948%texhash
3949
3950%post latex-minitoc
3951%texhash
3952
3953%postun latex-minitoc
3954%texhash
3955
3956%post latex-mltex
3957%texhash
3958
3959%postun latex-mltex
3960%texhash
3961
fe66da27
ZU
3962%post latex-ntheorem
3963%texhash
3964
3965%postun latex-ntheorem
3966%texhash
3967
d08789e0
ZU
3968%post latex-palatcm
3969%texhash
3970
3971%postun latex-palatcm
3972%texhash
3973
3974%post latex-psnfss
3975%texhash
3976
3977%postun latex-psnfss
3978%texhash
3979
3980%post latex-pxfonts
3981%texhash
3982
3983%postun latex-pxfonts
3984%texhash
3985
3986%post latex-qfonts
3987%texhash
3988
3989%postun latex-qfonts
3990%texhash
3991
fe66da27
ZU
3992%post latex-SIunits
3993%texhash
3994
3995%postun latex-SIunits
3996%texhash
3997
d08789e0
ZU
3998%post latex-txfonts
3999%texhash
4000
4001%postun latex-txfonts
4002%texhash
4003
4004%post latex-umlaute
4005%texhash
4006
4007%postun latex-umlaute
4008%texhash
4009
4010%post latex-wasysym
4011%texhash
4012
4013%postun latex-wasysym
4014%texhash
4015
4016%post format-latex
4017%texhash
4018
4019%postun format-latex
4020%texhash
4021
4022%post format-pdflatex
4023%texhash
4024
4025%postun format-pdflatex
4026%texhash
4027
4028%post platex
4029%texhash
4030
4031%postun platex
4032%texhash
4033
4034%post format-platex
4035%texhash
4036
4037%postun format-platex
4038%texhash
4039
4040%post format-pdfplatex
4041%texhash
4042
4043%postun format-pdfplatex
4044%texhash
4045
4046%post tex-babel
4047%texhash
4048
4049%postun tex-babel
4050%texhash
4051
4052%post tex-german
4053%texhash
4054
4055%postun tex-german
4056%texhash
4057
4058%post tex-mfpic
4059%texhash
4060
4061%postun tex-mfpic
4062%texhash
4063
4064%post tex-misc
4065%texhash
4066
4067%postun tex-misc
4068%texhash
4069
4070%post tex-pictex
4071%texhash
4072
4073%postun tex-pictex
4074%texhash
4075
4076%post tex-pstricks
4077%texhash
4078
4079%postun tex-pstricks
4080%texhash
4081
4082%post tex-qpx
4083%texhash
4084
4085%postun tex-qpx
4086%texhash
4087
31bd2c4a 4088%post tex-qpxqtx
d08789e0
ZU
4089%texhash
4090
31bd2c4a 4091%postun tex-qpxqtx
d08789e0
ZU
4092%texhash
4093
4094%post tex-ruhyphen
4095%texhash
4096
4097%postun tex-ruhyphen
4098%texhash
4099
4100%post tex-spanish
4101%texhash
4102
4103%postun tex-spanish
4104%texhash
4105
4106%post tex-texdraw
4107%texhash
4108
4109%postun tex-texdraw
4110%texhash
4111
4112%post tex-thumbpdf
4113%texhash
4114
4115%postun tex-thumbpdf
4116%texhash
4117
4118%post tex-ukrhyph
4119%texhash
4120
4121%postun tex-ukrhyph
4122%texhash
4123
4124%post latex-vietnam
4125%texhash
4126
4127%postun latex-vietnam
4128%texhash
4129
4130%post tex-xypic
4131%texhash
4132
4133%postun tex-xypic
4134%texhash
4135
4136%post fonts-adobe
4137%texhash
4138
4139%postun fonts-adobe
4140%texhash
4141
4142%post fonts-ae
4143%texhash
4144
4145%postun fonts-ae
4146%texhash
4147
4148%post fonts-ams
4149%texhash
4150
4151%postun fonts-ams
4152%texhash
4153
4154%post fonts-antp
4155%texhash
4156
4157%postun fonts-antp
4158%texhash
4159
4160%post fonts-antt
4161%texhash
4162
4163%postun fonts-antt
4164%texhash
4165
4166%post fonts-bbm
4167%texhash
4168
4169%postun fonts-bbm
4170%texhash
4171
4172%post fonts-bbold
4173%texhash
4174
4175%postun fonts-bbold
4176%texhash
4177
070c5aff
ZU
4178%post fonts-bh
4179%texhash
d08789e0 4180
070c5aff
ZU
4181%postun fonts-bh
4182%texhash
d08789e0
ZU
4183
4184%post fonts-bitstream
4185%texhash
4186
4187%postun fonts-bitstream
4188%texhash
4189
4190%post fonts-cbgreek
4191%texhash
4192
4193%postun fonts-cbgreek
4194%texhash
4195
4196%post fonts-cc-pl
4197%texhash
4198
4199%postun fonts-cc-pl
4200%texhash
4201
4202%post fonts-cg
4203%texhash
4204
4205%postun fonts-cg
4206%texhash
4207
4208%post fonts-cm
4209%texhash
4210
4211%postun fonts-cm
4212%texhash
4213
4214%post fonts-cmbright
4215%texhash
4216
4217%postun fonts-cmbright
4218%texhash
4219
4220%post fonts-cmcyr
4221%texhash
4222
4223%postun fonts-cmcyr
4224%texhash
4225
4226%post fonts-cmextra
4227%texhash
4228
4229%postun fonts-cmextra
4230%texhash
4231
4232%post fonts-concmath
4233%texhash
4234
4235%postun fonts-concmath
4236%texhash
4237
4238%post fonts-concrete
4239%texhash
4240
4241%postun fonts-concrete
4242%texhash
4243
4244%post fonts-cs
4245%texhash
4246
4247%postun fonts-cs
4248%texhash
4249
4a09ae1a
ZU
4250%post fonts-dstroke
4251%texhash
d08789e0 4252
4a09ae1a
ZU
4253%postun fonts-dstroke
4254%texhash
d08789e0
ZU
4255
4256%post fonts-ecc
4257%texhash
4258
4259%postun fonts-ecc
4260%texhash
4261
4262%post fonts-eurosym
4263%texhash
4264
4265%postun fonts-eurosym
4266%texhash
4267
4268%post fonts-euxm
4269%texhash
4270
4271%postun fonts-euxm
4272%texhash
4273
4274%post fonts-gothic
4275%texhash
4276
4277%postun fonts-gothic
4278%texhash
4279
4280%post fonts-hoekwater
4281%texhash
4282
4283%postun fonts-hoekwater
4284%texhash
4285
4286%post fonts-jknappen
4287%texhash
4288
4289%postun fonts-jknappen
4290%texhash
4291
4292%post fonts-latex
4293%texhash
4294
4295%postun fonts-latex
4296%texhash
4297
4298%post fonts-lh
4299%texhash
4300
4301%postun fonts-lh
4302%texhash
4303
4304%post fonts-lm
4305%texhash
4306
4307%postun fonts-lm
4308%texhash
4309
4310%post fonts-marvosym
4311%texhash
4312
4313%postun fonts-marvosym
4314%texhash
4315
4316%post fonts-mflogo
4317%texhash
4318
4319%postun fonts-mflogo
4320%texhash
4321
4322%post fonts-misc
4323%texhash
4324
4325%postun fonts-misc
4326%texhash
4327
4328%post fonts-monotype
4329%texhash
4330
4331%postun fonts-monotype
4332%texhash
4333
4334%post fonts-omega
4335%texhash
4336
4337%postun fonts-omega
4338%texhash
4339
4340%post fonts-pazo
4341%texhash
4342
4343%postun fonts-pazo
4344%texhash
4345
4346%post fonts-pl
4347%texhash
4348
4349%postun fonts-pl
4350%texhash
4351
4352%post fonts-px
4353%texhash
4354
4355%postun fonts-px
4356%texhash
4357
4358%post fonts-qfonts
4359%texhash
4360
4361%postun fonts-qfonts
4362%texhash
4363
4364%post fonts-qpx
4365%texhash
4366
4367%postun fonts-qpx
4368%texhash
4369
31bd2c4a 4370%post fonts-qpxqtx
d08789e0
ZU
4371%texhash
4372
31bd2c4a 4373%postun fonts-qpxqtx
d08789e0
ZU
4374%texhash
4375
4376%post fonts-rsfs
4377%texhash
4378
4379%postun fonts-rsfs
4380%texhash
4381
4382%post fonts-stmaryrd
4383%texhash
4384
4385%postun fonts-stmaryrd
4386%texhash
4387
4388%post fonts-tx
4389%texhash
4390
4391%postun fonts-tx
4392%texhash
4393
4394%post fonts-urw
4395%texhash
4396
4397%postun fonts-urw
4398%texhash
4399
4400%post fonts-vnr
4401%texhash
4402
4403%postun fonts-vnr
4404%texhash
4405
4406%post fonts-wasy
4407%texhash
4408
4409%postun fonts-wasy
4410%texhash
4411
4412%post fonts-xypic
4413%texhash
4414
4415%postun fonts-xypic
4416%texhash
4417
4418%post fonts-yandy
4419%texhash
4420
4421%postun fonts-yandy
4422%texhash
4423
4424%post fonts-type1-antp
4425%texhash
4426
4427%postun fonts-type1-antp
4428%texhash
4429
4430%post fonts-type1-antt
4431%texhash
4432
4433%postun fonts-type1-antt
4434%texhash
4435
4436%post fonts-type1-belleek
4437%texhash
4438
4439%postun fonts-type1-belleek
4440%texhash
4441
4442%post fonts-type1-bitstream
4443%texhash
4444
4445%postun fonts-type1-bitstream
4446%texhash
4447
4448%post fonts-type1-bluesky
4449%texhash
4450
4451%postun fonts-type1-bluesky
4452%texhash
4453
4454%post fonts-type1-cc-pl
4455%texhash
4456
4457%postun fonts-type1-cc-pl
4458%texhash
4459
4460%post fonts-type1-cmcyr
4461%texhash
4462
4463%postun fonts-type1-cmcyr
4464%texhash
4465
4466%post fonts-type1-cs
4467%texhash
4468
4469%postun fonts-type1-cs
4470%texhash
4471
070c5aff
ZU
4472%post fonts-type1-dstroke
4473%texhash
d08789e0 4474
070c5aff
ZU
4475%postun fonts-type1-dstroke
4476%texhash
d08789e0
ZU
4477
4478%post fonts-type1-eurosym
4479%texhash
4480
4481%postun fonts-type1-eurosym
4482%texhash
4483
4484%post fonts-type1-hoekwater
4485%texhash
4486
4487%postun fonts-type1-hoekwater
4488%texhash
4489
4490%post fonts-type1-lm
4491%texhash
4492
4493%postun fonts-type1-lm
4494%texhash
4495
4496%post fonts-type1-marvosym
4497%texhash
4498
4499%postun fonts-type1-marvosym
4500%texhash
4501
4502%post fonts-type1-mathpazo
4503%texhash
4504
4505%postun fonts-type1-mathpazo
4506%texhash
4507
4508%post fonts-type1-omega
4509%texhash
4510
4511%postun fonts-type1-omega
4512%texhash
4513
4514%post fonts-type1-pl
4515%texhash
4516
4517%postun fonts-type1-pl
4518%texhash
4519
4520%post fonts-type1-px
4521%texhash
4522
4523%postun fonts-type1-px
4524%texhash
4525
070c5aff
ZU
4526%post fonts-type1-qfonts
4527%texhash
d08789e0 4528
070c5aff
ZU
4529%postun fonts-type1-qfonts
4530%texhash
d08789e0
ZU
4531
4532%post fonts-type1-tx
4533%texhash
4534
4535%postun fonts-type1-tx
4536%texhash
4537
4538%post fonts-type1-urw
4539%texhash
4540
4541%postun fonts-type1-urw
4542%texhash
4543
4544%post fonts-type1-vnr
4545%texhash
4546
4547%postun fonts-type1-vnr
4548%texhash
4549
4550%post fonts-type1-xypic
4551%texhash
4552
4553%postun fonts-type1-xypic
4554%texhash
4555
4556%post -n texconfig
4557%texhash
4558
4559%postun -n texconfig
4560%texhash
4561
5902e778
ZU
4562# Check the commented lines!!!
4563
d08789e0
ZU
4564%files
4565%defattr(644,root,root,755)
0f6c4baf 4566# %doc %{texmf}/LICENSE.texmf
df343eba 4567# %doc %{texmf}/ChangeLog
df343eba 4568# %doc %{texmf}/doc/README.knuth
efc75a1e
ZU
4569# There isn't doc/fonts directory
4570# %dir %{texmf}/doc/fonts
4571# %doc %{texmf}/doc/fonts/fontname
4572# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
4573# %dir %{texmf}/doc/help
4574# %doc %{texmf}/doc/help/csname.txt
4575# %doc %{texmf}/doc/help/ctan
4576# %doc %{texmf}/doc/help/tds.dvi
4577# %doc %{texmf}/doc/help/unixtex.ftp
4578# %dir %{texmf}/doc/help/faq
4579# %doc %{texmf}/doc/images
4580# %dir %{texmf}/doc/latex
4581# %dir %{texmf}/doc/polish
4582# %doc %{texmf}/doc/polish/*.html
4583# %dir %{texmf}/doc/programs
4584# %doc %{texmf}/doc/programs/web2c*
4585# %doc %{texmf}/doc/programs/cwebman.dvi
4586# %doc %{texmf}/doc/programs/dvipng.*
4587# %doc %{texmf}/doc/knuth
d08789e0
ZU
4588#%attr(755,root,root) %{_bindir}/MakeTeXPK
4589#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
4590
4591# ***********
4592# executables
4593# ***********
d08789e0
ZU
4594%attr(755,root,root) %{_bindir}/a2ping
4595%attr(755,root,root) %{_bindir}/afm2tfm
4596%attr(755,root,root) %{_bindir}/allcm
4597%attr(755,root,root) %{_bindir}/allec
4598%attr(755,root,root) %{_bindir}/allneeded
4599%attr(755,root,root) %{_bindir}/cweave
4600%attr(755,root,root) %{_bindir}/ctangle
4601%attr(755,root,root) %{_bindir}/ctie
4602%attr(755,root,root) %{_bindir}/dmp
4603%attr(755,root,root) %{_bindir}/dvipng
4604%attr(755,root,root) %{_bindir}/e2pall
4605%attr(755,root,root) %{_bindir}/ebb
df343eba 4606# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
4607%attr(755,root,root) %{_bindir}/fmtutil
4608%attr(755,root,root) %{_bindir}/fmtutil-sys
4609#%attr(755,root,root) %{_bindir}/fontexport
4610#%attr(755,root,root) %{_bindir}/fontimport
4611%attr(755,root,root) %{_bindir}/fontinst
4612%attr(755,root,root) %{_bindir}/gftodvi
4613%attr(755,root,root) %{_bindir}/gftopk
4614%attr(755,root,root) %{_bindir}/gftype
4615%attr(755,root,root) %{_bindir}/gsftopk
4616#%attr(755,root,root) %{_bindir}/initex
4617%attr(755,root,root) %{_bindir}/kpseaccess
4618%attr(755,root,root) %{_bindir}/kpsereadlink
4619%attr(755,root,root) %{_bindir}/kpsewhere
4620%attr(755,root,root) %{_bindir}/mag
4621%attr(755,root,root) %{_bindir}/makempx
4622%attr(755,root,root) %{_bindir}/makempy
4623#%attr(755,root,root) %{_bindir}/mkfontdesc
4624%attr(755,root,root) %{_bindir}/mktexfmt
4625%attr(755,root,root) %{_bindir}/mktexlsr
4626%attr(755,root,root) %{_bindir}/newer
4627%attr(755,root,root) %{_bindir}/patgen
4628%attr(755,root,root) %{_bindir}/pdfetex
4629%attr(755,root,root) %{_bindir}/pfb2pfa
4630%attr(755,root,root) %{_bindir}/pk2bm
4631%attr(755,root,root) %{_bindir}/pktogf
4632%attr(755,root,root) %{_bindir}/pktype
4633%attr(755,root,root) %{_bindir}/pltotf
4634%attr(755,root,root) %{_bindir}/pooltype
4635%attr(755,root,root) %{_bindir}/ps2frag
4636%attr(755,root,root) %{_bindir}/ps2pk
4637# TODO: move this file to correct subpackage ?
4638%attr(755,root,root) %{_bindir}/ps4pdf
4639#%attr(755,root,root) %{_bindir}/t1mapper
4640%attr(755,root,root) %{_bindir}/tangle
4641#%attr(755,root,root) %{_bindir}/tetex-updmap
4642%attr(755,root,root) %{_bindir}/tex
4643%attr(755,root,root) %{_bindir}/texdoc
4644%attr(755,root,root) %{_bindir}/texexec
4645%attr(755,root,root) %{_bindir}/texhash
df343eba 4646# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
4647%attr(755,root,root) %{_bindir}/texlinks
4648%attr(755,root,root) %{_bindir}/tftopl
4649%attr(755,root,root) %{_bindir}/tie
4650%attr(755,root,root) %{_bindir}/ttf2afm
4651%attr(755,root,root) %{_bindir}/updmap
4652%attr(755,root,root) %{_bindir}/updmap-sys
4653%attr(755,root,root) %{_bindir}/vftovp
4654#%attr(755,root,root) %{_bindir}/virtex
4655%attr(755,root,root) %{_bindir}/vptovf
4656%attr(755,root,root) %{_bindir}/weave
4657
4658%attr(755,root,root) %{texmf}/web2c/mktexnam
4659%attr(755,root,root) %{texmf}/web2c/mktexdir
4660%attr(755,root,root) %{texmf}/web2c/mktexupd
4661
4662%attr(750,root,root) /etc/cron.daily/tetex
4663
4664#%dir /etc/sysconfig/tetex-updmap
4665#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
4666
4667%ghost %{texmf}/ls-R
7057740b 4668%ghost %{texmfdist}/ls-R
b2a6ce49
ZU
4669%attr(775,texmf,texmf) %dir %{_localstatedir}
4670%attr(775,texmf,texmf) %dir %{_localstatedir}/fonts
4671%attr(775,texmf,texmf) %dir %{_localstatedir}/fonts/map
7057740b 4672# %ghost %{_localstatedir}/ls-R
d08789e0 4673
2677a8b0 4674%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 4675%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
4676%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
4677%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
4678%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 4679
d08789e0
ZU
4680%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
4681%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
4682%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
4683%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
4684%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
4685%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
4686%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
4687
d08789e0
ZU
4688%attr(1777,root,root) /var/cache/fonts
4689
4690%{_datadir}/info/web2c.info*
df343eba
ZU
4691# %{_datadir}/info/texi2html.info*
4692# %{_datadir}/texi2html
d08789e0
ZU
4693#%{texmf}/updates.dat
4694
df343eba 4695# %{texmf}/aliases
df343eba 4696# %{texmf}/tex/generic/bghyph
1a192771
ZU
4697# %doc %{texmf}/doc/generic/hyphen
4698#%{texmf}/tex/generic/letterspacing
4699
4700# ***********
4701# Directories
4702# ***********
03f08501
ZU
4703%dir %{fmtdir}
4704%dir %{_localstatedir}
1a192771 4705
b6042de9
ZU
4706%dir %{texmfdist}
4707%dir %{texmf}
4708
1a192771
ZU
4709%dir %{texmfdist}/doc
4710%dir %{texmfdist}/doc/generic
4711%dir %{texmfdist}/doc/generic/enctex
4712%dir %{texmfdist}/doc/latex
4713%dir %{texmfdist}/doc/latex/localloc
4714%dir %{texmf}/doc
4715%dir %{texmf}/doc/generic
4716%dir %{texmf}/doc/tetex
4717
4718%dir %{texmfdist}/tex
2677a8b0 4719%dir %{texmfdist}/tex/cslatex
165b9d73 4720%dir %{texmfdist}/tex/generic
1a192771 4721%dir %{texmfdist}/tex/generic/enctex
165b9d73
ZU
4722%dir %{texmfdist}/tex/generic/genmisc
4723%dir %{texmfdist}/tex/generic/misc
4724%dir %{texmfdist}/tex/generic/tex4ht
1a192771
ZU
4725%dir %{texmf}/dvips
4726%dir %{texmf}/dvips/config
4727%dir %{texmf}/dvips/tetex
d08789e0
ZU
4728%dir %{texmf}/fonts/enc
4729%dir %{texmf}/fonts/enc/dvips
4730%dir %{texmf}/fonts/enc/dvips/tetex
1a192771
ZU
4731%dir %{texmf}/fonts/map
4732%dir %{texmf}/fonts/map/dvips
4733%dir %{texmf}/fonts/map/dvips/tetex
4734%dir %{texmf}/scripts
4735%dir %{texmf}/tex
1a192771
ZU
4736%dir %{texmf}/tex/generic
4737%dir %{texmf}/tex/generic/config
1a192771
ZU
4738%dir %{texmf}/web2c
4739
4740# Docs
2677a8b0 4741# %doc %{texmf}/doc/README
1a192771
ZU
4742%doc %{texmf}/doc/tetex/TETEXDOC.*
4743%doc %{texmf}/doc/tetex/teTeX-FAQ
4744
4745# %{texmf}/fonts/map/dvips/tetex/contnav.map
4746# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
4747%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
4748%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
4749
4750# Main fonts from TeTeX
d08789e0
ZU
4751%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
4752%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
4753%{texmf}/fonts/enc/dvips/tetex/10037936.enc
4754%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
4755%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
4756%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
4757%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
4758%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
4759%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
4760%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
4761%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 4762%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 4763
2677a8b0
ZU
4764%{texmfdist}/tex/generic/encodings
4765%{texmfdist}/tex/generic/epsf
1a192771 4766%{texmfdist}/tex/generic/genmisc/random.tex
2677a8b0 4767%{texmfdist}/tex/generic/misc/null*
1a192771 4768%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
4769%{texmfdist}/tex/generic/tap
4770%{texmfdist}/tex/generic/tex-ps
1a192771 4771%{texmfdist}/tex/generic/tex4ht/path.4ht
2677a8b0 4772%{texmfdist}/tex/texinfo
1a192771 4773%{texmf}/tex/fontinst
1a192771 4774%{texmf}/tex/generic/hyphen
df343eba 4775
1a192771
ZU
4776# %{fmtdir}/metafun.mem
4777#%{texmf}/web2c/tex-pl.pool
4778# %{texmf}/web2c/tex.pool
4779#%{texmf}/fonts/map/dvips/updmap/ps2pk.map
4780
4781%{texmf}/web2c/*.tcx
df343eba
ZU
4782
4783# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
4784# %lang(fi) %{_mandir}/fi/man1/allcm.1*
4785# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
4786# %lang(fr) %{_mandir}/fr/man1/access.1*
4787# %lang(hu) %{_mandir}/hu/man1/access.1*
4788# %lang(hu) %{_mandir}/hu/man1/newer.1*
4789# %lang(pl) %{_mandir}/pl/man1/access.1*
4790# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
4791#%{_mandir}/man1/MakeTeXPK.1*
4792#%{_mandir}/man1/access.1*
1a192771 4793#%{_mandir}/man1/allec.1*
d08789e0
ZU
4794#%{_mandir}/man1/fontexport.1*
4795#%{_mandir}/man1/fontimport.1*
4796#%{_mandir}/man1/initex.1*
1a192771 4797#%{_mandir}/man1/mktexfmt.1*
d08789e0 4798#%{_mandir}/man1/t1mapper.1*
1a192771
ZU
4799#%{_mandir}/man1/texdoc.1*
4800#%{_mandir}/man1/texhash.1*
4801#%{_mandir}/man1/texi2html.1*
d08789e0 4802#%{_mandir}/man1/virtex.1*
1a192771 4803#%{_mandir}/man8/fmtutil.8*
d08789e0 4804#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
4805#%{_mandir}/man8/texlinks.8*
4806
d08789e0
ZU
4807%{_mandir}/man1/afm2tfm.1*
4808%{_mandir}/man1/allcm.1*
d08789e0
ZU
4809%{_mandir}/man1/allneeded.1*
4810%{_mandir}/man1/ctie.1*
4811%{_mandir}/man1/cweb.1*
4812%{_mandir}/man1/dmp.1*
4813%{_mandir}/man1/dvipdft.1*
4814%{_mandir}/man1/dvipng.1*
4815%{_mandir}/man1/e2pall.1*
4816%{_mandir}/man1/ebb.1*
4817%{_mandir}/man1/fmtutil.1*
4818%{_mandir}/man1/fontinst.1*
4819%{_mandir}/man1/gftodvi.1*
4820%{_mandir}/man1/gftopk.1*
4821%{_mandir}/man1/gftype.1*
4822%{_mandir}/man1/gsftopk.1*
4823%{_mandir}/man1/kpseaccess.1*
4824%{_mandir}/man1/kpsereadlink.1*
4825%{_mandir}/man1/kpsewhere.1*
4826%{_mandir}/man1/mag.1*
4827%{_mandir}/man1/makempx.1*
4828%{_mandir}/man1/makempy.1*
d08789e0
ZU
4829%{_mandir}/man1/mktexlsr.1*
4830%{_mandir}/man1/newer.1*
4831%{_mandir}/man1/patgen.1*
4832%{_mandir}/man1/pdfetex.1*
4833%{_mandir}/man1/pfb2pfa.1*
4834%{_mandir}/man1/pk2bm.1*
4835%{_mandir}/man1/pktogf.1*
4836%{_mandir}/man1/pktype.1*
4837%{_mandir}/man1/pltotf.1*
4838%{_mandir}/man1/pooltype.1*
4839%{_mandir}/man1/ps2frag.1*
4840%{_mandir}/man1/ps2pk.1*
4841%{_mandir}/man1/tangle.1*
4842%{_mandir}/man1/tex.1*
d08789e0
ZU
4843%{_mandir}/man1/texexec.1*
4844%{_mandir}/man1/texlinks.1*
d08789e0 4845%{_mandir}/man1/tftopl.1*
d08789e0 4846%{_mandir}/man1/tie.1*
1a192771 4847%{_mandir}/man1/ttf2afm.1*
d08789e0
ZU
4848%{_mandir}/man1/updmap.1*
4849%{_mandir}/man1/vftovp.1*
4850%{_mandir}/man1/vptovf.1*
4851%{_mandir}/man1/weave.1*
4852%{_mandir}/man5/fmtutil.cnf.5*
1a192771 4853
d08789e0
ZU
4854
4855%files dirs-fonts
4856%defattr(644,root,root,755)
1a192771 4857%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
4858%dir %{texmfdist}/fonts
4859%dir %{texmfdist}/fonts/afm
4860%dir %{texmfdist}/fonts/afm/public
1a192771
ZU
4861%dir %{texmfdist}/fonts/enc
4862%dir %{texmfdist}/fonts/enc/dvips
4863%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 4864%dir %{texmfdist}/fonts/map
1a192771
ZU
4865%dir %{texmfdist}/fonts/map/dvips
4866%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 4867%dir %{texmfdist}/fonts/map/fontname
26d8eaaa 4868%dir %{texmfdist}/fonts/pk
1a192771 4869%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
4870%dir %{texmfdist}/fonts/source
4871%dir %{texmfdist}/fonts/source/public
4872%dir %{texmfdist}/fonts/tfm
4873%dir %{texmfdist}/fonts/tfm/public
4874%dir %{texmfdist}/fonts/type1
4875%dir %{texmfdist}/fonts/type1/public
4876%dir %{texmfdist}/fonts/vf
4877%dir %{texmfdist}/fonts/vf/public
4aeb46f7
ZU
4878%dir %{texmfdist}/source
4879%dir %{texmfdist}/source/fonts
4880%dir %{texmfdist}/source/latex
1a192771
ZU
4881%dir %{texmfdist}/tex4ht/ht-fonts
4882%dir %{texmfdist}/tex4ht/ht-fonts/css
4883%dir %{texmfdist}/tex4ht/ht-fonts/iso8859
4aeb46f7 4884%dir %{texmfdist}/tex4ht/ht-fonts/win
1a192771
ZU
4885%dir %{texmf}/fonts
4886%dir %{texmf}/fonts/opentype
4887%dir %{texmf}/fonts/opentype/public
d08789e0 4888
0f6c4baf
ZU
4889# %files doc-Catalogue
4890# %defattr(644,root,root,755)
4891# %{texmf}/doc/help/Catalogue
d08789e0 4892
0f6c4baf
ZU
4893# %files doc-tug-faq
4894# %defattr(644,root,root,755)
4895# %{texmf}/doc/help/faq/uktug-faq
d08789e0 4896
5902e778 4897
d08789e0
ZU
4898%files doc-latex
4899%defattr(644,root,root,755)
5902e778
ZU
4900# %{texmfdist}/doc/latex/bar
4901# %{texmfdist}/doc/latex/eclbip
4902# %{texmfdist}/doc/latex/eo
4903# %{texmfdist}/doc/latex/floatflt
4904# %{texmfdist}/doc/latex/general
4905# %{texmfdist}/doc/latex/germbib
4906# %{texmfdist}/doc/latex/images
4907# %{texmfdist}/doc/latex/mathcomp
4908# %{texmfdist}/doc/latex/mt11p
4909# %{texmfdist}/doc/latex/picins
4910# %{texmfdist}/doc/latex/ps4pdf
4911# %{texmfdist}/doc/latex/pslatex
4912# %{texmfdist}/doc/latex/shapepar
4913# %{texmfdist}/doc/latex/supertab
4914# %{texmfdist}/doc/latex/tex-refs
4915# %{texmfdist}/doc/latex/textmerg
4916# %{texmfdist}/doc/latex/treesvr
df343eba
ZU
4917%{texmfdist}/doc/latex/acronym
4918%{texmfdist}/doc/latex/adrconv
4919%{texmfdist}/doc/latex/aeguill
4920%{texmfdist}/doc/latex/anysize
4921%{texmfdist}/doc/latex/appendix
df343eba
ZU
4922%{texmfdist}/doc/latex/base
4923%{texmfdist}/doc/latex/beton
4924%{texmfdist}/doc/latex/bezos
4925%{texmfdist}/doc/latex/booktabs
4926%{texmfdist}/doc/latex/caption
4927%{texmfdist}/doc/latex/carlisle
4928%{texmfdist}/doc/latex/ccaption
4929%{texmfdist}/doc/latex/changebar
4930%{texmfdist}/doc/latex/chappg
4931%{texmfdist}/doc/latex/comment
4932%{texmfdist}/doc/latex/concmath
4933%{texmfdist}/doc/latex/crop
4934%{texmfdist}/doc/latex/currvita
4935%{texmfdist}/doc/latex/curves
4936%{texmfdist}/doc/latex/dinbrief
4937%{texmfdist}/doc/latex/draftcopy
df343eba
ZU
4938%{texmfdist}/doc/latex/eepic
4939%{texmfdist}/doc/latex/endfloat
df343eba
ZU
4940%{texmfdist}/doc/latex/esint
4941%{texmfdist}/doc/latex/eso-pic
4942%{texmfdist}/doc/latex/euler
4943%{texmfdist}/doc/latex/eulervm
df343eba
ZU
4944%{texmfdist}/doc/latex/extsizes
4945%{texmfdist}/doc/latex/fancybox
4946%{texmfdist}/doc/latex/fancyhdr
4947%{texmfdist}/doc/latex/fancyvrb
4948%{texmfdist}/doc/latex/filecontents
4949%{texmfdist}/doc/latex/float
df343eba
ZU
4950%{texmfdist}/doc/latex/footmisc
4951%{texmfdist}/doc/latex/footnpag
4952%{texmfdist}/doc/latex/fp
4953%{texmfdist}/doc/latex/g-brief
df343eba 4954%{texmfdist}/doc/latex/geometry
df343eba
ZU
4955%{texmfdist}/doc/latex/graphics
4956%{texmfdist}/doc/latex/hyperref
4957%{texmfdist}/doc/latex/hyphenat
df343eba
ZU
4958%{texmfdist}/doc/latex/index
4959%{texmfdist}/doc/latex/koma-script
4960%{texmfdist}/doc/latex/labels
df343eba
ZU
4961%{texmfdist}/doc/latex/layouts
4962%{texmfdist}/doc/latex/leftidx
4963%{texmfdist}/doc/latex/lettrine
4964%{texmfdist}/doc/latex/listings
4965%{texmfdist}/doc/latex/ltabptch
df343eba
ZU
4966%{texmfdist}/doc/latex/mdwtools
4967%{texmfdist}/doc/latex/memoir
4968%{texmfdist}/doc/latex/mh
4969%{texmfdist}/doc/latex/moreverb
4970%{texmfdist}/doc/latex/mparhack
4971%{texmfdist}/doc/latex/ms
df343eba
ZU
4972%{texmfdist}/doc/latex/multibib
4973%{texmfdist}/doc/latex/mwcls
4974%{texmfdist}/doc/latex/natbib
4975%{texmfdist}/doc/latex/nomencl
4976%{texmfdist}/doc/latex/ntgclass
df343eba
ZU
4977%{texmfdist}/doc/latex/oberdiek
4978%{texmfdist}/doc/latex/overpic
4979%{texmfdist}/doc/latex/paralist
4980%{texmfdist}/doc/latex/pb-diagram
4981%{texmfdist}/doc/latex/pdfpages
4982%{texmfdist}/doc/latex/picinpar
df343eba
ZU
4983%{texmfdist}/doc/latex/pict2e
4984%{texmfdist}/doc/latex/placeins
4985%{texmfdist}/doc/latex/preprint
4986%{texmfdist}/doc/latex/preview
4987%{texmfdist}/doc/latex/program
df343eba 4988%{texmfdist}/doc/latex/psfrag
0f6c4baf 4989%{texmfdist}/doc/latex/revtex
df343eba
ZU
4990%{texmfdist}/doc/latex/rotating
4991%{texmfdist}/doc/latex/rotfloat
4992%{texmfdist}/doc/latex/scale
4993%{texmfdist}/doc/latex/sectsty
4994%{texmfdist}/doc/latex/seminar
df343eba
ZU
4995%{texmfdist}/doc/latex/showlabels
4996%{texmfdist}/doc/latex/sidecap
df343eba
ZU
4997%{texmfdist}/doc/latex/slashbox
4998%{texmfdist}/doc/latex/soul
4999%{texmfdist}/doc/latex/stdclsdv
5000%{texmfdist}/doc/latex/subfig
5001%{texmfdist}/doc/latex/subfigure
df343eba 5002%{texmfdist}/doc/latex/textfit
df343eba
ZU
5003%{texmfdist}/doc/latex/textpos
5004%{texmfdist}/doc/latex/titlesec
5005%{texmfdist}/doc/latex/tocbibind
5006%{texmfdist}/doc/latex/tocloft
5007%{texmfdist}/doc/latex/tools
5008%{texmfdist}/doc/latex/totpages
df343eba
ZU
5009%{texmfdist}/doc/latex/type1cm
5010%{texmfdist}/doc/latex/units
5011%{texmfdist}/doc/latex/vmargin
5012%{texmfdist}/doc/latex/was
5013%{texmfdist}/doc/latex/wrapfig
5014%{texmfdist}/doc/latex/xtab
5015%{texmfdist}/doc/latex/yfonts
5016
d08789e0
ZU
5017%files -n kpathsea
5018%defattr(644,root,root,755)
5902e778
ZU
5019#%{_mandir}/man1/kpsexpand.1*
5020#%{_mandir}/man1/kpsepath.1*
4aeb46f7 5021%dir %{texmf}/doc/kpathsea
446ab8e0 5022%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
5023%attr(755,root,root) %{_bindir}/kpsepath
5024%attr(755,root,root) %{_bindir}/kpsestat
5025%attr(755,root,root) %{_bindir}/kpsetool
5026%attr(755,root,root) %{_bindir}/kpsewhich
5027%attr(755,root,root) %{_bindir}/kpsexpand
5028%attr(755,root,root) %{_libdir}/libkpathsea.so.*
5029%{_libdir}/libkpathsea.la
d08789e0
ZU
5030%{_mandir}/man1/kpsestat.1*
5031%{_mandir}/man1/kpsetool.1*
5032%{_mandir}/man1/kpsewhich.1*
d08789e0
ZU
5033
5034%files -n kpathsea-devel
5035%defattr(644,root,root,755)
5036%attr(755,root,root) %{_libdir}/libkpathsea.so
5037%{_includedir}/kpathsea
5038%{_infodir}/kpathsea.info*
5039
5040%files dvips
5041%defattr(644,root,root,755)
446ab8e0 5042# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 5043# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 5044# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
5045# %lang(fi) %{_mandir}/fi/man1/dvips.1*
5046# %{texmf}/dvips/misc
5047# %{texmf}/dvips/config/config.generic
5048# %{texmf}/fonts/map/dvips/misc
5049# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
5050# %{texmf}/fonts/map/dvips/tetex/bsr.map
5051# %{_localstatedir}/fonts/map/dvipdfm
5052# %{_localstatedir}/fonts/map/dvips
5053%dir %{texmfdist}/fonts/map/dvips/cmex
5054%dir %{texmf}/dvipdfm
5055%docdir %{texmf}/doc/dvips
5056%docdir %{texmf}/doc/dvipdfm
d08789e0
ZU
5057%attr(755,root,root) %{_bindir}/dvips
5058%attr(755,root,root) %{_bindir}/dvired
5059%attr(755,root,root) %{_bindir}/dvitomp
5060%attr(755,root,root) %{_bindir}/dvitype
5061%attr(755,root,root) %{_bindir}/dvicopy
5062%attr(755,root,root) %{_bindir}/dvipdfm
5063%attr(755,root,root) %{_bindir}/dvipdft
5064# dvi2fax requires ghostscript
5065%attr(755,root,root) %{_bindir}/dvi2fax
5066%{_infodir}/dvips.info*
5067%{_mandir}/man1/dvi2fax.1*
5068%{_mandir}/man1/dvicopy.1*
5069%{_mandir}/man1/dvipdfm.1*
5070%{_mandir}/man1/dvips.1*
5071%{_mandir}/man1/dvired.1*
5072%{_mandir}/man1/dvitomp.1*
5073%{_mandir}/man1/dvitype.1*
d08789e0 5074%{texmf}/dvips/base
d08789e0 5075%{texmf}/dvips/gsftopk
2677a8b0 5076%{texmfdist}/dvips/psfrag
d08789e0 5077%config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 5078%{texmfdist}/fonts/enc/dvips/base
9b908671 5079%{texmfdist}/fonts/map/dvips/allrunes
5902e778
ZU
5080%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
5081%{texmf}/dvipdfm/config
5082%{texmf}/dvips/tetex/config.*
d08789e0 5083%{texmf}/fonts/enc/dvips/tetex/mtex.enc
9b908671 5084%{texmf}/fonts/map
d08789e0 5085%{texmf}/fonts/map/dvipdfm
9b908671 5086%{texmf}/fonts/map/dvips
d08789e0
ZU
5087%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
5088%{texmf}/fonts/map/dvips/tetex/dvips35.map
5089%{texmf}/fonts/map/dvips/tetex/mathpple.map
5090%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
5091%{texmf}/fonts/map/dvips/tetex/mt-plus.map
5092%{texmf}/fonts/map/dvips/tetex/mt-yy.map
5093%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 5094
d08789e0
ZU
5095
5096%files dvilj
5097%defattr(644,root,root,755)
5098%attr(755,root,root) %{_bindir}/dvihp
5099%attr(755,root,root) %{_bindir}/dvilj
5100%attr(755,root,root) %{_bindir}/dvilj2p
5101%attr(755,root,root) %{_bindir}/dvilj4
5102%attr(755,root,root) %{_bindir}/dvilj4l
5103%attr(755,root,root) %{_bindir}/dvilj6
5104%{_mandir}/man1/dvihp.1*
5105%{_mandir}/man1/dvilj.1*
5106
5107%files makeindex
5108%defattr(644,root,root,755)
446ab8e0 5109%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
5110%attr(755,root,root) %{_bindir}/mkindex
5111%attr(755,root,root) %{_bindir}/makeindex
5112%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 5113%{texmfdist}/makeindex
d08789e0
ZU
5114%{_mandir}/man1/makeindex.1*
5115%{_mandir}/man1/mkindex.1*
5116%{_mandir}/man1/rumakeindex.1*
5117
5118%files metafont
5119%defattr(644,root,root,755)
d08789e0
ZU
5120#%attr(755,root,root) %{_bindir}/mfw
5121#%attr(755,root,root) %{_bindir}/virmf
5122#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
5123#%{texmf}/mft/cmbase.mft
5124# %{texmf}/mft/e.mft
446ab8e0
ZU
5125# %{texmf}/mft/pl.mft
5126# %{fmtdir}/mf.base
d08789e0 5127#%{texmf}/web2c/mf-nowin.base
446ab8e0 5128# %{texmf}/web2c/mf.pool
d08789e0 5129#%{texmf}/web2c/mfw.base
d08789e0
ZU
5130#%{_mandir}/man1/inimf.1*
5131#%{_mandir}/man1/virmf.1*
5902e778
ZU
5132%dir %{texmfdist}/mft
5133%dir %{texmfdist}/mft/base
5134%attr(755,root,root) %{_bindir}/mf
5135%attr(755,root,root) %{_bindir}/mf-nowin
5136%attr(755,root,root) %{_bindir}/mft
5137%attr(755,root,root) %{_bindir}/mktexmf
03f08501 5138%attr(2755,texmf,texmf) %{_bindir}/mktexpk
5902e778
ZU
5139%attr(755,root,root) %{_bindir}/mktextfm
5140%{texmfdist}/metafont
5141%{texmfdist}/mft/base/mplain.mft
5142%{texmfdist}/mft/base/plain.mft
5143%{_mandir}/man1/mf.1*
5144%{_mandir}/man1/mft.1*
d08789e0
ZU
5145%{_mandir}/man1/mktexmf.1*
5146%{_mandir}/man1/mktexpk.1*
5147%{_mandir}/man1/mktextfm.1*
5148
5149%files metapost
5150%defattr(644,root,root,755)
d08789e0
ZU
5151#%attr(755,root,root) %{_bindir}/virmpost
5152#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
5153# %{texmf}/web2c/mp.pool
5154# %{fmtdir}/mpost.mem
5155#%{_mandir}/man1/inimpost.1*
5156#%{_mandir}/man1/virmpost.1*
446ab8e0 5157%dir %{texmfdist}/metapost
5902e778
ZU
5158%doc %{texmfdist}/doc/metapost
5159%attr(755,root,root) %{_bindir}/mpost
5160%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
5161%{texmfdist}/metapost/base
5162%{texmfdist}/metapost/config
5163%{texmfdist}/metapost/mfpic
5164%{texmfdist}/metapost/misc
5165%{texmfdist}/metapost/support
d08789e0
ZU
5166%{_mandir}/man1/mpost.1*
5167%{_mandir}/man1/mpto.1*
d08789e0
ZU
5168
5169%files mptopdf
5170%defattr(644,root,root,755)
5171%attr(755,root,root) %{_bindir}/mptopdf
b839a3ce 5172# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
5173
5174%files texdoctk
5175%defattr(644,root,root,755)
446ab8e0 5176# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
5177%attr(755,root,root) %{_bindir}/texdoctk
5178%{texmf}/texdoctk
d08789e0
ZU
5179%{_mandir}/man1/texdoctk.1*
5180
5181%files -n texconfig
5182%defattr(644,root,root,755)
5902e778
ZU
5183%dir %{texmf}/texconfig
5184%doc %{texmf}/texconfig/README
d08789e0
ZU
5185%attr(755,root,root) %{_bindir}/texconfig
5186%attr(755,root,root) %{_bindir}/texconfig-dialog
5187%attr(755,root,root) %{_bindir}/texconfig-sys
5188%attr(755,root,root) %{texmf}/texconfig/tcfmgr
5189%{_mandir}/man1/texconfig.1*
5902e778 5190%{texmf}/texconfig/g
d08789e0 5191%{texmf}/texconfig/generic
5902e778 5192%{texmf}/texconfig/tcfmgr.map
d08789e0 5193%{texmf}/texconfig/v
d08789e0
ZU
5194%{texmf}/texconfig/x
5195
5196%files -n xdvi
5197%defattr(644,root,root,755)
d08789e0 5198#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 5199# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 5200# %{_mandir}/man1/xdvizilla.1*
9b908671 5201%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
5202%attr(755,root,root) %{_bindir}/xdvi
5203%{_mandir}/man1/xdvi.1*
d08789e0
ZU
5204%{_desktopdir}/xdvi.desktop
5205%{_pixmapsdir}/xdvi.png
5206%{texmf}/xdvi
5207
5208%files pdftex
5209%defattr(644,root,root,755)
446ab8e0 5210# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 5211# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 5212# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
5213# %dir %{texmf}/fonts/map/pdftex
5214# %dir %{texmf}/fonts/map/pdftex/cmttf
5215# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
5216# %{texmf}/web2c/pdfetex-pl.pool
5217# %{texmf}/web2c/pdfetex.pool
5218# %{texmf}/web2c/pdfxtex.pool
5902e778
ZU
5219# %{_mandir}/man1/pdfxtex.1*
5220%docdir %{texmfdist}/doc/pdftex
5221%attr(755,root,root) %{_bindir}/epstopdf
5222%attr(755,root,root) %{_bindir}/pdfcrop
5223%attr(755,root,root) %{_bindir}/pdftex
5224%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
446ab8e0 5225%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
5226%{_mandir}/man1/epstopdf.1*
5227%{_mandir}/man1/pdftex.1*
d08789e0
ZU
5228
5229%files omega
5230%defattr(644,root,root,755)
5902e778
ZU
5231# %{texmf}/web2c/omega.pool
5232# %{texmf}/web2c/aleph.pool
5233#%{_mandir}/man1/lambda.1*
5234# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
5235# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
5236# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
5237# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf
ZU
5238%doc %{texmfdist}/doc/omega
5239%dir %{texmfdist}/omega
5240%dir %{texmfdist}/dvips/omega
d08789e0
ZU
5241%attr(755,root,root) %{_bindir}/aleph
5242%attr(755,root,root) %{_bindir}/lambda
5243%attr(755,root,root) %{_bindir}/mkocp
5244%attr(755,root,root) %{_bindir}/mkofm
5245%attr(755,root,root) %{_bindir}/odvicopy
5246%attr(755,root,root) %{_bindir}/odvips
5247%attr(755,root,root) %{_bindir}/odvitype
5248%attr(755,root,root) %{_bindir}/omega
5249%attr(755,root,root) %{_bindir}/omfonts
5250%attr(755,root,root) %{_bindir}/opl2ofm
5251%attr(755,root,root) %{_bindir}/otangle
5252%attr(755,root,root) %{_bindir}/otp2ocp
5253%attr(755,root,root) %{_bindir}/outocp
5254%attr(755,root,root) %{_bindir}/ovf2ovp
5255%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
5256%{texmfdist}/dvips/omega/config.omega
5257%{texmfdist}/dvips/omega/omega.cfg
5258%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
5259%{texmfdist}/omega/ocp
5260%{texmfdist}/omega/otp
2677a8b0 5261%{texmfdist}/tex/lambda
d08789e0
ZU
5262%{_mandir}/man1/mkocp.1*
5263%{_mandir}/man1/mkofm.1*
5264%{_mandir}/man1/omega.1*
5265%{_mandir}/man1/ofm2opl.1*
5266%{_mandir}/man1/opl2ofm.1*
5267%{_mandir}/man1/otp2ocp.1*
5268%{_mandir}/man1/outocp.1*
5269%{_mandir}/man1/ovf2ovp.1*
5270%{_mandir}/man1/ovp2ovf.1*
5271
d08789e0
ZU
5272%files plain
5273%defattr(644,root,root,755)
446ab8e0
ZU
5274%doc %{texmfdist}/doc/plain
5275%{texmfdist}/tex/plain
d08789e0
ZU
5276#%{texmf}/web2c/plain.mem
5277#%{texmf}/web2c/plain.base
5278
5279%files format-plain
5280%defattr(644,root,root,755)
b839a3ce 5281# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
5282#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
5283
5284%files format-pdftex
5285%defattr(644,root,root,755)
b839a3ce 5286# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0
ZU
5287
5288%files format-pdfetex
5289%defattr(644,root,root,755)
b839a3ce 5290# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
5291
5292%files mex
5293%defattr(644,root,root,755)
446ab8e0
ZU
5294# %doc %{texmf}/doc/polish/mex
5295%dir %{texmfdist}/tex/mex
5296%dir %{texmfdist}/tex/mex/base
5297%{texmfdist}/tex/mex/base/mex1.tex
5298%{texmfdist}/tex/mex/base/mex2.tex
5299%{texmfdist}/tex/mex/base/mex.tex
5300%dir %{texmfdist}/tex/mex/config
5301%{texmfdist}/tex/mex/base/mexconf.tex
5302
d08789e0
ZU
5303%files format-mex
5304%defattr(644,root,root,755)
5305%attr(755,root,root) %{_bindir}/mex
2677a8b0 5306%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 5307# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
5308
5309%files format-pdfmex
5310%defattr(644,root,root,755)
5311%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 5312%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 5313# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
5314
5315%files format-utf8mex
5316%defattr(644,root,root,755)
5317%attr(755,root,root) %{_bindir}/utf8mex
2677a8b0
ZU
5318%doc %{texmfdist}/doc/mex/utf8mex
5319%{texmfdist}/tex/mex/utf8mex
b839a3ce 5320# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
5321
5322%files amstex
5323%defattr(644,root,root,755)
2677a8b0
ZU
5324%dir %{texmfdist}/tex/amstex
5325%{texmfdist}/tex/amstex/base
5326%{texmfdist}/tex/amstex/config
5327%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
5328
5329%files format-amstex
5330%defattr(644,root,root,755)
446ab8e0
ZU
5331%doc %{texmfdist}/doc/amstex
5332%{texmfdist}/tex/amstex
d08789e0
ZU
5333%attr(755,root,root) %{_bindir}/amstex
5334%{_mandir}/man1/amstex.1*
446ab8e0
ZU
5335# %lang(fi) %{_mandir}/fi/man1/amstex.1*
5336# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 5337
446ab8e0
ZU
5338# %files format-pdfamstex
5339# %defattr(644,root,root,755)
5340# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 5341#%{texmf}/pdftex/amstex
446ab8e0 5342# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
5343
5344%files csplain
5345%defattr(644,root,root,755)
446ab8e0
ZU
5346%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
5347%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
5348%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
5349%doc %{texmfdist}/doc/cslatex/base/csplain.doc
5350%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
5351%doc %{texmfdist}/doc/cslatex/base/test8z.tex
5352%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 5353%attr(755,root,root) %{_bindir}/csplain
446ab8e0 5354%{texmfdist}/tex/csplain
d08789e0
ZU
5355
5356%files format-csplain
5357%defattr(644,root,root,755)
b839a3ce 5358# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
5359
5360%files format-pdfcsplain
5361%defattr(644,root,root,755)
5362%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 5363# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
5364
5365%files cslatex
5366%defattr(644,root,root,755)
446ab8e0
ZU
5367# %doc %{texmf}/doc/cstex/INSTALL.cslatex
5368# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
5369%{texmfdist}/tex/cslatex
5370%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
5371
5372%files format-cslatex
5373%defattr(644,root,root,755)
5374%attr(755,root,root) %{_bindir}/cslatex
b839a3ce 5375# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
5376
5377%files format-pdfcslatex
5378%defattr(644,root,root,755)
5379%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 5380# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 5381
ffd94364
ZU
5382# %files cyrplain
5383# %defattr(644,root,root,755)
5384# %doc %{texmf}/doc/cyrplain
5385# %{texmf}/tex/cyrplain
d08789e0 5386
ffd94364
ZU
5387# %files format-cyrplain
5388# %defattr(644,root,root,755)
5389# %attr(755,root,root) %{_bindir}/cyrtex
5390# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 5391
ffd94364
ZU
5392# %files format-cyramstex
5393# %defattr(644,root,root,755)
5394# %attr(755,root,root) %{_bindir}/cyramstex
5395# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 5396
ffd94364
ZU
5397# %files format-cyrtexinfo
5398# %defattr(644,root,root,755)
5399# %attr(755,root,root) %{_bindir}/cyrtexinfo
5400# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
5401
5402%files eplain
5403%defattr(644,root,root,755)
ffd94364
ZU
5404%doc %{texmfdist}/doc/etex
5405%doc %{texmfdist}/doc/eplain
5406%{texmfdist}/tex/plain/etex
5407%{texmfdist}/tex/eplain
d08789e0
ZU
5408
5409%files format-eplain
5410%defattr(644,root,root,755)
5411%attr(755,root,root) %{_bindir}/eplain
5412%attr(755,root,root) %{_bindir}/etex
5413%{_mandir}/man1/eplain.1*
5414%{_mandir}/man1/etex.1*
b839a3ce
ZU
5415# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
5416# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
5417
5418%files context
5419%defattr(644,root,root,755)
68640cd8
ZU
5420%doc %{texmfdist}/doc/context
5421# %doc %{texmf}/doc/polish/context
5422%dir %{texmfdist}/context
5423%dir %{texmfdist}/context/config
5424%dir %{texmfdist}/tex/context
5425%dir %{texmfdist}/tex/context/config
d08789e0
ZU
5426%attr(755,root,root) %{_bindir}/texfind
5427%attr(755,root,root) %{_bindir}/texfont
5428%attr(755,root,root) %{_bindir}/texshow
5429%attr(755,root,root) %{_bindir}/texutil
ffd94364 5430# %{_mandir}/man1/fdf2tex.1*
d08789e0
ZU
5431%{_mandir}/man1/texfind.1*
5432%{_mandir}/man1/texfont.1*
5433%{_mandir}/man1/texutil.1*
ffd94364
ZU
5434# %{_mandir}/man1/texshow.1*
5435# %{texmfdist}/context/config/texexec.ini
68640cd8
ZU
5436%{texmfdist}/context/config/texexec.rme
5437%{texmfdist}/context/data
5438%{texmfdist}/fonts/enc/dvips/context
ffd94364 5439# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
5440%{texmfdist}/metapost/context
5441%{texmfdist}/scripts/context
5442%{texmfdist}/tex/latex/context
5443%{texmfdist}/tex/context/base
5444%{texmfdist}/tex/context/bib
5445%{texmfdist}/tex/context/config/cont-usr.tex
5446%{texmfdist}/tex/context/extra
5447%{texmfdist}/tex/context/foxet
5448%{texmfdist}/tex/context/interface
ffd94364 5449# %{texmfdist}/tex/context/maths
68640cd8
ZU
5450%{texmfdist}/tex/context/sample
5451%{texmfdist}/tex/context/user
5452%{texmfdist}/tex/generic/context
5453%{texmfdist}/bibtex/bst/context
d08789e0
ZU
5454
5455# no fmt, so commented out
5456#%files format-context-cz
5457#%defattr(644,root,root,755)
5458#%%{texmf}/tex/context/config/cont-cz.ini
5459# does not build with beta 20021025
5460#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
5461
5462%files format-context-de
5463%defattr(644,root,root,755)
2677a8b0 5464%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 5465# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
5466#%{_mandir}/man1/cont-de.1*
5467
5468%files format-context-en
5469%defattr(644,root,root,755)
2677a8b0 5470%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 5471# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
5472#%{_mandir}/man1/cont-en.1*
5473# what is the difference betwen uk and en in this particular situation?
2677a8b0 5474%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 5475# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
5476
5477# no fmt, so commented out
5478#%files format-context-it
5479#%defattr(644,root,root,755)
5480#%%{texmf}/tex/context/config/cont-it.ini
5481
5482%files format-context-nl
5483%defattr(644,root,root,755)
2677a8b0 5484%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 5485# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
5486#%{_mandir}/man1/cont-nl.1*
5487
5488# no fmt, so commented out
5489#%files format-context-ro
5490#%defattr(644,root,root,755)
5491#%%{texmf}/tex/context/config/cont-ro.ini
5492
3127b522 5493
d08789e0
ZU
5494%files latex
5495%defattr(644,root,root,755)
ffd94364
ZU
5496# %lang(fi) %{_mandir}/fi/man1/latex.1*
5497# %lang(pl) %{_mandir}/pl/man1/latex.1*
5498# %{_infodir}/latex.info*
3127b522
ZU
5499%{_mandir}/man1/latex.1*
5500%{_mandir}/man1/pslatex.1*
d08789e0 5501
3127b522
ZU
5502%dir %{texmfdist}/scripts
5503%dir %{texmfdist}/scripts/pst-pdf
df343eba 5504%dir %{texmfdist}/tex/latex
4aeb46f7
ZU
5505%dir %{texmfdist}/tex/latex/hyper
5506%dir %{texmfdist}/tex/latex/misc209
5507%dir %{texmfdist}/tex/plain
2677a8b0
ZU
5508%dir %{texmfdist}/tex/latex
5509%dir %{texmfdist}/tex/latex/base
a69050bb 5510%dir %{texmfdist}/tex/latex/latexconfig
daae3151 5511%dir %{texmfdist}/tex/latex/ltxmisc
d08789e0 5512
3127b522
ZU
5513# %{texmfdist}/tex/latex/citesort
5514# %{texmfdist}/tex/latex/dvilj
5515# %{texmfdist}/tex/latex/eclbip
5516# %{texmfdist}/tex/latex/eo
5517# %{texmfdist}/tex/latex/example
5518# %{texmfdist}/tex/latex/fguill
5519# %{texmfdist}/tex/latex/floatflt
5520# %{texmfdist}/tex/latex/gletter
5521# %{texmfdist}/tex/latex/here
5522# %{texmfdist}/tex/latex/mt11p
5523# %{texmfdist}/tex/latex/relsize
5524# %{texmfdist}/tex/latex/selectp
5525# %{texmfdist}/tex/latex/shadow
5526# %{texmfdist}/tex/latex/showtags
5527# %{texmfdist}/tex/latex/tabls
5528# %{texmfdist}/tex/latex/texmacs
5529# %{texmfdist}/tex/latex/threeparttable
5530# %{texmfdist}/tex/latex/treesvr
5531# %{texmfdist}/tex/latex/ulem
5532# %{texmfdist}/tex/latex/url
5533# %{texmf}/tex/latex/version
5534# %{texmf}/tex/latex/vpage
5535%{texmfdist}/scripts/pst-pdf/ps4pdf
5536%{texmfdist}/tex/generic/pstricks
5537%{texmfdist}/tex/generic/shapepar
5538%{texmfdist}/tex/generic/tex4ht/boxedminipage.4ht
5539%{texmfdist}/tex/generic/tex4ht/endnotes.4ht
5540%{texmfdist}/tex/generic/tex4ht/floatflt.4ht
5541%{texmfdist}/tex/generic/tex4ht/multind.4ht
5542%{texmfdist}/tex/generic/tex4ht/picins.4ht
5543%{texmfdist}/tex/generic/textmerg
df343eba
ZU
5544%{texmfdist}/tex/latex/acronym
5545%{texmfdist}/tex/latex/adrconv
5546%{texmfdist}/tex/latex/aeguill
5547%{texmfdist}/tex/latex/anysize
5548%{texmfdist}/tex/latex/appendix
df343eba
ZU
5549%{texmfdist}/tex/latex/base
5550%{texmfdist}/tex/latex/beton
5551%{texmfdist}/tex/latex/bezos
df343eba 5552%{texmfdist}/tex/latex/booktabs
df343eba 5553%{texmfdist}/tex/latex/calrsfs
df343eba
ZU
5554%{texmfdist}/tex/latex/caption
5555%{texmfdist}/tex/latex/ccaption
5556%{texmfdist}/tex/latex/changebar
5557%{texmfdist}/tex/latex/chappg
df343eba
ZU
5558%{texmfdist}/tex/latex/cmap
5559%{texmfdist}/tex/latex/comment
df343eba
ZU
5560%{texmfdist}/tex/latex/crop
5561%{texmfdist}/tex/latex/currvita
5562%{texmfdist}/tex/latex/curves
5563%{texmfdist}/tex/latex/dinbrief
5564%{texmfdist}/tex/latex/draftcopy
df343eba
ZU
5565%{texmfdist}/tex/latex/eepic
5566%{texmfdist}/tex/latex/endfloat
df343eba 5567%{texmfdist}/tex/latex/esint
3127b522 5568%{texmfdist}/tex/latex/eso-pic
df343eba
ZU
5569%{texmfdist}/tex/latex/euler
5570%{texmfdist}/tex/latex/eulervm
5571%{texmfdist}/tex/latex/eurosym
df343eba
ZU
5572%{texmfdist}/tex/latex/extsizes
5573%{texmfdist}/tex/latex/fancybox
5574%{texmfdist}/tex/latex/fancyhdr
df343eba 5575%{texmfdist}/tex/latex/fancyvrb
df343eba
ZU
5576%{texmfdist}/tex/latex/filecontents
5577%{texmfdist}/tex/latex/float
df343eba
ZU
5578%{texmfdist}/tex/latex/fontinst
5579%{texmfdist}/tex/latex/footmisc
5580%{texmfdist}/tex/latex/footnpag
5581%{texmfdist}/tex/latex/fp
df343eba
ZU
5582%{texmfdist}/tex/latex/g-brief
5583%{texmfdist}/tex/latex/geometry
5584%{texmfdist}/tex/latex/germbib
df343eba 5585%{texmfdist}/tex/latex/graphics
68640cd8 5586%{texmfdist}/tex/latex/greektex
3127b522 5587%{texmfdist}/tex/latex/hyper/fancyheadings.hyp
df343eba
ZU
5588%{texmfdist}/tex/latex/hyperref
5589%{texmfdist}/tex/latex/hyphenat
df343eba
ZU
5590%{texmfdist}/tex/latex/index
5591%{texmfdist}/tex/latex/koma-script
5592%{texmfdist}/tex/latex/labels
a69050bb 5593%{texmfdist}/tex/latex/latexconfig
df343eba
ZU
5594%{texmfdist}/tex/latex/layouts
5595%{texmfdist}/tex/latex/leftidx
5596%{texmfdist}/tex/latex/lettrine
5597%{texmfdist}/tex/latex/listings
5598%{texmfdist}/tex/latex/ltabptch
daae3151 5599%{texmfdist}/tex/latex/localloc
3127b522
ZU
5600%{texmfdist}/tex/latex/ltxmisc/a4wide.sty
5601%{texmfdist}/tex/latex/ltxmisc/bold-extra.sty
5602%{texmfdist}/tex/latex/ltxmisc/boxedminipage.sty
5603%{texmfdist}/tex/latex/ltxmisc/cancel.sty
5604%{texmfdist}/tex/latex/ltxmisc/capt-of.sty
5605%{texmfdist}/tex/latex/ltxmisc/chngpage.sty
5606%{texmfdist}/tex/latex/ltxmisc/concrete.sty
5607%{texmfdist}/tex/latex/ltxmisc/endnotes.sty
5608%{texmfdist}/tex/latex/ltxmisc/fnpara.sty
5609%{texmfdist}/tex/latex/ltxmisc/framed.sty
5610%{texmfdist}/tex/latex/ltxmisc/import.sty
5611%{texmfdist}/tex/latex/ltxmisc/nextpage.sty
5612%{texmfdist}/tex/latex/ltxmisc/optional.sty
5613%{texmfdist}/tex/latex/ltxmisc/parskip.sty
daae3151 5614%{texmfdist}/tex/latex/ltxmisc/path.sty
df343eba
ZU
5615%{texmfdist}/tex/latex/mathcomp
5616%{texmfdist}/tex/latex/mdwtools
5617%{texmfdist}/tex/latex/memoir
5618%{texmfdist}/tex/latex/mh
3127b522
ZU
5619%{texmfdist}/tex/latex/misc209/bar.sty
5620%{texmfdist}/tex/latex/misc209/hangcaption.sty
5621%{texmfdist}/tex/latex/misc209/multibox.sty
5622%{texmfdist}/tex/latex/misc209/multind.sty
5623%{texmfdist}/tex/latex/misc209/portland.sty
5624%{texmfdist}/tex/latex/misc209/psboxit.sty
df343eba
ZU
5625%{texmfdist}/tex/latex/moreverb
5626%{texmfdist}/tex/latex/mparhack
5627%{texmfdist}/tex/latex/ms
df343eba 5628%{texmfdist}/tex/latex/multibib
df343eba
ZU
5629%{texmfdist}/tex/latex/multirow
5630%{texmfdist}/tex/latex/mwcls
5631%{texmfdist}/tex/latex/natbib
df343eba
ZU
5632%{texmfdist}/tex/latex/nomencl
5633%{texmfdist}/tex/latex/ntgclass
5634%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
5635%{texmfdist}/tex/latex/overpic
5636%{texmfdist}/tex/latex/paralist
df343eba
ZU
5637%{texmfdist}/tex/latex/pb-diagram
5638%{texmfdist}/tex/latex/pdfpages
5639%{texmfdist}/tex/latex/picinpar
df343eba
ZU
5640%{texmfdist}/tex/latex/pict2e
5641%{texmfdist}/tex/latex/placeins
df343eba
ZU
5642%{texmfdist}/tex/latex/preprint
5643%{texmfdist}/tex/latex/preview
5644%{texmfdist}/tex/latex/program
df343eba
ZU
5645%{texmfdist}/tex/latex/psfrag
5646%{texmfdist}/tex/latex/pslatex
df343eba
ZU
5647%{texmfdist}/tex/latex/revtex
5648%{texmfdist}/tex/latex/rotating
5649%{texmfdist}/tex/latex/rotfloat
5650%{texmfdist}/tex/latex/scale
5651%{texmfdist}/tex/latex/sectsty
df343eba
ZU
5652%{texmfdist}/tex/latex/seminar
5653%{texmfdist}/tex/latex/setspace
df343eba
ZU
5654%{texmfdist}/tex/latex/showdim
5655%{texmfdist}/tex/latex/showlabels
df343eba
ZU
5656%{texmfdist}/tex/latex/sidecap
5657%{texmfdist}/tex/latex/slashbox
5658%{texmfdist}/tex/latex/soul
5659%{texmfdist}/tex/latex/stdclsdv
5660%{texmfdist}/tex/latex/stmaryrd
5661%{texmfdist}/tex/latex/subfig
5662%{texmfdist}/tex/latex/subfigure
5663%{texmfdist}/tex/latex/supertabular
5664%{texmfdist}/tex/latex/t2
df343eba 5665%{texmfdist}/tex/latex/textfit
df343eba 5666%{texmfdist}/tex/latex/textpos
df343eba
ZU
5667%{texmfdist}/tex/latex/titlesec
5668%{texmfdist}/tex/latex/tocbibind
5669%{texmfdist}/tex/latex/tocloft
5670%{texmfdist}/tex/latex/tools
5671%{texmfdist}/tex/latex/totpages
df343eba 5672%{texmfdist}/tex/latex/type1cm
df343eba
ZU
5673%{texmfdist}/tex/latex/units
5674%{texmfdist}/tex/latex/upquote
df343eba 5675%{texmfdist}/tex/latex/vmargin
df343eba
ZU
5676%{texmfdist}/tex/latex/was
5677%{texmfdist}/tex/latex/wrapfig
5678%{texmfdist}/tex/latex/xkeyval
5679%{texmfdist}/tex/latex/xtab
5680%{texmfdist}/tex/latex/yfonts
3127b522
ZU
5681%{texmfdist}/tex/plain/etex
5682%{texmf}/tex/latex/config
5683%{texmf}/tex/latex/dvipdfm
d08789e0 5684
a8b381b0
ZU
5685%files latex-abstract
5686%defattr(644,root,root,755)
5687%doc %{texmfdist}/doc/latex/abstract
5688%{texmfdist}/tex/latex/abstract
5689
d08789e0
ZU
5690%files latex-algorithms
5691%defattr(644,root,root,755)
68640cd8
ZU
5692%doc %{texmfdist}/doc/latex/algorithms
5693%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
5694
5695%files latex-ae
5696%defattr(644,root,root,755)
2677a8b0 5697%{texmfdist}/tex/latex/ae
d08789e0
ZU
5698
5699%files latex-ams
5700%defattr(644,root,root,755)
68640cd8
ZU
5701%doc %{texmfdist}/doc/latex/amscls
5702%doc %{texmfdist}/doc/latex/amsmath
68640cd8
ZU
5703%doc %{texmfdist}/doc/latex/onlyamsmath
5704%{texmfdist}/tex/latex/amscls
5705%{texmfdist}/tex/latex/amsmath
5706%{texmfdist}/tex/latex/amsfonts
5707%{texmfdist}/tex/latex/onlyamsmath
5708%{texmfdist}/source/latex/onlyamsmath
d08789e0
ZU
5709
5710%files latex-antp
5711%defattr(644,root,root,755)
7179ac92 5712%{texmfdist}/tex/latex/antp
d08789e0
ZU
5713
5714%files latex-antt
5715%defattr(644,root,root,755)
2677a8b0 5716%{texmfdist}/tex/latex/antt
d08789e0
ZU
5717
5718%files latex-bbm
5719%defattr(644,root,root,755)
68640cd8
ZU
5720%doc %{texmfdist}/doc/fonts/bbm
5721%{texmfdist}/tex/latex/bbm
d08789e0
ZU
5722
5723%files latex-bbold
5724%defattr(644,root,root,755)
ffd94364
ZU
5725%doc %{texmfdist}/doc/latex/bbold
5726%{texmfdist}/tex/latex/bbold
5727%{texmfdist}/source/latex/bbold
d08789e0
ZU
5728
5729%files latex-bibtex
5730%defattr(644,root,root,755)
68640cd8 5731%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
5732%doc %{texmfdist}/doc/latex/adrconv
5733%doc %{texmfdist}/doc/latex/bibtopic
5734%doc %{texmfdist}/doc/latex/bibunits
5735%doc %{texmfdist}/doc/latex/natbib
5736%doc %{texmfdist}/doc/latex/footbib
5737%dir %{texmfdist}/doc/bibtex
5738%dir %{texmfdist}/bibtex
5739%dir %{texmfdist}/bibtex/bib
5740%dir %{texmfdist}/bibtex/bst
d08789e0
ZU
5741
5742%attr(755,root,root) %{_bindir}/bibtex
5743%attr(755,root,root) %{_bindir}/rubibtex
5744
68640cd8
ZU
5745%{texmfdist}/bibtex/bst/base
5746%{texmfdist}/bibtex/csf/base
5747%{texmfdist}/bibtex/bib/base
5748%{texmfdist}/bibtex/bst/adrconv
5749%{texmfdist}/bibtex/bib/adrconv
5750%{texmfdist}/source/latex/adrconv
5751%{texmfdist}/tex/latex/adrconv
5752# %{texmf}/bibtex/bst/misc
5753%{texmfdist}/bibtex/bst/natbib
5754%{texmfdist}/tex/latex/natbib
5755%{texmfdist}/tex/latex/bibtopic
5756%{texmfdist}/source/latex/bibunits
5757%{texmfdist}/tex/latex/bibunits
5758%{texmfdist}/source/latex/footbib
5759%{texmfdist}/tex/latex/footbib
d08789e0
ZU
5760
5761%{_mandir}/man1/bibtex.1*
5762%{_mandir}/man1/rubibtex.1*
5763
5764%files latex-bibtex-ams
5765%defattr(644,root,root,755)
68640cd8
ZU
5766%{texmfdist}/bibtex/bst/ams
5767%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
5768
5769%files latex-bibtex-pl
5770%defattr(644,root,root,755)
68640cd8 5771%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
5772
5773%files latex-bibtex-german
5774%defattr(644,root,root,755)
68640cd8
ZU
5775%doc %{texmfdist}/doc/bibtex/germbib
5776%{texmfdist}/bibtex/bst/germbib
5777%{texmfdist}/tex/latex/germbib
d08789e0
ZU
5778
5779%files latex-bibtex-revtex4
5780%defattr(644,root,root,755)
68640cd8
ZU
5781%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
5782%{texmfdist}/source/latex/revtex/revtex4.dtx
5783%{texmfdist}/source/latex/revtex/revtex4.ins
5784%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
5785
5786%files latex-bibtex-jurabib
5787%defattr(644,root,root,755)
68640cd8
ZU
5788%doc %{texmfdist}/doc/latex/jurabib
5789%{texmfdist}/bibtex/bst/jurabib
5790%{texmfdist}/bibtex/bib/jurabib
5791%{texmfdist}/source/latex/jurabib
5792%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
5793
5794%files latex-bibtex-dk
5795%defattr(644,root,root,755)
68640cd8
ZU
5796%doc %{texmfdist}/doc/latex/dk-bib
5797%{texmfdist}/bibtex/bst/dk-bib
5798%{texmfdist}/bibtex/csf/dk-bib
5799%{texmfdist}/bibtex/bib/dk-bib
5800%{texmfdist}/source/latex/dk-bib
5801%{texmfdist}/tex/latex/dk-bib
5802
5803# %files latex-bibtex-nor
5804# %defattr(644,root,root,755)
5805# %{texmf}/bibtex/bst/norbib
d08789e0
ZU
5806
5807%files latex-carlisle
5808%defattr(644,root,root,755)
68640cd8
ZU
5809%doc %{texmfdist}/doc/latex/carlisle
5810%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
5811
5812%files latex-ccfonts
5813%defattr(644,root,root,755)
68640cd8
ZU
5814%doc %{texmfdist}/doc/latex/ccfonts
5815%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
5816
5817%files latex-cite
5818%defattr(644,root,root,755)
2677a8b0 5819%{texmfdist}/tex/latex/cite
d08789e0
ZU
5820
5821%files latex-cmbright
5822%defattr(644,root,root,755)
68640cd8
ZU
5823%doc %{texmfdist}/doc/latex/cmbright
5824%{texmfdist}/tex/latex/cmbright
5825
d08789e0
ZU
5826
5827%files latex-concmath
5828%defattr(644,root,root,755)
2677a8b0 5829%{texmfdist}/tex/latex/concmath
d08789e0
ZU
5830
5831%files latex-custom-bib
5832%defattr(644,root,root,755)
9501d92c
ZU
5833%doc %{texmfdist}/doc/latex/custom-bib
5834%{texmfdist}/source/latex/custom-bib
5835%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
5836
5837%files latex-cyrillic
5838%defattr(644,root,root,755)
9501d92c
ZU
5839%doc %{texmfdist}/doc/latex/cyrillic
5840%{texmfdist}/source/latex/cyrillic
5841%{texmfdist}/tex/latex/cyrillic
5842%{texmfdist}/tex4ht/ht-fonts/symbol/cyrillic
5843%{texmfdist}/tex4ht/ht-fonts/unicode/cyrillic
5844%{texmfdist}/tex4ht/ht-fonts/unicode/ams/cyrillic
5845%{texmfdist}/tex4ht/ht-fonts/iso8859/5/cyrillic
5846%{texmfdist}/tex4ht/ht-fonts/alias/cyrillic
5847%{texmfdist}/tex4ht/ht-fonts/win/1251/cyrillic
d08789e0 5848
04eb4e68
ZU
5849# %files latex-dstroke
5850# %defattr(644,root,root,755)
5851# %{texmf}/tex/latex/dstroke
d08789e0 5852
60597425
ZU
5853%files latex-enumitem
5854%defattr(644,root,root,755)
5855%doc %{texmfdist}/doc/latex/enumitem
5856%{texmfdist}/tex/latex/enumitem
5857
2b453bda
ZU
5858%files latex-exam
5859%defattr(644,root,root,755)
5860%{texmfdist}/doc/latex/exam
5861%{texmfdist}/tex/latex/exam
5862
d08789e0
ZU
5863%files latex-jknappen
5864%defattr(644,root,root,755)
9501d92c
ZU
5865%doc %{texmfdist}/fonts/source/jknappen
5866%{texmfdist}/fonts/tfm/jknappen
5867%{texmfdist}/tex4ht/ht-fonts/unicode/jknappen
5868%{texmfdist}/tex4ht/ht-fonts/alias/jknappen
d08789e0 5869
a8b381b0
ZU
5870%files latex-lastpage
5871%defattr(644,root,root,755)
5872%{texmfdist}/tex/latex/lastpage
5873%doc %{texmfdist}/doc/latex/lastpage
5874
d08789e0
ZU
5875%files latex-lm
5876%defattr(644,root,root,755)
9501d92c
ZU
5877%doc %{texmfdist}/doc/fonts/lm
5878%{texmfdist}/tex/latex/lm
5879%{texmfdist}/fonts/afm/public/lm
5880%{texmfdist}/fonts/enc/dvips/lm
5881%{texmfdist}/fonts/map/dvips/lm
5882%{texmfdist}/fonts/map/dvipdfm/lm
5883%{texmfdist}/fonts/opentype/public/lm
5884%{texmfdist}/fonts/tfm/public/lm
5885%{texmfdist}/source/fonts/lm
5886%{texmfdist}/tex4ht/ht-fonts/unicode/lm
5887%{texmfdist}/tex4ht/ht-fonts/alias/lm
d08789e0
ZU
5888
5889%files latex-lucidabr
5890%defattr(644,root,root,755)
26d8eaaa
ZU
5891%{texmfdist}/vtex/config/lucidabr-k.ali
5892%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
5893
5894%files latex-lineno
5895%defattr(644,root,root,755)
9501d92c
ZU
5896%doc %{texmfdist}/doc/latex/lineno
5897%{texmfdist}/tex/latex/lineno
5898
d08789e0
ZU
5899
5900%files latex-marvosym
5901%defattr(644,root,root,755)
2677a8b0 5902%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
5903
5904%files latex-mathpple
5905%defattr(644,root,root,755)
26d8eaaa 5906%{texmfdist}/tex4ht/ht-fonts/alias/mathpple
d08789e0
ZU
5907
5908%files latex-mathtime
5909%defattr(644,root,root,755)
26d8eaaa
ZU
5910%{texmfdist}/tex4ht/ht-fonts/symbol/mathtime
5911%{texmfdist}/tex4ht/ht-fonts/unicode/mathtime
5912%{texmfdist}/tex4ht/ht-fonts/iso8859/1/mathtime
5913%{texmfdist}/tex4ht/ht-fonts/alias/mathtime
5914%{texmfdist}/tex4ht/ht-fonts/aliase/mathtime
d08789e0
ZU
5915
5916%files latex-microtype
5917%defattr(644,root,root,755)
26d8eaaa
ZU
5918%doc %{texmfdist}/doc/latex/microtype
5919%{texmfdist}/source/latex/microtype
5920%{texmfdist}/tex/latex/microtype
d08789e0
ZU
5921
5922%files latex-mflogo
5923%defattr(644,root,root,755)
26d8eaaa
ZU
5924%doc %{texmfdist}/doc/latex/mflogo
5925%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
5926
5927%files latex-mfnfss
5928%defattr(644,root,root,755)
26d8eaaa
ZU
5929%{texmfdist}/source/latex/mfnfss
5930%{texmfdist}/tex/latex/mfnfss
5931
d08789e0
ZU
5932
5933%files latex-minitoc
5934%defattr(644,root,root,755)
26d8eaaa
ZU
5935%doc %{texmfdist}/doc/latex/minitoc
5936%{texmfdist}/bibtex/bst/minitoc
5937%{texmfdist}/makeindex/minitoc
5938%{texmfdist}/scripts/minitoc
5939%{texmfdist}/source/latex/minitoc
5940%{texmfdist}/tex/latex/minitoc
5941
d08789e0
ZU
5942
5943%files latex-mltex
5944%defattr(644,root,root,755)
26d8eaaa
ZU
5945%doc %{texmfdist}/doc/latex/mltex
5946%{texmfdist}/tex/latex/mltex
d08789e0 5947
a8b381b0
ZU
5948%files latex-ntheorem
5949%defattr(644,root,root,755)
5950%{texmfdist}/tex/latex/ntheorem
5951%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa
ZU
5952
5953# %files latex-palatcm
5954# %defattr(644,root,root,755)
5955# %{texmf}/tex/latex/palatcm
d08789e0
ZU
5956
5957%files latex-psnfss
489714ae 5958%defattr(644,root,root,755)
26d8eaaa 5959%doc %{texmfdist}/doc/latex/psnfss
26d8eaaa 5960%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 5961%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
5962%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
5963%{texmfdist}/tex/latex/psnfss
5964
d08789e0
ZU
5965
5966%files latex-pxfonts
5967%defattr(644,root,root,755)
26d8eaaa
ZU
5968%doc %{texmfdist}/doc/fonts/pxfonts
5969%{texmfdist}/tex/latex/pxfonts
5970%{texmfdist}/fonts/type1/public/pxfonts
5971%{texmfdist}/fonts/afm/public/pxfonts
5972%{texmfdist}/fonts/tfm/public/pxfonts
5973%{texmfdist}/fonts/vf/public/pxfonts
5974%{texmfdist}/fonts/map/dvips/pxfonts
5975%{texmfdist}/tex4ht/ht-fonts/unicode/pxfonts
5976%{texmfdist}/tex4ht/ht-fonts/alias/pxfonts
5977
d08789e0
ZU
5978
5979%files latex-qfonts
5980%defattr(644,root,root,755)
26d8eaaa 5981%{texmfdist}/tex4ht/ht-fonts/alias/qfonts
d08789e0 5982
3127b522
ZU
5983%files latex-SIunits
5984%defattr(644,root,root,755)
5985%{texmfdist}/tex/latex/SIunits
5986%{texmfdist}/doc/latex/SIunits
5987
d08789e0
ZU
5988%files latex-txfonts
5989%defattr(644,root,root,755)
26d8eaaa
ZU
5990%doc %{texmfdist}/doc/fonts/txfonts
5991%{texmfdist}/fonts/type1/public/txfonts
5992%{texmfdist}/fonts/afm/public/txfonts
5993%{texmfdist}/fonts/enc/dvips/txfonts
5994%{texmfdist}/fonts/tfm/public/txfonts
5995%{texmfdist}/fonts/vf/public/txfonts
5996%{texmfdist}/fonts/map/dvips/txfonts
5997%{texmfdist}/tex/latex/txfonts
5998%{texmfdist}/tex4ht/ht-fonts/unicode/txfonts
5999%{texmfdist}/tex4ht/ht-fonts/alias/txfonts
6000
d08789e0
ZU
6001
6002%files latex-umlaute
6003%defattr(644,root,root,755)
2677a8b0 6004%{texmfdist}/tex/latex/umlaute
d08789e0 6005
26d8eaaa
ZU
6006# %files latex-urwvn
6007# %defattr(644,root,root,755)
d08789e0
ZU
6008
6009%files latex-wasysym
6010%defattr(644,root,root,755)
26d8eaaa
ZU
6011%doc %{texmfdist}/doc/latex/wasysym
6012%{texmfdist}/tex/latex/wasysym
6013%{texmfdist}/source/latex/wasysym
d08789e0
ZU
6014
6015%files format-latex
6016%defattr(644,root,root,755)
6017%attr(755,root,root) %{_bindir}/latex
6018%attr(755,root,root) %{_bindir}/pslatex
26d8eaaa 6019# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
6020
6021%files format-pdflatex
6022%defattr(644,root,root,755)
6023#%{texmf}/pdftex/latex/config
26d8eaaa 6024# %dir %{texmf}/pdftex/latex
d08789e0 6025%attr(755,root,root) %{_bindir}/pdflatex
26d8eaaa 6026# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0
ZU
6027#%{_mandir}/man1/pdflatex.1*
6028
26d8eaaa
ZU
6029# %files platex
6030# %defattr(644,root,root,755)
6031# %doc %{texmf}/doc/latex/platex
6032# %dir %{texmf}/tex/platex
6033# %{texmf}/tex/platex/config
6034# %{texmf}/tex/latex/platex
d08789e0 6035
26d8eaaa
ZU
6036# %files format-platex
6037# %defattr(644,root,root,755)
6038# %attr(755,root,root) %{_bindir}/platex
d08789e0 6039#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 6040# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
6041#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
6042
26d8eaaa
ZU
6043# %files format-pdfplatex
6044# %defattr(644,root,root,755)
d08789e0
ZU
6045#%dir %{texmf}/pdftex/platex
6046#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
6047# %attr(755,root,root) %{_bindir}/pdfplatex
6048# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
6049
6050%files tex-babel
6051%defattr(644,root,root,755)
26d8eaaa
ZU
6052%doc %{texmfdist}/doc/generic/babel
6053%{texmfdist}/tex/generic/babel
d08789e0
ZU
6054
6055%files tex-german
6056%defattr(644,root,root,755)
26d8eaaa
ZU
6057%doc %{texmfdist}/doc/generic/german
6058%{texmfdist}/tex/generic/german
d08789e0
ZU
6059
6060%files tex-mfpic
6061%defattr(644,root,root,755)
26d8eaaa
ZU
6062%doc %{texmfdist}/doc/generic/mfpic
6063%{texmfdist}/tex/generic/mfpic
d08789e0
ZU
6064
6065%files tex-misc
6066%defattr(644,root,root,755)
26d8eaaa
ZU
6067%doc %{texmfdist}/doc/latex/localloc
6068%doc %{texmfdist}/doc/generic/multido
6069%doc %{texmfdist}/doc/generic/tap
d08789e0 6070
26d8eaaa
ZU
6071%{texmfdist}/tex/generic/eijkhout
6072%{texmfdist}/tex/generic/multido
6073%{texmfdist}/tex/generic/misc
d08789e0
ZU
6074
6075%files tex-pictex
6076%defattr(644,root,root,755)
2677a8b0
ZU
6077%doc %{texmfdist}/doc/generic/pictex
6078%{texmfdist}/tex/generic/pictex
d08789e0
ZU
6079
6080%files tex-pstricks
6081%defattr(644,root,root,755)
26d8eaaa
ZU
6082%doc %{texmfdist}/doc/generic/pstricks
6083%{texmfdist}/dvips/pstricks
6084%{texmfdist}/tex/generic/pstricks
d08789e0 6085
26d8eaaa
ZU
6086# %files tex-qpx
6087# %defattr(644,root,root,755)
6088# %doc %{texmf}/doc/fonts/polish/qpx
6089# %{texmf}/tex/generic/qpx
d08789e0 6090
31bd2c4a 6091%files tex-qpxqtx
d08789e0 6092%defattr(644,root,root,755)
26d8eaaa
ZU
6093%doc %{texmfdist}/doc/fonts/qpxqtx
6094%{texmfdist}/fonts/tfm/public/qpxqtx
6095%{texmfdist}/fonts/vf/public/qpxqtx
6096%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
6097
6098%files tex-ruhyphen
6099%defattr(644,root,root,755)
26d8eaaa
ZU
6100%{texmfdist}/tex/generic/ruhyphen
6101%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
6102
6103%files tex-spanish
6104%defattr(644,root,root,755)
26d8eaaa
ZU
6105%doc %{texmfdist}/doc/latex/spanish-mx
6106%{texmfdist}/source/generic/babel/spanish.ins
6107%{texmfdist}/source/generic/babel/spanish.dtx
6108%{texmfdist}/source/latex/polyglot/langs/spanish.ld
6109%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
6110%{texmfdist}/source/latex/mapcodes/spanish.map
6111%{texmfdist}/source/latex/mapcodes/spanish.dtx
6112%{texmfdist}/tex/texsis/base/Spanish.txs
6113%{texmfdist}/tex/generic/tex4ht/spanish.4ht
6114%{texmfdist}/tex/generic/babel/spanish.sty
6115%{texmfdist}/tex/generic/babel/spanish.ldf
6116%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
6117%{texmfdist}/tex/latex/custom-bib/spanish.mbs
6118%{texmfdist}/tex/latex/babelbib/spanish.bdf
6119%{texmfdist}/tex/latex/apacite/spanish.apc
6120%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
6121
6122%files tex-texdraw
6123%defattr(644,root,root,755)
26d8eaaa
ZU
6124%doc %{texmfdist}/doc/texdraw
6125%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
6126
6127%files tex-thumbpdf
6128%defattr(644,root,root,755)
26d8eaaa 6129%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 6130%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
6131%{texmfdist}/tex/generic/thumbpdf
6132%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
6133%{_mandir}/man1/thumbpdf.1*
6134
6135%files tex-ukrhyph
6136%defattr(644,root,root,755)
26d8eaaa
ZU
6137%doc %{texmfdist}/doc/generic/ukrhyph
6138%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
6139
6140%files latex-vietnam
6141%defattr(644,root,root,755)
26d8eaaa
ZU
6142%doc %{texmfdist}/doc/generic/vntex
6143%{texmfdist}/tex/latex/vntex
d08789e0
ZU
6144
6145%files tex-xypic
6146%defattr(644,root,root,755)
26d8eaaa
ZU
6147%doc %{texmfdist}/doc/generic/xypic
6148%{texmfdist}/tex/generic/xypic
d08789e0
ZU
6149
6150%files tex-xkeyval
6151%defattr(644,root,root,755)
4a09ae1a
ZU
6152%doc %{texmfdist}/doc/latex/xkeyval
6153%{texmfdist}/source/latex/xkeyval
6154%{texmfdist}/tex/generic/xkeyval
6155%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
6156
6157%files fonts-adobe
6158%defattr(644,root,root,755)
4a09ae1a
ZU
6159%{texmfdist}/fonts/type1/adobe
6160%{texmfdist}/fonts/afm/adobe
6161%{texmfdist}/fonts/tfm/adobe
6162%{texmfdist}/fonts/vf/adobe
6163%{texmfdist}/tex4ht/ht-fonts/unicode/adobe
6164%{texmfdist}/tex4ht/ht-fonts/alias/adobe
6165%{texmfdist}/tex4ht/ht-fonts/share/adobe
d08789e0
ZU
6166
6167%files fonts-ae
6168%defattr(644,root,root,755)
4a09ae1a
ZU
6169%doc %{texmfdist}/doc/fonts/ae
6170%{texmfdist}/fonts/tfm/public/ae
6171%{texmfdist}/fonts/vf/public/ae
6172%{texmfdist}/source/fonts/ae
6173%{texmfdist}/tex4ht/ht-fonts/unicode/ae
6174%{texmfdist}/tex4ht/ht-fonts/alias/ae
6175
d08789e0
ZU
6176
6177%files fonts-ams
6178%defattr(644,root,root,755)
4a09ae1a
ZU
6179%{texmfdist}/bibtex/bst/ams
6180%{texmfdist}/bibtex/bib/ams
6181%{texmfdist}/dvips/ams
6182%{texmfdist}/fonts/source/public/ams
6183%{texmfdist}/fonts/type1/bluesky/ams
6184%{texmfdist}/fonts/afm/bluesky/ams
6185%{texmfdist}/fonts/tfm/public/ams
6186%{texmfdist}/fonts/map/dvips/ams
6187%{texmfdist}/tex4ht/ht-fonts/unicode/ams
6188%{texmfdist}/tex4ht/ht-fonts/alias/ams
d08789e0
ZU
6189
6190%files fonts-antp
6191%defattr(644,root,root,755)
26d8eaaa 6192%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
6193%{texmfdist}/fonts/enc/dvips/antp
6194%{texmfdist}/fonts/map/dvips/antp
6195%{texmfdist}/fonts/afm/public/antp
6196%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 6197%{texmfdist}/dvips/antp
d08789e0
ZU
6198
6199%files fonts-antt
6200%defattr(644,root,root,755)
4a09ae1a
ZU
6201%doc %{texmfdist}/doc/fonts/antt
6202%{texmfdist}/fonts/afm/public/antt
6203%{texmfdist}/fonts/opentype/public/antt
6204%{texmfdist}/fonts/enc/dvips/antt
6205%{texmfdist}/fonts/tfm/public/antt
6206%{texmfdist}/fonts/map/dvips/antt
6207%{texmfdist}/tex/plain/antt
6208%{texmfdist}/tex/latex/antt
6209%{texmfdist}/tex4ht/ht-fonts/unicode/antt
6210%{texmfdist}/tex4ht/ht-fonts/alias/antt
d08789e0
ZU
6211
6212%files fonts-bbm
6213%defattr(644,root,root,755)
4a09ae1a
ZU
6214%doc %{texmfdist}/doc/fonts/bbm
6215%{texmfdist}/fonts/source/public/bbm
6216%{texmfdist}/fonts/tfm/public/bbm
6217%{texmfdist}/source/latex/bbm
6218%{texmfdist}/tex/latex/bbm
d08789e0
ZU
6219
6220%files fonts-bbold
6221%defattr(644,root,root,755)
4a09ae1a
ZU
6222%{texmfdist}/fonts/source/public/bbold
6223%{texmfdist}/fonts/tfm/public/bbold
d08789e0 6224
4a09ae1a
ZU
6225# %files fonts-bh
6226# %defattr(644,root,root,755)
6227# %doc %{texmf}/doc/fonts/bh
6228# %{texmf}/fonts/tfm/bh
6229# %{texmf}/fonts/vf/bh
d08789e0
ZU
6230
6231%files fonts-bitstream
6232%defattr(644,root,root,755)
4a09ae1a
ZU
6233%{texmfdist}/fonts/afm/bitstrea
6234%{texmfdist}/fonts/tfm/bitstrea
6235%{texmfdist}/fonts/vf/bitstrea
6236%{texmfdist}/tex4ht/ht-fonts/unicode/bitstrea
6237%{texmfdist}/tex4ht/ht-fonts/alias/bitstrea
d08789e0
ZU
6238
6239%files fonts-cbgreek
6240%defattr(644,root,root,755)
4a09ae1a 6241%{texmfdist}/tex4ht/ht-fonts/unicode/cbgreek
d08789e0
ZU
6242
6243%files fonts-cc-pl
6244%defattr(644,root,root,755)
4a09ae1a
ZU
6245%{texmfdist}/fonts/source/public/cc-pl
6246%{texmfdist}/fonts/enc/dvips/cc-pl
6247%{texmfdist}/fonts/tfm/public/cc-pl
6248%{texmfdist}/fonts/map/dvips/cc-pl
6249%{texmfdist}/tex4ht/ht-fonts/alias/cc-pl
6250
d08789e0
ZU
6251%files fonts-cg
6252%defattr(644,root,root,755)
4a09ae1a
ZU
6253%{texmfdist}/fonts/tfm/cg
6254%{texmfdist}/fonts/vf/cg
d08789e0
ZU
6255
6256%files fonts-cm
6257%defattr(644,root,root,755)
ffd94364 6258%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
6259%dir %{texmfdist}/doc/fonts
6260%dir %{texmfdist}/dvips
6261%dir %{texmfdist}/fonts/afm/bluesky
6262%dir %{texmfdist}/fonts/map/dvips
6263%dir %{texmfdist}/fonts/pk/ljfour/public
6264%dir %{texmfdist}/tex4ht/ht-fonts/alias
6265%dir %{texmfdist}/tex4ht/ht-fonts/css/emacspeak
6266%dir %{texmfdist}/tex4ht/ht-fonts/iso8859/1
6267%dir %{texmfdist}/tex4ht/ht-fonts/iso8859/5
6268%dir %{texmfdist}/tex4ht/ht-fonts/unicode
6269%dir %{texmfdist}/tex4ht/ht-fonts/win/1251
4a09ae1a
ZU
6270%{texmfdist}/dvips/cm
6271%{texmfdist}/fonts/source/public/cm
6272%{texmfdist}/fonts/afm/bluesky/cm
6273%{texmfdist}/fonts/tfm/public/cm
6274%{texmfdist}/fonts/pk/ljfour/public/cm
6275%{texmfdist}/fonts/map/dvips/cm
6276%{texmfdist}/tex4ht/ht-fonts/unicode/cm
6277%{texmfdist}/tex4ht/ht-fonts/iso8859/1/cm
6278%{texmfdist}/tex4ht/ht-fonts/iso8859/5/cm
6279%{texmfdist}/tex4ht/ht-fonts/alias/cm
6280%{texmfdist}/tex4ht/ht-fonts/win/1251/cm
6281%{texmfdist}/tex4ht/ht-fonts/css/emacspeak/cm
4a09ae1a 6282
d08789e0
ZU
6283
6284%files fonts-cmbright
6285%defattr(644,root,root,755)
4a09ae1a
ZU
6286%doc %{texmfdist}/doc/latex/cmbright
6287%{texmfdist}/fonts/source/public/cmbright
6288%{texmfdist}/fonts/tfm/public/cmbright
6289%{texmfdist}/source/latex/cmbright
6290%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
6291
6292%files fonts-cmcyr
6293%defattr(644,root,root,755)
4a09ae1a
ZU
6294%doc %{texmfdist}/doc/fonts/cmcyr
6295%{texmfdist}/fonts/source/public/cmcyr
6296%{texmfdist}/fonts/type1/public/cmcyr
6297%{texmfdist}/fonts/tfm/public/cmcyr
6298%{texmfdist}/fonts/vf/public/cmcyr
6299%{texmfdist}/fonts/map/dvips/cmcyr
6300%{texmfdist}/tex4ht/ht-fonts/unicode/cyrillic/cmcyr
6301%{texmfdist}/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr
6302%{texmfdist}/tex4ht/ht-fonts/alias/cyrillic/cmcyr
6303%{texmfdist}/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr
d08789e0
ZU
6304
6305%files fonts-cmextra
6306%defattr(644,root,root,755)
4a09ae1a
ZU
6307%{texmfdist}/fonts/source/public/cmextra
6308%{texmfdist}/fonts/tfm/public/cmextra
d08789e0
ZU
6309
6310%files fonts-concmath
6311%defattr(644,root,root,755)
4a09ae1a
ZU
6312%doc %{texmfdist}/doc/fonts/concmath
6313%doc %{texmfdist}/doc/latex/concmath
6314%{texmfdist}/fonts/source/public/concmath
6315%{texmfdist}/fonts/tfm/public/concmath
6316%{texmfdist}/source/latex/concmath
6317%{texmfdist}/tex/latex/concmath
d08789e0
ZU
6318
6319%files fonts-concrete
6320%defattr(644,root,root,755)
4a09ae1a
ZU
6321%doc %{texmfdist}/doc/fonts/concrete
6322%{texmfdist}/fonts/source/public/concrete
6323%{texmfdist}/fonts/tfm/public/concrete
6324%{texmfdist}/tex4ht/ht-fonts/unicode/concrete
6325%{texmfdist}/tex4ht/ht-fonts/alias/concrete
d08789e0
ZU
6326
6327%files fonts-cs
6328%defattr(644,root,root,755)
4a09ae1a
ZU
6329%{texmfdist}/dvips/cs
6330%{texmfdist}/fonts/source/public/cs
6331%{texmfdist}/fonts/enc/dvips/cs
6332%{texmfdist}/fonts/tfm/public/cs
6333%{texmfdist}/fonts/map/dvips/cs
6334%{texmfdist}/tex4ht/ht-fonts/unicode/cs
6335%{texmfdist}/tex4ht/ht-fonts/alias/cs
d08789e0 6336
4a09ae1a 6337%files fonts-dstroke
489714ae 6338%defattr(644,root,root,755)
4a09ae1a 6339%{texmfdist}/tex4ht/ht-fonts/unicode/dstroke
d08789e0
ZU
6340
6341%files fonts-ecc
6342%defattr(644,root,root,755)
4a09ae1a
ZU
6343%doc %{texmfdist}/doc/fonts/ecc
6344%{texmfdist}/fonts/source/public/ecc
6345%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
6346
6347%files fonts-eurosym
6348%defattr(644,root,root,755)
4a09ae1a
ZU
6349%doc %{texmfdist}/doc/fonts/eurosym
6350%{texmfdist}/fonts/source/public/eurosym
6351%{texmfdist}/fonts/tfm/public/eurosym
6352%{texmfdist}/fonts/map/dvips/eurosym
6353%{texmfdist}/source/fonts/eurosym
6354%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
6355
6356%files fonts-eulervm
6357%defattr(644,root,root,755)
7179ac92
ZU
6358%doc %{texmfdist}/doc/latex/eulervm
6359%{texmfdist}/fonts/tfm/public/eulervm
6360%{texmfdist}/fonts/vf/public/eulervm
6361%{texmfdist}/source/latex/eulervm
6362%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
6363
6364%files fonts-euxm
6365%defattr(644,root,root,755)
7179ac92
ZU
6366%{texmfdist}/fonts/source/public/euxm
6367%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
6368
6369%files fonts-gothic
6370%defattr(644,root,root,755)
7179ac92
ZU
6371%{texmfdist}/doc/fonts/gothic
6372%{texmfdist}/dvips/gothic
6373%{texmfdist}/fonts/source/public/gothic
6374%{texmfdist}/fonts/type1/public/gothic
6375%{texmfdist}/fonts/afm/public/gothic
6376%{texmfdist}/fonts/tfm/public/gothic
6377%{texmfdist}/fonts/vf/public/gothic
6378%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
6379
6380%files fonts-hoekwater
6381%defattr(644,root,root,755)
7179ac92
ZU
6382%{texmfdist}/fonts/afm/hoekwater
6383%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 6384%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
6385
6386%files fonts-jknappen
6387%defattr(644,root,root,755)
7179ac92
ZU
6388%{texmfdist}/fonts/source/jknappen
6389%{texmfdist}/fonts/tfm/jknappen
6390%{texmfdist}/tex4ht/ht-fonts/unicode/jknappen
6391%{texmfdist}/tex4ht/ht-fonts/alias/jknappen
d08789e0
ZU
6392
6393%files fonts-latex
6394%defattr(644,root,root,755)
7179ac92
ZU
6395%doc %{texmfdist}/doc/latex/esint
6396%{texmfdist}/fonts/source/public/esint
6397%{texmfdist}/fonts/tfm/public/esint
6398%{texmfdist}/source/latex/esint
6399%{texmfdist}/tex/latex/esint
d08789e0
ZU
6400
6401%files fonts-lh
6402%defattr(644,root,root,755)
7179ac92
ZU
6403%doc %{texmfdist}/doc/fonts/lh
6404%{texmfdist}/fonts/source/lh
6405%{texmfdist}/metapost/support/charlib/LH
6406%{texmfdist}/source/fonts/lh
6407%{texmfdist}/source/latex/lh
6408%{texmfdist}/tex4ht/ht-fonts/koi/8r/lh
6409%{texmfdist}/tex4ht/ht-fonts/unicode/lh
6410%{texmfdist}/tex4ht/ht-fonts/iso8859/5/lh
6411%{texmfdist}/tex4ht/ht-fonts/alias/lh
6412%{texmfdist}/tex4ht/ht-fonts/win/1251/lh
d08789e0
ZU
6413
6414%files fonts-lm
6415%defattr(644,root,root,755)
7179ac92
ZU
6416%doc %{texmfdist}/doc/fonts/lm
6417%{texmfdist}/fonts/type1/public/lm
6418%{texmfdist}/fonts/afm/public/lm
6419%{texmfdist}/fonts/opentype/public/lm
6420%{texmfdist}/fonts/enc/dvips/lm
6421%{texmfdist}/fonts/tfm/public/lm
6422%{texmfdist}/fonts/map/dvips/lm
6423%{texmfdist}/fonts/map/dvipdfm/lm
6424%{texmfdist}/source/fonts/lm
6425%{texmfdist}/tex/latex/lm
6426%{texmfdist}/tex4ht/ht-fonts/unicode/lm
6427%{texmfdist}/tex4ht/ht-fonts/alias/lm
d08789e0
ZU
6428
6429%files fonts-marvosym
6430%defattr(644,root,root,755)
7179ac92
ZU
6431%doc %{texmfdist}/doc/latex/marvosym
6432%{texmfdist}/fonts/type1/public/marvosym
6433%{texmfdist}/fonts/afm/public/marvosym
6434%{texmfdist}/fonts/tfm/public/marvosym
6435%{texmfdist}/fonts/map/dvips/marvosym
6436%{texmfdist}/source/fonts/eurofont/marvosym
6437%{texmfdist}/tex/latex/marvosym
6438%{texmfdist}/tex4ht/ht-fonts/unicode/marvosym
6439%{texmfdist}/tex4ht/ht-fonts/alias/marvosym
d08789e0
ZU
6440
6441%files fonts-mflogo
6442%defattr(644,root,root,755)
7179ac92
ZU
6443%doc %{texmfdist}/doc/latex/mflogo
6444%{texmfdist}/fonts/source/public/mflogo
6445%{texmfdist}/fonts/type1/hoekwater/mflogo
6446%{texmfdist}/fonts/afm/hoekwater/mflogo
6447%{texmfdist}/fonts/tfm/public/mflogo
6448%{texmfdist}/fonts/map/dvips/mflogo
6449%{texmfdist}/source/latex/mflogo
6450%{texmfdist}/tex/latex/mflogo
6451%{texmfdist}/tex4ht/ht-fonts/unicode/mflogo
d08789e0
ZU
6452
6453%files fonts-misc
6454%defattr(644,root,root,755)
7179ac92
ZU
6455%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
6456%{texmfdist}/fonts/source/public/misc
6457%{texmfdist}/fonts/tfm/public/misc
6458%{texmfdist}/fonts/misc
d08789e0
ZU
6459
6460%files fonts-monotype
6461%defattr(644,root,root,755)
7179ac92
ZU
6462%{texmfdist}/fonts/tfm/monotype
6463%{texmfdist}/fonts/vf/monotype
d08789e0
ZU
6464
6465%files fonts-omega
489714ae 6466%defattr(644,root,root,755)
7179ac92 6467%doc %{texmfdist}/doc/omega
2677a8b0
ZU
6468%dir %{texmfdist}/omega
6469%dir %{texmfdist}/omega/otp
6470%dir %{texmfdist}/omega/ocp
7179ac92
ZU
6471%{texmfdist}/dvips/omega
6472%{texmfdist}/fonts/ofm/public/omega
6473%{texmfdist}/fonts/type1/public/omega
6474%{texmfdist}/fonts/afm/public/omega
6475%{texmfdist}/fonts/ovp/public/omega
6476%{texmfdist}/fonts/tfm/public/omega
6477%{texmfdist}/fonts/ovf/public/omega
6478%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
6479%{texmfdist}/omega/ocp/omega
6480%{texmfdist}/omega/otp/omega
6481%{texmfdist}/tex/plain/omega
d08789e0
ZU
6482
6483%files fonts-pazo
6484%defattr(644,root,root,755)
7179ac92 6485%{texmfdist}/tex4ht/ht-fonts/alias/pazo
d08789e0
ZU
6486
6487%files fonts-pl
6488%defattr(644,root,root,755)
7179ac92
ZU
6489%doc %{texmfdist}/doc/fonts/pl
6490%{texmfdist}/dvips/pl
6491%{texmfdist}/fonts/source/public/pl
6492%{texmfdist}/fonts/type1/public/pl
6493%{texmfdist}/fonts/afm/public/pl
6494%{texmfdist}/fonts/enc/dvips/pl
6495%{texmfdist}/fonts/tfm/public/pl
6496%{texmfdist}/fonts/map/dvips/pl
6497%{texmfdist}/tex4ht/ht-fonts/unicode/pl
6498%{texmfdist}/tex4ht/ht-fonts/alias/pl
31bd2c4a 6499%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
6500
6501%files fonts-px
6502%defattr(644,root,root,755)
7179ac92 6503%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
6504# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
6505# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
6506%dir %{texmfdist}/fonts/map/dvips/pxfonts
6507%dir %{texmfdist}/tex/latex/pxfonts
6508%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
6509%{texmfdist}/fonts/afm/public/pxfonts
6510%{texmfdist}/fonts/tfm/public/pxfonts
6511%{texmfdist}/fonts/type1/public/pxfonts
6512%{texmfdist}/fonts/vf/public/pxfonts
6513%{texmfdist}/tex4ht/ht-fonts/unicode/pxfonts
6514%{texmfdist}/tex4ht/ht-fonts/alias/pxfonts
7179ac92 6515%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0
ZU
6516
6517%files fonts-qfonts
6518%defattr(644,root,root,755)
7179ac92 6519%{texmfdist}/tex4ht/ht-fonts/alias/qfonts
31bd2c4a
ZU
6520# %doc %{texmf}/doc/fonts/polish/qfonts
6521# %{texmf}/fonts/enc/dvips/qfonts
6522# %{texmf}/fonts/map/dvips/qfonts
6523# %{texmf}/dvips/qfonts
6524# %{texmf}/fonts/afm/public/qfonts
6525# %{texmf}/fonts/tfm/public/qfonts
d08789e0 6526
74dbda3f
ZU
6527# %files fonts-qpx
6528# %defattr(644,root,root,755)
6529# %{texmf}/fonts/tfm/public/qpx
6530# %{texmf}/fonts/vf/public/qpx
d08789e0 6531
31bd2c4a 6532%files fonts-qpxqtx
d08789e0 6533%defattr(644,root,root,755)
7179ac92
ZU
6534%{texmfdist}/fonts/tfm/public/qpxqtx
6535%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
6536
6537%files fonts-rsfs
6538%defattr(644,root,root,755)
7179ac92
ZU
6539%{texmfdist}/fonts/source/public/rsfs
6540%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
6541
6542%files fonts-stmaryrd
6543%defattr(644,root,root,755)
7179ac92
ZU
6544%doc %{texmfdist}/doc/fonts/stmaryrd
6545%{texmfdist}/source/fonts/stmaryrd
6546%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
6547
6548%files fonts-tx
6549%defattr(644,root,root,755)
7179ac92
ZU
6550%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
6551%{texmfdist}/fonts/afm/public/txfonts
6552%{texmfdist}/fonts/tfm/public/txfonts
6553%{texmfdist}/fonts/vf/public/txfonts
d08789e0
ZU
6554
6555%files fonts-urw
6556%defattr(644,root,root,755)
bc0fac3b 6557# %doc %{texmf}/doc/fonts/urw
7179ac92 6558%{texmfdist}/fonts/afm/urw
d08789e0
ZU
6559
6560%files fonts-urwvn
6561%defattr(644,root,root,755)
26d8eaaa 6562%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
6563%{texmfdist}/fonts/tfm/vntex/urwvn
6564%{texmfdist}/fonts/type1/vntex/urwvn
6565%{texmfdist}/fonts/vf/vntex/urwvn
26d8eaaa 6566%{texmfdist}/tex4ht/ht-fonts/alias/vntex/urwvn
d08789e0
ZU
6567
6568%files fonts-vnr
6569%defattr(644,root,root,755)
7179ac92
ZU
6570%{texmfdist}/fonts/map/dvips/vntex
6571%{texmfdist}/fonts/source/vntex/vnr
6572%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0
ZU
6573
6574%files fonts-wasy
6575%defattr(644,root,root,755)
7179ac92
ZU
6576%{texmfdist}/fonts/source/public/wasy
6577%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
6578
6579%files fonts-xypic
6580%defattr(644,root,root,755)
7179ac92
ZU
6581%{texmfdist}/fonts/map/dvips/xypic
6582# %{texmfdist}/fonts/afm/public/xypic
6583%{texmfdist}/fonts/source/public/xypic
6584%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
6585
6586%files fonts-yandy
6587%defattr(644,root,root,755)
adbd04dd 6588# %{texmf}/fonts/afm/yandy
7179ac92 6589%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
6590# %{texmf}/fonts/tfm/yandy
6591# %{texmf}/fonts/vf/yandy
d08789e0
ZU
6592
6593%files fonts-type1-antp
6594%defattr(644,root,root,755)
7179ac92
ZU
6595%{texmfdist}/dvips/antp
6596%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
6597
6598%files fonts-type1-antt
6599%defattr(644,root,root,755)
adbd04dd 6600# %{texmf}/dvips/antt
7179ac92 6601%{texmfdist}/fonts/type1/public/antt
d08789e0
ZU
6602
6603%files fonts-type1-belleek
6604%defattr(644,root,root,755)
7179ac92
ZU
6605%doc %{texmfdist}/doc/fonts/belleek
6606%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
6607
6608%files fonts-type1-bitstream
6609%defattr(644,root,root,755)
7179ac92 6610%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
6611
6612%files fonts-type1-bluesky
6613%defattr(644,root,root,755)
04eb4e68
ZU
6614# %doc %{texmf}/doc/fonts/bluesky
6615# %{texmf}/dvips/bluesky
7179ac92 6616%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
6617
6618%files fonts-type1-cc-pl
6619%defattr(644,root,root,755)
7179ac92
ZU
6620%doc %{texmfdist}/doc/fonts/cc-pl
6621%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
6622
6623%files fonts-type1-cmcyr
6624%defattr(644,root,root,755)
7179ac92 6625%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
6626
6627%files fonts-type1-cs
6628%defattr(644,root,root,755)
7179ac92 6629%{texmfdist}/fonts/type1/public/cs
d08789e0 6630
04eb4e68
ZU
6631# %files fonts-type1-dstroke
6632# %defattr(644,root,root,755)
6633# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
6634
6635%files fonts-type1-eurosym
6636%defattr(644,root,root,755)
7179ac92 6637%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
6638
6639%files fonts-type1-hoekwater
6640%defattr(644,root,root,755)
7179ac92 6641%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
6642
6643%files fonts-type1-fpl
6644%defattr(644,root,root,755)
7179ac92
ZU
6645%doc %{texmfdist}/doc/fonts/fpl
6646%{texmfdist}/fonts/afm/public/fpl
6647%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
6648
6649%files fonts-type1-lm
6650%defattr(644,root,root,755)
7179ac92
ZU
6651%{texmfdist}/fonts/afm/public/lm
6652%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
6653
6654%files fonts-type1-marvosym
6655%defattr(644,root,root,755)
7179ac92 6656%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
6657
6658%files fonts-type1-mathpazo
6659%defattr(644,root,root,755)
04eb4e68 6660# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
6661%{texmfdist}/fonts/afm/public/mathpazo
6662%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
6663
6664%files fonts-type1-omega
6665%defattr(644,root,root,755)
7179ac92 6666%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
6667
6668%files fonts-type1-pl
6669%defattr(644,root,root,755)
04eb4e68 6670# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 6671%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
6672
6673%files fonts-type1-px
6674%defattr(644,root,root,755)
7179ac92 6675%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 6676
04eb4e68
ZU
6677# %files fonts-type1-qfonts
6678# %defattr(644,root,root,755)
7179ac92 6679# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
6680
6681%files fonts-type1-tx
6682%defattr(644,root,root,755)
7179ac92 6683%{texmfdist}/fonts/type1/public/txfonts
d08789e0 6684
04eb4e68
ZU
6685# %files fonts-type1-tt2001
6686# %defattr(644,root,root,755)
6687# %{texmf}/fonts/type1/public/tt2001
d08789e0
ZU
6688
6689%files fonts-type1-urw
6690%defattr(644,root,root,755)
7179ac92 6691%{texmfdist}/fonts/type1/urw
d08789e0
ZU
6692
6693%files fonts-type1-vnr
6694%defattr(644,root,root,755)
7179ac92 6695%{texmfdist}/fonts/type1/vntex/vnr
d08789e0
ZU
6696
6697%files fonts-type1-xypic
6698%defattr(644,root,root,755)
7179ac92 6699%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
6700
6701# TeXLive-specific
6702
6703%files afm2pl
6704%defattr(644,root,root,755)
6705%attr(755,root,root) %{_bindir}/afm2pl
6706%{_mandir}/man1/afm2pl*
6707
6708%files bbox
6709%defattr(644,root,root,755)
6710%attr(755,root,root) %{_bindir}/bbox
6711%{_mandir}/man1/bbox*
6712
6713%files cefutils
6714%defattr(644,root,root,755)
6715%attr(755,root,root) %{_bindir}/cef*
2677a8b0
ZU
6716%dir %{texmfdist}/tex/latex/cjk
6717%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
6718%doc %{texmfdist}/doc/latex/cjk/doc
6719%doc %{texmfdist}/doc/latex/cjk/examples
6720%{texmfdist}/source/latex/cjk/utils/CEFconv
6721
6722%files detex
6723%defattr(644,root,root,755)
6724%attr(755,root,root) %{_bindir}/detex
6725%{_mandir}/man1/detex*
6726
7ffd1967
ZU
6727
6728%files dviutils
6729%defattr(644,root,root,755)
6730%attr(755,root,root) %{_bindir}/dt2dv
6731%attr(755,root,root) %{_bindir}/dv2dt
6732%attr(755,root,root) %{_bindir}/dvi2tty
6733%attr(755,root,root) %{_bindir}/dviasm
6734%attr(755,root,root) %{_bindir}/dvibook
6735%attr(755,root,root) %{_bindir}/dviconcat
6736%attr(755,root,root) %{_bindir}/dvidvi
6737%attr(755,root,root) %{_bindir}/dvigif
6738%attr(755,root,root) %{_bindir}/dvipdfmx
6739%attr(755,root,root) %{_bindir}/dvipos
6740%attr(755,root,root) %{_bindir}/dviselect
6741%attr(755,root,root) %{_bindir}/dvitodvi
6742%{_mandir}/man1/dt2dv*
6743%{_mandir}/man1/dv2dt*
6744%{_mandir}/man1/dvi2tty*
6745%{_mandir}/man1/dvibook*
6746%{_mandir}/man1/dviconcat*
6747%{_mandir}/man1/dvidvi*
6748%{_mandir}/man1/dvigif*
6749%{_mandir}/man1/dvipos*
6750%{_mandir}/man1/dviselect*
6751%{_mandir}/man1/dvitodvi*
6752
6753%files epsutils
6754%defattr(644,root,root,755)
6755%attr(755,root,root) %{_bindir}/epsffit
6756%attr(755,root,root) %{_bindir}/epspdf
6757%attr(755,root,root) %{_bindir}/epspdftk
6758%{texmfdist}/scripts/epspdf
6759%{_mandir}/man1/epsffit*
6760%doc %{texmfdist}/doc/epspdf
6761
6762%files filters
6763%defattr(644,root,root,755)
6764%attr(755,root,root) %{_bindir}/fix*
6765%{_mandir}/man1/fix*
6766
489714ae
ZU
6767%files uncategorized-utils
6768%defattr(644,root,root,755)
6769%attr(755,root,root) %{_bindir}/devnag
6770%attr(755,root,root) %{_bindir}/disdvi
7ffd1967 6771%attr(755,root,root) %{_bindir}/exatools
This page took 1.175246 seconds and 4 git commands to generate.