]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
Rename omega to omega-basic (omega now in texlive-texmf.spec)
[packages/texlive.git] / texlive.spec
1 # TODO:
2 # - get rid of /etc/cron.daily depencency from base pkg, use /etc/tmpwatch.d instead
3 # - cache in /var/lib? (move to /var/cache)
4 # - dep loops:
5 #error: LOOP:
6 #error: removing kpathsea-20080816-5.x86_64 "Requires(post): /usr/bin/texhash" from tsort relations.
7 #error:     kpathsea-20080816-5.x86_64               Requires(post): /usr/bin/texhash
8 #error: removing texlive-20080816-5.x86_64 "Requires: texconfig = 1:20080816-5" from tsort relations.
9 #error:     texlive-20080816-5.x86_64                Requires: texconfig = 1:20080816-5
10 #error: removing texconfig-20080816-5.x86_64 "Requires: texlive-dvips = 1:20080816-5" from tsort relations.
11 #error:     texconfig-20080816-5.x86_64              Requires: texlive-dvips = 1:20080816-5
12 #error: removing texlive-dvips-20080816-5.x86_64 "Requires(auto): libkpathsea.so.4()(64bit)" from tsort relations.
13 #error:     texlive-dvips-20080816-5.x86_64          Requires(auto): libkpathsea.so.4()(64bit)
14 #Preparing...                ########################################### [100%]
15 #
16 # Conditional build:
17 %bcond_with     xindy           # do not build xindy packages
18
19 %include        /usr/lib/rpm/macros.perl
20
21 %define         year    2013
22 %define         monthday        0530
23 %define         texmfversion 20130530
24 Summary:        TeX typesetting system and MetaFont font formatter
25 Summary(de.UTF-8):      TeX-Satzherstellungssystem und MetaFont-Formatierung
26 Summary(es.UTF-8):      Sistema de typesetting TeX y formateador de fuentes MetaFont
27 Summary(fr.UTF-8):      Systéme de compostion TeX et formatteur de MetaFontes
28 Summary(hu.UTF-8):      TeX szövegszedő rendszer és MetaFont font formázó
29 Summary(pl.UTF-8):      System składu publikacji TeX oraz formater fontów MetaFont
30 Summary(pt_BR.UTF-8):   Sistema de typesetting TeX e formatador de fontes MetaFont
31 Summary(tr.UTF-8):      TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
32 Name:           texlive
33 Version:        %{year}%{monthday}
34 Release:        0.1
35 Epoch:          1
36 License:        distributable
37 Group:          Applications/Publishing/TeX
38 Source0:        ftp://tug.org/historic/systems/texlive/%{year}/%{name}-%{version}-source.tar.xz
39 # Source0-md5:  f52599c99fb1035399b907f4c54f1125
40 Source4:        %{name}.cron
41 Source5:        xdvi.desktop
42 Source6:        xdvi.png
43 Patch0:         format-security.patch
44 URL:            http://www.tug.org/texlive/
45 BuildRequires:  autoconf
46 BuildRequires:  automake
47 BuildRequires:  bison
48 %if %{with xindy}
49 #BuildRequires: clisp
50 %endif
51 BuildRequires:  cairo-devel
52 BuildRequires:  ed
53 BuildRequires:  expat-devel
54 BuildRequires:  ffcall-devel
55 BuildRequires:  flex
56 BuildRequires:  fontconfig-devel
57 BuildRequires:  freetype-devel
58 BuildRequires:  freetype1-devel
59 BuildRequires:  gd-devel >= 2.0.33
60 BuildRequires:  graphite2-devel
61 BuildRequires:  harfbuzz-devel
62 BuildRequires:  harfbuzz-icu-devel
63 BuildRequires:  libpng-devel >= 1.2.8
64 BuildRequires:  libtool
65 # should this be somewhere in clisp?
66 BuildRequires:  libsigsegv
67 BuildRequires:  libstdc++-devel
68 BuildRequires:  ncurses-devel
69 BuildRequires:  pango-devel
70 BuildRequires:  readline-devel
71 BuildRequires:  rpm-perlprov
72 BuildRequires:  rpm-pythonprov
73 BuildRequires:  sed >= 4.0
74 BuildRequires:  t1lib-devel >= 5.0.2
75 BuildRequires:  tar >= 1:1.22
76 BuildRequires:  texinfo
77 BuildRequires:  unzip
78 BuildRequires:  xorg-lib-libICE-devel
79 BuildRequires:  xorg-lib-libXaw-devel
80 BuildRequires:  xorg-lib-libXext-devel
81 BuildRequires:  xorg-lib-libXmu-devel
82 BuildRequires:  xorg-lib-libXpm-devel
83 BuildRequires:  zlib-devel >= 1.2.1
84 Requires:       %{name}-dirs-fonts
85 Requires:       %{name}-fonts-cm
86 Requires:       %{name}-fonts-misc
87 Requires:       awk
88 Requires:       dialog
89 Requires:       kpathsea = %{epoch}:%{version}-%{release}
90 Requires:       sed
91 Requires:       sh-utils
92 Requires:       texconfig = %{epoch}:%{version}-%{release}
93 Requires:       textutils
94 Suggests:       tmpwatch
95 Provides:       tetex = %{epoch}:%{version}-%{release}
96 Provides:       tetex-format-pdfetex = %{epoch}:%{version}-%{release}
97 Provides:       tetex-metafont
98 Obsoletes:      tetex
99 Obsoletes:      tetex-afm
100 Obsoletes:      tetex-doc
101 Obsoletes:      tetex-doc-latex2e-html
102 Obsoletes:      tetex-fontinst
103 Obsoletes:      tetex-fontname
104 Obsoletes:      tetex-fonts
105 Obsoletes:      tetex-fonts-pandora
106 Obsoletes:      tetex-fonts-vcm
107 Obsoletes:      tetex-format-elatex
108 Obsoletes:      tetex-format-pdfelatex
109 Obsoletes:      tetex-format-pdfemex
110 Obsoletes:      tetex-format-pdfetex
111 Obsoletes:      tetex-latex-vnps
112 Obsoletes:      tetex-latex-vnr
113 Obsoletes:      tetex-metafont
114 Obsoletes:      tetex-oxdvi
115 Obsoletes:      tetex-plain-dvips
116 Obsoletes:      tetex-plain-mathtime
117 Obsoletes:      tetex-plain-misc
118 Obsoletes:      tetex-plain-plnfss
119 Obsoletes:      tetex-tex-hyphen
120 Obsoletes:      tetex-tex-vietnam
121 Obsoletes:      texlive-metafont
122 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
123
124 %define         texmf   %{_datadir}/texmf
125 %define         texmfdist %{texmf}-dist
126 %define         texmfdoc %{texmf}-doc
127 %define         fmtdir  /var/lib/texmf/web2c
128 %define         texhash umask 022; [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
129 %define         _localstatedir  /var/lib/texmf
130 %define         fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
131
132 %define         _noautoreq 'perl(path_tre)'
133 %define         skip_post_check_so libptexenc.so.1.1.1
134
135 %description
136 TeX Live is an implementation of TeX for Linux or UNIX systems. TeX
137 takes a text file and a set of formatting commands as input and
138 creates a typesetter independent .dvi (DeVice Independent) file as
139 output. Usually, TeX is used in conjunction with a higher level
140 formatting package like LaTeX or PlainTeX, since TeX by itself is not
141 very user-friendly.
142
143 %description -l es.UTF-8
144 Tex formata archivos de texto y órdenes para una salida independiente
145 de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
146 de Knut se describen las capacidades y el lenguaje TeX.
147
148 %description -l de.UTF-8
149 TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
150 und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
151 DeVice Independent). Die Funktionen und Sprache von TeX werden in The
152 TeXbook von Knuth beschrieben.
153
154 %description -l fr.UTF-8
155 TeX formate un fichier de commandes et de texte mélandés, et produit
156 un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
157 raccourci pour Device Independant). Les possibilités de TeX et son
158 langage sont décrites dans l'ouvrage TeXbook, de Knuth.
159
160 %description -l hu.UTF-8
161 TeX Live a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
162 egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
163 segítségével a szövegszedő egy független .dvi (DeVice Independent)
164 fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
165 kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
166 TeX önmaga nem túlzottan "felhasználóbarát".
167
168 %description -l pl.UTF-8
169 TeX Live to implementacja TeXa dla systemów Linux i UNIX. TeX to system
170 składu przyjmujący na wejściu tekst oraz polecenia formatujące i
171 tworzący niezależny od urządzenia plik wynikowy (tzw. DVI -- skrót od
172 DeVice Independent). Zwykle TeX jest używany w połączeniu z pakietem
173 formatującym wyższego poziomu, jak LaTeX lub PlainTeX, jako że sam TeX
174 nie jest zbyt przyjazny dla użytkownika.
175
176 %description -l pt_BR.UTF-8
177 Tex formata arquivos de texto e comandos para uma saída independente
178 de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
179 linguagem TeX são descritas no The TeXbook, de Knuth.
180
181 %description -l tr.UTF-8
182 TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
183 aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
184 TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
185 TeXbook' başlıklı kitabında anlatılmaktadır.
186
187 %package jadetex
188 Summary:        LaTeX macros for converting Jade TeX output into DVI/PS/PDF
189 Summary(pl.UTF-8):      Makra LaTeXa do konwersji Jade TeXa do DVI/PS/PDF
190 Group:          Applications/Publishing/TeX
191 Requires:       %{name} = %{epoch}:%{version}-%{release}
192 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
193 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
194 Provides:       jadetex = %{epoch}:%{version}-%{release}
195 Obsoletes:      jadetex
196
197 %description jadetex
198 JadeTeX contains the additional LaTeX macros necessary for taking Jade
199 TeX output files and processing them as LaTeX files.
200
201 %description jadetex -l pl.UTF-8
202 JadeTeX zawiera dodatkowe makra LaTeXa potrzebne do konwersji plików
203 otrzymanych z Jade TeXa i przetworzenia ich jako plików LaTeXa.
204
205 %package cef-utils
206 Summary:        Utils for CEF (Chinese Encoding Framework)
207 Summary(pl.UTF-8):      Narzędzia dla środowiska CEF (Chinese Encoding Framework)
208 Group:          Applications/Publishing/TeX
209
210 %description cef-utils
211 Utils for CEF (Chinese Encoding Framework).
212
213 %description cef-utils -l pl.UTF-8
214 Narzędzia dla środowiska CEF (Chinese Encoding Framework) służącego do
215 kodowania języka chińskiego.
216
217 %package other-utils
218 Summary:        Other TeX Live utilities
219 Summary(pl.UTF-8):      Pozostałe narzędzia z systemu TeX Live
220 Group:          Applications/Publishing/TeX
221 Obsoletes:      tetex-format-cyrtexinfo
222
223 %description other-utils
224 Other TeX Live utilities.
225
226 %description other-utils -l pl.UTF-8
227 Pozostałe narzędzia z systemu TeX Live.
228
229 %package other-utils-doc
230 Summary:        Other utilities documentation
231 Summary(pl.UTF-8):      Dokumentacja do narzędzi z pakietu %{name}-other-utils-doc
232 Group:          Applications/Publishing/TeX
233
234 %description other-utils-doc
235 Other utilities documentation.
236
237 %description other-utils-doc -l pl.UTF-8
238 Dokumentacja do narzędzi z pakietu %{name}-other-utils-doc.
239
240 %package -n kpathsea
241 Summary:        File name lookup library
242 Summary(hu.UTF-8):      Fájlnév-kereső könyvtár
243 Summary(pl.UTF-8):      Biblioteka szukająca nazw plików
244 Group:          Applications/Publishing/TeX
245 Requires(post,postun):  %{_bindir}/texhash
246 Requires:       %{name} = %{epoch}:%{version}-%{release}
247
248 %description -n kpathsea
249 File name lookup library.
250
251 %description -n kpathsea -l hu.UTF-8
252 Fájlnév-kereső könyvtár.
253
254 %description -n kpathsea -l pl.UTF-8
255 Biblioteka szukająca nazw plików.
256
257 %package -n kpathsea-devel
258 Summary:        Kpathsea library filename lookup header files and documentation
259 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para desarrollo TeX
260 Summary(hu.UTF-8):      Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
261 Summary(pl.UTF-8):      Pliki nagłówkowe oraz dokumetacja kpathsea
262 Summary(pt_BR.UTF-8):   Bibliotecas e headers para desenvolvimento TeX
263 Group:          Development/Libraries
264 Requires:       kpathsea = %{epoch}:%{version}-%{release}
265
266 %description -n kpathsea-devel
267 Kpathsea library filename lookup header files and documentation.
268
269 %description -n kpathsea-devel -l es.UTF-8
270 Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
271 aplicaciones TeX.
272
273 %description -n kpathsea-devel -l hu.UTF-8
274 Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
275
276 %description -n kpathsea-devel -l pl.UTF-8
277 Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
278
279 %description -n kpathsea-devel -l pt_BR.UTF-8
280 Bibliotecas, headers e outros componentes que podem ser utilizados
281 para desenvolver aplicações TeX.
282
283 %package dvips-basic
284 Summary:        DVI to PostScript converter
285 Summary(de.UTF-8):      dvi-Postscript-Konvertierungsprogramm
286 Summary(es.UTF-8):      Convertidor dvi para postscript
287 Summary(fr.UTF-8):      Convertisseur dvi vers PostScript
288 Summary(hu.UTF-8):      DVI-ből PosctScript-be konvertáló
289 Summary(pl.UTF-8):      Konwerter plików DVI do PostScriptu
290 Summary(pt_BR.UTF-8):   Conversor dvi para postscript
291 Summary(tr.UTF-8):      dvi'dan postscript'e dönüştürücü
292 Group:          Applications/Publishing/TeX
293 Requires(post,postun):  %{_bindir}/texhash
294 Requires:       %{name} = %{epoch}:%{version}-%{release}
295
296 %description dvips-basic
297 The program dvips takes a DVI file file[.dvi] produced by TeX (or by
298 some other processor such as GFtoDVI) and converts it to PostScript,
299 normally sending the result directly to the laserprinter.
300
301 %description dvips-basic -l de.UTF-8
302 Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
303 durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
304 konvertiert diese in PostScript, wobei das Ergebnis in der Regel
305 direkt an einen Laserdrucker gesandt wird.
306
307 %description dvips-basic -l es.UTF-8
308 El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
309 otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
310 enviando el resultado directamente a la impresora láser.
311
312 %description dvips-basic -l fr.UTF-8
313 Le programme dvips convertit les fichiers DVI en PostScript, en
314 envoyant normalement le résultat directement sur une imprimante Laser.
315
316 %description dvips-basic -l hu.UTF-8
317 A dvips program egy TeX által készített DVI-fájlból PostScript
318 állományt készít, amelyet a legtöbb esetben közvetlenül a
319 lézernyomtatóra küldhetsz.
320
321 %description dvips-basic -l pl.UTF-8
322 Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
323 program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
324 Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
325
326 %description dvips-basic -l pt_BR.UTF-8
327 O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
328 outro processador como o GFtoDVI) e o converte para PostScript,
329 normalmente enviando o resultado diretamente para a impressora laser.
330
331 %description dvips-basic -l tr.UTF-8
332 dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
333 PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
334 olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
335 üretilmiş olabilir.
336
337 %package dvilj
338 Summary:        DVI to PCL converter
339 Summary(de.UTF-8):      Ein dvi-->Laserjet-Konvertierer
340 Summary(es.UTF-8):      Convertidor dvi para laserjet
341 Summary(fr.UTF-8):      convertisseur dvi vers laserjet
342 Summary(hu.UTF-8):      DVI-ből PCL-be konvertáló
343 Summary(pl.UTF-8):      Konwerter plików DVI do języka PCL
344 Summary(pt_BR.UTF-8):   Conversor dvi para laserjet
345 Summary(tr.UTF-8):      dvi'dan laserjet'e dönüştürücü
346 Group:          Applications/Publishing/TeX
347 Requires(post,postun):  %{_bindir}/texhash
348 Requires:       %{name} = %{epoch}:%{version}-%{release}
349 Obsoletes:      tetex-dvilj
350
351 %description dvilj
352 Dvilj and dvilj's siblings (included in this package) will convert TeX
353 text formatting system output .dvi files to HP PCL (HP Printer Control
354 Language) commands. Using dvilj, you can print TeX files to HP
355 LaserJet+ and fully compatible printers. With dvilj2p, you can print
356 to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
357 can print to HP LaserJet4 and fully compatible printers.
358
359 %description dvilj -l de.UTF-8
360 Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
361 Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
362 LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
363 kompatiblen Druckern.
364
365 %description dvilj -l es.UTF-8
366 Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
367 HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
368 impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
369 dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
370
371 %description dvilj -l fr.UTF-8
372 dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
373 (le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
374 LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
375 imprimantes totalement compatibles.
376
377 %description dvilj -l hu.UTF-8
378 Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
379 Printer Control Language) parancsokká. A dvilj használatával TeX
380 fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
381 nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
382 nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
383
384 %description dvilj -l pl.UTF-8
385 dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
386 pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
387 PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
388 pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
389 użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
390 kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
391 LaserJet4 i w pełni kompatybilnych.
392
393 %description dvilj -l pt_BR.UTF-8
394 Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
395 HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
396 impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
397 dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
398
399 %description dvilj -l tr.UTF-8
400 TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
401 denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
402 LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
403 uyumlularından yazıcı çıktısı alınabilir.
404
405 %package makeindex
406 Summary:        A general purpose hierarchical index generator
407 Summary(hu.UTF-8):      Egy általános célú hierarchikus index generáló
408 Summary(pl.UTF-8):      Generator hierarchicznych indeksów ogólnego przeznaczenia
409 Group:          Applications/Publishing/TeX
410 Requires(post,postun):  %{_bindir}/texhash
411 Requires:       %{name} = %{epoch}:%{version}-%{release}
412 Requires:       %{name}-makeindex-data
413 Provides:       tetex-makeindex
414 Obsoletes:      tetex-makeindex
415 Obsoletes:      tetex-rumakeindex
416
417 %description makeindex
418 A general purpose hierarchical index generator; it accepts one or more
419 input files (often produced by a text formatter such as TeX or troff),
420 sorts the entries, and produces an output file which can be formatted.
421 The formats of the input and output files are specified in a style
422 file; by default, input is assumed to be an idx file, as generated by
423 LaTeX.
424
425 %description makeindex -l hu.UTF-8
426 Egy általános célű hierarchikus index generáló; elfogad egy vagy több
427 bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
428 rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
429 készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
430 definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
431 LaTeX generál.
432
433 %description makeindex -l pl.UTF-8
434 Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
435 jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
436 narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
437 elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
438 plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
439 przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
440 LaTeX.
441
442 %package metapost
443 Summary:        MetaPost
444 Summary(hu.UTF-8):      MetaPost
445 Summary(pl.UTF-8):      Zestaw narzędzi MetaPost
446 Group:          Applications/Publishing/TeX
447 Requires(post,postun):  %{_bindir}/texhash
448 Requires:       %{name} = %{epoch}:%{version}-%{release}
449 Requires:       %{name}-metapost-data >= %{texmfversion}
450 Obsoletes:      tetex-metapost
451
452 %description metapost
453 MetaPost.
454
455 %description metapost -l hu.UTF-8
456 MetaPost.
457
458 %description metapost -l pl.UTF-8
459 Zestaw narzędzi MetaPost.
460
461 %package mptopdf
462 Summary:        MetaPost to PDF converter
463 Summary(hu.UTF-8):      MetaPost-ból PDF-be konvertáló
464 Summary(pl.UTF-8):      Konwerter MetaPost do PDF
465 Group:          Applications/Publishing/TeX
466 Requires(post,postun):  %{_bindir}/texhash
467 Requires:       %{name}-metapost = %{epoch}:%{version}-%{release}
468 Obsoletes:      tetex-mptopdf
469
470 %description mptopdf
471 MetaPost to PDF converter.
472
473 %description mptopdf -l hu.UTF-8
474 MetaPost-ból PDF-be konvertáló.
475
476 %description mptopdf -l pl.UTF-8
477 Konwerter MetaPost do PDF.
478
479 %package texdoctk
480 Summary:        Easy access to TeX documentation
481 Summary(pl.UTF-8):      Łatwy dostęp do dokumentacji TeXa
482 Group:          Applications/Publishing/TeX
483 Requires(post,postun):  %{_bindir}/texhash
484 Requires:       %{name} = %{epoch}:%{version}-%{release}
485 Obsoletes:      tetex-texdoctk
486
487 %description texdoctk
488 A Perl/Tk-based GUI for easy access to package documentation for TeX
489 on Unix platforms; the databases it uses are based on the texmf/doc
490 subtrees of teTeX v.1.0.x, but database files for local configurations
491 with modified/extended directories can be derived from them. Note that
492 texdoctk is not a viewer itself, but an interface for finding
493 documentation files and opening them with the appropriate viewer; so
494 it relies on appropriate programs to be installed on the system.
495 However, the choice of these programs can be configured by the
496 sysadmin or user.
497
498 %description texdoctk -l pl.UTF-8
499 Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
500 dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
501 danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
502 używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
503 Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
504 interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
505 właściwej przeglądarce; tak więc wymaga on odpowiednich programów
506 zainstalowanych w systemie. Wybór tych programów może być dokonany
507 przez administratora lub użytkownika.
508
509 %package -n texconfig
510 Summary:        TeX typesetting system configurator
511 Summary(hu.UTF-8):      TeX szövegszedő rendszer beállítása
512 Summary(pl.UTF-8):      Konfigurator systemu składu TeX
513 Group:          Applications/Publishing/TeX
514 Requires:       %{name} = %{epoch}:%{version}-%{release}
515 Requires:       %{name}-dvips-basic = %{epoch}:%{version}-%{release}
516 Requires:       xdvi = %{epoch}:%{version}-%{release}
517 Obsoletes:      tetex-texconfig
518
519 %description -n texconfig
520 TeX typesetting system configurator.
521
522 %description -n texconfig -l hu.UTF-8
523 TeX szövegszedő rendszer beállítása.
524
525 %description -n texconfig -l pl.UTF-8
526 Konfigurator systemu składu TeX.
527
528 %package -n xdvi
529 Summary:        X11 previewer
530 Summary(de.UTF-8):      X11-Previewer
531 Summary(es.UTF-8):      Visualizador TeX X11
532 Summary(fr.UTF-8):      Prévisualisateur X11
533 Summary(hu.UTF-8):      X11 előnézet
534 Summary(pl.UTF-8):      Przeglądarka DVI dla X11
535 Summary(pt_BR.UTF-8):   Visualizador TeX X11
536 Summary(tr.UTF-8):      X11 öngörüntüleyici
537 Group:          Applications/Publishing/TeX
538 Requires(post,postun):  %{_bindir}/texhash
539 Requires:       %{name} = %{epoch}:%{version}-%{release}
540 Suggests:       %{name}-dvips
541 Obsoletes:      tetex-xdvi
542
543 %description -n xdvi
544 xdvi is a program which runs under the X window system. It is used to
545 preview dvi files, such as are produced by tex and latex.
546
547 %description -n xdvi -l de.UTF-8
548 xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
549 ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
550 latex erzeugt wurden.
551
552 %description -n xdvi -l es.UTF-8
553 xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
554 visualizar archivos dvi, como los producidos por tex y latex.
555
556 %description -n xdvi -l fr.UTF-8
557 xdvi est un programme s'exécutant sous le système X Window. Il sert à
558 visualiser les fichiers dvi tels que ceux produits par tex et latex.
559
560 %description -n xdvi -l hu.UTF-8
561 xdvi egyprogram, amely az X Window rendszeren fut. DVI fájlok
562 előnézetére használjuk, amelyet tex és latex készít.
563
564 %description -n xdvi -l pl.UTF-8
565 Xdvi jest programem (działającym w X Window System) do przeglądania
566 plików DVI, produkowanych przez TeXa i LaTeXa.
567
568 %description -n xdvi -l pt_BR.UTF-8
569 xdvi é um programa que roda no sistema X Window. É usado para
570 visualizar arquivos dvi, como os produzidos por tex e latex.
571
572 %package -n xindy
573 Summary:        Xindy creates sorted and tagged index from raw index
574 Summary(hu.UTF-8):      Xindy rendezett és cimkézett indexet készít nyers indexekből
575 Group:          Applications/Publishing/TeX
576
577 %description -n xindy
578 Xindy creates sorted and tagged index from raw index.
579
580 %description -n xindy -l hu.UTF-8
581 Xindy rendezett és cimkézett indexet készít nyers indexekből.
582
583 %package -n xindy-albanian
584 Summary:        Xindy albanian language
585 Summary(hu.UTF-8):      Xindy albán nyelv
586 Group:          Applications/Publishing/TeX
587
588 %description -n xindy-albanian
589 Xindy albanian language
590
591 %description -n xindy-albanian -l hu.UTF-8
592 Xindy albán nyelv
593
594 %package -n xindy-belarusian
595 Summary:        Xindy belarusian language
596 Summary(hu.UTF-8):      Xindy belorusz nyelv
597 Group:          Applications/Publishing/TeX
598
599 %description -n xindy-belarusian
600 Xindy belarusian language
601
602 %description -n xindy-belarusian -l hu.UTF-8
603 Xindy belorusz nyelv
604
605 %package -n xindy-bulgarian
606 Summary:        Xindy bulgarian language
607 Summary(hu.UTF-8):      Xindy bolgár nyelv
608 Group:          Applications/Publishing/TeX
609
610 %description -n xindy-bulgarian
611 Xindy bulgarian language
612
613 %description -n xindy-bulgarian -l hu.UTF-8
614 Xindy bolgár nyelv
615
616 %package -n xindy-croatian
617 Summary:        Xindy croatian language
618 Summary(hu.UTF-8):      Xindy horvát nyelv
619 Group:          Applications/Publishing/TeX
620
621 %description -n xindy-croatian
622 Xindy croatian language
623
624 %description -n xindy-croatian -l hu.UTF-8
625 Xindy horvát nyelv
626
627 %package -n xindy-czech
628 Summary:        Xindy czech language
629 Summary(hu.UTF-8):      Xindy cseh nyelv
630 Group:          Applications/Publishing/TeX
631
632 %description -n xindy-czech
633 Xindy czech language
634
635 %description -n xindy-czech -l hu.UTF-8
636 Xindy cseh nyelv
637
638 %package -n xindy-danish
639 Summary:        Xindy danish language
640 Summary(hu.UTF-8):      Xindy dán nyelv
641 Group:          Applications/Publishing/TeX
642
643 %description -n xindy-danish
644 Xindy danish language
645
646 %description -n xindy-danish -l hu.UTF-8
647 Xindy dán nyelv
648
649 %package -n xindy-dutch
650 Summary:        Xindy dutch language
651 Summary(hu.UTF-8):      Xindy holland nyelv
652 Group:          Applications/Publishing/TeX
653
654 %description -n xindy-dutch
655 Xindy dutch language
656
657 %description -n xindy-dutch -l hu.UTF-8
658 Xindy holland nyelv
659
660 %package -n xindy-english
661 Summary:        Xindy english language
662 Summary(hu.UTF-8):      Xindy angol nyelv
663 Group:          Applications/Publishing/TeX
664
665 %description -n xindy-english
666 Xindy english language
667
668 %description -n xindy-english -l hu.UTF-8
669 Xindy angol nyelv
670
671 %package -n xindy-esperanto
672 Summary:        Xindy esperanto language
673 Summary(hu.UTF-8):      Xindy eszperantó nyelv
674 Group:          Applications/Publishing/TeX
675
676 %description -n xindy-esperanto
677 Xindy esperanto language
678
679 %description -n xindy-esperanto -l hu.UTF-8
680 Xindy eszperantó nyelv
681
682 %package -n xindy-estonian
683 Summary:        Xindy estonian language
684 Summary(hu.UTF-8):      Xindy észt nyelv
685 Group:          Applications/Publishing/TeX
686
687 %description -n xindy-estonian
688 Xindy estonian language
689
690 %description -n xindy-estonian -l hu.UTF-8
691 Xindy észt nyelv
692
693 %package -n xindy-finnish
694 Summary:        Xindy finnish language
695 Summary(hu.UTF-8):      Xindy finn nyelv
696 Group:          Applications/Publishing/TeX
697
698 %description -n xindy-finnish
699 Xindy finnish language
700
701 %description -n xindy-finnish -l hu.UTF-8
702 Xindy finn nyelv
703
704 %package -n xindy-french
705 Summary:        Xindy french language
706 Summary(hu.UTF-8):      Xindy francia nyelv
707 Group:          Applications/Publishing/TeX
708
709 %description -n xindy-french
710 Xindy french language
711
712 %description -n xindy-french -l hu.UTF-8
713 Xindy francia nyelv
714
715 %package -n xindy-general
716 Summary:        Xindy general language
717 Summary(hu.UTF-8):      Xindy általános nyelv
718 Group:          Applications/Publishing/TeX
719
720 %description -n xindy-general
721 Xindy general language
722
723 %description -n xindy-general -l hu.UTF-8
724 Xindy általános nyelv
725
726 %package -n xindy-georgian
727 Summary:        Xindy georgian language
728 Summary(hu.UTF-8):      Xindy georgian nyelv
729 Group:          Applications/Publishing/TeX
730
731 %description -n xindy-georgian
732 Xindy georgian language
733
734 %description -n xindy-georgian -l hu.UTF-8
735 Xindy georgian nyelv
736
737 %package -n xindy-german
738 Summary:        Xindy german language
739 Summary(hu.UTF-8):      Xindy német nyelv
740 Group:          Applications/Publishing/TeX
741
742 %description -n xindy-german
743 Xindy german language
744
745 %description -n xindy-german -l hu.UTF-8
746 Xindy német nyelv
747
748 %package -n xindy-greek
749 Summary:        Xindy greek language
750 Summary(hu.UTF-8):      Xindy görög nyelv
751 Group:          Applications/Publishing/TeX
752
753 %description -n xindy-greek
754 Xindy greek language
755
756 %description -n xindy-greek -l hu.UTF-8
757 Xindy görög nyelv
758
759 %package -n xindy-gypsy
760 Summary:        Xindy gypsy language
761 Summary(hu.UTF-8):      Xindy cigány nyelv
762 Group:          Applications/Publishing/TeX
763
764 %description -n xindy-gypsy
765 Xindy gypsy language
766
767 %description -n xindy-gypsy -l hu.UTF-8
768 Xindy cigány nyelv
769
770 %package -n xindy-hausa
771 Summary:        Xindy hausa language
772 Summary(hu.UTF-8):      Xindy hausa nyelv
773 Group:          Applications/Publishing/TeX
774
775 %description -n xindy-hausa
776 Xindy hausa language
777
778 %description -n xindy-hausa -l hu.UTF-8
779 Xindy hausa nyelv
780
781 %package -n xindy-hebrew
782 Summary:        Xindy hebrew language
783 Summary(hu.UTF-8):      Xindy héber nyelv
784 Group:          Applications/Publishing/TeX
785
786 %description -n xindy-hebrew
787 Xindy hebrew language
788
789 %description -n xindy-hebrew -l hu.UTF-8
790 Xindy héber nyelv
791
792 %package -n xindy-hungarian
793 Summary:        Xindy hungarian language
794 Summary(hu.UTF-8):      Xindy magyar nyelv
795 Group:          Applications/Publishing/TeX
796
797 %description -n xindy-hungarian
798 Xindy hungarian language
799
800 %description -n xindy-hungarian -l hu.UTF-8
801 Xindy magyar nyelv
802
803 %package -n xindy-icelandic
804 Summary:        Xindy icelandic language
805 Summary(hu.UTF-8):      Xindy izlandi nyelv
806 Group:          Applications/Publishing/TeX
807
808 %description -n xindy-icelandic
809 Xindy icelandic language
810
811 %description -n xindy-icelandic -l hu.UTF-8
812 Xindy izlandi nyelv
813
814 %package -n xindy-italian
815 Summary:        Xindy italian language
816 Summary(hu.UTF-8):      Xindy olasz nyelv
817 Group:          Applications/Publishing/TeX
818
819 %description -n xindy-italian
820 Xindy italian language
821
822 %description -n xindy-italian -l hu.UTF-8
823 Xindy olasz nyelv
824
825 %package -n xindy-klingon
826 Summary:        Xindy klingon language
827 Summary(hu.UTF-8):      Xindy klingon nyelv
828 Group:          Applications/Publishing/TeX
829
830 %description -n xindy-klingon
831 Xindy klingon language
832
833 %description -n xindy-klingon -l hu.UTF-8
834 Xindy klingon nyelv
835
836 %package -n xindy-kurdish
837 Summary:        Xindy kurdish language
838 Summary(hu.UTF-8):      Xindy kurd nyelv
839 Group:          Applications/Publishing/TeX
840
841 %description -n xindy-kurdish
842 Xindy kurdish language
843
844 %description -n xindy-kurdish -l hu.UTF-8
845 Xindy kurd nyelv
846
847 %package -n xindy-latin
848 Summary:        Xindy latin language
849 Summary(hu.UTF-8):      Xindy latin nyelv
850 Group:          Applications/Publishing/TeX
851
852 %description -n xindy-latin
853 Xindy latin language
854
855 %description -n xindy-latin -l hu.UTF-8
856 Xindy latin nyelv
857
858 %package -n xindy-latvian
859 Summary:        Xindy latvian language
860 Summary(hu.UTF-8):      Xindy lett nyelv
861 Group:          Applications/Publishing/TeX
862
863 %description -n xindy-latvian
864 Xindy latvian language
865
866 %description -n xindy-latvian -l hu.UTF-8
867 Xindy lett nyelv
868
869 %package -n xindy-lithuanian
870 Summary:        Xindy lithuanian language
871 Summary(hu.UTF-8):      Xindy litván nyelv
872 Group:          Applications/Publishing/TeX
873
874 %description -n xindy-lithuanian
875 Xindy lithuanian language
876
877 %description -n xindy-lithuanian -l hu.UTF-8
878 Xindy litván nyelv
879
880 %package -n xindy-lower-sorbian
881 Summary:        Xindy lower-sorbian language
882 Summary(hu.UTF-8):      Xindy lower-sorbian nyelv
883 Group:          Applications/Publishing/TeX
884
885 %description -n xindy-lower-sorbian
886 Xindy lower-sorbian language
887
888 %description -n xindy-lower-sorbian -l hu.UTF-8
889 Xindy lower-sorbian nyelv
890
891 %package -n xindy-macedonian
892 Summary:        Xindy macedonian language
893 Summary(hu.UTF-8):      Xindy macedón nyelv
894 Group:          Applications/Publishing/TeX
895
896 %description -n xindy-macedonian
897 Xindy macedonian language
898
899 %description -n xindy-macedonian -l hu.UTF-8
900 Xindy macedón nyelv
901
902 %package -n xindy-mongolian
903 Summary:        Xindy mongolian language
904 Summary(hu.UTF-8):      Xindy mongol nyelv
905 Group:          Applications/Publishing/TeX
906
907 %description -n xindy-mongolian
908 Xindy mongolian language
909
910 %description -n xindy-mongolian -l hu.UTF-8
911 Xindy mongol nyelv
912
913 %package -n xindy-norwegian
914 Summary:        Xindy norwegian language
915 Summary(hu.UTF-8):      Xindy norvég nyelv
916 Group:          Applications/Publishing/TeX
917
918 %description -n xindy-norwegian
919 Xindy norwegian language
920
921 %description -n xindy-norwegian -l hu.UTF-8
922 Xindy norvég nyelv
923
924 %package -n xindy-polish
925 Summary:        Xindy polish language
926 Summary(hu.UTF-8):      Xindy lengyel nyelv
927 Group:          Applications/Publishing/TeX
928
929 %description -n xindy-polish
930 Xindy polish language
931
932 %description -n xindy-polish -l hu.UTF-8
933 Xindy lengyel nyelv
934
935 %package -n xindy-portuguese
936 Summary:        Xindy portuguese language
937 Summary(hu.UTF-8):      Xindy portugál nyelv
938 Group:          Applications/Publishing/TeX
939
940 %description -n xindy-portuguese
941 Xindy portuguese language
942
943 %description -n xindy-portuguese -l hu.UTF-8
944 Xindy portugál nyelv
945
946 %package -n xindy-romanian
947 Summary:        Xindy romanian language
948 Summary(hu.UTF-8):      Xindy román nyelv
949 Group:          Applications/Publishing/TeX
950
951 %description -n xindy-romanian
952 Xindy romanian language
953
954 %description -n xindy-romanian -l hu.UTF-8
955 Xindy román nyelv
956
957 %package -n xindy-russian
958 Summary:        Xindy russian language
959 Summary(hu.UTF-8):      Xindy orosz nyelv
960 Group:          Applications/Publishing/TeX
961
962 %description -n xindy-russian
963 Xindy russian language
964
965 %description -n xindy-russian -l hu.UTF-8
966 Xindy orosz nyelv
967
968 %package -n xindy-serbian
969 Summary:        Xindy serbian language
970 Summary(hu.UTF-8):      Xindy szerb nyelv
971 Group:          Applications/Publishing/TeX
972
973 %description -n xindy-serbian
974 Xindy serbian language
975
976 %description -n xindy-serbian -l hu.UTF-8
977 Xindy szerb nyelv
978
979 %package -n xindy-slovak
980 Summary:        Xindy slovak language
981 Summary(hu.UTF-8):      Xindy szlovák nyelv
982 Group:          Applications/Publishing/TeX
983
984 %description -n xindy-slovak
985 Xindy slovak language
986
987 %description -n xindy-slovak -l hu.UTF-8
988 Xindy szlovák nyelv
989
990 %package -n xindy-slovenian
991 Summary:        Xindy slovenian language
992 Summary(hu.UTF-8):      Xindy szlovén nyelv
993 Group:          Applications/Publishing/TeX
994
995 %description -n xindy-slovenian
996 Xindy slovenian language
997
998 %description -n xindy-slovenian -l hu.UTF-8
999 Xindy szlovén nyelv
1000
1001 %package -n xindy-spanish
1002 Summary:        Xindy spanish language
1003 Summary(hu.UTF-8):      Xindy spanyol nyelv
1004 Group:          Applications/Publishing/TeX
1005
1006 %description -n xindy-spanish
1007 Xindy spanish language
1008
1009 %description -n xindy-spanish -l hu.UTF-8
1010 Xindy spanyol nyelv
1011
1012 %package -n xindy-swedish
1013 Summary:        Xindy swedish language
1014 Summary(hu.UTF-8):      Xindy svéd nyelv
1015 Group:          Applications/Publishing/TeX
1016
1017 %description -n xindy-swedish
1018 Xindy swedish language
1019
1020 %description -n xindy-swedish -l hu.UTF-8
1021 Xindy svéd nyelv
1022
1023 %package -n xindy-turkish
1024 Summary:        Xindy turkish language
1025 Summary(hu.UTF-8):      Xindy török nyelv
1026 Group:          Applications/Publishing/TeX
1027
1028 %description -n xindy-turkish
1029 Xindy turkish language
1030
1031 %description -n xindy-turkish -l hu.UTF-8
1032 Xindy török nyelv
1033
1034 %package -n xindy-ukrainian
1035 Summary:        Xindy ukrainian language
1036 Summary(hu.UTF-8):      Xindy ukrán nyelv
1037 Group:          Applications/Publishing/TeX
1038
1039 %description -n xindy-ukrainian
1040 Xindy ukrainian language
1041
1042 %description -n xindy-ukrainian -l hu.UTF-8
1043 Xindy ukrán nyelv
1044
1045 %package -n xindy-upper-sorbian
1046 Summary:        Xindy upper-sorbian language
1047 Summary(hu.UTF-8):      Xindy upper-sorbian nyelv
1048 Group:          Applications/Publishing/TeX
1049
1050 %description -n xindy-upper-sorbian
1051 Xindy upper-sorbian language
1052
1053 %description -n xindy-upper-sorbian -l hu.UTF-8
1054 Xindy upper-sorbian nyelv
1055
1056 %package -n xindy-vietnamese
1057 Summary:        Xindy vietnamese language
1058 Summary(hu.UTF-8):      Xindy vietnámi nyelv
1059 Group:          Applications/Publishing/TeX
1060
1061 %description -n xindy-vietnamese
1062 Xindy vietnamese language
1063
1064 %description -n xindy-vietnamese -l hu.UTF-8
1065 Xindy vietnám nyelv
1066
1067 %package pdftex
1068 Summary:        TeX generating PDF files instead DVI
1069 Summary(hu.UTF-8):      PDF fájlok készítése DVI helyett TeX-ből
1070 Summary(pl.UTF-8):      TeX generujący pliki PDF zamiast DVI
1071 Group:          Applications/Publishing/TeX
1072 Requires(post,postun):  %{_bindir}/texhash
1073 Requires:       %{name} = %{epoch}:%{version}-%{release}
1074 # ams provides bluesky fonts
1075 Requires:       %{name}-fonts-ams >= %{texmfversion}
1076 Requires:       ghostscript
1077 Provides:       tetex-format-pdftex = %{epoch}:%{version}-%{release}
1078 Provides:       tetex-pdftex
1079 Obsoletes:      tetex-format-pdftex
1080 Obsoletes:      tetex-pdftex
1081
1082 %description pdftex
1083 TeX generating PDF files instead DVI.
1084
1085 %description pdftex -l pl.UTF-8
1086 TeX generujący pliki PDF zamiast DVI.
1087
1088 %package psutils
1089 Summary:        PostScript Utilities
1090 Summary(hu.UTF-8):      PostScript eszközök
1091 Summary(pl.UTF-8):      Narzędzia do PostScriptu
1092 Group:          Applications/Printing
1093 Provides:       psutils
1094 Obsoletes:      psutils
1095 Obsoletes:      texlive-epsutils
1096 Obsoletes:      texlive-filters
1097
1098 %description psutils
1099 This archive contains some utilities for manipulating PostScript
1100 documents. Page selection and rearrangement are supported, including
1101 arrangement into signatures for booklet printing, and page merging for
1102 n-up printing.
1103
1104 %description psutils -l hu.UTF-8
1105 Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1106 dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1107 beleértve a booklet nyomtatáshoz való átrendezést is.
1108
1109 %description psutils -l pl.UTF-8
1110 PSutils zawiera programy pomagające manipulować plikami PostScript,
1111 wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1112 także na łączenie różnych plików PostScript w całość.
1113
1114 %package phyzzx
1115 Summary:        A TeX format for physicists
1116 Summary(hu.UTF-8):      TeX formátum fizikusoknak
1117 Group:          Applications/Publishing/TeX
1118 Requires(post,postun):  %{_bindir}/texhash
1119 Requires:       %{name} = %{epoch}:%{version}-%{release}
1120
1121 %description phyzzx
1122 A TeX format for physicists.
1123
1124 %description phyzzx -l hu.UTF-8
1125 TeX formátum fizikusoknak.
1126
1127 %package omega-basic
1128 Summary:        Extended unicode TeX
1129 Summary(pl.UTF-8):      Omega - TeX ze wsparciem dla unikodu
1130 Group:          Applications/Publishing/TeX
1131 Requires(post,postun):  %{_bindir}/texhash
1132 Requires:       %{name} = %{epoch}:%{version}-%{release}
1133 Requires:       %{name}-fonts-omega >= %{texmfversion}
1134 Requires:       %{name}-omega-data >= %{texmfversion}
1135 Requires:       %{name}-plain >= %{texmfversion}
1136 Obsoletes:      tetex-omega
1137
1138 %description omega-basic
1139 Omega is a version of the TeX program modified for multilingual
1140 typesetting. It uses unicode, and has additional primitives for (among
1141 other things) bidirectional typesetting.
1142
1143 %description omega -l pl.UTF-8
1144 Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1145 Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1146 tekstu pisanego w obu kierunkach.
1147
1148 # # formats #
1149
1150 # Plain format.
1151
1152 %package plain
1153 Summary:        Plain TeX format basic files
1154 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Plain TeX
1155 Group:          Applications/Publishing/TeX
1156 Requires(post,postun):  %{_bindir}/texhash
1157 Requires:       %{name} = %{epoch}:%{version}-%{release}
1158 Provides:       tetex-format-plain
1159 Provides:       tetex-plain
1160 Obsoletes:      tetex-cyrplain
1161 Obsoletes:      tetex-format-cyrplain
1162 Obsoletes:      tetex-format-plain
1163 Obsoletes:      tetex-plain
1164
1165 %description plain
1166 Plain TeX format basic files.
1167
1168 %description plain -l pl.UTF-8
1169 Podstawowe pliki dla formatu Plain TeX.
1170
1171 # MeX Plain format
1172
1173 %package mex
1174 Summary:        MeX Plain Format basic files
1175 Summary(pl.UTF-8):      Podstawowe pliki dla format MeX Plain
1176 Group:          Applications/Publishing/TeX
1177 Requires(post,postun):  %{_bindir}/texhash
1178 Requires:       %{name} = %{epoch}:%{version}-%{release}
1179 Requires:       %{name}-fonts-pl >= %{texmfversion}
1180 Requires:       %{name}-plain >= %{texmfversion}
1181 Obsoletes:      tetex-mex
1182
1183 %description mex
1184 MeX Plain Format basic files.
1185
1186 %description mex -l pl.UTF-8
1187 Podstawowe pliki dla formatu MeX Plain.
1188
1189 %package format-mex
1190 Summary:        MeX Plain Format
1191 Summary(pl.UTF-8):      Format MeX Plain
1192 Group:          Applications/Publishing/TeX
1193 Requires(post,postun):  %{_bindir}/texhash
1194 Requires:       %{name}-mex >= %{texmfversion}
1195 Obsoletes:      tetex-format-mex
1196
1197 %description format-mex
1198 MeX Plain Format.
1199
1200 %description format-mex -l pl.UTF-8
1201 Format MeX Plain.
1202
1203 %package format-pdfmex
1204 Summary:        PDFMeX Plain Format
1205 Summary(pl.UTF-8):      Format PDFMeX Plain
1206 Group:          Applications/Publishing/TeX
1207 Requires(post,postun):  %{_bindir}/texhash
1208 Requires:       %{name}-mex >= %{texmfversion}
1209 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1210 Obsoletes:      tetex-format-pdfmex
1211
1212 %description format-pdfmex
1213 PDFMeX Plain Format.
1214
1215 %description format-pdfmex -l pl.UTF-8
1216 Format PDFMeX Plain.
1217
1218 %package format-utf8mex
1219 Summary:        MeX Plain Format with UTF-8 encoded source files
1220 Summary(pl.UTF-8):      Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1221 Group:          Applications/Publishing/TeX
1222 Requires(post,postun):  %{_bindir}/texhash
1223 Requires:       %{name}-mex >= %{texmfversion}
1224 Obsoletes:      tetex-format-utf8mex
1225
1226 %description format-utf8mex
1227 MeX Plain Format with UTF-8 encoded source files.
1228
1229 %description format-utf8mex -l pl.UTF-8
1230 Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1231
1232 %package format-amstex
1233 Summary:        AMS macros for Plain TeX
1234 Summary(pl.UTF-8):      Makra AMS dla formatu Plain TeX
1235 Group:          Applications/Publishing/TeX
1236 Requires(post,postun):  %{_bindir}/texhash
1237 Requires:       %{name}-amstex >= %{texmfversion}
1238 Obsoletes:      tetex-format-amstex
1239 Obsoletes:      tetex-format-cyramstex
1240
1241 %description format-amstex
1242 American Mathematical Society macros for Plain TeX.
1243
1244 %description format-amstex -l pl.UTF-8
1245 Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1246
1247 # CSPlain format
1248
1249 %package csplain
1250 Summary:        TeX CSPlain format basic files
1251 Summary(pl.UTF-8):      Podstawowe pliki dla formatu TeX CSPlain
1252 Group:          Applications/Publishing/TeX
1253 Requires(post,postun):  %{_bindir}/texhash
1254 Requires:       %{name}-fonts-cs >= %{texmfversion}
1255 Requires:       %{name}-plain >= %{texmfversion}
1256 Provides:       tetex-csplain
1257 Obsoletes:      tetex-csplain
1258
1259 %description csplain
1260 TeX CSPlain format basic files.
1261
1262 %description csplain -l pl.UTF-8
1263 Podstawowe pliki dla formatu TeX CSPlain.
1264
1265 %package format-csplain
1266 Summary:        TeX CSPlain format
1267 Summary(pl.UTF-8):      Format TeX CSPlain
1268 Group:          Applications/Publishing/TeX
1269 Requires(post,postun):  %{_bindir}/texhash
1270 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1271 Obsoletes:      tetex-format-csplain
1272
1273 %description format-csplain
1274 TeX CSPlain format.
1275
1276 %description format-csplain -l pl.UTF-8
1277 Format TeX CSPlain.
1278
1279 %package format-pdfcsplain
1280 Summary:        PDFTeX CSPlain format
1281 Summary(pl.UTF-8):      Format PDFTeX CSPlain
1282 Group:          Applications/Publishing/TeX
1283 Requires(post,postun):  %{_bindir}/texhash
1284 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1285 Obsoletes:      tetex-format-pdfcsplain
1286
1287 %description format-pdfcsplain
1288 PDFTeX CSPlain format.
1289
1290 %description format-pdfcsplain -l pl.UTF-8
1291 Format PDFTeX CSPlain.
1292
1293 %package format-cslatex
1294 Summary:        CSLaTeX format
1295 Summary(pl.UTF-8):      Format CSLaTeX
1296 Group:          Applications/Publishing/TeX
1297 Requires(post,postun):  %{_bindir}/texhash
1298 Requires:       %{name}-cslatex >= %{texmfversion}
1299 Obsoletes:      tetex-format-cslatex
1300
1301 %description format-cslatex
1302 CSLaTeX format.
1303
1304 %description format-cslatex -l pl.UTF-8
1305 Format CSLaTeX.
1306
1307 %package format-pdfcslatex
1308 Summary:        PDF CSLaTeX format
1309 Summary(pl.UTF-8):      Format PDF CSLaTeX
1310 Group:          Applications/Publishing/TeX
1311 Requires(post,postun):  %{_bindir}/texhash
1312 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1313 Obsoletes:      tetex-format-pdfcslatex
1314
1315 %description format-pdfcslatex
1316 PDF CSLaTeX format.
1317
1318 %description format-pdfcslatex -l pl.UTF-8
1319 Format PDF CSLaTeX.
1320
1321 # EPlain format
1322
1323 %package eplain
1324 Summary:        EPlain format basic files
1325 Summary(pl.UTF-8):      Podstawowe pliki dla formatu EPlain
1326 Group:          Applications/Publishing/TeX
1327 Requires(post,postun):  %{_bindir}/texhash
1328 Requires:       %{name}-plain >= %{texmfversion}
1329 Obsoletes:      tetex-eplain
1330 Obsoletes:      tetex-etex
1331
1332 %description eplain
1333 EPlain format basic files.
1334
1335 %description eplain -l pl.UTF-8
1336 Podstawowe pliki dla formatu EPlain.
1337
1338 %package format-eplain
1339 Summary:        EPlain format
1340 Summary(pl.UTF-8):      Format EPlain
1341 Group:          Applications/Publishing/TeX
1342 Requires(post,postun):  %{_bindir}/texhash
1343 Requires:       %{name}-eplain >= %{texmfversion}
1344 Obsoletes:      tetex-format-eplain
1345
1346 %description format-eplain
1347 EPlain format.
1348
1349 %description format-eplain -l pl.UTF-8
1350 Format EPlain.
1351
1352 # ConTeXt format.
1353
1354 %package context
1355 Summary:        ConTeXt macro package basic files
1356 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr ConTeXt
1357 Group:          Applications/Publishing/TeX
1358 Requires(post,postun):  %{_bindir}/texhash
1359 Requires:       %{name} = %{epoch}:%{version}-%{release}
1360 Requires:       %{name}-context-data >= %{texmfversion}
1361 Provides:       tetex-context
1362 Obsoletes:      tetex-context
1363
1364 %define         _noautoreq      'perl(path_tre)'
1365
1366 %description context
1367 A full featured, parameter driven macro package, which fully supports
1368 advanced interactive documents.
1369
1370 This package contains basic files.
1371
1372 %description context -l pl.UTF-8
1373 Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1374 całkowicie obsługujący zaawansowane dokumenty interaktywne.
1375
1376 Ten pakiet zawiera podstawowe pliki.
1377
1378 %package format-context-de
1379 Summary:        German ConTeXt format
1380 Summary(pl.UTF-8):      Niemiecka wersja formatu ConTeXt
1381 Group:          Applications/Publishing/TeX
1382 Requires(post,postun):  %{_bindir}/texhash
1383 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1384 Obsoletes:      tetex-format-context-de
1385
1386 %description format-context-de
1387 German ConTeXt format.
1388
1389 %description format-context-de -l pl.UTF-8
1390 Niemiecka wersja formatu ConTeXt.
1391
1392 %package format-context-en
1393 Summary:        English ConTeXt format
1394 Summary(pl.UTF-8):      Angielska wersja formatu ConTeXt
1395 Group:          Applications/Publishing/TeX
1396 Requires(post,postun):  %{_bindir}/texhash
1397 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1398 Obsoletes:      tetex-format-context-en
1399
1400 %description format-context-en
1401 English ConTeXt format.
1402
1403 %description format-context-en -l pl.UTF-8
1404 Angielska wersja formatu ConTeXt.
1405
1406 %package format-context-nl
1407 Summary:        Dutch ConTeXt format
1408 Summary(pl.UTF-8):      Holenderska wersja formatu ConTeXt
1409 Group:          Applications/Publishing/TeX
1410 Requires(post,postun):  %{_bindir}/texhash
1411 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1412 Obsoletes:      tetex-format-context-nl
1413
1414 %description format-context-nl
1415 Dutch ConTeXt format.
1416
1417 %description format-context-nl -l pl.UTF-8
1418 Holenderska wersja formatu ConTeXt.
1419
1420 # LaTeX format.
1421
1422 %package latex
1423 Summary:        LaTeX macro package basic files
1424 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr LaTeX
1425 Group:          Applications/Publishing/TeX
1426 Requires(post,postun):  %{_bindir}/texhash
1427 Requires:       %{name} = %{epoch}:%{version}-%{release}
1428 Requires:       %{name}-fonts-latex
1429 Requires:       %{name}-tex-ruhyphen
1430 Requires:       %{name}-tex-ukrhyph
1431 # for misc/eurosym:
1432 Requires:       %{name}-fonts-eurosym
1433 Requires:       %{name}-latex-data
1434 Requires:       %{name}-pdftex
1435 Requires:       %{name}-tex-babel
1436 Requires:       %{name}-tex-pstricks
1437 Suggests:       %{name}-fonts-jknappen
1438 Suggests:       %{name}-latex-ucs
1439 # Provides:     tetex-format-latex = %{epoch}:%{version}-%{release}
1440 # Provides:     tetex-latex = %{epoch}:%{version}-%{release}
1441 Obsoletes:      tetex-bibtex-koma-script
1442 # Can't install texlive-latex-data, so must delete
1443 # Obsoletes:    tetex-format-latex
1444 # Obsoletes:    tetex-latex
1445 Obsoletes:      tetex-latex-SIunits
1446 Obsoletes:      tetex-latex-caption
1447 Obsoletes:      tetex-latex-curves
1448 Obsoletes:      tetex-latex-dinbrief
1449 Obsoletes:      tetex-latex-draftcopy
1450 Obsoletes:      tetex-latex-dstroke
1451 Obsoletes:      tetex-latex-dvilj
1452 Obsoletes:      tetex-latex-eepic
1453 Obsoletes:      tetex-latex-endfloat
1454 Obsoletes:      tetex-latex-fancyhdr
1455 Obsoletes:      tetex-latex-fancyheadings
1456 Obsoletes:      tetex-latex-fancyvrb
1457 Obsoletes:      tetex-latex-fp
1458 Obsoletes:      tetex-latex-graphics
1459 Obsoletes:      tetex-latex-hyperref
1460 Obsoletes:      tetex-latex-koma-script
1461 Obsoletes:      tetex-latex-labels
1462 Obsoletes:      tetex-latex-listings
1463 Obsoletes:      tetex-latex-misc
1464 Obsoletes:      tetex-latex-ms
1465 Obsoletes:      tetex-latex-multirow
1466 Obsoletes:      tetex-latex-mwcls
1467 Obsoletes:      tetex-latex-mwdtools
1468 Obsoletes:      tetex-latex-natbib
1469 Obsoletes:      tetex-latex-ntgclass
1470 Obsoletes:      tetex-latex-oberdiek
1471 Obsoletes:      tetex-latex-pb-diagram
1472 Obsoletes:      tetex-latex-pstricks
1473 Obsoletes:      tetex-latex-qfonts
1474 Obsoletes:      tetex-latex-revtex4
1475 Obsoletes:      tetex-latex-seminar
1476 Obsoletes:      tetex-latex-t2
1477 Obsoletes:      tetex-latex-titlesec
1478 Obsoletes:      tetex-latex-tools
1479 Obsoletes:      tetex-latex-units
1480 Obsoletes:      tetex-mwcls
1481 Obsoletes:      tetex-revtex4
1482
1483 %define         skip_post_check_so              libptexenc.so.1.2.0
1484
1485 %description latex
1486 LaTeX is a front end for the TeX text formatting system. Easier to use
1487 than TeX, LaTeX is essentially a set of TeX macros which provide
1488 convenient, predefined document formats for users.
1489
1490 This package contains basic files.
1491
1492 %description latex -l pl.UTF-8
1493 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1494 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1495 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1496
1497 Ten pakiet zawiera podstawowe pliki.
1498
1499 %package latex-bibtex
1500 Summary:        Bibliography management for LaTeX
1501 Summary(pl.UTF-8):      Zarządzenie bibliografią dla LaTeXa
1502 Group:          Applications/Publishing/TeX
1503 Requires(post,postun):  %{_bindir}/texhash
1504 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1505 Requires:       %{name}-latex-bibtex-data >= %{texmfversion}
1506 Provides:       tetex-latex-bibtex
1507 Obsoletes:      tetex-bibtex
1508 Obsoletes:      tetex-latex-bibtex
1509 Obsoletes:      tetex-natbib
1510 Obsoletes:      tetex-rubibtex
1511
1512 %description latex-bibtex
1513 Bibliography management for LaTeX.
1514
1515 %description latex-bibtex -l pl.UTF-8
1516 Zarządzanie bibliografią dla LaTeXa.
1517
1518 %package latex-presentation-bin
1519 Summary:        Presentations in LaTeX
1520 Summary(hu.UTF-8):      Prezentációk LaTeX-ben
1521 Group:          Applications/Publishing/TeX
1522 Requires(post,postun):  %{_bindir}/texhash
1523 Requires:       %{name}-latex-foiltex >= %{texmfversion}
1524 Requires:       luatex
1525 Suggests:       %{name}-latex-prosper = %{epoch}:%{version}-%{release}
1526
1527 %description latex-presentation-bin
1528 This package contains:
1529 - powerdot: a presentation class.
1530 - ppower4: a postprocessor for PDF presentations.
1531 - sciposter: make posters of ISO A3 size and larger.
1532 - tpslifonts: a LaTeX package for configuring presentation fonts.
1533
1534 %description latex-presentation-bin -l hu.UTF-8
1535 Ez a csomag a következőket tartalmazza:
1536 - powerdot: egy prezentáció osztály
1537 - ppower4: egy postprocesszor PDF prezentációkhoz
1538 - sciposter: poszterek készítése A3-as és nagyobb méretben
1539 - tpslifonts: a LaTeX package for configuring presentation fonts.
1540
1541 %package format-pdflatex
1542 Summary:        PDF LaTeX macro package
1543 Summary(pl.UTF-8):      Pakiet makr PDF LaTeX
1544 Group:          Applications/Publishing/TeX
1545 Requires(post,postun):  %{_bindir}/texhash
1546 Requires:       %{name} = %{epoch}:%{version}-%{release}
1547 Requires:       %{name}-fonts-jknappen
1548 Requires:       %{name}-fonts-type1-urw
1549 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1550 Requires:       %{name}-latex-psnfss
1551 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1552 Provides:       tetex-format-pdflatex
1553 Obsoletes:      tetex-format-pdflatex
1554
1555 %description format-pdflatex
1556 LaTeX is a front end for the TeX text formatting system. Easier to use
1557 than TeX, LaTeX is essentially a set of TeX macros which provide
1558 convenient, predefined document formats for users.
1559
1560 This package contains PDF LaTeX format.
1561
1562 %description format-pdflatex -l pl.UTF-8
1563 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1564 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1565 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1566
1567 Ten pakiet zawiera format PDF LaTeX.
1568
1569 %package scripts
1570 Summary:        Various scripts
1571 Summary(hu.UTF-8):      Néhány szkript
1572 Group:          Applications/Publishing/TeX
1573 Requires(post,postun):  %{_bindir}/texhash
1574 Requires:       %{name} = %{epoch}:%{version}-%{release}
1575
1576 %description scripts
1577 Various scripts.
1578
1579 %description scripts -l hu.UTF-8
1580 Néhány szkript.
1581
1582 %package tlmgr
1583 Summary:        TeXLive manager
1584 Summary(hu.UTF-8):      TeXLive manager
1585 Group:          Applications/Publishing/TeX
1586
1587 %description tlmgr
1588 tlmgr manages an existing TeX Live installation, both packages and
1589 configuration options. It performs many of the same actions as
1590 texconfig, and more besides.
1591
1592 %description tlmgr -l hu.UTF-8
1593 tlmgr egy létező TeX Live telepítést tart karban, csomag és beállítás
1594 tekintetében is. Hasonló műveleteket végez, mint a texconfig, sőt,
1595 többet is.
1596
1597 # # TeX generic macros #
1598
1599 %package tex-babel
1600 Summary:        Multilingual support for TeX
1601 Summary(pl.UTF-8):      Obsługa wielu języków dla TeXa
1602 Group:          Applications/Publishing/TeX
1603 Requires(post,postun):  %{_bindir}/texhash
1604 Requires:       %{name} = %{epoch}:%{version}-%{release}
1605 Provides:       tetex-tex-babel
1606 Obsoletes:      tetex-tex-babel
1607
1608 %description tex-babel
1609 Multilingual support for TeX.
1610
1611 %description tex-babel -l pl.UTF-8
1612 Obsługa wielu języków dla TeXa.
1613
1614 %package tex-thumbpdf
1615 Summary:        Thumbnails for PDFTeX and dvips/ps2pdf
1616 Summary(pl.UTF-8):      Ikonki dla PDFTeXa i dvips/ps2pdf
1617 Group:          Applications/Publishing/TeX
1618 Requires(post,postun):  %{_bindir}/texhash
1619 Requires:       %{name} = %{epoch}:%{version}-%{release}
1620 Obsoletes:      tetex-tex-thumbpdf
1621
1622 %description tex-thumbpdf
1623 Provides support, using Perl, for thumbnails in pdfTeX and
1624 dvips/ps2pdf, using ghostscript to generate the thumbnails which get
1625 represented in a TeX readable file that is read by the package
1626 thumbpdf.sty to automatically include the thumbnails. Works with both
1627 plain TeX and LaTeX.
1628
1629 %description tex-thumbpdf -l pl.UTF-8
1630 Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
1631 użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
1632 TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
1633 ikonki. Działa z formatami plain TeX i LaTeX.
1634
1635 %package dirs-fonts
1636 Summary:        TeX font directories
1637 Summary(pl.UTF-8):      Katalogi fontów TeXa
1638 Group:          Fonts
1639 Provides:       tetex-dirs-fonts
1640 Obsoletes:      tetex-dirs-fonts
1641
1642 %description dirs-fonts
1643 TeX font directories.
1644
1645 %description dirs-fonts -l pl.UTF-8
1646 Katalogi fontów TeXa.
1647
1648 %package font-utils
1649 Summary:        Font utilities
1650 Group:          Fonts
1651
1652 %description font-utils
1653 Font utilities.
1654
1655 # # Fonts packages #
1656
1657 %package fonts-other
1658 Summary:        Other fonts
1659 Summary(hu.UTF-8):      További betűtípusok
1660 Group:          Fonts
1661 Requires:       %{name}-dirs-fonts >= %{texmfversion}
1662 Obsoletes:      tetex-fonts-cbgreek
1663 Obsoletes:      tetex-fonts-dstroke
1664 Obsoletes:      tetex-fonts-pazo
1665 Obsoletes:      tetex-fonts-type1-dstroke
1666 Obsoletes:      tetex-fonts-type1-qfonts
1667 Obsoletes:      tetex-fonts-type1-tt2001
1668 Obsoletes:      tetex-qfonts
1669
1670 %description fonts-other
1671 Other fonts.
1672
1673 %description fonts-other -l hu.UTF-8
1674 További betűtípusok.
1675
1676 %package bbox
1677 Summary:        bbox prints the bounding box of images
1678 Group:          Applications/Publishing/TeX
1679
1680 %description bbox
1681 bbox reads a rawppm or rawpbm file and prints out the bounding box of
1682 the image.
1683
1684 %package detex
1685 Summary:        A filter to strip TeX commands from a .tex file
1686 Summary(hu.UTF-8):      Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
1687 Group:          Applications/Publishing/TeX
1688
1689 %description detex
1690 A filter to strip TeX commands from a .tex file.
1691
1692 %description detex -l hu.UTF-8
1693 Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
1694
1695 %package dviutils
1696 Summary:        Various DVI utils
1697 Summary(hu.UTF-8):      Vegyes DVI eszközök
1698 Group:          Applications/Publishing/TeX
1699 Provides:       dvi2tty
1700 Obsoletes:      dvi2tty
1701
1702 %description dviutils
1703 This package contains various DVI utils.
1704
1705 %description dviutils -l hu.UTF-8
1706 Ez a csomag mindenféle DVI eszközt tartalmaz.
1707
1708 %package uncategorized-utils
1709 Summary:        Uncategorized utils
1710 Group:          Applications/Publishing/TeX
1711
1712 %description uncategorized-utils
1713 Uncategorized utilities. Needs check and categorizing.
1714
1715 %package tex4ht
1716 Summary:        LaTeX and TeX for hypertext
1717 Group:          Applications/Publishing/TeX
1718
1719 %description tex4ht
1720 A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
1721 providing a configurable (La)TeX-based authoring system for hypertext.
1722 When converting to XML, you can use MathML instead of images for
1723 equation representation.
1724
1725 %package xetex
1726 Summary:        Extended TeX / LaTeX version for unicode
1727 Group:          Applications/Publishing/TeX
1728 Requires(post,postun):  /usr/bin/texhash
1729 Requires:       %{name}-fonts-misc >= %{texmfversion}
1730
1731 %description xetex
1732 XeTeX extends the TeX typesetting system (and macro packages such as
1733 LaTeX and ConTeXt) to have native support for the Unicode character
1734 set, including complex Asian scripts, and for OpenType and TrueType
1735 fonts.
1736
1737 %package xmltex
1738 Summary:        TeX package for processing XML files
1739 Group:          Applications/Publishing/TeX
1740 Requires(post,postun):  /usr/bin/texhash
1741 Provides:       passivetex = 1.26
1742 Provides:       xmltex
1743 Obsoletes:      passivetex
1744 Obsoletes:      xmltex
1745
1746 %description xmltex
1747 XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
1748 It allows TeX to directly process XML files.
1749
1750 %package luatex
1751 Summary:        LuaTeX uses Lua scripting both as an extension to the TeX macro language and as an extension to the typesetting engine itself
1752 Group:          Applications/Publishing/TeX
1753
1754 %description luatex
1755 LuaTeX uses Lua scripting both as an extension to the TeX macro
1756 language and as an extension to the typesetting engine itself.
1757
1758 %prep
1759 %setup -q -n %{name}-%{version}-source
1760 %patch0 -p1
1761
1762 %build
1763 # find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
1764 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
1765 cd texk/kpathsea
1766 %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
1767 %{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
1768 %{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
1769 %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
1770 %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
1771 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
1772 %{__sed} -i 's@^trie_size.*@trie_size = 1262000@' texmf.cnf
1773 cd ../..
1774
1775 %ifarch ppc ppc64
1776 # clisp does not work properly on forge
1777 ulimit -s unlimited
1778 %endif
1779
1780 export CPPFLAGS="%{rpmcppflags} -DHAVE_PROTOTYPES"
1781 %configure \
1782         --prefix=%{_prefix} \
1783         %{__enable_disable xindy} \
1784         --enable-shared \
1785         --disable-native-texlive-build \
1786         --without-luatex \
1787         --disable-multiplatform \
1788         --disable-static \
1789         --enable-a4 \
1790         --enable-gf \
1791         --enable-ipc \
1792         --enable-shared \
1793         --enable-ttf2pk2 \
1794         --disable-t1utils \
1795         --with-fontconfig \
1796         --with-fonts-dir=/var/cache/fonts \
1797         --with-ncurses \
1798         --with-system-freetype \
1799         --with-freetype-includes=/usr/include/freetype \
1800         --with-system-freetype2 \
1801         --with-system-gd \
1802         --with-system-ncurses \
1803         --with-system-pnglib \
1804         --with-system-t1lib \
1805         --with-system-zlib \
1806         --with-system-harfbuzz \
1807         --with-system-icu \
1808         --with-system-graphite2 \
1809         --with-system-zziplib \
1810         --with-system-poppler \
1811         --with-system-cairo \
1812         --with-system-pixman \
1813         --with-xdvi-x-toolkit=xaw \
1814         --without-dialog \
1815         --without-t1utils \
1816         --without-texinfo \
1817         --enable-build-in-source-tree
1818 %{__make}
1819
1820 %install
1821 rm -rf $RPM_BUILD_ROOT
1822 install -d $RPM_BUILD_ROOT%{_datadir} \
1823         $RPM_BUILD_ROOT%{_desktopdir} \
1824         $RPM_BUILD_ROOT%{_pixmapsdir} \
1825         $RPM_BUILD_ROOT%{_mandir}/man5 \
1826         $RPM_BUILD_ROOT/var/cache/fonts \
1827         $RPM_BUILD_ROOT/etc/cron.daily\
1828         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
1829         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
1830         $RPM_BUILD_ROOT%{fmtdir}/pdftex
1831
1832 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
1833 PATH=$RPM_BUILD_ROOT%{_bindir}:$PATH; export PATH
1834
1835
1836 %{__make} install \
1837         prefix=$RPM_BUILD_ROOT%{_prefix} \
1838         bindir=$RPM_BUILD_ROOT%{_bindir} \
1839         mandir=$RPM_BUILD_ROOT%{_mandir} \
1840         libdir=$RPM_BUILD_ROOT%{_libdir} \
1841         datadir=$RPM_BUILD_ROOT%{_datadir} \
1842         infodir=$RPM_BUILD_ROOT%{_infodir} \
1843         includedir=$RPM_BUILD_ROOT%{_includedir} \
1844         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
1845         texmf=$RPM_BUILD_ROOT%{texmf} \
1846         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
1847         texmfsysconfig=$RPM_BUILD_ROOT%{texmf} \
1848         encdir=$RPM_BUILD_ROOT%{texmfdist}/fonts/enc/dvips/base \
1849         glyphlistdir=$RPM_BUILD_ROOT%{texmfdist}/fonts/map/glyphlist
1850
1851 # requires wdiff but we don't have
1852 %{__rm} -rf $RPM_BUILD_ROOT%{texmfdist}/scripts/texdiff
1853 %{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/texdiff
1854 %{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/man
1855
1856 install -d \
1857         $RPM_BUILD_ROOT%{texmfdist}/doc/generic \
1858         $RPM_BUILD_ROOT%{texmfdist}/doc \
1859         $RPM_BUILD_ROOT%{texmfdist}/fonts/afm/public \
1860         $RPM_BUILD_ROOT%{texmfdist}/fonts/afm/vntex \
1861         $RPM_BUILD_ROOT%{texmfdist}/fonts/afm \
1862         $RPM_BUILD_ROOT%{texmfdist}/fonts/enc/dvips/vntex \
1863         $RPM_BUILD_ROOT%{texmfdist}/fonts/ofm/public \
1864         $RPM_BUILD_ROOT%{texmfdist}/fonts/ofm \
1865         $RPM_BUILD_ROOT%{texmfdist}/fonts/opentype/public \
1866         $RPM_BUILD_ROOT%{texmfdist}/fonts/opentype \
1867         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovf/public \
1868         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovf \
1869         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovp/public \
1870         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovp \
1871         $RPM_BUILD_ROOT%{texmfdist}/fonts/pk/ljfour \
1872         $RPM_BUILD_ROOT%{texmfdist}/fonts/pk \
1873         $RPM_BUILD_ROOT%{texmfdist}/fonts/source/public \
1874         $RPM_BUILD_ROOT%{texmfdist}/fonts/source/vntex \
1875         $RPM_BUILD_ROOT%{texmfdist}/fonts/source \
1876         $RPM_BUILD_ROOT%{texmfdist}/fonts/tfm/public \
1877         $RPM_BUILD_ROOT%{texmfdist}/fonts/tfm/vntex \
1878         $RPM_BUILD_ROOT%{texmfdist}/fonts/truetype \
1879         $RPM_BUILD_ROOT%{texmfdist}/fonts/type1/public \
1880         $RPM_BUILD_ROOT%{texmfdist}/fonts/type1/vntex \
1881         $RPM_BUILD_ROOT%{texmfdist}/fonts/vf/public \
1882         $RPM_BUILD_ROOT%{texmfdist}/fonts/vf/vntex \
1883         $RPM_BUILD_ROOT%{texmfdist}/fonts/vf \
1884         $RPM_BUILD_ROOT%{texmfdist}/source/fonts \
1885         $RPM_BUILD_ROOT%{texmfdist}/source/generic \
1886         $RPM_BUILD_ROOT%{texmfdist}/source \
1887         $RPM_BUILD_ROOT%{texmfdist}/tex/generic \
1888         $RPM_BUILD_ROOT%{texmfdist}/tex/plain \
1889         $RPM_BUILD_ROOT%{texmfdist}/tex \
1890         $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public \
1891         $RPM_BUILD_ROOT%{texmf}/fonts/opentype \
1892         $RPM_BUILD_ROOT%{texmf}/tex
1893
1894 CURDIR=$(pwd)
1895 cd $RPM_BUILD_ROOT%{_bindir}
1896
1897 ln -sf pdftex latex
1898 ln -sf xetex xelatex
1899 ln -sf pdftex pdflatex
1900
1901
1902 ln -sf ../share/texmf-dist/scripts/fontools/afm2afm afm2afm
1903 ln -sf ../share/texmf-dist/scripts/fontools/autoinst autoinst
1904 ln -sf ../share/texmf-dist/scripts/cachepic/cachepic.tlu cachepic
1905 ln -sf ../share/texmf-dist/scripts/fontools/cmap2enc cmap2enc
1906 ln -sf ../share/texmf-dist/scripts/epstopdf/epstopdf.pl epstopdf
1907 ln -sf ../share/texmf-dist/scripts/fig4latex/fig4latex fig4latex
1908 ln -sf ../share/texmf-dist/scripts/findhyph/findhyph findhyph
1909 ln -sf ../share/texmf-dist/scripts/fontools/font2afm font2afm
1910 ln -sf ../share/texmf-dist/scripts/fragmaster/fragmaster.pl fragmaster
1911 ln -sf ../share/texmf-dist/scripts/latex2man/latex2man latex2man
1912 ln -sf ../share/texmf-dist/scripts/latexmk/latexmk.pl latexmk
1913 ln -sf ../share/texmf-dist/scripts/listings-ext/listings-ext.sh listings-ext.sh
1914 ln -sf ../share/texmf-dist/scripts/mkgrkindex/mkgrkindex mkgrkindex
1915 ln -sf ../share/texmf-dist/scripts/accfonts/mkt1font mkt1font
1916 ln -sf ../share/texmf-dist/scripts/fontools/ot2kpx ot2kpx
1917 ln -sf ../share/texmf-dist/scripts/pax/pdfannotextractor.pl pdfannotextractor
1918 ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
1919 ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
1920 ln -sf ../share/texmf-dist/scripts/fontools/pfm2kpx pfm2kpx
1921 ln -sf ../share/texmf-dist/scripts/pkfix/pkfix.pl pkfix
1922 ln -sf ../share/texmf-dist/scripts/pkfix-helper/pkfix-helper pkfix-helper
1923 ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
1924 ln -sf ../share/texmf-dist/scripts/ps2eps/ps2eps.pl ps2eps
1925 ln -sf ../share/texmf-dist/scripts/purifyeps/purifyeps purifyeps
1926 ln -sf ../share/texmf-dist/scripts/fontools/showglyphs showglyphs
1927 ln -sf ../share/texmf-dist/scripts/splitindex/perl/splitindex.pl splitindex
1928 ln -sf ../share/texmf-dist/scripts/svn-multi/svn-multi.pl svn-multi
1929 ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
1930 ln -sf ../share/texmf-dist/scripts/texdirflatten/texdirflatten texdirflatten
1931 ln -sf ../share/texmf-dist/scripts/texloganalyser/texloganalyser texloganalyser
1932 ln -sf ../share/texmf-dist/scripts/ulqda/ulqda.pl ulqda
1933 ln -sf ../share/texmf-dist/scripts/accfonts/vpl2ovp vpl2ovp
1934 ln -sf ../share/texmf-dist/scripts/accfonts/vpl2vpl vpl2vpl
1935
1936 ln -sf ../share/texmf-dist/scripts/a2ping/a2ping.pl a2ping
1937 ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
1938 ln -sf ../share/texmf-dist/scripts/tetex/e2pall.pl e2pall
1939 ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
1940 ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
1941 ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
1942 ln -sf ../share/texmf-dist/scripts/epstopdf/epstopdf.pl epstopdf
1943 ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
1944 ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
1945 ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
1946 ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
1947 ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
1948 ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
1949 ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
1950 ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
1951 ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
1952 ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
1953 ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
1954 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
1955 ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
1956 ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
1957 ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.tlu pdfthumb
1958 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
1959 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
1960 ln -sf ../share/texmf-dist/scripts/perltex/perltex perltex
1961 ln -sf ../share/texmf-dist/scripts/pkfix/pkfix.pl pkfix
1962 ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.tlu ppower4
1963 ln -sf ../share/texmf-dist/scripts/ps2eps/ps2eps.pl ps2eps
1964 ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
1965 ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
1966 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
1967 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
1968 ln -sf ../share/texmf-dist/scripts/texlive/rungs.tlu rungs
1969 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
1970 ln -sf ../share/texmf-dist/scripts/simpdftex/simpdftex simpdftex
1971 ln -sf ../share/texmf-dist/scripts/texcount/texcount.pl texcount
1972 ln -sf ../share/texmf-dist/scripts/texdoc/texdoc.tlu texdoc
1973 ln -sf ../share/texmf-dist/scripts/tetex/texdoctk.pl texdoctk
1974 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
1975 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
1976 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
1977 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
1978 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
1979 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
1980 ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
1981 ln -sf ../share/texmf-dist/scripts/texlive/tlmgr.pl tlmgr
1982 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
1983 ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
1984 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
1985
1986 cd $CURDIR
1987
1988 perl -pi \
1989         -e "s|$RPM_BUILD_ROOT||g;" \
1990         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
1991
1992 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
1993
1994 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
1995 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
1996
1997 # not included in package
1998 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
1999 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
2000 rm -f $RPM_BUILD_ROOT%{_infodir}/dvipng*
2001 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
2002 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
2003 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
2004 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
2005 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
2006 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
2007 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
2008 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
2009 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
2010 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
2011 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
2012 rm -rf $RPM_BUILD_ROOT%{texmf}/doc/tetex
2013 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
2014 rm -f $RPM_BUILD_ROOT%{texmf}/generic/config/pdftex-dvi.tex
2015 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
2016 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
2017 rm -f $RPM_BUILD_ROOT%{texmf}/tex/generic/pdftex/glyphtounicode.tex
2018 rm -rf $RPM_BUILD_ROOT%{_datadir}/lcdf-typetools
2019 rm -rf $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pdf-trans
2020 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/hyph-utf8
2021 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/patch
2022 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/plain/plgraph
2023 rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/pdf-trans
2024 rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/xecyr
2025
2026 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
2027 # and we can still analyze them
2028 # install -d format-logs
2029 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
2030
2031 # xindy files are in %%{texmf}
2032 #rm -r $RPM_BUILD_ROOT%{_datadir}/xindy
2033 #rm -r $RPM_BUILD_ROOT%{_datadir}/doc
2034
2035 %clean
2036 rm -rf $RPM_BUILD_ROOT
2037
2038 %post
2039 %fixinfodir
2040 %texhash
2041
2042 %postun
2043 %fixinfodir
2044 if [ "$1" = "1" ]; then
2045         %texhash
2046 fi
2047
2048 %post other-utils
2049 %texhash
2050
2051 %postun other-utils
2052 %texhash
2053
2054 %post jadetex
2055 %texhash
2056
2057 %postun jadetex
2058 %texhash
2059
2060 %post -n kpathsea
2061 /sbin/ldconfig
2062 %texhash
2063
2064 %postun -n kpathsea
2065 /sbin/ldconfig
2066 %texhash
2067
2068 %post -n kpathsea-devel
2069 %fixinfodir
2070 %texhash
2071
2072 %postun -n kpathsea-devel
2073 %fixinfodir
2074 %texhash
2075
2076 %post dvips-basic
2077 %fixinfodir
2078 %texhash
2079
2080 %postun dvips-basic
2081 %fixinfodir
2082 %texhash
2083
2084 %post dvilj
2085 %texhash
2086
2087 %postun dvilj
2088 %texhash
2089
2090 %post makeindex
2091 %texhash
2092
2093 %postun makeindex
2094 %texhash
2095
2096 %post scripts
2097 %texhash
2098
2099 %postun scripts
2100 %texhash
2101
2102 %post metapost
2103 %texhash
2104
2105 %postun metapost
2106 %texhash
2107
2108 %post mptopdf
2109 %texhash
2110
2111 %postun mptopdf
2112 %texhash
2113
2114 %post texdoctk
2115 %texhash
2116
2117 %postun texdoctk
2118 %texhash
2119
2120 %post -n xdvi
2121 %texhash
2122
2123 %postun -n xdvi
2124 %texhash
2125
2126 %post pdftex
2127 %texhash
2128
2129 %postun pdftex
2130 %texhash
2131
2132 %post phyzzx
2133 %texhash
2134
2135 %postun phyzzx
2136 %texhash
2137
2138 %post omega-basic
2139 %texhash
2140
2141 %postun omega-basic
2142 %texhash
2143
2144 %post plain
2145 %texhash
2146
2147 %postun plain
2148 %texhash
2149
2150 %post mex
2151 %texhash
2152
2153 %postun mex
2154 %texhash
2155
2156 %post format-mex
2157 %texhash
2158
2159 %postun format-mex
2160 %texhash
2161
2162 %post format-pdfmex
2163 %texhash
2164
2165 %postun format-pdfmex
2166 %texhash
2167
2168 %postun format-utf8mex
2169 %texhash
2170
2171 %post format-amstex
2172 %texhash
2173
2174 %postun format-amstex
2175 %texhash
2176
2177 %post csplain
2178 %texhash
2179
2180 %postun csplain
2181 %texhash
2182
2183 %post format-csplain
2184 %texhash
2185
2186 %postun format-csplain
2187 %texhash
2188
2189 %post format-pdfcsplain
2190 %texhash
2191
2192 %postun format-pdfcsplain
2193 %texhash
2194
2195 %post format-cslatex
2196 %texhash
2197
2198 %postun format-cslatex
2199 %texhash
2200
2201 %post format-pdfcslatex
2202 %texhash
2203
2204 %postun format-pdfcslatex
2205 %texhash
2206
2207 %post eplain
2208 %texhash
2209
2210 %postun eplain
2211 %texhash
2212
2213 %post format-eplain
2214 %texhash
2215
2216 %postun format-eplain
2217 %texhash
2218
2219 # ConTeXt format
2220
2221 %post context
2222 %texhash
2223
2224 %postun context
2225 %texhash
2226
2227 %post format-context-de
2228 %texhash
2229
2230 %postun format-context-de
2231 %texhash
2232
2233 %post format-context-en
2234 %texhash
2235
2236 %postun format-context-en
2237 %texhash
2238
2239 %post format-context-nl
2240 %texhash
2241
2242 %postun format-context-nl
2243 %texhash
2244
2245 %post latex
2246 %fixinfodir
2247 %texhash
2248
2249 %postun latex
2250 %fixinfodir
2251 %texhash
2252
2253 %post latex-bibtex
2254 %texhash
2255
2256 %postun latex-bibtex
2257 %texhash
2258
2259 %post latex-presentation-bin
2260 %texhash
2261
2262 %postun latex-presentation-bin
2263 %texhash
2264
2265 %post format-pdflatex
2266 %texhash
2267
2268 %postun format-pdflatex
2269 %texhash
2270
2271 %post tex-babel
2272 %texhash
2273
2274 %postun tex-babel
2275 %texhash
2276
2277 %post tex-thumbpdf
2278 %texhash
2279
2280 %postun tex-thumbpdf
2281 %texhash
2282
2283 %post fonts-other
2284 %texhash
2285
2286 %postun fonts-other
2287 %texhash
2288
2289 %post -n texconfig
2290 %texhash
2291
2292 %postun -n texconfig
2293 %texhash
2294
2295 %post xetex
2296 %texhash
2297
2298 %postun xetex
2299 %texhash
2300
2301 %post xmltex
2302 %texhash
2303
2304 %postun xmltex
2305 %texhash
2306
2307 %files
2308 %defattr(644,root,root,755)
2309
2310 # ***********
2311 # executables
2312 # ***********
2313 %attr(755,root,root) %{_bindir}/afm2tfm
2314 %attr(755,root,root) %{_bindir}/afm2pl
2315 %attr(755,root,root) %{_bindir}/allcm
2316 %attr(755,root,root) %{_bindir}/allec
2317 %attr(755,root,root) %{_bindir}/allneeded
2318 %attr(755,root,root) %{_bindir}/arlatex
2319 %attr(755,root,root) %{_bindir}/bundledoc
2320 %attr(755,root,root) %{_bindir}/ctangle
2321 %attr(755,root,root) %{_bindir}/ctanify
2322 %attr(755,root,root) %{_bindir}/ctanupload
2323 %attr(755,root,root) %{_bindir}/ctie
2324 %attr(755,root,root) %{_bindir}/cweave
2325 %attr(755,root,root) %{_bindir}/de-macro
2326 %attr(755,root,root) %{_bindir}/deweb
2327 %attr(755,root,root) %{_bindir}/dvipng
2328 %attr(755,root,root) %{_bindir}/ebb
2329 %attr(755,root,root) %{_bindir}/fmtutil
2330 %attr(755,root,root) %{_bindir}/fmtutil-sys
2331 %attr(755,root,root) %{_bindir}/fontinst
2332 %attr(755,root,root) %{_bindir}/gftodvi
2333 %attr(755,root,root) %{_bindir}/gftopk
2334 %attr(755,root,root) %{_bindir}/gftype
2335 %attr(755,root,root) %{_bindir}/gsftopk
2336 %attr(755,root,root) %{_bindir}/inimf
2337 %attr(755,root,root) %{_bindir}/initex
2338 %attr(755,root,root) %{_bindir}/installfont-tl
2339 %attr(755,root,root) %{_bindir}/kpseaccess
2340 %attr(755,root,root) %{_bindir}/kpsereadlink
2341 %attr(755,root,root) %{_bindir}/kpsewhere
2342 %attr(755,root,root) %{_bindir}/mag
2343 %attr(755,root,root) %{_bindir}/mf
2344 %attr(755,root,root) %{_bindir}/mf-nowin
2345 %attr(755,root,root) %{_bindir}/mft
2346 %attr(755,root,root) %{_bindir}/mktexmf
2347 %attr(755,root,root) %{_bindir}/mktexpk
2348 %attr(755,root,root) %{_bindir}/mktextfm
2349 %attr(755,root,root) %{_bindir}/mktexfmt
2350 %attr(755,root,root) %{_bindir}/mktexlsr
2351 %attr(755,root,root) %{_bindir}/patgen
2352 %attr(755,root,root) %{_bindir}/pfb2pfa
2353 %attr(755,root,root) %{_bindir}/pk2bm
2354 %attr(755,root,root) %{_bindir}/pktogf
2355 %attr(755,root,root) %{_bindir}/pktype
2356 %attr(755,root,root) %{_bindir}/pltotf
2357 %attr(755,root,root) %{_bindir}/pooltype
2358 %attr(755,root,root) %{_bindir}/ps2frag
2359 %attr(755,root,root) %{_bindir}/ps2pk
2360 # TODO: move this file to correct subpackage ?
2361 %attr(755,root,root) %{_bindir}/ps4pdf
2362 %attr(755,root,root) %{_bindir}/tangle
2363 %attr(755,root,root) %{_bindir}/tex
2364 %attr(755,root,root) %{_bindir}/texhash
2365 %attr(755,root,root) %{_bindir}/texlinks
2366 %attr(755,root,root) %{_bindir}/tftopl
2367 %attr(755,root,root) %{_bindir}/tie
2368 %attr(755,root,root) %{_bindir}/ttf2afm
2369 %attr(755,root,root) %{_bindir}/updmap
2370 %attr(755,root,root) %{_bindir}/updmap-sys
2371 %attr(755,root,root) %{_bindir}/vftovp
2372 %attr(755,root,root) %{_bindir}/vptovf
2373 %attr(755,root,root) %{_bindir}/weave
2374 %attr(755,root,root) %{texmfdist}/scripts/installfont/installfont-tl
2375 %attr(755,root,root) %{texmfdist}/scripts/pst-pdf/ps4pdf
2376 %attr(755,root,root) %{texmfdist}/scripts/texlive/allcm.sh
2377 %attr(755,root,root) %{texmfdist}/scripts/texlive/allneeded.sh
2378 %attr(755,root,root) %{texmfdist}/scripts/texlive/fmtutil-sys.sh
2379 %attr(755,root,root) %{texmfdist}/scripts/texlive/fmtutil.sh
2380 %attr(755,root,root) %{texmfdist}/scripts/texlive/fontinst.sh
2381 %attr(755,root,root) %{texmfdist}/scripts/texlive/kpsewhere.sh
2382 %attr(755,root,root) %{texmfdist}/scripts/texlive/ps2frag.sh
2383 %attr(755,root,root) %{texmfdist}/scripts/texlive/texlinks.sh
2384 %attr(755,root,root) %{texmfdist}/scripts/texlive/updmap-sys.sh
2385
2386
2387 %attr(755,root,root) %{texmfdist}/web2c/mktexnam
2388 %attr(755,root,root) %{texmfdist}/web2c/mktexdir
2389 %attr(755,root,root) %{texmfdist}/web2c/mktexupd
2390
2391 %config(noreplace,missingok) %verify(not md5 mtime size) %attr(750,root,root) /etc/cron.daily/texlive
2392
2393 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/web2c/fmtutil.cnf
2394 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/web2c/mktex.opt
2395 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/web2c/mktexdir.opt
2396 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/web2c/mktexnam.opt
2397 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/web2c/texmf.cnf
2398
2399 %attr(1777,root,root) /var/cache/fonts
2400
2401 %{_datadir}/info/web2c.info*
2402
2403 # ***********
2404 # Directories
2405 # ***********
2406 %attr(1777,root,root) %dir %{_localstatedir}
2407 %attr(1777,root,root) %dir %{_localstatedir}/fonts
2408 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
2409
2410 %{_mandir}/man1/afm2tfm.1*
2411 %{_mandir}/man1/afm2pl.1*
2412 %{_mandir}/man1/allcm.1*
2413 %{_mandir}/man1/allec.1*
2414 %{_mandir}/man1/allneeded.1*
2415 %{_mandir}/man1/ctangle.1*
2416 %{_mandir}/man1/ctie.1*
2417 %{_mandir}/man1/cweave.1*
2418 %{_mandir}/man1/cweb.1*
2419 %{_mandir}/man1/dvipng.1*
2420 %{_mandir}/man1/fmtutil.1*
2421 %{_mandir}/man1/fmtutil-sys.1*
2422 %{_mandir}/man1/fontinst.1*
2423 %{_mandir}/man1/gftodvi.1*
2424 %{_mandir}/man1/gftopk.1*
2425 %{_mandir}/man1/gftype.1*
2426 %{_mandir}/man1/gsftopk.1*
2427 %{_mandir}/man1/kpseaccess.1*
2428 %{_mandir}/man1/kpsereadlink.1*
2429 %{_mandir}/man1/kpsewhere.1*
2430 %{_mandir}/man1/mag.1*
2431 # %{_mandir}/man1/makempy.1*
2432 %{_mandir}/man1/mf.1*
2433 %{_mandir}/man1/mf-nowin.1*
2434 %{_mandir}/man1/mft.1*
2435 %{_mandir}/man1/mktexmf.1*
2436 %{_mandir}/man1/mktexpk.1*
2437 %{_mandir}/man1/mktextfm.1*
2438 %{_mandir}/man1/mktexfmt.1*
2439 %{_mandir}/man1/mktexlsr.1*
2440 %{_mandir}/man1/patgen.1*
2441 %{_mandir}/man1/pdfetex.1*
2442 %{_mandir}/man1/pfb2pfa.1*
2443 %{_mandir}/man1/pk2bm.1*
2444 %{_mandir}/man1/pktogf.1*
2445 %{_mandir}/man1/pktype.1*
2446 %{_mandir}/man1/pltotf.1*
2447 %{_mandir}/man1/pooltype.1*
2448 %{_mandir}/man1/ps2frag.1*
2449 %{_mandir}/man1/ps2pk.1*
2450 %{_mandir}/man1/tangle.1*
2451 %{_mandir}/man1/tex.1*
2452 #%{_mandir}/man1/texexec.1*
2453 %{_mandir}/man1/texhash.1*
2454 %{_mandir}/man1/texlinks.1*
2455 %{_mandir}/man1/tftopl.1*
2456 %{_mandir}/man1/tie.1*
2457 %{_mandir}/man1/ttf2afm.1*
2458 %{_mandir}/man1/updmap.1*
2459 %{_mandir}/man1/updmap-sys.1*
2460 %{_mandir}/man1/vftovp.1*
2461 %{_mandir}/man1/vptovf.1*
2462 %{_mandir}/man1/weave.1*
2463 %{_mandir}/man5/fmtutil.cnf.5*
2464 %{_mandir}/man5/updmap.cfg.5*
2465 # %{fmtdir}/pdfetex
2466 #%dir %{fmtdir}/tex
2467
2468 # %files jadetex
2469 # %defattr(644,root,root,755)
2470 # %dir %{texmfdist}/doc/jadetex
2471 # %doc %{texmfdist}/doc/jadetex/base
2472 # %doc %{texmfdist}/source/jadetex/base/ChangeLog*
2473 # %attr(755,root,root) %{_bindir}/jadetex
2474 # %attr(755,root,root) %{_bindir}/pdfjadetex
2475 # %{texmfdist}/source/jadetex
2476 # %exclude %{texmfdist}/source/jadetex/base/ChangeLog*
2477 # %{texmfdist}/tex/jadetex
2478 # %{texmf}/fmtutil/format.jadetex.cnf
2479
2480 %files cef-utils
2481 %defattr(644,root,root,755)
2482 %attr(755,root,root) %{_bindir}/bg5+latex
2483 %attr(755,root,root) %{_bindir}/bg5+pdflatex
2484 %attr(755,root,root) %{_bindir}/bg5conv
2485 %attr(755,root,root) %{_bindir}/bg5latex
2486 %attr(755,root,root) %{_bindir}/bg5pdflatex
2487 %attr(755,root,root) %{_bindir}/cef*
2488 %{_mandir}/man1/bg5conv.1*
2489 %{_mandir}/man1/cef?conv.1*
2490
2491 %files other-utils
2492 %defattr(644,root,root,755)
2493 %dir %{texmfdist}/scripts/mkjobtexmf
2494 %attr(755,root,root) %{_bindir}/bibtex8
2495 %attr(755,root,root) %{_bindir}/cfftot1
2496 %attr(755,root,root) %{_bindir}/ebong
2497 %attr(755,root,root) %{_bindir}/extconv
2498 %attr(755,root,root) %{_bindir}/extractbb
2499 %attr(755,root,root) %{_bindir}/gbklatex
2500 %attr(755,root,root) %{_bindir}/gbkpdflatex
2501 %attr(755,root,root) %{_bindir}/hbf2gf
2502 %attr(755,root,root) %{_bindir}/makeglossaries
2503 %attr(755,root,root) %{_bindir}/mkjobtexmf
2504 %attr(755,root,root) %{texmfdist}/scripts/mkjobtexmf/mkjobtexmf.pl
2505 %attr(755,root,root) %{_bindir}/mmafm
2506 %attr(755,root,root) %{_bindir}/mmpfb
2507 %attr(755,root,root) %{_bindir}/musixflx
2508 %attr(755,root,root) %{_bindir}/ofm2opl
2509 %attr(755,root,root) %{_bindir}/otfinfo
2510 %attr(755,root,root) %{_bindir}/otftotfm
2511 %dir %{texmfdist}/scripts/oberdiek
2512 %attr(755,root,root) %{texmfdist}/scripts/oberdiek/pdfatfi.pl
2513 %attr(755,root,root) %{_bindir}/pdfatfi
2514 %dir %{texmfdist}/scripts/pax
2515 %attr(755,root,root) %{texmfdist}/scripts/pax/pdfannotextractor.pl
2516 %attr(755,root,root) %{_bindir}/pdfannotextractor
2517 %attr(755,root,root) %{_bindir}/pdfclose
2518 %attr(755,root,root) %{_bindir}/pdfopen
2519 %attr(755,root,root) %{_bindir}/pdftosrc
2520 %{__perl}tex
2521 %dir %{texmfdist}/scripts/pkfix
2522 %attr(755,root,root) %{texmfdist}/scripts/pkfix/pkfix.pl
2523 %attr(755,root,root) %{_bindir}/pkfix
2524 %dir %{texmfdist}/scripts/pkfix-helper
2525 %attr(755,root,root) %{texmfdist}/scripts/pkfix-helper/pkfix-helper
2526 %attr(755,root,root) %{_bindir}/pkfix-helper
2527 %attr(755,root,root) %{_bindir}/teckit_compile
2528 %attr(755,root,root) %{_bindir}/simpdftex
2529 %attr(755,root,root) %{_bindir}/sjisconv
2530 %attr(755,root,root) %{_bindir}/sjislatex
2531 %attr(755,root,root) %{_bindir}/sjispdflatex
2532 %attr(755,root,root) %{_bindir}/synctex
2533 %attr(755,root,root) %{_bindir}/texcount
2534 %attr(755,root,root) %{_bindir}/ttf2pk
2535 %attr(755,root,root) %{_bindir}/ttf2tfm
2536 %attr(755,root,root) %{_bindir}/ttftotype42
2537 %dir %{texmfdist}/scripts/ulqda
2538 %attr(755,root,root) %{texmfdist}/scripts/ulqda/ulqda.pl
2539 %attr(755,root,root) %{_bindir}/ulqda
2540 %attr(755,root,root) %{_bindir}/vlna
2541 %attr(755,root,root) %{_bindir}/vpe
2542 %{texmfdist}/fonts/sfd
2543 %{_mandir}/man1/cfftot1.1*
2544 %{_mandir}/man1/hbf2gf.1*
2545 # %{_mandir}/man1/mkjobtexmf.1*
2546 %{_mandir}/man1/mmafm.1*
2547 %{_mandir}/man1/mmpfb.1*
2548 %{_mandir}/man1/otfinfo.1*
2549 %{_mandir}/man1/otftotfm.1*
2550 %{_mandir}/man1/pdftosrc.1*
2551 %{_mandir}/man1/synctex.1*
2552 %{_mandir}/man1/ttf2pk.1*
2553 %{_mandir}/man1/ttf2tfm.1*
2554 %{_mandir}/man1/ttftotype42.1*
2555 %{_mandir}/man1/vlna.1*
2556 %{_mandir}/man5/synctex.5*
2557 #%{fmtdir}/pdftex/texsis.fmt
2558 # %{fmtdir}/texsis
2559 %{texmfdist}/hbf2gf
2560 %{texmfdist}/ttf2pk
2561
2562 %files font-utils
2563 %defattr(644,root,root,755)
2564 %attr(755,root,root) %{_bindir}/afm2afm
2565 %attr(755,root,root) %{_bindir}/autoinst
2566 %attr(755,root,root) %{_bindir}/cmap2enc
2567 %attr(755,root,root) %{_bindir}/font2afm
2568 # %attr(755,root,root) %{_bindir}/getnonfreefonts*
2569 %attr(755,root,root) %{_bindir}/mkt1font
2570 %attr(755,root,root) %{_bindir}/ot2kpx
2571 %attr(755,root,root) %{_bindir}/pfm2kpx
2572 %attr(755,root,root) %{_bindir}/showglyphs
2573 %attr(755,root,root) %{_bindir}/t1*
2574 %attr(755,root,root) %{_bindir}/ttfdump
2575 %attr(755,root,root) %{_bindir}/vpl*
2576 %dir %{texmfdist}/scripts/accfonts
2577 %attr(755,root,root) %{texmfdist}/scripts/accfonts/*
2578 %dir %{texmfdist}/scripts/fontools
2579 %attr(755,root,root) %{texmfdist}/scripts/fontools/*
2580 # %dir %{texmf}/scripts/getnonfreefonts
2581 # %attr(755,root,root) %{texmf}/scripts/getnonfreefonts/*
2582 # %{_mandir}/man1/getnonfreefonts-sys.1
2583 # %{_mandir}/man1/getnonfreefonts.1*
2584 %{_mandir}/man1/t1*.1*
2585 %{_mandir}/man1/ttfdump.1*
2586
2587 %files -n kpathsea
2588 %defattr(644,root,root,755)
2589 # %doc %{texmf}/doc/kpathsea
2590 %attr(755,root,root) %{_bindir}/kpsepath
2591 %attr(755,root,root) %{_bindir}/kpsestat
2592 %attr(755,root,root) %{_bindir}/kpsetool
2593 %attr(755,root,root) %{_bindir}/kpsewhich
2594 %attr(755,root,root) %{_bindir}/kpsexpand
2595 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
2596 %attr(755,root,root) %{texmfdist}/scripts/texlive/kpsetool.sh
2597 %{_libdir}/libkpathsea.la
2598 %{_mandir}/man1/kpsexpand.1*
2599 %{_mandir}/man1/kpsepath.1*
2600 %{_mandir}/man1/kpsestat.1*
2601 %{_mandir}/man1/kpsetool.1*
2602 %{_mandir}/man1/kpsewhich.1*
2603
2604 %files -n kpathsea-devel
2605 %defattr(644,root,root,755)
2606 %attr(755,root,root) %{_libdir}/libkpathsea.so
2607 %{_includedir}/kpathsea
2608 %{_infodir}/kpathsea.info*
2609
2610 %files dvips-basic
2611 %defattr(644,root,root,755)
2612 # %dir %{texmfdist}/fonts/map/dvips/cmex
2613 # %dir %{texmf}/dvipdfm
2614 # %dir %{texmf}/fonts/map/dvipdfm
2615 # %dir %{texmf}/fonts/map/dvips
2616 # %dir %{texmf}/fonts/map/dvips/tetex
2617 # %doc %{texmf}/doc/dvips
2618 # %doc %{texmf}/doc/dvipdfm
2619 # dvi2fax requires ghostscript
2620 %attr(755,root,root) %{_bindir}/dvi2fax
2621 %attr(755,root,root) %{_bindir}/dvicopy
2622 %attr(755,root,root) %{_bindir}/dvipdfm
2623 %attr(755,root,root) %{_bindir}/dvipdft
2624 %attr(755,root,root) %{_bindir}/dvips
2625 %attr(755,root,root) %{_bindir}/dvired
2626 %attr(755,root,root) %{_bindir}/dvitomp
2627 %attr(755,root,root) %{_bindir}/dvisvgm
2628 %attr(755,root,root) %{_bindir}/dvitype
2629 %{_infodir}/dvips.info*
2630 %{_mandir}/man1/dvi2fax.1*
2631 %{_mandir}/man1/dvicopy.1*
2632 # %{_mandir}/man1/dvipdfm.1*
2633 %{_mandir}/man1/dvips.1*
2634 %{_mandir}/man1/dvired.1*
2635 %{_mandir}/man1/dvitomp.1*
2636 %{_mandir}/man1/dvitype.1*
2637 %{texmfdist}/dvips/base
2638 %{texmfdist}/dvips/config
2639 # %{texmf}/dvips/getafm
2640 %{texmfdist}/dvips/gsftopk
2641 %{texmfdist}/fonts/enc/dvips/base
2642 %attr(755,root,root) %{texmfdist}/scripts/texlive/dvi2fax.sh
2643 %attr(755,root,root) %{texmfdist}/scripts/texlive/dvired.sh
2644 # %{texmfdist}/fonts/map/dvips/allrunes
2645 # %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
2646 # %{texmfdist}/tex/generic/dvips
2647 # %{texmfdist}/dvips
2648 # %{texmf}/dvipdfm/config
2649 # %{texmf}/dvips/tetex/config.*
2650 # %{texmf}/fonts/enc/dvips/tetex/mtex.enc
2651 # %{texmf}/fonts/enc/dvips/afm2pl
2652 # %{texmf}/fonts/map/dvipdfm/updmap
2653 # %{texmf}/fonts/map/dvipdfm/dvipdfmx
2654
2655 %files dvilj
2656 %defattr(644,root,root,755)
2657 %attr(755,root,root) %{_bindir}/dvihp
2658 %attr(755,root,root) %{_bindir}/dvilj
2659 %attr(755,root,root) %{_bindir}/dvilj2p
2660 %attr(755,root,root) %{_bindir}/dvilj4
2661 %attr(755,root,root) %{_bindir}/dvilj4l
2662 %attr(755,root,root) %{_bindir}/dvilj6
2663 %{_mandir}/man1/dvihp.1*
2664 %{_mandir}/man1/dvilj.1*
2665 %{_mandir}/man1/dvilj2p.1*
2666 %{_mandir}/man1/dvilj4.1*
2667 %{_mandir}/man1/dvilj4l.1*
2668 %{_mandir}/man1/dvilj6.1*
2669
2670 %files makeindex
2671 %defattr(644,root,root,755)
2672 %attr(755,root,root) %{_bindir}/makeindex
2673 %attr(755,root,root) %{_bindir}/mkindex
2674 %attr(755,root,root) %{_bindir}/mkgrkindex
2675 %attr(755,root,root) %{_bindir}/rumakeindex
2676 %attr(755,root,root) %{_bindir}/splitindex
2677 %attr(755,root,root) %{texmfdist}/scripts/splitindex/splitindex.pl
2678 %attr(755,root,root) %{texmfdist}/scripts/texlive/rumakeindex.sh
2679 %dir %{texmfdist}/scripts/mkgrkindex
2680 %attr(755,root,root) %{texmfdist}/scripts/mkgrkindex/mkgrkindex
2681 %{_mandir}/man1/makeindex.1*
2682 %{_mandir}/man1/mkindex.1*
2683 %{_mandir}/man1/rumakeindex.1*
2684
2685 %files tlmgr
2686 %defattr(644,root,root,755)
2687 %dir %{texmfdist}/scripts/texlive
2688 %attr(755,root,root) %{texmfdist}/scripts/texlive/*.pl
2689 %attr(755,root,root) %{_bindir}/tlmgr
2690 # %dir %{texmf}/scripts/texlive/gswin32
2691 # %dir %{texmf}/scripts/texlive/lua
2692 # %dir %{texmf}/scripts/texlive/lua/texlive
2693 # %dir %{texmf}/scripts/texlive/tlmgrgui
2694 # %attr(755,root,root) %{texmf}/scripts/texlive/*.pl
2695 # %attr(755,root,root) %{texmf}/scripts/texlive/gswin32/*
2696 # %attr(755,root,root) %{texmf}/scripts/texlive/lua/texlive/*
2697 # %attr(755,root,root) %{texmf}/scripts/texlive/tlmgrgui/*.pl
2698 # %{texmf}/scripts/texlive/tlmgrgui/lang
2699
2700 %files scripts
2701 %defattr(644,root,root,755)
2702 # %dir %{texmfdist}/scripts/bengali
2703 %dir %{texmfdist}/scripts/glossaries
2704 %dir %{texmfdist}/scripts/perltex
2705 # %dir %{texmfdist}/scripts/pgfplots
2706 %dir %{texmfdist}/scripts/pst2pdf
2707 # %dir %{texmfdist}/scripts/shipunov
2708 %dir %{texmfdist}/scripts/texcount
2709 %dir %{texmfdist}/scripts/vpe
2710 %dir %{texmfdist}/scripts/a2ping
2711 # %dir %{texmf}/scripts/pkfix
2712 %dir %{texmfdist}/scripts/simpdftex
2713 #%dir %{texmf}/scripts/tetex
2714 # %attr(755,root,root) %{texmfdist}/scripts/bengali/*
2715 %attr(755,root,root) %{texmfdist}/scripts/glossaries/*
2716 %attr(755,root,root) %{texmfdist}/scripts/perltex/perltex*
2717 # %attr(755,root,root) %{texmfdist}/scripts/pgfplots/*
2718 %attr(755,root,root) %{texmfdist}/scripts/pst2pdf/pst2pdf*
2719 # %attr(755,root,root) %{texmfdist}/scripts/shipunov/*
2720 %attr(755,root,root) %{texmfdist}/scripts/texcount/*
2721 %attr(755,root,root) %{texmfdist}/scripts/vpe/vpe.pl
2722 %attr(755,root,root) %{texmfdist}/scripts/a2ping/a2ping*
2723 # %attr(755,root,root) %{texmf}/scripts/pkfix/pkfix*
2724 %attr(755,root,root) %{texmfdist}/scripts/simpdftex/simpdftex*
2725 #%attr(755,root,root) %{texmf}/scripts/tetex/*
2726 %attr(755,root,root) %{_bindir}/a2ping
2727 %attr(755,root,root) %{_bindir}/e2pall
2728 %dir %{texmfdist}/scripts/findhyph
2729 %attr(755,root,root) %{texmfdist}/scripts/findhyph/findhyph
2730 %attr(755,root,root) %{_bindir}/findhyph
2731 %dir %{texmfdist}/scripts/listings-ext
2732 %attr(755,root,root) %{texmfdist}/scripts/listings-ext/listings-ext.sh
2733 %attr(755,root,root) %{_bindir}/listings-ext.sh
2734 %dir %{texmfdist}/scripts/texdirflatten
2735 %attr(755,root,root) %{texmfdist}/scripts/texdirflatten/texdirflatten
2736 %attr(755,root,root) %{_bindir}/texdirflatten
2737 %{_mandir}/man1/e2pall.1*
2738 # %dir %{texmf}/texdoc
2739 # %doc %{texmf}/doc/texdoc
2740 # %config(noreplace) %verify(not md5 mtime size) %{texmf}/texdoc/texdoc.cnf
2741
2742 %files metapost
2743 %defattr(644,root,root,755)
2744 # %dir %{texmfdist}/metapost
2745 # %doc %{texmfdist}/doc/metapost
2746 %attr(755,root,root) %{_bindir}/mpost
2747 # %attr(755,root,root) %{_bindir}/mpto
2748 # %{texmfdist}/metapost/base
2749 # %{texmfdist}/metapost/config
2750 # %{texmfdist}/metapost/mfpic
2751 # %{texmfdist}/metapost/misc
2752 # %{texmfdist}/metapost/support
2753 # %{texmfdist}/source/metapost
2754 %{_mandir}/man1/mpost.1*
2755 # %{_mandir}/man1/mpto.1*
2756 # %{texmf}/fmtutil/format.metapost.cnf
2757
2758 %files mptopdf
2759 %defattr(644,root,root,755)
2760 %attr(755,root,root) %{_bindir}/mptopdf
2761 #%{_mandir}/man1/mptopdf.1*
2762 # %{texmfdist}/tex/mptopdf
2763 #%{fmtdir}/pdftex/mptopdf.fmt
2764 # %{fmtdir}/mptopdf
2765
2766 %files texdoctk
2767 %defattr(644,root,root,755)
2768 %attr(755,root,root) %{_bindir}/texdoctk
2769 # %{texmf}/texdoctk
2770 %{_mandir}/man1/texdoctk.1*
2771
2772 %files -n texconfig
2773 %defattr(644,root,root,755)
2774 %dir %{texmfdist}/texconfig
2775 %attr(755,root,root) %{_bindir}/texconfig
2776 %attr(755,root,root) %{_bindir}/texconfig-dialog
2777 %attr(755,root,root) %{_bindir}/texconfig-sys
2778 %attr(755,root,root) %{texmfdist}/texconfig/tcfmgr
2779 %attr(755,root,root) %{texmfdist}/scripts/texlive/texconfig-dialog.sh
2780 %attr(755,root,root) %{texmfdist}/scripts/texlive/texconfig-sys.sh
2781 %attr(755,root,root) %{texmfdist}/scripts/texlive/texconfig.sh
2782 %{_mandir}/man1/texconfig.1*
2783 %{_mandir}/man1/texconfig-sys.1*
2784 %{texmfdist}/texconfig/tcfmgr.map
2785
2786 %if %{with xindy}
2787 %files -n xindy
2788 %defattr(644,root,root,755)
2789 %doc %{texmf}/doc/xindy
2790 %dir %{texmf}/xindy
2791 %dir %{texmf}/xindy/lang
2792 %dir %{texmf}/scripts/xindy
2793 %attr(755,root,root) %{texmf}/scripts/xindy/*
2794 %attr(755,root,root) %{_bindir}/tex2xindy
2795 %attr(755,root,root) %{_bindir}/xindy
2796 %attr(755,root,root) %{_bindir}/texindy
2797 %{_libdir}/xindy
2798 %{texmf}/xindy/base
2799 %{texmf}/xindy/class
2800 %{texmf}/xindy/ord
2801 %{texmf}/xindy/rules
2802 %{texmf}/xindy/styles
2803 %{texmf}/xindy/tex
2804 %{_mandir}/man1/tex2xindy.1*
2805 %{_mandir}/man1/texindy.1*
2806 %{_mandir}/man1/xindy.1*
2807
2808 %files -n xindy-albanian
2809 %defattr(644,root,root,755)
2810 %{texmf}/xindy/lang/albanian
2811
2812 %files -n xindy-belarusian
2813 %defattr(644,root,root,755)
2814 %{texmf}/xindy/lang/belarusian
2815
2816 %files -n xindy-bulgarian
2817 %defattr(644,root,root,755)
2818 %{texmf}/xindy/lang/bulgarian
2819
2820 %files -n xindy-croatian
2821 %defattr(644,root,root,755)
2822 %{texmf}/xindy/lang/croatian
2823
2824 %files -n xindy-czech
2825 %defattr(644,root,root,755)
2826 %{texmf}/xindy/lang/czech
2827
2828 %files -n xindy-danish
2829 %defattr(644,root,root,755)
2830 %{texmf}/xindy/lang/danish
2831
2832 %files -n xindy-dutch
2833 %defattr(644,root,root,755)
2834 %{texmf}/xindy/lang/dutch
2835
2836 %files -n xindy-english
2837 %defattr(644,root,root,755)
2838 %{texmf}/xindy/lang/english
2839
2840 %files -n xindy-esperanto
2841 %defattr(644,root,root,755)
2842 %{texmf}/xindy/lang/esperanto
2843
2844 %files -n xindy-estonian
2845 %defattr(644,root,root,755)
2846 %{texmf}/xindy/lang/estonian
2847
2848 %files -n xindy-finnish
2849 %defattr(644,root,root,755)
2850 %{texmf}/xindy/lang/finnish
2851
2852 %files -n xindy-french
2853 %defattr(644,root,root,755)
2854 %{texmf}/xindy/lang/french
2855
2856 %files -n xindy-general
2857 %defattr(644,root,root,755)
2858 %{texmf}/xindy/lang/general
2859
2860 %files -n xindy-georgian
2861 %defattr(644,root,root,755)
2862 %{texmf}/xindy/lang/georgian
2863
2864 %files -n xindy-german
2865 %defattr(644,root,root,755)
2866 %{texmf}/xindy/lang/german
2867
2868 %files -n xindy-greek
2869 %defattr(644,root,root,755)
2870 %{texmf}/xindy/lang/greek
2871
2872 %files -n xindy-gypsy
2873 %defattr(644,root,root,755)
2874 %{texmf}/xindy/lang/gypsy
2875
2876 %files -n xindy-hausa
2877 %defattr(644,root,root,755)
2878 %{texmf}/xindy/lang/hausa
2879
2880 %files -n xindy-hebrew
2881 %defattr(644,root,root,755)
2882 %{texmf}/xindy/lang/hebrew
2883
2884 %files -n xindy-hungarian
2885 %defattr(644,root,root,755)
2886 %{texmf}/xindy/lang/hungarian
2887
2888 %files -n xindy-icelandic
2889 %defattr(644,root,root,755)
2890 %{texmf}/xindy/lang/icelandic
2891
2892 %files -n xindy-italian
2893 %defattr(644,root,root,755)
2894 %{texmf}/xindy/lang/italian
2895
2896 %files -n xindy-klingon
2897 %defattr(644,root,root,755)
2898 %{texmf}/xindy/lang/klingon
2899
2900 %files -n xindy-kurdish
2901 %defattr(644,root,root,755)
2902 %{texmf}/xindy/lang/kurdish
2903
2904 %files -n xindy-latin
2905 %defattr(644,root,root,755)
2906 %{texmf}/xindy/lang/latin
2907
2908 %files -n xindy-latvian
2909 %defattr(644,root,root,755)
2910 %{texmf}/xindy/lang/latvian
2911
2912 %files -n xindy-lithuanian
2913 %defattr(644,root,root,755)
2914 %{texmf}/xindy/lang/lithuanian
2915
2916 %files -n xindy-lower-sorbian
2917 %defattr(644,root,root,755)
2918 %{texmf}/xindy/lang/lower-sorbian
2919
2920 %files -n xindy-macedonian
2921 %defattr(644,root,root,755)
2922 %{texmf}/xindy/lang/macedonian
2923
2924 %files -n xindy-mongolian
2925 %defattr(644,root,root,755)
2926 %{texmf}/xindy/lang/mongolian
2927
2928 %files -n xindy-norwegian
2929 %defattr(644,root,root,755)
2930 %{texmf}/xindy/lang/norwegian
2931
2932 %files -n xindy-polish
2933 %defattr(644,root,root,755)
2934 %{texmf}/xindy/lang/polish
2935
2936 %files -n xindy-portuguese
2937 %defattr(644,root,root,755)
2938 %{texmf}/xindy/lang/portuguese
2939
2940 %files -n xindy-romanian
2941 %defattr(644,root,root,755)
2942 %{texmf}/xindy/lang/romanian
2943
2944 %files -n xindy-russian
2945 %defattr(644,root,root,755)
2946 %{texmf}/xindy/lang/russian
2947
2948 %files -n xindy-serbian
2949 %defattr(644,root,root,755)
2950 %{texmf}/xindy/lang/serbian
2951
2952 %files -n xindy-slovak
2953 %defattr(644,root,root,755)
2954 %{texmf}/xindy/lang/slovak
2955
2956 %files -n xindy-slovenian
2957 %defattr(644,root,root,755)
2958 %{texmf}/xindy/lang/slovenian
2959
2960 %files -n xindy-spanish
2961 %defattr(644,root,root,755)
2962 %{texmf}/xindy/lang/spanish
2963
2964 %files -n xindy-swedish
2965 %defattr(644,root,root,755)
2966 %{texmf}/xindy/lang/swedish
2967
2968 %files -n xindy-turkish
2969 %defattr(644,root,root,755)
2970 %{texmf}/xindy/lang/turkish
2971
2972 %files -n xindy-ukrainian
2973 %defattr(644,root,root,755)
2974 %{texmf}/xindy/lang/ukrainian
2975
2976 %files -n xindy-upper-sorbian
2977 %defattr(644,root,root,755)
2978 %{texmf}/xindy/lang/upper-sorbian
2979
2980 %files -n xindy-vietnamese
2981 %defattr(644,root,root,755)
2982 %{texmf}/xindy/lang/vietnamese/
2983 %endif
2984
2985 %files -n xdvi
2986 %defattr(644,root,root,755)
2987 %attr(755,root,root) %{_bindir}/xdvi-xaw
2988 %attr(755,root,root) %{_bindir}/xdvi
2989 %{_mandir}/man1/xdvi.1*
2990 %{_desktopdir}/xdvi.desktop
2991 %{_pixmapsdir}/xdvi.png
2992 #%{texmf}/xdvi
2993
2994 %files pdftex
2995 %defattr(644,root,root,755)
2996 # %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
2997 # %dir %{texmfdist}/doc/support
2998 # %dir %{texmf}/fonts/map/pdftex
2999 # %doc %{texmfdist}/doc/pdftex
3000 # %doc %{texmfdist}/doc/support/pdfcrop
3001 %dir %{texmfdist}/scripts/pdfcrop
3002 %attr(755,root,root) %{texmfdist}/scripts/pdfcrop/pdfcrop.pl
3003 %attr(755,root,root) %{_bindir}/pdfcrop
3004 %attr(755,root,root) %{_bindir}/rpdfcrop
3005 %attr(755,root,root) %{_bindir}/pdftex
3006 %attr(755,root,root) %{_bindir}/tpic2pdftex
3007 %dir %{fmtdir}/pdftex
3008 # %{_mandir}/man1/epstopdf.1*
3009 %{_mandir}/man1/pdftex.1*
3010 %{_mandir}/man1/tpic2pdftex.1*
3011 # %{texmfdist}/fonts/enc/pdftex
3012 # %{texmfdist}/fonts/map/pdftex
3013 # %{texmf}/fmtutil/format.pdftex.cnf
3014 # %{texmf}/fonts/map/pdftex/updmap
3015
3016 %files phyzzx
3017 %defattr(644,root,root,755)
3018 # %attr(755,root,root) %{_bindir}/phyzzx
3019 # %dir %{texmfdist}/doc/phyzzx
3020 # %dir %{texmfdist}/tex/phyzzx
3021 # %doc %{texmfdist}/doc/phyzzx/base
3022 # %{texmfdist}/tex/phyzzx/base
3023 # %{texmfdist}/tex/phyzzx/config
3024 # %{texmf}/fmtutil/format.phyzzx.cnf
3025 # %{fmtdir}/phyzzx
3026
3027 %files omega-basic
3028 %defattr(644,root,root,755)
3029 # %doc %{texmfdist}/doc/aleph
3030 # %doc %{texmfdist}/doc/omega
3031 # %doc %{texmfdist}/doc/lambda
3032 # %dir %{texmfdist}/omega
3033 # %dir %{texmfdist}/dvips/omega
3034 %attr(755,root,root) %{_bindir}/aleph
3035 # %attr(755,root,root) %{_bindir}/lambda
3036 %attr(755,root,root) %{_bindir}/mkocp
3037 %attr(755,root,root) %{_bindir}/mkofm
3038 %attr(755,root,root) %{_bindir}/odvicopy
3039 # %attr(755,root,root) %{_bindir}/odvips
3040 %attr(755,root,root) %{_bindir}/odvitype
3041 # %attr(755,root,root) %{_bindir}/omega
3042 %attr(755,root,root) %{_bindir}/omfonts
3043 %attr(755,root,root) %{_bindir}/opl2ofm
3044 %attr(755,root,root) %{_bindir}/otangle
3045 %attr(755,root,root) %{_bindir}/otp2ocp
3046 %attr(755,root,root) %{_bindir}/outocp
3047 %attr(755,root,root) %{_bindir}/ovf2ovp
3048 %attr(755,root,root) %{_bindir}/ovp2ovf
3049 # %{texmfdist}/dvips/omega/config.omega
3050 # %{texmfdist}/dvips/omega/omega.cfg
3051 # %{texmfdist}/fonts/map/dvips/omega
3052 # %{texmfdist}/tex/generic/omegahyph
3053 # %{texmfdist}/omega/ocp
3054 # %{texmfdist}/omega/otp
3055 # %{texmfdist}/tex/lambda
3056 # %{texmfdist}/source/lambda
3057 # %{texmf}/fmtutil/format.omega.cnf
3058 # %{texmf}/fmtutil/format.aleph.cnf
3059 %{_mandir}/man1/aleph.1*
3060 # %{_mandir}/man1/lambda.1*
3061 %{_mandir}/man1/mkocp.1*
3062 %{_mandir}/man1/mkofm.1*
3063 # %{_mandir}/man1/omega.1*
3064 %{_mandir}/man1/odvicopy.1*
3065 # %{_mandir}/man1/odvips.1*
3066 %{_mandir}/man1/odvitype.1*
3067 %{_mandir}/man1/ofm2opl.1*
3068 %{_mandir}/man1/opl2ofm.1*
3069 %{_mandir}/man1/otp2ocp.1*
3070 %{_mandir}/man1/outocp.1*
3071 %{_mandir}/man1/ovf2ovp.1*
3072 %{_mandir}/man1/ovp2ovf.1*
3073 # %{fmtdir}/aleph
3074 # %{fmtdir}/omega
3075 # %{fmtdir}/lambda
3076 # %{fmtdir}/lamed
3077 # %{fmtdir}/pdftex/aleph.fmt
3078 # %{fmtdir}/pdftex/lambda.fmt
3079 # %{fmtdir}/pdftex/lamed.fmt
3080 # %{fmtdir}/pdftex/omega.fmt
3081
3082 %files format-mex
3083 %defattr(644,root,root,755)
3084 # %attr(755,root,root) %{_bindir}/mex
3085 # %{texmfdist}/tex/mex/config/mex.ini
3086 # %{fmtdir}/mex
3087
3088 %files format-amstex
3089 %defattr(644,root,root,755)
3090 # %attr(755,root,root) %{_bindir}/amstex
3091 # %doc %{texmfdist}/doc/amstex
3092 # %{texmfdist}/tex/amstex
3093 # %{texmf}/fmtutil/format.amstex.cnf
3094 # %{texmf}/fmtutil/format.cyramstex.cnf
3095 %{_mandir}/man1/amstex.1*
3096
3097 # %files csplain
3098 # %defattr(644,root,root,755)
3099 # %dir %{texmfdist}/doc/cslatex
3100 # %doc %{texmfdist}/doc/cslatex/base
3101 # %attr(755,root,root) %{_bindir}/csplain
3102 # %{texmfdist}/tex/csplain
3103 # %{texmf}/fmtutil/format.csplain.cnf
3104
3105 %files format-csplain
3106 %defattr(644,root,root,755)
3107 # %{fmtdir}/csplain
3108
3109 %files format-pdfcsplain
3110 %defattr(644,root,root,755)
3111 # %attr(755,root,root) %{_bindir}/pdfcsplain
3112 # %{fmtdir}/pdfcsplain
3113
3114 %files format-eplain
3115 %defattr(644,root,root,755)
3116 # %attr(755,root,root) %{_bindir}/eplain
3117 # %attr(755,root,root) %{_bindir}/etex
3118 %{_mandir}/man1/eplain.1*
3119 # %{_mandir}/man1/etex.1*
3120 # %{texmf}/fmtutil/format.eplain.cnf
3121 # %{fmtdir}/etex
3122
3123 %files context
3124 %defattr(644,root,root,755)
3125 %dir %{texmfdist}/scripts/context
3126 # %dir %{texmfdist}/scripts/context/ruby
3127 # %dir %{texmfdist}/scripts/context/stubs
3128 # %dir %{texmfdist}/scripts/context/stubs/unix
3129 # %attr(755,root,root) %{texmfdist}/scripts/context/stubs/unix/*
3130 %attr(755,root,root) %{_bindir}/context
3131 %attr(755,root,root) %{_bindir}/ctxtools
3132 %attr(755,root,root) %{_bindir}/convbkmk
3133 # %attr(755,root,root) %{_bindir}/exatools
3134 # %attr(755,root,root) %{_bindir}/makempy
3135 # %attr(755,root,root) %{_bindir}/mpstools
3136 %attr(755,root,root) %{_bindir}/mtxrun
3137 %attr(755,root,root) %{_bindir}/mtxtools
3138 %attr(755,root,root) %{_bindir}/pdftools
3139 %attr(755,root,root) %{_bindir}/pdftrimwhite
3140 %attr(755,root,root) %{_bindir}/pstopdf
3141 %attr(755,root,root) %{_bindir}/rlxtools
3142 %attr(755,root,root) %{_bindir}/runtools
3143 %attr(755,root,root) %{_bindir}/texexec
3144 %attr(755,root,root) %{_bindir}/texfind
3145 %attr(755,root,root) %{_bindir}/texfont
3146 # %attr(755,root,root) %{texmfdist}/scripts/context/ruby/texmfstart.rb
3147 %attr(755,root,root) %{_bindir}/texmfstart
3148 %attr(755,root,root) %{_bindir}/texshow
3149 %attr(755,root,root) %{_bindir}/textools
3150 %attr(755,root,root) %{_bindir}/texutil
3151 %attr(755,root,root) %{_bindir}/tmftools
3152 %attr(755,root,root) %{_bindir}/xmltools
3153 #%{_mandir}/man1/ctxtools.1*
3154 # %{_mandir}/man1/pdftools.1*
3155 #%{_mandir}/man1/pstopdf.1*
3156 # %{_mandir}/man1/texfind.1*
3157 # %{_mandir}/man1/texfont.1*
3158 #%{_mandir}/man1/texmfstart.1*
3159 # %{_mandir}/man1/textools.1*
3160 # %{_mandir}/man1/texutil.1*
3161 # %{texmfdist}/context
3162 # %{texmfdist}/fonts/enc/dvips/context
3163 # %{texmfdist}/metapost/context
3164 # %{texmfdist}/tex/context
3165 # %exclude %{texmfdist}/tex/context/config/cont-de.ini
3166 # %exclude %{texmfdist}/tex/context/config/cont-en.ini
3167 # %exclude %{texmfdist}/tex/context/config/cont-nl.ini
3168 # %exclude %{texmfdist}/tex/context/config/cont-uk.ini
3169 # %{texmfdist}/tex/generic/context
3170 # %{texmfdist}/tex/latex/context
3171 # %{texmfdist}/bibtex/bst/context
3172 # %{texmf}/fmtutil/format.context.cnf
3173 # %{texmf}/fmtutil/format.luatex.cnf
3174 # %{texmf}/web2c/context.cnf
3175
3176 %files latex
3177 %defattr(644,root,root,755)
3178 %attr(755,root,root) %{_bindir}/lacheck
3179 %attr(755,root,root) %{_bindir}/latex
3180 %attr(755,root,root) %{_bindir}/latexfileversion
3181 %attr(755,root,root) %{texmfdist}/scripts/latexfileversion/latexfileversion
3182 %attr(755,root,root) %{_bindir}/latexdiff-vc
3183 %attr(755,root,root) %{texmfdist}/scripts/latexdiff/latexdiff-vc.pl
3184 %attr(755,root,root) %{_bindir}/latexdiff
3185 %attr(755,root,root) %{texmfdist}/scripts/latexdiff/latexdiff.pl
3186 %attr(755,root,root) %{_bindir}/latexrevise
3187 %attr(755,root,root) %{texmfdist}/scripts/latexdiff/latexrevise.pl
3188
3189 %attr(755,root,root) %{_bindir}/pslatex
3190 %attr(755,root,root) %{texmfdist}/scripts/texlive/pslatex.sh
3191
3192 # make new spec for latexmk (http://users.phys.psu.edu/~collins/software/latexmk-jcc/)
3193 %dir %{texmfdist}/scripts/latexmk
3194 %attr(755,root,root) %{texmfdist}/scripts/latexmk/latexmk.pl
3195
3196 %attr(755,root,root) %{_bindir}/latexmk
3197 %dir %{texmfdist}/scripts/latex2man
3198 %attr(755,root,root) %{texmfdist}/scripts/latex2man/latex2man
3199 %attr(755,root,root) %{_bindir}/latex2man
3200 %dir %{texmfdist}/scripts/svn-multi
3201 %attr(755,root,root) %{texmfdist}/scripts/svn-multi/svn-multi.pl
3202 %attr(755,root,root) %{_bindir}/svn-multi
3203 %dir %{texmfdist}/scripts/texloganalyser
3204 %attr(755,root,root) %{texmfdist}/scripts/texloganalyser/texloganalyser
3205 %attr(755,root,root) %{_bindir}/texloganalyser
3206 %dir %{texmfdist}/scripts/fig4latex
3207 %attr(755,root,root) %{texmfdist}/scripts/fig4latex/fig4latex
3208 %attr(755,root,root) %{_bindir}/fig4latex
3209 %{_mandir}/man1/lacheck.1*
3210 %{_mandir}/man1/latex.1*
3211 %{_mandir}/man1/pslatex.1*
3212
3213 %files latex-bibtex
3214 %defattr(644,root,root,755)
3215 %attr(755,root,root) %{_bindir}/listbib
3216 %dir %{texmfdist}/bibtex
3217 # %dir %{texmfdist}/bibtex/bib
3218 # %dir %{texmfdist}/bibtex/bst
3219 %dir %{texmfdist}/bibtex/csf
3220 # %dir %{texmfdist}/doc/bibtex
3221 # %dir %{texmf}/bibtex
3222 # %doc %{texmfdist}/doc/bibtex/base
3223 # %doc %{texmfdist}/doc/latex/bibtopic
3224 # %doc %{texmfdist}/doc/latex/bibunits
3225 # %doc %{texmfdist}/doc/latex/footbib
3226 # %doc %{texmfdist}/doc/latex/natbib
3227 %doc %{texmfdist}/doc/bibtex8
3228 %{_mandir}/man1/bibtex.1*
3229 %{_mandir}/man1/rubibtex.1*
3230
3231 %attr(755,root,root) %{_bindir}/authorindex
3232 %attr(755,root,root) %{_bindir}/biber
3233 %attr(755,root,root) %{_bindir}/bibexport
3234 %attr(755,root,root) %{_bindir}/bibtex
3235 %attr(755,root,root) %{_bindir}/bibtexu
3236 %attr(755,root,root) %{_bindir}/checkcites
3237 %attr(755,root,root) %{_bindir}/rubibtex
3238 %attr(755,root,root) %{texmfdist}/scripts/texlive/rubibtex.sh
3239 %{texmfdist}/bibtex/csf/base
3240  
3241 %files latex-presentation-bin
3242 %defattr(644,root,root,755)
3243 %attr(755,root,root) %{_bindir}/ppower4
3244 %attr(755,root,root) %{_bindir}/pdfthumb
3245
3246 %files format-pdflatex
3247 %defattr(644,root,root,755)
3248 %attr(755,root,root) %{_bindir}/pdflatex
3249 # %{fmtdir}/pdflatex
3250 # %{fmtdir}/pdftex/pdflatex.fmt
3251 %{_mandir}/man1/pdflatex.1*
3252  
3253 %files tex-thumbpdf
3254 %defattr(644,root,root,755)
3255 # %doc %{texmfdist}/doc/generic/thumbpdf
3256 %attr(755,root,root) %{_bindir}/thumbpdf
3257 #%{_mandir}/man1/thumbpdf.1*
3258 # %{texmfdist}/tex/generic/thumbpdf
3259 %{texmfdist}/scripts/thumbpdf
3260
3261 %files fonts-other
3262 %defattr(644,root,root,755)
3263 %{texmfdist}/fonts/map/glyphlist
3264
3265 %files bbox
3266 %defattr(644,root,root,755)
3267 %attr(755,root,root) %{_bindir}/bbox
3268 %{_mandir}/man1/bbox*
3269
3270 %files detex
3271 %defattr(644,root,root,755)
3272 %attr(755,root,root) %{_bindir}/detex
3273 %{_mandir}/man1/detex*
3274
3275 %files dviutils
3276 %defattr(644,root,root,755)
3277 %dir %{texmfdist}/scripts/dviasm
3278 #%dir %{texmf}/fonts/cmap
3279 # %doc %{texmf}/fonts/cmap/README
3280 %attr(755,root,root) %{_bindir}/disdvi
3281 %attr(755,root,root) %{_bindir}/dt2dv
3282 %attr(755,root,root) %{_bindir}/dv2dt
3283 %attr(755,root,root) %{_bindir}/dvi2tty
3284 %attr(755,root,root) %{_bindir}/dviasm
3285 %attr(755,root,root) %{_bindir}/dvibook
3286 %attr(755,root,root) %{_bindir}/dviconcat
3287 %attr(755,root,root) %{_bindir}/dvidvi
3288 %attr(755,root,root) %{_bindir}/dvigif
3289 %attr(755,root,root) %{_bindir}/dvipdfmx
3290 %attr(755,root,root) %{_bindir}/dvipos
3291 %attr(755,root,root) %{_bindir}/dviselect
3292 %attr(755,root,root) %{_bindir}/dvitodvi
3293 %attr(755,root,root) %{texmfdist}/scripts/dviasm/dviasm*
3294 %{_mandir}/man1/dt2dv*
3295 %{_mandir}/man1/dv2dt*
3296 %{_mandir}/man1/dvi2tty*
3297 %{_mandir}/man1/dvibook*
3298 %{_mandir}/man1/dviconcat*
3299 %{_mandir}/man1/dvidvi*
3300 %{_mandir}/man1/dvigif*
3301 %{_mandir}/man1/dvipos*
3302 %{_mandir}/man1/dviselect*
3303 %{_mandir}/man1/dvitodvi*
3304 %{texmfdist}/dvipdfmx
3305 %{texmfdist}/fonts/cmap/dvipdfmx
3306 %{texmfdist}/fonts/map/dvipdfmx
3307
3308 %files psutils
3309 %defattr(644,root,root,755)
3310 # %dir %{texmf}/scripts/ps2eps
3311 # %doc %{texmfdist}/doc/epspdf
3312 %attr(755,root,root) %{_bindir}/epsffit
3313 %attr(755,root,root) %{_bindir}/epspdf
3314 %attr(755,root,root) %{_bindir}/epspdftk
3315 %attr(755,root,root) %{_bindir}/extractres
3316 %dir %{texmfdist}/scripts/fragmaster
3317 %attr(755,root,root) %{texmfdist}/scripts/fragmaster/fragmaster.pl
3318 %attr(755,root,root) %{_bindir}/fragmaster
3319 %attr(755,root,root) %{_bindir}/fix*
3320 %attr(755,root,root) %{_bindir}/getafm
3321 %attr(755,root,root) %{_bindir}/includeres
3322 %attr(755,root,root) %{_bindir}/ps2eps
3323 %attr(755,root,root) %{_bindir}/psbook
3324 %attr(755,root,root) %{_bindir}/psmerge
3325 %attr(755,root,root) %{_bindir}/psnup
3326 %attr(755,root,root) %{_bindir}/psresize
3327 %attr(755,root,root) %{_bindir}/psselect
3328 %attr(755,root,root) %{_bindir}/pst2pdf
3329 %attr(755,root,root) %{_bindir}/pstops
3330 %attr(755,root,root) %{_bindir}/showchar
3331 %dir %{texmfdist}/scripts/epstopdf
3332 %attr(755,root,root) %{texmfdist}/scripts/epstopdf/epstopdf.pl
3333 %attr(755,root,root) %{_bindir}/epstopdf
3334 %dir %{texmfdist}/scripts/purifyeps
3335 %attr(755,root,root) %{texmfdist}/scripts/purifyeps/purifyeps
3336 %attr(755,root,root) %{_bindir}/purifyeps
3337 %attr(755,root,root) %{texmfdist}/scripts/ps2eps/ps2eps*
3338 %{_mandir}/man1/epsffit*
3339 %{_mandir}/man1/extractres*
3340 %{_mandir}/man1/fix*
3341 %{_mandir}/man1/getafm*
3342 %{_mandir}/man1/includeres*
3343 %{_mandir}/man1/ps2eps.1*
3344 %{_mandir}/man1/psbook*
3345 %{_mandir}/man1/psmerge*
3346 %{_mandir}/man1/psnup*
3347 %{_mandir}/man1/psresize*
3348 %{_mandir}/man1/psselect*
3349 %{_mandir}/man1/pstops*
3350 %{texmfdist}/scripts/epspdf
3351 %{texmfdist}/dvips/psutils
3352
3353 %files uncategorized-utils
3354 %defattr(644,root,root,755)
3355 %attr(755,root,root) %{_bindir}/devnag
3356
3357 %files tex4ht
3358 %defattr(644,root,root,755)
3359 %dir %{texmfdist}/scripts/tex4ht
3360 # %doc %{texmfdist}/doc/generic/tex4ht
3361 %attr(755,root,root) %{_bindir}/ht
3362 %attr(755,root,root) %{_bindir}/htcontext
3363 %attr(755,root,root) %{_bindir}/htlatex
3364 %attr(755,root,root) %{_bindir}/htmex
3365 %attr(755,root,root) %{_bindir}/httex
3366 %attr(755,root,root) %{_bindir}/httexi
3367 %attr(755,root,root) %{_bindir}/htxelatex
3368 %attr(755,root,root) %{_bindir}/htxetex
3369 %attr(755,root,root) %{_bindir}/mk4ht
3370 %attr(755,root,root) %{_bindir}/t4ht
3371 %attr(755,root,root) %{_bindir}/tex4ht
3372 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
3373 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
3374 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
3375 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
3376 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
3377 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
3378 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
3379 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
3380 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
3381 # %{texmfdist}/tex/generic/tex4ht
3382 # %{texmfdist}/tex4ht
3383 # %{texmf}/scripts/tex4ht
3384
3385 %files xetex
3386 %defattr(644,root,root,755)
3387 %attr(755,root,root) %{_bindir}/xdvipdfmx
3388 %attr(755,root,root) %{_bindir}/xelatex
3389 %attr(755,root,root) %{_bindir}/xetex
3390 #%dir %{fmtdir}/xetex
3391 # %doc %{texmfdist}/doc/generic/ifxetex
3392 # %doc %{texmfdist}/doc/generic/xetex-pstricks
3393 # %doc %{texmfdist}/doc/xelatex
3394 # %doc %{texmfdist}/doc/xetex
3395 # %{texmfdist}/scripts/xetex
3396 # %{texmfdist}/tex/generic/ifxetex
3397 # %{texmfdist}/tex/generic/xetexconfig
3398 # %{texmfdist}/tex/latex/latexconfig/xelatex.ini
3399 # %{texmfdist}/tex/plain/config/xetex.ini
3400 # %{texmfdist}/tex/xelatex
3401 # %{texmfdist}/tex/xetex
3402 # %{texmf}/fmtutil/format.xetex.cnf
3403 # %{fmtdir}/xetex/xetex.fmt
3404 # %{fmtdir}/xetex/xelatex.fmt
3405 # %{fmtdir}/pdftex/xelatex.fmt
3406 # %{fmtdir}/pdftex/xetex.fmt
3407 # %{fmtdir}/xelatex
3408
3409 %files xmltex
3410 %defattr(644,root,root,755)
3411 # %attr(755,root,root) %{_bindir}/pdfxmltex
3412 # %attr(755,root,root) %{_bindir}/xmltex
3413 # %doc %{texmfdist}/doc/xmltex
3414 # %{texmfdist}/source/xmltex
3415 # %{texmfdist}/tex/xmltex
3416 # %{texmf}/fmtutil/format.xmltex.cnf
3417 # %{fmtdir}/pdftex/pdfxmltex.fmt
3418 # %{fmtdir}/pdftex/xmltex.fmt
3419 # %{fmtdir}/pdfxmltex
3420 # %{fmtdir}/xmltex
3421
3422 %files luatex
3423 # %dir %{texmfdist}/scripts/context/lua
3424 %attr(755,root,root) %{_bindir}/luatex
3425 # %attr(755,root,root) %{_bindir}/luatangle
3426 %attr(755,root,root) %{_bindir}/texlua
3427 %attr(755,root,root) %{_bindir}/texluac
3428 %attr(755,root,root) %{texmfdist}/scripts/cachepic/cachepic.tlu
3429 %attr(755,root,root) %{_bindir}/cachepic
3430 # %attr(755,root,root) %{texmfdist}/scripts/context/lua/*
3431 %attr(755,root,root) %{_bindir}/luatools
3432 %attr(755,root,root) %{texmfdist}/scripts/texlive/rungs.tlu
3433 %attr(755,root,root) %{_bindir}/rungs
3434 %attr(755,root,root) %{_bindir}/texdoc
3435 %attr(755,root,root) %{texmfdist}/scripts/texdoc/texdoc.tlu
3436 %{_mandir}/man1/luatex.1*
3437 %{_mandir}/man1/texlua.1*
3438 %{_mandir}/man1/texluac.1*
This page took 0.441549 seconds and 3 git commands to generate.