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