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