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