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