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