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