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