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