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