]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
- begin update to 2011
[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    2011
53 %define         monthday        0705
54 %define         texmfversion 20110705
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:  968d238949e8a34a1fd74c374ddfe6f1
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 %{__make}
1877
1878 %install
1879 rm -rf $RPM_BUILD_ROOT
1880 install -d $RPM_BUILD_ROOT%{_datadir} \
1881         $RPM_BUILD_ROOT%{_desktopdir} \
1882         $RPM_BUILD_ROOT%{_pixmapsdir} \
1883         $RPM_BUILD_ROOT%{_mandir}/man5 \
1884         $RPM_BUILD_ROOT/var/cache/fonts \
1885         $RPM_BUILD_ROOT/etc/cron.daily\
1886         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
1887         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
1888         $RPM_BUILD_ROOT%{fmtdir}/pdftex
1889 #       $RPM_BUILD_ROOT%{texmfdist}/source/generic \
1890 #       $RPM_BUILD_ROOT%{texmfdist}/tex/generic \
1891 #       $RPM_BUILD_ROOT%{texmfdist}/tex/plain \
1892 #       $RPM_BUILD_ROOT%{texmf}/tex
1893
1894 #    %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
1895 #    %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
1896 #    %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
1897 #    %{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
1898 #    rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
1899 #    # imho it is unneeded
1900 #    %{__rm} -r $RPM_BUILD_ROOT%{texmfdist}/doc/fonts/{ec,fc,utopia}
1901 #    %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/cefconv
1902 #
1903 #    # This is an empty directory
1904 #    %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
1905 #    # Useless binary
1906 #    %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
1907 #
1908 # commented out because of following (non-fatal) error:
1909 # Can't open texmf/web2c/texmf.cnf: No such file or directory.
1910 #perl -pi \
1911 #       -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
1912 #       -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
1913 #       texmf/web2c/texmf.cnf
1914
1915 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
1916 PATH=$RPM_BUILD_ROOT%{_bindir}:$PATH; export PATH
1917
1918
1919 %{__make} install \
1920         prefix=$RPM_BUILD_ROOT%{_prefix} \
1921         bindir=$RPM_BUILD_ROOT%{_bindir} \
1922         mandir=$RPM_BUILD_ROOT%{_mandir} \
1923         libdir=$RPM_BUILD_ROOT%{_libdir} \
1924         datadir=$RPM_BUILD_ROOT%{_datadir} \
1925         infodir=$RPM_BUILD_ROOT%{_infodir} \
1926         includedir=$RPM_BUILD_ROOT%{_includedir} \
1927         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
1928         texmf=$RPM_BUILD_ROOT%{texmf} \
1929         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
1930         texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
1931
1932 %{__mv} -f $RPM_BUILD_ROOT%{_prefix}/texmf* $RPM_BUILD_ROOT%{_datadir}
1933
1934 # requires wdiff but we don't have
1935 %{__rm} -rf $RPM_BUILD_ROOT%{texmfdist}/scripts/texdiff
1936 %{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/texdiff
1937 %{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/man
1938
1939 install -d \
1940         $RPM_BUILD_ROOT%{texmfdist}/doc/generic \
1941         $RPM_BUILD_ROOT%{texmfdist}/doc \
1942         $RPM_BUILD_ROOT%{texmfdist}/fonts/afm/public \
1943         $RPM_BUILD_ROOT%{texmfdist}/fonts/afm/vntex \
1944         $RPM_BUILD_ROOT%{texmfdist}/fonts/afm \
1945         $RPM_BUILD_ROOT%{texmfdist}/fonts/enc/dvips/vntex \
1946         $RPM_BUILD_ROOT%{texmfdist}/fonts/ofm/public \
1947         $RPM_BUILD_ROOT%{texmfdist}/fonts/ofm \
1948         $RPM_BUILD_ROOT%{texmfdist}/fonts/opentype/public \
1949         $RPM_BUILD_ROOT%{texmfdist}/fonts/opentype \
1950         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovf/public \
1951         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovf \
1952         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovp/public \
1953         $RPM_BUILD_ROOT%{texmfdist}/fonts/ovp \
1954         $RPM_BUILD_ROOT%{texmfdist}/fonts/pk/ljfour \
1955         $RPM_BUILD_ROOT%{texmfdist}/fonts/pk \
1956         $RPM_BUILD_ROOT%{texmfdist}/fonts/source/public \
1957         $RPM_BUILD_ROOT%{texmfdist}/fonts/source/vntex \
1958         $RPM_BUILD_ROOT%{texmfdist}/fonts/source \
1959         $RPM_BUILD_ROOT%{texmfdist}/fonts/tfm/public \
1960         $RPM_BUILD_ROOT%{texmfdist}/fonts/tfm/vntex \
1961         $RPM_BUILD_ROOT%{texmfdist}/fonts/truetype \
1962         $RPM_BUILD_ROOT%{texmfdist}/fonts/type1/public \
1963         $RPM_BUILD_ROOT%{texmfdist}/fonts/type1/vntex \
1964         $RPM_BUILD_ROOT%{texmfdist}/fonts/vf/public \
1965         $RPM_BUILD_ROOT%{texmfdist}/fonts/vf/vntex \
1966         $RPM_BUILD_ROOT%{texmfdist}/fonts/vf \
1967         $RPM_BUILD_ROOT%{texmfdist}/source/fonts \
1968         $RPM_BUILD_ROOT%{texmfdist}/source/generic \
1969         $RPM_BUILD_ROOT%{texmfdist}/source \
1970         $RPM_BUILD_ROOT%{texmfdist}/tex/generic \
1971         $RPM_BUILD_ROOT%{texmfdist}/tex/plain \
1972         $RPM_BUILD_ROOT%{texmfdist}/tex \
1973         $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public \
1974         $RPM_BUILD_ROOT%{texmf}/fonts/opentype \
1975         $RPM_BUILD_ROOT%{texmf}/tex
1976
1977 CURDIR=$(pwd)
1978 cd $RPM_BUILD_ROOT%{_bindir}
1979
1980 ln -sf pdftex latex
1981 ln -sf xetex xelatex
1982 ln -sf pdftex pdflatex
1983
1984
1985 ln -sf ../share/texmf-dist/scripts/fontools/afm2afm afm2afm
1986 ln -sf ../share/texmf-dist/scripts/fontools/autoinst autoinst
1987 ln -sf ../share/texmf-dist/scripts/cachepic/cachepic.tlu cachepic
1988 ln -sf ../share/texmf-dist/scripts/fontools/cmap2enc cmap2enc
1989 ln -sf ../share/texmf-dist/scripts/epstopdf/epstopdf.pl epstopdf
1990 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
1991 ln -sf ../share/texmf-dist/scripts/fig4latex/fig4latex fig4latex
1992 ln -sf ../share/texmf-dist/scripts/findhyph/findhyph findhyph
1993 ln -sf ../share/texmf-dist/scripts/fontools/font2afm font2afm
1994 ln -sf ../share/texmf-dist/scripts/fragmaster/fragmaster.pl fragmaster
1995 # ln -sf ../share/texmf-dist/scripts/texlive/getnonfreefonts.pl getnonfreefonts
1996 # ln -sf ../share/texmf-dist/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
1997 ln -sf ../share/texmf-dist/scripts/latex2man/latex2man latex2man
1998 ln -sf ../share/texmf-dist/scripts/latexmk/latexmk.pl latexmk
1999 ln -sf ../share/texmf-dist/scripts/listings-ext/listings-ext.sh listings-ext.sh
2000 ln -sf ../share/texmf-dist/scripts/mkgrkindex/mkgrkindex mkgrkindex
2001 ln -sf ../share/texmf-dist/scripts/accfonts/mkt1font mkt1font
2002 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
2003 ln -sf ../share/texmf-dist/scripts/fontools/ot2kpx ot2kpx
2004 ln -sf ../share/texmf-dist/scripts/pax/pdfannotextractor.pl pdfannotextractor
2005 ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
2006 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
2007 ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
2008 ln -sf ../share/texmf-dist/scripts/fontools/pfm2kpx pfm2kpx
2009 ln -sf ../share/texmf-dist/scripts/pkfix/pkfix.pl pkfix
2010 ln -sf ../share/texmf-dist/scripts/pkfix-helper/pkfix-helper pkfix-helper
2011 ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
2012 ln -sf ../share/texmf-dist/scripts/ps2eps/ps2eps.pl ps2eps
2013 ln -sf ../share/texmf-dist/scripts/purifyeps/purifyeps purifyeps
2014 ln -sf ../share/texmf-dist/scripts/fontools/showglyphs showglyphs
2015 ln -sf ../share/texmf-dist/scripts/splitindex/perl/splitindex.pl splitindex
2016 ln -sf ../share/texmf-dist/scripts/svn-multi/svn-multi.pl svn-multi
2017 ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
2018 ln -sf ../share/texmf-dist/scripts/texdirflatten/texdirflatten texdirflatten
2019 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
2020 ln -sf ../share/texmf-dist/scripts/texloganalyser/texloganalyser texloganalyser
2021 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
2022 ln -sf ../share/texmf-dist/scripts/ulqda/ulqda.pl ulqda
2023 ln -sf ../share/texmf-dist/scripts/accfonts/vpl2ovp vpl2ovp
2024 ln -sf ../share/texmf-dist/scripts/accfonts/vpl2vpl vpl2vpl
2025
2026 ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
2027 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
2028 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
2029 ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
2030 ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
2031 ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
2032 ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
2033 ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
2034 ln -sf ../share/texmf-dist/scripts/epstopdf/epstopdf.pl epstopdf
2035 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
2036 # ln -sf ../share/texmf/scripts/getnonfreefonts/getnonfreefonts.pl getnonfreefonts
2037 # ln -sf ../share/texmf/scripts/getnonfreefonts/getnonfreefonts.pl getnonfreefonts-sys
2038 ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
2039 ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
2040 ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
2041 ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
2042 ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
2043 ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
2044 ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
2045 ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
2046 # ln -sf ../share/texmf-dist/scripts/context/lua/luatools.lua luatools
2047 ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
2048 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
2049 ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
2050 ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
2051 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
2052 # ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
2053 # ln -sf ../share/texmf-dist/scripts/context/lua/mtxrun.lua mtxrun
2054 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
2055 ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
2056 ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
2057 ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.tlu pdfthumb
2058 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
2059 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
2060 ln -sf ../share/texmf-dist/scripts/perltex/perltex perltex
2061 ln -sf ../share/texmf-dist/scripts/pkfix/pkfix.pl pkfix
2062 ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.tlu ppower4
2063 ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
2064 ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
2065 ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
2066 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
2067 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
2068 ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
2069 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
2070 ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
2071 ln -sf ../share/texmf-dist/scripts/texcount/texcount.pl texcount
2072 ln -sf ../share/texmf/scripts/texdoc/texdoc.tlu texdoc
2073 ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
2074 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
2075 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
2076 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
2077 # ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
2078 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
2079 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
2080 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
2081 ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
2082 ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
2083 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
2084 ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
2085 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
2086
2087 cd $CURDIR
2088
2089 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
2090 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
2091
2092 # %{__make} init \
2093 #       prefix=$RPM_BUILD_ROOT%{_prefix} \
2094 #       bindir=$RPM_BUILD_ROOT%{_bindir} \
2095 #       mandir=$RPM_BUILD_ROOT%{_mandir} \
2096 #       libdir=$RPM_BUILD_ROOT%{_libdir} \
2097 #       datadir=$RPM_BUILD_ROOT%{_datadir} \
2098 #       infodir=$RPM_BUILD_ROOT%{_infodir} \
2099 #       includedir=$RPM_BUILD_ROOT%{_includedir} \
2100 #       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
2101 #       texmf=$RPM_BUILD_ROOT%{texmf}
2102
2103 # We don't need it
2104 # %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
2105 # %{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
2106
2107 perl -pi \
2108         -e "s|$RPM_BUILD_ROOT||g;" \
2109         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
2110
2111 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
2112
2113 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
2114 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
2115
2116 # not included in package
2117 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
2118 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
2119 rm -f $RPM_BUILD_ROOT%{_infodir}/dvipng*
2120 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
2121 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
2122 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
2123 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
2124 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
2125 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
2126 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
2127 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
2128 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
2129 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
2130 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
2131 rm -rf $RPM_BUILD_ROOT%{texmf}/doc/tetex
2132 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
2133 rm -f $RPM_BUILD_ROOT%{texmf}/generic/config/pdftex-dvi.tex
2134 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
2135 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
2136 rm -f $RPM_BUILD_ROOT%{texmf}/tex/generic/pdftex/glyphtounicode.tex
2137 rm -rf $RPM_BUILD_ROOT%{_datadir}/lcdf-typetools
2138 rm -rf $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pdf-trans
2139 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/hyph-utf8
2140 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/patch
2141 rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/plain/plgraph
2142 rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/pdf-trans
2143 rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/xecyr
2144
2145 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
2146 # and we can still analyze them
2147 # install -d format-logs
2148 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
2149
2150 # xindy files are in %%{texmf}
2151 rm -rf $RPM_BUILD_ROOT%{_datadir}/xindy
2152 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
2153
2154 # Create format files
2155 for format in \
2156         aleph \
2157         csplain \
2158         etex \
2159         lambda \
2160         lamed \
2161         latex \
2162         mex \
2163         mllatex \
2164         mptopdf \
2165         omega \
2166         pdfcsplain \
2167         pdfetex \
2168         pdflatex \
2169         pdftex \
2170         physe \
2171         phyzzx \
2172         tex \
2173         texsis \
2174         xetex \
2175         xelatex; do
2176 # pdfxmltex \
2177 # xmltex; do
2178
2179 %if %{with bootstrap}
2180         install -d $RPM_BUILD_ROOT%{fmtdir}/${format}
2181         touch $RPM_BUILD_ROOT%{fmtdir}/${format}/${format}.fmt
2182         touch $RPM_BUILD_ROOT%{fmtdir}/pdftex/${format}.fmt
2183 %else
2184 #######
2185 #       fmtutil --fmtdir $RPM_BUILD_ROOT%{fmtdir} --byfmt=${format}
2186 #######
2187 %endif
2188 done
2189
2190 %if %{with bootstrap}
2191 touch $RPM_BUILD_ROOT%{fmtdir}/xetex/xelatex.fmt
2192 %endif
2193 # We don't need the log files
2194 rm -f $(find $RPM_BUILD_ROOT%{fmtdir} -name "*.log")
2195
2196 %clean
2197 rm -rf $RPM_BUILD_ROOT
2198
2199 %post
2200 %fixinfodir
2201 %texhash
2202
2203 %postun
2204 %fixinfodir
2205 if [ "$1" = "1" ]; then
2206         %texhash
2207 fi
2208
2209 %post other-utils
2210 %texhash
2211
2212 %postun other-utils
2213 %texhash
2214
2215 %post jadetex
2216 %texhash
2217
2218 %postun jadetex
2219 %texhash
2220
2221 %post -n kpathsea
2222 /sbin/ldconfig
2223 %texhash
2224
2225 %postun -n kpathsea
2226 /sbin/ldconfig
2227 %texhash
2228
2229 %post -n kpathsea-devel
2230 %fixinfodir
2231 %texhash
2232
2233 %postun -n kpathsea-devel
2234 %fixinfodir
2235 %texhash
2236
2237 %post dvips
2238 %fixinfodir
2239 %texhash
2240
2241 %postun dvips
2242 %fixinfodir
2243 %texhash
2244
2245 %post dvilj
2246 %texhash
2247
2248 %postun dvilj
2249 %texhash
2250
2251 %post makeindex
2252 %texhash
2253
2254 %postun makeindex
2255 %texhash
2256
2257 %post scripts
2258 %texhash
2259
2260 %postun scripts
2261 %texhash
2262
2263 %post metapost
2264 %texhash
2265
2266 %postun metapost
2267 %texhash
2268
2269 %post mptopdf
2270 %texhash
2271
2272 %postun mptopdf
2273 %texhash
2274
2275 %post texdoctk
2276 %texhash
2277
2278 %postun texdoctk
2279 %texhash
2280
2281 %post -n xdvi
2282 %texhash
2283
2284 %postun -n xdvi
2285 %texhash
2286
2287 %post pdftex
2288 %texhash
2289
2290 %postun pdftex
2291 %texhash
2292
2293 %post phyzzx
2294 %texhash
2295
2296 %postun phyzzx
2297 %texhash
2298
2299 %post omega
2300 %texhash
2301
2302 %postun omega
2303 %texhash
2304
2305 %post plain
2306 %texhash
2307
2308 %postun plain
2309 %texhash
2310
2311 %post mex
2312 %texhash
2313
2314 %postun mex
2315 %texhash
2316
2317 %post format-mex
2318 %texhash
2319
2320 %postun format-mex
2321 %texhash
2322
2323 %post format-pdfmex
2324 %texhash
2325
2326 %postun format-pdfmex
2327 %texhash
2328
2329 %postun format-utf8mex
2330 %texhash
2331
2332 %post format-amstex
2333 %texhash
2334
2335 %postun format-amstex
2336 %texhash
2337
2338 %post csplain
2339 %texhash
2340
2341 %postun csplain
2342 %texhash
2343
2344 %post format-csplain
2345 %texhash
2346
2347 %postun format-csplain
2348 %texhash
2349
2350 %post format-pdfcsplain
2351 %texhash
2352
2353 %postun format-pdfcsplain
2354 %texhash
2355
2356 %post format-cslatex
2357 %texhash
2358
2359 %postun format-cslatex
2360 %texhash
2361
2362 %post format-pdfcslatex
2363 %texhash
2364
2365 %postun format-pdfcslatex
2366 %texhash
2367
2368 %post eplain
2369 %texhash
2370
2371 %postun eplain
2372 %texhash
2373
2374 %post format-eplain
2375 %texhash
2376
2377 %postun format-eplain
2378 %texhash
2379
2380 # ConTeXt format
2381
2382 %post context
2383 %texhash
2384
2385 %postun context
2386 %texhash
2387
2388 %post format-context-de
2389 %texhash
2390
2391 %postun format-context-de
2392 %texhash
2393
2394 %post format-context-en
2395 %texhash
2396
2397 %postun format-context-en
2398 %texhash
2399
2400 %post format-context-nl
2401 %texhash
2402
2403 %postun format-context-nl
2404 %texhash
2405
2406 %post latex
2407 %fixinfodir
2408 %texhash
2409
2410 %postun latex
2411 %fixinfodir
2412 %texhash
2413
2414 %post latex-bibtex
2415 %texhash
2416
2417 %postun latex-bibtex
2418 %texhash
2419
2420 %post latex-presentation-bin
2421 %texhash
2422
2423 %postun latex-presentation-bin
2424 %texhash
2425
2426 %post format-pdflatex
2427 %texhash
2428
2429 %postun format-pdflatex
2430 %texhash
2431
2432 %post tex-babel
2433 %texhash
2434
2435 %postun tex-babel
2436 %texhash
2437
2438 %post tex-thumbpdf
2439 %texhash
2440
2441 %postun tex-thumbpdf
2442 %texhash
2443
2444 %post fonts-other
2445 %texhash
2446
2447 %postun fonts-other
2448 %texhash
2449
2450 %post -n texconfig
2451 %texhash
2452
2453 %postun -n texconfig
2454 %texhash
2455
2456 %post xetex
2457 %texhash
2458
2459 %postun xetex
2460 %texhash
2461
2462 %post xmltex
2463 %texhash
2464
2465 %postun xmltex
2466 %texhash
2467
2468 %files
2469 %defattr(644,root,root,755)
2470
2471 # ***********
2472 # executables
2473 # ***********
2474 %attr(755,root,root) %{_bindir}/afm2tfm
2475 %attr(755,root,root) %{_bindir}/allcm
2476 %attr(755,root,root) %{_bindir}/allec
2477 %attr(755,root,root) %{_bindir}/allneeded
2478 %attr(755,root,root) %{_bindir}/cweave
2479 %attr(755,root,root) %{_bindir}/ctangle
2480 %attr(755,root,root) %{_bindir}/ctie
2481 %attr(755,root,root) %{_bindir}/dvipng
2482 %attr(755,root,root) %{_bindir}/ebb
2483 %attr(755,root,root) %{_bindir}/fmtutil
2484 %attr(755,root,root) %{_bindir}/fmtutil-sys
2485 %attr(755,root,root) %{_bindir}/fontinst
2486 %attr(755,root,root) %{_bindir}/gftodvi
2487 %attr(755,root,root) %{_bindir}/gftopk
2488 %attr(755,root,root) %{_bindir}/gftype
2489 %attr(755,root,root) %{_bindir}/gsftopk
2490 %attr(755,root,root) %{_bindir}/kpseaccess
2491 %attr(755,root,root) %{_bindir}/kpsereadlink
2492 %attr(755,root,root) %{_bindir}/kpsewhere
2493 %attr(755,root,root) %{_bindir}/mag
2494 %attr(755,root,root) %{_bindir}/mf
2495 %attr(755,root,root) %{_bindir}/mf-nowin
2496 %attr(755,root,root) %{_bindir}/mft
2497 %attr(755,root,root) %{_bindir}/mktexmf
2498 %attr(755,root,root) %{_bindir}/mktexpk
2499 %attr(755,root,root) %{_bindir}/mktextfm
2500 %attr(755,root,root) %{_bindir}/mktexfmt
2501 %attr(755,root,root) %{_bindir}/mktexlsr
2502 %attr(755,root,root) %{_bindir}/patgen
2503 %attr(755,root,root) %{_bindir}/pfb2pfa
2504 %attr(755,root,root) %{_bindir}/pk2bm
2505 %attr(755,root,root) %{_bindir}/pktogf
2506 %attr(755,root,root) %{_bindir}/pktype
2507 %attr(755,root,root) %{_bindir}/pltotf
2508 %attr(755,root,root) %{_bindir}/pooltype
2509 %attr(755,root,root) %{_bindir}/ps2frag
2510 %attr(755,root,root) %{_bindir}/ps2pk
2511 # TODO: move this file to correct subpackage ?
2512 %attr(755,root,root) %{_bindir}/ps4pdf
2513 %attr(755,root,root) %{_bindir}/tangle
2514 %attr(755,root,root) %{_bindir}/tex
2515 %attr(755,root,root) %{_bindir}/texhash
2516 %attr(755,root,root) %{_bindir}/texlinks
2517 %attr(755,root,root) %{_bindir}/tftopl
2518 %attr(755,root,root) %{_bindir}/tie
2519 %attr(755,root,root) %{_bindir}/ttf2afm
2520 %attr(755,root,root) %{_bindir}/updmap
2521 %attr(755,root,root) %{_bindir}/updmap-sys
2522 %attr(755,root,root) %{_bindir}/vftovp
2523 %attr(755,root,root) %{_bindir}/vptovf
2524 %attr(755,root,root) %{_bindir}/weave
2525
2526 %attr(755,root,root) %{texmf}/web2c/mktexnam
2527 %attr(755,root,root) %{texmf}/web2c/mktexdir
2528 %attr(755,root,root) %{texmf}/web2c/mktexupd
2529
2530 %config(noreplace,missingok) %verify(not md5 mtime size) %attr(750,root,root) /etc/cron.daily/texlive
2531
2532 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
2533 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
2534 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
2535 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
2536 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
2537
2538 %attr(1777,root,root) /var/cache/fonts
2539
2540 %{_datadir}/info/web2c.info*
2541
2542 # ***********
2543 # Directories
2544 # ***********
2545 %attr(1777,root,root) %dir %{_localstatedir}
2546 %attr(1777,root,root) %dir %{_localstatedir}/fonts
2547 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
2548
2549 %{_mandir}/man1/afm2tfm.1*
2550 %{_mandir}/man1/allcm.1*
2551 %{_mandir}/man1/allec.1*
2552 %{_mandir}/man1/allneeded.1*
2553 %{_mandir}/man1/ctangle.1*
2554 %{_mandir}/man1/ctie.1*
2555 %{_mandir}/man1/cweave.1*
2556 %{_mandir}/man1/cweb.1*
2557 %{_mandir}/man1/dvipng.1*
2558 %{_mandir}/man1/fmtutil.1*
2559 %{_mandir}/man1/fmtutil-sys.1*
2560 %{_mandir}/man1/fontinst.1*
2561 %{_mandir}/man1/gftodvi.1*
2562 %{_mandir}/man1/gftopk.1*
2563 %{_mandir}/man1/gftype.1*
2564 %{_mandir}/man1/gsftopk.1*
2565 %{_mandir}/man1/kpseaccess.1*
2566 %{_mandir}/man1/kpsereadlink.1*
2567 %{_mandir}/man1/kpsewhere.1*
2568 %{_mandir}/man1/mag.1*
2569 # %{_mandir}/man1/makempy.1*
2570 %{_mandir}/man1/mf.1*
2571 %{_mandir}/man1/mf-nowin.1*
2572 %{_mandir}/man1/mft.1*
2573 %{_mandir}/man1/mktexmf.1*
2574 %{_mandir}/man1/mktexpk.1*
2575 %{_mandir}/man1/mktextfm.1*
2576 %{_mandir}/man1/mktexfmt.1*
2577 %{_mandir}/man1/mktexlsr.1*
2578 %{_mandir}/man1/patgen.1*
2579 %{_mandir}/man1/pdfetex.1*
2580 %{_mandir}/man1/pfb2pfa.1*
2581 %{_mandir}/man1/pk2bm.1*
2582 %{_mandir}/man1/pktogf.1*
2583 %{_mandir}/man1/pktype.1*
2584 %{_mandir}/man1/pltotf.1*
2585 %{_mandir}/man1/pooltype.1*
2586 %{_mandir}/man1/ps2frag.1*
2587 %{_mandir}/man1/ps2pk.1*
2588 %{_mandir}/man1/tangle.1*
2589 %{_mandir}/man1/tex.1*
2590 %{_mandir}/man1/texexec.1*
2591 %{_mandir}/man1/texhash.1*
2592 %{_mandir}/man1/texlinks.1*
2593 %{_mandir}/man1/tftopl.1*
2594 %{_mandir}/man1/tie.1*
2595 %{_mandir}/man1/ttf2afm.1*
2596 %{_mandir}/man1/updmap.1*
2597 %{_mandir}/man1/updmap-sys.1*
2598 %{_mandir}/man1/vftovp.1*
2599 %{_mandir}/man1/vptovf.1*
2600 %{_mandir}/man1/weave.1*
2601 %{_mandir}/man5/fmtutil.cnf.5*
2602 %{_mandir}/man5/updmap.cfg.5*
2603 %{fmtdir}/pdftex/pdfetex.fmt
2604 # %{fmtdir}/pdfetex
2605 %dir %{fmtdir}/tex
2606 %{fmtdir}/tex/tex.fmt
2607 # %{fmtdir}/pdftex/tex.fmt
2608
2609 # %files jadetex
2610 # %defattr(644,root,root,755)
2611 # %dir %{texmfdist}/doc/jadetex
2612 # %doc %{texmfdist}/doc/jadetex/base
2613 # %doc %{texmfdist}/source/jadetex/base/ChangeLog*
2614 # %attr(755,root,root) %{_bindir}/jadetex
2615 # %attr(755,root,root) %{_bindir}/pdfjadetex
2616 # %{texmfdist}/source/jadetex
2617 # %exclude %{texmfdist}/source/jadetex/base/ChangeLog*
2618 # %{texmfdist}/tex/jadetex
2619 # %{texmf}/fmtutil/format.jadetex.cnf
2620
2621 %files cef-utils
2622 %defattr(644,root,root,755)
2623 %attr(755,root,root) %{_bindir}/cef*
2624
2625 %files other-utils
2626 %defattr(644,root,root,755)
2627 %dir %{texmfdist}/scripts/mkjobtexmf
2628 %attr(755,root,root) %{_bindir}/bg5+latex
2629 %attr(755,root,root) %{_bindir}/bg5+pdflatex
2630 %attr(755,root,root) %{_bindir}/bg5conv
2631 %attr(755,root,root) %{_bindir}/bg5latex
2632 %attr(755,root,root) %{_bindir}/bg5pdflatex
2633 %attr(755,root,root) %{_bindir}/bibtex8
2634 %attr(755,root,root) %{_bindir}/cfftot1
2635 %attr(755,root,root) %{_bindir}/ebong
2636 %attr(755,root,root) %{_bindir}/extconv
2637 %attr(755,root,root) %{_bindir}/extractbb
2638 %attr(755,root,root) %{_bindir}/gbklatex
2639 %attr(755,root,root) %{_bindir}/gbkpdflatex
2640 %attr(755,root,root) %{_bindir}/hbf2gf
2641 %attr(755,root,root) %{_bindir}/makeglossaries
2642 %attr(755,root,root) %{_bindir}/mkjobtexmf
2643 %attr(755,root,root) %{texmfdist}/scripts/mkjobtexmf/mkjobtexmf.pl
2644 %attr(755,root,root) %{_bindir}/mmafm
2645 %attr(755,root,root) %{_bindir}/mmpfb
2646 %attr(755,root,root) %{_bindir}/musixflx
2647 %attr(755,root,root) %{_bindir}/ofm2opl
2648 %attr(755,root,root) %{_bindir}/otfinfo
2649 %attr(755,root,root) %{_bindir}/otftotfm
2650 %dir %{texmfdist}/scripts/oberdiek
2651 %attr(755,root,root) %{texmfdist}/scripts/oberdiek/pdfatfi.pl
2652 %attr(755,root,root) %{_bindir}/pdfatfi
2653 %dir %{texmfdist}/scripts/pax
2654 %attr(755,root,root) %{texmfdist}/scripts/pax/pdfannotextractor.pl
2655 %attr(755,root,root) %{_bindir}/pdfannotextractor
2656 %attr(755,root,root) %{_bindir}/pdfclose
2657 %attr(755,root,root) %{_bindir}/pdfopen
2658 %attr(755,root,root) %{_bindir}/pdftosrc
2659 %{__perl}tex
2660 %dir %{texmfdist}/scripts/pkfix
2661 %attr(755,root,root) %{texmfdist}/scripts/pkfix/pkfix.pl
2662 %attr(755,root,root) %{_bindir}/pkfix
2663 %dir %{texmfdist}/scripts/pkfix-helper
2664 %attr(755,root,root) %{texmfdist}/scripts/pkfix-helper/pkfix-helper
2665 %attr(755,root,root) %{_bindir}/pkfix-helper
2666 %attr(755,root,root) %{_bindir}/teckit_compile
2667 %attr(755,root,root) %{_bindir}/simpdftex
2668 %attr(755,root,root) %{_bindir}/sjisconv
2669 %attr(755,root,root) %{_bindir}/sjislatex
2670 %attr(755,root,root) %{_bindir}/sjispdflatex
2671 %attr(755,root,root) %{_bindir}/synctex
2672 %attr(755,root,root) %{_bindir}/t1dotlessj
2673 %attr(755,root,root) %{_bindir}/t1lint
2674 %attr(755,root,root) %{_bindir}/t1reencode
2675 %attr(755,root,root) %{_bindir}/t1testpage
2676 %attr(755,root,root) %{_bindir}/tcdialog
2677 %attr(755,root,root) %{_bindir}/texcount
2678 %attr(755,root,root) %{_bindir}/ttf2pk
2679 %attr(755,root,root) %{_bindir}/ttf2tfm
2680 %attr(755,root,root) %{_bindir}/ttftotype42
2681 %dir %{texmfdist}/scripts/ulqda
2682 %attr(755,root,root) %{texmfdist}/scripts/ulqda/ulqda.pl
2683 %attr(755,root,root) %{_bindir}/ulqda
2684 %attr(755,root,root) %{_bindir}/vlna
2685 %attr(755,root,root) %{_bindir}/vpe
2686 %{_mandir}/man1/cfftot1.1*
2687 %{_mandir}/man1/hbf2gf.1*
2688 # %{_mandir}/man1/mkjobtexmf.1*
2689 %{_mandir}/man1/mmafm.1*
2690 %{_mandir}/man1/mmpfb.1*
2691 %{_mandir}/man1/otfinfo.1*
2692 %{_mandir}/man1/otftotfm.1*
2693 %{_mandir}/man1/pdftosrc.1*
2694 %{_mandir}/man1/synctex.1*
2695 %{_mandir}/man1/t1dotlessj.1*
2696 %{_mandir}/man1/t1lint.1*
2697 %{_mandir}/man1/t1reencode.1*
2698 %{_mandir}/man1/t1testpage.1*
2699 %{_mandir}/man1/tcdialog.1*
2700 %{_mandir}/man1/ttf2pk.1*
2701 %{_mandir}/man1/ttf2tfm.1*
2702 %{_mandir}/man1/ttftotype42.1*
2703 %{_mandir}/man1/vlna.1*
2704 %{_mandir}/man5/synctex.5*
2705 %{fmtdir}/pdftex/texsis.fmt
2706 # %{fmtdir}/texsis
2707
2708
2709
2710 %files font-utils
2711 %defattr(644,root,root,755)
2712 %attr(755,root,root) %{_bindir}/afm*
2713 %attr(755,root,root) %{_bindir}/autoinst
2714 %attr(755,root,root) %{_bindir}/cmap2enc
2715 %attr(755,root,root) %{_bindir}/font2afm
2716 # %attr(755,root,root) %{_bindir}/getnonfreefonts*
2717 %attr(755,root,root) %{_bindir}/mkt1font
2718 %attr(755,root,root) %{_bindir}/ot2kpx
2719 %attr(755,root,root) %{_bindir}/pfm2kpx
2720 %attr(755,root,root) %{_bindir}/showglyphs
2721 %attr(755,root,root) %{_bindir}/t1*
2722 %attr(755,root,root) %{_bindir}/ttfdump
2723 %attr(755,root,root) %{_bindir}/vpl*
2724 %dir %{texmfdist}/scripts/accfonts
2725 %attr(755,root,root) %{texmfdist}/scripts/accfonts/*
2726 %dir %{texmfdist}/scripts/fontools
2727 %attr(755,root,root) %{texmfdist}/scripts/fontools/*
2728 # %dir %{texmf}/scripts/getnonfreefonts
2729 # %attr(755,root,root) %{texmf}/scripts/getnonfreefonts/*
2730 %{_mandir}/man1/afm2pl.1*
2731 # %{_mandir}/man1/getnonfreefonts-sys.1
2732 # %{_mandir}/man1/getnonfreefonts.1*
2733 %{_mandir}/man1/t1*.1*
2734 %{_mandir}/man1/ttfdump.1*
2735
2736 %files -n kpathsea
2737 %defattr(644,root,root,755)
2738 # %doc %{texmf}/doc/kpathsea
2739 %attr(755,root,root) %{_bindir}/kpsepath
2740 %attr(755,root,root) %{_bindir}/kpsestat
2741 %attr(755,root,root) %{_bindir}/kpsetool
2742 %attr(755,root,root) %{_bindir}/kpsewhich
2743 %attr(755,root,root) %{_bindir}/kpsexpand
2744 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
2745 %{_libdir}/libkpathsea.la
2746 %{_mandir}/man1/kpsexpand.1*
2747 %{_mandir}/man1/kpsepath.1*
2748 %{_mandir}/man1/kpsestat.1*
2749 %{_mandir}/man1/kpsetool.1*
2750 %{_mandir}/man1/kpsewhich.1*
2751
2752 %files -n kpathsea-devel
2753 %defattr(644,root,root,755)
2754 %attr(755,root,root) %{_libdir}/libkpathsea.so
2755 %{_includedir}/kpathsea
2756 %{_infodir}/kpathsea.info*
2757
2758 %files dvips
2759 %defattr(644,root,root,755)
2760 # %dir %{texmfdist}/fonts/map/dvips/cmex
2761 # %dir %{texmf}/dvipdfm
2762 # %dir %{texmf}/fonts/map/dvipdfm
2763 # %dir %{texmf}/fonts/map/dvips
2764 # %dir %{texmf}/fonts/map/dvips/tetex
2765 # %doc %{texmf}/doc/dvips
2766 # %doc %{texmf}/doc/dvipdfm
2767 # dvi2fax requires ghostscript
2768 %attr(755,root,root) %{_bindir}/dvi2fax
2769 %attr(755,root,root) %{_bindir}/dvicopy
2770 %attr(755,root,root) %{_bindir}/dvipdfm
2771 %attr(755,root,root) %{_bindir}/dvipdft
2772 %attr(755,root,root) %{_bindir}/dvips
2773 %attr(755,root,root) %{_bindir}/dvired
2774 %attr(755,root,root) %{_bindir}/dvitomp
2775 %attr(755,root,root) %{_bindir}/dvitype
2776 %{_infodir}/dvips.info*
2777 %{_mandir}/man1/dvi2fax.1*
2778 %{_mandir}/man1/dvicopy.1*
2779 # %{_mandir}/man1/dvipdfm.1*
2780 %{_mandir}/man1/dvips.1*
2781 %{_mandir}/man1/dvired.1*
2782 %{_mandir}/man1/dvitomp.1*
2783 %{_mandir}/man1/dvitype.1*
2784 %{texmf}/dvips/base
2785 # %{texmf}/dvips/config
2786 # %{texmf}/dvips/getafm
2787 %{texmf}/dvips/gsftopk
2788 %{texmfdist}/fonts/enc/dvips/base
2789 # %{texmfdist}/fonts/map/dvips/allrunes
2790 # %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
2791 # %{texmfdist}/tex/generic/dvips
2792 # %{texmfdist}/dvips
2793 # %{texmf}/dvipdfm/config
2794 # %{texmf}/dvips/tetex/config.*
2795 # %{texmf}/fonts/enc/dvips/tetex/mtex.enc
2796 # %{texmf}/fonts/enc/dvips/afm2pl
2797 # %{texmf}/fonts/map/dvipdfm/updmap
2798 # %{texmf}/fonts/map/dvipdfm/dvipdfmx
2799
2800 %files dvilj
2801 %defattr(644,root,root,755)
2802 %attr(755,root,root) %{_bindir}/dvihp
2803 %attr(755,root,root) %{_bindir}/dvilj
2804 %attr(755,root,root) %{_bindir}/dvilj2p
2805 %attr(755,root,root) %{_bindir}/dvilj4
2806 %attr(755,root,root) %{_bindir}/dvilj4l
2807 %attr(755,root,root) %{_bindir}/dvilj6
2808 %{_mandir}/man1/dvihp.1*
2809 %{_mandir}/man1/dvilj.1*
2810 %{_mandir}/man1/dvilj2p.1*
2811 %{_mandir}/man1/dvilj4.1*
2812 %{_mandir}/man1/dvilj4l.1*
2813 %{_mandir}/man1/dvilj6.1*
2814
2815 %files makeindex
2816 %defattr(644,root,root,755)
2817 %attr(755,root,root) %{_bindir}/makeindex
2818 %attr(755,root,root) %{_bindir}/mkindex
2819 %attr(755,root,root) %{_bindir}/mkgrkindex
2820 %attr(755,root,root) %{_bindir}/rumakeindex
2821 %attr(755,root,root) %{_bindir}/splitindex
2822 %dir %{texmfdist}/scripts/splitindex
2823 %dir %{texmfdist}/scripts/splitindex/perl
2824 %attr(755,root,root) %{texmfdist}/scripts/splitindex/perl/splitindex.pl
2825 %dir %{texmfdist}/scripts/mkgrkindex
2826 %attr(755,root,root) %{texmfdist}/scripts/mkgrkindex/mkgrkindex
2827 %{_mandir}/man1/makeindex.1*
2828 %{_mandir}/man1/mkindex.1*
2829 %{_mandir}/man1/rumakeindex.1*
2830
2831 %files tlmgr
2832 %defattr(644,root,root,755)
2833 %dir %{texmf}/scripts/texlive
2834 %attr(755,root,root) %{texmf}/scripts/texlive/*.pl
2835 %attr(755,root,root) %{_bindir}/tlmgr
2836 # %dir %{texmf}/scripts/texlive/gswin32
2837 # %dir %{texmf}/scripts/texlive/lua
2838 # %dir %{texmf}/scripts/texlive/lua/texlive
2839 # %dir %{texmf}/scripts/texlive/tlmgrgui
2840 # %attr(755,root,root) %{texmf}/scripts/texlive/*.pl
2841 # %attr(755,root,root) %{texmf}/scripts/texlive/gswin32/*
2842 # %attr(755,root,root) %{texmf}/scripts/texlive/lua/texlive/*
2843 # %attr(755,root,root) %{texmf}/scripts/texlive/tlmgrgui/*.pl
2844 # %{texmf}/scripts/texlive/tlmgrgui/lang
2845
2846 %files scripts
2847 %defattr(644,root,root,755)
2848 # %dir %{texmfdist}/scripts/bengali
2849 %dir %{texmfdist}/scripts/glossaries
2850 %dir %{texmfdist}/scripts/perltex
2851 # %dir %{texmfdist}/scripts/pgfplots
2852 %dir %{texmfdist}/scripts/pst2pdf
2853 # %dir %{texmfdist}/scripts/shipunov
2854 %dir %{texmfdist}/scripts/texcount
2855 %dir %{texmfdist}/scripts/vpe
2856 %dir %{texmf}/scripts/a2ping
2857 # %dir %{texmf}/scripts/pkfix
2858 %dir %{texmf}/scripts/simpdftex
2859 %dir %{texmf}/scripts/tetex
2860 # %attr(755,root,root) %{texmfdist}/scripts/bengali/*
2861 %attr(755,root,root) %{texmfdist}/scripts/glossaries/*
2862 %attr(755,root,root) %{texmfdist}/scripts/perltex/perltex*
2863 # %attr(755,root,root) %{texmfdist}/scripts/pgfplots/*
2864 %attr(755,root,root) %{texmfdist}/scripts/pst2pdf/pst2pdf*
2865 # %attr(755,root,root) %{texmfdist}/scripts/shipunov/*
2866 %attr(755,root,root) %{texmfdist}/scripts/texcount/*
2867 %attr(755,root,root) %{texmfdist}/scripts/vpe/vpe.pl
2868 %attr(755,root,root) %{texmf}/scripts/a2ping/a2ping*
2869 # %attr(755,root,root) %{texmf}/scripts/pkfix/pkfix*
2870 %attr(755,root,root) %{texmf}/scripts/simpdftex/simpdftex*
2871 %attr(755,root,root) %{texmf}/scripts/tetex/*
2872 %attr(755,root,root) %{_bindir}/a2ping
2873 %attr(755,root,root) %{_bindir}/e2pall
2874 %dir %{texmfdist}/scripts/findhyph
2875 %attr(755,root,root) %{texmfdist}/scripts/findhyph/findhyph
2876 %attr(755,root,root) %{_bindir}/findhyph
2877 %dir %{texmfdist}/scripts/listings-ext
2878 %attr(755,root,root) %{texmfdist}/scripts/listings-ext/listings-ext.sh
2879 %attr(755,root,root) %{_bindir}/listings-ext.sh
2880 %dir %{texmfdist}/scripts/texdirflatten
2881 %attr(755,root,root) %{texmfdist}/scripts/texdirflatten/texdirflatten
2882 %attr(755,root,root) %{_bindir}/texdirflatten
2883 %{_mandir}/man1/e2pall.1*
2884 # %dir %{texmf}/texdoc
2885 # %doc %{texmf}/doc/texdoc
2886 # %config(noreplace) %verify(not md5 mtime size) %{texmf}/texdoc/texdoc.cnf
2887
2888 %files metapost
2889 %defattr(644,root,root,755)
2890 # %dir %{texmfdist}/metapost
2891 # %doc %{texmfdist}/doc/metapost
2892 %attr(755,root,root) %{_bindir}/mpost
2893 # %attr(755,root,root) %{_bindir}/mpto
2894 # %{texmfdist}/metapost/base
2895 # %{texmfdist}/metapost/config
2896 # %{texmfdist}/metapost/mfpic
2897 # %{texmfdist}/metapost/misc
2898 # %{texmfdist}/metapost/support
2899 # %{texmfdist}/source/metapost
2900 %{_mandir}/man1/mpost.1*
2901 # %{_mandir}/man1/mpto.1*
2902 # %{texmf}/fmtutil/format.metapost.cnf
2903
2904 %files mptopdf
2905 %defattr(644,root,root,755)
2906 %attr(755,root,root) %{_bindir}/mptopdf
2907 %{_mandir}/man1/mptopdf.1*
2908 # %{texmfdist}/tex/mptopdf
2909 %{fmtdir}/pdftex/mptopdf.fmt
2910 # %{fmtdir}/mptopdf
2911
2912 %files texdoctk
2913 %defattr(644,root,root,755)
2914 %attr(755,root,root) %{_bindir}/texdoctk
2915 # %{texmf}/texdoctk
2916 %{_mandir}/man1/texdoctk.1*
2917
2918 %files -n texconfig
2919 %defattr(644,root,root,755)
2920 %dir %{texmf}/texconfig
2921 %doc %{texmf}/texconfig/README
2922 %attr(755,root,root) %{_bindir}/texconfig
2923 %attr(755,root,root) %{_bindir}/texconfig-dialog
2924 %attr(755,root,root) %{_bindir}/texconfig-sys
2925 %attr(755,root,root) %{texmf}/texconfig/tcfmgr
2926 %{_mandir}/man1/texconfig.1*
2927 %{_mandir}/man1/texconfig-sys.1*
2928 %{texmf}/texconfig/g
2929 %{texmf}/texconfig/generic
2930 %{texmf}/texconfig/tcfmgr.map
2931 %{texmf}/texconfig/v
2932 %{texmf}/texconfig/x
2933
2934 %if %{with xindy}
2935 %files -n xindy
2936 %defattr(644,root,root,755)
2937 %doc %{texmf}/doc/xindy
2938 %dir %{texmf}/xindy
2939 %dir %{texmf}/xindy/lang
2940 %dir %{texmf}/scripts/xindy
2941 %attr(755,root,root) %{texmf}/scripts/xindy/*
2942 %attr(755,root,root) %{_bindir}/tex2xindy
2943 %attr(755,root,root) %{_bindir}/xindy
2944 %attr(755,root,root) %{_bindir}/texindy
2945 %{_libdir}/xindy
2946 %{texmf}/xindy/base
2947 %{texmf}/xindy/class
2948 %{texmf}/xindy/ord
2949 %{texmf}/xindy/rules
2950 %{texmf}/xindy/styles
2951 %{texmf}/xindy/tex
2952 %{_mandir}/man1/tex2xindy.1*
2953 %{_mandir}/man1/texindy.1*
2954 %{_mandir}/man1/xindy.1*
2955
2956 %files -n xindy-albanian
2957 %defattr(644,root,root,755)
2958 %{texmf}/xindy/lang/albanian
2959
2960 %files -n xindy-belarusian
2961 %defattr(644,root,root,755)
2962 %{texmf}/xindy/lang/belarusian
2963
2964 %files -n xindy-bulgarian
2965 %defattr(644,root,root,755)
2966 %{texmf}/xindy/lang/bulgarian
2967
2968 %files -n xindy-croatian
2969 %defattr(644,root,root,755)
2970 %{texmf}/xindy/lang/croatian
2971
2972 %files -n xindy-czech
2973 %defattr(644,root,root,755)
2974 %{texmf}/xindy/lang/czech
2975
2976 %files -n xindy-danish
2977 %defattr(644,root,root,755)
2978 %{texmf}/xindy/lang/danish
2979
2980 %files -n xindy-dutch
2981 %defattr(644,root,root,755)
2982 %{texmf}/xindy/lang/dutch
2983
2984 %files -n xindy-english
2985 %defattr(644,root,root,755)
2986 %{texmf}/xindy/lang/english
2987
2988 %files -n xindy-esperanto
2989 %defattr(644,root,root,755)
2990 %{texmf}/xindy/lang/esperanto
2991
2992 %files -n xindy-estonian
2993 %defattr(644,root,root,755)
2994 %{texmf}/xindy/lang/estonian
2995
2996 %files -n xindy-finnish
2997 %defattr(644,root,root,755)
2998 %{texmf}/xindy/lang/finnish
2999
3000 %files -n xindy-french
3001 %defattr(644,root,root,755)
3002 %{texmf}/xindy/lang/french
3003
3004 %files -n xindy-general
3005 %defattr(644,root,root,755)
3006 %{texmf}/xindy/lang/general
3007
3008 %files -n xindy-georgian
3009 %defattr(644,root,root,755)
3010 %{texmf}/xindy/lang/georgian
3011
3012 %files -n xindy-german
3013 %defattr(644,root,root,755)
3014 %{texmf}/xindy/lang/german
3015
3016 %files -n xindy-greek
3017 %defattr(644,root,root,755)
3018 %{texmf}/xindy/lang/greek
3019
3020 %files -n xindy-gypsy
3021 %defattr(644,root,root,755)
3022 %{texmf}/xindy/lang/gypsy
3023
3024 %files -n xindy-hausa
3025 %defattr(644,root,root,755)
3026 %{texmf}/xindy/lang/hausa
3027
3028 %files -n xindy-hebrew
3029 %defattr(644,root,root,755)
3030 %{texmf}/xindy/lang/hebrew
3031
3032 %files -n xindy-hungarian
3033 %defattr(644,root,root,755)
3034 %{texmf}/xindy/lang/hungarian
3035
3036 %files -n xindy-icelandic
3037 %defattr(644,root,root,755)
3038 %{texmf}/xindy/lang/icelandic
3039
3040 %files -n xindy-italian
3041 %defattr(644,root,root,755)
3042 %{texmf}/xindy/lang/italian
3043
3044 %files -n xindy-klingon
3045 %defattr(644,root,root,755)
3046 %{texmf}/xindy/lang/klingon
3047
3048 %files -n xindy-kurdish
3049 %defattr(644,root,root,755)
3050 %{texmf}/xindy/lang/kurdish
3051
3052 %files -n xindy-latin
3053 %defattr(644,root,root,755)
3054 %{texmf}/xindy/lang/latin
3055
3056 %files -n xindy-latvian
3057 %defattr(644,root,root,755)
3058 %{texmf}/xindy/lang/latvian
3059
3060 %files -n xindy-lithuanian
3061 %defattr(644,root,root,755)
3062 %{texmf}/xindy/lang/lithuanian
3063
3064 %files -n xindy-lower-sorbian
3065 %defattr(644,root,root,755)
3066 %{texmf}/xindy/lang/lower-sorbian
3067
3068 %files -n xindy-macedonian
3069 %defattr(644,root,root,755)
3070 %{texmf}/xindy/lang/macedonian
3071
3072 %files -n xindy-mongolian
3073 %defattr(644,root,root,755)
3074 %{texmf}/xindy/lang/mongolian
3075
3076 %files -n xindy-norwegian
3077 %defattr(644,root,root,755)
3078 %{texmf}/xindy/lang/norwegian
3079
3080 %files -n xindy-polish
3081 %defattr(644,root,root,755)
3082 %{texmf}/xindy/lang/polish
3083
3084 %files -n xindy-portuguese
3085 %defattr(644,root,root,755)
3086 %{texmf}/xindy/lang/portuguese
3087
3088 %files -n xindy-romanian
3089 %defattr(644,root,root,755)
3090 %{texmf}/xindy/lang/romanian
3091
3092 %files -n xindy-russian
3093 %defattr(644,root,root,755)
3094 %{texmf}/xindy/lang/russian
3095
3096 %files -n xindy-serbian
3097 %defattr(644,root,root,755)
3098 %{texmf}/xindy/lang/serbian
3099
3100 %files -n xindy-slovak
3101 %defattr(644,root,root,755)
3102 %{texmf}/xindy/lang/slovak
3103
3104 %files -n xindy-slovenian
3105 %defattr(644,root,root,755)
3106 %{texmf}/xindy/lang/slovenian
3107
3108 %files -n xindy-spanish
3109 %defattr(644,root,root,755)
3110 %{texmf}/xindy/lang/spanish
3111
3112 %files -n xindy-swedish
3113 %defattr(644,root,root,755)
3114 %{texmf}/xindy/lang/swedish
3115
3116 %files -n xindy-turkish
3117 %defattr(644,root,root,755)
3118 %{texmf}/xindy/lang/turkish
3119
3120 %files -n xindy-ukrainian
3121 %defattr(644,root,root,755)
3122 %{texmf}/xindy/lang/ukrainian
3123
3124 %files -n xindy-upper-sorbian
3125 %defattr(644,root,root,755)
3126 %{texmf}/xindy/lang/upper-sorbian
3127
3128 %files -n xindy-vietnamese
3129 %defattr(644,root,root,755)
3130 %{texmf}/xindy/lang/vietnamese/
3131 %endif
3132
3133 %files -n xdvi
3134 %defattr(644,root,root,755)
3135 %attr(755,root,root) %{_bindir}/xdvi-xaw
3136 %attr(755,root,root) %{_bindir}/xdvi
3137 %{_mandir}/man1/xdvi.1*
3138 %{_desktopdir}/xdvi.desktop
3139 %{_pixmapsdir}/xdvi.png
3140 %{texmf}/xdvi
3141
3142 %files pdftex
3143 %defattr(644,root,root,755)
3144 # %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
3145 # %dir %{texmfdist}/doc/support
3146 # %dir %{texmf}/fonts/map/pdftex
3147 # %doc %{texmfdist}/doc/pdftex
3148 # %doc %{texmfdist}/doc/support/pdfcrop
3149 %dir %{texmfdist}/scripts/pdfcrop
3150 %attr(755,root,root) %{texmfdist}/scripts/pdfcrop/pdfcrop.pl
3151 %attr(755,root,root) %{_bindir}/pdfcrop
3152 %attr(755,root,root) %{_bindir}/rpdfcrop
3153 %attr(755,root,root) %{_bindir}/pdftex
3154 %attr(755,root,root) %{_bindir}/tpic2pdftex
3155 %dir %{fmtdir}/pdftex
3156 # %{_mandir}/man1/epstopdf.1*
3157 %{_mandir}/man1/pdftex.1*
3158 %{_mandir}/man1/tpic2pdftex.1*
3159 # %{texmfdist}/fonts/enc/pdftex
3160 # %{texmfdist}/fonts/map/pdftex
3161 # %{texmf}/fmtutil/format.pdftex.cnf
3162 # %{texmf}/fonts/map/pdftex/updmap
3163 %{fmtdir}/pdftex/pdftex.fmt
3164
3165 %files phyzzx
3166 %defattr(644,root,root,755)
3167 # %attr(755,root,root) %{_bindir}/phyzzx
3168 # %dir %{texmfdist}/doc/phyzzx
3169 # %dir %{texmfdist}/tex/phyzzx
3170 # %doc %{texmfdist}/doc/phyzzx/base
3171 # %{texmfdist}/tex/phyzzx/base
3172 # %{texmfdist}/tex/phyzzx/config
3173 # %{texmf}/fmtutil/format.phyzzx.cnf
3174 %{fmtdir}/pdftex/phyzzx.fmt
3175 # %{fmtdir}/phyzzx
3176
3177 %files omega
3178 %defattr(644,root,root,755)
3179 # %doc %{texmfdist}/doc/aleph
3180 # %doc %{texmfdist}/doc/omega
3181 # %doc %{texmfdist}/doc/lambda
3182 # %dir %{texmfdist}/omega
3183 # %dir %{texmfdist}/dvips/omega
3184 %attr(755,root,root) %{_bindir}/aleph
3185 # %attr(755,root,root) %{_bindir}/lambda
3186 %attr(755,root,root) %{_bindir}/mkocp
3187 %attr(755,root,root) %{_bindir}/mkofm
3188 %attr(755,root,root) %{_bindir}/odvicopy
3189 # %attr(755,root,root) %{_bindir}/odvips
3190 %attr(755,root,root) %{_bindir}/odvitype
3191 # %attr(755,root,root) %{_bindir}/omega
3192 %attr(755,root,root) %{_bindir}/omfonts
3193 %attr(755,root,root) %{_bindir}/opl2ofm
3194 %attr(755,root,root) %{_bindir}/otangle
3195 %attr(755,root,root) %{_bindir}/otp2ocp
3196 %attr(755,root,root) %{_bindir}/outocp
3197 %attr(755,root,root) %{_bindir}/ovf2ovp
3198 %attr(755,root,root) %{_bindir}/ovp2ovf
3199 # %{texmfdist}/dvips/omega/config.omega
3200 # %{texmfdist}/dvips/omega/omega.cfg
3201 # %{texmfdist}/fonts/map/dvips/omega
3202 # %{texmfdist}/tex/generic/omegahyph
3203 # %{texmfdist}/omega/ocp
3204 # %{texmfdist}/omega/otp
3205 # %{texmfdist}/tex/lambda
3206 # %{texmfdist}/source/lambda
3207 # %{texmf}/fmtutil/format.omega.cnf
3208 # %{texmf}/fmtutil/format.aleph.cnf
3209 %{_mandir}/man1/aleph.1*
3210 # %{_mandir}/man1/lambda.1*
3211 %{_mandir}/man1/mkocp.1*
3212 %{_mandir}/man1/mkofm.1*
3213 # %{_mandir}/man1/omega.1*
3214 %{_mandir}/man1/odvicopy.1*
3215 # %{_mandir}/man1/odvips.1*
3216 %{_mandir}/man1/odvitype.1*
3217 %{_mandir}/man1/ofm2opl.1*
3218 %{_mandir}/man1/opl2ofm.1*
3219 %{_mandir}/man1/otp2ocp.1*
3220 %{_mandir}/man1/outocp.1*
3221 %{_mandir}/man1/ovf2ovp.1*
3222 %{_mandir}/man1/ovp2ovf.1*
3223 %{fmtdir}/aleph
3224 %{fmtdir}/omega
3225 # %{fmtdir}/lambda
3226 # %{fmtdir}/lamed
3227 # %{fmtdir}/pdftex/aleph.fmt
3228 # %{fmtdir}/pdftex/lambda.fmt
3229 # %{fmtdir}/pdftex/lamed.fmt
3230 # %{fmtdir}/pdftex/omega.fmt
3231
3232 %files format-mex
3233 %defattr(644,root,root,755)
3234 # %attr(755,root,root) %{_bindir}/mex
3235 # %{texmfdist}/tex/mex/config/mex.ini
3236 %{fmtdir}/pdftex/mex.fmt
3237 # %{fmtdir}/mex
3238
3239 %files format-amstex
3240 %defattr(644,root,root,755)
3241 # %attr(755,root,root) %{_bindir}/amstex
3242 # %doc %{texmfdist}/doc/amstex
3243 # %{texmfdist}/tex/amstex
3244 # %{texmf}/fmtutil/format.amstex.cnf
3245 # %{texmf}/fmtutil/format.cyramstex.cnf
3246 %{_mandir}/man1/amstex.1*
3247
3248 # %files csplain
3249 # %defattr(644,root,root,755)
3250 # %dir %{texmfdist}/doc/cslatex
3251 # %doc %{texmfdist}/doc/cslatex/base
3252 # %attr(755,root,root) %{_bindir}/csplain
3253 # %{texmfdist}/tex/csplain
3254 # %{texmf}/fmtutil/format.csplain.cnf
3255
3256 %files format-csplain
3257 %defattr(644,root,root,755)
3258 %{fmtdir}/pdftex/csplain.fmt
3259 # %{fmtdir}/csplain
3260
3261 %files format-pdfcsplain
3262 %defattr(644,root,root,755)
3263 # %attr(755,root,root) %{_bindir}/pdfcsplain
3264 %{fmtdir}/pdftex/pdfcsplain.fmt
3265 # %{fmtdir}/pdfcsplain
3266
3267 %files format-eplain
3268 %defattr(644,root,root,755)
3269 # %attr(755,root,root) %{_bindir}/eplain
3270 # %attr(755,root,root) %{_bindir}/etex
3271 %{_mandir}/man1/eplain.1*
3272 # %{_mandir}/man1/etex.1*
3273 # %{texmf}/fmtutil/format.eplain.cnf
3274 %{fmtdir}/pdftex/etex.fmt
3275 # %{fmtdir}/etex
3276
3277 %files context
3278 %defattr(644,root,root,755)
3279 %dir %{texmfdist}/scripts/context
3280 # %dir %{texmfdist}/scripts/context/ruby
3281 # %dir %{texmfdist}/scripts/context/stubs
3282 # %dir %{texmfdist}/scripts/context/stubs/unix
3283 # %attr(755,root,root) %{texmfdist}/scripts/context/stubs/unix/*
3284 %attr(755,root,root) %{_bindir}/context
3285 %attr(755,root,root) %{_bindir}/ctxtools
3286 # %attr(755,root,root) %{_bindir}/exatools
3287 %attr(755,root,root) %{_bindir}/luatools
3288 # %attr(755,root,root) %{_bindir}/makempy
3289 # %attr(755,root,root) %{_bindir}/mpstools
3290 %attr(755,root,root) %{_bindir}/mtxrun
3291 %attr(755,root,root) %{_bindir}/mtxtools
3292 %attr(755,root,root) %{_bindir}/pdftools
3293 %attr(755,root,root) %{_bindir}/pdftrimwhite
3294 %attr(755,root,root) %{_bindir}/pstopdf
3295 %attr(755,root,root) %{_bindir}/rlxtools
3296 %attr(755,root,root) %{_bindir}/runtools
3297 %attr(755,root,root) %{_bindir}/texexec
3298 %attr(755,root,root) %{_bindir}/texfind
3299 %attr(755,root,root) %{_bindir}/texfont
3300 # %attr(755,root,root) %{texmfdist}/scripts/context/ruby/texmfstart.rb
3301 %attr(755,root,root) %{_bindir}/texmfstart
3302 %attr(755,root,root) %{_bindir}/texshow
3303 %attr(755,root,root) %{_bindir}/textools
3304 %attr(755,root,root) %{_bindir}/texutil
3305 %attr(755,root,root) %{_bindir}/tmftools
3306 %attr(755,root,root) %{_bindir}/xmltools
3307 %{_mandir}/man1/ctxtools.1*
3308 # %{_mandir}/man1/pdftools.1*
3309 %{_mandir}/man1/pstopdf.1*
3310 # %{_mandir}/man1/texfind.1*
3311 # %{_mandir}/man1/texfont.1*
3312 %{_mandir}/man1/texmfstart.1*
3313 # %{_mandir}/man1/textools.1*
3314 # %{_mandir}/man1/texutil.1*
3315 # %{texmfdist}/context
3316 # %{texmfdist}/fonts/enc/dvips/context
3317 # %{texmfdist}/metapost/context
3318 # %{texmfdist}/tex/context
3319 # %exclude %{texmfdist}/tex/context/config/cont-de.ini
3320 # %exclude %{texmfdist}/tex/context/config/cont-en.ini
3321 # %exclude %{texmfdist}/tex/context/config/cont-nl.ini
3322 # %exclude %{texmfdist}/tex/context/config/cont-uk.ini
3323 # %{texmfdist}/tex/generic/context
3324 # %{texmfdist}/tex/latex/context
3325 # %{texmfdist}/bibtex/bst/context
3326 # %{texmf}/fmtutil/format.context.cnf
3327 # %{texmf}/fmtutil/format.luatex.cnf
3328 # %{texmf}/web2c/context.cnf
3329
3330 %files latex
3331 %defattr(644,root,root,755)
3332 %attr(755,root,root) %{_bindir}/lacheck
3333 %attr(755,root,root) %{_bindir}/latex
3334 %attr(755,root,root) %{_bindir}/pslatex
3335
3336 %dir %{texmfdist}/scripts/latexmk
3337 %attr(755,root,root) %{texmfdist}/scripts/latexmk/latexmk.pl
3338 %attr(755,root,root) %{_bindir}/latexmk
3339 %dir %{texmfdist}/scripts/latex2man
3340 %attr(755,root,root) %{texmfdist}/scripts/latex2man/latex2man
3341 %attr(755,root,root) %{_bindir}/latex2man
3342 %dir %{texmfdist}/scripts/svn-multi
3343 %attr(755,root,root) %{texmfdist}/scripts/svn-multi/svn-multi.pl
3344 %attr(755,root,root) %{_bindir}/svn-multi
3345 %dir %{texmfdist}/scripts/texloganalyser
3346 %attr(755,root,root) %{texmfdist}/scripts/texloganalyser/texloganalyser
3347 %attr(755,root,root) %{_bindir}/texloganalyser
3348 %dir %{texmfdist}/scripts/fig4latex
3349 %attr(755,root,root) %{texmfdist}/scripts/fig4latex/fig4latex
3350 %attr(755,root,root) %{_bindir}/fig4latex
3351 %{_mandir}/man1/lacheck.1*
3352 %{_mandir}/man1/latex.1*
3353 %{_mandir}/man1/pslatex.1*
3354 %{fmtdir}/pdftex/latex.fmt
3355 %{fmtdir}/pdftex/mllatex.fmt
3356
3357 %files latex-bibtex
3358 %defattr(644,root,root,755)
3359 %dir %{texmfdist}/bibtex
3360 # %dir %{texmfdist}/bibtex/bib
3361 # %dir %{texmfdist}/bibtex/bst
3362 %dir %{texmfdist}/bibtex/csf
3363 # %dir %{texmfdist}/doc/bibtex
3364 # %dir %{texmf}/bibtex
3365 # %doc %{texmfdist}/doc/bibtex/base
3366 # %doc %{texmfdist}/doc/latex/bibtopic
3367 # %doc %{texmfdist}/doc/latex/bibunits
3368 # %doc %{texmfdist}/doc/latex/footbib
3369 # %doc %{texmfdist}/doc/latex/natbib
3370 %doc %{texmf}/doc/bibtex8
3371 %{_mandir}/man1/bibtex.1*
3372 %{_mandir}/man1/rubibtex.1*
3373
3374 %attr(755,root,root) %{_bindir}/bibtex
3375 %attr(755,root,root) %{_bindir}/rubibtex
3376 %{texmfdist}/bibtex/csf/base
3377  
3378 %files latex-presentation-bin
3379 %defattr(644,root,root,755)
3380 %attr(755,root,root) %{_bindir}/ppower4
3381 %attr(755,root,root) %{_bindir}/pdfthumb
3382 %dir %{texmfdist}/scripts/ppower4
3383 %attr(755,root,root) %{texmfdist}/scripts/ppower4/*
3384
3385 %files format-pdflatex
3386 %defattr(644,root,root,755)
3387 %attr(755,root,root) %{_bindir}/pdflatex
3388 # %{fmtdir}/pdflatex
3389 %{fmtdir}/pdftex/pdflatex.fmt
3390 %{_mandir}/man1/pdflatex.1*
3391  
3392 %files tex-thumbpdf
3393 %defattr(644,root,root,755)
3394 # %doc %{texmfdist}/doc/generic/thumbpdf
3395 %attr(755,root,root) %{_bindir}/thumbpdf
3396 %{_mandir}/man1/thumbpdf.1*
3397 # %{texmfdist}/tex/generic/thumbpdf
3398 %{texmfdist}/scripts/thumbpdf
3399
3400 %files fonts-other
3401 %defattr(644,root,root,755)
3402 %{texmfdist}/fonts/map/glyphlist
3403
3404 %files bbox
3405 %defattr(644,root,root,755)
3406 %attr(755,root,root) %{_bindir}/bbox
3407 %{_mandir}/man1/bbox*
3408
3409 %files detex
3410 %defattr(644,root,root,755)
3411 %attr(755,root,root) %{_bindir}/detex
3412 %{_mandir}/man1/detex*
3413
3414 %files dviutils
3415 %defattr(644,root,root,755)
3416 %dir %{texmfdist}/scripts/dviasm
3417 %dir %{texmf}/fonts/cmap
3418 # %doc %{texmf}/fonts/cmap/README
3419 %attr(755,root,root) %{_bindir}/disdvi
3420 %attr(755,root,root) %{_bindir}/dt2dv
3421 %attr(755,root,root) %{_bindir}/dv2dt
3422 %attr(755,root,root) %{_bindir}/dvi2tty
3423 %attr(755,root,root) %{_bindir}/dviasm
3424 %attr(755,root,root) %{_bindir}/dvibook
3425 %attr(755,root,root) %{_bindir}/dviconcat
3426 %attr(755,root,root) %{_bindir}/dvidvi
3427 %attr(755,root,root) %{_bindir}/dvigif
3428 %attr(755,root,root) %{_bindir}/dvipdfmx
3429 %attr(755,root,root) %{_bindir}/dvipos
3430 %attr(755,root,root) %{_bindir}/dviselect
3431 %attr(755,root,root) %{_bindir}/dvitodvi
3432 %attr(755,root,root) %{texmfdist}/scripts/dviasm/dviasm*
3433 %{_mandir}/man1/dt2dv*
3434 %{_mandir}/man1/dv2dt*
3435 %{_mandir}/man1/dvi2tty*
3436 %{_mandir}/man1/dvibook*
3437 %{_mandir}/man1/dviconcat*
3438 %{_mandir}/man1/dvidvi*
3439 %{_mandir}/man1/dvigif*
3440 %{_mandir}/man1/dvipos*
3441 %{_mandir}/man1/dviselect*
3442 %{_mandir}/man1/dvitodvi*
3443 %{texmf}/dvipdfmx
3444 %{texmf}/fonts/cmap/dvipdfmx
3445 # %{texmf}/fonts/map/dvipdfmx
3446
3447 %files psutils
3448 %defattr(644,root,root,755)
3449 # %dir %{texmf}/scripts/ps2eps
3450 # %doc %{texmfdist}/doc/epspdf
3451 %attr(755,root,root) %{_bindir}/epsffit
3452 %attr(755,root,root) %{_bindir}/epspdf
3453 %attr(755,root,root) %{_bindir}/epspdftk
3454 %attr(755,root,root) %{_bindir}/extractres
3455 %dir %{texmfdist}/scripts/fragmaster
3456 %attr(755,root,root) %{texmfdist}/scripts/fragmaster/fragmaster.pl
3457 %attr(755,root,root) %{_bindir}/fragmaster
3458 %attr(755,root,root) %{_bindir}/fix*
3459 %attr(755,root,root) %{_bindir}/getafm
3460 %attr(755,root,root) %{_bindir}/includeres
3461 %attr(755,root,root) %{_bindir}/ps2eps
3462 %attr(755,root,root) %{_bindir}/psbook
3463 %attr(755,root,root) %{_bindir}/psmerge
3464 %attr(755,root,root) %{_bindir}/psnup
3465 %attr(755,root,root) %{_bindir}/psresize
3466 %attr(755,root,root) %{_bindir}/psselect
3467 %attr(755,root,root) %{_bindir}/pst2pdf
3468 %attr(755,root,root) %{_bindir}/pstops
3469 %attr(755,root,root) %{_bindir}/showchar
3470 %dir %{texmfdist}/scripts/epstopdf
3471 %attr(755,root,root) %{texmfdist}/scripts/epstopdf/epstopdf.pl
3472 %attr(755,root,root) %{_bindir}/epstopdf
3473 %dir %{texmfdist}/scripts/purifyeps
3474 %attr(755,root,root) %{texmfdist}/scripts/purifyeps/purifyeps
3475 %attr(755,root,root) %{_bindir}/purifyeps
3476 # %attr(755,root,root) %{texmf}/scripts/ps2eps/ps2eps*
3477 %{_mandir}/man1/epsffit*
3478 %{_mandir}/man1/extractres*
3479 %{_mandir}/man1/fix*
3480 %{_mandir}/man1/getafm*
3481 %{_mandir}/man1/includeres*
3482 %{_mandir}/man1/ps2eps.1*
3483 %{_mandir}/man1/psbook*
3484 %{_mandir}/man1/psmerge*
3485 %{_mandir}/man1/psnup*
3486 %{_mandir}/man1/psresize*
3487 %{_mandir}/man1/psselect*
3488 %{_mandir}/man1/pstops*
3489 %{texmfdist}/scripts/epspdf
3490 # %{texmf}/dvips/psutils
3491
3492 %files uncategorized-utils
3493 %defattr(644,root,root,755)
3494 %attr(755,root,root) %{_bindir}/devnag
3495
3496 %files tex4ht
3497 %defattr(644,root,root,755)
3498 %dir %{texmfdist}/scripts/tex4ht
3499 # %doc %{texmfdist}/doc/generic/tex4ht
3500 %attr(755,root,root) %{_bindir}/ht
3501 %attr(755,root,root) %{_bindir}/htcontext
3502 %attr(755,root,root) %{_bindir}/htlatex
3503 %attr(755,root,root) %{_bindir}/htmex
3504 %attr(755,root,root) %{_bindir}/httex
3505 %attr(755,root,root) %{_bindir}/httexi
3506 %attr(755,root,root) %{_bindir}/htxelatex
3507 %attr(755,root,root) %{_bindir}/htxetex
3508 %attr(755,root,root) %{_bindir}/mk4ht
3509 %attr(755,root,root) %{_bindir}/t4ht
3510 %attr(755,root,root) %{_bindir}/tex4ht
3511 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
3512 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
3513 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
3514 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
3515 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
3516 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
3517 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
3518 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
3519 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
3520 # %{texmfdist}/tex/generic/tex4ht
3521 # %{texmfdist}/tex4ht
3522 # %{texmf}/scripts/tex4ht
3523
3524 %files xetex
3525 %defattr(644,root,root,755)
3526 %attr(755,root,root) %{_bindir}/xdvipdfmx
3527 %attr(755,root,root) %{_bindir}/xelatex
3528 %attr(755,root,root) %{_bindir}/xetex
3529 %dir %{fmtdir}/xetex
3530 # %doc %{texmfdist}/doc/generic/ifxetex
3531 # %doc %{texmfdist}/doc/generic/xetex-pstricks
3532 # %doc %{texmfdist}/doc/xelatex
3533 # %doc %{texmfdist}/doc/xetex
3534 # %{texmfdist}/scripts/xetex
3535 # %{texmfdist}/tex/generic/ifxetex
3536 # %{texmfdist}/tex/generic/xetexconfig
3537 # %{texmfdist}/tex/latex/latexconfig/xelatex.ini
3538 # %{texmfdist}/tex/plain/config/xetex.ini
3539 # %{texmfdist}/tex/xelatex
3540 # %{texmfdist}/tex/xetex
3541 # %{texmf}/fmtutil/format.xetex.cnf
3542 %{fmtdir}/xetex/xetex.fmt
3543 %{fmtdir}/xetex/xelatex.fmt
3544 # %{fmtdir}/pdftex/xelatex.fmt
3545 # %{fmtdir}/pdftex/xetex.fmt
3546 # %{fmtdir}/xelatex
3547
3548 %files xmltex
3549 %defattr(644,root,root,755)
3550 # %attr(755,root,root) %{_bindir}/pdfxmltex
3551 # %attr(755,root,root) %{_bindir}/xmltex
3552 # %doc %{texmfdist}/doc/xmltex
3553 # %{texmfdist}/source/xmltex
3554 # %{texmfdist}/tex/xmltex
3555 # %{texmf}/fmtutil/format.xmltex.cnf
3556 # %{fmtdir}/pdftex/pdfxmltex.fmt
3557 # %{fmtdir}/pdftex/xmltex.fmt
3558 # %{fmtdir}/pdfxmltex
3559 # %{fmtdir}/xmltex
3560
3561 %files luatex
3562 # %dir %{texmfdist}/scripts/context/lua
3563 %attr(755,root,root) %{_bindir}/luatex
3564 # %attr(755,root,root) %{_bindir}/luatangle
3565 %attr(755,root,root) %{_bindir}/texlua
3566 %attr(755,root,root) %{_bindir}/texluac
3567 %attr(755,root,root) %{texmfdist}/scripts/cachepic/cachepic.tlu
3568 %attr(755,root,root) %{_bindir}/cachepic
3569 # %attr(755,root,root) %{texmfdist}/scripts/context/lua/*
3570 %attr(755,root,root) %{_bindir}/luatools
3571 %attr(755,root,root) %{_bindir}/mtxrun
3572 %attr(755,root,root) %{texmf}/scripts/texlive/rungs.tlu
3573 %attr(755,root,root) %{_bindir}/rungs
3574 %attr(755,root,root) %{_bindir}/texdoc
3575 %attr(755,root,root) %{texmf}/scripts/texdoc/texdoc.tlu
3576 %{_mandir}/man1/luatex.1*
This page took 0.532315 seconds and 3 git commands to generate.