X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=texlive.spec;h=7f38f4810e4fe959bbf1c74f7a176e6b78a1988f;hb=736380287eb77898dea8e018cd477fbd3e502cb3;hp=d6d12854892146df8f642614595a8ff02f2201fb;hpb=cc142ea96323e35e95ec3a78dd37f972a9a4cd36;p=packages%2Ftexlive.git diff --git a/texlive.spec b/texlive.spec index d6d1285..7f38f48 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,37 +1,31 @@ # TODO: -# -# MAIN TODO (sort by importnce): -# - texlive-format-pdflatex deps -# - pl updates -# - see uncategorized and *other* subpackages and split -# - context: consider more splitting, check dependencies -# - omega: consider more splitting, check dependencies -# - tdphp: is it really useful? -# - allow using Type1 fonts in others applications (symlink to -# /usr/share/fonts/Type1 ?) -# - fix package removal: -# /usr/bin/texhash[77]: kpsewhich: not found -# - drop ppc bconds once clisp is fixed on that architecture -# -# FHS TODO: -# - merge rhconfig and texmfsysvar patches -# - texmfsysvar patch: change fmtutil and web2cdir variables instead -# of creating texmfsys{config,var} variables? -# - move config files to /etc -# - merge all above with configure switch "--enable-fhs" and send it to TE -# -# TeXLive specific TODO: -# - summary/description correcting (all languages) -# - texk/web2c doesn't build (luatex option) -# - %files latex-bibtex-revtex4 -# - Check CEF/cjk! -# - texdoc: /usr/bin/env: texlua: No such file or directory -# - tlmgr: "kpsewhich" is not exported by the TeXLive::TLUtils module -# +# - get rid of /etc/cron.daily depencency from base pkg, use /etc/tmpwatch.d instead +# - cache in /var/lib? (move to /var/cache) +# - dep loops: +#error: LOOP: +#error: removing kpathsea-20080816-5.x86_64 "Requires(post): /usr/bin/texhash" from tsort relations. +#error: kpathsea-20080816-5.x86_64 Requires(post): /usr/bin/texhash +#error: removing texlive-20080816-5.x86_64 "Requires: texconfig = 1:20080816-5" from tsort relations. +#error: texlive-20080816-5.x86_64 Requires: texconfig = 1:20080816-5 +#error: removing texconfig-20080816-5.x86_64 "Requires: texlive-dvips = 1:20080816-5" from tsort relations. +#error: texconfig-20080816-5.x86_64 Requires: texlive-dvips = 1:20080816-5 +#error: removing texlive-dvips-20080816-5.x86_64 "Requires(auto): libkpathsea.so.4()(64bit)" from tsort relations. +#error: texlive-dvips-20080816-5.x86_64 Requires(auto): libkpathsea.so.4()(64bit) +#Preparing... ########################################### [100%] + %include /usr/lib/rpm/macros.perl +# Conditional build: +%bcond_without bootstrap # bootstrap build +%bcond_without xindy # do not build xindy packages + +%if %{with bootstrap} +%undefine with_xindy +%endif + # -# %%bcond_without bootstrap -# +%define year 2009 +%define monthday 1011 +%define texmfversion 20091107 Summary: TeX typesetting system and MetaFont font formatter Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung Summary(es.UTF-8): Sistema de typesetting TeX y formateador de fuentes MetaFont @@ -41,22 +35,22 @@ Summary(pl.UTF-8): System składu publikacji TeX oraz formater fontów MetaFont Summary(pt_BR.UTF-8): Sistema de typesetting TeX e formatador de fontes MetaFont Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi Name: texlive -Version: 20080816 -Release: 4 +Version: %{year}%{monthday} +Release: 5 Epoch: 1 License: distributable Group: Applications/Publishing/TeX -Source0: http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma -# Source0-md5: 554287c3e458da776edd684506048d45 -Source1: ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma -# Source1-md5: fa74072e1344e8390eb156bcda61a8b2 +Source0: http://tug.org/svn/texlive/branches/branch%{year}/Master/source/%{name}-%{version}-source.tar.xz +# Source0-md5: 053395f260549b5d48892d40b5e083eb Source4: %{name}.cron Source5: xdvi.desktop Source6: xdvi.png Source10: http://tug.ctan.org/get/macros/latex/contrib/floatflt.zip # Source10-md5: 5d9fe14d289aa81ebb6b4761169dd5f2 -Source11: http://carme.pld-linux.org/~uzsolt/sources/texlive-fonts-larm.tar.bz2 +Source11: http://carme.pld-linux.org/~uzsolt/sources/%{name}-fonts-larm.tar.bz2 # Source11-md5: df2fcc66f0c2e90785ca6c9b27dacd34 +Source12: http://www.ctan.org/get/macros/latex/contrib/foiltex.zip +# Source12-md5: 0a6b4e64fb883a68d9b288bf3421db25 Source50: http://sunsite2.icm.edu.pl/pub/tex/systems/texlive/tlnet/2008/tlpkg/TeXLive/Splashscreen.pm # Source50-md5: 5cc49f49010f27fdb02dd7053797ba19 Source51: http://sunsite2.icm.edu.pl/pub/tex/systems/texlive/tlnet/2008/tlpkg/TeXLive/TLConfig.pm @@ -85,11 +79,18 @@ Source62: http://sunsite2.icm.edu.pl/pub/tex/systems/texlive/tlnet/2008/tlpkg/Te # Source62-md5: f0fa0f2fc7aacb1e9b40eb65891a24c8 Patch0: %{name}-am.patch Patch1: %{name}-20080816-kpathsea-ar.patch +Patch2: %{name}-gcc44.patch +Patch3: %{name}-getline.patch +Patch4: %{name}-stdio.patch +Patch5: %{name}-aclocal.patch +Patch6: %{name}-libpng.patch URL: http://www.tug.org/texlive/ BuildRequires: autoconf BuildRequires: automake BuildRequires: bison +%if %{with xindy} BuildRequires: clisp +%endif BuildRequires: ed BuildRequires: expat-devel BuildRequires: ffcall-devel @@ -98,12 +99,14 @@ BuildRequires: fontconfig-devel BuildRequires: freetype-devel BuildRequires: freetype1-devel BuildRequires: gd-devel >= 2.0.33 +BuildRequires: kpathsea-devel BuildRequires: libpng-devel >= 1.2.8 BuildRequires: libtool # should this be somewhere in clisp? BuildRequires: libsigsegv BuildRequires: libstdc++-devel BuildRequires: ncurses-devel +BuildRequires: readline-devel BuildRequires: rpm-perlprov BuildRequires: rpm-pythonprov BuildRequires: sed >= 4.0 @@ -115,11 +118,27 @@ BuildRequires: tetex-format-pdflatex BuildRequires: tetex-latex-cyrillic BuildRequires: tetex-tex-babel %else -BuildRequires: texlive-fonts-cmsuper -BuildRequires: texlive-format-pdflatex -BuildRequires: texlive-latex-cyrillic -BuildRequires: texlive-tex-babel -BuildRequires: texlive-xetex +BuildRequires: %{name}-context +BuildRequires: %{name}-csplain +BuildRequires: %{name}-fonts-cmsuper +#BuildRequires: %{name}-format-amstex +#BuildRequires: %{name}-format-cslatex +BuildRequires: %{name}-format-eplain +BuildRequires: %{name}-format-mex +BuildRequires: %{name}-format-pdflatex +BuildRequires: %{name}-latex +BuildRequires: %{name}-latex-cyrillic +BuildRequires: %{name}-metapost +BuildRequires: %{name}-mex +BuildRequires: %{name}-omega +BuildRequires: %{name}-other-utils +BuildRequires: %{name}-pdftex +BuildRequires: %{name}-phyzzx +BuildRequires: %{name}-plain +BuildRequires: %{name}-tex-babel +BuildRequires: %{name}-tex-physe +BuildRequires: %{name}-xetex +BuildRequires: %{name}-xmltex # fill with future texlive BR. guesses ones for now %endif BuildRequires: /usr/bin/latex @@ -130,10 +149,9 @@ BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXmu-devel BuildRequires: xorg-lib-libXpm-devel BuildRequires: zlib-devel >= 1.2.1 -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release} -Requires: %{name}-metafont = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts +Requires: %{name}-fonts-cm +Requires: %{name}-fonts-misc Requires: awk Requires: dialog Requires: kpathsea = %{epoch}:%{version}-%{release} @@ -143,7 +161,8 @@ Requires: texconfig = %{epoch}:%{version}-%{release} Requires: textutils Suggests: tmpwatch Provides: tetex = %{epoch}:%{version}-%{release} -Provides: tetex-format-pdfetex +Provides: tetex-format-pdfetex = %{epoch}:%{version}-%{release} +Provides: tetex-metafont Obsoletes: tetex Obsoletes: tetex-afm Obsoletes: tetex-doc @@ -159,25 +178,22 @@ Obsoletes: tetex-format-pdfemex Obsoletes: tetex-format-pdfetex Obsoletes: tetex-latex-vnps Obsoletes: tetex-latex-vnr -Obsoletes: tetex-oxdvi +Obsoletes: tetex-metafont Obsoletes: tetex-oxdvi Obsoletes: tetex-plain-dvips -Obsoletes: tetex-plain-dvips -Obsoletes: tetex-plain-mathtime Obsoletes: tetex-plain-mathtime Obsoletes: tetex-plain-misc -Obsoletes: tetex-plain-misc -Obsoletes: tetex-plain-plnfss Obsoletes: tetex-plain-plnfss Obsoletes: tetex-tex-hyphen Obsoletes: tetex-tex-vietnam +Obsoletes: texlive-metafont BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define texmf %{_datadir}/texmf %define texmfdist %{texmf}-dist %define texmfdoc %{texmf}-doc %define fmtdir /var/lib/texmf/web2c -%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2; +%define texhash umask 022; [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2; %define _localstatedir /var/lib/texmf %define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ; %define fmtutil(f:) [ ! \\\( -f %{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f %{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys --byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See %{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ; @@ -234,6 +250,13 @@ aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur. TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The TeXbook' başlıklı kitabında anlatılmaktadır. +%package cef-utils +Summary: Utils for CEF (Chinese Encoding Framework) +Group: Applications/Publishing/TeX + +%description cef-utils +Utils for CEF (Chinese Encoding Framework). + %package other-utils Summary: Other utilities Group: Applications/Publishing/TeX @@ -242,6 +265,24 @@ Obsoletes: tetex-format-cyrtexinfo %description other-utils Other utilities. +%package jadetex +Summary: LaTeX macros for converting Jade TeX output into DVI/PS/PDF +Summary(pl.UTF-8): Makra LaTeXa do konwersji Jade TeXa do DVI/PS/PDF +Group: Applications/Publishing/TeX +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name}-latex = %{epoch}:%{version}-%{release} +Requires: %{name}-pdftex = %{epoch}:%{version}-%{release} +Provides: jadetex = %{epoch}:%{version}-%{release} +Obsoletes: jadetex + +%description jadetex +JadeTeX contains the additional LaTeX macros necessary for taking Jade +TeX output files and processing them as LaTeX files. + +%description -l pl.UTF-8 +JadeTeX zawiera dodatkowe makra LaTeXa potrzebne do konwersji plików +otrzymanych z Jade TeXa i przetworzenia ich jako plików LaTeXa. + %package other-utils-doc Summary: Other utilities documentation Group: Applications/Publishing/TeX @@ -731,22 +772,6 @@ Macro package developed at MIT. %description tex-ytex -l hu.UTF-8 MIT-en fejlesztett makrócsomag. -%package metafont -Summary: MetaFont -Summary(hu.UTF-8): MetaFont -Summary(pl.UTF-8): Zestaw narzędzi MetaFont -Group: Applications/Publishing/TeX -Requires(post,postun): %{_bindir}/texhash -Requires: %{name} = %{epoch}:%{version}-%{release} -Provides: tetex-metafont -Obsoletes: tetex-metafont - -%description metafont -MetaFont. - -%description metafont -l pl.UTF-8 -Zestaw narzędzi MetaFont. - %package metapost Summary: MetaPost Summary(hu.UTF-8): MetaPost @@ -754,7 +779,7 @@ Summary(pl.UTF-8): Zestaw narzędzi MetaPost Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Obsoletes: tetex-matapost +Obsoletes: tetex-metapost %description metapost MetaPost. @@ -785,6 +810,7 @@ Summary(pl.UTF-8): Konwerter MetaPost do PDF Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name}-metapost = %{epoch}:%{version}-%{release} +Obsoletes: tetex-mptopdf %description mptopdf MetaPost to PDF converter. @@ -827,17 +853,20 @@ przez administratora lub użytkownika. %package -n texconfig Summary: TeX typesetting system configurator +Summary(hu.UTF-8): TeX szövegszedő rendszer beállítása Summary(pl.UTF-8): Konfigurator systemu składu TeX Group: Applications/Publishing/TeX Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name}-dvips = %{epoch}:%{version}-%{release} -Requires: %{name}-metafont = %{epoch}:%{version}-%{release} Requires: xdvi = %{epoch}:%{version}-%{release} Obsoletes: tetex-texconfig %description -n texconfig TeX typesetting system configurator. +%description -n texconfig -l hu.UTF-8 +TeX szövegszedő rendszer beállítása. + %description -n texconfig -l pl.UTF-8 Konfigurator systemu składu TeX. @@ -846,13 +875,13 @@ Summary: X11 previewer Summary(de.UTF-8): X11-Previewer Summary(es.UTF-8): Visualizador TeX X11 Summary(fr.UTF-8): Prévisualisateur X11 +Summary(hu.UTF-8): X11 előnézet Summary(pl.UTF-8): Przeglądarka DVI dla X11 Summary(pt_BR.UTF-8): Visualizador TeX X11 Summary(tr.UTF-8): X11 öngörüntüleyici Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: %{name}-metafont = %{epoch}:%{version}-%{release} Suggests: %{name}-dvips Obsoletes: tetex-xdvi @@ -873,6 +902,10 @@ visualizar archivos dvi, como los producidos por tex y latex. xdvi est un programme s'exécutant sous le système X Window. Il sert à visualiser les fichiers dvi tels que ceux produits par tex et latex. +%description -n xdvi -l hu.UTF-8 +xdvi egyprogram, amely az X Window rendszeren fut. DVI fájlok +előnézetére használjuk, amelyet tex és latex készít. + %description -n xdvi -l pl.UTF-8 Xdvi jest programem (działającym w X Window System) do przeglądania plików DVI, produkowanych przez TeXa i LaTeXa. @@ -1376,7 +1409,6 @@ Xindy vietnamese language %description -n xindy-vietnamese -l hu.UTF-8 Xindy vietnám nyelv - %package pdftex Summary: TeX generating PDF files instead DVI Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből @@ -1384,7 +1416,9 @@ Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release} +# ams provides bluesky fonts +Requires: %{name}-fonts-ams >= %{texmfversion} +Requires: ghostscript Provides: tetex-format-pdftex = %{epoch}:%{version}-%{release} Provides: tetex-pdftex Obsoletes: tetex-format-pdftex @@ -1401,7 +1435,10 @@ Summary: PostScript Utilities Summary(hu.UTF-8): PostScript eszközök Summary(pl.UTF-8): Narzędzia do PostScriptu Group: Applications/Printing +Provides: psutils Obsoletes: psutils +Obsoletes: texlive-epsutils +Obsoletes: texlive-filters %description psutils This archive contains some utilities for manipulating PostScript @@ -1438,8 +1475,8 @@ Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release} -Requires: %{name}-plain = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-omega >= %{texmfversion} +Requires: %{name}-plain >= %{texmfversion} Obsoletes: tetex-omega %description omega @@ -1464,9 +1501,10 @@ Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} Provides: tetex-format-plain Provides: tetex-plain +Obsoletes: tetex-cyrplain +Obsoletes: tetex-format-cyrplain Obsoletes: tetex-format-plain Obsoletes: tetex-plain -Obsoletes: tetex-cyrplain %description plain Plain TeX format basic files. @@ -1482,8 +1520,8 @@ Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release} -Requires: texlive-plain = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-pl >= %{texmfversion} +Requires: %{name}-plain >= %{texmfversion} Obsoletes: tetex-mex %description mex @@ -1497,7 +1535,8 @@ Summary: MeX Plain Format Summary(pl.UTF-8): Format MeX Plain Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: texlive-mex = %{epoch}:%{version}-%{release} +Requires: %{name}-mex >= %{texmfversion} +Obsoletes: tetex-format-mex %description format-mex MeX Plain Format. @@ -1510,7 +1549,7 @@ Summary: PDFMeX Plain Format Summary(pl.UTF-8): Format PDFMeX Plain Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-mex = %{epoch}:%{version}-%{release} +Requires: %{name}-mex >= %{texmfversion} Requires: %{name}-pdftex = %{epoch}:%{version}-%{release} Obsoletes: tetex-format-pdfmex @@ -1525,7 +1564,8 @@ Summary: MeX Plain Format with UTF-8 encoded source files Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8 Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-mex = %{epoch}:%{version}-%{release} +Requires: %{name}-mex >= %{texmfversion} +Obsoletes: tetex-format-utf8mex %description format-utf8mex MeX Plain Format with UTF-8 encoded source files. @@ -1540,8 +1580,9 @@ Summary: AMS macros for Plain TeX basic files Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release} -Requires: %{name}-plain = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-ams >= %{texmfversion} +Requires: %{name}-format-amstex >= %{texmfversion} +Requires: %{name}-plain >= %{texmfversion} Provides: tetex-ams Obsoletes: tetex-ams Obsoletes: tetex-amstex @@ -1559,8 +1600,8 @@ Summary: AMS macros for Plain TeX Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-amstex = %{epoch}:%{version}-%{release} -Obsoletes: tetex-ams +Requires: %{name}-amstex >= %{texmfversion} +Obsoletes: tetex-format-amstex Obsoletes: tetex-format-cyramstex %description format-amstex @@ -1576,8 +1617,8 @@ Summary: TeX CSPlain format basic files Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release} -Requires: %{name}-plain = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-cs >= %{texmfversion} +Requires: %{name}-plain >= %{texmfversion} Provides: tetex-csplain Obsoletes: tetex-csplain @@ -1622,10 +1663,10 @@ Summary: CSLaTeX format basic files Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release} -Requires: %{name}-plain = %{epoch}:%{version}-%{release} -Obsoletes: tetex-cslatex +Requires: %{name}-fonts-cs >= %{texmfversion} +Requires: %{name}-plain >= %{texmfversion} Provides: tetex-cslatex +Obsoletes: tetex-cslatex %description cslatex CSLaTeX format basic files. @@ -1638,8 +1679,8 @@ Summary: CSLaTeX format Summary(pl.UTF-8): Format CSLaTeX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-cslatex = %{epoch}:%{version}-%{release} -Obsoletes: tetex-cslatex +Requires: %{name}-cslatex >= %{texmfversion} +Obsoletes: tetex-format-cslatex %description format-cslatex CSLaTeX format. @@ -1653,6 +1694,7 @@ Summary(pl.UTF-8): Format PDF CSLaTeX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name}-cslatex = %{epoch}:%{version}-%{release} +Obsoletes: tetex-format-pdfcslatex %description format-pdfcslatex PDF CSLaTeX format. @@ -1667,9 +1709,9 @@ Summary: EPlain format basic files Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-plain = %{epoch}:%{version}-%{release} -Obsoletes: tetex-etex +Requires: %{name}-plain >= %{texmfversion} Obsoletes: tetex-eplain +Obsoletes: tetex-etex %description eplain EPlain format basic files. @@ -1682,7 +1724,8 @@ Summary: EPlain format Summary(pl.UTF-8): Format EPlain Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-eplain = %{epoch}:%{version}-%{release} +Requires: %{name}-eplain >= %{texmfversion} +Obsoletes: tetex-format-eplain %description format-eplain EPlain format. @@ -1698,6 +1741,7 @@ Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name}-context-data Provides: tetex-context Obsoletes: tetex-context @@ -1765,21 +1809,23 @@ Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release} -Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release} -Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-latex +Requires: %{name}-tex-ruhyphen +Requires: %{name}-tex-ukrhyph # for misc/eurosym: -Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release} -Requires: %{name}-pdftex = %{epoch}:%{version}-%{release} -Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release} -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-eurosym +Requires: %{name}-latex-data +Requires: %{name}-pdftex +Requires: %{name}-tex-babel +Requires: %{name}-tex-pstricks Suggests: %{name}-fonts-jknappen -Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release} -Provides: tetex-format-latex = %{epoch}:%{version}-%{release} -Provides: tetex-latex = %{epoch}:%{version}-%{release} +Suggests: %{name}-latex-ucs +# Provides: tetex-format-latex = %{epoch}:%{version}-%{release} +# Provides: tetex-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-bibtex-koma-script -Obsoletes: tetex-format-latex -Obsoletes: tetex-latex +# Can't install texlive-latex-data, so must delete +# Obsoletes: tetex-format-latex +# Obsoletes: tetex-latex Obsoletes: tetex-latex-SIunits Obsoletes: tetex-latex-caption Obsoletes: tetex-latex-curves @@ -1897,7 +1943,7 @@ Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1 Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-ae >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Provides: tetex-latex-ae Obsoletes: tetex-latex-ae @@ -1922,6 +1968,7 @@ Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-algorith +Obsoletes: tetex-latex-algorithms %description latex-algorithms Defines a floating algorithm environment designed to work with the @@ -1936,7 +1983,7 @@ Summary: AMS math facilities for LaTeX Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-ams >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Provides: tetex-latex-ams Obsoletes: tetex-latex-ams @@ -1958,7 +2005,7 @@ Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1 Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-antp >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-antp @@ -1985,7 +2032,7 @@ Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1 Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-antt >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-antt @@ -2017,7 +2064,7 @@ Summary: Blackboard variant fonts for Computer Modern, with LaTeX support Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-bbm >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-bbm @@ -2044,7 +2091,7 @@ Summary: Sans serif blackboard bold for LaTeX Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-bbold >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-bbold @@ -2105,7 +2152,7 @@ Summary: BibTeX style files for American Mathematical Society publications Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release} +Requires: %{name}-latex-ams >= %{texmfversion} Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release} Obsoletes: tetex-bibtex-ams Obsoletes: tetex-latex-bibtex-ams @@ -2122,6 +2169,8 @@ Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release} +Obsoletes: tetex-latex-bibtex-dk + %description latex-bibtex-dk Dk-bib is a translation of the four standard BibTeX style files @@ -2302,7 +2351,7 @@ Summary: Support for CM Bright fonts in LaTeX Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-cmbright >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-cmbright @@ -2338,7 +2387,7 @@ Summary: LaTeX package and font definition files to access the Concrete math fon Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-concmath >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-concmath @@ -2451,6 +2500,19 @@ Tools to manipulate float objects. %description latex-float -l hu.UTF-8 Eszközök úszó objektuomok kezeléséhez. +%package latex-foiltex +Summary: The FoilTeX is a collection of LaTeX files for making foils +Summary(hu.UTF-8): A FoilTeX a LaTeX fájlok gyűjteménye fóliák készítéséhez +Group: Applications/Publishing/TeX +Requires(post,postun): %{_bindir}/texhash +Requires: %{name}-latex = %{epoch}:%{version}-%{release} + +%description latex-foiltex +The FoilTeX is a collection of LaTeX files for making foils. + +%description latex-foiltex -l hu.UTF-8 +A FoilTeX a LaTeX fájlok gyűjteménye fóliák készítéséhez. + %package latex-formlett Summary: Letters to multiple recipients Summary(hu.UTF-8): Levél több címzettnek ("körlevél") @@ -2490,23 +2552,6 @@ Letter document class. %description latex-gbrief -l hu.UTF-8 Levél dokumentumosztály. -%package latex-jknappen -Summary: Miscellaneous packages by Joerg Knappen -Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena -Group: Applications/Publishing/TeX -Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release} -Requires: %{name}-latex = %{epoch}:%{version}-%{release} -Obsoletes: tetex-latex-jknappen - -%description latex-jknappen -Miscellaneous macros, mostly for making use of extra fonts, by Joerg -Knappen, including sgmlcmpt. - -%description latex-jknappen -l pl.UTF-8 -Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga -Knappena. Zawiera sgmlcmpt. - %package latex-keystroke Summary: Graphical representation of keys on keyboard Summary(hu.UTF-8): A billentyűk grafikus megjelenítése @@ -2590,8 +2635,10 @@ Summary: LaTeX styles for Latin Modern family fonts Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash -Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-lm >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} +Obsoletes: tetex-latex-lm +Obsoletes: texlive-fonts-type1-lm %description latex-lm Latin Modern family of fonts, based on the Computer Modern fonts @@ -2633,6 +2680,7 @@ Summary(pl.UTF-8): Numery linii dla paragrafów Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash Requires: %{name}-latex = %{epoch}:%{version}-%{release} +Obsoletes: tetex-latex-lineno %description latex-lineno The LaTeX package lineno.sty provides line numbers on paragraphs. @@ -2844,7 +2892,17 @@ Summary: Mathematical packages Summary(hu.UTF-8): Matematikai csomagok Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash +Requires: %{name}-fonts-bbm >= %{texmfversion} +Requires: %{name}-fonts-stmaryrd >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} +Requires: %{name}-latex-ams >= %{texmfversion} +Requires: %{name}-latex-carlisle >= %{texmfversion} +Requires: %{name}-latex-psnfss >= %{texmfversion} +Requires: %{name}-latex-pst-3dplot >= %{texmfversion} +Requires: %{name}-latex-wasysym >= %{texmfversion} +Requires: %{name}-tex-pstricks >= %{texmfversion} +Requires: %{name}-tex-xkeyval >= %{texmfversion} +Requires: %{name}-tex-xypic >= %{texmfversion} # gnuplottex needs gnuplot Requires: gnuplot @@ -2889,6 +2947,7 @@ This package contains: - subdepth: unify maths subscript height. - subeqn: package for subequation numbering. - subeqnarray: equation array with sub numbering. +- tree-dvips: trees and other linguists' macros. - trfsigns: typeset transform signs. - trsym: symbols for transformations. - ulsy: extra mathematical characters. @@ -2935,6 +2994,7 @@ Ez a csomag a következőket tartalmazza: - subdepth: matematikai indexek méretének egységesítése - subeqn: alegyenletek sorszámozása - subeqnarray: egyenletek al-sorszámozása +- tree-dvips: trees and other linguists' macros - trfsigns: transzformációs jelek szedése - trsym: szimbólumok transzformációkhoz - ulsy: extra matematikai karakterek @@ -3011,7 +3071,7 @@ Ez a csomag a következőket tartalmazza: - feynmf: makrók és fontok Feynman (és más) diagramok készítésére - formula: fizikai egységek szedése - isotope: izotópok szedése -- listofsymbols: szimbólumok listákának létrehozása és kezelése +- listofsymbols: szimbólumok listájának létrehozása és kezelése - miller: miller indexek szedése - susy: Szuper-Szimmetria elmélettel kapcsolatos munkákhoz makrók @@ -3021,6 +3081,7 @@ Summary(hu.UTF-8): Biológiai csomagok Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name}-latex = %{epoch}:%{version}-%{release} +Requires: %{name}-xetex = %{epoch}:%{version}-%{release} %description latex-biology This package contains: @@ -3032,22 +3093,23 @@ Ez a csomag a következőket tartalmazza: - biocon: biológiai fajnevek szedése - dnaseq: DNS szekvenciák szedése -%package latex-presentation +%package latex-presentation-bin Summary: Presentations in LaTeX Summary(hu.UTF-8): Prezentációk LaTeX-ben Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-latex = %{epoch}:%{version}-%{release} -Suggests: %{name}-latex-prosper +Requires: %{name}-latex-foiltex >= %{texmfversion} +Requires: luatex +Suggests: %{name}-latex-prosper = %{epoch}:%{version}-%{release} -%description latex-presentation +%description latex-presentation-bin This package contains: - powerdot: a presentation class. - ppower4: a postprocessor for PDF presentations. - sciposter: make posters of ISO A3 size and larger. - tpslifonts: a LaTeX package for configuring presentation fonts. -%description latex-presentation -l hu.UTF-8 +%description latex-presentation-bin -l hu.UTF-8 Ez a csomag a következőket tartalmazza: - powerdot: egy prezentáció osztály - ppower4: egy postprocesszor PDF prezentációkhoz @@ -3058,8 +3120,6 @@ Ez a csomag a következőket tartalmazza: Summary: Chemical packages Summary(hu.UTF-8): Kémiai csomagok Group: Applications/Publishing/TeX -Group: Applications/Publishing/TeX -Requires(post,postun): %{_bindir}/texhash Requires(post,postun): %{_bindir}/texhash Requires: %{name}-latex = %{epoch}:%{version}-%{release} Suggests: %{name}-latex-lewis @@ -3153,6 +3213,7 @@ Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash Requires: %{name}-latex = %{epoch}:%{version}-%{release} +Obsoletes: tetex-latex-microtype %description latex-microtype The `microtype' package provides a LaTeX interface to pdfTeX's @@ -3202,7 +3263,7 @@ Summary: Styles for Martin Vogel's Symbol (marvosym) font Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym) Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash -Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-marvosym >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Provides: tetex-latex-marvosym Obsoletes: tetex-latex-marvosym @@ -3228,7 +3289,7 @@ Summary: LaTeX support for MetaFont and logo fonts Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-mflogo >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-mflogo @@ -3373,7 +3434,7 @@ Summary(pl.UTF-8): Przenośny format grafiki dla TeXa Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name}-latex = %{epoch}:%{version}-%{release} -Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release} +Requires: %{name}-latex-xcolor >= %{texmfversion} Obsoletes: tetex-pgf %description latex-pgf @@ -3494,6 +3555,7 @@ Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name}-latex = %{epoch}:%{version}-%{release} +Requires: %{name}-xetex = %{epoch}:%{version}-%{release} %description latex-prosper LaTeX class for high quality slides. @@ -3519,7 +3581,7 @@ Summary: LaTeX font support for common PostScript fonts Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-adobe >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Provides: tetex-latex-psnfss Obsoletes: tetex-latex-mathptm @@ -3539,7 +3601,7 @@ Summary: A PSTricks package for drawing 2D curves Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-2dplot A PSTricks package for drawing 2D curves. @@ -3552,7 +3614,7 @@ Summary: Draw 3d curves and graphs using PSTricks Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-3dplot Draw 3d curves and graphs using PSTricks. @@ -3566,7 +3628,7 @@ Summary: Produces bar charts using pstricks Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-bar Produces bar charts using pstricks. @@ -3579,7 +3641,7 @@ Summary: PSTricks package for drawing electric circuits Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-circ PSTricks package for drawing electric circuits. @@ -3592,7 +3654,7 @@ Summary: Print diffraction patterns from various apertures Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-diffraction Print diffraction patterns from various apertures. @@ -3605,7 +3667,7 @@ Summary: Euclidian geometry with pstricks Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-eucl Euclidian geometry with pstricks. @@ -3619,7 +3681,7 @@ Summary: Draw "funny" objects with PSTricks Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-fun Draw "funny" objects with PSTricks. @@ -3632,7 +3694,7 @@ Summary: PSTricks package for plotting mathematical functions Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-func PSTricks package for plotting mathematical functions. @@ -3645,7 +3707,7 @@ Summary: Draw 3-dimensional framed boxes using PSTricks Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-fr3d Draw 3-dimensional framed boxes using PSTricks. @@ -3658,7 +3720,7 @@ Summary: Draw fractal sets using PSTricks Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-fractal Draw fractal sets using PSTricks. @@ -3671,7 +3733,7 @@ Summary: Using pstricks plotting capacities with infix expressions rather than R Summary(hu.UTF-8): Infix kifejezések ábrázolása Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-infixplot Using pstricks plotting capacities with infix expressions rather than @@ -3685,7 +3747,7 @@ Summary: Enhancement of PostScript math operators to use with pstricks Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-math Enhancement of PostScript math operators to use with pstricks. @@ -3698,7 +3760,7 @@ Summary: Three dimensional objects using PSTricks Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-ob3d Three dimensional objects using PSTricks. @@ -3711,7 +3773,7 @@ Summary: Drawing optical experimental setups Summary(hu.UTF-8): Optikai összeállítások rajzolása Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-optexp Drawing optical experimental setups. @@ -3724,7 +3786,7 @@ Summary: Drawing optics diagrams Summary(hu.UTF-8): Optikai ábrák rajzolása Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-optic Drawing optics diagrams. @@ -3737,7 +3799,7 @@ Summary: Text and character manipulation in PSTricks Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-text Text and character manipulation in PSTricks. @@ -3750,7 +3812,7 @@ Summary: Other uncategorized PSTricks packages Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-pstricks >= %{texmfversion} %description latex-pst-uncategorized Other uncategorized PSTricks packages. @@ -3763,7 +3825,7 @@ Summary: PX fonts LaTeX support Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-px >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-pxfonts @@ -3778,7 +3840,7 @@ Summary: Package to typeset SI units, numbers and angles Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash -Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release} +Requires: %{name}-latex-ams >= %{texmfversion} %description latex-SIstyle Package to typeset SI units, numbers and angles. @@ -3791,7 +3853,7 @@ Summary: The SIunits package can be used to standardise the use of units in your Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash -Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release} +Requires: %{name}-latex-ams >= %{texmfversion} %description latex-SIunits The SIunits package can be used to standardise the use of units in @@ -3867,7 +3929,7 @@ Summary: TX fonts LaTeX support Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-tx >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Obsoletes: tetex-latex-txfonts @@ -3910,7 +3972,7 @@ Summary: Extra characters from the Waldis symbol fonts Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-wasy >= %{texmfversion} Requires: %{name}-latex = %{epoch}:%{version}-%{release} Provides: tetex-latex-wasysym Obsoletes: tetex-latex-wasysym @@ -3967,10 +4029,11 @@ Summary: PDF LaTeX macro package Summary(pl.UTF-8): Pakiet makr PDF LaTeX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-jknappen +Requires: %{name}-fonts-type1-urw Requires: %{name}-latex = %{epoch}:%{version}-%{release} -Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release} -Requires: %{name}-metafont = %{epoch}:%{version}-%{release} +Requires: %{name}-latex-psnfss Requires: %{name}-pdftex = %{epoch}:%{version}-%{release} Provides: tetex-format-pdflatex Obsoletes: tetex-format-pdflatex @@ -4124,7 +4187,8 @@ Summary: PostScript macros for TeX Summary(pl.UTF-8): Makra postscriptowe dla TeXa Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash -Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release} +Requires: %{name}-dvips = %{epoch}:%{version}-%{release} +Requires: %{name}-tex-misc >= %{texmfversion} Provides: tetex-tex-pstricks Obsoletes: tetex-tex-pstricks @@ -4151,7 +4215,7 @@ Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-qpxqtx >= %{texmfversion} Obsoletes: tetex-tex-qpx Obsoletes: tetex-tex-qtx @@ -4199,8 +4263,8 @@ Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w jęz Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Obsoletes: tetex-tex-spanishb Obsoletes: tetex-tex-spanish +Obsoletes: tetex-tex-spanishb %description tex-spanish Various TeX related files for typesetting documents written in @@ -4281,6 +4345,8 @@ Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} +Obsoletes: tetex-latex-urwvn +Obsoletes: tetex-latex-vietnam Obsoletes: tetex-tex-vietnam %description latex-vietnam @@ -4295,7 +4361,8 @@ Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-xypic >= %{texmfversion} +Obsoletes: tetex-tex-xypic Obsoletes: tetex-xypic %description tex-xypic @@ -4315,6 +4382,7 @@ Summary(pl.UTF-8): Rozszerzenie do pakietu keyval Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash Requires: %{name} = %{epoch}:%{version}-%{release} +Obsoletes: tetex-tex-xkeyval %description tex-xkeyval Extension to keyval package. @@ -4335,13 +4403,20 @@ TeX font directories. %description dirs-fonts -l pl.UTF-8 Katalogi fontów TeXa. +%package font-utils +Summary: Font utilities +Group: Fonts + +%description font-utils +Font utilities. + # # Fonts packages # %package fonts-adobe Summary: Adobe fonts Summary(pl.UTF-8): Fonty Adobe Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-adobe Obsoletes: tetex-fonts-adobe @@ -4354,7 +4429,7 @@ Fonty Adobe. %package fonts-larm Summary: Larm (cyrillic) fonts Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-larm Larm (cyrillic) fonts. @@ -4363,7 +4438,7 @@ Larm (cyrillic) fonts. Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1 Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-ae %description fonts-ae @@ -4376,7 +4451,8 @@ Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1. Summary: AMS fonts Summary(pl.UTF-8): Fonty AMS Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} +Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release} Provides: tetex-fonts-ams Obsoletes: tetex-fonts-ams @@ -4390,7 +4466,7 @@ Fonty AMS. Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1 Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-antp %description fonts-antp @@ -4404,7 +4480,7 @@ Type 1. Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1 Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-antt %description fonts-antt @@ -4416,7 +4492,7 @@ Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1. %package fonts-arphic Summary: Arphic fonts Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-arphic Arphic fonts. @@ -4425,7 +4501,7 @@ Arphic fonts. Summary: Blackboard variant fonts for Computer Modern, with LaTeX support Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-bbm %description fonts-bbm @@ -4438,7 +4514,7 @@ Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa. Summary: Sans serif blackboard bold for LaTeX Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-bbold %description fonts-bbold @@ -4451,7 +4527,7 @@ Tablicowy tłusty font sans serif dla LaTeXa. Summary: Bitstream fonts Summary(pl.UTF-8): Fonty Bitstream Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-bitstrea %description fonts-bitstream @@ -4464,7 +4540,7 @@ Fonty Bitstream. Summary: Polish version of Computer Concrete fonts Summary(pl.UTF-8): Polska wersja fontów Computer Concrete Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-cc-pl %description fonts-cc-pl @@ -4477,7 +4553,7 @@ Polska wersja fontów Computer Concrete. Summary: Compugraphic fonts Summary(pl.UTF-8): Fonty Compugraphic Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-cg %description fonts-cg @@ -4490,7 +4566,7 @@ Fonty Compugraphic. Summary: Computer Modern fonts Summary(pl.UTF-8): Fonty Computer Modern Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-cm Obsoletes: tetex-fonts-cm @@ -4504,7 +4580,7 @@ Fonty Computer Modern. Summary: CM Bright fonts Summary(pl.UTF-8): Fonty CM Bright Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-cmbright %description fonts-cmbright @@ -4517,7 +4593,7 @@ Fonty CM Bright. Summary: CM Super fonts Summary(hu.UTF-8): CM Super betűtípus Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-cmsuper CM Super fonts. @@ -4530,9 +4606,10 @@ CM Super betűtípus Summary: Computer Modern fonts extended with Russian letters Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-cmcyr Obsoletes: tetex-fonts-cmcyr +Obsoletes: texlive-fonts-type1-cmcyr %description fonts-cmcyr Computer Modern fonts extended with Russian letters. @@ -4544,7 +4621,7 @@ Fonty Computer Modern rozszerzone o litery rosyjskie. Summary: Extra Computer Modern fonts, from the American Mathematical Society Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-cmextra Obsoletes: tetex-fonts-cmextra @@ -4558,7 +4635,7 @@ Dodatkowe fonty Computer Modern z AMS (American Mathematical Society). Summary: Concrete Math fonts Summary(pl.UTF-8): Fonty matematyczne Concrete Math Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-concmath %description fonts-concmath @@ -4571,7 +4648,7 @@ Fonty matematyczne Concrete Math. Summary: Concrete Roman fonts Summary(pl.UTF-8): Fonty Concrete Roman Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-concrete %description fonts-concrete @@ -4586,7 +4663,7 @@ przeznaczone do używania z fontami matematycznymi Euler. Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-cs %description fonts-cs @@ -4600,7 +4677,7 @@ czeskiego i słowackiego. Summary: Sources for the European Concrete fonts Summary(pl.UTF-8): Źródła dla fontów European Concrete Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-ecc %description fonts-ecc @@ -4617,7 +4694,7 @@ tekstowymi fontami towarzyszącymi. Summary: The new European currency symbol for the Euro Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-eurosym %description fonts-eurosym @@ -4634,7 +4711,7 @@ różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego). Summary: The Virtual Euler Math fonts Summary(pl.UTF-8): Fonty Virtual Euler Math Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-eulervm %description fonts-eulervm @@ -4655,7 +4732,7 @@ matematycznych i może być dostępny używalny symbol \hslash. Summary: Fonts similar to EUSM but with two more characters Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-euxm %description fonts-euxm @@ -4670,7 +4747,7 @@ dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive. Summary: Gothic and ornamental initial fonts by Yannis Haralambous Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-gothic %description fonts-gothic @@ -4683,7 +4760,7 @@ Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa. Summary: Converted mflogo font Summary(pl.UTF-8): Przekonwertowany font mflogo Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-hoekwater %description fonts-hoekwater @@ -4700,9 +4777,12 @@ stmaryrd, wasy, wasy2, xipa. Summary: Miscellaneous packages by Joerg Knappen Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} +Requires: %{name}-latex = %{epoch}:%{version}-%{release} Provides: tetex-fonts-jknappen Obsoletes: tetex-fonts-jknappen +Obsoletes: tetex-latex-jknappen +Obsoletes: texlive-latex-jknappen %description fonts-jknappen Miscellaneous macros, mostly for making use of extra fonts, by Joerg @@ -4716,7 +4796,7 @@ Knappena. Zawiera sgmlcmpt. Summary: A complete set of fonts for text and mathematics Summary(hu.UTF-8): Betűtípusok teljes készlete (matematikai) szövegekhez Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-kpfonts A complete set of fonts for text and mathematics. @@ -4728,7 +4808,7 @@ Betűtípusok teljes készlete (matematikai) szövegekhez. Summary: Basic LaTeX fonts Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-latex Obsoletes: tetex-fonts-latex @@ -4742,7 +4822,7 @@ Podstawowe fonty dla LaTeXa. Summary: Olga Lapko's LH fonts Summary(pl.UTF-8): Fonty LH Olgi Lapko Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-lh %description fonts-lh @@ -4755,7 +4835,7 @@ Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą). Summary: Latin Modern family fonts Summary(pl.UTF-8): Fonty z rodziny Latin Modern Group: Applications/Publishing/TeX -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-lm %description fonts-lm @@ -4784,7 +4864,7 @@ tymi wszystkimi plikami. Autorem jest Bogusław Jackowski. Summary: Martin Vogel's Symbol (marvosym) font Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym) Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-marvosym %description fonts-marvosym @@ -4807,7 +4887,7 @@ krawieckie; znak CE i inne. Summary: Logo fonts Summary(pl.UTF-8): Fonty logo Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-mflogo %description fonts-mflogo @@ -4820,7 +4900,7 @@ Fonty logo. Summary: Miscellaneous fonts Summary(pl.UTF-8): Różne fonty Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-misc %description fonts-misc @@ -4833,7 +4913,7 @@ Fonty różne. Summary: Monotype fonts Summary(pl.UTF-8): Fonty Monotype Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-monotype %description fonts-monotype @@ -4846,7 +4926,7 @@ Fonty Monotype. Summary: Fonts for Omega - extended unicode TeX Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-omega %description fonts-omega @@ -4859,26 +4939,26 @@ Fonty dla Omegi - TeXa ze wsparciem dla unikodu. Summary: Other fonts Summary(hu.UTF-8): További betűtípusok Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-cbgreek Obsoletes: tetex-fonts-dstroke Obsoletes: tetex-fonts-pazo -Obsoletes: tetex-qfonts Obsoletes: tetex-fonts-type1-dstroke Obsoletes: tetex-fonts-type1-qfonts Obsoletes: tetex-fonts-type1-tt2001 +Obsoletes: tetex-qfonts %description fonts-other Other fonts. -%description fonts-omega -l hu.UTF-8 +%description fonts-other -l hu.UTF-8 További betűtípusok. %package fonts-pl Summary: Polish fonts Summary(pl.UTF-8): Polskie fonty Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-pl %description fonts-pl @@ -4891,7 +4971,7 @@ Polskie fonty. Summary: PX fonts Summary(pl.UTF-8): Fonty PX Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-px %description fonts-px @@ -4904,10 +4984,10 @@ Fonty PX. Summary: Additional fonts for QTX package Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} # I hope qpxqtx doesn't need qfonts -# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release} +# Requires: %{name}-fonts-qfonts >= %{texmfversion} +Requires: %{name}-fonts-tx >= %{texmfversion} Obsoletes: tetex-fonts-qpx Obsoletes: tetex-fonts-qtx @@ -4921,7 +5001,7 @@ Dodatkowe fonty dla pakietu QTX. Summary: Fonts of uppercase script letters for scientific and mathematical typesetting Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-rsfs %description fonts-rsfs @@ -4940,7 +5020,7 @@ matematycznym foncie TeXowym symbol. Summary: St Mary Road symbols for functional programming Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-stmaryrd Obsoletes: tetex-fonts-stmaryrd @@ -4954,7 +5034,7 @@ Symbole St Mary Road do programowania funkcyjnego. Summary: TX fonts Summary(pl.UTF-8): Fonty TX Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-tx %description fonts-tx @@ -4966,7 +5046,7 @@ Fonty TX. %package fonts-uhc Summary: UHC fonts Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-uhc UHC fonts. @@ -4975,7 +5055,7 @@ UHC fonts. Summary: URW fonts Summary(pl.UTF-8): Fonty URW Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-urw %description fonts-urw @@ -4988,7 +5068,7 @@ Fonty URW. Summary: URWVN fonts Summary(pl.UTF-8): Fonty URWVN Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-urwvn %description fonts-urwvn @@ -5001,7 +5081,7 @@ Fonty URWVN. Summary: VNR fonts Summary(pl.UTF-8): Fonty VNR Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-vnr %description fonts-vnr @@ -5015,7 +5095,7 @@ Summary: urw35vf fonts Summary(hu.UTF-8): urw35vf betűtípus Summary(pl.UTF-8): Fonty urw35vf Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-urw35vf urw35vf fonts. @@ -5026,7 +5106,7 @@ urw35vf betűtípus. %package fonts-wadalab Summary: Wadalab fonts Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-wadalab Wadalab fonts. @@ -5035,7 +5115,7 @@ Wadalab fonts. Summary: Waldis symbol fonts Summary(pl.UTF-8): Fonty Waldis symbol Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-wasy Obsoletes: tetex-fonts-wasy @@ -5049,7 +5129,7 @@ Fonty Waldis symbol. Summary: Xy-pic fonts Summary(pl.UTF-8): Fonty Xy-pic Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-xypic %description fonts-xypic @@ -5062,7 +5142,7 @@ Fonty Xy-pic. Summary: European Modern fonts from Y&Y Summary(pl.UTF-8): Fonty European Modern od Y&Y Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-yandy %description fonts-yandy @@ -5075,7 +5155,7 @@ Fonty European Modern od Y&Y. Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1 Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-antp %description fonts-type1-antp @@ -5089,7 +5169,7 @@ Type 1. Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1 Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-antt %description fonts-type1-antt @@ -5101,7 +5181,7 @@ Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1. %package fonts-type1-arphic Summary: Type1 Arphic fonts Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-type1-arphic Type1 Arphic fonts. @@ -5110,7 +5190,7 @@ Type1 Arphic fonts. Summary: Free replacement for basic MathTime fonts Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-belleek %description fonts-type1-belleek @@ -5123,7 +5203,7 @@ Wolnodostępny zamiennik podstawowych fontów MathTime. Summary: Bitstream fonts Summary(pl.UTF-8): Fonty Bitstream Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-bitstrea %description fonts-type1-bitstream @@ -5136,7 +5216,7 @@ Fonty Bitstream. Summary: Computer Modern family fonts Summary(pl.UTF-8): Fonty z rodziny Computer Modern Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-type1-bluesky Obsoletes: tetex-fonts-type1-bluesky @@ -5150,7 +5230,7 @@ Fonty z rodzony Computer Modern. Summary: Polish version of Computer Concrete fonts Summary(pl.UTF-8): Polska wersja fontów Computer Concrete Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-cc-pl %description fonts-type1-cc-pl @@ -5163,7 +5243,7 @@ Polska wersja fontów Computer Concrete. Summary: Computer Modern fonts extended with Russian letters Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-cmcyr %description fonts-type1-cmcyr @@ -5176,7 +5256,7 @@ Fonty Computer Modern rozszerzone o litery rosyjskie. Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-cs %description fonts-type1-cs @@ -5190,7 +5270,7 @@ czeskiego i słowackiego. Summary: The new European currency symbol for the Euro Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-eurosym %description fonts-type1-eurosym @@ -5207,7 +5287,7 @@ różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego). Summary: Converted mflogo font Summary(pl.UTF-8): Przekonwertowany font mflogo Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-hoekwater %description fonts-type1-hoekwater @@ -5224,7 +5304,7 @@ stmaryrd, wasy, wasy2, xipa. Summary: SC/OsF fonts for URW Palladio L Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-fpl %description fonts-type1-fpl @@ -5257,7 +5337,7 @@ Palatino Waltera Schmidta. Summary: Type1 Latin Modern family fonts Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern Group: Applications/Publishing/TeX -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-lm %description fonts-type1-lm @@ -5286,7 +5366,7 @@ tymi wszystkimi plikami. Autorem jest Bogusław Jackowski. Summary: Martin Vogel's Symbol (marvosym) font Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym) Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-marvosym %description fonts-type1-marvosym @@ -5309,7 +5389,7 @@ krawieckie; znak CE i inne. Summary: Pazo Math fonts Summary(pl.UTF-8): Fonty matematyczne Pazo Math Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-mathpazo %description fonts-type1-mathpazo @@ -5322,7 +5402,7 @@ Fonty matematyczne Pazo Math. Summary: Type1 fonts for Omega - extended unicode TeX Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-omega %description fonts-type1-omega @@ -5335,8 +5415,8 @@ Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu. Summary: Polish fonts Summary(pl.UTF-8): Polskie fonty Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} -Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} +Requires: %{name}-fonts-type1-bluesky >= %{texmfversion} Obsoletes: tetex-fonts-type1-pl %description fonts-type1-pl @@ -5349,7 +5429,7 @@ Polskie fonty. Summary: PX fonts Summary(pl.UTF-8): Fonty PX Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-px %description fonts-type1-px @@ -5362,7 +5442,7 @@ Fonty PX. Summary: TX fonts Summary(pl.UTF-8): Fonty TX Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-tx %description fonts-type1-tx @@ -5374,7 +5454,7 @@ Fonty TX. %package fonts-type1-uhc Summary: Type1 UHC fonts Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-type1-uhc Type1 UHC fonts. @@ -5383,7 +5463,7 @@ Type1 UHC fonts. Summary: URW fonts Summary(pl.UTF-8): Fonty URW Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Provides: tetex-fonts-type1-urw Obsoletes: tetex-fonts-type1-urw @@ -5397,7 +5477,7 @@ Fonty URW. Summary: Type1 VNR fonts Summary(pl.UTF-8): Fonty Type1 VNR Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-vnr %description fonts-type1-vnr @@ -5409,7 +5489,7 @@ Fonty Type1 VNR. %package fonts-type1-wadalab Summary: Type1 Wadalab fonts Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} %description fonts-type1-wadalab Type1 Wadalab fonts. @@ -5418,7 +5498,7 @@ Type1 Wadalab fonts. Summary: Xy-pic fonts Summary(pl.UTF-8): Fonty Xy-pic Group: Fonts -Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release} +Requires: %{name}-dirs-fonts >= %{texmfversion} Obsoletes: tetex-fonts-type1-xypic %description fonts-type1-xypic @@ -5466,6 +5546,8 @@ Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat. Summary: Various DVI utils Summary(hu.UTF-8): Vegyes DVI eszközök Group: Applications/Publishing/TeX +Provides: dvi2tty +Obsoletes: dvi2tty %description dviutils This package contains various DVI utils. @@ -5473,20 +5555,6 @@ This package contains various DVI utils. %description dviutils -l hu.UTF-8 Ez a csomag mindenféle DVI eszközt tartalmaz. -%package epsutils -Summary: Various EPS utils -Group: Applications/Publishing/TeX - -%description epsutils -Various EPS (Encapsulated PostScript) utils. - -%package filters -Summary: Various filters -Group: Applications/Publishing/TeX - -%description filters -Various filters. - %package uncategorized-utils Summary: Uncategorized utils Group: Applications/Publishing/TeX @@ -5508,7 +5576,7 @@ equation representation. Summary: Extended TeX / LaTeX version for unicode Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash -Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release} +Requires: %{name}-fonts-misc >= %{texmfversion} %description xetex XeTeX extends the TeX typesetting system (and macro packages such as @@ -5520,17 +5588,32 @@ fonts. Summary: TeX package for processing XML files Group: Applications/Publishing/TeX Requires(post,postun): /usr/bin/texhash +Provides: passivetex = 1.26 +Provides: xmltex +Obsoletes: passivetex +Obsoletes: xmltex %description xmltex XMLTeX is a non-validating, namespace-aware XML parser written in TeX. It allows TeX to directly process XML files. +%package luatex +Summary: LuaTeX uses Lua scripting both as an extension to the TeX macro language and as an extension to the typesetting engine itself +Group: Applications/Publishing/TeX + +%description luatex +LuaTeX uses Lua scripting both as an extension to the TeX macro +language and as an extension to the typesetting engine itself. %prep -%setup -q -c -T -n %{name}-%{version}-source -lzma -dc %{SOURCE0} | tar xf - -C .. +%setup -q -n %{name}-%{version}-source %patch0 -p1 -%patch1 -p1 +# %patch1 -p1 +%patch2 -p1 +# %patch3 -p1 +%patch4 -p1 +# %patch5 -p1 +%patch6 -p1 CURDIR=$(pwd) cd utils/xindy/make-rules/alphabets @@ -5539,15 +5622,17 @@ cp $(find fonts -type f) . for i in larm?00.tfm; do ln -s $i $(echo $i | sed "s@larm\(.\).*@larm0\100.tfm@") ; done cd ${CURDIR} -cd libs/teckit -cat ax*.m4 > acinclude.m4 -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__automake} +## cd libs/teckit +## cat ax*.m4 > acinclude.m4 +# echo -e "KPSE_ADD_FLAGS([zlib])\nKPSE_ADD_FLAGS([libpng])\nLT_INIT" >> configure.ac +cd ${CURDIR} +# %{__libtoolize} +# %{__aclocal} +# %{__autoconf} +# %{__automake} %build -find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';' +# find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';' %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c cd texk/kpathsea %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf @@ -5556,6 +5641,7 @@ cd texk/kpathsea %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf +%{__sed} -i 's@^trie_size.*@trie_size = 1262000@' texmf.cnf cd ../.. %ifarch ppc ppc64 @@ -5563,10 +5649,13 @@ cd ../.. ulimit -s unlimited %endif +export CPPFLAGS="%{rpmcppflags} -DHAVE_PROTOTYPES" +# ./reautoconf %configure \ -%if %{with bootstrap} - --without-xindy \ -%endif + --prefix=%{_prefix} \ + --with%{!?with_xindy:out}-xindy \ + --enable-shared \ + --disable-native-texlive-build \ --without-luatex \ --disable-multiplatform \ --disable-static \ @@ -5578,9 +5667,8 @@ ulimit -s unlimited --with-fonts-dir=/var/cache/fonts \ --with-ncurses \ --with-system-freetype \ - --with-freetype-include=/usr/include/freetype \ + --with-freetype-includes=/usr/include/freetype \ --with-system-freetype2 \ - --with-freetype2-include=/usr/include/freetype2 \ --with-system-gd \ --with-system-ncurses \ --with-system-pnglib \ @@ -5604,22 +5692,25 @@ install -d $RPM_BUILD_ROOT%{_datadir} \ $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\ $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\ $RPM_BUILD_ROOT%{fmtdir}/pdftex - -lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir} -%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf} -%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist} -%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc} -%{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots -rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots -# imho it is unneeded -%{__rm} -r $RPM_BUILD_ROOT%{texmfdist}/doc/fonts/{ec,fc,utopia} -%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/cefconv - -# This is an empty directory -%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf -# Useless binary -%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386} - +# $RPM_BUILD_ROOT%{texmfdist}/source/generic \ +# $RPM_BUILD_ROOT%{texmfdist}/tex/generic \ +# $RPM_BUILD_ROOT%{texmfdist}/tex/plain \ +# $RPM_BUILD_ROOT%{texmf}/tex + +# %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf} +# %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist} +# %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc} +# %{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots +# rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots +# # imho it is unneeded +# %{__rm} -r $RPM_BUILD_ROOT%{texmfdist}/doc/fonts/{ec,fc,utopia} +# %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/cefconv +# +# # This is an empty directory +# %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf +# # Useless binary +# %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386} +# # commented out because of following (non-fatal) error: # Can't open texmf/web2c/texmf.cnf: No such file or directory. #perl -pi \ @@ -5627,9 +5718,9 @@ rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots # -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \ # texmf/web2c/texmf.cnf -install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public - LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH +PATH=$RPM_BUILD_ROOT%{_bindir}:$PATH; export PATH + %{__make} install \ prefix=$RPM_BUILD_ROOT%{_prefix} \ @@ -5644,10 +5735,100 @@ LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \ texmfsysconfig=$RPM_BUILD_ROOT%{texmf} -%{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl -# Fix broken symlinks +%{__mv} -f $RPM_BUILD_ROOT%{_prefix}/texmf* $RPM_BUILD_ROOT%{_datadir} + +# requires wdiff but we don't have +%{__rm} -rf $RPM_BUILD_ROOT%{texmfdist}/scripts/texdiff +%{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/texdiff +%{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/man + +install -d \ + $RPM_BUILD_ROOT%{texmfdist}/doc/generic \ + $RPM_BUILD_ROOT%{texmfdist}/doc \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/afm/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/afm/vntex \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/afm \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/enc/dvips/vntex \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/ofm/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/ofm \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/opentype/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/opentype \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/ovf/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/ovf \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/ovp/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/ovp \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/pk/ljfour \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/pk \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/source/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/source/vntex \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/source \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/tfm/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/tfm/vntex \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/truetype \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/type1/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/type1/vntex \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/vf/public \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/vf/vntex \ + $RPM_BUILD_ROOT%{texmfdist}/fonts/vf \ + $RPM_BUILD_ROOT%{texmfdist}/source/fonts \ + $RPM_BUILD_ROOT%{texmfdist}/source/generic \ + $RPM_BUILD_ROOT%{texmfdist}/source \ + $RPM_BUILD_ROOT%{texmfdist}/tex/generic \ + $RPM_BUILD_ROOT%{texmfdist}/tex/plain \ + $RPM_BUILD_ROOT%{texmfdist}/tex \ + $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public \ + $RPM_BUILD_ROOT%{texmf}/fonts/opentype \ + $RPM_BUILD_ROOT%{texmf}/tex + CURDIR=$(pwd) cd $RPM_BUILD_ROOT%{_bindir} + +ln -sf pdftex latex +ln -sf xetex xelatex +ln -sf pdftex pdflatex + + +ln -sf ../share/texmf-dist/scripts/fontools/afm2afm afm2afm +ln -sf ../share/texmf-dist/scripts/fontools/autoinst autoinst +ln -sf ../share/texmf-dist/scripts/cachepic/cachepic.tlu cachepic +ln -sf ../share/texmf-dist/scripts/fontools/cmap2enc cmap2enc +ln -sf ../share/texmf-dist/scripts/epstopdf/epstopdf.pl epstopdf +ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools +ln -sf ../share/texmf-dist/scripts/fig4latex/fig4latex fig4latex +ln -sf ../share/texmf-dist/scripts/findhyph/findhyph findhyph +ln -sf ../share/texmf-dist/scripts/fontools/font2afm font2afm +ln -sf ../share/texmf-dist/scripts/fragmaster/fragmaster.pl fragmaster +ln -sf ../share/texmf-dist/scripts/texlive/getnonfreefonts.pl getnonfreefonts +ln -sf ../share/texmf-dist/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys +ln -sf ../share/texmf-dist/scripts/latex2man/latex2man latex2man +ln -sf ../share/texmf-dist/scripts/latexmk/latexmk.pl latexmk +ln -sf ../share/texmf-dist/scripts/listings-ext/listings-ext.sh listings-ext.sh +ln -sf ../share/texmf-dist/scripts/mkgrkindex/mkgrkindex mkgrkindex +ln -sf ../share/texmf-dist/scripts/accfonts/mkt1font mkt1font +ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun +ln -sf ../share/texmf-dist/scripts/fontools/ot2kpx ot2kpx +ln -sf ../share/texmf-dist/scripts/pax/pdfannotextractor.pl pdfannotextractor +ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb +ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite +ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex +ln -sf ../share/texmf-dist/scripts/fontools/pfm2kpx pfm2kpx +ln -sf ../share/texmf-dist/scripts/pkfix/pkfix.pl pkfix +ln -sf ../share/texmf-dist/scripts/pkfix-helper/pkfix-helper pkfix-helper +ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4 +ln -sf ../share/texmf-dist/scripts/ps2eps/ps2eps.pl ps2eps +ln -sf ../share/texmf-dist/scripts/purifyeps/purifyeps purifyeps +ln -sf ../share/texmf-dist/scripts/fontools/showglyphs showglyphs +ln -sf ../share/texmf-dist/scripts/splitindex/perl/splitindex.pl splitindex +ln -sf ../share/texmf-dist/scripts/svn-multi/svn-multi.pl svn-multi +ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount +ln -sf ../share/texmf-dist/scripts/texdirflatten/texdirflatten texdirflatten +ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind +ln -sf ../share/texmf-dist/scripts/texloganalyser/texloganalyser texloganalyser +ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow +ln -sf ../share/texmf-dist/scripts/ulqda/ulqda.pl ulqda +ln -sf ../share/texmf-dist/scripts/accfonts/vpl2ovp vpl2ovp +ln -sf ../share/texmf-dist/scripts/accfonts/vpl2vpl vpl2vpl + ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools @@ -5656,10 +5837,10 @@ ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk -ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf +ln -sf ../share/texmf-dist/scripts/epstopdf/epstopdf.pl epstopdf ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools -ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts -ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys +ln -sf ../share/texmf/scripts/getnonfreefonts/getnonfreefonts.pl getnonfreefonts +ln -sf ../share/texmf/scripts/getnonfreefonts/getnonfreefonts.pl getnonfreefonts-sys ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex @@ -5668,23 +5849,23 @@ ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex -ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools +ln -sf ../share/texmf-dist/scripts/context/lua/luatools.lua luatools ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf -ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun +ln -sf ../share/texmf-dist/scripts/context/lua/mtxrun.lua mtxrun ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop -ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb +ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.tlu pdfthumb ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite -ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex -ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix -ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4 +ln -sf ../share/texmf-dist/scripts/perltex/perltex perltex +ln -sf ../share/texmf-dist/scripts/pkfix/pkfix.pl pkfix +ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.tlu ppower4 ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf @@ -5693,8 +5874,8 @@ ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex -ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount -ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc +ln -sf ../share/texmf-dist/scripts/texcount/texcount.pl texcount +ln -sf ../share/texmf/scripts/texdoc/texdoc.tlu texdoc ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind @@ -5724,24 +5905,48 @@ install %{SOURCE60} $RPM_BUILD_ROOT%{perl_vendorlib}/TeXLive install %{SOURCE61} $RPM_BUILD_ROOT%{perl_vendorlib}/TeXLive install %{SOURCE62} $RPM_BUILD_ROOT%{perl_vendorlib}/TeXLive -cd $RPM_BUILD_ROOT%{texmfdist}/tex/latex - -# floatflt -unzip %{SOURCE10} -cd floatflt -latex floatflt.ins -%{__rm} *.log -install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt -%{__mv} *.txt *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt -cd $RPM_BUILD_ROOT%{texmfdist} +# XXXXXXX +# create in texlive-texmf package! +# cd $RPM_BUILD_ROOT%{texmfdist}/tex/latex +# +# # floatflt +# unzip %{SOURCE10} +# cd floatflt +# latex floatflt.ins +# %{__rm} *.log +# install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt +# %{__mv} *.txt *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt +# cd .. +# +# # foiltex +# unzip %{SOURCE12} +# cd foiltex +# latex foiltex.ins +# %{__rm} *.log +# install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/foiltex +# %{__mv} *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/foiltex +# cd .. +# # larm fonts +cd $RPM_BUILD_ROOT%{texmfdist} tar xvf %{SOURCE11} cd fonts/tfm/la for i in larm?00.tfm; do ln -s $i $(echo $i | sed "s@larm\(.\).*@larm0\100.tfm@") ; done +# # wrong dvi in formlett, should be regenerate +# cd $RPM_BUILD_ROOT%{texmfdist}/doc/latex/formlett +# cp $RPM_BUILD_ROOT%{texmfdist}/tex/latex/formlett/formlett.sty . +# tex user_manual.tex +# yes | tex prog_manual.tex +# tex example1.tex +# tex example2.tex +# rm formlett.sty + cd $CURDIR +# some tex-files need xstring.tex and doc/latex isn't in kpathsea search path +# cp $RPM_BUILD_ROOT%{texmfdist}/doc/latex/xstring/xstring.tex $RPM_BUILD_ROOT%{texmfdist}/tex/latex/xstring #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir} #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst @@ -5757,11 +5962,9 @@ cd $CURDIR # sbindir=$RPM_BUILD_ROOT%{_sbindir} \ # texmf=$RPM_BUILD_ROOT%{texmf} -%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf -%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist # We don't need it -%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man -%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source +# %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man +# %{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source perl -pi \ -e "s|$RPM_BUILD_ROOT||g;" \ @@ -5799,13 +6002,6 @@ rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/generic/patch rm -rf $RPM_BUILD_ROOT%{texmfdist}/source/plain/plgraph rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/pdf-trans rm -rf $RPM_BUILD_ROOT%{texmfdist}/tex/generic/xecyr -rm -rf $RPM_BUILD_ROOT%{texmf}/cef5conv -rm -rf $RPM_BUILD_ROOT%{texmf}/cefsconv -rm -rf $RPM_BUILD_ROOT%{texmf}/chktex -rm -rf $RPM_BUILD_ROOT%{texmf}/doc/cef5conv -rm -rf $RPM_BUILD_ROOT%{texmf}/doc/cefsconv -rm -rf $RPM_BUILD_ROOT%{texmf}/doc/chktex -rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted # and we can still analyze them @@ -5816,6 +6012,44 @@ rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip rm -rf $RPM_BUILD_ROOT%{_datadir}/xindy rm -rf $RPM_BUILD_ROOT%{_datadir}/doc +# Create format files +for format in \ + aleph \ + csplain \ + etex \ + lambda \ + lamed \ + latex \ + mex \ + mllatex \ + mptopdf \ + omega \ + pdfcsplain \ + pdfetex \ + pdflatex \ + pdftex \ + physe \ + phyzzx \ + tex \ + texsis \ + xetex \ + xelatex; do +# pdfxmltex \ +# xmltex; do +# %if %{with bootstrap} +# install -d $RPM_BUILD_ROOT%{fmtdir}/${format} +# touch $RPM_BUILD_ROOT%{fmtdir}/${format}/${format}.fmt +# touch $RPM_BUILD_ROOT%{fmtdir}/pdftex/${format}.fmt +# %else + fmtutil --fmtdir $RPM_BUILD_ROOT%{fmtdir} --byfmt=${format} +# %endif +done +%if %{with bootstrap} +touch $RPM_BUILD_ROOT%{fmtdir}/xetex/xelatex.fmt +%endif +# We don't need the log files +rm -f $(find $RPM_BUILD_ROOT%{fmtdir} -name "*.log") + %clean rm -rf $RPM_BUILD_ROOT @@ -5829,20 +6063,32 @@ if [ "$1" = "1" ]; then %texhash fi +%post other-utils +%texhash + +%postun other-utils +%texhash + +%post jadetex +%texhash + +%postun jadetex +%texhash + %post -n kpathsea /sbin/ldconfig -%fixinfodir %texhash %postun -n kpathsea /sbin/ldconfig -%fixinfodir %texhash %post -n kpathsea-devel +%fixinfodir %texhash %postun -n kpathsea-devel +%fixinfodir %texhash %post dvips @@ -5925,12 +6171,6 @@ fi %postun tex-ytex %texhash -%post metafont -%texhash - -%postun metafont -%texhash - %post metapost %texhash @@ -6124,10 +6364,10 @@ fi %postun latex-extend %texhash -%post latex-presentation +%post latex-presentation-bin %texhash -%postun latex-presentation +%postun latex-presentation-bin %texhash %post latex-programming @@ -6418,6 +6658,12 @@ fi %postun latex-float %texhash +%post latex-foiltex +%texhash + +%postun latex-foiltex +%texhash + %post latex-formlett %texhash @@ -6436,12 +6682,6 @@ fi %postun latex-gbrief %texhash -%post latex-jknappen -%texhash - -%postun latex-jknappen -%texhash - %post latex-keystroke %texhash @@ -7296,9 +7536,6 @@ fi %files %defattr(644,root,root,755) -# There isn't doc/fonts directory -%dir %{texmfdist}/doc/fonts -%doc %{texmfdist}/doc/fontname # *********** # executables @@ -7310,7 +7547,6 @@ fi %attr(755,root,root) %{_bindir}/cweave %attr(755,root,root) %{_bindir}/ctangle %attr(755,root,root) %{_bindir}/ctie -%attr(755,root,root) %{_bindir}/dmp %attr(755,root,root) %{_bindir}/dvipng %attr(755,root,root) %{_bindir}/ebb %attr(755,root,root) %{_bindir}/fmtutil @@ -7324,12 +7560,15 @@ fi %attr(755,root,root) %{_bindir}/kpsereadlink %attr(755,root,root) %{_bindir}/kpsewhere %attr(755,root,root) %{_bindir}/mag -%attr(755,root,root) %{_bindir}/makempx +%attr(755,root,root) %{_bindir}/mf +%attr(755,root,root) %{_bindir}/mf-nowin +%attr(755,root,root) %{_bindir}/mft +%attr(755,root,root) %{_bindir}/mktexmf +%attr(755,root,root) %{_bindir}/mktexpk +%attr(755,root,root) %{_bindir}/mktextfm %attr(755,root,root) %{_bindir}/mktexfmt %attr(755,root,root) %{_bindir}/mktexlsr -%attr(755,root,root) %{_bindir}/newer %attr(755,root,root) %{_bindir}/patgen -%attr(755,root,root) %{_bindir}/pdfetex %attr(755,root,root) %{_bindir}/pfb2pfa %attr(755,root,root) %{_bindir}/pk2bm %attr(755,root,root) %{_bindir}/pktogf @@ -7359,26 +7598,11 @@ fi %attr(750,root,root) /etc/cron.daily/texlive -%ghost %{texmf}/ls-R -%ghost %{texmfdist}/ls-R - -%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg -%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat -%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.def -%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.us -%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.us.def -%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg -%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg -%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg - %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf -%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf -%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg -%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap-hdr.cfg %attr(1777,root,root) /var/cache/fonts @@ -7392,93 +7616,28 @@ fi %attr(1777,root,root) %dir %{_localstatedir}/fonts/map %attr(1777,root,root) %dir %{fmtdir} +%dir %{fmtdir}/tex %dir %{texmfdist} %dir %{texmfdist}/doc %dir %{texmfdist}/doc/generic -%dir %{texmfdist}/doc/generic/enctex -%dir %{texmfdist}/doc/latex -%dir %{texmfdist}/doc/latex/localloc -%dir %{texmfdist}/tex -%dir %{texmfdist}/tex/cslatex -%dir %{texmfdist}/tex/cslatex/base -%dir %{texmfdist}/tex/generic -%dir %{texmfdist}/tex/generic/dehyph-exptl -%dir %{texmfdist}/tex/generic/enctex -%dir %{texmfdist}/tex/generic/hyph-utf8 -%dir %{texmfdist}/tex/generic/misc -%dir %{texmfdist}/tex/latex -%dir %{texmfdist}/tex/latex/base %dir %{texmfdist}/scripts %dir %{texmfdist}/source %dir %{texmfdist}/source/generic +%dir %{texmfdist}/tex +%dir %{texmfdist}/tex/generic +%dir %{texmfdist}/tex/plain %dir %{texmf} %dir %{texmf}/doc -%dir %{texmf}/doc/generic %dir %{texmf}/doc/tetex %dir %{texmf}/dvips -%dir %{texmf}/dvips/config -%dir %{texmf}/dvips/tetex -%dir %{texmf}/fmtutil -%dir %{texmf}/fonts/enc -%dir %{texmf}/fonts/enc/dvips -%dir %{texmf}/fonts/enc/dvips/tetex %dir %{texmf}/fonts/map -%dir %{texmf}/fonts/map/dvips -%dir %{texmf}/fonts/map/dvips/tetex -%dir %{texmf}/fonts/map/dvips/updmap %dir %{texmf}/scripts %dir %{texmf}/tex -%dir %{texmf}/tex/generic -%dir %{texmf}/tex/generic/config %dir %{texmf}/web2c # Docs -%doc %{texmfdist}/README -%doc %{texmfdist}/doc/generic/epsf -%doc %{texmfdist}/doc/generic/hyph-utf8 -%doc %{texmfdist}/doc/generic/tex-ps -%doc %{texmfdist}/source/fontinst -%doc %{texmf}/README -%doc %{texmf}/doc/dvipng %doc %{texmf}/doc/tetex/TETEXDOC.* %doc %{texmf}/doc/tetex/teTeX-FAQ -%doc %{texmf}/doc/texinfo -%doc %{texmf}/doc/web2c - -%{texmf}/doc/info - -%{texmfdist}/fonts/map/dvips/vntex/urwvn.map -%{texmfdist}/fonts/map/fontname -%{texmfdist}/fonts/enc/dvips/vntex/t5.enc - -%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc -%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc -%{texmf}/fonts/enc/dvips/tetex/10037936.enc -%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc -%{texmf}/fonts/enc/dvips/tetex/71414f53.enc -%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc -%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc -%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc -%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc -%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc -%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc -%{texmf}/fonts/map/dvips/tetex/ps2pk35.map - -%{texmfdist}/tex/fontinst -%{texmfdist}/tex/generic/dehyph-exptl/* -%{texmfdist}/tex/generic/encodings -%{texmfdist}/tex/generic/epsf -%{texmfdist}/tex/generic/hyph-utf8/* -%{texmfdist}/tex/generic/genmisc -%{texmfdist}/tex/generic/misc/null* -%{texmfdist}/tex/generic/misc/texnames.sty -%{texmfdist}/tex/generic/tap -%{texmfdist}/tex/generic/tex-ps -%{texmfdist}/tex/texinfo -%{texmf}/tex/fontinst -%{texmf}/tex/generic/hyphen -%{texmf}/fonts/map/dvips/updmap/* -%{texmf}/web2c/*.tcx %{_mandir}/man1/afm2tfm.1* %{_mandir}/man1/allcm.1* @@ -7488,10 +7647,7 @@ fi %{_mandir}/man1/ctie.1* %{_mandir}/man1/cweave.1* %{_mandir}/man1/cweb.1* -%{_mandir}/man1/dmp.1* -%{_mandir}/man1/dvipdft.1* %{_mandir}/man1/dvipng.1* -%{_mandir}/man1/ebb.1* %{_mandir}/man1/fmtutil.1* %{_mandir}/man1/fmtutil-sys.1* %{_mandir}/man1/fontinst.1* @@ -7503,11 +7659,15 @@ fi %{_mandir}/man1/kpsereadlink.1* %{_mandir}/man1/kpsewhere.1* %{_mandir}/man1/mag.1* -%{_mandir}/man1/makempx.1* %{_mandir}/man1/makempy.1* +%{_mandir}/man1/mf.1* +%{_mandir}/man1/mf-nowin.1* +%{_mandir}/man1/mft.1* +%{_mandir}/man1/mktexmf.1* +%{_mandir}/man1/mktexpk.1* +%{_mandir}/man1/mktextfm.1* %{_mandir}/man1/mktexfmt.1* %{_mandir}/man1/mktexlsr.1* -%{_mandir}/man1/newer.1* %{_mandir}/man1/patgen.1* %{_mandir}/man1/pdfetex.1* %{_mandir}/man1/pfb2pfa.1* @@ -7533,6 +7693,14 @@ fi %{_mandir}/man1/weave.1* %{_mandir}/man5/fmtutil.cnf.5* %{_mandir}/man5/updmap.cfg.5* +%{fmtdir}/pdftex/pdfetex.fmt +# %{fmtdir}/pdfetex +%{fmtdir}/tex/tex.fmt +# %{fmtdir}/pdftex/tex.fmt + +%files cef-utils +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/cef* %files other-utils %defattr(644,root,root,755) @@ -7549,33 +7717,33 @@ fi %attr(755,root,root) %{_bindir}/extractbb %attr(755,root,root) %{_bindir}/gbklatex %attr(755,root,root) %{_bindir}/gbkpdflatex -%attr(755,root,root) %{_bindir}/getnonfreefonts -%attr(755,root,root) %{_bindir}/getnonfreefonts-sys %attr(755,root,root) %{_bindir}/hbf2gf -%attr(755,root,root) %{_bindir}/jadetex -%attr(755,root,root) %{_bindir}/lamed %attr(755,root,root) %{_bindir}/makeglossaries -%attr(755,root,root) %{_bindir}/metafun %attr(755,root,root) %{_bindir}/mkjobtexmf %attr(755,root,root) %{texmfdist}/scripts/mkjobtexmf/mkjobtexmf.pl -%attr(755,root,root) %{_bindir}/mllatex -%attr(755,root,root) %{_bindir}/mltex %attr(755,root,root) %{_bindir}/mmafm %attr(755,root,root) %{_bindir}/mmpfb %attr(755,root,root) %{_bindir}/musixflx %attr(755,root,root) %{_bindir}/ofm2opl %attr(755,root,root) %{_bindir}/otfinfo %attr(755,root,root) %{_bindir}/otftotfm -%attr(755,root,root) %{_bindir}/oxdvi +%dir %{texmfdist}/scripts/oberdiek +%attr(755,root,root) %{texmfdist}/scripts/oberdiek/pdfatfi.pl %attr(755,root,root) %{_bindir}/pdfatfi +%dir %{texmfdist}/scripts/pax +%attr(755,root,root) %{texmfdist}/scripts/pax/pdfannotextractor.pl +%attr(755,root,root) %{_bindir}/pdfannotextractor %attr(755,root,root) %{_bindir}/pdfclose -%attr(755,root,root) %{_bindir}/pdfjadetex %attr(755,root,root) %{_bindir}/pdfopen %attr(755,root,root) %{_bindir}/pdftosrc %{__perl}tex -%attr(755,root,root) %{_bindir}/physe +%dir %{texmfdist}/scripts/pkfix +%attr(755,root,root) %{texmfdist}/scripts/pkfix/pkfix.pl %attr(755,root,root) %{_bindir}/pkfix -%attr(755,root,root) %{_bindir}/rungs +%dir %{texmfdist}/scripts/pkfix-helper +%attr(755,root,root) %{texmfdist}/scripts/pkfix-helper/pkfix-helper +%attr(755,root,root) %{_bindir}/pkfix-helper +%attr(755,root,root) %{_bindir}/teckit_compile %attr(755,root,root) %{_bindir}/simpdftex %attr(755,root,root) %{_bindir}/sjisconv %attr(755,root,root) %{_bindir}/sjislatex @@ -7585,329 +7753,332 @@ fi %attr(755,root,root) %{_bindir}/t1lint %attr(755,root,root) %{_bindir}/t1reencode %attr(755,root,root) %{_bindir}/t1testpage +%attr(755,root,root) %{_bindir}/tcdialog %attr(755,root,root) %{_bindir}/texcount -%attr(755,root,root) %{_bindir}/texsis -%attr(755,root,root) %{_bindir}/tpic2pdftex %attr(755,root,root) %{_bindir}/ttf2pk %attr(755,root,root) %{_bindir}/ttf2tfm %attr(755,root,root) %{_bindir}/ttftotype42 +%dir %{texmfdist}/scripts/ulqda +%attr(755,root,root) %{texmfdist}/scripts/ulqda/ulqda.pl +%attr(755,root,root) %{_bindir}/ulqda %attr(755,root,root) %{_bindir}/vlna %attr(755,root,root) %{_bindir}/vpe %{_mandir}/man1/cfftot1.1* -%{_mandir}/man1/getnonfreefonts-sys.1 -%{_mandir}/man1/getnonfreefonts.1* %{_mandir}/man1/hbf2gf.1* %{_mandir}/man1/mkjobtexmf.1* %{_mandir}/man1/mmafm.1* %{_mandir}/man1/mmpfb.1* %{_mandir}/man1/otfinfo.1* %{_mandir}/man1/otftotfm.1* -%{_mandir}/man1/oxdvi.1 %{_mandir}/man1/pdftosrc.1* %{_mandir}/man1/synctex.1* %{_mandir}/man1/t1dotlessj.1* %{_mandir}/man1/t1lint.1* %{_mandir}/man1/t1reencode.1* %{_mandir}/man1/t1testpage.1* +%{_mandir}/man1/tcdialog.1* %{_mandir}/man1/ttf2pk.1* %{_mandir}/man1/ttf2tfm.1* %{_mandir}/man1/ttftotype42.1* %{_mandir}/man1/vlna.1* %{_mandir}/man5/synctex.5* -%{texmfdist}/source/startex -%{texmfdist}/source/jadetex -%{texmfdist}/tex/jadetex -%{texmfdist}/tex/texsis -%{texmfdist}/tex/startex -%{texmf}/fmtutil/fmtutil-hdr.cnf -%{texmf}/fmtutil/format.jadetex.cnf -%{texmf}/fmtutil/format.cyrtex.cnf -%{texmf}/fmtutil/format.cyrtexinfo.cnf -%{texmf}/fmtutil/format.mltex.cnf -%{texmf}/ttf2pk -%{texmf}/fonts/enc/ttf2pk -%{texmf}/fonts/map/ttf2pk -%{texmfdist}/tex/generic/abbr -%{texmfdist}/tex/generic/abstyles/ -%{texmfdist}/tex/generic/barr -%{texmfdist}/tex/generic/borceux -%{texmfdist}/source/generic/borceux -%{texmfdist}/tex/generic/c-pascal -%{texmfdist}/tex/generic/cirth -%{texmfdist}/tex/generic/dratex -%{texmfdist}/tex/generic/ean -%{texmfdist}/tex/generic/edmac -%{texmfdist}/tex/generic/elvish -%{texmfdist}/tex/generic/fenixpar -%{texmfdist}/tex/generic/fltpoint -%{texmfdist}/source/generic/fltpoint -%{texmfdist}/tex/generic/musixtex -%{texmfdist}/source/generic/hyphenex -%{texmfdist}/source/generic/mkjobtexmf -%{texmf}/hbf2gf -%{texmf}/fmtutil/format.texsis.cnf - -%files other-utils-doc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/abbr -%doc %{texmfdist}/doc/jadetex -%doc %{texmfdist}/doc/texsis -%doc %{texmfdist}/doc/startex -%doc %{texmfdist}/doc/generic/c-pascal -%doc %{texmfdist}/doc/generic/barr -%doc %{texmfdist}/doc/generic/borceux -%doc %{texmfdist}/doc/generic/dratex -%doc %{texmfdist}/doc/generic/mkjobtexmf -%doc %{texmfdist}/doc/support/texcount -%doc %{texmf}/doc/tpic2pdftex -%doc %{texmf}/doc/extconv -%doc %{texmfdist}/doc/generic/fenixpar -%doc %{texmfdist}/doc/generic/fltpoint -%doc %{texmf}/doc/bg5conv -%doc %{texmf}/doc/pkfix -%doc %{texmf}/doc/hbf2gf -%doc %{texmf}/doc/ttf2pk -%doc %{texmf}/doc/sjisconv -%doc %{texmf}/doc/vlna - -%files dirs-fonts -%defattr(644,root,root,755) -%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font -%dir %{texmfdist}/fonts -%dir %{texmfdist}/fonts/afm -%dir %{texmfdist}/fonts/afm/public -%dir %{texmfdist}/fonts/afm/vntex -%dir %{texmfdist}/fonts/enc -%dir %{texmfdist}/fonts/enc/dvips -%dir %{texmfdist}/fonts/enc/dvips/vntex -%dir %{texmfdist}/fonts/map -%dir %{texmfdist}/fonts/map/dvipdfm -%dir %{texmfdist}/fonts/map/dvips -%dir %{texmfdist}/fonts/map/dvips/vntex -%dir %{texmfdist}/fonts/map/fontname -%dir %{texmfdist}/fonts/map/vtex -%dir %{texmfdist}/fonts/ofm -%dir %{texmfdist}/fonts/ofm/public -%dir %{texmfdist}/fonts/ovf -%dir %{texmfdist}/fonts/ovf/public -%dir %{texmfdist}/fonts/ovp -%dir %{texmfdist}/fonts/ovp/public -%dir %{texmfdist}/fonts/opentype -%dir %{texmfdist}/fonts/opentype/public -%dir %{texmfdist}/fonts/pk -%dir %{texmfdist}/fonts/pk/ljfour -%dir %{texmfdist}/fonts/source -%dir %{texmfdist}/fonts/source/public -%dir %{texmfdist}/fonts/source/vntex -%dir %{texmfdist}/fonts/tfm -%dir %{texmfdist}/fonts/tfm/public -%dir %{texmfdist}/fonts/tfm/vntex -%dir %{texmfdist}/fonts/truetype -%dir %{texmfdist}/fonts/type1 -%dir %{texmfdist}/fonts/type1/public -%dir %{texmfdist}/fonts/type1/vntex -%dir %{texmfdist}/fonts/vf -%dir %{texmfdist}/fonts/vf/public -%dir %{texmfdist}/fonts/vf/vntex -%dir %{texmfdist}/source -%dir %{texmfdist}/source/fonts -%dir %{texmfdist}/source/latex -%dir %{texmf}/fonts -%dir %{texmf}/fonts/opentype -%dir %{texmf}/fonts/opentype/public - -%files doc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/dehyph-exptl -%dir %{texmfdoc} -%dir %{texmfdoc}/doc -%{texmfdoc}/README -%{texmfdoc}/ls-R -%{texmfdoc}/doc/english -%{texmfdist}/doc/fontinst - -%files doc-bg -%defattr(644,root,root,755) -%{texmfdoc}/doc/bulgarian - -%files doc-cs -%defattr(644,root,root,755) -%{texmfdoc}/doc/czechslovak - -%files doc-de -%defattr(644,root,root,755) -%{texmfdoc}/doc/german - -%files doc-el -%defattr(644,root,root,755) -%{texmfdoc}/doc/greek -%{texmf}/doc/generic/elhyphen - -%files doc-es -%defattr(644,root,root,755) -%{texmfdoc}/doc/spanish - -%files doc-fi -%defattr(644,root,root,755) -%{texmfdoc}/doc/finnish - -%files doc-fr -%defattr(644,root,root,755) -%{texmfdoc}/doc/french - -%files doc-it -%defattr(644,root,root,755) -%{texmfdoc}/doc/italian - -%files doc-ja -%defattr(644,root,root,755) -%{texmfdoc}/doc/japanese - -%files doc-ko -%defattr(644,root,root,755) -%{texmfdoc}/doc/korean - -%files doc-mn -%defattr(644,root,root,755) -%{texmfdoc}/doc/mongolian - -%files doc-nl -%defattr(644,root,root,755) -%{texmfdoc}/doc/dutch - -%files doc-pl -%defattr(644,root,root,755) -%{texmfdoc}/doc/polish - -%files doc-pt -%defattr(644,root,root,755) -%{texmfdoc}/doc/portuguese - -%files doc-ru -%defattr(644,root,root,755) -%{texmfdoc}/doc/russian - -%files doc-sk -%defattr(644,root,root,755) -%{texmfdoc}/doc/slovak - -%files doc-sl -%defattr(644,root,root,755) -%{texmfdoc}/doc/slovenian - -%files doc-th -%defattr(644,root,root,755) -%{texmfdoc}/doc/thai - -%files doc-tr -%defattr(644,root,root,755) -%{texmfdoc}/doc/turkish - -%files doc-uk -%defattr(644,root,root,755) -%{texmfdoc}/doc/ukrainian - -%files doc-vi -%defattr(644,root,root,755) -%{texmfdoc}/doc/vietnamese - -%files doc-zh_CN -%defattr(644,root,root,755) -%{texmfdoc}/doc/chinese - -%files doc-latex -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/calrsfs -%doc %{texmfdist}/doc/generic/encxvlna -%doc %{texmfdist}/doc/generic/shapepar -%doc %{texmfdist}/doc/generic/textmerg -%doc %{texmfdist}/doc/latex/acronym -%doc %{texmfdist}/doc/latex/aeguill -%doc %{texmfdist}/doc/latex/anysize -%doc %{texmfdist}/doc/latex/base -%doc %{texmfdist}/doc/latex/beton -%doc %{texmfdist}/doc/latex/concmath -%doc %{texmfdist}/doc/latex/crop -%doc %{texmfdist}/doc/latex/draftcopy -%doc %{texmfdist}/doc/latex/eepic -%doc %{texmfdist}/doc/latex/endfloat -%doc %{texmfdist}/doc/latex/esint -%doc %{texmfdist}/doc/latex/eso-pic -%doc %{texmfdist}/doc/latex/euler -%doc %{texmfdist}/doc/latex/eulervm -%doc %{texmfdist}/doc/latex/extsizes -%doc %{texmfdist}/doc/latex/fancybox -%doc %{texmfdist}/doc/latex/fancyhdr -%doc %{texmfdist}/doc/latex/fancyvrb -%doc %{texmfdist}/doc/latex/filecontents -%doc %{texmfdist}/doc/latex/float -%doc %{texmfdist}/doc/latex/floatflt -%doc %{texmfdist}/doc/latex/footmisc -%doc %{texmfdist}/doc/latex/footnpag -%doc %{texmfdist}/doc/latex/fp -%doc %{texmfdist}/doc/latex/geometry -%doc %{texmfdist}/doc/latex/graphics -%doc %{texmfdist}/doc/latex/hyperref -%doc %{texmfdist}/doc/latex/hyphenat -%doc %{texmfdist}/doc/latex/index -%doc %{texmfdist}/doc/latex/koma-script -%doc %{texmfdist}/doc/latex/labels -%doc %{texmfdist}/doc/latex/layouts -%doc %{texmfdist}/doc/latex/listings -%doc %{texmfdist}/doc/latex/ltabptch -%doc %{texmfdist}/doc/latex/mdwtools -%doc %{texmfdist}/doc/latex/memoir -%doc %{texmfdist}/doc/latex/mh -%doc %{texmfdist}/doc/latex/mparhack -%doc %{texmfdist}/doc/latex/ms -%doc %{texmfdist}/doc/latex/multibib -%doc %{texmfdist}/doc/latex/mwcls -%doc %{texmfdist}/doc/latex/natbib -%doc %{texmfdist}/doc/latex/nomencl -%doc %{texmfdist}/doc/latex/ntgclass -%doc %{texmfdist}/doc/latex/oberdiek -%doc %{texmfdist}/doc/latex/overpic -%doc %{texmfdist}/doc/latex/paralist -%doc %{texmfdist}/doc/latex/pb-diagram -%doc %{texmfdist}/doc/latex/pdfpages -%doc %{texmfdist}/doc/latex/picinpar -%doc %{texmfdist}/doc/latex/pict2e -%doc %{texmfdist}/doc/latex/placeins -%doc %{texmfdist}/doc/latex/preprint -%doc %{texmfdist}/doc/latex/preview -%doc %{texmfdist}/doc/latex/program -%doc %{texmfdist}/doc/latex/psfrag -%doc %{texmfdist}/doc/latex/revtex -%doc %{texmfdist}/doc/latex/rotating -%doc %{texmfdist}/doc/latex/rotfloat -%doc %{texmfdist}/doc/latex/scale -%doc %{texmfdist}/doc/latex/sectsty -%doc %{texmfdist}/doc/latex/seminar -%doc %{texmfdist}/doc/latex/showlabels -%doc %{texmfdist}/doc/latex/sidecap -%doc %{texmfdist}/doc/latex/slashbox -%doc %{texmfdist}/doc/latex/soul -%doc %{texmfdist}/doc/latex/stdclsdv -%doc %{texmfdist}/doc/latex/subfig -%doc %{texmfdist}/doc/latex/subfigure -%doc %{texmfdist}/doc/latex/textfit -%doc %{texmfdist}/doc/latex/textpos -%doc %{texmfdist}/doc/latex/titlesec -%doc %{texmfdist}/doc/latex/tocbibind -%doc %{texmfdist}/doc/latex/tocloft -%doc %{texmfdist}/doc/latex/tools -%doc %{texmfdist}/doc/latex/totpages -%doc %{texmfdist}/doc/latex/type1cm -%doc %{texmfdist}/doc/latex/units -%doc %{texmfdist}/doc/latex/vmargin -%doc %{texmfdist}/doc/latex/was -%doc %{texmfdist}/doc/latex/wrapfig -%doc %{texmfdist}/doc/latex/xtab -%doc %{texmfdist}/doc/latex/yfonts +%{fmtdir}/pdftex/texsis.fmt +# %{fmtdir}/texsis + + +# %files jadetex +# %defattr(644,root,root,755) +# %dir %{texmfdist}/doc/jadetex +# %doc %{texmfdist}/doc/jadetex/base +# %doc %{texmfdist}/source/jadetex/base/ChangeLog* +# %attr(755,root,root) %{_bindir}/jadetex +# %attr(755,root,root) %{_bindir}/pdfjadetex +# %{texmfdist}/source/jadetex +# %exclude %{texmfdist}/source/jadetex/base/ChangeLog* +# %{texmfdist}/tex/jadetex +# %{texmf}/fmtutil/format.jadetex.cnf + +# %files other-utils-doc +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/abbr +# %doc %{texmfdist}/doc/texsis +# %doc %{texmfdist}/doc/startex +# %doc %{texmfdist}/doc/generic/c-pascal +# %doc %{texmfdist}/doc/generic/barr +# %doc %{texmfdist}/doc/generic/borceux +# %doc %{texmfdist}/doc/generic/dratex +# %doc %{texmfdist}/doc/generic/mkjobtexmf +# %doc %{texmfdist}/doc/support/texcount +# %doc %{texmf}/doc/tpic2pdftex +# %doc %{texmf}/doc/extconv +# %doc %{texmfdist}/doc/generic/fenixpar +# %doc %{texmfdist}/doc/generic/fltpoint +# %doc %{texmf}/doc/bg5conv +# %doc %{texmf}/doc/pkfix +# %doc %{texmf}/doc/hbf2gf +# %doc %{texmf}/doc/ttf2pk +# %doc %{texmf}/doc/sjisconv +# %doc %{texmf}/doc/vlna + +# %files dirs-fonts +# %defattr(644,root,root,755) +# %dir %{texmfdist}/fonts +# %dir %{texmfdist}/fonts/afm +# %dir %{texmfdist}/fonts/afm/public +# %dir %{texmfdist}/fonts/afm/vntex +# %dir %{texmfdist}/fonts/enc +# %dir %{texmfdist}/fonts/enc/dvips +# %dir %{texmfdist}/fonts/enc/dvips/vntex +# %dir %{texmfdist}/fonts/map +# # %dir %{texmfdist}/fonts/map/dvipdfm +# # %dir %{texmfdist}/fonts/map/dvips +# # %dir %{texmfdist}/fonts/map/dvips/vntex +# # %dir %{texmfdist}/fonts/map/fontname +# # %dir %{texmfdist}/fonts/map/public +# %dir %{texmfdist}/fonts/map/vtex +# %dir %{texmfdist}/fonts/ofm +# %dir %{texmfdist}/fonts/ofm/public +# %dir %{texmfdist}/fonts/ovf +# %dir %{texmfdist}/fonts/ovf/public +# %dir %{texmfdist}/fonts/ovp +# %dir %{texmfdist}/fonts/ovp/public +# %dir %{texmfdist}/fonts/opentype +# %dir %{texmfdist}/fonts/opentype/public +# %dir %{texmfdist}/fonts/pk +# %dir %{texmfdist}/fonts/pk/ljfour +# %dir %{texmfdist}/fonts/source +# %dir %{texmfdist}/fonts/source/public +# %dir %{texmfdist}/fonts/source/vntex +# %dir %{texmfdist}/fonts/tfm +# %dir %{texmfdist}/fonts/tfm/public +# %dir %{texmfdist}/fonts/tfm/vntex +# %dir %{texmfdist}/fonts/truetype +# %dir %{texmfdist}/fonts/type1 +# %dir %{texmfdist}/fonts/type1/public +# %dir %{texmfdist}/fonts/type1/vntex +# %dir %{texmfdist}/fonts/vf +# %dir %{texmfdist}/fonts/vf/public +# %dir %{texmfdist}/fonts/vf/vntex +# %dir %{texmfdist}/source/fonts +# %dir %{texmf}/fonts +# %dir %{texmf}/fonts/opentype +# %dir %{texmf}/fonts/opentype/public + +%files font-utils +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/afm* +%attr(755,root,root) %{_bindir}/autoinst +%attr(755,root,root) %{_bindir}/cmap2enc +%attr(755,root,root) %{_bindir}/font2afm +%attr(755,root,root) %{_bindir}/getnonfreefonts* +%attr(755,root,root) %{_bindir}/mkt1font +%attr(755,root,root) %{_bindir}/ot2kpx +%attr(755,root,root) %{_bindir}/pfm2kpx +%attr(755,root,root) %{_bindir}/showglyphs +%attr(755,root,root) %{_bindir}/t1* +%attr(755,root,root) %{_bindir}/ttfdump +%attr(755,root,root) %{_bindir}/vpl* +%dir %{texmfdist}/scripts/accfonts +%attr(755,root,root) %{texmfdist}/scripts/accfonts/* +%dir %{texmfdist}/scripts/fontools +%attr(755,root,root) %{texmfdist}/scripts/fontools/* +%dir %{texmf}/scripts/getnonfreefonts +%attr(755,root,root) %{texmf}/scripts/getnonfreefonts/* +%{_mandir}/man1/afm2pl.1* +%{_mandir}/man1/getnonfreefonts-sys.1 +%{_mandir}/man1/getnonfreefonts.1* +%{_mandir}/man1/t1*.1* +%{_mandir}/man1/ttfdump.1* + +# %files doc +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/dehyph-exptl +# %dir %{texmfdoc} +# %dir %{texmfdoc}/doc +# %{texmfdoc}/README +# %{texmfdoc}/ls-R +# %{texmfdoc}/doc/english +# %{texmfdist}/doc/fontinst + +# %files doc-bg +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/bulgarian +# +# %files doc-cs +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/czechslovak +# +# %files doc-de +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/german +# +# %files doc-el +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/greek +# %{texmf}/doc/generic/elhyphen +# +# %files doc-es +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/spanish +# +# %files doc-fi +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/finnish +# +# %files doc-fr +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/french +# +# %files doc-it +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/italian +# +# %files doc-ja +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/japanese +# +# %files doc-ko +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/korean +# +# %files doc-mn +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/mongolian +# +# %files doc-nl +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/dutch +# +# %files doc-pl +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/polish +# +# %files doc-pt +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/portuguese +# +# %files doc-ru +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/russian +# +# %files doc-sk +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/slovak +# +# %files doc-sl +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/slovenian +# +# %files doc-th +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/thai +# +# %files doc-tr +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/turkish +# +# %files doc-uk +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/ukrainian +# +# %files doc-vi +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/vietnamese +# +# %files doc-zh_CN +# %defattr(644,root,root,755) +# %{texmfdoc}/doc/chinese + +# %files doc-latex +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/calrsfs +# %doc %{texmfdist}/doc/generic/encxvlna +# %doc %{texmfdist}/doc/generic/shapepar +# %doc %{texmfdist}/doc/generic/textmerg +# %doc %{texmfdist}/doc/latex/acronym +# %doc %{texmfdist}/doc/latex/aeguill +# %doc %{texmfdist}/doc/latex/anysize +# %doc %{texmfdist}/doc/latex/base +# %doc %{texmfdist}/doc/latex/beton +# %doc %{texmfdist}/doc/latex/concmath +# %doc %{texmfdist}/doc/latex/crop +# %doc %{texmfdist}/doc/latex/draftcopy +# %doc %{texmfdist}/doc/latex/eepic +# %doc %{texmfdist}/doc/latex/endfloat +# %doc %{texmfdist}/doc/latex/eso-pic +# %doc %{texmfdist}/doc/latex/euler +# %doc %{texmfdist}/doc/latex/eulervm +# %doc %{texmfdist}/doc/latex/extsizes +# %doc %{texmfdist}/doc/latex/fancybox +# %doc %{texmfdist}/doc/latex/fancyhdr +# %doc %{texmfdist}/doc/latex/fancyvrb +# %doc %{texmfdist}/doc/latex/filecontents +# %doc %{texmfdist}/doc/latex/float +# %doc %{texmfdist}/doc/latex/floatflt +# %doc %{texmfdist}/doc/latex/footmisc +# %doc %{texmfdist}/doc/latex/footnpag +# %doc %{texmfdist}/doc/latex/fp +# %doc %{texmfdist}/doc/latex/geometry +# %doc %{texmfdist}/doc/latex/graphics +# %doc %{texmfdist}/doc/latex/hyperref +# %doc %{texmfdist}/doc/latex/hyphenat +# %doc %{texmfdist}/doc/latex/index +# %doc %{texmfdist}/doc/latex/koma-script +# %doc %{texmfdist}/doc/latex/labels +# %doc %{texmfdist}/doc/latex/layouts +# %doc %{texmfdist}/doc/latex/listings +# %doc %{texmfdist}/doc/latex/ltabptch +# %doc %{texmfdist}/doc/latex/mdwtools +# %doc %{texmfdist}/doc/latex/memoir +# %doc %{texmfdist}/doc/latex/mh +# %doc %{texmfdist}/doc/latex/mparhack +# %doc %{texmfdist}/doc/latex/ms +# %doc %{texmfdist}/doc/latex/multibib +# %doc %{texmfdist}/doc/latex/mwcls +# %doc %{texmfdist}/doc/latex/nomencl +# %doc %{texmfdist}/doc/latex/ntgclass +# %doc %{texmfdist}/doc/latex/oberdiek +# %doc %{texmfdist}/doc/latex/overpic +# %doc %{texmfdist}/doc/latex/paralist +# %doc %{texmfdist}/doc/latex/pb-diagram +# %doc %{texmfdist}/doc/latex/pdfpages +# %doc %{texmfdist}/doc/latex/picinpar +# %doc %{texmfdist}/doc/latex/pict2e +# %doc %{texmfdist}/doc/latex/placeins +# %doc %{texmfdist}/doc/latex/preprint +# %doc %{texmfdist}/doc/latex/preview +# %doc %{texmfdist}/doc/latex/program +# %doc %{texmfdist}/doc/latex/psfrag +# %doc %{texmfdist}/doc/latex/rotating +# %doc %{texmfdist}/doc/latex/rotfloat +# %doc %{texmfdist}/doc/latex/scale +# %doc %{texmfdist}/doc/latex/sectsty +# %doc %{texmfdist}/doc/latex/seminar +# %doc %{texmfdist}/doc/latex/showlabels +# %doc %{texmfdist}/doc/latex/sidecap +# %doc %{texmfdist}/doc/latex/slashbox +# %doc %{texmfdist}/doc/latex/soul +# %doc %{texmfdist}/doc/latex/stdclsdv +# %doc %{texmfdist}/doc/latex/subfig +# %doc %{texmfdist}/doc/latex/subfigure +# %doc %{texmfdist}/doc/latex/textfit +# %doc %{texmfdist}/doc/latex/textpos +# %doc %{texmfdist}/doc/latex/titlesec +# %doc %{texmfdist}/doc/latex/tocbibind +# %doc %{texmfdist}/doc/latex/tocloft +# %doc %{texmfdist}/doc/latex/tools +# %doc %{texmfdist}/doc/latex/totpages +# %doc %{texmfdist}/doc/latex/type1cm +# %doc %{texmfdist}/doc/latex/units +# %doc %{texmfdist}/doc/latex/vmargin +# %doc %{texmfdist}/doc/latex/was +# %doc %{texmfdist}/doc/latex/wrapfig +# %doc %{texmfdist}/doc/latex/xtab +# %doc %{texmfdist}/doc/latex/yfonts %files -n kpathsea %defattr(644,root,root,755) -%doc %{texmf}/doc/kpathsea +# %doc %{texmf}/doc/kpathsea %attr(755,root,root) %{_bindir}/kpsepath %attr(755,root,root) %{_bindir}/kpsestat %attr(755,root,root) %{_bindir}/kpsetool @@ -7929,13 +8100,13 @@ fi %files dvips %defattr(644,root,root,755) -%dir %{texmfdist}/fonts/map/dvips/cmex -%dir %{texmf}/dvipdfm +# %dir %{texmfdist}/fonts/map/dvips/cmex +# %dir %{texmf}/dvipdfm %dir %{texmf}/fonts/map/dvipdfm -%dir %{texmf}/fonts/map/dvips -%dir %{texmf}/fonts/map/dvips/tetex -%doc %{texmf}/doc/dvips -%doc %{texmf}/doc/dvipdfm +# %dir %{texmf}/fonts/map/dvips +# %dir %{texmf}/fonts/map/dvips/tetex +# %doc %{texmf}/doc/dvips +# %doc %{texmf}/doc/dvipdfm # dvi2fax requires ghostscript %attr(755,root,root) %{_bindir}/dvi2fax %attr(755,root,root) %{_bindir}/dvicopy @@ -7948,38 +8119,26 @@ fi %{_infodir}/dvips.info* %{_mandir}/man1/dvi2fax.1* %{_mandir}/man1/dvicopy.1* -%{_mandir}/man1/dvipdfm.1* +# %{_mandir}/man1/dvipdfm.1* %{_mandir}/man1/dvips.1* %{_mandir}/man1/dvired.1* %{_mandir}/man1/dvitomp.1* %{_mandir}/man1/dvitype.1* %{texmf}/dvips/base -%{texmf}/dvips/config -%{texmf}/dvips/getafm +# %{texmf}/dvips/config +# %{texmf}/dvips/getafm %{texmf}/dvips/gsftopk -<<<<<<< texlive.spec -# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps -======= ->>>>>>> 1.226 %{texmfdist}/fonts/enc/dvips/base -%{texmfdist}/fonts/map/dvips/allrunes -%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map -%{texmfdist}/tex/generic/dvips -%{texmfdist}/dvips -%{texmf}/dvipdfm/config -%{texmf}/dvips/tetex/config.* -%{texmf}/fonts/enc/dvips/tetex/mtex.enc -%{texmf}/fonts/enc/dvips/afm2pl -%{texmf}/fonts/map/dvipdfm/updmap +# %{texmfdist}/fonts/map/dvips/allrunes +# %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map +# %{texmfdist}/tex/generic/dvips +# %{texmfdist}/dvips +# %{texmf}/dvipdfm/config +# %{texmf}/dvips/tetex/config.* +# %{texmf}/fonts/enc/dvips/tetex/mtex.enc +# %{texmf}/fonts/enc/dvips/afm2pl +# %{texmf}/fonts/map/dvipdfm/updmap %{texmf}/fonts/map/dvipdfm/dvipdfmx -%{texmf}/fonts/map/dvipdfm/tetex -%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map -%{texmf}/fonts/map/dvips/tetex/dvips35.map -%{texmf}/fonts/map/dvips/tetex/mathpple.map -%{texmf}/fonts/map/dvips/tetex/mt-belleek.map -%{texmf}/fonts/map/dvips/tetex/mt-plus.map -%{texmf}/fonts/map/dvips/tetex/mt-yy.map -%{texmf}/fonts/map/dvips/tetex/pdftex35.map %files dvilj %defattr(644,root,root,755) @@ -7998,11 +8157,16 @@ fi %files makeindex %defattr(644,root,root,755) -%doc %{texmfdist}/doc/makeindex %attr(755,root,root) %{_bindir}/makeindex %attr(755,root,root) %{_bindir}/mkindex +%attr(755,root,root) %{_bindir}/mkgrkindex %attr(755,root,root) %{_bindir}/rumakeindex -%{texmfdist}/makeindex +%attr(755,root,root) %{_bindir}/splitindex +%dir %{texmfdist}/scripts/splitindex +%dir %{texmfdist}/scripts/splitindex/perl +%attr(755,root,root) %{texmfdist}/scripts/splitindex/perl/splitindex.pl +%dir %{texmfdist}/scripts/mkgrkindex +%attr(755,root,root) %{texmfdist}/scripts/mkgrkindex/mkgrkindex %{_mandir}/man1/makeindex.1* %{_mandir}/man1/mkindex.1* %{_mandir}/man1/rumakeindex.1* @@ -8010,172 +8174,162 @@ fi %files tlmgr %defattr(644,root,root,755) %dir %{texmf}/scripts/texlive -%dir %{texmf}/scripts/texlive/gswin32 -%dir %{texmf}/scripts/texlive/lua -%dir %{texmf}/scripts/texlive/lua/texlive -%dir %{texmf}/scripts/texlive/tlmgrgui %attr(755,root,root) %{texmf}/scripts/texlive/*.pl -%attr(755,root,root) %{texmf}/scripts/texlive/*.tlu -%attr(755,root,root) %{texmf}/scripts/texlive/gswin32/* -%attr(755,root,root) %{texmf}/scripts/texlive/lua/texlive/* -%attr(755,root,root) %{texmf}/scripts/texlive/tlmgrgui/*.pl %attr(755,root,root) %{_bindir}/tlmgr %{perl_vendorlib}/TeXLive -%{texmf}/scripts/texlive/tlmgrgui/lang +# %dir %{texmf}/scripts/texlive/gswin32 +# %dir %{texmf}/scripts/texlive/lua +# %dir %{texmf}/scripts/texlive/lua/texlive +# %dir %{texmf}/scripts/texlive/tlmgrgui +# %attr(755,root,root) %{texmf}/scripts/texlive/*.pl +# %attr(755,root,root) %{texmf}/scripts/texlive/gswin32/* +# %attr(755,root,root) %{texmf}/scripts/texlive/lua/texlive/* +# %attr(755,root,root) %{texmf}/scripts/texlive/tlmgrgui/*.pl +# %{texmf}/scripts/texlive/tlmgrgui/lang %files scripts %defattr(644,root,root,755) %dir %{texmfdist}/scripts/bengali %dir %{texmfdist}/scripts/glossaries -%dir %{texmfdist}/scripts/oberdiek %dir %{texmfdist}/scripts/perltex -%dir %{texmfdist}/scripts/pgfplots +# %dir %{texmfdist}/scripts/pgfplots %dir %{texmfdist}/scripts/pst2pdf -%dir %{texmfdist}/scripts/shipunov +# %dir %{texmfdist}/scripts/shipunov %dir %{texmfdist}/scripts/texcount %dir %{texmfdist}/scripts/vpe %dir %{texmf}/scripts/a2ping -%dir %{texmf}/scripts/pkfix +# %dir %{texmf}/scripts/pkfix %dir %{texmf}/scripts/simpdftex %dir %{texmf}/scripts/tetex %attr(755,root,root) %{texmfdist}/scripts/bengali/* %attr(755,root,root) %{texmfdist}/scripts/glossaries/* -%attr(755,root,root) %{texmfdist}/scripts/oberdiek/* %attr(755,root,root) %{texmfdist}/scripts/perltex/perltex* -%attr(755,root,root) %{texmfdist}/scripts/pgfplots/* +# %attr(755,root,root) %{texmfdist}/scripts/pgfplots/* %attr(755,root,root) %{texmfdist}/scripts/pst2pdf/pst2pdf* -%attr(755,root,root) %{texmfdist}/scripts/shipunov/* +# %attr(755,root,root) %{texmfdist}/scripts/shipunov/* %attr(755,root,root) %{texmfdist}/scripts/texcount/* %attr(755,root,root) %{texmfdist}/scripts/vpe/vpe.pl %attr(755,root,root) %{texmf}/scripts/a2ping/a2ping* -%attr(755,root,root) %{texmf}/scripts/pkfix/pkfix* +# %attr(755,root,root) %{texmf}/scripts/pkfix/pkfix* %attr(755,root,root) %{texmf}/scripts/simpdftex/simpdftex* %attr(755,root,root) %{texmf}/scripts/tetex/* %attr(755,root,root) %{_bindir}/a2ping %attr(755,root,root) %{_bindir}/e2pall +%dir %{texmfdist}/scripts/findhyph +%attr(755,root,root) %{texmfdist}/scripts/findhyph/findhyph +%attr(755,root,root) %{_bindir}/findhyph +%dir %{texmfdist}/scripts/listings-ext +%attr(755,root,root) %{texmfdist}/scripts/listings-ext/listings-ext.sh +%attr(755,root,root) %{_bindir}/listings-ext.sh +%dir %{texmfdist}/scripts/texdirflatten +%attr(755,root,root) %{texmfdist}/scripts/texdirflatten/texdirflatten +%attr(755,root,root) %{_bindir}/texdirflatten %{_mandir}/man1/e2pall.1* -%dir %{texmf}/texdoc -%doc %{texmf}/doc/texdoc -%attr(755,root,root) %{_bindir}/texdoc -%config(noreplace) %verify(not md5 mtime size) %{texmf}/texdoc/texdoc.cnf - -%files tex-arrayjob -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/arrayjob -%{texmfdist}/tex/generic/arrayjob - -%files tex-insbox -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/insbox -%{texmfdist}/tex/generic/insbox +# %dir %{texmf}/texdoc +# %doc %{texmf}/doc/texdoc +# %config(noreplace) %verify(not md5 mtime size) %{texmf}/texdoc/texdoc.cnf + +# %files tex-arrayjob +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/arrayjob +# %{texmfdist}/tex/generic/arrayjob + +# %files tex-insbox +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/insbox +# %{texmfdist}/tex/generic/insbox + +# %files tex-kastrup +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/kastrup +# %{texmfdist}/source/generic/kastrup +# %{texmfdist}/tex/generic/kastrup + +# %files tex-mathdots +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/mathdots +# %{texmfdist}/source/generic/mathdots +# %{texmfdist}/tex/generic/mathdots + +# %files tex-ofs +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/ofs +# %{texmfdist}/tex/generic/ofs -%files tex-kastrup +%files tex-physe %defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/kastrup/binhex.pdf -%{texmfdist}/source/generic/kastrup -%{texmfdist}/tex/generic/kastrup +# %{texmfdist}/tex/physe +# %{texmf}/fmtutil/format.physe.cnf +%{fmtdir}/pdftex/physe.fmt +# %{fmtdir}/physe -%files tex-mathdots -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/mathdots -%{texmfdist}/source/generic/mathdots -%{texmfdist}/tex/generic/mathdots +# %files tex-velthuis +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/velthuis +# %{texmfdist}/tex/generic/velthuis -%files tex-ofs -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/ofs -%{texmfdist}/tex/generic/ofs +# %files tex-ytex +# %defattr(644,root,root,755) +# %{texmfdist}/tex/ytex -%files tex-physe +%files metapost %defattr(644,root,root,755) -%{texmfdist}/tex/physe -%{texmf}/fmtutil/format.physe.cnf +# %dir %{texmfdist}/metapost +# %doc %{texmfdist}/doc/metapost +%attr(755,root,root) %{_bindir}/mpost +# %attr(755,root,root) %{_bindir}/mpto +# %{texmfdist}/metapost/base +# %{texmfdist}/metapost/config +# %{texmfdist}/metapost/mfpic +# %{texmfdist}/metapost/misc +# %{texmfdist}/metapost/support +# %{texmfdist}/source/metapost +%{_mandir}/man1/mpost.1* +# %{_mandir}/man1/mpto.1* +# %{texmf}/fmtutil/format.metapost.cnf + +# %files metapost-other +# %defattr(644,root,root,755) +# %{texmfdist}/metapost/automata +# %{texmfdist}/metapost/bbcard +# %{texmfdist}/metapost/blockdraw_mp +# %{texmfdist}/metapost/bpolynomial +# %{texmfdist}/metapost/cmarrows +# %{texmfdist}/metapost/dviincl +# %{texmfdist}/metapost/epsincl +# %{texmfdist}/metapost/expressg +# %{texmfdist}/metapost/exteps +# %{texmfdist}/metapost/featpost +# %{texmfdist}/metapost/frcursive +# %{texmfdist}/metapost/hatching +# %{texmfdist}/metapost/metaobj +# %{texmfdist}/metapost/metaplot +# %{texmfdist}/metapost/metauml +# %{texmfdist}/metapost/mp3d +# %{texmfdist}/metapost/mpattern +# %{texmfdist}/metapost/nkarta +# %{texmfdist}/metapost/piechartmp +# %{texmfdist}/metapost/slideshow +# %{texmfdist}/metapost/splines +# %{texmfdist}/metapost/tabvar +# %{texmfdist}/metapost/textpath +# %{texmfdist}/metapost/venn -%files tex-velthuis +%files mptopdf %defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/velthuis -%{texmfdist}/tex/generic/velthuis +%attr(755,root,root) %{_bindir}/mptopdf +%{_mandir}/man1/mptopdf.1* +# %{texmfdist}/tex/mptopdf +%{fmtdir}/pdftex/mptopdf.fmt +# %{fmtdir}/mptopdf -%files tex-ytex +%files texdoctk %defattr(644,root,root,755) -%{texmfdist}/tex/ytex +%attr(755,root,root) %{_bindir}/texdoctk +# %{texmf}/texdoctk +%{_mandir}/man1/texdoctk.1* -%files metafont -%defattr(644,root,root,755) -%dir %{texmfdist}/mft -%attr(755,root,root) %{_bindir}/mf -%attr(755,root,root) %{_bindir}/mf-nowin -%attr(755,root,root) %{_bindir}/mft -%attr(755,root,root) %{_bindir}/mktexmf -%attr(755,root,root) %{_bindir}/mktexpk -%attr(755,root,root) %{_bindir}/mktextfm -%{texmfdist}/metafont -%{texmfdist}/mft/base -%{texmfdist}/source/metafont -%{texmf}/fmtutil/format.metafont.cnf -%{_mandir}/man1/mf.1* -%{_mandir}/man1/mf-nowin.1* -%{_mandir}/man1/mft.1* -%{_mandir}/man1/mktexmf.1* -%{_mandir}/man1/mktexpk.1* -%{_mandir}/man1/mktextfm.1* - -%files metapost -%defattr(644,root,root,755) -%dir %{texmfdist}/metapost -%doc %{texmfdist}/doc/metapost -%attr(755,root,root) %{_bindir}/mpost -%attr(755,root,root) %{_bindir}/mpto -%{texmfdist}/metapost/base -%{texmfdist}/metapost/config -%{texmfdist}/metapost/mfpic -%{texmfdist}/metapost/misc -%{texmfdist}/metapost/support -%{texmfdist}/source/metapost -%{_mandir}/man1/mpost.1* -%{_mandir}/man1/mpto.1* -%{texmf}/fmtutil/format.metapost.cnf - -%files metapost-other -%defattr(644,root,root,755) -%{texmfdist}/metapost/automata -%{texmfdist}/metapost/bbcard -%{texmfdist}/metapost/blockdraw_mp -%{texmfdist}/metapost/bpolynomial -%{texmfdist}/metapost/cmarrows -%{texmfdist}/metapost/dviincl -%{texmfdist}/metapost/epsincl -%{texmfdist}/metapost/expressg -%{texmfdist}/metapost/exteps -%{texmfdist}/metapost/featpost -%{texmfdist}/metapost/frcursive -%{texmfdist}/metapost/hatching -%{texmfdist}/metapost/metaobj -%{texmfdist}/metapost/metaplot -%{texmfdist}/metapost/metauml -%{texmfdist}/metapost/mp3d -%{texmfdist}/metapost/mpattern -%{texmfdist}/metapost/nkarta -%{texmfdist}/metapost/piechartmp -%{texmfdist}/metapost/slideshow -%{texmfdist}/metapost/splines -%{texmfdist}/metapost/tabvar -%{texmfdist}/metapost/textpath -%{texmfdist}/metapost/venn - -%files mptopdf -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/mptopdf -%{_mandir}/man1/mptopdf.1* -%{texmfdist}/tex/mptopdf - -%files texdoctk -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/texdoctk -%{texmf}/texdoctk -%{_mandir}/man1/texdoctk.1* - -%files -n texconfig +%files -n texconfig %defattr(644,root,root,755) %dir %{texmf}/texconfig %doc %{texmf}/texconfig/README @@ -8191,11 +8345,13 @@ fi %{texmf}/texconfig/v %{texmf}/texconfig/x +%if %{with xindy} %files -n xindy %defattr(644,root,root,755) %doc %{texmf}/doc/xindy %dir %{texmf}/xindy %dir %{texmf}/xindy/lang +%dir %{texmf}/scripts/xindy %attr(755,root,root) %{texmf}/scripts/xindy/* %attr(755,root,root) %{_bindir}/tex2xindy %attr(755,root,root) %{_bindir}/xindy @@ -8386,6 +8542,7 @@ fi %files -n xindy-vietnamese %defattr(644,root,root,755) %{texmf}/xindy/lang/vietnamese/ +%endif %files -n xdvi %defattr(644,root,root,755) @@ -8398,50 +8555,54 @@ fi %files pdftex %defattr(644,root,root,755) -%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex -%dir %{texmfdist}/doc/support -%dir %{texmf}/fonts/map/pdftex -%dir %{texmf}/scripts/epstopdf -%doc %{texmfdist}/doc/pdftex -%doc %{texmfdist}/doc/support/pdfcrop -%attr(755,root,root) %{_bindir}/epstopdf +# %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex +# %dir %{texmfdist}/doc/support +# %dir %{texmf}/fonts/map/pdftex +# %doc %{texmfdist}/doc/pdftex +# %doc %{texmfdist}/doc/support/pdfcrop +%dir %{texmfdist}/scripts/pdfcrop +%attr(755,root,root) %{texmfdist}/scripts/pdfcrop/pdfcrop.pl %attr(755,root,root) %{_bindir}/pdfcrop +%attr(755,root,root) %{_bindir}/rpdfcrop %attr(755,root,root) %{_bindir}/pdftex -%attr(755,root,root) %{texmf}/scripts/epstopdf/epstopdf* -%attr(1777,root,root) %dir %{fmtdir}/pdftex -%{_mandir}/man1/epstopdf.1* +%attr(755,root,root) %{_bindir}/tpic2pdftex +%dir %{fmtdir}/pdftex +# %{_mandir}/man1/epstopdf.1* %{_mandir}/man1/pdftex.1* -%{texmfdist}/fonts/enc/pdftex -%{texmfdist}/fonts/map/pdftex -%{texmfdist}/scripts/pdfcrop -%{texmf}/fmtutil/format.pdftex.cnf -%{texmf}/fonts/map/pdftex/updmap +%{_mandir}/man1/tpic2pdftex.1* +# %{texmfdist}/fonts/enc/pdftex +# %{texmfdist}/fonts/map/pdftex +# %{texmf}/fmtutil/format.pdftex.cnf +# %{texmf}/fonts/map/pdftex/updmap +%{fmtdir}/pdftex/pdftex.fmt %files phyzzx %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/phyzzx -%dir %{texmfdist}/doc/phyzzx -%dir %{texmfdist}/tex/phyzzx -%doc %{texmfdist}/doc/phyzzx/base -%{texmfdist}/tex/phyzzx/base -%{texmfdist}/tex/phyzzx/config -%{texmf}/fmtutil/format.phyzzx.cnf +# %attr(755,root,root) %{_bindir}/phyzzx +# %dir %{texmfdist}/doc/phyzzx +# %dir %{texmfdist}/tex/phyzzx +# %doc %{texmfdist}/doc/phyzzx/base +# %{texmfdist}/tex/phyzzx/base +# %{texmfdist}/tex/phyzzx/config +# %{texmf}/fmtutil/format.phyzzx.cnf +%{fmtdir}/pdftex/phyzzx.fmt +# %{fmtdir}/phyzzx %files omega %defattr(644,root,root,755) -%doc %{texmfdist}/doc/aleph -%doc %{texmfdist}/doc/omega -%doc %{texmfdist}/doc/lambda -%dir %{texmfdist}/omega -%dir %{texmfdist}/dvips/omega +# %doc %{texmfdist}/doc/aleph +# %doc %{texmfdist}/doc/omega +# %doc %{texmfdist}/doc/lambda +# %dir %{texmfdist}/omega +# %dir %{texmfdist}/dvips/omega %attr(755,root,root) %{_bindir}/aleph -%attr(755,root,root) %{_bindir}/lambda +# %attr(755,root,root) %{_bindir}/lambda %attr(755,root,root) %{_bindir}/mkocp %attr(755,root,root) %{_bindir}/mkofm %attr(755,root,root) %{_bindir}/odvicopy -%attr(755,root,root) %{_bindir}/odvips +# %attr(755,root,root) %{_bindir}/odvips %attr(755,root,root) %{_bindir}/odvitype -%attr(755,root,root) %{_bindir}/omega +# %attr(755,root,root) %{_bindir}/omega %attr(755,root,root) %{_bindir}/omfonts %attr(755,root,root) %{_bindir}/opl2ofm %attr(755,root,root) %{_bindir}/otangle @@ -8449,22 +8610,23 @@ fi %attr(755,root,root) %{_bindir}/outocp %attr(755,root,root) %{_bindir}/ovf2ovp %attr(755,root,root) %{_bindir}/ovp2ovf -%{texmfdist}/dvips/omega/config.omega -%{texmfdist}/dvips/omega/omega.cfg -%{texmfdist}/fonts/map/dvips/omega -%{texmfdist}/tex/generic/omegahyph -%{texmfdist}/omega/ocp -%{texmfdist}/omega/otp -%{texmfdist}/tex/lambda -%{texmfdist}/source/lambda -%{texmf}/fmtutil/format.omega.cnf -%{texmf}/fmtutil/format.aleph.cnf +# %{texmfdist}/dvips/omega/config.omega +# %{texmfdist}/dvips/omega/omega.cfg +# %{texmfdist}/fonts/map/dvips/omega +# %{texmfdist}/tex/generic/omegahyph +# %{texmfdist}/omega/ocp +# %{texmfdist}/omega/otp +# %{texmfdist}/tex/lambda +# %{texmfdist}/source/lambda +# %{texmf}/fmtutil/format.omega.cnf +# %{texmf}/fmtutil/format.aleph.cnf +%{_mandir}/man1/aleph.1* %{_mandir}/man1/lambda.1* %{_mandir}/man1/mkocp.1* %{_mandir}/man1/mkofm.1* -%{_mandir}/man1/omega.1* +# %{_mandir}/man1/omega.1* %{_mandir}/man1/odvicopy.1* -%{_mandir}/man1/odvips.1* +# %{_mandir}/man1/odvips.1* %{_mandir}/man1/odvitype.1* %{_mandir}/man1/ofm2opl.1* %{_mandir}/man1/opl2ofm.1* @@ -8472,114 +8634,123 @@ fi %{_mandir}/man1/outocp.1* %{_mandir}/man1/ovf2ovp.1* %{_mandir}/man1/ovp2ovf.1* - -%files plain -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/plain -%{texmfdist}/tex/plain -%exclude %{texmfdist}/tex/plain/config/xetex.ini -%{texmf}/fmtutil/format.tex.cnf - -%files mex -%defattr(644,root,root,755) -%dir %{texmfdist}/tex/mex -%dir %{texmfdist}/tex/mex/config -%doc %{texmfdist}/doc/mex -%{texmfdist}/source/mex -%{texmfdist}/tex/mex/base -%{texmf}/fmtutil/format.mex.cnf -%{texmf}/fmtutil/format.utf8mex.cnf +%{fmtdir}/aleph +%{fmtdir}/omega +# %{fmtdir}/lambda +# %{fmtdir}/lamed +# %{fmtdir}/pdftex/aleph.fmt +# %{fmtdir}/pdftex/lambda.fmt +# %{fmtdir}/pdftex/lamed.fmt +# %{fmtdir}/pdftex/omega.fmt + + +# %files plain +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/plain +# %{texmfdist}/tex/plain +# %exclude %{texmfdist}/tex/plain/config/xetex.ini +# %{texmf}/fmtutil/format.tex.cnf + +# %files mex +# %defattr(644,root,root,755) +# %dir %{texmfdist}/tex/mex +# %dir %{texmfdist}/tex/mex/config +# %doc %{texmfdist}/doc/mex +# %{texmfdist}/source/mex +# %{texmfdist}/tex/mex/base +# %{texmf}/fmtutil/format.mex.cnf +# %{texmf}/fmtutil/format.utf8mex.cnf %files format-mex %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/mex -%{texmfdist}/tex/mex/config/mex.ini +# %attr(755,root,root) %{_bindir}/mex +# %{texmfdist}/tex/mex/config/mex.ini +%{fmtdir}/pdftex/mex.fmt +# %{fmtdir}/mex -%files format-pdfmex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/pdfmex -%{texmfdist}/tex/mex/config/pdfmex.ini +# %files format-pdfmex +# %defattr(644,root,root,755) +# %attr(755,root,root) %{_bindir}/pdfmex +# %{texmfdist}/tex/mex/config/pdfmex.ini -%files format-utf8mex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/utf8mex -%dir %{texmfdist}/doc/mex -%doc %{texmfdist}/doc/mex/utf8mex -%{texmfdist}/tex/mex/utf8mex +# %files format-utf8mex +# %defattr(644,root,root,755) +# %attr(755,root,root) %{_bindir}/utf8mex +# %{texmfdist}/tex/mex/utf8mex -%files amstex -%defattr(644,root,root,755) -%dir %{texmfdist}/tex/amstex -%{texmfdist}/tex/amstex/base -%{texmfdist}/tex/amstex/config -%{texmfdist}/tex/plain/amsfonts +# %files amstex +# %defattr(644,root,root,755) +# %{texmfdist}/tex/amstex/config +# %{texmfdist}/tex/plain/amsfonts %files format-amstex %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/amstex -%doc %{texmfdist}/doc/amstex -%{texmfdist}/tex/amstex -%{texmf}/fmtutil/format.amstex.cnf -%{texmf}/fmtutil/format.cyramstex.cnf +# %attr(755,root,root) %{_bindir}/amstex +# %doc %{texmfdist}/doc/amstex +# %{texmfdist}/tex/amstex +# %{texmf}/fmtutil/format.amstex.cnf +# %{texmf}/fmtutil/format.cyramstex.cnf %{_mandir}/man1/amstex.1* -%files csplain -%defattr(644,root,root,755) -%dir %{texmfdist}/doc/cslatex -%dir %{texmfdist}/doc/cslatex/base -%doc %{texmfdist}/doc/cslatex/base/README-cspsfont -%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc -%doc %{texmfdist}/doc/cslatex/base/cscorr.tab -%doc %{texmfdist}/doc/cslatex/base/csplain.doc -%doc %{texmfdist}/doc/cslatex/base/parpozn.tex -%doc %{texmfdist}/doc/cslatex/base/test8z.tex -%doc %{texmfdist}/doc/cslatex/base/testlat.tex -%attr(755,root,root) %{_bindir}/csplain -%{texmfdist}/tex/csplain -%{texmf}/fmtutil/format.csplain.cnf +# %files csplain +# %defattr(644,root,root,755) +# %dir %{texmfdist}/doc/cslatex +# %doc %{texmfdist}/doc/cslatex/base +# %attr(755,root,root) %{_bindir}/csplain +# %{texmfdist}/tex/csplain +# %{texmf}/fmtutil/format.csplain.cnf %files format-csplain %defattr(644,root,root,755) +%{fmtdir}/pdftex/csplain.fmt +# %{fmtdir}/csplain %files format-pdfcsplain %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/pdfcsplain - -%files cslatex -%defattr(644,root,root,755) -%{texmfdist}/tex/cslatex -%{texmfdist}/tex/latex/cslatex - -%files format-cslatex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/cslatex -%{texmf}/fmtutil/format.cslatex.cnf - -%files format-pdfcslatex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/pdfcslatex - -%files eplain -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/etex -%doc %{texmfdist}/doc/eplain -%{texmfdist}/tex/plain/etex -%{texmfdist}/tex/eplain -%dir %{texmfdist}/source/eplain -%{texmfdist}/source/eplain/eplain-source-3.2.zip +# %attr(755,root,root) %{_bindir}/pdfcsplain +%{fmtdir}/pdftex/pdfcsplain.fmt +# %{fmtdir}/pdfcsplain + +# %files cslatex +# %defattr(644,root,root,755) +# %{texmfdist}/tex/cslatex +# %{texmfdist}/tex/latex/cslatex + +# %files format-cslatex +# %defattr(644,root,root,755) +# %attr(755,root,root) %{_bindir}/cslatex +# %{texmf}/fmtutil/format.cslatex.cnf + +# %files format-pdfcslatex +# %defattr(644,root,root,755) +# %attr(755,root,root) %{_bindir}/pdfcslatex + +# %files eplain +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/etex +# %doc %{texmfdist}/doc/eplain +# %{texmfdist}/tex/plain/etex +# %{texmfdist}/tex/eplain +# %dir %{texmfdist}/source/eplain +# %{texmfdist}/source/eplain/eplain-source-3.2.zip %files format-eplain %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/eplain -%attr(755,root,root) %{_bindir}/etex +# %attr(755,root,root) %{_bindir}/eplain +# %attr(755,root,root) %{_bindir}/etex %{_mandir}/man1/eplain.1* -%{_mandir}/man1/etex.1* -%{texmf}/fmtutil/format.eplain.cnf +# %{_mandir}/man1/etex.1* +# %{texmf}/fmtutil/format.eplain.cnf +%{fmtdir}/pdftex/etex.fmt +# %{fmtdir}/etex %files context %defattr(644,root,root,755) -%doc %{texmfdist}/doc/context -%doc %{texmfdist}/doc/luatex +%dir %{texmfdist}/scripts/context +%dir %{texmfdist}/scripts/context/ruby +%dir %{texmfdist}/scripts/context/stubs +%dir %{texmfdist}/scripts/context/stubs/unix +%attr(755,root,root) %{texmfdist}/scripts/context/stubs/unix/* %attr(755,root,root) %{_bindir}/context %attr(755,root,root) %{_bindir}/ctxtools %attr(755,root,root) %{_bindir}/exatools @@ -8596,6 +8767,7 @@ fi %attr(755,root,root) %{_bindir}/texexec %attr(755,root,root) %{_bindir}/texfind %attr(755,root,root) %{_bindir}/texfont +%attr(755,root,root) %{texmfdist}/scripts/context/ruby/texmfstart.rb %attr(755,root,root) %{_bindir}/texmfstart %attr(755,root,root) %{_bindir}/texshow %attr(755,root,root) %{_bindir}/textools @@ -8610,5211 +8782,5184 @@ fi %{_mandir}/man1/texmfstart.1* %{_mandir}/man1/textools.1* %{_mandir}/man1/texutil.1* -%{texmfdist}/context -%{texmfdist}/fonts/enc/dvips/context -%{texmfdist}/metapost/context -%{texmfdist}/scripts/context -%{texmfdist}/tex/context -%exclude %{texmfdist}/tex/context/config/cont-de.ini -%exclude %{texmfdist}/tex/context/config/cont-en.ini -%exclude %{texmfdist}/tex/context/config/cont-nl.ini -%exclude %{texmfdist}/tex/context/config/cont-uk.ini -%{texmfdist}/tex/generic/context -%{texmfdist}/tex/latex/context -%{texmfdist}/bibtex/bst/context -%{texmf}/fmtutil/format.context.cnf -%{texmf}/fmtutil/format.luatex.cnf -%{texmf}/web2c/context.cnf - -%files format-context-de -%defattr(644,root,root,755) -%{texmfdist}/tex/context/config/cont-de.ini - -%files format-context-en -%defattr(644,root,root,755) -%{texmfdist}/tex/context/config/cont-en.ini -# what is the difference betwen uk and en in this particular situation? -%{texmfdist}/tex/context/config/cont-uk.ini +# %{texmfdist}/context +# %{texmfdist}/fonts/enc/dvips/context +# %{texmfdist}/metapost/context +# %{texmfdist}/tex/context +# %exclude %{texmfdist}/tex/context/config/cont-de.ini +# %exclude %{texmfdist}/tex/context/config/cont-en.ini +# %exclude %{texmfdist}/tex/context/config/cont-nl.ini +# %exclude %{texmfdist}/tex/context/config/cont-uk.ini +# %{texmfdist}/tex/generic/context +# %{texmfdist}/tex/latex/context +# %{texmfdist}/bibtex/bst/context +# %{texmf}/fmtutil/format.context.cnf +# %{texmf}/fmtutil/format.luatex.cnf +# %{texmf}/web2c/context.cnf + +# %files format-context-de +# %defattr(644,root,root,755) +# %{texmfdist}/tex/context/config/cont-de.ini +# +# %files format-context-en +# %defattr(644,root,root,755) +# %{texmfdist}/tex/context/config/cont-en.ini +# # what is the difference betwen uk and en in this particular situation? +# %{texmfdist}/tex/context/config/cont-uk.ini -%files format-context-nl -%defattr(644,root,root,755) -%{texmfdist}/tex/context/config/cont-nl.ini +# %files format-context-nl +# %defattr(644,root,root,755) +# %{texmfdist}/tex/context/config/cont-nl.ini %files latex %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/lacheck %attr(755,root,root) %{_bindir}/latex %attr(755,root,root) %{_bindir}/pslatex -%dir %{texmfdist}/scripts/pst-pdf -%dir %{texmfdist}/source/generic -%dir %{texmfdist}/tex/latex -%dir %{texmfdist}/tex/latex/latexconfig -%dir %{texmfdist}/tex/plain -%dir %{texmf}/tex/latex + +%dir %{texmfdist}/scripts/latexmk +%attr(755,root,root) %{texmfdist}/scripts/latexmk/latexmk.pl +%attr(755,root,root) %{_bindir}/latexmk +%dir %{texmfdist}/scripts/latex2man +%attr(755,root,root) %{texmfdist}/scripts/latex2man/latex2man +%attr(755,root,root) %{_bindir}/latex2man +%dir %{texmfdist}/scripts/svn-multi +%attr(755,root,root) %{texmfdist}/scripts/svn-multi/svn-multi.pl +%attr(755,root,root) %{_bindir}/svn-multi +%dir %{texmfdist}/scripts/texloganalyser +%attr(755,root,root) %{texmfdist}/scripts/texloganalyser/texloganalyser +%attr(755,root,root) %{_bindir}/texloganalyser +%dir %{texmfdist}/scripts/fig4latex +%attr(755,root,root) %{texmfdist}/scripts/fig4latex/fig4latex +%attr(755,root,root) %{_bindir}/fig4latex +# %dir %{texmfdist}/source/generic +# %dir %{texmfdist}/tex/latex +# %dir %{texmfdist}/tex/latex/latexconfig +# %dir %{texmfdist}/tex/plain +# %dir %{texmf}/tex/latex %{_mandir}/man1/lacheck.1* %{_mandir}/man1/latex.1* %{_mandir}/man1/pslatex.1* -%{texmf}/fmtutil/format.latex.cnf -%{texmfdist}/tex/latex/floatflt -%{texmfdist}/scripts/pst-pdf/ps4pdf -%{texmfdist}/tex/generic/pstricks -%{texmfdist}/tex/generic/shapepar -%{texmfdist}/tex/generic/textmerg -%{texmfdist}/source/generic/textmerg -%{texmfdist}/tex/latex/12many -%{texmfdist}/tex/latex/AkkTeX -%{texmfdist}/tex/latex/GuIT -%{texmfdist}/tex/latex/IEEEtran -%{texmfdist}/tex/latex/Tabbing -%{texmfdist}/tex/latex/a0poster -%{texmfdist}/tex/latex/acmtrans -%{texmfdist}/tex/latex/acronym -%{texmfdist}/tex/latex/adrlist -%{texmfdist}/tex/latex/aeguill -%{texmfdist}/tex/latex/afthesis -%{texmfdist}/tex/latex/aguplus -%{texmfdist}/tex/latex/akletter -%{texmfdist}/tex/latex/algorithm2e -%{texmfdist}/tex/latex/algorithmicx -%{texmfdist}/tex/latex/allrunes -%{texmfdist}/tex/latex/altfont -%{texmfdist}/tex/latex/ametsoc -%{texmfdist}/tex/latex/amsaddr -%{texmfdist}/tex/latex/amsrefs -%{texmfdist}/tex/latex/animate -%{texmfdist}/tex/latex/answers -%{texmfdist}/tex/latex/antiqua -%{texmfdist}/tex/latex/anyfontsize -%{texmfdist}/tex/latex/anysize -%{texmfdist}/tex/latex/apa -%{texmfdist}/tex/latex/apl -%{texmfdist}/tex/latex/ar -%{texmfdist}/tex/latex/arabi -%{texmfdist}/tex/latex/arabtex -%{texmfdist}/tex/latex/archaic -%{texmfdist}/tex/latex/arev -%{texmfdist}/tex/latex/armenian -%{texmfdist}/tex/latex/ascelike -%{texmfdist}/tex/latex/ascii -%{texmfdist}/tex/latex/assignment -%{texmfdist}/tex/latex/augie -%{texmfdist}/tex/latex/auncial-new -%{texmfdist}/tex/latex/aurical -%{texmfdist}/tex/latex/authoraftertitle -%{texmfdist}/tex/latex/authorindex -%{texmfdist}/tex/latex/auto-pst-pdf -%{texmfdist}/tex/latex/autoarea -%{texmfdist}/tex/latex/autotab -%{texmfdist}/tex/latex/avantgar -%{texmfdist}/tex/latex/bangtex -%{texmfdist}/tex/latex/barcodes -%{texmfdist}/tex/latex/base -%{texmfdist}/tex/latex/bayer -%{texmfdist}/tex/latex/bbding -%{texmfdist}/tex/latex/bbm-macros -%{texmfdist}/tex/latex/begriff -%{texmfdist}/tex/latex/bengali -%{texmfdist}/tex/latex/bera -%{texmfdist}/tex/latex/betababel -%{texmfdist}/tex/latex/beton -%{texmfdist}/tex/latex/bibarts -%{texmfdist}/tex/latex/bibleref -%{texmfdist}/tex/latex/biblist -%{texmfdist}/tex/latex/bigfoot -%{texmfdist}/tex/latex/bizcard -%{texmfdist}/tex/latex/blacklettert1 -%{texmfdist}/tex/latex/blindtext -%{texmfdist}/tex/latex/boisik -%{texmfdist}/tex/latex/boldtensors -%{texmfdist}/tex/latex/bookest -%{texmfdist}/tex/latex/bookhands -%{texmfdist}/tex/latex/bookman -%{texmfdist}/tex/latex/bophook -%{texmfdist}/tex/latex/boxhandler -%{texmfdist}/tex/latex/braille -%{texmfdist}/tex/latex/breakurl -%{texmfdist}/tex/latex/bridge -%{texmfdist}/tex/latex/brushscr -%{texmfdist}/tex/latex/burmese -%{texmfdist}/tex/latex/bussproofs -%{texmfdist}/tex/latex/calrsfs -%{texmfdist}/tex/latex/calxxxx -%{texmfdist}/tex/latex/captcont -%{texmfdist}/tex/latex/casyl -%{texmfdist}/tex/latex/catechis -%{texmfdist}/tex/latex/cbcoptic -%{texmfdist}/tex/latex/cbfonts -%{texmfdist}/tex/latex/cclicenses -%{texmfdist}/tex/latex/cd-cover -%{texmfdist}/tex/latex/cd -%{texmfdist}/tex/latex/cdpbundl -%{texmfdist}/tex/latex/cellspace -%{texmfdist}/tex/latex/changepage -%{texmfdist}/tex/latex/changes -%{texmfdist}/tex/latex/chapterfolder -%{texmfdist}/tex/latex/cherokee -%{texmfdist}/tex/latex/chicago -%{texmfdist}/tex/latex/china2e -%{texmfdist}/tex/latex/citeref -%{texmfdist}/tex/latex/cjhebrew -%{texmfdist}/tex/latex/cjk -%{texmfdist}/tex/latex/classicthesis -%{texmfdist}/tex/latex/cleveref -%{texmfdist}/tex/latex/clock -%{texmfdist}/tex/latex/clrscode -%{texmfdist}/tex/latex/cm-lgc -%{texmfdist}/tex/latex/cm-super -%{texmfdist}/tex/latex/cmap -%{texmfdist}/tex/latex/cmcyralt -%{texmfdist}/tex/latex/cmdstring -%{texmfdist}/tex/latex/cmsd -%{texmfdist}/tex/latex/codepage -%{texmfdist}/tex/latex/colorinfo -%{texmfdist}/tex/latex/commath -%{texmfdist}/tex/latex/compactbib -%{texmfdist}/tex/latex/complexity -%{texmfdist}/tex/latex/concprog -%{texmfdist}/tex/latex/confproc -%{texmfdist}/tex/latex/courier-scaled -%{texmfdist}/tex/latex/courier -%{texmfdist}/tex/latex/courseoutline -%{texmfdist}/tex/latex/coursepaper -%{texmfdist}/tex/latex/coverpage -%{texmfdist}/tex/latex/covington -%{texmfdist}/tex/latex/crop -%{texmfdist}/tex/latex/crossreference -%{texmfdist}/tex/latex/csbulletin -%{texmfdist}/tex/latex/csquotes -%{texmfdist}/tex/latex/ctib -%{texmfdist}/tex/latex/cursor -%{texmfdist}/tex/latex/cv -%{texmfdist}/tex/latex/cweb-latex -%{texmfdist}/tex/latex/cyklop -%{texmfdist}/tex/latex/dateiliste -%{texmfdist}/tex/latex/datetime -%{texmfdist}/tex/latex/dcpic -%{texmfdist}/tex/latex/decimal -%{texmfdist}/tex/latex/diagnose -%{texmfdist}/tex/latex/dichokey -%{texmfdist}/tex/latex/dictsym -%{texmfdist}/tex/latex/digiconfigs -%{texmfdist}/tex/latex/dingbat -%{texmfdist}/tex/latex/directory -%{texmfdist}/tex/latex/dlfltxb -%{texmfdist}/tex/latex/docmfp -%{texmfdist}/tex/latex/doi -%{texmfdist}/tex/latex/doipubmed -%{texmfdist}/tex/latex/dotarrow -%{texmfdist}/tex/latex/dottex -%{texmfdist}/tex/latex/doublestroke -%{texmfdist}/tex/latex/dpfloat -%{texmfdist}/tex/latex/drac -%{texmfdist}/tex/latex/draftcopy -%{texmfdist}/tex/latex/dramatist -%{texmfdist}/tex/latex/duerer-latex -%{texmfdist}/tex/latex/dvdcoll -%{texmfdist}/tex/latex/dvipdfmx-def -%{texmfdist}/tex/latex/eCards -%{texmfdist}/tex/latex/ean13isbn -%{texmfdist}/tex/latex/easy -%{texmfdist}/tex/latex/ebezier -%{texmfdist}/tex/latex/ebsthesis -%{texmfdist}/tex/latex/ecclesiastic -%{texmfdist}/tex/latex/ecltree -%{texmfdist}/tex/latex/eco -%{texmfdist}/tex/latex/economic -%{texmfdist}/tex/latex/ed -%{texmfdist}/tex/latex/edmargin -%{texmfdist}/tex/latex/ednotes -%{texmfdist}/tex/latex/eemeir -%{texmfdist}/tex/latex/eepic -%{texmfdist}/tex/latex/egameps -%{texmfdist}/tex/latex/eiad -%{texmfdist}/tex/latex/ellipsis -%{texmfdist}/tex/latex/elpres -%{texmfdist}/tex/latex/elsevier -%{texmfdist}/tex/latex/em -%{texmfdist}/tex/latex/emp -%{texmfdist}/tex/latex/emulateapj -%{texmfdist}/tex/latex/encxvlna -%{texmfdist}/tex/latex/endfloat -%{texmfdist}/tex/latex/endheads -%{texmfdist}/tex/latex/engpron -%{texmfdist}/tex/latex/engrec -%{texmfdist}/tex/latex/envbig -%{texmfdist}/tex/latex/envlab -%{texmfdist}/tex/latex/epigrafica -%{texmfdist}/tex/latex/epigraph -%{texmfdist}/tex/latex/epiolmec -%{texmfdist}/tex/latex/epsdice -%{texmfdist}/tex/latex/epspdfconversion -%{texmfdist}/tex/latex/eqname -%{texmfdist}/tex/latex/eqparbox -%{texmfdist}/tex/latex/errata -%{texmfdist}/tex/latex/esint -%{texmfdist}/tex/latex/eskdx -%{texmfdist}/tex/latex/eso-pic -%{texmfdist}/tex/latex/etex-pkg -%{texmfdist}/tex/latex/ethiop -%{texmfdist}/tex/latex/etoolbox -%{texmfdist}/tex/latex/eukdate -%{texmfdist}/tex/latex/euler -%{texmfdist}/tex/latex/eulervm -%{texmfdist}/tex/latex/euproposal -%{texmfdist}/tex/latex/euro -%{texmfdist}/tex/latex/eurofont -%{texmfdist}/tex/latex/europecv -%{texmfdist}/tex/latex/eurosans -%{texmfdist}/tex/latex/eurosym -%{texmfdist}/tex/latex/everypage -%{texmfdist}/tex/latex/examplep -%{texmfdist}/tex/latex/exceltex -%{texmfdist}/tex/latex/exercise -%{texmfdist}/tex/latex/expl3 -%{texmfdist}/tex/latex/extarrows -%{texmfdist}/tex/latex/extract -%{texmfdist}/tex/latex/extsizes -%{texmfdist}/tex/latex/facsimile -%{texmfdist}/tex/latex/fancybox -%{texmfdist}/tex/latex/fancyhdr -%{texmfdist}/tex/latex/fancynum -%{texmfdist}/tex/latex/fancyref -%{texmfdist}/tex/latex/fancytooltips -%{texmfdist}/tex/latex/fancyvrb -%{texmfdist}/tex/latex/fax -%{texmfdist}/tex/latex/fc -%{texmfdist}/tex/latex/feyn -%{texmfdist}/tex/latex/fge -%{texmfdist}/tex/latex/figbib -%{texmfdist}/tex/latex/figsize -%{texmfdist}/tex/latex/filecontents -%{texmfdist}/tex/latex/fink -%{texmfdist}/tex/latex/fixfoot -%{texmfdist}/tex/latex/flabels -%{texmfdist}/tex/latex/flacards -%{texmfdist}/tex/latex/flagderiv -%{texmfdist}/tex/latex/flashcards -%{texmfdist}/tex/latex/float -%{texmfdist}/tex/latex/floatrow -%{texmfdist}/tex/latex/fmp -%{texmfdist}/tex/latex/fnbreak -%{texmfdist}/tex/latex/fncychap -%{texmfdist}/tex/latex/foekfont -%{texmfdist}/tex/latex/foilhtml -%{texmfdist}/tex/latex/fonetika -%{texmfdist}/tex/latex/fontinst -%{texmfdist}/tex/latex/fonttable -%{texmfdist}/tex/latex/footmisc -%{texmfdist}/tex/latex/footnpag -%{texmfdist}/tex/latex/fourier -%{texmfdist}/tex/latex/fouriernc -%{texmfdist}/tex/latex/fp -%{texmfdist}/tex/latex/frankenstein -%{texmfdist}/tex/latex/frcursive -%{texmfdist}/tex/latex/frenchle -%{texmfdist}/tex/latex/fribrief -%{texmfdist}/tex/latex/frletter -%{texmfdist}/tex/latex/frontespizio -%{texmfdist}/tex/latex/fullblck -%{texmfdist}/tex/latex/fullpict -%{texmfdist}/tex/latex/fundus -%{texmfdist}/tex/latex/gaceta -%{texmfdist}/tex/latex/gastex -%{texmfdist}/tex/latex/gatech-thesis -%{texmfdist}/tex/latex/gauss -%{texmfdist}/tex/latex/gb4e -%{texmfdist}/tex/latex/gcard -%{texmfdist}/tex/latex/gcite -%{texmfdist}/tex/latex/genmpage -%{texmfdist}/tex/latex/geometry -%{texmfdist}/tex/latex/geomsty -%{texmfdist}/tex/latex/germbib -%{texmfdist}/tex/latex/gfsartemisia -%{texmfdist}/tex/latex/gfsbaskerville -%{texmfdist}/tex/latex/gfsbodoni -%{texmfdist}/tex/latex/gfscomplutum -%{texmfdist}/tex/latex/gfsdidot -%{texmfdist}/tex/latex/gfsneohellenic -%{texmfdist}/tex/latex/gfsporson -%{texmfdist}/tex/latex/gfssolomos -%{texmfdist}/tex/latex/gloss -%{texmfdist}/tex/latex/glossaries -%{texmfdist}/tex/latex/gmdoc -%{texmfdist}/tex/latex/gmeometric -%{texmfdist}/tex/latex/gmiflink -%{texmfdist}/tex/latex/gmutils -%{texmfdist}/tex/latex/gmverb -%{texmfdist}/tex/latex/graphics -%{texmfdist}/tex/latex/graphicx-psmin -%{texmfdist}/tex/latex/greek-inputenc -%{texmfdist}/tex/latex/greekdates -%{texmfdist}/tex/latex/greektex -%{texmfdist}/tex/latex/grfpaste -%{texmfdist}/tex/latex/grnumalt -%{texmfdist}/tex/latex/grotesq -%{texmfdist}/tex/latex/grverb -%{texmfdist}/tex/latex/gu -%{texmfdist}/tex/latex/guitbeamer -%{texmfdist}/tex/latex/hanging -%{texmfdist}/tex/latex/har2nat -%{texmfdist}/tex/latex/harmony -%{texmfdist}/tex/latex/harpoon -%{texmfdist}/tex/latex/harvard -%{texmfdist}/tex/latex/hc -%{texmfdist}/tex/latex/helvetic -%{texmfdist}/tex/latex/hep -%{texmfdist}/tex/latex/hepnames -%{texmfdist}/tex/latex/hepparticles -%{texmfdist}/tex/latex/hepthesis -%{texmfdist}/tex/latex/hepunits -%{texmfdist}/tex/latex/hexgame -%{texmfdist}/tex/latex/hfoldsty -%{texmfdist}/tex/latex/hilowres -%{texmfdist}/tex/latex/histogr -%{texmfdist}/tex/latex/hitec -%{texmfdist}/tex/latex/hpsdiss -%{texmfdist}/tex/latex/hvfloat -%{texmfdist}/tex/latex/hypdvips -%{texmfdist}/tex/latex/hyper -%{texmfdist}/tex/latex/hyperref -%{texmfdist}/tex/latex/hyperxmp -%{texmfdist}/tex/latex/hyphenat -%{texmfdist}/tex/latex/ibycus-babel -%{texmfdist}/tex/latex/icsv -%{texmfdist}/tex/latex/ieeepes -%{texmfdist}/tex/latex/ifmslide -%{texmfdist}/tex/latex/ifplatform -%{texmfdist}/tex/latex/ifsym -%{texmfdist}/tex/latex/ijmart -%{texmfdist}/tex/latex/imac -%{texmfdist}/tex/latex/image-gallery -%{texmfdist}/tex/latex/imtekda -%{texmfdist}/tex/latex/index -%{texmfdist}/tex/latex/initials -%{texmfdist}/tex/latex/inlinebib -%{texmfdist}/tex/latex/inlinedef -%{texmfdist}/tex/latex/interactiveworkbook -%{texmfdist}/tex/latex/invoice -%{texmfdist}/tex/latex/ipa -%{texmfdist}/tex/latex/iso -%{texmfdist}/tex/latex/iso10303 -%{texmfdist}/tex/latex/isodate -%{texmfdist}/tex/latex/isodoc -%{texmfdist}/tex/latex/isonums -%{texmfdist}/tex/latex/itnumpar -%{texmfdist}/tex/latex/itrans -%{texmfdist}/tex/latex/iwona -%{texmfdist}/tex/latex/jhep -%{texmfdist}/tex/latex/jknapltx -%{texmfdist}/tex/latex/jneurosci -%{texmfdist}/tex/latex/jpsj -%{texmfdist}/tex/latex/jura -%{texmfdist}/tex/latex/juraabbrev -%{texmfdist}/tex/latex/juramisc -%{texmfdist}/tex/latex/jurarsp -%{texmfdist}/tex/latex/koma-script -%{texmfdist}/tex/latex/labels -%{texmfdist}/tex/latex/latexconfig/latex.ini -%{texmfdist}/tex/latex/latexconfig/lualatex.ini -%{texmfdist}/tex/latex/latexconfig/mllatex.ini -%{texmfdist}/tex/latex/latexconfig/pdflatex.ini -%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini -%{texmfdist}/tex/latex/layouts -%{texmfdist}/tex/latex/listings -%{texmfdist}/tex/latex/ltabptch -%{texmfdist}/tex/latex/localloc -%{texmfdist}/tex/latex/ltxmisc -%{texmfdist}/tex/latex/mathcomp -%{texmfdist}/tex/latex/mdwtools -%{texmfdist}/tex/latex/memoir -%{texmfdist}/tex/latex/mh -%{texmfdist}/tex/latex/misc209 -%{texmfdist}/tex/latex/mmap -%{texmfdist}/tex/latex/mnsymbol -%{texmfdist}/tex/latex/moderncv -%{texmfdist}/tex/latex/modroman -%{texmfdist}/tex/latex/mongolian-babel -%{texmfdist}/tex/latex/montex -%{texmfdist}/tex/latex/mparhack -%{texmfdist}/tex/latex/ms -%{texmfdist}/tex/latex/multibib -%{texmfdist}/tex/latex/multirow -%{texmfdist}/tex/latex/mwcls -%{texmfdist}/tex/latex/natbib -%{texmfdist}/tex/latex/ncclatex -%{texmfdist}/tex/latex/ncctools -%{texmfdist}/tex/latex/ncntrsbk -%{texmfdist}/tex/latex/nddiss -%{texmfdist}/tex/latex/newalg -%{texmfdist}/tex/latex/newfile -%{texmfdist}/tex/latex/newlfm -%{texmfdist}/tex/latex/newspaper -%{texmfdist}/tex/latex/newthm -%{texmfdist}/tex/latex/nomencl -%{texmfdist}/tex/latex/ntgclass -%{texmfdist}/tex/generic/oberdiek -%{texmfdist}/tex/latex/oberdiek -%{texmfdist}/tex/latex/overpic -%{texmfdist}/tex/latex/paralist -%{texmfdist}/tex/latex/pb-diagram -%{texmfdist}/tex/latex/pdftex-def -%{texmfdist}/tex/latex/pdfpages -%{texmfdist}/tex/latex/picinpar -%{texmfdist}/tex/latex/pict2e -%{texmfdist}/tex/latex/placeins -%{texmfdist}/tex/latex/preprint -%{texmfdist}/tex/latex/preview -%{texmfdist}/tex/latex/program -%{texmfdist}/tex/latex/psfrag -%{texmfdist}/tex/latex/pslatex -%{texmfdist}/tex/latex/revtex -%{texmfdist}/tex/latex/rotating -%{texmfdist}/tex/latex/rotfloat -%{texmfdist}/tex/latex/scale -%{texmfdist}/tex/latex/sectsty -%{texmfdist}/tex/latex/seminar -%{texmfdist}/tex/latex/setspace -%{texmfdist}/tex/latex/showdim -%{texmfdist}/tex/latex/showlabels -%{texmfdist}/tex/latex/sidecap -%{texmfdist}/tex/latex/slashbox -%{texmfdist}/tex/latex/soul -%{texmfdist}/tex/latex/stdclsdv -%{texmfdist}/tex/latex/stmaryrd -%{texmfdist}/tex/latex/subfig -%{texmfdist}/tex/latex/subfigure -%{texmfdist}/tex/latex/supertabular -%{texmfdist}/tex/latex/t2 -%{texmfdist}/tex/latex/t-angles -%{texmfdist}/tex/latex/tableaux -%{texmfdist}/tex/latex/tablists -%{texmfdist}/tex/latex/tablor -%{texmfdist}/tex/latex/tabto-ltx -%{texmfdist}/tex/latex/tabulary -%{texmfdist}/tex/latex/tabvar -%{texmfdist}/tex/latex/talk -%{texmfdist}/tex/latex/taupin -%{texmfdist}/tex/latex/tcldoc -%{texmfdist}/tex/latex/tdsfrmath -%{texmfdist}/tex/latex/technics -%{texmfdist}/tex/latex/ted -%{texmfdist}/tex/latex/tengwarscript -%{texmfdist}/tex/latex/tensor -%{texmfdist}/tex/latex/teubner -%{texmfdist}/tex/latex/tex-gyre -%{texmfdist}/tex/latex/texilikecover -%{texmfdist}/tex/latex/texlogos -%{texmfdist}/tex/latex/texmate -%{texmfdist}/tex/latex/texpower -%{texmfdist}/tex/latex/texshade -%{texmfdist}/tex/latex/textcase -%{texmfdist}/tex/latex/textfit -%{texmfdist}/tex/latex/textopo -%{texmfdist}/tex/latex/textpath -%{texmfdist}/tex/latex/textpos -%{texmfdist}/tex/latex/theoremref -%{texmfdist}/tex/latex/thesis-titlepage-fhac -%{texmfdist}/tex/latex/thinsp -%{texmfdist}/tex/latex/thmtools -%{texmfdist}/tex/latex/thumb -%{texmfdist}/tex/latex/thuthesis -%{texmfdist}/tex/latex/ticket -%{texmfdist}/tex/latex/tikz-inet -%{texmfdist}/tex/latex/times -%{texmfdist}/tex/latex/timesht -%{texmfdist}/tex/latex/tipa -%{texmfdist}/tex/latex/titlefoot -%{texmfdist}/tex/latex/titlesec -%{texmfdist}/tex/latex/titling -%{texmfdist}/tex/latex/tocbibind -%{texmfdist}/tex/latex/tocloft -%{texmfdist}/tex/latex/tools -%{texmfdist}/tex/latex/totpages -%{texmfdist}/tex/latex/type1cm -%{texmfdist}/tex/latex/undertilde -%{texmfdist}/tex/latex/units -%{texmfdist}/tex/latex/unitsdef -%{texmfdist}/tex/latex/universa -%{texmfdist}/tex/latex/unroman -%{texmfdist}/tex/latex/upmethodology -%{texmfdist}/tex/latex/upquote -%{texmfdist}/tex/latex/varindex -%{texmfdist}/tex/latex/varsfromjobname -%{texmfdist}/tex/latex/vector -%{texmfdist}/tex/latex/velthuis -%{texmfdist}/tex/latex/verse -%{texmfdist}/tex/latex/versions -%{texmfdist}/tex/latex/vhistory -%{texmfdist}/tex/latex/vita -%{texmfdist}/tex/latex/vmargin -%{texmfdist}/tex/latex/volumes -%{texmfdist}/tex/latex/vpe -%{texmfdist}/tex/latex/vrsion -%{texmfdist}/tex/latex/vwcol -%{texmfdist}/tex/latex/vxu -%{texmfdist}/tex/latex/wallpaper -%{texmfdist}/tex/latex/warning -%{texmfdist}/tex/latex/warpcol -%{texmfdist}/tex/latex/was -%{texmfdist}/tex/latex/williams -%{texmfdist}/tex/latex/wnri -%{texmfdist}/tex/latex/wordlike -%{texmfdist}/source/wordlike -%{texmfdist}/tex/latex/wrapfig -%{texmfdist}/tex/latex/wsuipa -%{texmfdist}/source/generic/wsuipa -%{texmfdist}/tex/latex/xargs -%{texmfdist}/tex/latex/xcolor -%{texmfdist}/tex/latex/xdoc -%{texmfdist}/tex/latex/xfor -%{texmfdist}/tex/latex/xifthen -%{texmfdist}/tex/latex/xkeyval -%{texmfdist}/tex/latex/xmpincl -%{texmfdist}/tex/latex/xnewcommand -%{texmfdist}/tex/latex/xoptarg -%{texmfdist}/tex/latex/xpackages -%{texmfdist}/tex/latex/xq -%{texmfdist}/tex/latex/xskak -%{texmfdist}/tex/latex/xstring -%{texmfdist}/tex/latex/xtab -%{texmfdist}/tex/latex/xtcapts -%{texmfdist}/tex/latex/xyling -%{texmfdist}/tex/latex/xytree -%{texmfdist}/tex/latex/yafoot -%{texmfdist}/tex/latex/yfonts -%{texmfdist}/tex/latex/yhmath -%{texmfdist}/tex/latex/yi4latex -%{texmfdist}/tex/latex/york-thesis -%{texmfdist}/tex/latex/youngtab -%{texmfdist}/tex/latex/yplan -%{texmfdist}/tex/latex/zapfchan -%{texmfdist}/tex/latex/zapfding -%{texmfdist}/tex/latex/zed-csp -%{texmfdist}/tex/latex/zefonts -%{texmfdist}/tex/latex/ziffer -%{texmfdist}/tex/latex/zwgetfdate -%{texmfdist}/tex/plain/etex -%{texmf}/tex/latex/config -%{texmf}/tex/latex/dvipdfm - -%files latex-12many -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/12many -%{texmfdist}/source/latex/12many - -%files latex-abstract -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/abstract -%{texmfdist}/tex/latex/abstract -%{texmfdist}/source/latex/abstract - -%files latex-accfonts -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/accfonts -%{texmfdist}/tex/latex/accfonts - -%files latex-adrconv -%defattr(644,root,root,755) -%{texmfdist}/tex/latex/adrconv -%{texmfdist}/doc/latex/adrconv - -%files latex-algorithms -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/algorithms -%{texmfdist}/tex/latex/algorithms - -%files latex-ae -%defattr(644,root,root,755) -%{texmfdist}/tex/latex/ae - -%files latex-ams -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/amsfonts -%doc %{texmfdist}/doc/latex/amscls -%doc %{texmfdist}/doc/latex/amsmath -%doc %{texmfdist}/doc/latex/onlyamsmath -%{texmfdist}/tex/latex/amscls -%{texmfdist}/tex/latex/amsmath -%{texmfdist}/tex/latex/amsfonts -%{texmfdist}/tex/latex/onlyamsmath -%{texmfdist}/source/latex/onlyamsmath -%{texmfdist}/source/latex/amsaddr -%{texmfdist}/source/latex/amscls -%{texmfdist}/source/latex/amsfonts -%{texmfdist}/source/latex/amsmath -%{texmfdist}/source/latex/amsrefs - -%files latex-antp -%defattr(644,root,root,755) -%{texmfdist}/tex/latex/antp - -%files latex-antt -%defattr(644,root,root,755) -%{texmfdist}/tex/latex/antt - -%files latex-appendix -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/appendix -%{texmfdist}/tex/latex/appendix -%{texmfdist}/source/latex/appendix - -%files latex-bardiag -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/bardiag -%{texmfdist}/tex/latex/bardiag - -%files latex-bbm -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/bbm -%{texmfdist}/tex/latex/bbm - -%files latex-bbold -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/bbold -%{texmfdist}/tex/latex/bbold -%{texmfdist}/source/latex/bbold - -%files latex-beamer -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/beamer -%{texmfdist}/tex/latex/beamer-contrib -%{texmfdist}/tex/latex/beamer - -%files latex-bezos -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/bezos -%{texmfdist}/tex/latex/bezos +# %{texmf}/fmtutil/format.latex.cnf +# %{texmfdist}/tex/latex/floatflt +# %{texmfdist}/tex/generic/pstricks +# %{texmfdist}/tex/generic/shapepar +# %{texmfdist}/tex/generic/textmerg +# %{texmfdist}/source/generic/textmerg +# %{texmfdist}/tex/latex/12many +# %{texmfdist}/tex/latex/AkkTeX +# %{texmfdist}/tex/latex/GuIT +# %{texmfdist}/tex/latex/IEEEtran +# %{texmfdist}/tex/latex/Tabbing +# %{texmfdist}/tex/latex/a0poster +# %{texmfdist}/tex/latex/acmtrans +# %{texmfdist}/tex/latex/acronym +# %{texmfdist}/tex/latex/adrlist +# %{texmfdist}/tex/latex/aeguill +# %{texmfdist}/tex/latex/afthesis +# %{texmfdist}/tex/latex/aguplus +# %{texmfdist}/tex/latex/akletter +# %{texmfdist}/tex/latex/algorithm2e +# %{texmfdist}/tex/latex/algorithmicx +# %{texmfdist}/tex/latex/allrunes +# %{texmfdist}/tex/latex/altfont +# %{texmfdist}/tex/latex/ametsoc +# %{texmfdist}/tex/latex/amsaddr +# %{texmfdist}/tex/latex/amsrefs +# %{texmfdist}/tex/latex/animate +# %{texmfdist}/tex/latex/answers +# %{texmfdist}/tex/latex/antiqua +# %{texmfdist}/tex/latex/anyfontsize +# %{texmfdist}/tex/latex/anysize +# %{texmfdist}/tex/latex/apa +# %{texmfdist}/tex/latex/apl +# %{texmfdist}/tex/latex/ar +# %{texmfdist}/tex/latex/arabi +# %{texmfdist}/tex/latex/arabtex +# %{texmfdist}/tex/latex/archaic +# %{texmfdist}/tex/latex/arev +# %{texmfdist}/tex/latex/armenian +# %{texmfdist}/tex/latex/ascelike +# %{texmfdist}/tex/latex/ascii +# %{texmfdist}/tex/latex/assignment +# %{texmfdist}/tex/latex/augie +# %{texmfdist}/tex/latex/auncial-new +# %{texmfdist}/tex/latex/aurical +# %{texmfdist}/tex/latex/authoraftertitle +# %{texmfdist}/tex/latex/authorindex +# %{texmfdist}/tex/latex/auto-pst-pdf +# %{texmfdist}/tex/latex/autoarea +# %{texmfdist}/tex/latex/autotab +# %{texmfdist}/tex/latex/avantgar +# %{texmfdist}/tex/latex/bangtex +# %{texmfdist}/tex/latex/barcodes +# %{texmfdist}/tex/latex/base +# %{texmfdist}/tex/latex/bayer +# %{texmfdist}/tex/latex/bbding +# %{texmfdist}/tex/latex/bbm-macros +# %{texmfdist}/tex/latex/begriff +# %{texmfdist}/tex/latex/bengali +# %{texmfdist}/tex/latex/bera +# %{texmfdist}/tex/latex/betababel +# %{texmfdist}/tex/latex/beton +# %{texmfdist}/tex/latex/bibarts +# %{texmfdist}/tex/latex/bibleref +# %{texmfdist}/tex/latex/biblist +# %{texmfdist}/tex/latex/bigfoot +# %{texmfdist}/tex/latex/bizcard +# %{texmfdist}/tex/latex/blacklettert1 +# %{texmfdist}/tex/latex/blindtext +# %{texmfdist}/tex/latex/boisik +# %{texmfdist}/tex/latex/boldtensors +# %{texmfdist}/tex/latex/bookest +# %{texmfdist}/tex/latex/bookhands +# %{texmfdist}/tex/latex/bookman +# %{texmfdist}/tex/latex/bophook +# %{texmfdist}/tex/latex/boxhandler +# %{texmfdist}/tex/latex/braille +# %{texmfdist}/tex/latex/breakurl +# %{texmfdist}/tex/latex/bridge +# %{texmfdist}/tex/latex/brushscr +# %{texmfdist}/tex/latex/burmese +# %{texmfdist}/tex/latex/bussproofs +# %{texmfdist}/tex/latex/calrsfs +# %{texmfdist}/tex/latex/calxxxx +# %{texmfdist}/tex/latex/captcont +# %{texmfdist}/tex/latex/casyl +# %{texmfdist}/tex/latex/catechis +# %{texmfdist}/tex/latex/cbcoptic +# %{texmfdist}/tex/latex/cbfonts +# %{texmfdist}/tex/latex/cclicenses +# %{texmfdist}/tex/latex/cd-cover +# %{texmfdist}/tex/latex/cd +# %{texmfdist}/tex/latex/cdpbundl +# %{texmfdist}/tex/latex/cellspace +# %{texmfdist}/tex/latex/changepage +# %{texmfdist}/tex/latex/changes +# %{texmfdist}/tex/latex/chapterfolder +# %{texmfdist}/tex/latex/cherokee +# %{texmfdist}/tex/latex/chicago +# %{texmfdist}/tex/latex/china2e +# %{texmfdist}/tex/latex/citeref +# %{texmfdist}/tex/latex/cjhebrew +# %{texmfdist}/tex/latex/cjk +# %{texmfdist}/tex/latex/classicthesis +# %{texmfdist}/tex/latex/cleveref +# %{texmfdist}/tex/latex/clock +# %{texmfdist}/tex/latex/clrscode +# %{texmfdist}/tex/latex/cm-lgc +# %{texmfdist}/tex/latex/cm-super +# %{texmfdist}/tex/latex/cmap +# %{texmfdist}/tex/latex/cmcyralt +# %{texmfdist}/tex/latex/cmdstring +# %{texmfdist}/tex/latex/cmsd +# %{texmfdist}/tex/latex/codepage +# %{texmfdist}/tex/latex/colorinfo +# %{texmfdist}/tex/latex/commath +# %{texmfdist}/tex/latex/compactbib +# %{texmfdist}/tex/latex/complexity +# %{texmfdist}/tex/latex/concprog +# %{texmfdist}/tex/latex/confproc +# %{texmfdist}/tex/latex/courier-scaled +# %{texmfdist}/tex/latex/courier +# %{texmfdist}/tex/latex/courseoutline +# %{texmfdist}/tex/latex/coursepaper +# %{texmfdist}/tex/latex/coverpage +# %{texmfdist}/tex/latex/covington +# %{texmfdist}/tex/latex/crop +# %{texmfdist}/tex/latex/crossreference +# %{texmfdist}/tex/latex/csbulletin +# %{texmfdist}/tex/latex/csquotes +# %{texmfdist}/tex/latex/ctib +# %{texmfdist}/tex/latex/cursor +# %{texmfdist}/tex/latex/cv +# %{texmfdist}/tex/latex/cweb-latex +# %{texmfdist}/tex/latex/cyklop +# %{texmfdist}/tex/latex/dateiliste +# %{texmfdist}/tex/latex/datetime +# %{texmfdist}/tex/latex/dcpic +# %{texmfdist}/tex/latex/decimal +# %{texmfdist}/tex/latex/diagnose +# %{texmfdist}/tex/latex/dichokey +# %{texmfdist}/tex/latex/dictsym +# %{texmfdist}/tex/latex/digiconfigs +# %{texmfdist}/tex/latex/dingbat +# %{texmfdist}/tex/latex/directory +# %{texmfdist}/tex/latex/dlfltxb +# %{texmfdist}/tex/latex/docmfp +# %{texmfdist}/tex/latex/doi +# %{texmfdist}/tex/latex/doipubmed +# %{texmfdist}/tex/latex/dotarrow +# %{texmfdist}/tex/latex/dottex +# %{texmfdist}/tex/latex/doublestroke +# %{texmfdist}/tex/latex/dpfloat +# %{texmfdist}/tex/latex/drac +# %{texmfdist}/tex/latex/draftcopy +# %{texmfdist}/tex/latex/dramatist +# %{texmfdist}/tex/latex/duerer-latex +# %{texmfdist}/tex/latex/dvdcoll +# %{texmfdist}/tex/latex/dvipdfmx-def +# %{texmfdist}/tex/latex/eCards +# %{texmfdist}/tex/latex/ean13isbn +# %{texmfdist}/tex/latex/easy +# %{texmfdist}/tex/latex/ebezier +# %{texmfdist}/tex/latex/ebsthesis +# %{texmfdist}/tex/latex/ecclesiastic +# %{texmfdist}/tex/latex/ecltree +# %{texmfdist}/tex/latex/eco +# %{texmfdist}/tex/latex/economic +# %{texmfdist}/tex/latex/ed +# %{texmfdist}/tex/latex/edmargin +# %{texmfdist}/tex/latex/ednotes +# %{texmfdist}/tex/latex/eemeir +# %{texmfdist}/tex/latex/eepic +# %{texmfdist}/tex/latex/egameps +# %{texmfdist}/tex/latex/eiad +# %{texmfdist}/tex/latex/ellipsis +# %{texmfdist}/tex/latex/elpres +# %{texmfdist}/tex/latex/elsevier +# %{texmfdist}/tex/latex/em +# %{texmfdist}/tex/latex/emp +# %{texmfdist}/tex/latex/emulateapj +# %{texmfdist}/tex/latex/encxvlna +# %{texmfdist}/tex/latex/endfloat +# %{texmfdist}/tex/latex/endheads +# %{texmfdist}/tex/latex/engpron +# %{texmfdist}/tex/latex/engrec +# %{texmfdist}/tex/latex/envbig +# %{texmfdist}/tex/latex/envlab +# %{texmfdist}/tex/latex/epigrafica +# %{texmfdist}/tex/latex/epigraph +# %{texmfdist}/tex/latex/epiolmec +# %{texmfdist}/tex/latex/epsdice +# %{texmfdist}/tex/latex/epspdfconversion +# %{texmfdist}/tex/latex/eqname +# %{texmfdist}/tex/latex/eqparbox +# %{texmfdist}/tex/latex/errata +# %{texmfdist}/tex/latex/esint +# %{texmfdist}/tex/latex/eskdx +# %{texmfdist}/tex/latex/eso-pic +# %{texmfdist}/tex/latex/etex-pkg +# %{texmfdist}/tex/latex/ethiop +# %{texmfdist}/tex/latex/etoolbox +# %{texmfdist}/tex/latex/eukdate +# %{texmfdist}/tex/latex/euler +# %{texmfdist}/tex/latex/eulervm +# %{texmfdist}/tex/latex/euproposal +# %{texmfdist}/tex/latex/euro +# %{texmfdist}/tex/latex/eurofont +# %{texmfdist}/tex/latex/europecv +# %{texmfdist}/tex/latex/eurosans +# %{texmfdist}/tex/latex/eurosym +# %{texmfdist}/tex/latex/everypage +# %{texmfdist}/tex/latex/examplep +# %{texmfdist}/tex/latex/exceltex +# %{texmfdist}/tex/latex/exercise +# %{texmfdist}/tex/latex/expl3 +# %{texmfdist}/tex/latex/extarrows +# %{texmfdist}/tex/latex/extract +# %{texmfdist}/tex/latex/extsizes +# %{texmfdist}/tex/latex/facsimile +# %{texmfdist}/tex/latex/fancybox +# %{texmfdist}/tex/latex/fancyhdr +# %{texmfdist}/tex/latex/fancynum +# %{texmfdist}/tex/latex/fancyref +# %{texmfdist}/tex/latex/fancytooltips +# %{texmfdist}/tex/latex/fancyvrb +# %{texmfdist}/tex/latex/fax +# %{texmfdist}/tex/latex/fc +# %{texmfdist}/tex/latex/feyn +# %{texmfdist}/tex/latex/fge +# %{texmfdist}/tex/latex/figbib +# %{texmfdist}/tex/latex/figsize +# %{texmfdist}/tex/latex/filecontents +# %{texmfdist}/tex/latex/fink +# %{texmfdist}/tex/latex/fixfoot +# %{texmfdist}/tex/latex/flabels +# %{texmfdist}/tex/latex/flacards +# %{texmfdist}/tex/latex/flagderiv +# %{texmfdist}/tex/latex/flashcards +# %{texmfdist}/tex/latex/float +# %{texmfdist}/tex/latex/floatrow +# %{texmfdist}/tex/latex/fmp +# %{texmfdist}/tex/latex/fnbreak +# %{texmfdist}/tex/latex/fncychap +# %{texmfdist}/tex/latex/foekfont +# %{texmfdist}/tex/latex/foilhtml +# %{texmfdist}/tex/latex/fonetika +# %{texmfdist}/tex/latex/fontinst +# %{texmfdist}/tex/latex/fonttable +# %{texmfdist}/tex/latex/footmisc +# %{texmfdist}/tex/latex/footnpag +# %{texmfdist}/tex/latex/fourier +# %{texmfdist}/tex/latex/fouriernc +# %{texmfdist}/tex/latex/fp +# %{texmfdist}/tex/latex/frankenstein +# %{texmfdist}/tex/latex/frcursive +# %{texmfdist}/tex/latex/frenchle +# %{texmfdist}/tex/latex/fribrief +# %{texmfdist}/tex/latex/frletter +# %{texmfdist}/tex/latex/frontespizio +# %{texmfdist}/tex/latex/fullblck +# %{texmfdist}/tex/latex/fullpict +# %{texmfdist}/tex/latex/fundus +# %{texmfdist}/tex/latex/gaceta +# %{texmfdist}/tex/latex/gastex +# %{texmfdist}/tex/latex/gatech-thesis +# %{texmfdist}/tex/latex/gauss +# %{texmfdist}/tex/latex/gb4e +# %{texmfdist}/tex/latex/gcard +# %{texmfdist}/tex/latex/gcite +# %{texmfdist}/tex/latex/genmpage +# %{texmfdist}/tex/latex/geometry +# %{texmfdist}/tex/latex/geomsty +# %{texmfdist}/tex/latex/germbib +# %{texmfdist}/tex/latex/gfsartemisia +# %{texmfdist}/tex/latex/gfsbaskerville +# %{texmfdist}/tex/latex/gfsbodoni +# %{texmfdist}/tex/latex/gfscomplutum +# %{texmfdist}/tex/latex/gfsdidot +# %{texmfdist}/tex/latex/gfsneohellenic +# %{texmfdist}/tex/latex/gfsporson +# %{texmfdist}/tex/latex/gfssolomos +# %{texmfdist}/tex/latex/gloss +# %{texmfdist}/tex/latex/glossaries +# %{texmfdist}/tex/latex/gmdoc +# %{texmfdist}/tex/latex/gmeometric +# %{texmfdist}/tex/latex/gmiflink +# %{texmfdist}/tex/latex/gmutils +# %{texmfdist}/tex/latex/gmverb +# %{texmfdist}/tex/latex/graphics +# %{texmfdist}/tex/latex/graphicx-psmin +# %{texmfdist}/tex/latex/greek-inputenc +# %{texmfdist}/tex/latex/greekdates +# %{texmfdist}/tex/latex/greektex +# %{texmfdist}/tex/latex/grfpaste +# %{texmfdist}/tex/latex/grnumalt +# %{texmfdist}/tex/latex/grotesq +# %{texmfdist}/tex/latex/grverb +# %{texmfdist}/tex/latex/gu +# %{texmfdist}/tex/latex/guitbeamer +# %{texmfdist}/tex/latex/hanging +# %{texmfdist}/tex/latex/har2nat +# %{texmfdist}/tex/latex/harmony +# %{texmfdist}/tex/latex/harpoon +# %{texmfdist}/tex/latex/harvard +# %{texmfdist}/tex/latex/hc +# %{texmfdist}/tex/latex/helvetic +# %{texmfdist}/tex/latex/hep +# %{texmfdist}/tex/latex/hepnames +# %{texmfdist}/tex/latex/hepparticles +# %{texmfdist}/tex/latex/hepthesis +# %{texmfdist}/tex/latex/hepunits +# %{texmfdist}/tex/latex/hexgame +# %{texmfdist}/tex/latex/hfoldsty +# %{texmfdist}/tex/latex/hilowres +# %{texmfdist}/tex/latex/histogr +# %{texmfdist}/tex/latex/hitec +# %{texmfdist}/tex/latex/hpsdiss +# %{texmfdist}/tex/latex/hvfloat +# %{texmfdist}/tex/latex/hypdvips +# %{texmfdist}/tex/latex/hyper +# %{texmfdist}/tex/latex/hyperref +# %{texmfdist}/tex/latex/hyperxmp +# %{texmfdist}/tex/latex/hyphenat +# %{texmfdist}/tex/latex/ibycus-babel +# %{texmfdist}/tex/latex/icsv +# %{texmfdist}/tex/latex/ieeepes +# %{texmfdist}/tex/latex/ifmslide +# %{texmfdist}/tex/latex/ifplatform +# %{texmfdist}/tex/latex/ifsym +# %{texmfdist}/tex/latex/ijmart +# %{texmfdist}/tex/latex/imac +# %{texmfdist}/tex/latex/image-gallery +# %{texmfdist}/tex/latex/imtekda +# %{texmfdist}/tex/latex/index +# %{texmfdist}/tex/latex/initials +# %{texmfdist}/tex/latex/inlinebib +# %{texmfdist}/tex/latex/inlinedef +# %{texmfdist}/tex/latex/interactiveworkbook +# %{texmfdist}/tex/latex/invoice +# %{texmfdist}/tex/latex/ipa +# %{texmfdist}/tex/latex/iso +# %{texmfdist}/tex/latex/iso10303 +# %{texmfdist}/tex/latex/isodate +# %{texmfdist}/tex/latex/isodoc +# %{texmfdist}/tex/latex/isonums +# %{texmfdist}/tex/latex/itnumpar +# %{texmfdist}/tex/latex/itrans +# %{texmfdist}/tex/latex/iwona +# %{texmfdist}/tex/latex/jhep +# %{texmfdist}/tex/latex/jknapltx +# %{texmfdist}/tex/latex/jneurosci +# %{texmfdist}/tex/latex/jpsj +# %{texmfdist}/tex/latex/jura +# %{texmfdist}/tex/latex/juraabbrev +# %{texmfdist}/tex/latex/juramisc +# %{texmfdist}/tex/latex/jurarsp +# %{texmfdist}/tex/latex/koma-script +# %{texmfdist}/tex/latex/labels +# %{texmfdist}/tex/latex/latexconfig/latex.ini +# %{texmfdist}/tex/latex/latexconfig/lualatex.ini +# %{texmfdist}/tex/latex/latexconfig/mllatex.ini +# %{texmfdist}/tex/latex/latexconfig/pdflatex.ini +# %{texmfdist}/tex/latex/latexconfig/pdflualatex.ini +# %{texmfdist}/tex/latex/layouts +# %{texmfdist}/tex/latex/listings +# %{texmfdist}/tex/latex/ltabptch +# %{texmfdist}/tex/latex/localloc +# %{texmfdist}/tex/latex/ltxmisc +# %{texmfdist}/tex/latex/mathcomp +# %{texmfdist}/tex/latex/mdwtools +# %{texmfdist}/tex/latex/memoir +# %{texmfdist}/tex/latex/mh +# %{texmfdist}/tex/latex/misc209 +# %{texmfdist}/tex/latex/mmap +# %{texmfdist}/tex/latex/mnsymbol +# %{texmfdist}/tex/latex/moderncv +# %{texmfdist}/tex/latex/modroman +# %{texmfdist}/tex/latex/mongolian-babel +# %{texmfdist}/tex/latex/montex +# %{texmfdist}/tex/latex/mparhack +# %{texmfdist}/tex/latex/ms +# %{texmfdist}/tex/latex/multibib +# %{texmfdist}/tex/latex/multirow +# %{texmfdist}/tex/latex/mwcls +# %{texmfdist}/tex/latex/natbib +# %{texmfdist}/tex/latex/ncclatex +# %{texmfdist}/tex/latex/ncctools +# %{texmfdist}/tex/latex/ncntrsbk +# %{texmfdist}/tex/latex/nddiss +# %{texmfdist}/tex/latex/newalg +# %{texmfdist}/tex/latex/newfile +# %{texmfdist}/tex/latex/newlfm +# %{texmfdist}/tex/latex/newspaper +# %{texmfdist}/tex/latex/newthm +# %{texmfdist}/tex/latex/nomencl +# %{texmfdist}/tex/latex/ntgclass +# %{texmfdist}/tex/generic/oberdiek +# %{texmfdist}/tex/latex/oberdiek +# %{texmfdist}/tex/latex/overpic +# %{texmfdist}/tex/latex/paralist +# %{texmfdist}/tex/latex/pb-diagram +# %{texmfdist}/tex/latex/pdftex-def +# %{texmfdist}/tex/latex/pdfpages +# %{texmfdist}/tex/latex/picinpar +# %{texmfdist}/tex/latex/pict2e +# %{texmfdist}/tex/latex/placeins +# %{texmfdist}/tex/latex/preprint +# %{texmfdist}/tex/latex/preview +# %{texmfdist}/tex/latex/program +# %{texmfdist}/tex/latex/psfrag +# %{texmfdist}/tex/latex/pslatex +# %{texmfdist}/tex/latex/revtex +# %{texmfdist}/tex/latex/rotating +# %{texmfdist}/tex/latex/rotfloat +# %{texmfdist}/tex/latex/scale +# %{texmfdist}/tex/latex/sectsty +# %{texmfdist}/tex/latex/seminar +# %{texmfdist}/tex/latex/setspace +# %{texmfdist}/tex/latex/showdim +# %{texmfdist}/tex/latex/showlabels +# %{texmfdist}/tex/latex/sidecap +# %{texmfdist}/tex/latex/slashbox +# %{texmfdist}/tex/latex/soul +# %{texmfdist}/tex/latex/stdclsdv +# %{texmfdist}/tex/latex/stmaryrd +# %{texmfdist}/tex/latex/subfig +# %{texmfdist}/tex/latex/subfigure +# %{texmfdist}/tex/latex/supertabular +# %{texmfdist}/tex/latex/t2 +# %{texmfdist}/tex/latex/t-angles +# %{texmfdist}/tex/latex/tableaux +# %{texmfdist}/tex/latex/tablists +# %{texmfdist}/tex/latex/tablor +# %{texmfdist}/tex/latex/tabto-ltx +# %{texmfdist}/tex/latex/tabulary +# %{texmfdist}/tex/latex/tabvar +# %{texmfdist}/tex/latex/talk +# %{texmfdist}/tex/latex/taupin +# %{texmfdist}/tex/latex/tcldoc +# %{texmfdist}/tex/latex/tdsfrmath +# %{texmfdist}/tex/latex/technics +# %{texmfdist}/tex/latex/ted +# %{texmfdist}/tex/latex/tengwarscript +# %{texmfdist}/tex/latex/tensor +# %{texmfdist}/tex/latex/teubner +# %{texmfdist}/tex/latex/tex-gyre +# %{texmfdist}/tex/latex/texilikecover +# %{texmfdist}/tex/latex/texlogos +# %{texmfdist}/tex/latex/texmate +# %{texmfdist}/tex/latex/texpower +# %{texmfdist}/tex/latex/texshade +# %{texmfdist}/tex/latex/textcase +# %{texmfdist}/tex/latex/textfit +# %{texmfdist}/tex/latex/textopo +# %{texmfdist}/tex/latex/textpath +# %{texmfdist}/tex/latex/textpos +# %{texmfdist}/tex/latex/theoremref +# %{texmfdist}/tex/latex/thesis-titlepage-fhac +# %{texmfdist}/tex/latex/thinsp +# %{texmfdist}/tex/latex/thmtools +# %{texmfdist}/tex/latex/thumb +# %{texmfdist}/tex/latex/thuthesis +# %{texmfdist}/tex/latex/ticket +# %{texmfdist}/tex/latex/tikz-inet +# %{texmfdist}/tex/latex/times +# %{texmfdist}/tex/latex/timesht +# %{texmfdist}/tex/latex/tipa +# %{texmfdist}/tex/latex/titlefoot +# %{texmfdist}/tex/latex/titlesec +# %{texmfdist}/tex/latex/titling +# %{texmfdist}/tex/latex/tocbibind +# %{texmfdist}/tex/latex/tocloft +# %{texmfdist}/tex/latex/tools +# %{texmfdist}/tex/latex/totpages +# %{texmfdist}/tex/latex/type1cm +# %{texmfdist}/tex/latex/undertilde +# %{texmfdist}/tex/latex/units +# %{texmfdist}/tex/latex/unitsdef +# %{texmfdist}/tex/latex/universa +# %{texmfdist}/tex/latex/unroman +# %{texmfdist}/tex/latex/upmethodology +# %{texmfdist}/tex/latex/upquote +# %{texmfdist}/tex/latex/varindex +# %{texmfdist}/tex/latex/varsfromjobname +# %{texmfdist}/tex/latex/vector +# %{texmfdist}/tex/latex/velthuis +# %{texmfdist}/tex/latex/verse +# %{texmfdist}/tex/latex/versions +# %{texmfdist}/tex/latex/vhistory +# %{texmfdist}/tex/latex/vita +# %{texmfdist}/tex/latex/vmargin +# %{texmfdist}/tex/latex/volumes +# %{texmfdist}/tex/latex/vpe +# %{texmfdist}/tex/latex/vrsion +# %{texmfdist}/tex/latex/vwcol +# %{texmfdist}/tex/latex/vxu +# %{texmfdist}/tex/latex/wallpaper +# %{texmfdist}/tex/latex/warning +# %{texmfdist}/tex/latex/warpcol +# %{texmfdist}/tex/latex/was +# %{texmfdist}/tex/latex/williams +# %{texmfdist}/tex/latex/wnri +# %{texmfdist}/tex/latex/wordlike +# %{texmfdist}/source/wordlike +# %{texmfdist}/tex/latex/wrapfig +# %{texmfdist}/tex/latex/wsuipa +# %{texmfdist}/source/generic/wsuipa +# %{texmfdist}/tex/latex/xargs +# %{texmfdist}/tex/latex/xcolor +# %{texmfdist}/tex/latex/xdoc +# %{texmfdist}/tex/latex/xfor +# %{texmfdist}/tex/latex/xifthen +# %{texmfdist}/tex/latex/xkeyval +# %{texmfdist}/tex/latex/xmpincl +# %{texmfdist}/tex/latex/xnewcommand +# %{texmfdist}/tex/latex/xoptarg +# %{texmfdist}/tex/latex/xpackages +# %{texmfdist}/tex/latex/xq +# %{texmfdist}/tex/latex/xskak +# %{texmfdist}/tex/latex/xstring +# %{texmfdist}/tex/latex/xtab +# %{texmfdist}/tex/latex/xtcapts +# %{texmfdist}/tex/latex/xyling +# %{texmfdist}/tex/latex/xytree +# %{texmfdist}/tex/latex/yafoot +# %{texmfdist}/tex/latex/yfonts +# %{texmfdist}/tex/latex/yhmath +# %{texmfdist}/tex/latex/yi4latex +# %{texmfdist}/tex/latex/york-thesis +# %{texmfdist}/tex/latex/youngtab +# %{texmfdist}/tex/latex/yplan +# %{texmfdist}/tex/latex/zapfchan +# %{texmfdist}/tex/latex/zapfding +# %{texmfdist}/tex/latex/zed-csp +# %{texmfdist}/tex/latex/zefonts +# %{texmfdist}/tex/latex/ziffer +# %{texmfdist}/tex/latex/zwgetfdate +# %{texmfdist}/tex/plain/etex +# %{texmf}/tex/latex/config +# %{texmf}/tex/latex/dvipdfm +%{fmtdir}/pdftex/latex.fmt +%{fmtdir}/pdftex/mllatex.fmt +# %{fmtdir}/mllatex +# %{fmtdir}/latex + +# %files latex-12many +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/12many +# %{texmfdist}/source/latex/12many + +# %files latex-abstract +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/abstract +# %{texmfdist}/tex/latex/abstract +# %{texmfdist}/source/latex/abstract + +# %files latex-accfonts +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/accfonts +# %{texmfdist}/tex/latex/accfonts + +# %files latex-adrconv +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/adrconv +# %{texmfdist}/doc/latex/adrconv + +# %files latex-algorithms +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/algorithms +# %{texmfdist}/tex/latex/algorithms + +# %files latex-ae +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/ae + +# %files latex-ams +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/amsfonts +# %doc %{texmfdist}/doc/latex/amscls +# %doc %{texmfdist}/doc/latex/amsmath +# %doc %{texmfdist}/doc/latex/onlyamsmath +# %{texmfdist}/tex/latex/amscls +# %{texmfdist}/tex/latex/amsmath +# %{texmfdist}/tex/latex/amsfonts +# %{texmfdist}/tex/latex/onlyamsmath +# %{texmfdist}/source/latex/onlyamsmath +# %{texmfdist}/source/latex/amsaddr +# %{texmfdist}/source/latex/amscls +# %{texmfdist}/source/latex/amsfonts +# %{texmfdist}/source/latex/amsmath +# %{texmfdist}/source/latex/amsrefs + +# %files latex-antp +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/antp +# +# %files latex-antt +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/antt + +# %files latex-appendix +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/appendix +# %{texmfdist}/tex/latex/appendix +# %{texmfdist}/source/latex/appendix + +# %files latex-bardiag +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/bardiag +# %{texmfdist}/tex/latex/bardiag + +# %files latex-bbm +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/bbm + +# %files latex-bbold +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/bbold +# %{texmfdist}/tex/latex/bbold +# %{texmfdist}/source/latex/bbold + +# %files latex-beamer +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/beamer +# %{texmfdist}/tex/latex/beamer-contrib +# %{texmfdist}/tex/latex/beamer + +# %files latex-bezos +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/bezos +# %{texmfdist}/tex/latex/bezos %files latex-bibtex %defattr(644,root,root,755) %dir %{texmfdist}/bibtex -%dir %{texmfdist}/bibtex/bib -%dir %{texmfdist}/bibtex/bst +# %dir %{texmfdist}/bibtex/bib +# %dir %{texmfdist}/bibtex/bst %dir %{texmfdist}/bibtex/csf -%dir %{texmfdist}/doc/bibtex -%dir %{texmf}/bibtex -%doc %{texmfdist}/doc/bibtex/base -%doc %{texmfdist}/doc/latex/adrconv -%doc %{texmfdist}/doc/latex/bibtopic -%doc %{texmfdist}/doc/latex/bibunits -%doc %{texmfdist}/doc/latex/footbib -%doc %{texmfdist}/doc/latex/natbib +# %dir %{texmfdist}/doc/bibtex +# %dir %{texmf}/bibtex +# %doc %{texmfdist}/doc/bibtex/base +# %doc %{texmfdist}/doc/latex/bibtopic +# %doc %{texmfdist}/doc/latex/bibunits +# %doc %{texmfdist}/doc/latex/footbib +# %doc %{texmfdist}/doc/latex/natbib %doc %{texmf}/doc/bibtex8 %{_mandir}/man1/bibtex.1* %{_mandir}/man1/rubibtex.1* %attr(755,root,root) %{_bindir}/bibtex %attr(755,root,root) %{_bindir}/rubibtex -%{texmfdist}/bibtex/bib/adrconv -%{texmfdist}/bibtex/bib/base -%{texmfdist}/bibtex/bst/adrconv -%{texmfdist}/bibtex/bst/base -%{texmfdist}/bibtex/bst/natbib +# %{texmfdist}/bibtex/bib/adrconv +# %{texmfdist}/bibtex/bib/base +# %{texmfdist}/bibtex/bst/adrconv +# %{texmfdist}/bibtex/bst/base +# %{texmfdist}/bibtex/bst/natbib %{texmfdist}/bibtex/csf/base -%{texmfdist}/source/latex/adrconv -%{texmfdist}/source/latex/bibtopic -%{texmfdist}/source/latex/bibunits -%{texmfdist}/source/latex/footbib -%{texmfdist}/tex/latex/adrconv -%{texmfdist}/tex/latex/bibtopic -%{texmfdist}/tex/latex/bibunits -%{texmfdist}/tex/latex/footbib -%{texmfdist}/tex/latex/natbib -%{texmf}/bibtex/csf - -%files latex-bibtex-ams -%defattr(644,root,root,755) -%{texmfdist}/bibtex/bst/ams -%{texmfdist}/bibtex/bib/ams - -%files latex-bibtex-pl -%defattr(644,root,root,755) -%dir %{texmfdist}/bibtex/bib/gustlib -%{texmfdist}/bibtex/bib/gustlib/plbib.bib - -%files latex-bibtex-german -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/bibtex/germbib -%{texmfdist}/bibtex/bst/germbib -%{texmfdist}/tex/latex/germbib - -%files latex-bibtex-revtex4 -%defattr(644,root,root,755) -%dir %{texmfdist}/source/latex/revtex -%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf -%{texmfdist}/source/latex/revtex/revtex4.dtx -%{texmfdist}/source/latex/revtex/revtex4.ins -%{texmfdist}/tex/latex/revtex/revtex4.cls - -%files latex-bibtex-jurabib -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/jurabib -%{texmfdist}/bibtex/bst/jurabib -%{texmfdist}/bibtex/bib/jurabib -%{texmfdist}/source/latex/jurabib -%{texmfdist}/tex/latex/jurabib - -%files latex-bibtex-dk -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/dk-bib -%{texmfdist}/bibtex/bst/dk-bib -%{texmfdist}/bibtex/csf/dk-bib -%{texmfdist}/bibtex/bib/dk-bib -%{texmfdist}/source/latex/dk-bib -%{texmfdist}/tex/latex/dk-bib - -%files latex-bibtex-styles -%defattr(644,root,root,755) -%dir %{texmfdist}/source/bibtex -%doc %{texmfdist}/doc/bibtex/abstyles -%doc %{texmfdist}/doc/bibtex/bibhtml -%doc %{texmfdist}/doc/bibtex/dinat -%doc %{texmfdist}/doc/bibtex/economic -%doc %{texmfdist}/doc/bibtex/elsevier-bib -%doc %{texmfdist}/doc/bibtex/gost -%doc %{texmfdist}/doc/bibtex/ijqc -%doc %{texmfdist}/doc/bibtex/iopart-num -%doc %{texmfdist}/doc/generic/t2 -%doc %{texmfdist}/doc/latex/IEEEtran -%{texmfdist}/bibtex/bib/IEEEtran -%{texmfdist}/bibtex/bib/abstyles -%{texmfdist}/bibtex/bib/achemso -%{texmfdist}/bibtex/bib/acmtrans -%{texmfdist}/bibtex/bib/ascelike -%{texmfdist}/bibtex/bib/beebe -%{texmfdist}/bibtex/bib/bibhtml -%{texmfdist}/bibtex/bib/bibtopic -%{texmfdist}/bibtex/bib/din1505 -%{texmfdist}/bibtex/bib/directory -%{texmfdist}/bibtex/bib/figbib -%{texmfdist}/bibtex/bib/frankenstein -%{texmfdist}/bibtex/bib/gatech-thesis -%{texmfdist}/bibtex/bib/geomsty -%{texmfdist}/bibtex/bib/gloss -%{texmfdist}/bibtex/bib/harvard -%{texmfdist}/bibtex/bib/ieeepes -%{texmfdist}/bibtex/bib/ijmart -%{texmfdist}/bibtex/bib/imac -%{texmfdist}/bibtex/bib/index -%{texmfdist}/bibtex/bib/lsc -%{texmfdist}/bibtex/bib/msc -%{texmfdist}/bibtex/bib/nostarch -%{texmfdist}/bibtex/bib/revtex -%{texmfdist}/bibtex/bib/spie -%{texmfdist}/bibtex/bib/urlbst -%{texmfdist}/bibtex/bst/IEEEtran -%{texmfdist}/bibtex/bst/abstyles -%{texmfdist}/bibtex/bst/achemso -%{texmfdist}/bibtex/bst/acmtrans -%{texmfdist}/bibtex/bst/afthesis -%{texmfdist}/bibtex/bst/aguplus -%{texmfdist}/bibtex/bst/aichej -%{texmfdist}/bibtex/bst/ametsoc -%{texmfdist}/bibtex/bst/ascelike -%{texmfdist}/bibtex/bst/beebe -%{texmfdist}/bibtex/bst/bibhtml -%{texmfdist}/bibtex/bst/chem-journal -%{texmfdist}/bibtex/bst/chicago -%{texmfdist}/bibtex/bst/confproc -%{texmfdist}/bibtex/bst/datatool -%{texmfdist}/bibtex/bst/din1505 -%{texmfdist}/bibtex/bst/dinat -%{texmfdist}/bibtex/bst/directory -%{texmfdist}/bibtex/bst/dvdcoll -%{texmfdist}/bibtex/bst/economic -%{texmfdist}/bibtex/bst/elsevier-bib -%{texmfdist}/bibtex/bst/fbs -%{texmfdist}/bibtex/bst/figbib -%{texmfdist}/bibtex/bst/finbib -%{texmfdist}/bibtex/bst/frankenstein -%{texmfdist}/bibtex/bst/gatech-thesis -%{texmfdist}/bibtex/bst/gloss -%{texmfdist}/bibtex/bst/gost -%{texmfdist}/bibtex/bst/gustlib -%{texmfdist}/bibtex/bst/harvard -%{texmfdist}/bibtex/bst/hc -%{texmfdist}/bibtex/bst/ieeepes -%{texmfdist}/bibtex/bst/ijmart -%{texmfdist}/bibtex/bst/ijqc -%{texmfdist}/bibtex/bst/imac -%{texmfdist}/bibtex/bst/index -%{texmfdist}/bibtex/bst/inlinebib -%{texmfdist}/bibtex/bst/iopart-num -%{texmfdist}/bibtex/bst/jneurosci -%{texmfdist}/bibtex/bst/jurarsp -%{texmfdist}/bibtex/bst/kluwer -%{texmfdist}/bibtex/bst/mslapa -%{texmfdist}/bibtex/bst/multibib -%{texmfdist}/bibtex/bst/munich -%{texmfdist}/bibtex/bst/nature -%{texmfdist}/bibtex/bst/nddiss -%{texmfdist}/bibtex/bst/opcit -%{texmfdist}/bibtex/bst/perception -%{texmfdist}/bibtex/bst/revtex -%{texmfdist}/bibtex/bst/savetrees -%{texmfdist}/bibtex/bst/shipunov -%{texmfdist}/bibtex/bst/smflatex -%{texmfdist}/bibtex/bst/sort-by-letters -%{texmfdist}/bibtex/bst/spie -%{texmfdist}/bibtex/bst/stellenbosch -%{texmfdist}/bibtex/bst/swebib -%{texmfdist}/bibtex/bst/texsis -%{texmfdist}/bibtex/bst/thuthesis -%{texmfdist}/bibtex/bst/tugboat -%{texmfdist}/bibtex/bst/urlbst -%{texmfdist}/bibtex/csf/gost -%{texmfdist}/source/bibtex/gost - -%files latex-bibtex-vancouver -%defattr(644,root,root,755) -%dir %{texmfdist}/bibtex/bib/vancouver -%dir %{texmfdist}/bibtex/bst/vancouver -%dir %{texmfdist}/doc/bibtex/vancouver -%doc %{texmfdist}/doc/bibtex/vancouver/README -%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf -%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex -%{texmfdist}/bibtex/bib/vancouver/vancouver.bib -%{texmfdist}/bibtex/bst/vancouver/vancouver.bst - -%files latex-booktabs -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/booktabs -%{texmfdist}/source/latex/booktabs -%{texmfdist}/tex/latex/booktabs - -%files latex-caption -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/caption -%{texmfdist}/tex/latex/caption -%{texmfdist}/source/latex/caption - -%files latex-carlisle -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/carlisle -%{texmfdist}/tex/latex/carlisle -%{texmfdist}/source/latex/carlisle - -%files latex-ccfonts -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/ccfonts -%{texmfdist}/source/latex/ccfonts -%{texmfdist}/tex/latex/ccfonts - -%files latex-cite -%defattr(644,root,root,755) -%{texmfdist}/tex/latex/cite - -%files latex-cmbright -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/cmbright -%{texmfdist}/tex/latex/cmbright - -%files latex-colortab -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/colortab -%{texmfdist}/tex/latex/colortab -%{texmfdist}/tex/generic/colortab - -%files latex-comment -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/comment -%{texmfdist}/tex/latex/comment -%{texmfdist}/source/latex/comment - -%files latex-concmath -%defattr(644,root,root,755) -%{texmfdist}/tex/latex/concmath - -%files latex-currvita -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/currvita -%{texmfdist}/tex/latex/currvita -%{texmfdist}/source/latex/currvita -%doc %{texmfdist}/doc/latex/curve -%{texmfdist}/source/latex/curve -%{texmfdist}/tex/latex/curve -%doc %{texmfdist}/doc/latex/ecv -%{texmfdist}/source/latex/ecv -%{texmfdist}/tex/latex/ecv -%doc %{texmfdist}/doc/latex/simplecv -%{texmfdist}/source/latex/simplecv -%{texmfdist}/tex/latex/simplecv - -%files latex-curves -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/curves -%{texmfdist}/source/latex/curves -%{texmfdist}/tex/latex/curves - -%files latex-custom-bib -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/custom-bib -%{texmfdist}/source/latex/custom-bib -%{texmfdist}/tex/latex/custom-bib - -%files latex-cyrillic -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/cyrillic -%{texmfdist}/source/latex/cyrillic -%{texmfdist}/tex/latex/cyrillic - -%files latex-enumitem -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/enumitem -%{texmfdist}/tex/latex/enumitem - -%files latex-exams -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/exam -%doc %{texmfdist}/doc/latex/examdesign -%doc %{texmfdist}/doc/latex/mathexam -%doc %{texmfdist}/doc/latex/probsoln -%doc %{texmfdist}/doc/latex/qcm -%doc %{texmfdist}/doc/latex/uebungsblatt -%{texmfdist}/source/latex/examdesign -%{texmfdist}/source/latex/mathexam -%{texmfdist}/source/latex/probsoln -%{texmfdist}/source/latex/qcm -%{texmfdist}/tex/latex/exam -%{texmfdist}/tex/latex/examdesign -%{texmfdist}/tex/latex/mathexam -%{texmfdist}/tex/latex/probsoln -%{texmfdist}/tex/latex/qcm -%{texmfdist}/tex/latex/uebungsblatt - -%files latex-float -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/ccaption -%doc %{texmfdist}/doc/latex/photo -%doc %{texmfdist}/doc/latex/topfloat -%{texmfdist}/source/latex/ccaption -%{texmfdist}/source/latex/photo -%{texmfdist}/tex/latex/ccaption -%{texmfdist}/tex/latex/photo -%{texmfdist}/tex/latex/topfloat - -%files latex-formlett -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/formlett -%{texmfdist}/tex/latex/formlett - -%files latex-formular -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/formular -%{texmfdist}/tex/latex/formular -%{texmfdist}/source/latex/formular - -%files latex-gbrief +# %{texmfdist}/source/latex/adrconv +# %{texmfdist}/source/latex/bibtopic +# %{texmfdist}/source/latex/bibunits +# %{texmfdist}/source/latex/footbib +# %{texmfdist}/tex/latex/bibtopic +# %{texmfdist}/tex/latex/bibunits +# %{texmfdist}/tex/latex/footbib +# %{texmfdist}/tex/latex/natbib +# %{texmf}/bibtex/csf + +# %files latex-bibtex-ams +# %defattr(644,root,root,755) +# %{texmfdist}/bibtex/bst/ams +# %{texmfdist}/bibtex/bib/ams + +# %files latex-bibtex-pl +# %defattr(644,root,root,755) +# %dir %{texmfdist}/bibtex/bib/gustlib +# %{texmfdist}/bibtex/bib/gustlib/plbib.bib + +# %files latex-bibtex-german +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/bibtex/germbib +# %{texmfdist}/bibtex/bst/germbib +# %{texmfdist}/tex/latex/germbib +# +# %files latex-bibtex-revtex4 +# %defattr(644,root,root,755) +# %dir %{texmfdist}/source/latex/revtex +# %dir %{texmfdist}/doc/latex +# %doc %{texmfdist}/doc/latex/revtex +# %{texmfdist}/source/latex/revtex/revtex4.dtx +# %{texmfdist}/source/latex/revtex/revtex4.ins +# %{texmfdist}/tex/latex/revtex/revtex4.cls +# +# %files latex-bibtex-jurabib +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/jurabib +# %{texmfdist}/bibtex/bst/jurabib +# %{texmfdist}/bibtex/bib/jurabib +# %{texmfdist}/source/latex/jurabib +# %{texmfdist}/tex/latex/jurabib + +# %files latex-bibtex-dk +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/dk-bib +# %{texmfdist}/bibtex/bst/dk-bib +# %{texmfdist}/bibtex/csf/dk-bib +# %{texmfdist}/bibtex/bib/dk-bib +# %{texmfdist}/source/latex/dk-bib +# %{texmfdist}/tex/latex/dk-bib + +# %files latex-bibtex-styles +# %defattr(644,root,root,755) +# %dir %{texmfdist}/source/bibtex +# %doc %{texmfdist}/doc/bibtex/abstyles +# %doc %{texmfdist}/doc/bibtex/bibhtml +# %doc %{texmfdist}/doc/bibtex/dinat +# %doc %{texmfdist}/doc/bibtex/economic +# %doc %{texmfdist}/doc/bibtex/elsevier-bib +# %doc %{texmfdist}/doc/bibtex/gost +# %doc %{texmfdist}/doc/bibtex/ijqc +# %doc %{texmfdist}/doc/bibtex/iopart-num +# %doc %{texmfdist}/doc/generic/t2 +# %doc %{texmfdist}/doc/latex/IEEEtran +# %{texmfdist}/bibtex/bib/IEEEtran +# %{texmfdist}/bibtex/bib/abstyles +# %{texmfdist}/bibtex/bib/achemso +# %{texmfdist}/bibtex/bib/acmtrans +# %{texmfdist}/bibtex/bib/ascelike +# %{texmfdist}/bibtex/bib/beebe +# %{texmfdist}/bibtex/bib/bibhtml +# %{texmfdist}/bibtex/bib/bibtopic +# %{texmfdist}/bibtex/bib/din1505 +# %{texmfdist}/bibtex/bib/directory +# %{texmfdist}/bibtex/bib/figbib +# %{texmfdist}/bibtex/bib/frankenstein +# %{texmfdist}/bibtex/bib/gatech-thesis +# %{texmfdist}/bibtex/bib/geomsty +# %{texmfdist}/bibtex/bib/gloss +# %{texmfdist}/bibtex/bib/harvard +# %{texmfdist}/bibtex/bib/ieeepes +# %{texmfdist}/bibtex/bib/ijmart +# %{texmfdist}/bibtex/bib/imac +# %{texmfdist}/bibtex/bib/index +# %{texmfdist}/bibtex/bib/lsc +# %{texmfdist}/bibtex/bib/msc +# %{texmfdist}/bibtex/bib/nostarch +# %{texmfdist}/bibtex/bib/revtex +# %{texmfdist}/bibtex/bib/spie +# %{texmfdist}/bibtex/bib/urlbst +# %{texmfdist}/bibtex/bst/IEEEtran +# %{texmfdist}/bibtex/bst/abstyles +# %{texmfdist}/bibtex/bst/achemso +# %{texmfdist}/bibtex/bst/acmtrans +# %{texmfdist}/bibtex/bst/afthesis +# %{texmfdist}/bibtex/bst/aguplus +# %{texmfdist}/bibtex/bst/aichej +# %{texmfdist}/bibtex/bst/ametsoc +# %{texmfdist}/bibtex/bst/ascelike +# %{texmfdist}/bibtex/bst/beebe +# %{texmfdist}/bibtex/bst/bibhtml +# %{texmfdist}/bibtex/bst/chem-journal +# %{texmfdist}/bibtex/bst/chicago +# %{texmfdist}/bibtex/bst/confproc +# %{texmfdist}/bibtex/bst/datatool +# %{texmfdist}/bibtex/bst/din1505 +# %{texmfdist}/bibtex/bst/dinat +# %{texmfdist}/bibtex/bst/directory +# %{texmfdist}/bibtex/bst/dvdcoll +# %{texmfdist}/bibtex/bst/economic +# %{texmfdist}/bibtex/bst/elsevier-bib +# %{texmfdist}/bibtex/bst/fbs +# %{texmfdist}/bibtex/bst/figbib +# %{texmfdist}/bibtex/bst/finbib +# %{texmfdist}/bibtex/bst/frankenstein +# %{texmfdist}/bibtex/bst/gatech-thesis +# %{texmfdist}/bibtex/bst/gloss +# %{texmfdist}/bibtex/bst/gost +# %{texmfdist}/bibtex/bst/gustlib +# %{texmfdist}/bibtex/bst/harvard +# %{texmfdist}/bibtex/bst/hc +# %{texmfdist}/bibtex/bst/ieeepes +# %{texmfdist}/bibtex/bst/ijmart +# %{texmfdist}/bibtex/bst/ijqc +# %{texmfdist}/bibtex/bst/imac +# %{texmfdist}/bibtex/bst/index +# %{texmfdist}/bibtex/bst/inlinebib +# %{texmfdist}/bibtex/bst/iopart-num +# %{texmfdist}/bibtex/bst/jneurosci +# %{texmfdist}/bibtex/bst/jurarsp +# %{texmfdist}/bibtex/bst/kluwer +# %{texmfdist}/bibtex/bst/mslapa +# %{texmfdist}/bibtex/bst/multibib +# %{texmfdist}/bibtex/bst/munich +# %{texmfdist}/bibtex/bst/nature +# %{texmfdist}/bibtex/bst/nddiss +# %{texmfdist}/bibtex/bst/opcit +# %{texmfdist}/bibtex/bst/perception +# %{texmfdist}/bibtex/bst/revtex +# %{texmfdist}/bibtex/bst/savetrees +# %{texmfdist}/bibtex/bst/shipunov +# %{texmfdist}/bibtex/bst/smflatex +# %{texmfdist}/bibtex/bst/sort-by-letters +# %{texmfdist}/bibtex/bst/spie +# %{texmfdist}/bibtex/bst/stellenbosch +# %{texmfdist}/bibtex/bst/swebib +# %{texmfdist}/bibtex/bst/texsis +# %{texmfdist}/bibtex/bst/thuthesis +# %{texmfdist}/bibtex/bst/tugboat +# %{texmfdist}/bibtex/bst/urlbst +# %{texmfdist}/bibtex/csf/gost +# %{texmfdist}/source/bibtex/gost +# +# %files latex-bibtex-vancouver +# %defattr(644,root,root,755) +# %dir %{texmfdist}/bibtex/bib/vancouver +# %dir %{texmfdist}/bibtex/bst/vancouver +# %dir %{texmfdist}/doc/bibtex/vancouver +# %doc %{texmfdist}/doc/bibtex/vancouver/README +# %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf +# %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex +# %{texmfdist}/bibtex/bib/vancouver/vancouver.bib +# %{texmfdist}/bibtex/bst/vancouver/vancouver.bst +# +# %files latex-booktabs +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/booktabs +# %{texmfdist}/source/latex/booktabs +# %{texmfdist}/tex/latex/booktabs +# +# %files latex-caption +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/caption +# %{texmfdist}/tex/latex/caption +# %{texmfdist}/source/latex/caption +# +# %files latex-carlisle +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/carlisle +# %{texmfdist}/tex/latex/carlisle +# %{texmfdist}/source/latex/carlisle +# +# %files latex-ccfonts +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/ccfonts +# %{texmfdist}/source/latex/ccfonts +# %{texmfdist}/tex/latex/ccfonts +# +# %files latex-cite +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/cite +# +# %files latex-cmbright +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/cmbright +# %{texmfdist}/tex/latex/cmbright + +# %files latex-colortab +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/colortab +# %{texmfdist}/tex/latex/colortab +# %{texmfdist}/tex/generic/colortab + +# %files latex-comment +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/comment +# %{texmfdist}/tex/latex/comment +# %{texmfdist}/source/latex/comment +# +# %files latex-concmath +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/concmath +# +# %files latex-currvita +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/currvita +# %{texmfdist}/tex/latex/currvita +# %{texmfdist}/source/latex/currvita +# %doc %{texmfdist}/doc/latex/curve +# %{texmfdist}/source/latex/curve +# %{texmfdist}/tex/latex/curve +# %doc %{texmfdist}/doc/latex/ecv +# %{texmfdist}/source/latex/ecv +# %{texmfdist}/tex/latex/ecv +# %doc %{texmfdist}/doc/latex/simplecv +# %{texmfdist}/source/latex/simplecv +# %{texmfdist}/tex/latex/simplecv +# +# %files latex-curves +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/curves +# %{texmfdist}/source/latex/curves +# %{texmfdist}/tex/latex/curves +# +# %files latex-custom-bib +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/custom-bib +# %{texmfdist}/source/latex/custom-bib +# %{texmfdist}/tex/latex/custom-bib +# +# %files latex-cyrillic +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/cyrillic +# %{texmfdist}/source/latex/cyrillic +# %{texmfdist}/tex/latex/cyrillic +# +# %files latex-enumitem +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/enumitem +# %{texmfdist}/tex/latex/enumitem +# +# %files latex-exams +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/exam +# %doc %{texmfdist}/doc/latex/examdesign +# %doc %{texmfdist}/doc/latex/mathexam +# %doc %{texmfdist}/doc/latex/probsoln +# %doc %{texmfdist}/doc/latex/qcm +# %doc %{texmfdist}/doc/latex/uebungsblatt +# %{texmfdist}/source/latex/examdesign +# %{texmfdist}/source/latex/mathexam +# %{texmfdist}/source/latex/probsoln +# %{texmfdist}/source/latex/qcm +# %{texmfdist}/tex/latex/exam +# %{texmfdist}/tex/latex/examdesign +# %{texmfdist}/tex/latex/mathexam +# %{texmfdist}/tex/latex/probsoln +# %{texmfdist}/tex/latex/qcm +# %{texmfdist}/tex/latex/uebungsblatt +# +# %files latex-float +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/ccaption +# %doc %{texmfdist}/doc/latex/photo +# %doc %{texmfdist}/doc/latex/topfloat +# %{texmfdist}/source/latex/ccaption +# %{texmfdist}/source/latex/photo +# %{texmfdist}/tex/latex/ccaption +# %{texmfdist}/tex/latex/photo +# %{texmfdist}/tex/latex/topfloat +# +# %files latex-foiltex +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/foiltex +# %{texmfdist}/tex/latex/foiltex +# +# %files latex-formlett +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/formlett +# %{texmfdist}/tex/latex/formlett +# +# %files latex-formular +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/formular +# %{texmfdist}/tex/latex/formular +# %{texmfdist}/source/latex/formular +# +# %files latex-gbrief +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/g-brief +# %{texmfdist}/source/latex/g-brief +# %{texmfdist}/tex/latex/g-brief +# +# %files latex-keystroke +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/keystroke +# %doc %{texmfdist}/doc/latex/keystroke +# +# %files latex-labbook +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/labbook +# %{texmfdist}/source/latex/labbook +# %{texmfdist}/tex/latex/labbook +# +# %files latex-lastpage +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/lastpage +# %{texmfdist}/tex/latex/lastpage +# %{texmfdist}/source/latex/lastpage +# +# %files latex-lcd +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/lcd +# %{texmfdist}/source/latex/lcd +# %{texmfdist}/tex/latex/lcd +# +# %files latex-leaflet +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/leaflet +# %{texmfdist}/source/latex/leaflet +# %{texmfdist}/tex/latex/leaflet +# +# %files latex-leftidx +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/leftidx +# %{texmfdist}/tex/latex/leftidx +# %{texmfdist}/source/latex/leftidx +# +# %files latex-lewis +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/lewis +# %{texmfdist}/tex/latex/lewis +# +# %files latex-lm +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/lm +# %{texmfdist}/fonts/afm/public/lm +# %{texmfdist}/fonts/enc/dvips/lm +# %{texmfdist}/fonts/map/dvips/lm +# %{texmfdist}/fonts/map/dvipdfm/lm +# %{texmfdist}/source/fonts/lm +# +# %files latex-lucidabr +# %defattr(644,root,root,755) +# %dir %{texmfdist}/vtex +# %{texmfdist}/vtex/config +# +# %files latex-lineno +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/lineno +# %{texmfdist}/tex/latex/lineno +# +# %files latex-metre +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/metre +# %{texmfdist}/source/latex/metre +# %{texmfdist}/tex/latex/metre +# +# %files latex-marvosym +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/marvosym +# +# %files latex-microtype +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/microtype +# %{texmfdist}/source/latex/microtype +# %{texmfdist}/tex/latex/microtype +# +# %files latex-misc +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/fixme +# %{texmfdist}/source/latex/fixme +# %{texmfdist}/tex/latex/fixme +# %doc %{texmfdist}/doc/latex/recipecard +# %{texmfdist}/source/latex/recipecard +# %{texmfdist}/tex/latex/recipecard +# %doc %{texmfdist}/doc/latex/cooking +# %{texmfdist}/source/latex/cooking +# %{texmfdist}/tex/latex/cooking +# %doc %{texmfdist}/doc/latex/cuisine +# %{texmfdist}/source/latex/cuisine +# %{texmfdist}/tex/latex/cuisine +# %doc %{texmfdist}/doc/latex/todo +# %{texmfdist}/source/latex/todo +# %{texmfdist}/tex/latex/todo +# +# %files latex-mflogo +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/mflogo +# %{texmfdist}/tex/latex/mflogo +# +# %files latex-mfnfss +# %defattr(644,root,root,755) +# %{texmfdist}/source/latex/mfnfss +# %{texmfdist}/tex/latex/mfnfss +# +# %files latex-minitoc +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/minitoc +# %{texmfdist}/bibtex/bst/minitoc +# %{texmfdist}/makeindex/minitoc +# %{texmfdist}/scripts/minitoc +# %{texmfdist}/source/latex/minitoc +# %{texmfdist}/tex/latex/minitoc +# +# %files latex-mltex +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/mltex +# %{texmfdist}/tex/latex/mltex +# %dir %{texmfdist}/tex/mltex +# %{texmfdist}/tex/mltex/config +# +# %files latex-moreverb +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/moreverb +# %{texmfdist}/tex/latex/moreverb +# %{texmfdist}/source/latex/moreverb +# +# %files latex-multienum +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/multenum +# %dir %{texmfdist}/tex/latex/multenum +# %{texmfdist}/tex/latex/multenum/* +# +# %files latex-musictex +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/musictex +# %{texmfdist}/fonts/source/public/musictex +# %{texmfdist}/fonts/tfm/public/musictex +# %{texmfdist}/tex/generic/musictex +# %{texmfdist}/tex/latex/musictex +# +# %files latex-ntheorem +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/ntheorem +# %{texmfdist}/tex/latex/ntheorem +# %{texmfdist}/source/latex/ntheorem +# +# %files latex-other-doc +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/alatex +# %doc %{texmfdist}/doc/generic/wsuipa +# %doc %{texmfdist}/doc/latex/ANUfinalexam +# %doc %{texmfdist}/doc/latex/AkkTeX +# %doc %{texmfdist}/doc/latex/GuIT +# %doc %{texmfdist}/doc/latex/a0poster +# %doc %{texmfdist}/doc/latex/acmtrans +# %doc %{texmfdist}/doc/latex/adrlist +# %doc %{texmfdist}/doc/latex/afthesis +# %doc %{texmfdist}/doc/latex/aguplus +# %doc %{texmfdist}/doc/latex/akletter +# %doc %{texmfdist}/doc/latex/algorithm2e +# %doc %{texmfdist}/doc/latex/algorithmicx +# %doc %{texmfdist}/doc/latex/altfont +# %doc %{texmfdist}/doc/latex/ametsoc +# %doc %{texmfdist}/doc/latex/amsaddr +# %doc %{texmfdist}/doc/latex/amsrefs +# %doc %{texmfdist}/doc/latex/animate +# %doc %{texmfdist}/doc/latex/answers +# %doc %{texmfdist}/doc/latex/anyfontsize +# %doc %{texmfdist}/doc/latex/apa +# %doc %{texmfdist}/doc/latex/ar +# %doc %{texmfdist}/doc/latex/arabi +# %doc %{texmfdist}/doc/latex/arabtex +# %doc %{texmfdist}/doc/latex/ascelike +# %doc %{texmfdist}/doc/latex/assignment +# %doc %{texmfdist}/doc/latex/augie +# %doc %{texmfdist}/doc/latex/aurical +# %doc %{texmfdist}/doc/latex/authorindex +# %doc %{texmfdist}/doc/latex/autoarea +# %doc %{texmfdist}/doc/latex/autotab +# %doc %{texmfdist}/doc/latex/bangtex +# %doc %{texmfdist}/doc/latex/barcodes +# %doc %{texmfdist}/doc/latex/bayer +# %doc %{texmfdist}/doc/latex/bbm-macros +# %doc %{texmfdist}/doc/latex/beamer-contrib +# %doc %{texmfdist}/doc/latex/begriff +# %doc %{texmfdist}/doc/latex/betababel +# %doc %{texmfdist}/doc/latex/bibarts +# %doc %{texmfdist}/doc/latex/bibleref +# %doc %{texmfdist}/doc/latex/biblist +# %doc %{texmfdist}/doc/latex/bigfoot +# %doc %{texmfdist}/doc/latex/bizcard +# %doc %{texmfdist}/doc/latex/blindtext +# %doc %{texmfdist}/doc/latex/boldtensors +# %doc %{texmfdist}/doc/latex/bookest +# %doc %{texmfdist}/doc/latex/boxhandler +# %doc %{texmfdist}/doc/latex/braille +# %doc %{texmfdist}/doc/latex/breakurl +# %doc %{texmfdist}/doc/latex/brushscr +# %doc %{texmfdist}/doc/latex/bussproofs +# %doc %{texmfdist}/doc/latex/calxxxx +# %doc %{texmfdist}/doc/latex/captcont +# %doc %{texmfdist}/doc/latex/casyl +# %doc %{texmfdist}/doc/latex/catechis +# %doc %{texmfdist}/doc/latex/cbcoptic +# %doc %{texmfdist}/doc/latex/cclicenses +# %doc %{texmfdist}/doc/latex/cd-cover +# %doc %{texmfdist}/doc/latex/cd +# %doc %{texmfdist}/doc/latex/cdpbundl +# %doc %{texmfdist}/doc/latex/cellspace +# %doc %{texmfdist}/doc/latex/changes +# %doc %{texmfdist}/doc/latex/chapterfolder +# %doc %{texmfdist}/doc/latex/china2e +# %doc %{texmfdist}/doc/latex/cite +# %doc %{texmfdist}/doc/latex/classicthesis +# %doc %{texmfdist}/doc/latex/cleveref +# %doc %{texmfdist}/doc/latex/clock +# %doc %{texmfdist}/doc/latex/clrscode +# %doc %{texmfdist}/doc/latex/cm-lgc +# %doc %{texmfdist}/doc/latex/cmap +# %doc %{texmfdist}/doc/latex/cmcyralt +# %doc %{texmfdist}/doc/latex/cmdstring +# %doc %{texmfdist}/doc/latex/codepage +# %doc %{texmfdist}/doc/latex/colorinfo +# %doc %{texmfdist}/doc/latex/commath +# %doc %{texmfdist}/doc/latex/complexity +# %doc %{texmfdist}/doc/latex/concprog +# %doc %{texmfdist}/doc/latex/confproc +# %doc %{texmfdist}/doc/latex/courier-scaled +# %doc %{texmfdist}/doc/latex/courseoutline +# %doc %{texmfdist}/doc/latex/coursepaper +# %doc %{texmfdist}/doc/latex/coverpage +# %doc %{texmfdist}/doc/latex/covington +# %doc %{texmfdist}/doc/latex/crossreference +# %doc %{texmfdist}/doc/latex/cryst +# %doc %{texmfdist}/doc/latex/csbulletin +# %doc %{texmfdist}/doc/latex/csquotes +# %doc %{texmfdist}/doc/latex/ctib +# %doc %{texmfdist}/doc/latex/cursor +# %doc %{texmfdist}/doc/latex/cv +# %doc %{texmfdist}/doc/latex/cweb-latex +# %doc %{texmfdist}/doc/latex/dateiliste +# %doc %{texmfdist}/doc/latex/datetime +# %doc %{texmfdist}/doc/latex/dcpic +# %doc %{texmfdist}/doc/latex/diagnose +# %doc %{texmfdist}/doc/latex/dichokey +# %doc %{texmfdist}/doc/latex/digiconfigs +# %doc %{texmfdist}/doc/latex/din1505 +# %doc %{texmfdist}/doc/latex/directory +# %doc %{texmfdist}/doc/latex/dlfltxb +# %doc %{texmfdist}/doc/latex/docmfp +# %doc %{texmfdist}/doc/latex/doi +# %doc %{texmfdist}/doc/latex/doipubmed +# %doc %{texmfdist}/doc/latex/dotarrow +# %doc %{texmfdist}/doc/latex/dottex +# %doc %{texmfdist}/doc/latex/dpfloat +# %doc %{texmfdist}/doc/latex/drac +# %doc %{texmfdist}/doc/latex/dramatist +# %doc %{texmfdist}/doc/latex/dtxgallery +# %doc %{texmfdist}/doc/latex/duerer-latex +# %doc %{texmfdist}/doc/latex/dvdcoll +# %doc %{texmfdist}/doc/latex/eCards +# %doc %{texmfdist}/doc/latex/ean13isbn +# %doc %{texmfdist}/doc/latex/easy +# %doc %{texmfdist}/doc/latex/ebezier +# %doc %{texmfdist}/doc/latex/ebong +# %doc %{texmfdist}/doc/latex/ebsthesis +# %doc %{texmfdist}/doc/latex/ecclesiastic +# %doc %{texmfdist}/doc/latex/ecltree +# %doc %{texmfdist}/doc/latex/ed +# %doc %{texmfdist}/doc/latex/edmac +# %doc %{texmfdist}/doc/latex/edmargin +# %doc %{texmfdist}/doc/latex/ednotes +# %doc %{texmfdist}/doc/latex/eemeir +# %doc %{texmfdist}/doc/latex/egameps +# %doc %{texmfdist}/doc/latex/ellipsis +# %doc %{texmfdist}/doc/latex/elpres +# %doc %{texmfdist}/doc/latex/elsevier +# %doc %{texmfdist}/doc/latex/em +# %doc %{texmfdist}/doc/latex/emp +# %doc %{texmfdist}/doc/latex/emulateapj +# %doc %{texmfdist}/doc/latex/endheads +# %doc %{texmfdist}/doc/latex/engpron +# %doc %{texmfdist}/doc/latex/engrec +# %doc %{texmfdist}/doc/latex/envlab +# %doc %{texmfdist}/doc/latex/epigraph +# %doc %{texmfdist}/doc/latex/epiolmec +# %doc %{texmfdist}/doc/latex/epsdice +# %doc %{texmfdist}/doc/latex/epspdfconversion +# %doc %{texmfdist}/doc/latex/eqparbox +# %doc %{texmfdist}/doc/latex/errata +# %doc %{texmfdist}/doc/latex/eskdx +# %doc %{texmfdist}/doc/latex/etex-pkg +# %doc %{texmfdist}/doc/latex/ethiop-t1 +# %doc %{texmfdist}/doc/latex/ethiop +# %doc %{texmfdist}/doc/latex/etoolbox +# %doc %{texmfdist}/doc/latex/eukdate +# %doc %{texmfdist}/doc/latex/euproposal +# %doc %{texmfdist}/doc/latex/euro +# %doc %{texmfdist}/doc/latex/europecv +# %doc %{texmfdist}/doc/latex/eurosans +# %doc %{texmfdist}/doc/latex/everypage +# %doc %{texmfdist}/doc/latex/examplep +# %doc %{texmfdist}/doc/latex/exceltex +# %doc %{texmfdist}/doc/latex/exercise +# %doc %{texmfdist}/doc/latex/expl3 +# %doc %{texmfdist}/doc/latex/extarrows +# %doc %{texmfdist}/doc/latex/extract +# %doc %{texmfdist}/doc/latex/facsimile +# %doc %{texmfdist}/doc/latex/fancynum +# %doc %{texmfdist}/doc/latex/fancyref +# %doc %{texmfdist}/doc/latex/fancytooltips +# %doc %{texmfdist}/doc/latex/fax +# %doc %{texmfdist}/doc/latex/figbib +# %doc %{texmfdist}/doc/latex/figsize +# %doc %{texmfdist}/doc/latex/fink +# %doc %{texmfdist}/doc/latex/fixfoot +# %doc %{texmfdist}/doc/latex/flabels +# %doc %{texmfdist}/doc/latex/flacards +# %doc %{texmfdist}/doc/latex/flagderiv +# %doc %{texmfdist}/doc/latex/flashcards +# %doc %{texmfdist}/doc/latex/floatrow +# %doc %{texmfdist}/doc/latex/fmp +# %doc %{texmfdist}/doc/latex/fnbreak +# %doc %{texmfdist}/doc/latex/fncychap +# %doc %{texmfdist}/doc/latex/foekfont +# %doc %{texmfdist}/doc/latex/fonttable +# %doc %{texmfdist}/doc/latex/frankenstein +# %doc %{texmfdist}/doc/latex/frenchle +# %doc %{texmfdist}/doc/latex/fribrief +# %doc %{texmfdist}/doc/latex/frletter +# %doc %{texmfdist}/doc/latex/frontespizio +# %doc %{texmfdist}/doc/latex/fullblck +# %doc %{texmfdist}/doc/latex/fullpict +# %doc %{texmfdist}/doc/latex/fundus +# %doc %{texmfdist}/doc/latex/gaceta +# %doc %{texmfdist}/doc/latex/gastex +# %doc %{texmfdist}/doc/latex/gatech-thesis +# %doc %{texmfdist}/doc/latex/gauss +# %doc %{texmfdist}/doc/latex/gb4e +# %doc %{texmfdist}/doc/latex/gcard +# %doc %{texmfdist}/doc/latex/gcite +# %doc %{texmfdist}/doc/latex/genmpage +# %doc %{texmfdist}/doc/latex/geomsty +# %doc %{texmfdist}/doc/latex/gloss +# %doc %{texmfdist}/doc/latex/glossaries +# %doc %{texmfdist}/doc/latex/gmdoc +# %doc %{texmfdist}/doc/latex/gmeometric +# %doc %{texmfdist}/doc/latex/gmiflink +# %doc %{texmfdist}/doc/latex/gmutils +# %doc %{texmfdist}/doc/latex/gmverb +# %doc %{texmfdist}/doc/latex/graphicx-psmin +# %doc %{texmfdist}/doc/latex/greek-inputenc +# %doc %{texmfdist}/doc/latex/greekdates +# %doc %{texmfdist}/doc/latex/greektex +# %doc %{texmfdist}/doc/latex/grfpaste +# %doc %{texmfdist}/doc/latex/grnumalt +# %doc %{texmfdist}/doc/latex/grverb +# %doc %{texmfdist}/doc/latex/gu +# %doc %{texmfdist}/doc/latex/guitbeamer +# %doc %{texmfdist}/doc/latex/hanging +# %doc %{texmfdist}/doc/latex/har2nat +# %doc %{texmfdist}/doc/latex/harmony +# %doc %{texmfdist}/doc/latex/harpoon +# %doc %{texmfdist}/doc/latex/harvard +# %doc %{texmfdist}/doc/latex/hc +# %doc %{texmfdist}/doc/latex/hep +# %doc %{texmfdist}/doc/latex/hepnames +# %doc %{texmfdist}/doc/latex/hepparticles +# %doc %{texmfdist}/doc/latex/hepthesis +# %doc %{texmfdist}/doc/latex/hepunits +# %doc %{texmfdist}/doc/latex/hexgame +# %doc %{texmfdist}/doc/latex/histogr +# %doc %{texmfdist}/doc/latex/hitec +# %doc %{texmfdist}/doc/latex/hpsdiss +# %doc %{texmfdist}/doc/latex/hvfloat +# %doc %{texmfdist}/doc/latex/hypdvips +# %doc %{texmfdist}/doc/latex/hyperref-docsrc +# %doc %{texmfdist}/doc/latex/hyperxmp +# %doc %{texmfdist}/doc/latex/ibycus-babel +# %doc %{texmfdist}/doc/latex/icsv +# %doc %{texmfdist}/doc/latex/ieeepes +# %doc %{texmfdist}/doc/latex/ifmslide +# %doc %{texmfdist}/doc/latex/ifplatform +# %doc %{texmfdist}/doc/latex/ijmart +# %doc %{texmfdist}/doc/latex/imac +# %doc %{texmfdist}/doc/latex/image-gallery +# %doc %{texmfdist}/doc/latex/imtekda +# %doc %{texmfdist}/doc/latex/inlinebib +# %doc %{texmfdist}/doc/latex/inlinedef +# %doc %{texmfdist}/doc/latex/interactiveworkbook +# %doc %{texmfdist}/doc/latex/invoice +# %doc %{texmfdist}/doc/latex/ipa +# %doc %{texmfdist}/doc/latex/iso +# %doc %{texmfdist}/doc/latex/iso10303 +# %doc %{texmfdist}/doc/latex/isodate +# %doc %{texmfdist}/doc/latex/isodoc +# %doc %{texmfdist}/doc/latex/itnumpar +# %doc %{texmfdist}/doc/latex/jknapltx +# %doc %{texmfdist}/doc/latex/jneurosci +# %doc %{texmfdist}/doc/latex/jpsj +# %doc %{texmfdist}/doc/latex/jura +# %doc %{texmfdist}/doc/latex/juraabbrev +# %doc %{texmfdist}/doc/latex/juramisc +# %doc %{texmfdist}/doc/latex/jurarsp +# %doc %{texmfdist}/doc/latex/karnaugh +# %doc %{texmfdist}/doc/latex/kerkis +# %doc %{texmfdist}/doc/latex/kerntest +# %doc %{texmfdist}/doc/latex/kluwer +# %doc %{texmfdist}/doc/latex/lazylist +# %doc %{texmfdist}/doc/latex/lcyw +# %doc %{texmfdist}/doc/latex/ledmac +# %doc %{texmfdist}/doc/latex/lgreek +# %doc %{texmfdist}/doc/latex/lhelp +# %doc %{texmfdist}/doc/latex/linguex +# %doc %{texmfdist}/doc/latex/lipsum +# %doc %{texmfdist}/doc/latex/listbib +# %doc %{texmfdist}/doc/latex/lkproof +# %doc %{texmfdist}/doc/latex/logic +# %doc %{texmfdist}/doc/latex/ltxindex +# %doc %{texmfdist}/doc/latex/mafr +# %doc %{texmfdist}/doc/latex/magyar +# %doc %{texmfdist}/doc/latex/mailing +# %doc %{texmfdist}/doc/latex/makebarcode +# %doc %{texmfdist}/doc/latex/makedtx +# %doc %{texmfdist}/doc/latex/makeglos +# %doc %{texmfdist}/doc/latex/mathdesign +# %doc %{texmfdist}/doc/latex/mathpazo +# %doc %{texmfdist}/doc/latex/mceinleger +# %doc %{texmfdist}/doc/latex/memexsupp +# %doc %{texmfdist}/doc/latex/metaplot +# %doc %{texmfdist}/doc/latex/mff +# %doc %{texmfdist}/doc/latex/mftinc +# %doc %{texmfdist}/doc/latex/minutes +# %doc %{texmfdist}/doc/latex/mmap +# %doc %{texmfdist}/doc/latex/mnsymbol +# %doc %{texmfdist}/doc/latex/moderncv +# %doc %{texmfdist}/doc/latex/modroman +# %doc %{texmfdist}/doc/latex/mongolian-babel +# %doc %{texmfdist}/doc/latex/montex +# %doc %{texmfdist}/doc/latex/moresize +# %doc %{texmfdist}/doc/latex/msg +# %doc %{texmfdist}/doc/latex/mslapa +# %doc %{texmfdist}/doc/latex/mtgreek +# %doc %{texmfdist}/doc/latex/multibbl +# %doc %{texmfdist}/doc/latex/multirow +# %doc %{texmfdist}/doc/latex/munich +# %doc %{texmfdist}/doc/latex/muthesis +# %doc %{texmfdist}/doc/latex/mxd +# %doc %{texmfdist}/doc/latex/mxedruli +# %doc %{texmfdist}/doc/latex/ncclatex +# %doc %{texmfdist}/doc/latex/ncctools +# %doc %{texmfdist}/doc/latex/nddiss +# %doc %{texmfdist}/doc/latex/newalg +# %doc %{texmfdist}/doc/latex/newfile +# %doc %{texmfdist}/doc/latex/newlfm +# %doc %{texmfdist}/doc/latex/newspaper +# %doc %{texmfdist}/doc/latex/nomentbl +# %doc %{texmfdist}/doc/latex/nonfloat +# %doc %{texmfdist}/doc/latex/numname +# %doc %{texmfdist}/doc/latex/ocr-latex +# %doc %{texmfdist}/doc/latex/ogham +# %doc %{texmfdist}/doc/latex/ogonek +# %doc %{texmfdist}/doc/latex/opcit +# %doc %{texmfdist}/doc/latex/ordinalpt +# %doc %{texmfdist}/doc/latex/otibet +# %doc %{texmfdist}/doc/latex/outline +# %doc %{texmfdist}/doc/latex/outliner +# %doc %{texmfdist}/doc/latex/pagenote +# %doc %{texmfdist}/doc/latex/papercdcase +# %doc %{texmfdist}/doc/latex/paresse +# %doc %{texmfdist}/doc/latex/parrun +# %doc %{texmfdist}/doc/latex/pauldoc +# %doc %{texmfdist}/doc/latex/pdfwin +# %doc %{texmfdist}/doc/latex/pecha +# %doc %{texmfdist}/doc/latex/perception +# %doc %{texmfdist}/doc/latex/perltex +# %doc %{texmfdist}/doc/latex/pgf-soroban +# %doc %{texmfdist}/doc/latex/pgfopts +# %doc %{texmfdist}/doc/latex/philex +# %doc %{texmfdist}/doc/latex/plates +# %doc %{texmfdist}/doc/latex/plweb +# %doc %{texmfdist}/doc/latex/pmgraph +# %doc %{texmfdist}/doc/latex/polski +# %doc %{texmfdist}/doc/latex/polyglot +# %doc %{texmfdist}/doc/latex/postcards +# %doc %{texmfdist}/doc/latex/prettyref +# %doc %{texmfdist}/doc/latex/proba +# %doc %{texmfdist}/doc/latex/procIAGssymp +# %doc %{texmfdist}/doc/latex/protex +# %doc %{texmfdist}/doc/latex/protocol +# %doc %{texmfdist}/doc/latex/psfragx +# %doc %{texmfdist}/doc/latex/psgo +# %doc %{texmfdist}/doc/latex/pspicture +# %doc %{texmfdist}/doc/latex/pst2pdf +# %doc %{texmfdist}/doc/latex/qobitree +# %doc %{texmfdist}/doc/latex/qstest +# %doc %{texmfdist}/doc/latex/quotmark +# %doc %{texmfdist}/doc/latex/r_und_s +# %doc %{texmfdist}/doc/latex/randbild +# %doc %{texmfdist}/doc/latex/rcs +# %doc %{texmfdist}/doc/latex/rcsinfo +# %doc %{texmfdist}/doc/latex/rectopma +# %doc %{texmfdist}/doc/latex/refcheck +# %doc %{texmfdist}/doc/latex/refstyle +# %doc %{texmfdist}/doc/latex/relenc +# %doc %{texmfdist}/doc/latex/repeatindex +# %doc %{texmfdist}/doc/latex/rlepsf +# %doc %{texmfdist}/doc/latex/rmpage +# %doc %{texmfdist}/doc/latex/robustindex +# %doc %{texmfdist}/doc/latex/rst +# %doc %{texmfdist}/doc/latex/rtkinenc +# %doc %{texmfdist}/doc/latex/rtklage +# %doc %{texmfdist}/doc/latex/sagetex +# %doc %{texmfdist}/doc/latex/sanskrit +# %doc %{texmfdist}/doc/latex/sauerj +# %doc %{texmfdist}/doc/latex/sauterfonts +# %doc %{texmfdist}/doc/latex/savefnmark +# %doc %{texmfdist}/doc/latex/savetrees +# %doc %{texmfdist}/doc/latex/scalebar +# %doc %{texmfdist}/doc/latex/scientificpaper +# %doc %{texmfdist}/doc/latex/sciwordconv +# %doc %{texmfdist}/doc/latex/semioneside +# %doc %{texmfdist}/doc/latex/seqsplit +# %doc %{texmfdist}/doc/latex/sf298 +# %doc %{texmfdist}/doc/latex/sffms +# %doc %{texmfdist}/doc/latex/sfg +# %doc %{texmfdist}/doc/latex/shorttoc +# %doc %{texmfdist}/doc/latex/show2e +# %doc %{texmfdist}/doc/latex/showexpl +# %doc %{texmfdist}/doc/latex/slantsc +# %doc %{texmfdist}/doc/latex/smalltableof +# %doc %{texmfdist}/doc/latex/smartref +# %doc %{texmfdist}/doc/latex/smflatex +# %doc %{texmfdist}/doc/latex/snapshot +# %doc %{texmfdist}/doc/latex/sort-by-letters +# %doc %{texmfdist}/doc/latex/soyombo +# %doc %{texmfdist}/doc/latex/sparklines +# %doc %{texmfdist}/doc/latex/spie +# %doc %{texmfdist}/doc/latex/splitbib +# %doc %{texmfdist}/doc/latex/spotcolor +# %doc %{texmfdist}/doc/latex/sprite +# %doc %{texmfdist}/doc/latex/srcltx +# %doc %{texmfdist}/doc/latex/ssqquote +# %doc %{texmfdist}/doc/latex/statistik +# %doc %{texmfdist}/doc/latex/stdpage +# %doc %{texmfdist}/doc/latex/stellenbosch +# %doc %{texmfdist}/doc/latex/stex +# %doc %{texmfdist}/doc/latex/struktex +# %doc %{texmfdist}/doc/latex/sttools +# %doc %{texmfdist}/doc/latex/stubs +# %doc %{texmfdist}/doc/latex/sugconf +# %doc %{texmfdist}/doc/latex/supertabular +# %doc %{texmfdist}/doc/latex/svgcolor +# %doc %{texmfdist}/doc/latex/svn-multi +# %doc %{texmfdist}/doc/latex/svn +# %doc %{texmfdist}/doc/latex/svninfo +# %doc %{texmfdist}/doc/latex/swebib +# %doc %{texmfdist}/doc/latex/swimgraf +# %doc %{texmfdist}/doc/latex/synproof +# %doc %{texmfdist}/doc/latex/syntax +# %doc %{texmfdist}/doc/latex/syntrace +# %doc %{texmfdist}/doc/latex/synttree +# %doc %{texmfdist}/doc/latex/t-angles +# %doc %{texmfdist}/doc/latex/tableaux +# %doc %{texmfdist}/doc/latex/tablists +# %doc %{texmfdist}/doc/latex/tablor +# %doc %{texmfdist}/doc/latex/tabto-ltx +# %doc %{texmfdist}/doc/latex/tabulary +# %doc %{texmfdist}/doc/latex/tabvar +# %doc %{texmfdist}/doc/latex/talk +# %doc %{texmfdist}/doc/latex/tapir +# %doc %{texmfdist}/doc/latex/tcldoc +# %doc %{texmfdist}/doc/latex/tdsfrmath +# %doc %{texmfdist}/doc/latex/technics +# %doc %{texmfdist}/doc/latex/ted +# %doc %{texmfdist}/doc/latex/tengwarscript +# %doc %{texmfdist}/doc/latex/tensor +# %doc %{texmfdist}/doc/latex/teubner +# %doc %{texmfdist}/doc/latex/texmate +# %doc %{texmfdist}/doc/latex/texpower +# %doc %{texmfdist}/doc/latex/texshade +# %doc %{texmfdist}/doc/latex/textcase +# %doc %{texmfdist}/doc/latex/textopo +# %doc %{texmfdist}/doc/latex/theoremref +# %doc %{texmfdist}/doc/latex/thesis-titlepage-fhac +# %doc %{texmfdist}/doc/latex/thinsp +# %doc %{texmfdist}/doc/latex/thmtools +# %doc %{texmfdist}/doc/latex/thumb +# %doc %{texmfdist}/doc/latex/thuthesis +# %doc %{texmfdist}/doc/latex/ticket +# %doc %{texmfdist}/doc/latex/tikz-inet +# %doc %{texmfdist}/doc/latex/timesht +# %doc %{texmfdist}/doc/latex/titling +# %doc %{texmfdist}/doc/latex/tocvsec2 +# %doc %{texmfdist}/doc/latex/tokenizer +# %doc %{texmfdist}/doc/latex/toolbox +# %doc %{texmfdist}/doc/latex/toptesi +# %doc %{texmfdist}/doc/latex/trajan +# %doc %{texmfdist}/doc/latex/translator +# %doc %{texmfdist}/doc/latex/trivfloat +# %doc %{texmfdist}/doc/latex/turnstile +# %doc %{texmfdist}/doc/latex/twoup +# %doc %{texmfdist}/doc/latex/typogrid +# %doc %{texmfdist}/doc/latex/umlaute +# %doc %{texmfdist}/doc/latex/undertilde +# %doc %{texmfdist}/doc/latex/unitsdef +# %doc %{texmfdist}/doc/latex/unroman +# %doc %{texmfdist}/doc/latex/upmethodology +# %doc %{texmfdist}/doc/latex/urlbst +# %doc %{texmfdist}/doc/latex/varindex +# %doc %{texmfdist}/doc/latex/varsfromjobname +# %doc %{texmfdist}/doc/latex/vector +# %doc %{texmfdist}/doc/latex/verse +# %doc %{texmfdist}/doc/latex/vhistory +# %doc %{texmfdist}/doc/latex/vita +# %doc %{texmfdist}/doc/latex/volumes +# %doc %{texmfdist}/doc/latex/vpe +# %doc %{texmfdist}/doc/latex/vrsion +# %doc %{texmfdist}/doc/latex/vwcol +# %doc %{texmfdist}/doc/latex/vxu +# %doc %{texmfdist}/doc/latex/wadalab +# %doc %{texmfdist}/doc/latex/wallpaper +# %doc %{texmfdist}/doc/latex/warpcol +# %doc %{texmfdist}/doc/latex/wnri +# %doc %{texmfdist}/doc/latex/wordlike +# %doc %{texmfdist}/doc/latex/xargs +# %doc %{texmfdist}/doc/latex/xdoc +# %doc %{texmfdist}/doc/latex/xfor +# %doc %{texmfdist}/doc/latex/xifthen +# %doc %{texmfdist}/doc/latex/xmpincl +# %doc %{texmfdist}/doc/latex/xnewcommand +# %doc %{texmfdist}/doc/latex/xoptarg +# %doc %{texmfdist}/doc/latex/xpackages +# %doc %{texmfdist}/doc/latex/xskak +# %doc %{texmfdist}/doc/latex/xstring +# %doc %{texmfdist}/doc/latex/xtcapts +# %doc %{texmfdist}/doc/latex/xyling +# %doc %{texmfdist}/doc/latex/xytree +# %doc %{texmfdist}/doc/latex/yafoot +# %doc %{texmfdist}/doc/latex/yhmath +# %doc %{texmfdist}/doc/latex/york-thesis +# %doc %{texmfdist}/doc/latex/yplan +# %doc %{texmfdist}/doc/latex/zed-csp +# %doc %{texmfdist}/doc/latex/zefonts +# %doc %{texmfdist}/doc/latex/ziffer +# %doc %{texmfdist}/doc/latex/zwgetfdate +# +# %files latex-math-sources +# %defattr(644,root,root,755) +# %{texmfdist}/source/latex/bez123 +# %{texmfdist}/source/latex/binomexp +# %{texmfdist}/source/latex/cmll +# %{texmfdist}/source/latex/constants +# %{texmfdist}/source/latex/coordsys +# %{texmfdist}/source/latex/dotseqn +# %{texmfdist}/source/latex/egplot +# %{texmfdist}/source/latex/eqlist +# %{texmfdist}/source/latex/eqnarray +# %{texmfdist}/source/latex/esdiff +# %{texmfdist}/source/latex/esvect +# %{texmfdist}/source/latex/extpfeil +# %{texmfdist}/source/latex/fouridx +# %{texmfdist}/source/latex/functan +# %{texmfdist}/source/latex/galois +# %{texmfdist}/source/latex/gnuplottex +# %{texmfdist}/source/latex/hhtensor +# %{texmfdist}/source/latex/logpap +# %{texmfdist}/source/latex/noitcrul +# %{texmfdist}/source/latex/permute +# %{texmfdist}/source/latex/qsymbols +# %{texmfdist}/source/latex/subdepth +# %{texmfdist}/source/latex/faktor +# %{texmfdist}/source/latex/sseq +# %{texmfdist}/source/latex/trsym +# %{texmfdist}/source/latex/petri-nets +# %{texmfdist}/source/latex/mlist +# %{texmfdist}/source/latex/numprint +# +# %files latex-math +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/eco +# %doc %{texmfdist}/doc/latex/bez123 +# %doc %{texmfdist}/doc/latex/binomexp +# %doc %{texmfdist}/doc/latex/cmll +# %doc %{texmfdist}/doc/latex/constants +# %doc %{texmfdist}/doc/latex/coordsys +# %doc %{texmfdist}/doc/latex/egplot +# %doc %{texmfdist}/doc/latex/eqlist +# %doc %{texmfdist}/doc/latex/eqnarray +# %doc %{texmfdist}/doc/latex/esdiff +# %doc %{texmfdist}/doc/latex/esvect +# %doc %{texmfdist}/doc/latex/extpfeil +# %doc %{texmfdist}/doc/latex/faktor +# %doc %{texmfdist}/doc/latex/fouridx +# %doc %{texmfdist}/doc/latex/functan +# %doc %{texmfdist}/doc/latex/galois +# %doc %{texmfdist}/doc/latex/gnuplottex +# %doc %{texmfdist}/doc/latex/hhtensor +# %doc %{texmfdist}/doc/latex/logpap +# %doc %{texmfdist}/doc/latex/makeplot +# %doc %{texmfdist}/doc/latex/maybemath +# %doc %{texmfdist}/doc/latex/mfpic4ode +# %doc %{texmfdist}/doc/latex/mhequ +# %doc %{texmfdist}/doc/latex/mlist +# %doc %{texmfdist}/doc/latex/nath +# %doc %{texmfdist}/doc/latex/noitcrul +# %doc %{texmfdist}/doc/latex/numprint +# %doc %{texmfdist}/doc/latex/permute +# %doc %{texmfdist}/doc/latex/petri-nets +# %doc %{texmfdist}/doc/latex/qsymbols +# %doc %{texmfdist}/doc/latex/qtree +# %doc %{texmfdist}/doc/latex/sdrt +# %doc %{texmfdist}/doc/latex/semantic +# %doc %{texmfdist}/doc/latex/simplewick +# %doc %{texmfdist}/doc/latex/sseq +# %doc %{texmfdist}/doc/latex/subdepth +# %doc %{texmfdist}/doc/latex/subeqn +# %doc %{texmfdist}/doc/latex/subeqnarray +# %doc %{texmfdist}/doc/latex/trfsigns +# %doc %{texmfdist}/doc/latex/trsym +# %doc %{texmfdist}/doc/latex/ulsy +# %{texmfdist}/fonts/map/dvips/cmll +# %{texmfdist}/fonts/map/dvips/esvect +# %{texmfdist}/fonts/source/public/cmll +# %{texmfdist}/fonts/source/public/esvect +# %{texmfdist}/fonts/source/public/trsym +# %{texmfdist}/fonts/source/public/ulsy +# %{texmfdist}/fonts/tfm/public/cmll +# %{texmfdist}/fonts/tfm/public/eco +# %{texmfdist}/fonts/tfm/public/esvect +# %{texmfdist}/fonts/tfm/public/trsym +# %{texmfdist}/fonts/tfm/public/ulsy +# %{texmfdist}/fonts/type1/public/cmll +# %{texmfdist}/fonts/type1/public/esvect +# %{texmfdist}/fonts/vf/public/eco +# %{texmfdist}/source/fonts/eco +# %{texmfdist}/source/latex/makeplot +# %{texmfdist}/source/latex/mfpic4ode +# %{texmfdist}/source/latex/semantic +# %{texmfdist}/source/latex/simplewick +# %{texmfdist}/source/latex/subeqn +# %{texmfdist}/source/latex/subeqnarray +# %{texmfdist}/source/latex/trfsigns +# %{texmfdist}/source/latex/ulsy +# %{texmfdist}/tex/latex/bez123 +# %{texmfdist}/tex/latex/binomexp +# %{texmfdist}/tex/latex/cmll +# %{texmfdist}/tex/latex/constants +# %{texmfdist}/tex/latex/coordsys +# %{texmfdist}/tex/latex/dotseqn +# %{texmfdist}/tex/latex/egplot +# %{texmfdist}/tex/latex/eqlist +# %{texmfdist}/tex/latex/eqnarray +# %{texmfdist}/tex/latex/esdiff +# %{texmfdist}/tex/latex/esvect +# %{texmfdist}/tex/latex/extpfeil +# %{texmfdist}/tex/latex/faktor +# %{texmfdist}/tex/latex/fouridx +# %{texmfdist}/tex/latex/functan +# %{texmfdist}/tex/latex/galois +# %{texmfdist}/tex/latex/gnuplottex +# %{texmfdist}/tex/latex/hhtensor +# %{texmfdist}/tex/latex/logpap +# %{texmfdist}/tex/latex/makeplot +# %{texmfdist}/tex/latex/maybemath +# %{texmfdist}/tex/latex/mfpic4ode +# %{texmfdist}/tex/latex/mhequ +# %{texmfdist}/tex/latex/mhs +# %{texmfdist}/tex/latex/mlist +# %{texmfdist}/tex/latex/nath +# %{texmfdist}/tex/latex/noitcrul +# %{texmfdist}/tex/latex/numprint +# %{texmfdist}/tex/latex/permute +# %{texmfdist}/tex/latex/petri-nets +# %{texmfdist}/tex/latex/qsymbols +# %{texmfdist}/tex/latex/qtree +# %{texmfdist}/tex/latex/sdrt +# %{texmfdist}/tex/latex/semantic +# %{texmfdist}/tex/latex/sfmath +# %{texmfdist}/tex/latex/simplewick +# %{texmfdist}/tex/latex/sseq +# %{texmfdist}/tex/latex/subdepth +# %{texmfdist}/tex/latex/subeqn +# %{texmfdist}/tex/latex/subeqnarray +# %{texmfdist}/tex/latex/trfsigns +# %{texmfdist}/tex/latex/trsym +# %{texmfdist}/tex/latex/ulsy +# %doc %{texmfdist}/doc/latex/tree-dvips +# %{texmfdist}/source/latex/tree-dvips +# %{texmfdist}/tex/latex/tree-dvips +# +# %files latex-physics +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/circ +# %doc %{texmfdist}/doc/latex/colorwav +# %doc %{texmfdist}/doc/latex/dyntree +# %doc %{texmfdist}/doc/latex/feynmf +# %doc %{texmfdist}/doc/latex/formula +# %doc %{texmfdist}/doc/latex/listofsymbols +# %doc %{texmfdist}/doc/latex/miller +# %doc %{texmfdist}/doc/latex/susy +# %{texmfdist}/metapost/feynmf +# %{texmfdist}/source/latex/circ +# %{texmfdist}/source/latex/colorwav +# %{texmfdist}/source/latex/dyntree +# %{texmfdist}/source/latex/feynmf +# %{texmfdist}/source/latex/formula +# %{texmfdist}/source/latex/isotope +# %{texmfdist}/source/latex/miller +# %{texmfdist}/tex/latex/circ +# %{texmfdist}/tex/latex/colorwav +# %{texmfdist}/tex/latex/dyntree +# %{texmfdist}/tex/latex/feynmf +# %{texmfdist}/tex/latex/formula +# %{texmfdist}/tex/latex/isotope +# %{texmfdist}/tex/latex/listofsymbols +# %{texmfdist}/tex/latex/miller +# %{texmfdist}/tex/latex/susy +# %{texmfdist}/fonts/source/public/circ +# %{texmfdist}/fonts/tfm/public/circ +# +# %files latex-chem +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/achemso +# %doc %{texmfdist}/doc/latex/bpchem +# %doc %{texmfdist}/doc/latex/chemstyle +# %doc %{texmfdist}/doc/latex/mhchem +# %doc %{texmfdist}/doc/fonts/chemarrow +# %doc %{texmfdist}/doc/latex/chemcompounds +# %doc %{texmfdist}/doc/latex/chemcono +# %{texmfdist}/fonts/afm/public/chemarrow +# %{texmfdist}/fonts/map/dvips/chemarrow +# %{texmfdist}/fonts/source/public/chemarrow +# %{texmfdist}/fonts/tfm/public/chemarrow +# %{texmfdist}/fonts/type1/public/chemarrow +# %{texmfdist}/source/latex/achemso +# %{texmfdist}/source/latex/bpchem +# %{texmfdist}/source/latex/chemcompounds +# %{texmfdist}/source/latex/chemstyle +# %{texmfdist}/tex/latex/achemso +# %{texmfdist}/tex/latex/bpchem +# %{texmfdist}/tex/latex/chemarrow +# %{texmfdist}/tex/latex/chemcompounds +# %{texmfdist}/tex/latex/chemcono +# %{texmfdist}/tex/latex/chemstyle +# %{texmfdist}/tex/latex/mhchem +# +# %files latex-biology +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/biocon +# %doc %{texmfdist}/doc/latex/dnaseq +# %{texmfdist}/bibtex/bib/biocon +# %{texmfdist}/source/latex/biocon +# %{texmfdist}/source/latex/dnaseq +# %{texmfdist}/tex/latex/biocon +# %{texmfdist}/tex/latex/dnaseq +# +# %files latex-pdftools +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/attachfile +# %doc %{texmfdist}/doc/latex/cooltooltips +# %doc %{texmfdist}/doc/latex/movie15 +# %doc %{texmfdist}/doc/latex/pdfcprot +# %doc %{texmfdist}/doc/latex/pdfscreen +# %doc %{texmfdist}/doc/latex/pdfsync +# %doc %{texmfdist}/doc/latex/pdftricks +# %{texmfdist}/source/latex/attachfile +# %{texmfdist}/source/latex/cooltooltips +# %{texmfdist}/source/latex/pdfcprot +# %{texmfdist}/tex/latex/attachfile +# %{texmfdist}/tex/latex/cooltooltips +# %{texmfdist}/tex/latex/movie15 +# %{texmfdist}/tex/latex/pdfcprot +# %{texmfdist}/tex/latex/pdfscreen +# %{texmfdist}/tex/latex/pdfsync +# %{texmfdist}/tex/latex/pdftricks +# +# %files latex-informatic +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/alg +# %doc %{texmfdist}/doc/latex/bytefield +# %doc %{texmfdist}/doc/latex/lsc +# %doc %{texmfdist}/doc/latex/method +# %doc %{texmfdist}/doc/latex/msc +# %doc %{texmfdist}/doc/latex/progkeys +# %doc %{texmfdist}/doc/latex/register +# %doc %{texmfdist}/doc/latex/uml +# %{texmfdist}/source/latex/alg +# %{texmfdist}/source/latex/bytefield +# %{texmfdist}/source/latex/method +# %{texmfdist}/source/latex/progkeys +# %{texmfdist}/source/latex/register +# %{texmfdist}/source/latex/uml +# %{texmfdist}/tex/latex/alg +# %{texmfdist}/tex/latex/bytefield +# %{texmfdist}/tex/latex/lsc +# %{texmfdist}/tex/latex/method +# %{texmfdist}/tex/latex/msc +# %{texmfdist}/tex/latex/progkeys +# %{texmfdist}/tex/latex/register +# %{texmfdist}/tex/latex/uml +# +# %files latex-games +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/backgammon +# %doc %{texmfdist}/doc/latex/chessboard +# %doc %{texmfdist}/doc/latex/chessfss +# %doc %{texmfdist}/doc/latex/crosswrd +# %doc %{texmfdist}/doc/latex/cwpuzzle +# %doc %{texmfdist}/doc/latex/jeopardy +# %doc %{texmfdist}/doc/latex/othello +# %doc %{texmfdist}/doc/latex/sgame +# %doc %{texmfdist}/doc/latex/skak +# %doc %{texmfdist}/doc/latex/sudoku +# %doc %{texmfdist}/doc/latex/sudokubundle +# %{texmfdist}/fonts/enc/dvips/chessfss +# %{texmfdist}/fonts/map/dvips/skak +# %{texmfdist}/fonts/source/public/backgammon +# %{texmfdist}/fonts/source/public/cchess +# %{texmfdist}/fonts/source/public/chess +# %{texmfdist}/fonts/source/public/go +# %{texmfdist}/fonts/source/public/othello +# %{texmfdist}/fonts/source/public/skak +# %{texmfdist}/fonts/tfm/public/backgammon +# %{texmfdist}/fonts/tfm/public/cchess +# %{texmfdist}/fonts/tfm/public/go +# %{texmfdist}/fonts/tfm/public/othello +# %{texmfdist}/fonts/tfm/public/skak +# %{texmfdist}/source/latex/backgammon +# %{texmfdist}/source/latex/chessboard +# %{texmfdist}/source/latex/chessfss +# %{texmfdist}/source/latex/crosswrd +# %{texmfdist}/source/latex/cwpuzzle +# %{texmfdist}/source/latex/go +# %{texmfdist}/source/latex/jeopardy +# %{texmfdist}/source/latex/othello +# %{texmfdist}/source/latex/sudoku +# %{texmfdist}/source/latex/sudokubundle +# %{texmfdist}/tex/latex/backgammon +# %{texmfdist}/tex/latex/cchess +# %{texmfdist}/tex/latex/chess +# %{texmfdist}/tex/latex/chessboard +# %{texmfdist}/tex/latex/chessfss +# %{texmfdist}/tex/latex/crosswrd +# %{texmfdist}/tex/latex/cwpuzzle +# %{texmfdist}/tex/latex/go +# %{texmfdist}/tex/latex/jeopardy +# %{texmfdist}/tex/latex/othello +# %{texmfdist}/tex/latex/sgame +# %{texmfdist}/tex/latex/skak +# %{texmfdist}/tex/latex/sudoku +# %{texmfdist}/tex/latex/sudokubundle +# +# %files latex-sources +# %defattr(644,root,root,755) +# %{texmfdist}/source/latex/acronym +# %{texmfdist}/source/latex/adrlist +# %{texmfdist}/source/latex/altfont +# %{texmfdist}/source/latex/answers +# %{texmfdist}/source/latex/ascii +# %{texmfdist}/source/latex/augie +# %{texmfdist}/source/latex/barcodes +# %{texmfdist}/source/latex/bbding +# %{texmfdist}/source/latex/bbm-macros +# %{texmfdist}/source/latex/bengali +# %{texmfdist}/source/latex/beton +# %{texmfdist}/source/latex/bibarts +# %{texmfdist}/source/latex/bibleref +# %{texmfdist}/source/latex/biblist +# %{texmfdist}/source/latex/bigfoot +# %{texmfdist}/source/latex/bizcard +# %{texmfdist}/source/latex/blindtext +# %{texmfdist}/source/latex/bookhands +# %{texmfdist}/source/latex/bophook +# %{texmfdist}/source/latex/boxhandler +# %{texmfdist}/source/latex/braille +# %{texmfdist}/source/latex/breakurl +# %{texmfdist}/source/latex/brushscr +# %{texmfdist}/source/latex/burmese +# %{texmfdist}/source/latex/captcont +# %{texmfdist}/source/latex/catechis +# %{texmfdist}/source/latex/cclicenses +# %{texmfdist}/source/latex/cd +# %{texmfdist}/source/latex/cd-cover +# %{texmfdist}/source/latex/cdpbundl +# %{texmfdist}/source/latex/changes +# %{texmfdist}/source/latex/chapterfolder +# %{texmfdist}/source/latex/cleveref +# %{texmfdist}/source/latex/cmcyralt +# %{texmfdist}/source/latex/cmsd +# %{texmfdist}/source/latex/codepage +# %{texmfdist}/source/latex/confproc +# %{texmfdist}/source/latex/coverpage +# %{texmfdist}/source/latex/crop +# %{texmfdist}/source/latex/crossreference +# %{texmfdist}/source/latex/ctib +# %{texmfdist}/source/latex/cweb-latex +# %{texmfdist}/source/latex/dateiliste +# %{texmfdist}/source/latex/datetime +# %{texmfdist}/source/latex/decimal +# %{texmfdist}/source/latex/diagnose +# %{texmfdist}/source/latex/docmfp +# %{texmfdist}/source/latex/doipubmed +# %{texmfdist}/source/latex/dotarrow +# %{texmfdist}/source/latex/dottex +# %{texmfdist}/source/latex/drac +# %{texmfdist}/source/latex/draftcopy +# %{texmfdist}/source/latex/dramatist +# %{texmfdist}/source/latex/eCards +# %{texmfdist}/source/latex/ebezier +# %{texmfdist}/source/latex/ebsthesis +# %{texmfdist}/source/latex/ecclesiastic +# %{texmfdist}/source/latex/edmargin +# %{texmfdist}/source/latex/eemeir +# %{texmfdist}/source/latex/eiad +# %{texmfdist}/source/latex/ellipsis +# %{texmfdist}/source/latex/em +# %{texmfdist}/source/latex/emp +# %{texmfdist}/source/latex/endfloat +# %{texmfdist}/source/latex/endheads +# %{texmfdist}/source/latex/engpron +# %{texmfdist}/source/latex/engrec +# %{texmfdist}/source/latex/envlab +# %{texmfdist}/source/latex/epigraph +# %{texmfdist}/source/latex/epiolmec +# %{texmfdist}/source/latex/epsdice +# %{texmfdist}/source/latex/eqparbox +# %{texmfdist}/source/latex/errata +# %{texmfdist}/source/latex/eso-pic +# %{texmfdist}/source/latex/ethiop +# %{texmfdist}/source/latex/eukdate +# %{texmfdist}/source/latex/euproposal +# %{texmfdist}/source/latex/euro +# %{texmfdist}/source/latex/everypage +# %{texmfdist}/source/latex/exercise +# %{texmfdist}/source/latex/expl3 +# %{texmfdist}/source/latex/extract +# %{texmfdist}/source/latex/facsimile +# %{texmfdist}/source/latex/fancynum +# %{texmfdist}/source/latex/fancyref +# %{texmfdist}/source/latex/fancytooltips +# %{texmfdist}/source/latex/fancyvrb +# %{texmfdist}/source/latex/figsize +# %{texmfdist}/source/latex/filecontents +# %{texmfdist}/source/latex/fink +# %{texmfdist}/source/latex/flabels +# %{texmfdist}/source/latex/flagderiv +# %{texmfdist}/source/latex/flashcards +# %{texmfdist}/source/latex/float +# %{texmfdist}/source/latex/floatrow +# %{texmfdist}/source/latex/fmp +# %{texmfdist}/source/latex/fnbreak +# %{texmfdist}/source/latex/foilhtml +# %{texmfdist}/source/latex/fonttable +# %{texmfdist}/source/latex/footmisc +# %{texmfdist}/source/latex/footnpag +# %{texmfdist}/source/latex/frankenstein +# %{texmfdist}/source/latex/frontespizio +# %{texmfdist}/source/latex/fullblck +# %{texmfdist}/source/latex/fundus +# %{texmfdist}/source/latex/gcite +# %{texmfdist}/source/latex/genmpage +# %{texmfdist}/source/latex/geometry +# %{texmfdist}/source/latex/geomsty +# %{texmfdist}/source/latex/glossaries +# %{texmfdist}/source/latex/graphics +# %{texmfdist}/source/latex/graphicx-psmin +# %{texmfdist}/source/latex/greekdates +# %{texmfdist}/source/latex/grnumalt +# %{texmfdist}/source/latex/grverb +# %{texmfdist}/source/latex/hanging +# %{texmfdist}/source/latex/harvard +# %{texmfdist}/source/latex/hc +# %{texmfdist}/source/latex/hepthesis +# %{texmfdist}/source/latex/hilowres +# %{texmfdist}/source/latex/histogr +# %{texmfdist}/source/latex/hpsdiss +# %{texmfdist}/source/latex/hyper +# %{texmfdist}/source/latex/hyperref +# %{texmfdist}/source/latex/hyperxmp +# %{texmfdist}/source/latex/hyphenat +# %{texmfdist}/source/latex/ibycus-babel +# %{texmfdist}/source/latex/icsv +# %{texmfdist}/source/latex/ifmslide +# %{texmfdist}/source/latex/ifplatform +# %{texmfdist}/source/latex/ijmart +# %{texmfdist}/source/latex/imtekda +# %{texmfdist}/source/latex/index +# %{texmfdist}/source/latex/inlinedef +# %{texmfdist}/source/latex/iso +# %{texmfdist}/source/latex/iso10303 +# %{texmfdist}/source/latex/isodate +# %{texmfdist}/source/latex/isodoc +# %{texmfdist}/source/latex/itnumpar +# %{texmfdist}/source/latex/jura +# %{texmfdist}/source/latex/juraabbrev +# %{texmfdist}/source/latex/jurarsp +# %{texmfdist}/source/latex/kdgreek +# %{texmfdist}/source/latex/koma-script +# %{texmfdist}/source/latex/labels +# %{texmfdist}/source/latex/layouts +# %{texmfdist}/source/latex/listings +# %{texmfdist}/source/latex/localloc +# %{texmfdist}/source/latex/mathcomp +# %{texmfdist}/source/latex/mathpazo +# %{texmfdist}/source/latex/mdwtools +# %{texmfdist}/source/latex/memoir +# %{texmfdist}/source/latex/mh +# %{texmfdist}/source/latex/mnsymbol +# %{texmfdist}/source/latex/modroman +# %{texmfdist}/source/latex/mongolian-babel +# %{texmfdist}/source/latex/montex +# %{texmfdist}/source/latex/mparhack +# %{texmfdist}/source/latex/ms +# %{texmfdist}/source/latex/multibib +# %{texmfdist}/source/latex/mwcls +# %{texmfdist}/source/latex/natbib +# %{texmfdist}/source/latex/ncctools +# %{texmfdist}/source/latex/nddiss +# %{texmfdist}/source/latex/newalg +# %{texmfdist}/source/latex/newfile +# %{texmfdist}/source/latex/newlfm +# %{texmfdist}/source/latex/newspaper +# %{texmfdist}/source/latex/nomencl +# %{texmfdist}/source/latex/ntgclass +# %{texmfdist}/source/latex/oberdiek +# %{texmfdist}/source/latex/paralist +# %{texmfdist}/source/latex/pdfpages +# %{texmfdist}/source/latex/pict2e +# %{texmfdist}/source/latex/preprint +# %{texmfdist}/source/latex/preview +# %{texmfdist}/source/latex/psfrag +# %{texmfdist}/source/latex/pslatex +# %{texmfdist}/source/latex/revtex +# %{texmfdist}/source/latex/rotating +# %{texmfdist}/source/latex/rotfloat +# %{texmfdist}/source/latex/scale +# %{texmfdist}/source/latex/sectsty +# %{texmfdist}/source/latex/showlabels +# %{texmfdist}/source/latex/sidecap +# %{texmfdist}/source/latex/soul +# %{texmfdist}/source/latex/stdclsdv +# %{texmfdist}/source/latex/subfig +# %{texmfdist}/source/latex/subfigure +# %{texmfdist}/source/latex/supertabular +# %{texmfdist}/source/latex/tablists +# %{texmfdist}/source/latex/tabulary +# %{texmfdist}/source/latex/tabvar +# %{texmfdist}/source/latex/talk +# %{texmfdist}/source/latex/tcldoc +# %{texmfdist}/source/latex/tdsfrmath +# %{texmfdist}/source/latex/technics +# %{texmfdist}/source/latex/ted +# %{texmfdist}/source/latex/tengwarscript +# %{texmfdist}/source/latex/tensor +# %{texmfdist}/source/latex/teubner +# %{texmfdist}/source/latex/texmate +# %{texmfdist}/source/latex/texpower +# %{texmfdist}/source/latex/texshade +# %{texmfdist}/source/latex/textcase +# %{texmfdist}/source/latex/textfit +# %{texmfdist}/source/latex/textopo +# %{texmfdist}/source/latex/textpos +# %{texmfdist}/source/latex/thesis-titlepage-fhac +# %{texmfdist}/source/latex/thmtools +# %{texmfdist}/source/latex/thumb +# %{texmfdist}/source/latex/thuthesis +# %{texmfdist}/source/latex/timesht +# %{texmfdist}/source/latex/titling +# %{texmfdist}/source/latex/tocbibind +# %{texmfdist}/source/latex/tocloft +# %{texmfdist}/source/latex/tools +# %{texmfdist}/source/latex/totpages +# %{texmfdist}/source/latex/type1cm +# %{texmfdist}/source/latex/undertilde +# %{texmfdist}/source/latex/units +# %{texmfdist}/source/latex/unitsdef +# %{texmfdist}/source/latex/unroman +# %{texmfdist}/source/latex/upmethodology +# %{texmfdist}/source/latex/urlbst +# %{texmfdist}/source/latex/varindex +# %{texmfdist}/source/latex/vector +# %{texmfdist}/source/latex/verse +# %{texmfdist}/source/latex/vmargin +# %{texmfdist}/source/latex/volumes +# %{texmfdist}/source/latex/vrsion +# %{texmfdist}/source/latex/vwcol +# %{texmfdist}/source/latex/vxu +# %{texmfdist}/source/latex/warning +# %{texmfdist}/source/latex/warpcol +# %{texmfdist}/source/latex/was +# %{texmfdist}/source/latex/xargs +# %{texmfdist}/source/latex/xdoc +# %{texmfdist}/source/latex/xfor +# %{texmfdist}/source/latex/xmpincl +# %{texmfdist}/source/latex/xpackages +# %{texmfdist}/source/latex/xskak +# %{texmfdist}/source/latex/xtab +# %{texmfdist}/source/latex/xtcapts +# %{texmfdist}/source/latex/yafoot +# %{texmfdist}/source/latex/yfonts +# %{texmfdist}/source/latex/yhmath +# %{texmfdist}/source/latex/york-thesis +# %{texmfdist}/source/latex/youngtab +# +# %files latex-styles +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/IEEEconf +# %doc %{texmfdist}/doc/latex/aastex +# %doc %{texmfdist}/doc/latex/acmconf +# %doc %{texmfdist}/doc/latex/active-conf +# %doc %{texmfdist}/doc/latex/aiaa +# %doc %{texmfdist}/doc/latex/apacite +# %doc %{texmfdist}/doc/latex/asaetr +# %doc %{texmfdist}/doc/latex/computational-complexity +# %doc %{texmfdist}/doc/latex/dtk +# %doc %{texmfdist}/doc/latex/elsarticle +# %doc %{texmfdist}/doc/latex/lettre +# %doc %{texmfdist}/doc/latex/lexikon +# %doc %{texmfdist}/doc/latex/lps +# %doc %{texmfdist}/doc/latex/manuscript +# %doc %{texmfdist}/doc/latex/maple +# %doc %{texmfdist}/doc/latex/mentis +# %doc %{texmfdist}/doc/latex/nature +# %doc %{texmfdist}/doc/latex/nih +# %doc %{texmfdist}/doc/latex/nostarch +# %doc %{texmfdist}/doc/latex/nrc +# %doc %{texmfdist}/doc/latex/octavo +# %doc %{texmfdist}/doc/latex/paper +# %doc %{texmfdist}/doc/latex/papertex +# %doc %{texmfdist}/doc/latex/pbsheet +# %doc %{texmfdist}/doc/latex/petiteannonce +# %doc %{texmfdist}/doc/latex/philosophersimprint +# %doc %{texmfdist}/doc/latex/pittetd +# %doc %{texmfdist}/doc/latex/plari +# %doc %{texmfdist}/doc/latex/play +# %doc %{texmfdist}/doc/latex/poemscol +# %doc %{texmfdist}/doc/latex/pracjourn +# %doc %{texmfdist}/doc/latex/ptptex +# %doc %{texmfdist}/doc/latex/refman +# %doc %{texmfdist}/doc/latex/rsc +# %doc %{texmfdist}/doc/latex/screenplay +# %doc %{texmfdist}/doc/latex/script +# %doc %{texmfdist}/doc/latex/shipunov +# %doc %{texmfdist}/doc/latex/sides +# %doc %{texmfdist}/doc/latex/siggraph +# %doc %{texmfdist}/doc/latex/stage +# %doc %{texmfdist}/doc/latex/tufte-latex +# %doc %{texmfdist}/doc/latex/tugboat +# %doc %{texmfdist}/doc/latex/uaclasses +# %doc %{texmfdist}/doc/latex/ucthesis +# %doc %{texmfdist}/doc/latex/uiucthesis +# %doc %{texmfdist}/doc/latex/umich-thesis +# %doc %{texmfdist}/doc/latex/umthesis +# %doc %{texmfdist}/doc/latex/uwthesis +# %{texmfdist}/bibtex/bib/aiaa +# %{texmfdist}/bibtex/bib/apacite +# %{texmfdist}/bibtex/bib/asaetr +# %{texmfdist}/bibtex/bib/computational-complexity +# %{texmfdist}/bibtex/bib/dtk +# %{texmfdist}/bibtex/bib/philosophersimprint +# %{texmfdist}/bibtex/bst/aiaa +# %{texmfdist}/bibtex/bst/apacite +# %{texmfdist}/bibtex/bst/asaetr +# %{texmfdist}/bibtex/bst/computational-complexity +# %{texmfdist}/bibtex/bst/dtk +# %{texmfdist}/bibtex/bst/rsc +# %{texmfdist}/source/latex/IEEEconf +# %{texmfdist}/source/latex/aastex +# %{texmfdist}/source/latex/acmconf +# %{texmfdist}/source/latex/active-conf +# %{texmfdist}/source/latex/aiaa +# %{texmfdist}/source/latex/apacite +# %{texmfdist}/source/latex/asaetr +# %{texmfdist}/source/latex/computational-complexity +# %{texmfdist}/source/latex/dtk +# %{texmfdist}/source/latex/elsarticle +# %{texmfdist}/source/latex/lexikon +# %{texmfdist}/source/latex/lps +# %{texmfdist}/source/latex/manuscript +# %{texmfdist}/source/latex/mentis +# %{texmfdist}/source/latex/menu +# %{texmfdist}/source/latex/nostarch +# %{texmfdist}/source/latex/nrc +# %{texmfdist}/source/latex/octavo +# %{texmfdist}/source/latex/paper +# %{texmfdist}/source/latex/papertex +# %{texmfdist}/source/latex/pbsheet +# %{texmfdist}/source/latex/philosophersimprint +# %{texmfdist}/source/latex/pittetd +# %{texmfdist}/source/latex/plari +# %{texmfdist}/source/latex/play +# %{texmfdist}/source/latex/poemscol +# %{texmfdist}/source/latex/pracjourn +# %{texmfdist}/source/latex/refman +# %{texmfdist}/source/latex/rsc +# %{texmfdist}/source/latex/screenplay +# %{texmfdist}/source/latex/siggraph +# %{texmfdist}/source/latex/tugboat +# %{texmfdist}/source/latex/uaclasses +# %{texmfdist}/source/latex/uiucthesis +# %{texmfdist}/tex/latex/IEEEconf +# %{texmfdist}/tex/latex/aastex +# %{texmfdist}/tex/latex/acmconf +# %{texmfdist}/tex/latex/active-conf +# %{texmfdist}/tex/latex/aiaa +# %{texmfdist}/tex/latex/apacite +# %{texmfdist}/tex/latex/asaetr +# %{texmfdist}/tex/latex/computational-complexity +# %{texmfdist}/tex/latex/dtk +# %{texmfdist}/tex/latex/elsarticle +# %{texmfdist}/tex/latex/lettre +# %{texmfdist}/tex/latex/lexikon +# %{texmfdist}/tex/latex/lps +# %{texmfdist}/tex/latex/manuscript +# %{texmfdist}/tex/latex/maple +# %{texmfdist}/tex/latex/mentis +# %{texmfdist}/tex/latex/menu +# %{texmfdist}/tex/latex/muthesis +# %{texmfdist}/tex/latex/nature +# %{texmfdist}/tex/latex/nih +# %{texmfdist}/tex/latex/nostarch +# %{texmfdist}/tex/latex/nrc +# %{texmfdist}/tex/latex/octavo +# %{texmfdist}/tex/latex/paper +# %{texmfdist}/tex/latex/papertex +# %{texmfdist}/tex/latex/pbsheet +# %{texmfdist}/tex/latex/petiteannonce +# %{texmfdist}/tex/latex/philosophersimprint +# %{texmfdist}/tex/latex/pittetd +# %{texmfdist}/tex/latex/plari +# %{texmfdist}/tex/latex/play +# %{texmfdist}/tex/latex/poemscol +# %{texmfdist}/tex/latex/pracjourn +# %{texmfdist}/tex/latex/ptptex +# %{texmfdist}/tex/latex/refman +# %{texmfdist}/tex/latex/rsc +# %{texmfdist}/tex/latex/screenplay +# %{texmfdist}/tex/latex/script +# %{texmfdist}/tex/latex/shipunov +# %{texmfdist}/tex/latex/sides +# %{texmfdist}/tex/latex/siggraph +# %{texmfdist}/tex/latex/stage +# %{texmfdist}/tex/latex/tufte-latex +# %{texmfdist}/tex/latex/tugboat +# %{texmfdist}/tex/latex/uaclasses +# %{texmfdist}/tex/latex/ucthesis +# %{texmfdist}/tex/latex/uiucthesis +# %{texmfdist}/tex/latex/umich-thesis +# %{texmfdist}/tex/latex/umthesis +# %{texmfdist}/tex/latex/uwthesis +# +# %files latex-lang +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/ESIEEcv +# %doc %{texmfdist}/doc/latex/chletter +# %doc %{texmfdist}/doc/latex/dinbrief +# %doc %{texmfdist}/doc/latex/disser +# %doc %{texmfdist}/doc/latex/elmath +# %doc %{texmfdist}/doc/latex/eskd +# %doc %{texmfdist}/doc/latex/ginpenc +# %doc %{texmfdist}/doc/latex/hrlatex +# %doc %{texmfdist}/doc/latex/mla-paper +# %{texmfdist}/source/latex/ESIEEcv +# %{texmfdist}/source/latex/chletter +# %{texmfdist}/source/latex/dinbrief +# %{texmfdist}/source/latex/disser +# %{texmfdist}/source/latex/elmath +# %{texmfdist}/source/latex/eskd +# %{texmfdist}/source/latex/ginpenc +# %{texmfdist}/source/latex/hrlatex +# %{texmfdist}/tex/latex/ESIEEcv +# %{texmfdist}/tex/latex/chletter +# %{texmfdist}/tex/latex/dinbrief +# %{texmfdist}/tex/latex/disser +# %{texmfdist}/tex/latex/elmath +# %{texmfdist}/tex/latex/eskd +# %{texmfdist}/tex/latex/ginpenc +# %{texmfdist}/tex/latex/hrlatex +# %{texmfdist}/tex/latex/mla-paper +# +# %files latex-music +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/musixps +# %doc %{texmfdist}/doc/latex/abc +# %doc %{texmfdist}/doc/latex/guitar +# %doc %{texmfdist}/doc/latex/musixlyr +# %doc %{texmfdist}/doc/latex/songbook +# %{texmfdist}/fonts/source/public/musixps +# %{texmfdist}/fonts/tfm/public/musixps +# %{texmfdist}/source/latex/abc +# %{texmfdist}/source/latex/guitar +# %{texmfdist}/source/latex/songbook +# %{texmfdist}/tex/generic/musixlyr +# %{texmfdist}/tex/generic/musixps +# %{texmfdist}/tex/latex/abc +# %{texmfdist}/tex/latex/guitar +# %{texmfdist}/tex/latex/songbook +# +# %files latex-extend +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/HA-prosper +# %doc %{texmfdist}/doc/latex/addlines +# %doc %{texmfdist}/doc/latex/alnumsec +# %doc %{texmfdist}/doc/latex/arydshln +# %doc %{texmfdist}/doc/latex/babelbib +# %doc %{texmfdist}/doc/latex/bibtopicprefix +# %doc %{texmfdist}/doc/latex/boites +# %doc %{texmfdist}/doc/latex/booklet +# %doc %{texmfdist}/doc/latex/bullcntr +# %doc %{texmfdist}/doc/latex/chappg +# %doc %{texmfdist}/doc/latex/clefval +# %doc %{texmfdist}/doc/latex/colortbl +# %doc %{texmfdist}/doc/latex/combine +# %doc %{texmfdist}/doc/latex/contour +# %doc %{texmfdist}/doc/latex/ctable +# %doc %{texmfdist}/doc/latex/curve2e +# %doc %{texmfdist}/doc/latex/dashrule +# %doc %{texmfdist}/doc/latex/etaremune +# %doc %{texmfdist}/doc/latex/expdlist +# %doc %{texmfdist}/doc/latex/leading +# %doc %{texmfdist}/doc/latex/listliketab +# %doc %{texmfdist}/doc/latex/makebox +# %doc %{texmfdist}/doc/latex/makecell +# %doc %{texmfdist}/doc/latex/marginnote +# %doc %{texmfdist}/doc/latex/mcaption +# %doc %{texmfdist}/doc/latex/mcite +# %doc %{texmfdist}/doc/latex/mciteplus +# %doc %{texmfdist}/doc/latex/minipage-marginpar +# %doc %{texmfdist}/doc/latex/miniplot +# %doc %{texmfdist}/doc/latex/multicap +# %doc %{texmfdist}/doc/latex/newvbtm +# %doc %{texmfdist}/doc/latex/notes2bib +# %doc %{texmfdist}/doc/latex/ntabbing +# %doc %{texmfdist}/doc/latex/pbox +# %doc %{texmfdist}/doc/latex/pinlabel +# %doc %{texmfdist}/doc/latex/polytable +# %doc %{texmfdist}/doc/latex/rccol +# %doc %{texmfdist}/doc/latex/romannum +# %doc %{texmfdist}/doc/latex/schedule +# %doc %{texmfdist}/doc/latex/subfloat +# %doc %{texmfdist}/doc/latex/umoline +# %doc %{texmfdist}/doc/latex/underlin +# %{texmfdist}/bibtex/bst/babelbib +# %{texmfdist}/bibtex/bst/mciteplus +# %{texmfdist}/source/latex/HA-prosper +# %{texmfdist}/source/latex/addlines +# %{texmfdist}/source/latex/alnumsec +# %{texmfdist}/source/latex/arydshln +# %{texmfdist}/source/latex/babelbib +# %{texmfdist}/source/latex/bibtopicprefix +# %{texmfdist}/source/latex/boites +# %{texmfdist}/source/latex/booklet +# %{texmfdist}/source/latex/bullcntr +# %{texmfdist}/source/latex/chappg +# %{texmfdist}/source/latex/cjw +# %{texmfdist}/source/latex/clefval +# %{texmfdist}/source/latex/colortbl +# %{texmfdist}/source/latex/combine +# %{texmfdist}/source/latex/contour +# %{texmfdist}/source/latex/ctable +# %{texmfdist}/source/latex/curve2e +# %{texmfdist}/source/latex/dashbox +# %{texmfdist}/source/latex/dashrule +# %{texmfdist}/source/latex/etaremune +# %{texmfdist}/source/latex/expdlist +# %{texmfdist}/source/latex/leading +# %{texmfdist}/source/latex/listliketab +# %{texmfdist}/source/latex/makebox +# %{texmfdist}/source/latex/makecell +# %{texmfdist}/source/latex/marginnote +# %{texmfdist}/source/latex/mcaption +# %{texmfdist}/source/latex/mcite +# %{texmfdist}/source/latex/minipage-marginpar +# %{texmfdist}/source/latex/multicap +# %{texmfdist}/source/latex/newvbtm +# %{texmfdist}/source/latex/notes2bib +# %{texmfdist}/source/latex/pbox +# %{texmfdist}/source/latex/polytable +# %{texmfdist}/source/latex/rccol +# %{texmfdist}/source/latex/romannum +# %{texmfdist}/source/latex/schedule +# %{texmfdist}/source/latex/subfloat +# %{texmfdist}/source/latex/umoline +# %{texmfdist}/source/latex/underlin +# %{texmfdist}/tex/latex/HA-prosper +# %{texmfdist}/tex/latex/addlines +# %{texmfdist}/tex/latex/alnumsec +# %{texmfdist}/tex/latex/arydshln +# %{texmfdist}/tex/latex/babelbib +# %{texmfdist}/tex/latex/bibtopicprefix +# %{texmfdist}/tex/latex/boites +# %{texmfdist}/tex/latex/booklet +# %{texmfdist}/tex/latex/bullcntr +# %{texmfdist}/tex/latex/chappg +# %{texmfdist}/tex/latex/cjw +# %{texmfdist}/tex/latex/clefval +# %{texmfdist}/tex/latex/colortbl +# %{texmfdist}/tex/latex/combine +# %{texmfdist}/tex/latex/contour +# %{texmfdist}/tex/latex/ctable +# %{texmfdist}/tex/latex/curve2e +# %{texmfdist}/tex/latex/dashbox +# %{texmfdist}/tex/latex/dashrule +# %{texmfdist}/tex/latex/etaremune +# %{texmfdist}/tex/latex/expdlist +# %{texmfdist}/tex/latex/leading +# %{texmfdist}/tex/latex/listliketab +# %{texmfdist}/tex/latex/ltablex +# %{texmfdist}/tex/latex/makebox +# %{texmfdist}/tex/latex/makecell +# %{texmfdist}/tex/latex/marginnote +# %{texmfdist}/tex/latex/mcaption +# %{texmfdist}/tex/latex/mcite +# %{texmfdist}/tex/latex/mciteplus +# %{texmfdist}/tex/latex/minipage-marginpar +# %{texmfdist}/tex/latex/miniplot +# %{texmfdist}/tex/latex/multicap +# %{texmfdist}/tex/latex/newvbtm +# %{texmfdist}/tex/latex/notes2bib +# %{texmfdist}/tex/latex/ntabbing +# %{texmfdist}/tex/latex/numline +# %{texmfdist}/tex/latex/pbox +# %{texmfdist}/tex/latex/pinlabel +# %{texmfdist}/tex/latex/polytable +# %{texmfdist}/tex/latex/rccol +# %{texmfdist}/tex/latex/romannum +# %{texmfdist}/tex/latex/schedule +# %{texmfdist}/tex/latex/subfloat +# %{texmfdist}/tex/latex/umoline +# %{texmfdist}/tex/latex/underlin + +%files latex-presentation-bin %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/g-brief -%{texmfdist}/source/latex/g-brief -%{texmfdist}/tex/latex/g-brief +%attr(755,root,root) %{_bindir}/ppower4 +%attr(755,root,root) %{_bindir}/pdfthumb +%dir %{texmfdist}/scripts/ppower4 +%attr(755,root,root) %{texmfdist}/scripts/ppower4/* +# %doc %{texmfdist}/doc/latex/powerdot +# %doc %{texmfdist}/doc/latex/ppower4 +# %doc %{texmfdist}/doc/latex/sciposter +# %doc %{texmfdist}/doc/latex/tpslifonts +# %{texmfdist}/source/latex/powerdot +# %{texmfdist}/tex/latex/powerdot +# %{texmfdist}/tex/latex/ppower4 +# %{texmfdist}/tex/latex/sciposter +# %{texmfdist}/tex/latex/tpslifonts +# +# %files latex-programming +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/cool +# %doc %{texmfdist}/doc/latex/coollist +# %doc %{texmfdist}/doc/latex/coolstr +# %doc %{texmfdist}/doc/latex/csvtools +# %doc %{texmfdist}/doc/latex/datatool +# %doc %{texmfdist}/doc/latex/datenumber +# %doc %{texmfdist}/doc/latex/delimtxt +# %doc %{texmfdist}/doc/latex/dialogl +# %doc %{texmfdist}/doc/latex/dprogress +# %doc %{texmfdist}/doc/latex/environ +# %doc %{texmfdist}/doc/latex/export +# %doc %{texmfdist}/doc/latex/fmtcount +# %doc %{texmfdist}/doc/latex/forarray +# %doc %{texmfdist}/doc/latex/forloop +# %doc %{texmfdist}/doc/latex/inversepath +# %doc %{texmfdist}/doc/latex/labelcas +# %doc %{texmfdist}/doc/latex/makecmds +# %doc %{texmfdist}/doc/latex/nag +# %doc %{texmfdist}/doc/latex/namespc +# %doc %{texmfdist}/doc/latex/progress +# %doc %{texmfdist}/doc/latex/randtext +# %doc %{texmfdist}/doc/latex/regcount +# %doc %{texmfdist}/doc/latex/robustcommand +# %doc %{texmfdist}/doc/latex/splitindex +# %doc %{texmfdist}/doc/latex/stringstrings +# %doc %{texmfdist}/doc/latex/substr +# %doc %{texmfdist}/doc/latex/typedref +# %{texmfdist}/source/latex/cmdtrack +# %{texmfdist}/source/latex/cool +# %{texmfdist}/source/latex/coollist +# %{texmfdist}/source/latex/coolstr +# %{texmfdist}/source/latex/csvtools +# %{texmfdist}/source/latex/datatool +# %{texmfdist}/source/latex/datenumber +# %{texmfdist}/source/latex/delimtxt +# %{texmfdist}/source/latex/dialogl +# %{texmfdist}/source/latex/dprogress +# %{texmfdist}/source/latex/environ +# %{texmfdist}/source/latex/export +# %{texmfdist}/source/latex/fmtcount +# %{texmfdist}/source/latex/forarray +# %{texmfdist}/source/latex/forloop +# %{texmfdist}/source/latex/inversepath +# %{texmfdist}/source/latex/labelcas +# %{texmfdist}/source/latex/lcg +# %{texmfdist}/source/latex/makecmds +# %{texmfdist}/source/latex/nag +# %{texmfdist}/source/latex/namespc +# %{texmfdist}/source/latex/patchcmd +# %{texmfdist}/source/latex/regcount +# %{texmfdist}/source/latex/robustcommand +# %{texmfdist}/source/latex/splitindex +# %{texmfdist}/source/latex/stack +# %{texmfdist}/source/latex/stringstrings +# %{texmfdist}/source/latex/typedref +# %{texmfdist}/tex/latex/cmdtrack +# %{texmfdist}/tex/latex/cool +# %{texmfdist}/tex/latex/coollist +# %{texmfdist}/tex/latex/coolstr +# %{texmfdist}/tex/latex/csvtools +# %{texmfdist}/tex/latex/datatool +# %{texmfdist}/tex/latex/datenumber +# %{texmfdist}/tex/latex/delimtxt +# %{texmfdist}/tex/latex/dialogl +# %{texmfdist}/tex/latex/dprogress +# %{texmfdist}/tex/latex/environ +# %{texmfdist}/tex/latex/export +# %{texmfdist}/tex/latex/fmtcount +# %{texmfdist}/tex/latex/forarray +# %{texmfdist}/tex/latex/forloop +# %{texmfdist}/tex/latex/inversepath +# %{texmfdist}/tex/latex/labelcas +# %{texmfdist}/tex/latex/lcg +# %{texmfdist}/tex/latex/makecmds +# %{texmfdist}/tex/latex/multido +# %{texmfdist}/tex/latex/nag +# %{texmfdist}/tex/latex/namespc +# %{texmfdist}/tex/latex/patchcmd +# %{texmfdist}/tex/latex/progress +# %{texmfdist}/tex/latex/randtext +# %{texmfdist}/tex/latex/regcount +# %{texmfdist}/tex/latex/robustcommand +# %{texmfdist}/tex/latex/splitindex +# %{texmfdist}/tex/latex/stack +# %{texmfdist}/tex/latex/stringstrings +# %{texmfdist}/tex/latex/substr +# %{texmfdist}/tex/latex/typedref +# +# %files latex-effects +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/umrand +# %doc %{texmfdist}/doc/latex/arcs +# %doc %{texmfdist}/doc/latex/blowup +# %doc %{texmfdist}/doc/latex/changebar +# %doc %{texmfdist}/doc/latex/draftwatermark +# %doc %{texmfdist}/doc/latex/flippdf +# %doc %{texmfdist}/doc/latex/flowfram +# %doc %{texmfdist}/doc/latex/isorot +# %doc %{texmfdist}/doc/latex/lettrine +# %doc %{texmfdist}/doc/latex/niceframe +# %doc %{texmfdist}/doc/latex/notes +# %doc %{texmfdist}/doc/latex/objectz +# %doc %{texmfdist}/doc/latex/parallel +# %doc %{texmfdist}/doc/latex/quotchap +# %doc %{texmfdist}/doc/latex/rotpages +# %doc %{texmfdist}/doc/latex/sectionbox +# %doc %{texmfdist}/doc/latex/shadethm +# %doc %{texmfdist}/doc/latex/ushort +# %{texmfdist}/fonts/source/public/niceframe +# %{texmfdist}/fonts/source/public/umrand +# %{texmfdist}/fonts/tfm/public/niceframe +# %{texmfdist}/fonts/tfm/public/umrand +# %{texmfdist}/source/latex/arcs +# %{texmfdist}/source/latex/blowup +# %{texmfdist}/source/latex/changebar +# %{texmfdist}/source/latex/draftwatermark +# %{texmfdist}/source/latex/flippdf +# %{texmfdist}/source/latex/flowfram +# %{texmfdist}/source/latex/isorot +# %{texmfdist}/source/latex/lettrine +# %{texmfdist}/source/latex/niceframe +# %{texmfdist}/source/latex/notes +# %{texmfdist}/source/latex/objectz +# %{texmfdist}/source/latex/parallel +# %{texmfdist}/source/latex/quotchap +# %{texmfdist}/source/latex/ushort +# %{texmfdist}/tex/latex/arcs +# %{texmfdist}/tex/latex/blowup +# %{texmfdist}/tex/latex/changebar +# %{texmfdist}/tex/latex/draftwatermark +# %{texmfdist}/tex/latex/flippdf +# %{texmfdist}/tex/latex/flowfram +# %{texmfdist}/tex/latex/isorot +# %{texmfdist}/tex/latex/lettrine +# %{texmfdist}/tex/latex/niceframe +# %{texmfdist}/tex/latex/notes +# %{texmfdist}/tex/latex/objectz +# %{texmfdist}/tex/latex/parallel +# %{texmfdist}/tex/latex/quotchap +# %{texmfdist}/tex/latex/rotpages +# %{texmfdist}/tex/latex/sectionbox +# %{texmfdist}/tex/latex/shadethm +# %{texmfdist}/tex/latex/umrand +# %{texmfdist}/tex/latex/ushort -%files latex-jknappen +# I don't sort them, because maybe can splitting and grouping them +# %files latex-other +# %defattr(644,root,root,755) +# %{texmfdist}/metapost/latexmp +# %{texmfdist}/metapost/makecirc +# %dir %{texmfdist}/source/alatex +# %{texmfdist}/source/alatex/base +# %dir %{texmfdist}/source/cslatex +# %{texmfdist}/source/cslatex/base +# %{texmfdist}/source/generic/xypic +# %{texmfdist}/source/latex/GuIT +# # Definitive source of Plain TeX on CTAN. +# %{texmfdist}/source/latex/base +# %{texmfdist}/source/latex/bayer +# # A small collection of minimal DTX examples. +# %{texmfdist}/source/latex/dtxgallery +# # Editorial Notes for LaTeX documents. +# %{texmfdist}/source/latex/ed +# # Typeset scholarly edition. +# %{texmfdist}/source/latex/edmac +# # Use AMS Euler fonts for math. +# %{texmfdist}/source/latex/euler +# # Ridgeway's fonts. +# %{texmfdist}/source/latex/wnri +# %dir %{texmfdist}/source/plain +# %{texmfdist}/source/plain/jsmisc +# %{texmfdist}/source/xelatex +# %{texmfdist}/tex/alatex +# %{texmfdist}/tex/generic/enctex +# # Create a calendar, in German. +# %{texmfdist}/tex/latex/kalender +# # Typeset Karnaugh-Veitch-maps. +# %{texmfdist}/tex/latex/karnaugh +# # Kerkis (Greek) font family. +# %{texmfdist}/tex/latex/kerkis +# # Print tables and generate control files to adjust kernings. +# %{texmfdist}/source/latex/kerntest +# %{texmfdist}/tex/latex/kerntest +# %{texmfdist}/tex/latex/kluwer +# %{texmfdist}/source/latex/kluwer +# # A two-element sans-serif typeface. +# %{texmfdist}/tex/latex/kurier +# # Lists in TeX's "mouth". +# %{texmfdist}/tex/latex/lazylist +# # This package makes available Classic Cyrillic CM fonts +# %{texmfdist}/source/latex/lcyw +# %{texmfdist}/tex/latex/lcyw +# # Typeset scholarly editions in parallel texts. +# %{texmfdist}/source/latex/ledmac +# %{texmfdist}/tex/latex/ledmac +# %{texmfdist}/tex/latex/levy +# # Macros for using Silvio Levy's Greek fonts. +# %{texmfdist}/tex/latex/lgreek +# # A non-standard Cyrillic input scheme. +# %{texmfdist}/source/latex/lhcyr +# %{texmfdist}/tex/latex/lhcyr +# # Miscellaneous helper packages. +# %{texmfdist}/source/latex/lhelp +# %{texmfdist}/tex/latex/lhelp +# # Use the font Libertine with LaTeX. +# %{texmfdist}/tex/latex/libertine +# # Typeset maps and blocks according to the Information Mapping +# %{texmfdist}/source/latex/limap +# %{texmfdist}/tex/latex/limap +# %{texmfdist}/tex/latex/linearA +# # Format linguists' examples. +# %{texmfdist}/tex/latex/linguex +# # Easy access to the Lorem Ipsum dummy text. +# %{texmfdist}/source/latex/lipsum +# %{texmfdist}/tex/latex/lipsum +# # Lists contents of BibTeX files. +# %{texmfdist}/source/latex/listbib +# %{texmfdist}/tex/latex/listbib +# # LK Proof figure macros. +# %{texmfdist}/tex/latex/lkproof +# # A font for electronic logic design. +# %{texmfdist}/tex/latex/logic +# # A LaTeX package to typeset indices with GNU's Texindex. +# %{texmfdist}/source/latex/ltxindex +# %{texmfdist}/tex/latex/ltxindex +# # Set of slide fonts based on CM. +# %{texmfdist}/tex/latex/lxfonts +# # Support for LY1 LaTeX encoding. +# %{texmfdist}/tex/latex/ly1 +# # Mathematics in accord with French usage. +# %{texmfdist}/tex/latex/mafr +# # Macros for mail merging. +# %{texmfdist}/source/latex/mailing +# %{texmfdist}/tex/latex/mailing +# # Print various kinds 2/5 and Code 39 bar codes. +# %{texmfdist}/tex/latex/makebarcode +# # Perl script to help generate dtx and ins files +# %{texmfdist}/source/latex/makedtx +# %{texmfdist}/tex/latex/makedtx +# # Include a glossary into a document. +# %{texmfdist}/tex/latex/makeglos +# # LaTeX support for the TeX book symbols. +# %{texmfdist}/source/latex/manfnt +# %{texmfdist}/tex/latex/manfnt +# # Support for multiple character sets and encodings. +# %{texmfdist}/source/latex/mapcodes +# %{texmfdist}/tex/latex/mapcodes +# # Mathematical fonts to fit with particular text fonts. +# %{texmfdist}/tex/latex/mathdesign +# # Creating covers for music cassettes. +# %{texmfdist}/tex/latex/mceinleger +# # Experimental memoir support. +# %{texmfdist}/tex/latex/memexsupp +# # Multiple font formats. +# %{texmfdist}/source/latex/mff +# %{texmfdist}/tex/latex/mff +# # Pretty-print Metafont source. +# %{texmfdist}/source/latex/mftinc +# %{texmfdist}/tex/latex/mftinc +# # Package for writing minutes of meetings. +# %{texmfdist}/source/latex/minutes +# %{texmfdist}/tex/latex/minutes +# # Allows font sizes up to 35.83pt. +# %{texmfdist}/source/latex/moresize +# %{texmfdist}/tex/latex/moresize +# # A package for LaTeX localisation. +# %{texmfdist}/source/latex/msg +# %{texmfdist}/tex/latex/msg +# # Michael Landy's APA citation style. +# %{texmfdist}/tex/latex/mslapa +# # Use italic and upright greek letters with mathtime. +# %{texmfdist}/source/latex/mtgreek +# %{texmfdist}/tex/latex/mtgreek +# # Multiple bibliographies. +# %{texmfdist}/source/latex/multibbl +# %{texmfdist}/tex/latex/multibbl +# # Support for Mongolian "horizontal" (Xewtee Dorwoljin) script. +# %{texmfdist}/source/latex/mxd +# %{texmfdist}/tex/latex/mxd +# # A pair of Georgian fonts. +# %{texmfdist}/tex/latex/mxedruli +# # Nomenclature typeset in a longtable +# %{texmfdist}/source/latex/nomentbl +# %{texmfdist}/tex/latex/nomentbl +# # Non-floating table and figure captions. +# %{texmfdist}/source/latex/nonfloat +# %{texmfdist}/tex/latex/nonfloat +# # Convert a number to its English expression. +# %{texmfdist}/tex/latex/numname +# # LaTeX support for ocr fonts. +# %{texmfdist}/tex/latex/ocr-latex +# # Support for Polish typography and the ogonek. +# %{texmfdist}/source/latex/ogonek +# %{texmfdist}/tex/latex/ogonek +# # Old style numbers in OT1 encoding. +# %{texmfdist}/source/latex/oldstyle +# %{texmfdist}/tex/latex/oldstyle +# # Footnote-style bibliographical references. +# %{texmfdist}/source/latex/opcit +# %{texmfdist}/tex/latex/opcit +# # Counters as ordinal numbers in Portuguese. +# %{texmfdist}/source/latex/ordinalpt +# %{texmfdist}/tex/latex/ordinalpt +# # Macros, metrics, etc., to use the OT2 Cyrillic encoding. +# %{texmfdist}/tex/latex/ot2cyr +# %{texmfdist}/tex/latex/otibet +# %{texmfdist}/source/latex/otibet +# # List environment for making outlines. +# %{texmfdist}/tex/latex/outline +# # Change section levels easily. +# %{texmfdist}/tex/latex/outliner +# # Fonts designed by Fra Luca de Pacioli in 1497. +# %{texmfdist}/source/latex/pacioli +# %{texmfdist}/tex/latex/pacioli +# # Page number-only page styles. +# %{texmfdist}/source/latex/pageno +# %{texmfdist}/tex/latex/pageno +# # Notes at end of document. +# %{texmfdist}/source/latex/pagenote +# %{texmfdist}/tex/latex/pagenote +# %{texmfdist}/tex/latex/palatino +# # Origami-style folding paper CD case. +# %{texmfdist}/source/latex/papercdcase +# %{texmfdist}/tex/latex/papercdcase +# # Defines simple macros for greek letters. +# %{texmfdist}/source/latex/paresse +# %{texmfdist}/tex/latex/paresse +# # Typesets (two) streams of text running parallel. +# %{texmfdist}/source/latex/parrun +# %{texmfdist}/tex/latex/parrun +# # German LaTeX package documentation. +# %{texmfdist}/source/latex/pauldoc +# %{texmfdist}/tex/latex/pauldoc +# # Using graphics from PAW. +# %{texmfdist}/source/latex/pawpict +# %{texmfdist}/tex/latex/pawpict +# # Font support for current PCL printers. +# %{texmfdist}/tex/latex/pclnfss +# %{texmfdist}/tex/latex/pdfwin +# # Print Tibetan text in the classic pecha layout style. +# %{texmfdist}/tex/latex/pecha +# # Define LaTeX macros in terms of Perl code +# %{texmfdist}/source/latex/perltex +# %{texmfdist}/tex/latex/perltex +# # Create images of the soroban using TikZ/PGF. +# %{texmfdist}/tex/latex/pgf-soroban +# # Disk of Phaistos font. +# %{texmfdist}/tex/latex/phaistos +# # Cross references for named and numbered environments. +# %{texmfdist}/tex/latex/philex +# # MetaFont Phonetic fonts, based on Computer Modern. +# %{texmfdist}/tex/latex/phonetic +# # Adds relative coordinates and improves the \plot command. +# %{texmfdist}/tex/latex/pictex2 +# # Arrange for "plates" sections of documents. +# %{texmfdist}/tex/latex/plates +# %{texmfdist}/source/latex/plweb +# %{texmfdist}/tex/latex/plweb +# # "Poor man's" graphics. +# %{texmfdist}/tex/latex/pmgraph +# # Typeset Polish documents with LaTeX and Polish fonts. +# %{texmfdist}/source/latex/polski +# %{texmfdist}/tex/latex/polski +# %{texmfdist}/source/latex/polyglot +# %{texmfdist}/tex/latex/polyglot +# # Facilitates mass-mailing of postcards (junkmail). +# %{texmfdist}/tex/latex/postcards +# # Make label references "self-identify". +# %{texmfdist}/source/latex/prettyref +# %{texmfdist}/tex/latex/prettyref +# # Shortcuts commands to symbols used in probability texts. +# %{texmfdist}/source/latex/proba +# %{texmfdist}/tex/latex/proba +# %{texmfdist}/tex/latex/procIAGssymp +# # Literate programming package. +# %{texmfdist}/tex/latex/protex +# # A class for typesetting minutes (only german). +# %{texmfdist}/source/latex/protocol +# %{texmfdist}/tex/latex/protocol +# # A psfrag eXtension. +# %{texmfdist}/source/latex/psfragx +# %{texmfdist}/tex/latex/psfragx +# %{texmfdist}/tex/latex/psgo +# # PostScript picture support. +# %{texmfdist}/source/latex/pspicture +# %{texmfdist}/tex/latex/pspicture +# # LaTeX macros for typesetting trees. +# %{texmfdist}/tex/latex/qobitree +# # Bundle for unit tests and pattern matching. +# %{texmfdist}/source/latex/qstest +# %{texmfdist}/tex/latex/qstest +# # Consistent quote marks. +# %{texmfdist}/source/latex/quotmark +# %{texmfdist}/tex/latex/quotmark +# %{texmfdist}/tex/latex/r_und_s +# # Marginal pictures. +# %{texmfdist}/source/latex/randbild +# %{texmfdist}/tex/latex/randbild +# # Use RCS (revision control system) tags in LaTeX documents. +# %{texmfdist}/source/latex/rcs +# %{texmfdist}/tex/latex/rcs +# # Support for the revision control system. +# %{texmfdist}/source/latex/rcsinfo +# %{texmfdist}/tex/latex/rcsinfo +# # Recycle top matter. +# %{texmfdist}/tex/latex/rectopma +# # Check references (in figures, table, equations, etc). +# %{texmfdist}/tex/latex/refcheck +# # Advanced formatting of cross references. +# %{texmfdist}/source/latex/refstyle +# %{texmfdist}/tex/latex/refstyle +# # A "relaxed" font encoding. +# %{texmfdist}/source/latex/relenc +# %{texmfdist}/tex/latex/relenc +# # Repeat items in an index after a page or column break +# %{texmfdist}/tex/latex/repeatindex +# %{texmfdist}/tex/latex/resume +# # Rewrite labels in EPS graphics. +# %{texmfdist}/tex/latex/rlepsf +# # A package to help change page layout parameters in LaTeX. +# %{texmfdist}/source/latex/rmpage +# %{texmfdist}/tex/latex/rmpage +# # Create index with pagerefs. +# %{texmfdist}/tex/latex/robustindex +# # Drawing rhetorical structure analysis diagrams in LaTeX. +# %{texmfdist}/source/latex/rst +# %{texmfdist}/tex/latex/rst +# # Input encoding with fallback procedures. +# %{texmfdist}/source/latex/rtkinenc +# %{texmfdist}/tex/latex/rtkinenc +# %{texmfdist}/tex/latex/rtklage +# # Embed Sage code and plots into LaTeX. +# %{texmfdist}/source/latex/sagetex +# %{texmfdist}/tex/latex/sagetex +# # Sanskrit support. +# %{texmfdist}/source/latex/sanskrit +# %{texmfdist}/tex/latex/sanskrit +# # A bundle of utilities by Jonathan Sauer. +# %{texmfdist}/source/latex/sauerj +# %{texmfdist}/tex/latex/sauerj +# # Use sauter fonts in LaTeX. +# %{texmfdist}/source/latex/sauterfonts +# %{texmfdist}/tex/latex/sauterfonts +# # Save name of the footnote mark for reuse. +# %{texmfdist}/source/latex/savefnmark +# %{texmfdist}/tex/latex/savefnmark +# # Redefine symbols where names conflict. +# %{texmfdist}/tex/latex/savesym +# # Pack as much as possible onto each page of a LaTeX document. +# %{texmfdist}/source/latex/savetrees +# %{texmfdist}/tex/latex/savetrees +# # Create scalebars for maps, diagrams or photos. +# %{texmfdist}/source/latex/scalebar +# %{texmfdist}/tex/latex/scalebar +# # Format a scientific paper for journal +# %{texmfdist}/tex/latex/scientificpaper +# # Use Scientific Word/WorkPlace files with another TeX. +# %{texmfdist}/source/latex/sciwordconv +# %{texmfdist}/tex/latex/sciwordconv +# # Semaphore alphabet font. +# %{texmfdist}/tex/latex/semaphor +# # Put only special contents on left-hand pages in two sided layout. +# %{texmfdist}/source/latex/semioneside +# %{texmfdist}/tex/latex/semioneside +# # Split long sequences of characters in a neutral way. +# %{texmfdist}/source/latex/seqsplit +# %{texmfdist}/tex/latex/seqsplit +# %{texmfdist}/source/latex/sf298 +# %{texmfdist}/tex/latex/sf298 +# # Typesetting science fiction/fantasy manuscripts. +# %{texmfdist}/source/latex/sffms +# %{texmfdist}/tex/latex/sffms +# # Draw signal flow graphs. +# %{texmfdist}/tex/latex/sfg +# # Shade the background of any box. +# %{texmfdist}/tex/latex/shadbox +# # Table of contents with different depths. +# %{texmfdist}/source/latex/shorttoc +# %{texmfdist}/tex/latex/shorttoc +# # Variants of \show for LaTeX2e. +# %{texmfdist}/source/latex/show2e +# %{texmfdist}/tex/latex/show2e +# %{texmfdist}/source/latex/showexpl +# %{texmfdist}/tex/latex/showexpl +# # A font to draw a skull. +# %{texmfdist}/source/latex/skull +# %{texmfdist}/tex/latex/skull +# # Access different-shaped small-caps fonts. +# %{texmfdist}/source/latex/slantsc +# %{texmfdist}/tex/latex/slantsc +# # Create listoffigures etc. in a single chapter. +# %{texmfdist}/tex/latex/smalltableof +# # Extend LaTeX's \ref capability. +# %{texmfdist}/tex/latex/smartref +# # Classes for Société mathématique de France publications. +# %{texmfdist}/tex/latex/smflatex +# # List the external dependencies of a LaTeX document. +# %{texmfdist}/source/latex/snapshot +# %{texmfdist}/tex/latex/snapshot +# # Fonts and a macro for Soyombo under LaTeX. +# %{texmfdist}/tex/latex/soyombo +# # Drawing sparklines: intense, simple, wordlike graphics. +# %{texmfdist}/tex/latex/sparklines +# # Support for formatting SPIE Proceedings manuscripts. +# %{texmfdist}/tex/latex/spie +# # Split and reorder your bibliography. +# %{texmfdist}/source/latex/splitbib +# %{texmfdist}/tex/latex/splitbib +# # Macros to typeset simple bitmaps with LaTeX. +# %{texmfdist}/tex/latex/sprite +# # Jump between DVI and TeX files. +# %{texmfdist}/source/latex/srcltx +# %{texmfdist}/tex/latex/srcltx +# # Use the cmssq fonts. +# %{texmfdist}/source/latex/ssqquote +# %{texmfdist}/tex/latex/ssqquote +# # Statistics style. +# %{texmfdist}/tex/latex/statex2 +# # Store statistics of a document. +# %{texmfdist}/source/latex/statistik +# %{texmfdist}/tex/latex/statistik +# # Typeset Icelandic staves and runic letters. +# %{texmfdist}/source/latex/staves +# %{texmfdist}/tex/latex/staves +# # Standard pages with n lines of at most m characters each. +# %{texmfdist}/source/latex/stdpage +# %{texmfdist}/tex/latex/stdpage +# # Stellenbosch thesis bundle. +# %{texmfdist}/source/latex/stellenbosch +# %{texmfdist}/tex/latex/stellenbosch +# # An Infrastructure for Semantic Preloading of LaTeX Documents. +# %{texmfdist}/source/latex/stex +# %{texmfdist}/tex/latex/stex +# # Draw Nassi-Schneidermann charts +# %{texmfdist}/source/latex/struktex +# %{texmfdist}/tex/latex/struktex +# # Various macros. +# %{texmfdist}/tex/latex/sttools +# # Create tear-off stubs at the bottom of a page. +# %{texmfdist}/tex/latex/stubs +# # SAS(R) user group conference proceedings document class. +# %{texmfdist}/tex/latex/sugconf +# # Define SVG named colours. +# %{texmfdist}/tex/latex/svgcolor +# # Subversion keywords in multi-file LaTeX documents +# %{texmfdist}/source/latex/svn-multi +# %{texmfdist}/tex/latex/svn-multi +# # Typeset Subversion keywords. +# %{texmfdist}/source/latex/svn +# %{texmfdist}/tex/latex/svn +# # Typeset Subversion Keywords. +# %{texmfdist}/source/latex/svninfo +# %{texmfdist}/tex/latex/svninfo +# # Graphical/textual representations of swimming performances +# %{texmfdist}/source/latex/swimgraf +# %{texmfdist}/tex/latex/swimgraf +# %{texmfdist}/tex/latex/symbol +# # Easy drawing of syntactic proofs. +# %{texmfdist}/tex/latex/synproof +# %{texmfdist}/tex/latex/syntax +# # Labels for tracing in a syntax tree. +# %{texmfdist}/source/latex/syntrace +# %{texmfdist}/tex/latex/syntrace +# # Typeset syntactic trees. +# %{texmfdist}/source/latex/synttree +# %{texmfdist}/tex/latex/synttree +# # Fonts and macro package for drawing timing diagrams. +# %{texmfdist}/tex/latex/timing +# # Section numbering and table of contents control. +# %{texmfdist}/source/latex/tocvsec2 +# %{texmfdist}/tex/latex/tocvsec2 +# # A tokenizer. +# %{texmfdist}/tex/latex/tokenizer +# # Macros for writing indices, glossaries. +# %{texmfdist}/source/latex/toolbox +# %{texmfdist}/tex/latex/toolbox +# # Bundle of files for typsetting theses. +# %{texmfdist}/source/latex/toptesi +# %{texmfdist}/tex/latex/toptesi +# # Adjust tracking of strings. +# %{texmfdist}/tex/latex/tracking +# # Fonts from the Trajan column in Rome. +# %{texmfdist}/source/latex/trajan +# %{texmfdist}/tex/latex/trajan +# # Provide an open platform for packages to be localized. +# %{texmfdist}/tex/latex/translator +# # Quick float definitions in LaTeX. +# %{texmfdist}/source/latex/trivfloat +# %{texmfdist}/tex/latex/trivfloat +# # Typeset the (logic) turnstile notation. +# %{texmfdist}/source/latex/turnstile +# %{texmfdist}/tex/latex/turnstile +# %{texmfdist}/source/latex/twoup +# %{texmfdist}/tex/latex/twoup +# # Print a typographic grid. +# %{texmfdist}/source/latex/typogrid +# %{texmfdist}/tex/latex/typogrid +# # Time printing, in German. +# %{texmfdist}/tex/latex/uhrzeit +# +# %files latex-pdfslide +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/pdfslide +# %{texmfdist}/tex/latex/pdfslide +# +# %files latex-pgf +# %defattr(644,root,root,755) +# %dir %{texmfdist}/source/context +# %dir %{texmfdist}/source/context/third +# %doc %{texmfdist}/doc/generic/pgf +# %doc %{texmfdist}/doc/latex/pgfplots +# %{texmfdist}/source/context/third/pgfplots +# %{texmfdist}/source/latex/pgfopts +# %{texmfdist}/source/latex/pgfplots +# %{texmfdist}/tex/generic/pgf +# %{texmfdist}/tex/generic/pgfplots +# %{texmfdist}/tex/latex/pgf +# %{texmfdist}/tex/latex/pgfopts +# %{texmfdist}/tex/latex/pgfplots +# +# %files latex-prosper +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/ppr-prv +# %doc %{texmfdist}/doc/latex/prosper +# %{texmfdist}/source/latex/ppr-prv +# %{texmfdist}/source/latex/prosper +# %{texmfdist}/tex/latex/ppr-prv +# %{texmfdist}/tex/latex/prosper +# +# %files latex-polynom +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/polynom +# %{texmfdist}/source/latex/polynom +# %{texmfdist}/tex/latex/polynom +# +# %files latex-polynomial +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/polynomial +# %{texmfdist}/source/latex/polynomial +# %{texmfdist}/tex/latex/polynomial +# +# %files latex-pseudocode +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/pseudocode +# %{texmfdist}/tex/latex/pseudocode +# +# %files latex-pst-2dplot +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-2dplot +# %{texmfdist}/tex/latex/pst-2dplot +# +# %files latex-pst-3dplot +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-3d +# %doc %{texmfdist}/doc/generic/pst-3dplot +# %{texmfdist}/source/generic/pst-3d +# %{texmfdist}/source/generic/pst-3dplot +# %{texmfdist}/tex/generic/pst-3d +# %{texmfdist}/tex/generic/pst-3dplot +# %{texmfdist}/tex/latex/pst-3d +# %{texmfdist}/tex/latex/pst-3dplot +# +# %files latex-pst-bar +# %defattr(644,root,root,755) +# %{texmfdist}/tex/generic/pst-bar +# %{texmfdist}/tex/latex/pst-bar +# +# %files latex-pst-circ +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-circ +# %{texmfdist}/tex/generic/pst-circ +# %{texmfdist}/tex/latex/pst-circ +# +# %files latex-pst-diffraction +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-diffraction +# %{texmfdist}/tex/generic/pst-diffraction +# %{texmfdist}/tex/latex/pst-diffraction +# +# %files latex-pst-eucl +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-eucl +# %{texmfdist}/tex/generic/pst-eucl +# %{texmfdist}/tex/latex/pst-eucl +# +# %files latex-pst-fun +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-fun +# %{texmfdist}/tex/generic/pst-fun +# %{texmfdist}/tex/latex/pst-fun +# +# %files latex-pst-func +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-func +# %{texmfdist}/tex/generic/pst-func +# %{texmfdist}/tex/latex/pst-func +# +# %files latex-pst-infixplot +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-infixplot +# %{texmfdist}/tex/generic/pst-infixplot +# %{texmfdist}/tex/latex/pst-infixplot +# +# %files latex-pst-fr3d +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-fr3d +# %{texmfdist}/source/generic/pst-fr3d +# %{texmfdist}/tex/generic/pst-fr3d +# %{texmfdist}/tex/latex/pst-fr3d +# +# %files latex-pst-fractal +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-fractal +# %{texmfdist}/tex/generic/pst-fractal +# %{texmfdist}/tex/latex/pst-fractal +# +# %files latex-pst-math +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-math +# %{texmfdist}/tex/generic/pst-math +# %{texmfdist}/tex/latex/pst-math +# +# %files latex-pst-ob3d +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-ob3d +# %{texmfdist}/source/generic/pst-ob3d +# %{texmfdist}/tex/generic/pst-ob3d +# %{texmfdist}/tex/latex/pst-ob3d +# +# %files latex-pst-optexp +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-optexp +# %{texmfdist}/tex/generic/pst-optexp +# %{texmfdist}/tex/latex/pst-optexp +# +# %files latex-pst-optic +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-optic +# %{texmfdist}/tex/generic/pst-optic +# %{texmfdist}/tex/latex/pst-optic +# +# %files latex-pst-text +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-text +# %{texmfdist}/tex/generic/pst-text +# %{texmfdist}/tex/latex/pst-text +# +# %files latex-pst-uncategorized +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pst-asr +# %doc %{texmfdist}/doc/generic/pst-bar +# %doc %{texmfdist}/doc/generic/pst-barcode +# %doc %{texmfdist}/doc/generic/pst-blur +# %doc %{texmfdist}/doc/generic/pst-coil +# %doc %{texmfdist}/doc/generic/pst-cox +# %doc %{texmfdist}/doc/generic/pst-dbicons +# %doc %{texmfdist}/doc/generic/pst-eps +# %doc %{texmfdist}/doc/generic/pst-fill +# %doc %{texmfdist}/doc/generic/pst-geo +# %doc %{texmfdist}/doc/generic/pst-ghsb +# %doc %{texmfdist}/doc/generic/pst-gr3d +# %doc %{texmfdist}/doc/generic/pst-grad +# %doc %{texmfdist}/doc/generic/pst-jtree +# %doc %{texmfdist}/doc/generic/pst-labo +# %doc %{texmfdist}/doc/generic/pst-lens +# %doc %{texmfdist}/doc/generic/pst-light3d +# %doc %{texmfdist}/doc/generic/pst-osci +# %doc %{texmfdist}/doc/generic/pst-pad +# %doc %{texmfdist}/doc/generic/pst-pdgr +# %doc %{texmfdist}/doc/generic/pst-poly +# %doc %{texmfdist}/doc/generic/pst-qtree +# %doc %{texmfdist}/doc/generic/pst-slpe +# %doc %{texmfdist}/doc/generic/pst-solides3d +# %doc %{texmfdist}/doc/generic/pst-soroban +# %doc %{texmfdist}/doc/generic/pst-spectra +# %doc %{texmfdist}/doc/generic/pst-stru +# %doc %{texmfdist}/doc/generic/pst-uml +# %doc %{texmfdist}/doc/generic/pst-vue3d +# %doc %{texmfdist}/doc/latex/auto-pst-pdf +# %doc %{texmfdist}/doc/latex/pst-pdf +# %{texmfdist}/scripts/pst-pdf +# %{texmfdist}/source/generic/pst-barcode +# %{texmfdist}/source/generic/pst-blur +# %{texmfdist}/source/generic/pst-circ +# %{texmfdist}/source/generic/pst-coil +# %{texmfdist}/source/generic/pst-dbicons +# %{texmfdist}/source/generic/pst-diffraction +# %{texmfdist}/source/generic/pst-eps +# %{texmfdist}/source/generic/pst-fill +# %{texmfdist}/source/generic/pst-fractal +# %{texmfdist}/source/generic/pst-fun +# %{texmfdist}/source/generic/pst-func +# %{texmfdist}/source/generic/pst-lens +# %{texmfdist}/source/generic/pst-light3d +# %{texmfdist}/source/generic/pst-optic +# %{texmfdist}/source/generic/pst-pad +# %{texmfdist}/source/generic/pst-pdgr +# %{texmfdist}/source/generic/pst-slpe +# %{texmfdist}/source/generic/pst-soroban +# %{texmfdist}/source/generic/pst-text +# %{texmfdist}/source/generic/pst-uml +# %{texmfdist}/source/generic/pst-vue3d +# %{texmfdist}/source/latex/auto-pst-pdf +# %{texmfdist}/source/latex/pst-gr3d +# %{texmfdist}/source/latex/pst-pdf +# %{texmfdist}/source/latex/pst-poly +# %{texmfdist}/tex/generic/pst-asr +# %{texmfdist}/tex/generic/pst-barcode +# %{texmfdist}/tex/generic/pst-blur +# %{texmfdist}/tex/generic/pst-coil +# %{texmfdist}/tex/generic/pst-cox +# %{texmfdist}/tex/generic/pst-eps +# %{texmfdist}/tex/generic/pst-fill +# %{texmfdist}/tex/generic/pst-geo +# %{texmfdist}/tex/generic/pst-ghsb +# %{texmfdist}/tex/generic/pst-gr3d +# %{texmfdist}/tex/generic/pst-grad +# %{texmfdist}/tex/generic/pst-jtree +# %{texmfdist}/tex/generic/pst-labo +# %{texmfdist}/tex/generic/pst-lens +# %{texmfdist}/tex/generic/pst-light3d +# %{texmfdist}/tex/generic/pst-osci +# %{texmfdist}/tex/generic/pst-pad +# %{texmfdist}/tex/generic/pst-pdgr +# %{texmfdist}/tex/generic/pst-poly +# %{texmfdist}/tex/generic/pst-qtree +# %{texmfdist}/tex/generic/pst-slpe +# %{texmfdist}/tex/generic/pst-solides3d +# %{texmfdist}/tex/generic/pst-spectra +# %{texmfdist}/tex/generic/pst-stru +# %{texmfdist}/tex/generic/pst-vue3d +# %{texmfdist}/tex/latex/pst-asr +# %{texmfdist}/tex/latex/pst-barcode +# %{texmfdist}/tex/latex/pst-blur +# %{texmfdist}/tex/latex/pst-coil +# %{texmfdist}/tex/latex/pst-cox +# %{texmfdist}/tex/latex/pst-dbicons +# %{texmfdist}/tex/latex/pst-eps +# %{texmfdist}/tex/latex/pst-fill +# %{texmfdist}/tex/latex/pst-geo +# %{texmfdist}/tex/latex/pst-ghsb +# %{texmfdist}/tex/latex/pst-gr3d +# %{texmfdist}/tex/latex/pst-grad +# %{texmfdist}/tex/latex/pst-jtree +# %{texmfdist}/tex/latex/pst-labo +# %{texmfdist}/tex/latex/pst-lens +# %{texmfdist}/tex/latex/pst-light3d +# %{texmfdist}/tex/latex/pst-osci +# %{texmfdist}/tex/latex/pst-pad +# %{texmfdist}/tex/latex/pst-pdf +# %{texmfdist}/tex/latex/pst-pdgr +# %{texmfdist}/tex/latex/pst-poly +# %{texmfdist}/tex/latex/pst-qtree +# %{texmfdist}/tex/latex/pst-slpe +# %{texmfdist}/tex/latex/pst-solides3d +# %{texmfdist}/tex/latex/pst-soroban +# %{texmfdist}/tex/latex/pst-spectra +# %{texmfdist}/tex/latex/pst-stru +# %{texmfdist}/tex/latex/pst-uml +# %{texmfdist}/tex/latex/pst-vue3d +# +# %files latex-psnfss +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/psnfss +# %{texmfdist}/fonts/map/dvips/psnfss +# %{texmfdist}/source/latex/psnfss +# %{texmfdist}/source/latex/latex-tds +# %{texmfdist}/tex/latex/psnfss +# +# %files latex-pxfonts +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/pxfonts +# %{texmfdist}/fonts/type1/public/pxfonts +# %{texmfdist}/fonts/afm/public/pxfonts +# %{texmfdist}/fonts/vf/public/pxfonts +# %{texmfdist}/fonts/map/dvips/pxfonts +# +# %files latex-SIstyle +# %defattr(644,root,root,755) +# %{texmfdist}/doc/latex/SIstyle +# %{texmfdist}/source/latex/SIstyle +# %{texmfdist}/tex/latex/SIstyle +# +# %files latex-SIunits +# %defattr(644,root,root,755) +# %{texmfdist}/doc/latex/SIunits +# %{texmfdist}/tex/latex/SIunits +# %{texmfdist}/source/latex/SIunits +# +# %files latex-siunitx +# %defattr(644,root,root,755) +# %{texmfdist}/doc/latex/siunitx +# %{texmfdist}/tex/latex/siunitx +# %{texmfdist}/source/latex/siunitx +# +# %files latex-Tabbing +# %defattr(644,root,root,755) +# %{texmfdist}/source/latex/Tabbing +# %{texmfdist}/doc/latex/Tabbing +# +# %files latex-txfonts +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/txfonts +# %{texmfdist}/fonts/type1/public/txfonts +# %{texmfdist}/fonts/afm/public/txfonts +# %{texmfdist}/fonts/enc/dvips/txfonts +# %{texmfdist}/fonts/vf/public/txfonts +# %{texmfdist}/fonts/map/dvips/txfonts +# %{texmfdist}/tex/latex/txfonts +# +# %files latex-ucs +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/ucs +# %{texmfdist}/tex/latex/ucs +# +# %files latex-umlaute +# %defattr(644,root,root,755) +# %{texmfdist}/tex/latex/umlaute +# %{texmfdist}/source/latex/umlaute +# +# %files latex-variations +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/variations +# %{texmfdist}/tex/generic/variations +# +# %files latex-wasysym +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/wasysym +# %{texmfdist}/tex/latex/wasysym +# %{texmfdist}/source/latex/wasysym +# +# %files latex-xcolor +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/xcolor +# %{texmfdist}/source/latex/xcolor + +%files format-pdflatex %defattr(644,root,root,755) -%doc %{texmfdist}/fonts/source/jknappen -%{texmfdist}/fonts/tfm/jknappen +%attr(755,root,root) %{_bindir}/pdflatex +# %{fmtdir}/pdflatex +%{fmtdir}/pdftex/pdflatex.fmt +%{_mandir}/man1/pdflatex.1* + +# %files tex-babel +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/babel +# %{texmfdist}/source/generic/babel +# %{texmfdist}/tex/generic/babel +# +# %files tex-german +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/german +# %{texmfdist}/tex/generic/german +# %{texmfdist}/source/generic/german +# +# %files tex-mfpic +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/mfpic +# %{texmfdist}/tex/generic/mfpic +# %{texmfdist}/source/generic/mfpic + +# %files tex-midnight +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/midnight +# %{texmfdist}/tex/generic/midnight + +# %files tex-misc +# %defattr(644,root,root,755) +# %{texmfdist}/source/generic/tap +# %doc %{texmfdist}/doc/generic/multido +# %doc %{texmfdist}/doc/generic/tap +# %doc %{texmfdist}/doc/generic/vrb +# +# %{texmfdist}/tex/generic/eijkhout +# %{texmfdist}/tex/generic/multido +# %{texmfdist}/tex/generic/misc +# %{texmfdist}/tex/generic/vrb +# +# %files tex-pictex +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pictex +# %{texmfdist}/tex/generic/pictex + +# %files tex-psizzl +# %defattr(644,root,root,755) +# %{texmfdist}/doc/psizzl +# %{texmfdist}/source/psizzl +# %{texmfdist}/tex/psizzl + +# %files tex-pstricks +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/pstricks +# %doc %{texmfdist}/doc/generic/pstricks-add +# %{texmfdist}/tex/generic/pstricks +# %{texmfdist}/tex/latex/pstricks-add +# %{texmfdist}/source/generic/pstricks-add +# %{texmfdist}/tex/generic/pstricks-add + +# %files tex-qpxqtx +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/qpxqtx +# %{texmfdist}/fonts/vf/public/qpxqtx +# %{texmfdist}/tex/generic/qpxqtx + +# %files tex-ruhyphen +# %defattr(644,root,root,755) +# %{texmfdist}/tex/generic/ruhyphen +# %{texmfdist}/source/generic/ruhyphen +# +# %files tex-huhyphen +# %defattr(644,root,root,755) +# %doc %{texmf}/doc/generic/huhyphen +# +# %files tex-spanish +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/spanish-mx +# %dir %{texmfdist}/source/latex/mapcodes +# %dir %{texmfdist}/source/latex/polyglot +# %dir %{texmfdist}/source/latex/polyglot/langs +# %dir %{texmfdist}/tex/latex/babelbib +# %dir %{texmfdist}/tex/latex/dvdcoll/dcl +# %dir %{texmfdist}/tex/texsis +# %dir %{texmfdist}/tex/texsis/base +# %{texmfdist}/source/generic/babel/spanish.ins +# %{texmfdist}/source/generic/babel/spanish.dtx +# %{texmfdist}/source/latex/polyglot/langs/spanish.ld +# %{texmfdist}/source/latex/polyglot/langs/spanish.ot1 +# %{texmfdist}/source/latex/mapcodes/spanish.map +# %{texmfdist}/source/latex/mapcodes/spanish.dtx +# %{texmfdist}/tex/texsis/base/Spanish.txs +# %{texmfdist}/tex/generic/babel/spanish.sty +# %{texmfdist}/tex/generic/babel/spanish.ldf +# %{texmfdist}/tex/latex/spanish-mx +# %{texmfdist}/tex/latex/custom-bib/spanish.mbs +# %{texmfdist}/tex/latex/babelbib/spanish.bdf +# %{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl + +# %files tex-texdraw +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/texdraw +# %{texmfdist}/tex/generic/texdraw -%files latex-keystroke +%files tex-thumbpdf %defattr(644,root,root,755) -%{texmfdist}/tex/latex/keystroke -%doc %{texmfdist}/doc/latex/keystroke +# %doc %{texmfdist}/doc/generic/thumbpdf +%attr(755,root,root) %{_bindir}/thumbpdf +%{_mandir}/man1/thumbpdf.1* +# %{texmfdist}/tex/generic/thumbpdf +%{texmfdist}/scripts/thumbpdf -%files latex-labbook -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/labbook -%{texmfdist}/source/latex/labbook -%{texmfdist}/tex/latex/labbook +# %files tex-ukrhyph +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/ukrhyph +# %{texmfdist}/tex/generic/ukrhyph +# +# %files latex-vietnam +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/vntex +# %{texmfdist}/tex/latex/vntex + +# %files tex-xypic +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/generic/xypic +# %{texmfdist}/tex/generic/xypic + +# %files tex-xkeyval +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/latex/xkeyval +# %{texmfdist}/source/latex/xkeyval +# %{texmfdist}/tex/generic/xkeyval +# %{texmfdist}/tex/latex/xkeyval + +# %files fonts-adobe +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/adobe +# %{texmfdist}/fonts/afm/adobe +# %{texmfdist}/fonts/tfm/adobe +# %{texmfdist}/fonts/vf/adobe -%files latex-lastpage +%files fonts-larm %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/lastpage -%{texmfdist}/tex/latex/lastpage -%{texmfdist}/source/latex/lastpage +%{texmfdist}/fonts/tfm/la +%{texmfdist}/fonts/type1/la/ +%{texmfdist}/fonts/enc/larm.enc -%files latex-lcd +# %files fonts-ae +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/ae +# %{texmfdist}/fonts/tfm/public/ae +# %{texmfdist}/fonts/vf/public/ae +# %{texmfdist}/source/fonts/ae +# +# %files fonts-ams +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/ams +# %{texmfdist}/fonts/tfm/public/ams +# %{texmfdist}/fonts/map/dvips/ams + +# %files fonts-antp +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/antp +# %{texmfdist}/fonts/enc/dvips/antp +# %{texmfdist}/fonts/map/dvips/antp +# %{texmfdist}/fonts/afm/public/antp +# %{texmfdist}/fonts/tfm/public/antp + +# %files fonts-antt +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/antt +# %{texmfdist}/fonts/afm/public/antt +# %{texmfdist}/fonts/opentype/public/antt +# %{texmfdist}/fonts/enc/dvips/antt +# %{texmfdist}/fonts/tfm/public/antt +# %{texmfdist}/fonts/map/dvips/antt +# %{texmfdist}/tex/plain/antt +# %{texmfdist}/tex/latex/antt + +# %files fonts-arphic +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/arphic +# %{texmfdist}/fonts/afm/arphic +# %{texmfdist}/fonts/tfm/arphic +# %{texmfdist}/fonts/vf/arphic +# +# %files fonts-bbm +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/bbm +# %{texmfdist}/fonts/source/public/bbm +# %{texmfdist}/fonts/tfm/public/bbm +# %{texmfdist}/source/latex/bbm +# %{texmfdist}/tex/latex/bbm +# +# %files fonts-bbold +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/bbold +# %{texmfdist}/fonts/tfm/public/bbold + +# %files fonts-bitstream +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/afm/bitstrea +# %{texmfdist}/fonts/tfm/bitstrea +# # %{texmfdist}/fonts/vf/bitstrea + +# %files fonts-cc-pl +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/cc-pl +# %{texmfdist}/fonts/enc/dvips/cc-pl +# %{texmfdist}/fonts/tfm/public/cc-pl +# %{texmfdist}/fonts/map/dvips/cc-pl +# +# %files fonts-cg +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/tfm/cg +# %{texmfdist}/fonts/vf/cg + +# %files fonts-cm +# %defattr(644,root,root,755) +# %dir %{texmfdist}/doc/fonts +# %dir %{texmfdist}/fonts/afm/bluesky +# %dir %{texmfdist}/fonts/map/dvips +# %dir %{texmfdist}/fonts/pk/ljfour/public +# %doc %{texmfdist}/doc/fonts/cm +# %{texmfdist}/fonts/afm/bluesky/cm +# %{texmfdist}/fonts/map/dvips/cm +# %{texmfdist}/fonts/pk/ljfour/public/cm +# %{texmfdist}/fonts/source/public/cm +# %{texmfdist}/fonts/tfm/public/cm + +# %files fonts-cmbright +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/cmbright +# %{texmfdist}/fonts/tfm/public/cmbright +# %{texmfdist}/source/latex/cmbright +# %{texmfdist}/tex/latex/cmbright + +# %files fonts-cmcyr +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/cmcyr +# %{texmfdist}/fonts/source/public/cmcyr +# %{texmfdist}/fonts/type1/public/cmcyr +# %{texmfdist}/fonts/tfm/public/cmcyr +# %{texmfdist}/fonts/vf/public/cmcyr +# %{texmfdist}/fonts/map/dvips/cmcyr +# +# %files fonts-cmextra +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/cmextra +# %{texmfdist}/fonts/tfm/public/cmextra +# +# %files fonts-cmsuper +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/cm-super +# %{texmfdist}/fonts/afm/public/cm-super +# %{texmfdist}/fonts/enc/dvips/cm-super +# %{texmfdist}/fonts/map/dvips/cm-super +# %{texmfdist}/fonts/map/vtex/cm-super +# %{texmfdist}/fonts/type1/public/cm-super +# +# %files fonts-concmath +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/concmath +# %{texmfdist}/fonts/source/public/concmath +# %{texmfdist}/fonts/tfm/public/concmath +# %{texmfdist}/source/latex/concmath +# %{texmfdist}/tex/latex/concmath +# +# %files fonts-concrete +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/concrete +# %{texmfdist}/fonts/source/public/concrete +# %{texmfdist}/fonts/tfm/public/concrete +# +# %files fonts-cs +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/cs +# %{texmfdist}/fonts/enc/dvips/cs +# %{texmfdist}/fonts/tfm/public/cs +# %{texmfdist}/fonts/map/dvips/cs +# +# %files fonts-ecc +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/ecc +# %{texmfdist}/fonts/source/public/ecc +# %{texmfdist}/fonts/tfm/public/ecc +# +# %files fonts-eurosym +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/eurosym +# %{texmfdist}/fonts/source/public/eurosym +# %{texmfdist}/fonts/tfm/public/eurosym +# %{texmfdist}/fonts/map/dvips/eurosym +# %{texmfdist}/source/fonts/eurosym +# %{texmfdist}/tex/latex/eurosym +# +# %files fonts-eulervm +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/tfm/public/eulervm +# %{texmfdist}/fonts/vf/public/eulervm +# %{texmfdist}/source/latex/eulervm +# %{texmfdist}/tex/latex/eulervm +# +# %files fonts-euxm +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/euxm +# %{texmfdist}/fonts/tfm/public/euxm +# +# %files fonts-gothic +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/gothic +# %{texmfdist}/fonts/source/public/gothic +# %{texmfdist}/fonts/type1/public/gothic +# %{texmfdist}/fonts/afm/public/gothic +# %{texmfdist}/fonts/tfm/public/gothic +# %{texmfdist}/fonts/vf/public/gothic +# %{texmfdist}/fonts/map/dvips/gothic +# +# %files fonts-hoekwater +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/afm/hoekwater +# %{texmfdist}/fonts/tfm/hoekwater +# %{texmfdist}/fonts/truetype/hoekwater +# +# %files fonts-jknappen +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/jknappen +# %{texmfdist}/fonts/tfm/jknappen +# +# %files fonts-kpfonts +# %defattr(644,root,root,755) +# %dir %{texmfdist}/doc/fonts +# %doc %{texmfdist}/doc/fonts/kpfonts +# %{texmfdist}/fonts/afm/public/kpfonts +# %{texmfdist}/fonts/map/public/kpfonts +# %{texmfdist}/fonts/source/public/kpfonts +# %{texmfdist}/fonts/tfm/public/kpfonts +# %{texmfdist}/fonts/type1/public/kpfonts +# %{texmfdist}/fonts/vf/public/kpfonts +# %{texmfdist}/tex/latex/kpfonts +# +# %files fonts-latex +# %defattr(644,root,root,755) +# %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts +# %dir %{texmfdist}/fonts/map/dvips/latex-fonts +# %dir %{texmfdist}/fonts/source/public/latex-fonts +# %dir %{texmfdist}/fonts/tfm/public/latex-fonts +# %doc %{texmfdist}/doc/latex/esint +# %{texmfdist}/fonts/afm/bluesky/latex-fonts/* +# %{texmfdist}/fonts/map/dvips/latex-fonts/* +# %{texmfdist}/fonts/source/public/esint +# %{texmfdist}/fonts/source/public/latex-fonts/* +# %{texmfdist}/fonts/tfm/public/esint +# %{texmfdist}/fonts/tfm/public/latex-fonts/* +# %{texmfdist}/source/latex/esint +# %{texmfdist}/tex/latex/esint +# +# %files fonts-lh +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/lh +# %{texmfdist}/fonts/source/lh +# %{texmfdist}/metapost/support/charlib/LH +# %{texmfdist}/source/fonts/lh +# %{texmfdist}/source/latex/lh +# +# %files fonts-lm +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/lm +# %{texmfdist}/fonts/type1/public/lm +# %{texmfdist}/fonts/afm/public/lm +# %{texmfdist}/fonts/opentype/public/lm +# %{texmfdist}/fonts/enc/dvips/lm +# %{texmfdist}/fonts/tfm/public/lm +# %{texmfdist}/fonts/map/dvips/lm +# %{texmfdist}/fonts/map/dvipdfm/lm +# %{texmfdist}/source/fonts/lm +# %{texmfdist}/tex/latex/lm +# +# %files fonts-marvosym +# %defattr(644,root,root,755) +# %dir %{texmfdist}/source/fonts/eurofont +# %dir %{texmfdist}/source/fonts/eurofont/marvosym +# %dir %{texmfdist}/tex/latex +# %doc %{texmfdist}/doc/latex/marvosym +# %{texmfdist}/fonts/type1/public/marvosym +# %{texmfdist}/fonts/afm/public/marvosym +# %{texmfdist}/fonts/tfm/public/marvosym +# %{texmfdist}/fonts/map/dvips/marvosym +# %{texmfdist}/source/fonts/eurofont/marvosym/* +# %{texmfdist}/tex/latex/marvosym +# +# %files fonts-mflogo +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/mflogo +# %{texmfdist}/fonts/afm/hoekwater/mflogo +# %{texmfdist}/fonts/tfm/public/mflogo +# %{texmfdist}/fonts/map/dvips/mflogo +# %{texmfdist}/source/latex/mflogo +# %{texmfdist}/tex/latex/mflogo +# +# %files fonts-misc +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/misc +# %{texmfdist}/fonts/tfm/public/misc +# %{texmfdist}/fonts/misc +# +# %files fonts-monotype +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/tfm/monotype +# %{texmfdist}/fonts/vf/monotype + +%files fonts-other %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/lcd -%{texmfdist}/source/latex/lcd -%{texmfdist}/tex/latex/lcd - -%files latex-leaflet +%{texmfdist}/fonts/map/glyphlist +# %doc %{texmfdist}/doc/fonts/yi4latex +# %{texmf}/fonts/sfd +# %{texmfdist}/fonts/afm/itc +# %{texmf}/fonts/map/glyphlist +# %{texmfdist}/fonts/source/public/knuthotherfonts +# %{texmfdist}/fonts/source/public/yi4latex +# %{texmfdist}/fonts/tfm/public/yi4latex +# +# %{texmfdist}/fonts/tfm/public/pslatex +# %{texmfdist}/fonts/map/dvips/pslatex +# %{texmfdist}/fonts/vf/public/pslatex +# +# %doc %{texmfdist}/doc/fonts/allrunes +# %{texmfdist}/fonts/source/public/allrunes +# %{texmfdist}/fonts/tfm/public/allrunes +# %{texmfdist}/fonts/type1/public/allrunes +# %{texmfdist}/source/fonts/allrunes +# +# %doc %{texmfdist}/doc/fonts/antiqua +# %{texmfdist}/fonts/map/dvips/antiqua +# +# %{texmfdist}/fonts/source/public/apl +# %{texmfdist}/fonts/tfm/public/apl +# %{texmfdist}/source/fonts/apl +# +# %{texmfdist}/fonts/afm/arabi +# %{texmfdist}/fonts/tfm/arabi +# %{texmfdist}/fonts/type1/arabi +# %{texmfdist}/fonts/enc/dvips/arabi +# %{texmfdist}/fonts/map/dvips/arabi +# +# %{texmfdist}/fonts/map/dvips/arabtex +# %{texmfdist}/fonts/source/public/arabtex +# %{texmfdist}/fonts/tfm/public/arabtex +# %{texmfdist}/fonts/type1/public/arabtex +# +# %doc %{texmfdist}/doc/fonts/archaic +# %{texmfdist}/fonts/afm/public/archaic +# %{texmfdist}/fonts/map/dvips/archaic +# %{texmfdist}/fonts/source/public/archaic +# %{texmfdist}/fonts/tfm/public/archaic +# %{texmfdist}/fonts/type1/public/archaic +# %{texmfdist}/source/fonts/archaic +# +# %doc %{texmfdist}/doc/fonts/arev +# %{texmfdist}/fonts/afm/public/arev +# %{texmfdist}/fonts/enc/dvips/arev +# %{texmfdist}/fonts/map/dvips/arev +# %{texmfdist}/fonts/tfm/public/arev +# %{texmfdist}/fonts/type1/public/arev +# %{texmfdist}/fonts/vf/public/arev +# %{texmfdist}/source/fonts/arev +# +# %{texmfdist}/fonts/tfm/vntex/arevvn +# %{texmfdist}/fonts/type1/vntex/arevvn +# +# %{texmfdist}/fonts/source/public/ar +# %{texmfdist}/fonts/tfm/public/ar +# +# %doc %{texmfdist}/doc/fonts/armenian +# %{texmfdist}/fonts/source/public/armenian +# %{texmfdist}/fonts/tfm/public/armenian +# +# %{texmfdist}/fonts/map/dvips/arphic +# +# %doc %{texmfdist}/doc/fonts/malayalam +# %doc %{texmfdist}/doc/fonts/Asana-Math +# %{texmfdist}/fonts/opentype/public/Asana-Math +# +# %doc %{texmfdist}/doc/fonts/ascii +# %{texmfdist}/fonts/map/dvips/ascii +# %{texmfdist}/fonts/tfm/public/ascii +# %{texmfdist}/fonts/type1/public/ascii +# +# %doc %{texmfdist}/doc/fonts/astro +# %{texmfdist}/fonts/source/public/astro +# %{texmfdist}/fonts/tfm/public/astro +# +# %{texmfdist}/fonts/afm/public/augie +# %{texmfdist}/fonts/map/dvips/augie +# %{texmfdist}/fonts/tfm/public/augie +# %{texmfdist}/fonts/type1/public/augie +# %{texmfdist}/fonts/vf/public/augie +# +# %doc %{texmfdist}/doc/fonts/auncial-new +# %{texmfdist}/fonts/afm/public/auncial-new +# %{texmfdist}/fonts/map/dvips/auncial-new +# %{texmfdist}/fonts/tfm/public/auncial-new +# %{texmfdist}/fonts/type1/public/auncial-new +# %{texmfdist}/source/fonts/auncial-new +# +# %{texmfdist}/fonts/afm/public/aurical +# %{texmfdist}/fonts/map/dvips/aurical +# %{texmfdist}/fonts/source/public/aurical +# %{texmfdist}/fonts/tfm/public/aurical +# %{texmfdist}/fonts/type1/public/aurical +# +# %{texmfdist}/fonts/map/dvips/avantgar +# +# %{texmfdist}/fonts/source/public/bangtex +# %{texmfdist}/fonts/tfm/public/bangtex +# +# %{texmfdist}/fonts/source/public/barcodes +# %{texmfdist}/fonts/tfm/public/barcodes +# +# %{texmfdist}/fonts/source/public/bayer +# %{texmfdist}/fonts/tfm/public/bayer +# +# %{texmfdist}/fonts/source/public/bbding +# %{texmfdist}/fonts/tfm/public/bbding +# +# %{texmfdist}/fonts/truetype/public +# +# %{texmfdist}/fonts/source/public/bengali +# %{texmfdist}/fonts/tfm/public/bengali +# +# %doc %{texmfdist}/doc/fonts/bera +# %{texmfdist}/fonts/afm/public/bera +# %{texmfdist}/fonts/map/dvips/bera +# %{texmfdist}/fonts/map/vtex/bera +# %{texmfdist}/fonts/tfm/public/bera +# %{texmfdist}/fonts/type1/public/bera +# %{texmfdist}/fonts/vf/public/bera +# +# %doc %{texmfdist}/doc/fonts/blacklettert1 +# %{texmfdist}/fonts/tfm/public/blacklettert1 +# %{texmfdist}/fonts/vf/public/blacklettert1 +# %{texmfdist}/source/fonts/blacklettert1 +# +# %doc %{texmfdist}/doc/fonts/boisik +# %{texmfdist}/fonts/source/public/boisik +# +# %doc %{texmfdist}/doc/fonts/bookhands +# %{texmfdist}/fonts/source/public/bookhands +# +# %{texmfdist}/fonts/map/dvips/bookman +# +# %{texmfdist}/fonts/afm/public/brushscr +# %{texmfdist}/fonts/map/dvips/brushscr +# %{texmfdist}/fonts/tfm/public/brushscr +# %{texmfdist}/fonts/type1/public/brushscr +# %{texmfdist}/fonts/vf/public/brushscr +# +# %doc %{texmfdist}/doc/fonts/burmese +# %{texmfdist}/fonts/map/dvips/burmese +# %{texmfdist}/fonts/tfm/public/burmese +# %{texmfdist}/fonts/type1/public/burmese +# +# %doc %{texmfdist}/doc/fonts/cns +# %{texmfdist}/fonts/tfm/cns +# +# %{texmfdist}/fonts/enc/dvips/c90enc +# +# %{texmfdist}/fonts/source/public/calligra +# %{texmfdist}/fonts/tfm/public/calligra +# +# %doc %{texmfdist}/doc/fonts/carolmin-ps +# %{texmfdist}/fonts/afm/public/carolmin-ps +# %{texmfdist}/fonts/map/dvips/carolmin-ps +# %{texmfdist}/fonts/type1/public/carolmin-ps +# +# %{texmfdist}/fonts/source/public/casyl +# %{texmfdist}/fonts/tfm/public/casyl +# +# %{texmfdist}/fonts/source/public/cbcoptic +# %{texmfdist}/fonts/tfm/public/cbcoptic +# %{texmfdist}/fonts/type1/public/cbcoptic +# +# %doc %{texmfdist}/doc/fonts/cbfonts +# %{texmfdist}/fonts/enc/dvips/cbfonts +# %{texmfdist}/fonts/map/dvips/cbfonts +# %{texmfdist}/fonts/source/public/cbfonts +# %{texmfdist}/fonts/tfm/public/cbfonts +# %{texmfdist}/fonts/type1/public/cbfonts +# +# %doc %{texmfdist}/doc/fonts/charter +# %{texmfdist}/fonts/afm/vntex/chartervn +# %{texmfdist}/fonts/tfm/vntex/chartervn +# %{texmfdist}/fonts/type1/vntex/chartervn +# %{texmfdist}/fonts/vf/vntex/chartervn +# +# %{texmfdist}/fonts/source/public/cherokee +# %{texmfdist}/fonts/tfm/public/cherokee +# +# %{texmfdist}/fonts/source/public/china2e +# %{texmfdist}/fonts/tfm/public/china2e +# +# %doc %{texmfdist}/doc/fonts/cirth +# %{texmfdist}/fonts/source/public/cirth +# %{texmfdist}/fonts/tfm/public/cirth +# +# %doc %{texmfdist}/doc/fonts/cjhebrew +# %{texmfdist}/fonts/afm/public/cjhebrew +# %{texmfdist}/fonts/enc/dvips/cjhebrew +# %{texmfdist}/fonts/map/dvips/cjhebrew +# %{texmfdist}/fonts/tfm/public/cjhebrew +# %{texmfdist}/fonts/type1/public/cjhebrew +# %{texmfdist}/fonts/vf/public/cjhebrew +# +# %{texmfdist}/fonts/source/public/clock +# %{texmfdist}/fonts/tfm/public/clock +# +# %doc %{texmfdist}/doc/fonts/cmastro +# %{texmfdist}/fonts/source/public/cmastro +# %{texmfdist}/fonts/tfm/public/cmastro +# +# %{texmfdist}/fonts/tfm/vntex/cmbrightvn +# %{texmfdist}/fonts/type1/vntex/cmbrightvn +# +# %{texmfdist}/fonts/type1/public/cmex +# +# %{texmfdist}/fonts/afm/public/cm-lgc +# %{texmfdist}/fonts/enc/dvips/cm-lgc +# %{texmfdist}/fonts/map/dvips/cm-lgc +# %{texmfdist}/fonts/ofm/public/cm-lgc +# %{texmfdist}/fonts/ovf/public/cm-lgc +# %{texmfdist}/fonts/tfm/public/cm-lgc +# %{texmfdist}/fonts/type1/public/cm-lgc +# %{texmfdist}/fonts/vf/public/cm-lgc +# +# %doc %{texmfdist}/doc/fonts/cmpica +# %{texmfdist}/fonts/source/public/cmpica +# %{texmfdist}/fonts/tfm/public/cmpica +# +# +# %{texmfdist}/fonts/tfm/vntex/comicsansvn +# %{texmfdist}/fonts/type1/vntex/comicsansvn +# %{texmfdist}/fonts/vf/vntex/comicsansvn +# +# %{texmfdist}/fonts/tfm/vntex/concretevn +# %{texmfdist}/fonts/type1/vntex/concretevn +# +# %{texmfdist}/fonts/afm/ibm +# %{texmfdist}/fonts/tfm/ibm +# %{texmfdist}/fonts/vf/ibm +# %{texmfdist}/fonts/map/dvips/courier +# %{texmfdist}/fonts/tfm/cspsfonts-adobe +# %{texmfdist}/fonts/vf/cspsfonts-adobe +# +# %doc %{texmfdist}/doc/fonts/croatian +# %{texmfdist}/fonts/source/public/croatian +# +# %{texmfdist}/fonts/afm/public/cryst +# %{texmfdist}/fonts/source/public/cryst +# %{texmfdist}/fonts/tfm/public/cryst +# %{texmfdist}/fonts/type1/public/cryst +# +# %{texmfdist}/fonts/source/public/ctib +# %{texmfdist}/fonts/tfm/public/ctib +# +# %doc %{texmfdist}/doc/fonts/cyklop +# %{texmfdist}/fonts/afm/public/cyklop +# %{texmfdist}/fonts/enc/dvips/cyklop +# %{texmfdist}/fonts/map/dvips/cyklop +# %{texmfdist}/fonts/opentype/public/cyklop +# %{texmfdist}/fonts/tfm/public/cyklop +# %{texmfdist}/fonts/type1/public/cyklop +# +# %{texmfdist}/fonts/source/public/dancers +# %{texmfdist}/fonts/tfm/public/dancers +# +# %doc %{texmfdist}/doc/fonts/dice +# %{texmfdist}/fonts/source/public/dice +# %{texmfdist}/fonts/tfm/public/dice +# +# %doc %{texmfdist}/doc/fonts/dictsym +# %{texmfdist}/fonts/afm/public/dictsym +# %{texmfdist}/fonts/map/dvips/dictsym +# %{texmfdist}/fonts/map/vtex/dictsym +# %{texmfdist}/fonts/tfm/public/dictsym +# %{texmfdist}/fonts/type1/public/dictsym +# +# %doc %{texmfdist}/doc/fonts/dingbat +# %{texmfdist}/fonts/tfm/public/dingbat +# %{texmfdist}/source/fonts/dingbat +# +# %doc %{texmfdist}/doc/fonts/doublestroke +# %{texmfdist}/fonts/map/dvips/doublestroke +# %{texmfdist}/fonts/source/public/doublestroke +# %{texmfdist}/fonts/tfm/public/doublestroke +# %{texmfdist}/fonts/type1/public/doublestroke +# +# %doc %{texmfdist}/doc/fonts/duerer +# %{texmfdist}/fonts/source/public/duerer +# %{texmfdist}/fonts/tfm/public/duerer +# +# %doc %{texmfdist}/doc/fonts/ean +# %{texmfdist}/fonts/source/public/ean +# %{texmfdist}/fonts/tfm/public/ean +# +# %doc %{texmfdist}/doc/fonts/eiad +# %{texmfdist}/fonts/source/public/eiad +# %{texmfdist}/fonts/tfm/public/eiad +# +# %doc %{texmfdist}/doc/fonts/elvish +# %{texmfdist}/fonts/source/public/elvish +# %{texmfdist}/fonts/tfm/public/elvish +# +# %doc %{texmfdist}/doc/fonts/epigrafica +# %{texmfdist}/fonts/afm/public/epigrafica +# %{texmfdist}/fonts/enc/dvips/epigrafica +# %{texmfdist}/fonts/map/dvips/epigrafica +# %{texmfdist}/fonts/tfm/public/epigrafica +# %{texmfdist}/fonts/type1/public/epigrafica +# %{texmfdist}/fonts/vf/public/epigrafica +# +# %{texmfdist}/fonts/map/dvips/epiolmec +# %{texmfdist}/fonts/tfm/public/epiolmec +# %{texmfdist}/fonts/type1/public/epiolmec +# +# %doc %{texmfdist}/doc/fonts/esint-type1 +# %{texmfdist}/fonts/map/dvips/esint-type1 +# %{texmfdist}/fonts/type1/public/esint-type1 +# +# %{texmfdist}/fonts/ofm/public/ethiop +# %{texmfdist}/fonts/ovf/public/ethiop +# %{texmfdist}/fonts/ovp/public/ethiop +# %{texmfdist}/fonts/source/public/ethiop +# %{texmfdist}/fonts/tfm/public/ethiop +# +# %{texmfdist}/fonts/map/dvips/ethiop-t1 +# %{texmfdist}/fonts/type1/public/ethiop-t1 +# +# %doc %{texmfdist}/doc/fonts/euro-ce +# %{texmfdist}/fonts/source/public/euro-ce +# %{texmfdist}/fonts/tfm/public/euro-ce +# +# %doc %{texmfdist}/doc/fonts/eurofont +# %{texmfdist}/fonts/map/dvips/eurofont +# %{texmfdist}/source/fonts/eurofont +# +# %doc %{texmfdist}/doc/fonts/feyn +# %{texmfdist}/fonts/source/public/feyn +# %{texmfdist}/fonts/tfm/public/feyn +# %{texmfdist}/source/fonts/feyn +# +# %doc %{texmfdist}/doc/fonts/fge +# %{texmfdist}/fonts/source/public/fge +# %{texmfdist}/fonts/tfm/public/fge +# %{texmfdist}/source/fonts/fge +# +# %{texmfdist}/fonts/map/dvips/foekfont +# %{texmfdist}/fonts/tfm/public/foekfont +# %{texmfdist}/fonts/type1/public/foekfont +# +# %doc %{texmfdist}/doc/fonts/fonetika +# %{texmfdist}/fonts/afm/public/fonetika +# %{texmfdist}/fonts/map/dvips/fonetika +# %{texmfdist}/fonts/tfm/public/fonetika +# %{texmfdist}/fonts/type1/public/fonetika +# +# %doc %{texmfdist}/doc/fonts/fourier +# %{texmfdist}/fonts/afm/public/fourier +# %{texmfdist}/fonts/map/dvips/fourier +# %{texmfdist}/fonts/tfm/public/fourier +# %{texmfdist}/fonts/type1/public/fourier +# %{texmfdist}/fonts/vf/public/fourier +# %{texmfdist}/source/fonts/fourier +# +# %doc %{texmfdist}/doc/fonts/fouriernc +# %{texmfdist}/fonts/afm/public/fouriernc +# %{texmfdist}/fonts/tfm/public/fouriernc +# %{texmfdist}/fonts/vf/public/fouriernc +# +# %doc %{texmfdist}/doc/fonts/frcursive +# %{texmfdist}/fonts/source/public/frcursive +# %{texmfdist}/fonts/tfm/public/frcursive +# %{texmfdist}/source/fonts/frcursive +# +# %doc %{texmfdist}/doc/fonts/futhark +# %{texmfdist}/fonts/source/public/futhark +# %{texmfdist}/fonts/tfm/public/futhark +# +# %{texmfdist}/fonts/afm/public/garuda +# %{texmfdist}/fonts/map/dvips/garuda +# %{texmfdist}/fonts/tfm/public/garuda +# %{texmfdist}/fonts/type1/public/garuda +# +# %doc %{texmfdist}/doc/fonts/genealogy +# %{texmfdist}/fonts/source/public/genealogy +# %{texmfdist}/fonts/tfm/public/genealogy +# +# %doc %{texmfdist}/doc/fonts/gfsartemisia +# %{texmfdist}/fonts/afm/public/gfsartemisia +# %{texmfdist}/fonts/enc/dvips/gfsartemisia +# %{texmfdist}/fonts/map/dvips/gfsartemisia +# %{texmfdist}/fonts/opentype/public/gfsartemisia +# %{texmfdist}/fonts/tfm/public/gfsartemisia +# %{texmfdist}/fonts/type1/public/gfsartemisia +# %{texmfdist}/fonts/vf/public/gfsartemisia +# +# %doc %{texmfdist}/doc/fonts/gfsbaskerville +# %{texmfdist}/fonts/afm/public/gfsbaskerville +# %{texmfdist}/fonts/enc/dvips/gfsbaskerville +# %{texmfdist}/fonts/map/dvips/gfsbaskerville +# %{texmfdist}/fonts/opentype/public/gfsbaskerville +# %{texmfdist}/fonts/tfm/public/gfsbaskerville +# %{texmfdist}/fonts/type1/public/gfsbaskerville +# %{texmfdist}/fonts/vf/public/gfsbaskerville +# +# %doc %{texmfdist}/doc/fonts/gfsbodoni +# %{texmfdist}/fonts/afm/public/gfsbodoni +# %{texmfdist}/fonts/enc/dvips/gfsbodoni +# %{texmfdist}/fonts/map/dvips/gfsbodoni +# %{texmfdist}/fonts/opentype/public/gfsbodoni +# %{texmfdist}/fonts/tfm/public/gfsbodoni +# %{texmfdist}/fonts/type1/public/gfsbodoni +# %{texmfdist}/fonts/vf/public/gfsbodoni +# +# %doc %{texmfdist}/doc/fonts/gfscomplutum +# %{texmfdist}/fonts/afm/public/gfscomplutum +# %{texmfdist}/fonts/enc/dvips/gfscomplutum +# %{texmfdist}/fonts/map/dvips/gfscomplutum +# %{texmfdist}/fonts/opentype/public/gfscomplutum +# %{texmfdist}/fonts/tfm/public/gfscomplutum +# %{texmfdist}/fonts/type1/public/gfscomplutum +# %{texmfdist}/fonts/vf/public/gfscomplutum +# +# %doc %{texmfdist}/doc/fonts/gfsdidot +# %{texmfdist}/fonts/afm/public/gfsdidot +# %{texmfdist}/fonts/enc/dvips/gfsdidot +# %{texmfdist}/fonts/map/dvips/gfsdidot +# %{texmfdist}/fonts/opentype/public/gfsdidot +# %{texmfdist}/fonts/tfm/public/gfsdidot +# %{texmfdist}/fonts/type1/public/gfsdidot +# %{texmfdist}/fonts/vf/public/gfsdidot +# +# %doc %{texmfdist}/doc/fonts/gfsneohellenic +# %{texmfdist}/fonts/afm/public/gfsneohellenic +# %{texmfdist}/fonts/enc/dvips/gfsneohellenic +# %{texmfdist}/fonts/map/dvips/gfsneohellenic +# %{texmfdist}/fonts/opentype/public/gfsneohellenic +# %{texmfdist}/fonts/tfm/public/gfsneohellenic +# %{texmfdist}/fonts/type1/public/gfsneohellenic +# %{texmfdist}/fonts/vf/public/gfsneohellenic +# +# %doc %{texmfdist}/doc/fonts/gfsporson +# %{texmfdist}/fonts/afm/public/gfsporson +# %{texmfdist}/fonts/enc/dvips/gfsporson +# %{texmfdist}/fonts/map/dvips/gfsporson +# %{texmfdist}/fonts/opentype/public/gfsporson +# %{texmfdist}/fonts/tfm/public/gfsporson +# %{texmfdist}/fonts/type1/public/gfsporson +# %{texmfdist}/fonts/vf/public/gfsporson +# +# %doc %{texmfdist}/doc/fonts/gfssolomos +# %{texmfdist}/fonts/afm/public/gfssolomos +# %{texmfdist}/fonts/enc/dvips/gfssolomos +# %{texmfdist}/fonts/map/dvips/gfssolomos +# %{texmfdist}/fonts/opentype/public/gfssolomos +# %{texmfdist}/fonts/tfm/public/gfssolomos +# %{texmfdist}/fonts/type1/public/gfssolomos +# %{texmfdist}/fonts/vf/public/gfssolomos +# +# %doc %{texmfdist}/doc/fonts/greenpoint +# %{texmfdist}/fonts/source/public/greenpoint +# %{texmfdist}/fonts/tfm/public/greenpoint +# +# %{texmfdist}/fonts/afm/groff +# %{texmfdist}/fonts/enc/dvips/groff +# %{texmfdist}/fonts/map/dvips/groff +# %{texmfdist}/fonts/tfm/groff +# %{texmfdist}/fonts/type1/groff +# +# %doc %{texmfdist}/doc/fonts/grotesq +# %{texmfdist}/fonts/map/dvips/grotesq +# +# %{texmfdist}/fonts/afm/vntex/grotesqvn +# %{texmfdist}/fonts/tfm/vntex/grotesqvn +# %{texmfdist}/fonts/type1/vntex/grotesqvn +# +# %{texmfdist}/fonts/afm/public/grverb +# %{texmfdist}/fonts/map/dvips/grverb +# %{texmfdist}/fonts/tfm/public/grverb +# %{texmfdist}/fonts/type1/public/grverb +# %{texmfdist}/fonts/vf/public/grverb +# +# %{texmfdist}/fonts/source/public/hands +# %{texmfdist}/fonts/tfm/public/hands +# +# %{texmfdist}/fonts/afm/jmn +# %{texmfdist}/fonts/tfm/jmn +# %{texmfdist}/fonts/type1/jmn +# +# %{texmfdist}/fonts/map/dvips/helvetic +# +# %doc %{texmfdist}/doc/fonts/hfbright +# %{texmfdist}/fonts/afm/public/hfbright +# %{texmfdist}/fonts/enc/dvips/hfbright +# %{texmfdist}/fonts/map/dvips/hfbright +# %{texmfdist}/fonts/type1/public/hfbright +# %{texmfdist}/source/fonts/hfbright +# +# %doc %{texmfdist}/doc/fonts/hfoldsty +# %{texmfdist}/fonts/tfm/public/hfoldsty +# %{texmfdist}/fonts/vf/public/hfoldsty +# %{texmfdist}/source/fonts/hfoldsty +# +# %doc %{texmfdist}/doc/fonts/ibygrk +# %{texmfdist}/tex/generic/ibygrk +# %{texmfdist}/fonts/afm/public/ibygrk +# %{texmfdist}/fonts/enc/dvips/ibygrk +# %{texmfdist}/fonts/map/dvips/ibygrk +# %{texmfdist}/fonts/source/public/ibygrk +# %{texmfdist}/fonts/tfm/public/ibygrk +# %{texmfdist}/fonts/type1/public/ibygrk +# +# %doc %{texmfdist}/doc/fonts/ifsym +# %{texmfdist}/fonts/source/public/ifsym +# %{texmfdist}/fonts/tfm/public/ifsym +# +# %doc %{texmfdist}/doc/fonts/initials +# %{texmfdist}/fonts/afm/public/initials +# %{texmfdist}/fonts/map/dvips/initials +# %{texmfdist}/fonts/tfm/public/initials +# %{texmfdist}/fonts/type1/public/initials +# +# %doc %{texmfdist}/doc/fonts/itrans +# %{texmfdist}/fonts/afm/public/itrans +# %{texmfdist}/fonts/source/public/itrans +# %{texmfdist}/fonts/tfm/public/itrans +# %{texmfdist}/fonts/type1/public/itrans +# +# %doc %{texmfdist}/doc/fonts/iwona +# %{texmfdist}/fonts/afm/public/iwona +# %{texmfdist}/fonts/enc/dvips/iwona +# %{texmfdist}/fonts/map/dvips/iwona +# %{texmfdist}/fonts/opentype/public/iwona +# %{texmfdist}/fonts/tfm/public/iwona +# %{texmfdist}/fonts/type1/public/iwona +# +# %{texmfdist}/fonts/enc/dvips/jmn +# %{texmfdist}/fonts/map/dvips/jmn +# +# %doc %{texmfdist}/doc/fonts/kdgreek +# %{texmfdist}/fonts/source/public/kdgreek +# %{texmfdist}/fonts/tfm/public/kdgreek +# +# %{texmfdist}/fonts/afm/public/kerkis +# %{texmfdist}/fonts/enc/dvips/kerkis +# %{texmfdist}/fonts/map/dvips/kerkis +# %{texmfdist}/fonts/tfm/public/kerkis +# %{texmfdist}/fonts/type1/public/kerkis +# %{texmfdist}/fonts/vf/public/kerkis +# +# %doc %{texmfdist}/doc/fonts/kixfont +# %{texmfdist}/fonts/source/public/kixfont +# %{texmfdist}/fonts/tfm/public/kixfont +# +# %dir %{texmfdist}/fonts/map/public +# %doc %{texmfdist}/doc/fonts/kurier +# %{texmfdist}/fonts/afm/public/kurier +# %{texmfdist}/fonts/enc/dvips/kurier +# %{texmfdist}/fonts/map/dvips/kurier +# %{texmfdist}/fonts/opentype/public/kurier +# %{texmfdist}/fonts/tfm/public/kurier +# %{texmfdist}/fonts/type1/public/kurier +# +# %doc %{texmfdist}/doc/fonts/levy +# %{texmfdist}/fonts/source/public/levy +# +# %doc %{texmfdist}/doc/fonts/lfb +# %{texmfdist}/fonts/source/public/lfb +# %{texmfdist}/fonts/tfm/public/lfb +# +# %doc %{texmfdist}/doc/fonts/libertine +# %{texmfdist}/fonts/afm/public/libertine +# %{texmfdist}/fonts/enc/dvips/libertine +# %{texmfdist}/fonts/map/dvips/libertine +# %{texmfdist}/fonts/tfm/public/libertine +# %{texmfdist}/fonts/type1/public/libertine +# %{texmfdist}/fonts/vf/public/libertine +# +# %doc %{texmfdist}/doc/fonts/linearA +# %{texmfdist}/fonts/afm/public/linearA +# %{texmfdist}/fonts/map/dvips/linearA +# %{texmfdist}/fonts/tfm/public/linearA +# %{texmfdist}/fonts/type1/public/linearA +# %{texmfdist}/source/fonts/linearA +# +# %{texmfdist}/fonts/source/public/logic +# %{texmfdist}/fonts/tfm/public/logic +# +# %doc %{texmfdist}/doc/fonts/lxfonts +# %{texmfdist}/fonts/map/dvips/lxfonts +# %{texmfdist}/fonts/source/public/lxfonts +# %{texmfdist}/fonts/tfm/public/lxfonts +# %{texmfdist}/fonts/type1/public/lxfonts +# +# %doc %{texmfdist}/doc/fonts/ly1 +# %{texmfdist}/fonts/map/dvips/ly1 +# +# %{texmfdist}/fonts/source/public/malayalam +# %{texmfdist}/fonts/tfm/public/malayalam +# +# %{texmfdist}/fonts/map/dvips/manfnt +# +# %{texmfdist}/fonts/map/dvips/mathdesign +# +# %{texmfdist}/fonts/tfm/public/mathpazo +# %{texmfdist}/fonts/vf/public/mathpazo +# +# %{texmfdist}/fonts/afm/mathdesign +# %{texmfdist}/fonts/tfm/mathdesign +# %{texmfdist}/fonts/type1/mathdesign +# %{texmfdist}/fonts/vf/mathdesign +# +# %{texmfdist}/fonts/enc/dvips/mnsymbol +# %{texmfdist}/fonts/map/dvips/mnsymbol +# %dir %{texmfdist}/fonts/map/vtex +# %{texmfdist}/fonts/map/vtex/mnsymbol +# %{texmfdist}/fonts/opentype/public/mnsymbol +# %{texmfdist}/fonts/source/public/mnsymbol +# %{texmfdist}/fonts/tfm/public/mnsymbol +# %{texmfdist}/fonts/type1/public/mnsymbol +# +# %{texmfdist}/fonts/map/dvips/montex +# %{texmfdist}/fonts/source/public/montex +# %{texmfdist}/fonts/tfm/public/montex +# %{texmfdist}/fonts/type1/public/montex +# +# %{texmfdist}/fonts/tfm/vntex/mscorevn +# %{texmfdist}/fonts/vf/vntex/mscorevn +# +# %doc %{texmfdist}/doc/generic/musixtex +# %{texmfdist}/fonts/map/dvips/musixtex +# %{texmfdist}/fonts/source/public/musixtex +# %{texmfdist}/fonts/tfm/public/musixtex +# %{texmfdist}/fonts/type1/public/musixtex +# +# %{texmfdist}/fonts/source/public/mxd +# %{texmfdist}/fonts/tfm/public/mxd +# +# %{texmfdist}/fonts/source/public/mxedruli +# %{texmfdist}/fonts/tfm/public/mxedruli +# +# %{texmfdist}/fonts/map/dvips/ncntrsbk +# +# %doc %{texmfdist}/doc/fonts/nkarta +# %{texmfdist}/fonts/source/public/nkarta +# %{texmfdist}/fonts/tfm/public/nkarta +# +# %{texmfdist}/fonts/afm/public/norasi +# %{texmfdist}/fonts/map/dvips/norasi +# %{texmfdist}/fonts/tfm/public/norasi +# %{texmfdist}/fonts/type1/public/norasi +# +# %{texmfdist}/fonts/source/public/oca +# +# %{texmfdist}/fonts/afm/public/ocherokee +# %{texmfdist}/fonts/map/dvips/ocherokee +# %{texmfdist}/fonts/ofm/public/ocherokee +# %{texmfdist}/fonts/ovf/public/ocherokee +# %{texmfdist}/fonts/ovp/public/ocherokee +# %{texmfdist}/fonts/tfm/public/ocherokee +# %{texmfdist}/fonts/type1/public/ocherokee +# +# %{texmfdist}/fonts/source/public/ogham +# %{texmfdist}/fonts/tfm/public/ogham +# +# %doc %{texmfdist}/doc/fonts/oinuit +# %{texmfdist}/fonts/map/dvips/oinuit +# %{texmfdist}/fonts/ofm/public/oinuit +# %{texmfdist}/fonts/ovf/public/oinuit +# %{texmfdist}/fonts/tfm/public/oinuit +# %{texmfdist}/fonts/type1/public/oinuit +# +# %{texmfdist}/fonts/source/public/osmanian +# +# %doc %{texmfdist}/doc/fonts/ot2cyr +# %{texmfdist}/fonts/map/dvips/ot2cyr +# %{texmfdist}/source/fonts/ot2cyr +# +# %{texmfdist}/fonts/ofm/public/otibet +# %{texmfdist}/fonts/ovf/public/otibet +# %{texmfdist}/fonts/ovp/public/otibet +# %{texmfdist}/fonts/source/public/otibet +# %{texmfdist}/fonts/tfm/public/otibet +# +# %doc %{texmfdist}/doc/fonts/pacioli +# %{texmfdist}/fonts/source/public/pacioli +# %{texmfdist}/fonts/tfm/public/pacioli +# +# %{texmfdist}/fonts/map/dvips/palatino +# +# %doc %{texmfdist}/doc/fonts/phaistos +# %{texmfdist}/fonts/afm/public/phaistos +# %{texmfdist}/fonts/map/dvips/phaistos +# %{texmfdist}/fonts/opentype/public/phaistos +# %{texmfdist}/fonts/tfm/public/phaistos +# %{texmfdist}/fonts/type1/public/phaistos +# %{texmfdist}/source/fonts/phaistos +# +# %{texmfdist}/fonts/opentype/public/philokalia +# +# %doc %{texmfdist}/doc/fonts/phonetic +# %{texmfdist}/fonts/source/public/phonetic +# %{texmfdist}/fonts/tfm/public/phonetic +# %{texmfdist}/source/fonts/phonetic +# +# %{texmfdist}/source/fonts/malayalam +# +# %{texmfdist}/fonts/source/public/punk +# %{texmfdist}/fonts/tfm/public/punk +# +# %{texmfdist}/fonts/tfm/public/relenc +# %{texmfdist}/fonts/vf/public/relenc +# +# %doc %{texmfdist}/doc/fonts/rsfs +# %{texmfdist}/fonts/map/dvips/rsfs +# +# %{texmfdist}/fonts/map/dvips/sanskrit +# %{texmfdist}/fonts/source/public/sanskrit +# %{texmfdist}/fonts/tfm/public/sanskrit +# %{texmfdist}/fonts/type1/public/sanskrit +# +# %{texmfdist}/fonts/source/public/sauter +# +# %doc %{texmfdist}/doc/fonts/semaphor +# %{texmfdist}/fonts/afm/public/semaphor +# %{texmfdist}/fonts/enc/dvips/semaphor +# %{texmfdist}/fonts/map/dvips/semaphor +# %{texmfdist}/fonts/opentype/public/semaphor +# %{texmfdist}/fonts/source/public/semaphor +# %{texmfdist}/fonts/tfm/public/semaphor +# %{texmfdist}/fonts/type1/public/semaphor +# +# %{texmfdist}/fonts/source/public/simpsons +# +# %doc %{texmfdist}/doc/fonts/skaknew +# %{texmfdist}/fonts/afm/public/skaknew +# %{texmfdist}/fonts/map/dvips/skaknew +# %{texmfdist}/fonts/map/vtex/skaknew +# %{texmfdist}/fonts/tfm/public/skaknew +# %{texmfdist}/fonts/type1/public/skaknew +# +# %{texmfdist}/fonts/source/public/skull +# +# %{texmfdist}/fonts/source/public/soyombo +# %{texmfdist}/fonts/tfm/public/soyombo +# +# %doc %{texmfdist}/doc/fonts/staves +# %{texmfdist}/fonts/map/dvips/staves +# %{texmfdist}/fonts/tfm/public/staves +# %{texmfdist}/fonts/type1/public/staves +# +# %{texmfdist}/fonts/map/dvips/stmaryrd +# %{texmfdist}/fonts/source/public/stmaryrd +# +# %{texmfdist}/fonts/map/dvips/symbol +# +# %{texmfdist}/fonts/afm/public/tabvar +# %{texmfdist}/fonts/map/dvips/tabvar +# %{texmfdist}/fonts/tfm/public/tabvar +# %{texmfdist}/fonts/type1/public/tabvar +# +# +# %{texmfdist}/fonts/source/public/tapir +# %{texmfdist}/fonts/type1/public/tapir +# +# %{texmfdist}/fonts/enc/dvips/tengwarscript +# %{texmfdist}/fonts/map/dvips/tengwarscript +# %{texmfdist}/fonts/tfm/public/tengwarscript +# %{texmfdist}/fonts/vf/public/tengwarscript +# +# %{texmfdist}/doc/fonts/pclnfss +# %{texmfdist}/source/fonts/pclnfss +# +# %doc %{texmfdist}/doc/fonts/tex-gyre +# %{texmfdist}/fonts/afm/public/tex-gyre +# %{texmfdist}/fonts/enc/dvips/tex-gyre +# %{texmfdist}/fonts/map/dvips/tex-gyre +# %{texmfdist}/fonts/opentype/public/tex-gyre +# %{texmfdist}/fonts/tfm/public/tex-gyre +# %{texmfdist}/fonts/type1/public/tex-gyre +# +# %{texmfdist}/fonts/map/dvips/times +# +# +# %doc %{texmfdist}/doc/fonts/timing +# %{texmfdist}/fonts/source/public/timing +# %{texmfdist}/fonts/tfm/public/timing +# +# %doc %{texmfdist}/doc/fonts/tipa +# %{texmfdist}/fonts/map/dvips/tipa +# %{texmfdist}/fonts/source/public/tipa +# %{texmfdist}/fonts/tfm/public/tipa +# %{texmfdist}/fonts/type1/public/tipa +# +# %{texmfdist}/fonts/afm/public/trajan +# %{texmfdist}/fonts/map/dvips/trajan +# %{texmfdist}/fonts/tfm/public/trajan +# %{texmfdist}/fonts/type1/public/trajan +# +# +# %{texmfdist}/fonts/tfm/vntex/txttvn +# %{texmfdist}/fonts/type1/vntex/txttvn +# +# %{texmfdist}/fonts/map/dvips/uhc +# +# %doc %{texmfdist}/doc/fonts/umtypewriter +# %{texmfdist}/fonts/opentype/public/umtypewriter +# +# %doc %{texmfdist}/doc/fonts/universa +# %{texmfdist}/fonts/source/public/universa +# %{texmfdist}/fonts/tfm/public/universa +# %{texmfdist}/source/fonts/universa +# +# %{texmfdist}/fonts/afm/public/velthuis +# %{texmfdist}/fonts/map/dvips/velthuis +# %{texmfdist}/fonts/source/public/velthuis +# %{texmfdist}/fonts/tfm/public/velthuis +# %{texmfdist}/fonts/type1/public/velthuis +# +# %{texmfdist}/fonts/enc/dvips/vntex/* +# +# %{texmfdist}/fonts/afm/vntex/vntopia +# %{texmfdist}/fonts/tfm/vntex/vntopia +# %{texmfdist}/fonts/type1/vntex/vntopia +# %{texmfdist}/fonts/vf/vntex/vntopia +# +# %{texmfdist}/fonts/map/dvips/wadalab +# +# %doc %{texmfdist}/doc/fonts/wasy +# %{texmfdist}/fonts/afm/public/wasy +# %{texmfdist}/fonts/map/dvips/wasy +# %{texmfdist}/fonts/type1/public/wasy +# +# %{texmfdist}/fonts/source/public/wnri +# %{texmfdist}/fonts/tfm/public/wnri +# +# %{texmfdist}/fonts/source/public/wsuipa +# %{texmfdist}/fonts/tfm/public/wsuipa +# +# %{texmfdist}/fonts/source/public/xbmc +# %{texmfdist}/fonts/tfm/public/xbmc +# +# %doc %{texmfdist}/doc/fonts/xq +# %{texmfdist}/fonts/source/public/xq +# %{texmfdist}/fonts/tfm/public/xq +# +# %{texmfdist}/fonts/source/public/yannisgr +# +# %{texmfdist}/fonts/map/dvips/yhmath +# %{texmfdist}/fonts/source/public/yhmath +# %{texmfdist}/fonts/tfm/public/yhmath +# %{texmfdist}/fonts/type1/public/yhmath +# %{texmfdist}/fonts/vf/public/yhmath +# +# %{texmfdist}/fonts/map/dvips/zapfchan +# %{texmfdist}/fonts/tfm/urw35vf +# +# %{texmfdist}/fonts/map/dvips/zapfding +# +# %{texmfdist}/fonts/map/dvips/zefonts +# %{texmfdist}/fonts/tfm/public/zefonts +# %{texmfdist}/fonts/vf/public/zefonts + +# %files fonts-omega +# %defattr(644,root,root,755) +# %dir %{texmfdist}/omega +# %dir %{texmfdist}/omega/ocp +# %dir %{texmfdist}/omega/otp +# %{texmfdist}/fonts/ofm/public/omega +# %{texmfdist}/fonts/type1/public/omega +# %{texmfdist}/fonts/afm/public/omega +# %{texmfdist}/fonts/ovp/public/omega +# %{texmfdist}/fonts/tfm/public/omega +# %{texmfdist}/fonts/ovf/public/omega +# %{texmfdist}/fonts/map/dvips/omega +# %{texmfdist}/omega/ocp/omega +# %{texmfdist}/omega/otp/omega +# %{texmfdist}/tex/plain/omega +# +# %files fonts-pl +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/pl +# %dir %{texmf}/scripts/texlive +# %{texmfdist}/fonts/source/public/pl +# %{texmfdist}/fonts/type1/public/pl +# %{texmfdist}/fonts/afm/public/pl +# %{texmfdist}/fonts/enc/dvips/pl +# %{texmfdist}/fonts/tfm/public/pl +# %{texmfdist}/fonts/map/dvips/pl +# +# %files fonts-px +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/pxfonts +# %dir %{texmfdist}/fonts/map/dvips/pxfonts +# %dir %{texmfdist}/tex/latex/pxfonts +# %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map +# %{texmfdist}/fonts/afm/public/pxfonts +# %{texmfdist}/fonts/tfm/public/pxfonts +# %{texmfdist}/fonts/type1/public/pxfonts +# %{texmfdist}/fonts/vf/public/pxfonts +# %{texmfdist}/tex/latex/pxfonts/pxfonts.sty +# +# %files fonts-qpxqtx +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/tfm/public/qpxqtx +# %{texmfdist}/fonts/vf/public/qpxqtx +# +# %files fonts-rsfs +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/rsfs +# %{texmfdist}/fonts/tfm/public/rsfs +# +# %files fonts-stmaryrd +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/stmaryrd +# %{texmfdist}/source/fonts/stmaryrd +# %{texmfdist}/fonts/tfm/public/stmaryrd +# +# %files fonts-tx +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/map/dvips/txfonts/txfonts.map +# %{texmfdist}/fonts/afm/public/txfonts +# %{texmfdist}/fonts/tfm/public/txfonts +# %{texmfdist}/fonts/vf/public/txfonts +# +# %files fonts-uhc +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/uhc +# %{texmfdist}/fonts/afm/uhc +# %{texmfdist}/fonts/tfm/uhc +# %{texmfdist}/fonts/vf/uhc +# +# %files fonts-urw +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/afm/urw +# %{texmfdist}/fonts/tfm/urw +# %{texmfdist}/fonts/vf/urw +# +# %files fonts-urwvn +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/afm/vntex/urwvn +# %{texmfdist}/fonts/tfm/vntex/urwvn +# %{texmfdist}/fonts/type1/vntex/urwvn +# %{texmfdist}/fonts/vf/vntex/urwvn +# +# %files fonts-vnr +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/map/dvips/vntex +# %{texmfdist}/fonts/source/vntex/vnr +# %{texmfdist}/fonts/tfm/vntex/vnr +# +# %files fonts-urw35vf +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/vf/urw35vf +# +# %files fonts-wadalab +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/wadalab +# %{texmfdist}/fonts/afm/wadalab +# %{texmfdist}/fonts/tfm/wadalab +# %{texmfdist}/fonts/vf/wadalab +# +# %files fonts-wasy +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/source/public/wasy +# %{texmfdist}/fonts/tfm/public/wasy +# +# %files fonts-xypic +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/map/dvips/xypic +# %{texmfdist}/fonts/source/public/xypic +# %{texmfdist}/fonts/tfm/public/xypic +# +# %files fonts-yandy +# %defattr(644,root,root,755) +# %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy +# +# %files fonts-type1-antp +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/antp +# +# %files fonts-type1-antt +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/antt +# +# %files fonts-type1-arphic +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/arphic +# +# %files fonts-type1-belleek +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/belleek +# %{texmfdist}/source/latex/belleek +# %{texmfdist}/fonts/type1/public/belleek +# %{texmfdist}/fonts/map/dvips/belleek +# +# %files fonts-type1-bitstream +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/bitstrea +# +# %files fonts-type1-bluesky +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/bluesky +# +# %files fonts-type1-cc-pl +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/cc-pl +# %{texmfdist}/fonts/type1/public/cc-pl +# +# %files fonts-type1-cs +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/cs +# +# %files fonts-type1-eurosym +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/eurosym +# +# %files fonts-type1-hoekwater +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/hoekwater +# +# %files fonts-type1-fpl +# %defattr(644,root,root,755) +# %doc %{texmfdist}/doc/fonts/fpl +# %{texmfdist}/fonts/afm/public/fpl +# %{texmfdist}/fonts/type1/public/fpl +# %{texmfdist}/source/fonts/fpl +# +# %files fonts-type1-marvosym +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/marvosym +# +# %files fonts-type1-mathpazo +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/afm/public/mathpazo +# %{texmfdist}/fonts/type1/public/mathpazo +# +# %files fonts-type1-omega +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/omega +# +# %files fonts-type1-pl +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/pl +# +# %files fonts-type1-px +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/pxfonts +# +# %files fonts-type1-tx +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/txfonts +# +# %files fonts-type1-uhc +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/uhc +# +# %files fonts-type1-urw +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/urw +# +# %files fonts-type1-vnr +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/vntex/vnr +# +# %files fonts-type1-wadalab +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/wadalab +# +# %files fonts-type1-xypic +# %defattr(644,root,root,755) +# %{texmfdist}/fonts/type1/public/xypic + +# %files afm2pl +# %defattr(644,root,root,755) +# %dir %{texmf}/tex/latex +# %attr(755,root,root) %{_bindir}/afm2pl +# %{_mandir}/man1/afm2pl* +# %dir %{texmf}/fonts/lig +# %{texmf}/fonts/lig/afm2pl +# %{texmf}/tex/latex/afm2pl +# +%files bbox %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/leaflet -%{texmfdist}/source/latex/leaflet -%{texmfdist}/tex/latex/leaflet +%attr(755,root,root) %{_bindir}/bbox +%{_mandir}/man1/bbox* +# +# %files cefutils +# %defattr(644,root,root,755) +# %attr(755,root,root) %{_bindir}/cef* +# %dir %{texmfdist}/tex/latex/cjk +# %dir %{texmfdist}/doc/latex/cjk +# %doc %{texmfdist}/doc/latex/cjk/doc +# %doc %{texmfdist}/doc/latex/cjk/examples +# %{texmfdist}/source/latex/cjk +# %{texmfdist}/tex/latex/cjk/CEF -%files latex-leftidx +%files detex %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/leftidx -%{texmfdist}/tex/latex/leftidx -%{texmfdist}/source/latex/leftidx +%attr(755,root,root) %{_bindir}/detex +%{_mandir}/man1/detex* -%files latex-lewis +%files dviutils %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/lewis -%{texmfdist}/tex/latex/lewis +%dir %{texmfdist}/scripts/dviasm +%dir %{texmf}/fonts/cmap +# %doc %{texmf}/fonts/cmap/README +%attr(755,root,root) %{_bindir}/disdvi +%attr(755,root,root) %{_bindir}/dt2dv +%attr(755,root,root) %{_bindir}/dv2dt +%attr(755,root,root) %{_bindir}/dvi2tty +%attr(755,root,root) %{_bindir}/dviasm +%attr(755,root,root) %{_bindir}/dvibook +%attr(755,root,root) %{_bindir}/dviconcat +%attr(755,root,root) %{_bindir}/dvidvi +%attr(755,root,root) %{_bindir}/dvigif +%attr(755,root,root) %{_bindir}/dvipdfmx +%attr(755,root,root) %{_bindir}/dvipos +%attr(755,root,root) %{_bindir}/dviselect +%attr(755,root,root) %{_bindir}/dvitodvi +%attr(755,root,root) %{texmfdist}/scripts/dviasm/dviasm* +%{_mandir}/man1/dt2dv* +%{_mandir}/man1/dv2dt* +%{_mandir}/man1/dvi2tty* +%{_mandir}/man1/dvibook* +%{_mandir}/man1/dviconcat* +%{_mandir}/man1/dvidvi* +%{_mandir}/man1/dvigif* +%{_mandir}/man1/dvipos* +%{_mandir}/man1/dviselect* +%{_mandir}/man1/dvitodvi* +%{texmf}/dvipdfmx +%{texmf}/fonts/cmap/dvipdfmx +# %{texmf}/fonts/map/dvipdfmx -%files latex-lm -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/lm -%{texmfdist}/tex/latex/lm -%{texmfdist}/fonts/afm/public/lm -%{texmfdist}/fonts/enc/dvips/lm -%{texmfdist}/fonts/map/dvips/lm -%{texmfdist}/fonts/map/dvipdfm/lm -%{texmfdist}/fonts/opentype/public/lm -%{texmfdist}/fonts/tfm/public/lm -%{texmfdist}/source/fonts/lm - -%files latex-lucidabr +%files psutils %defattr(644,root,root,755) -%dir %{texmfdist}/vtex -%{texmfdist}/vtex/config +# %dir %{texmf}/scripts/ps2eps +# %doc %{texmfdist}/doc/epspdf +%attr(755,root,root) %{_bindir}/epsffit +%attr(755,root,root) %{_bindir}/epspdf +%attr(755,root,root) %{_bindir}/epspdftk +%attr(755,root,root) %{_bindir}/extractres +%dir %{texmfdist}/scripts/fragmaster +%attr(755,root,root) %{texmfdist}/scripts/fragmaster/fragmaster.pl +%attr(755,root,root) %{_bindir}/fragmaster +%attr(755,root,root) %{_bindir}/fix* +%attr(755,root,root) %{_bindir}/getafm +%attr(755,root,root) %{_bindir}/includeres +%attr(755,root,root) %{_bindir}/ps2eps +%attr(755,root,root) %{_bindir}/psbook +%attr(755,root,root) %{_bindir}/psmerge +%attr(755,root,root) %{_bindir}/psnup +%attr(755,root,root) %{_bindir}/psresize +%attr(755,root,root) %{_bindir}/psselect +%attr(755,root,root) %{_bindir}/pst2pdf +%attr(755,root,root) %{_bindir}/pstops +%attr(755,root,root) %{_bindir}/showchar +%dir %{texmfdist}/scripts/epstopdf +%attr(755,root,root) %{texmfdist}/scripts/epstopdf/epstopdf.pl +%attr(755,root,root) %{_bindir}/epstopdf +%dir %{texmfdist}/scripts/purifyeps +%attr(755,root,root) %{texmfdist}/scripts/purifyeps/purifyeps +%attr(755,root,root) %{_bindir}/purifyeps +# %attr(755,root,root) %{texmf}/scripts/ps2eps/ps2eps* +%{_mandir}/man1/epsffit* +%{_mandir}/man1/extractres* +%{_mandir}/man1/fix* +%{_mandir}/man1/getafm* +%{_mandir}/man1/includeres* +%{_mandir}/man1/ps2eps.1* +%{_mandir}/man1/psbook* +%{_mandir}/man1/psmerge* +%{_mandir}/man1/psnup* +%{_mandir}/man1/psresize* +%{_mandir}/man1/psselect* +%{_mandir}/man1/pstops* +%{texmfdist}/scripts/epspdf +# %{texmf}/dvips/psutils -%files latex-lineno +%files uncategorized-utils %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/lineno -%{texmfdist}/tex/latex/lineno +%attr(755,root,root) %{_bindir}/devnag -%files latex-metre +%files tex4ht %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/metre -%{texmfdist}/source/latex/metre -%{texmfdist}/tex/latex/metre +%dir %{texmfdist}/scripts/tex4ht +# %doc %{texmfdist}/doc/generic/tex4ht +%attr(755,root,root) %{_bindir}/ht +%attr(755,root,root) %{_bindir}/htcontext +%attr(755,root,root) %{_bindir}/htlatex +%attr(755,root,root) %{_bindir}/htmex +%attr(755,root,root) %{_bindir}/httex +%attr(755,root,root) %{_bindir}/httexi +%attr(755,root,root) %{_bindir}/htxelatex +%attr(755,root,root) %{_bindir}/htxetex +%attr(755,root,root) %{_bindir}/mk4ht +%attr(755,root,root) %{_bindir}/t4ht +%attr(755,root,root) %{_bindir}/tex4ht +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh +%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl +# %{texmfdist}/tex/generic/tex4ht +# %{texmfdist}/tex4ht +# %{texmf}/scripts/tex4ht -%files latex-marvosym +%files xetex %defattr(644,root,root,755) -%{texmfdist}/tex/latex/marvosym +%attr(755,root,root) %{_bindir}/xdvipdfmx +%attr(755,root,root) %{_bindir}/xelatex +%attr(755,root,root) %{_bindir}/xetex +%dir %{fmtdir}/xetex +# %doc %{texmfdist}/doc/generic/ifxetex +# %doc %{texmfdist}/doc/generic/xetex-pstricks +# %doc %{texmfdist}/doc/xelatex +# %doc %{texmfdist}/doc/xetex +# %{texmfdist}/scripts/xetex +# %{texmfdist}/tex/generic/ifxetex +# %{texmfdist}/tex/generic/xetexconfig +# %{texmfdist}/tex/latex/latexconfig/xelatex.ini +# %{texmfdist}/tex/plain/config/xetex.ini +# %{texmfdist}/tex/xelatex +# %{texmfdist}/tex/xetex +# %{texmf}/fmtutil/format.xetex.cnf +%{fmtdir}/xetex/xetex.fmt +%{fmtdir}/xetex/xelatex.fmt +# %{fmtdir}/pdftex/xelatex.fmt +# %{fmtdir}/pdftex/xetex.fmt +# %{fmtdir}/xelatex -%files latex-microtype +%files xmltex %defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/microtype -%{texmfdist}/source/latex/microtype -%{texmfdist}/tex/latex/microtype - -%files latex-misc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/fixme -%{texmfdist}/source/latex/fixme -%{texmfdist}/tex/latex/fixme -%doc %{texmfdist}/doc/latex/recipecard -%{texmfdist}/source/latex/recipecard -%{texmfdist}/tex/latex/recipecard -%doc %{texmfdist}/doc/latex/cooking -%{texmfdist}/source/latex/cooking -%{texmfdist}/tex/latex/cooking -%doc %{texmfdist}/doc/latex/cuisine -%{texmfdist}/source/latex/cuisine -%{texmfdist}/tex/latex/cuisine -%doc %{texmfdist}/doc/latex/todo -%{texmfdist}/source/latex/todo -%{texmfdist}/tex/latex/todo - -%files latex-mflogo -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/mflogo -%{texmfdist}/tex/latex/mflogo - -%files latex-mfnfss -%defattr(644,root,root,755) -%{texmfdist}/source/latex/mfnfss -%{texmfdist}/tex/latex/mfnfss - -%files latex-minitoc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/minitoc -%{texmfdist}/bibtex/bst/minitoc -%{texmfdist}/makeindex/minitoc -%{texmfdist}/scripts/minitoc -%{texmfdist}/source/latex/minitoc -%{texmfdist}/tex/latex/minitoc - -%files latex-mltex -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/mltex -%{texmfdist}/tex/latex/mltex -%dir %{texmfdist}/tex/mltex -%{texmfdist}/tex/mltex/config - -%files latex-moreverb -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/moreverb -%{texmfdist}/tex/latex/moreverb -%{texmfdist}/source/latex/moreverb - -%files latex-multienum -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/multenum -%dir %{texmfdist}/tex/latex/multenum -%{texmfdist}/tex/latex/multenum/* - -%files latex-musictex -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/musictex -%{texmfdist}/fonts/source/public/musictex -%{texmfdist}/fonts/tfm/public/musictex -%{texmfdist}/tex/generic/musictex -%{texmfdist}/tex/latex/musictex - -%files latex-ntheorem -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/ntheorem -%{texmfdist}/tex/latex/ntheorem -%{texmfdist}/source/latex/ntheorem - -%files latex-other-doc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/alatex -%doc %{texmfdist}/doc/cslatex/base -%doc %{texmfdist}/doc/generic/enctex -%doc %{texmfdist}/doc/generic/wsuipa -%doc %{texmfdist}/doc/latex/ANUfinalexam -%doc %{texmfdist}/doc/latex/AkkTeX -%doc %{texmfdist}/doc/latex/GuIT -%doc %{texmfdist}/doc/latex/a0poster -%doc %{texmfdist}/doc/latex/acmtrans -%doc %{texmfdist}/doc/latex/adrlist -%doc %{texmfdist}/doc/latex/afthesis -%doc %{texmfdist}/doc/latex/aguplus -%doc %{texmfdist}/doc/latex/akletter -%doc %{texmfdist}/doc/latex/algorithm2e -%doc %{texmfdist}/doc/latex/algorithmicx -%doc %{texmfdist}/doc/latex/altfont -%doc %{texmfdist}/doc/latex/ametsoc -%doc %{texmfdist}/doc/latex/amsaddr -%doc %{texmfdist}/doc/latex/amsrefs -%doc %{texmfdist}/doc/latex/animate -%doc %{texmfdist}/doc/latex/answers -%doc %{texmfdist}/doc/latex/anyfontsize -%doc %{texmfdist}/doc/latex/apa -%doc %{texmfdist}/doc/latex/ar -%doc %{texmfdist}/doc/latex/arabi -%doc %{texmfdist}/doc/latex/arabtex -%doc %{texmfdist}/doc/latex/ascelike -%doc %{texmfdist}/doc/latex/assignment -%doc %{texmfdist}/doc/latex/augie -%doc %{texmfdist}/doc/latex/aurical -%doc %{texmfdist}/doc/latex/authorindex -%doc %{texmfdist}/doc/latex/autoarea -%doc %{texmfdist}/doc/latex/autotab -%doc %{texmfdist}/doc/latex/bangtex -%doc %{texmfdist}/doc/latex/barcodes -%doc %{texmfdist}/doc/latex/bayer -%doc %{texmfdist}/doc/latex/bbm-macros -%doc %{texmfdist}/doc/latex/beamer-contrib -%doc %{texmfdist}/doc/latex/begriff -%doc %{texmfdist}/doc/latex/betababel -%doc %{texmfdist}/doc/latex/bibarts -%doc %{texmfdist}/doc/latex/bibleref -%doc %{texmfdist}/doc/latex/biblist -%doc %{texmfdist}/doc/latex/bigfoot -%doc %{texmfdist}/doc/latex/bizcard -%doc %{texmfdist}/doc/latex/blindtext -%doc %{texmfdist}/doc/latex/boldtensors -%doc %{texmfdist}/doc/latex/bookest -%doc %{texmfdist}/doc/latex/boxhandler -%doc %{texmfdist}/doc/latex/braille -%doc %{texmfdist}/doc/latex/breakurl -%doc %{texmfdist}/doc/latex/brushscr -%doc %{texmfdist}/doc/latex/bussproofs -%doc %{texmfdist}/doc/latex/calxxxx -%doc %{texmfdist}/doc/latex/captcont -%doc %{texmfdist}/doc/latex/casyl -%doc %{texmfdist}/doc/latex/catechis -%doc %{texmfdist}/doc/latex/cbcoptic -%doc %{texmfdist}/doc/latex/cclicenses -%doc %{texmfdist}/doc/latex/cd-cover -%doc %{texmfdist}/doc/latex/cd -%doc %{texmfdist}/doc/latex/cdpbundl -%doc %{texmfdist}/doc/latex/cellspace -%doc %{texmfdist}/doc/latex/changes -%doc %{texmfdist}/doc/latex/chapterfolder -%doc %{texmfdist}/doc/latex/china2e -%doc %{texmfdist}/doc/latex/cite -%doc %{texmfdist}/doc/latex/cjk -%doc %{texmfdist}/doc/latex/classicthesis -%doc %{texmfdist}/doc/latex/cleveref -%doc %{texmfdist}/doc/latex/clock -%doc %{texmfdist}/doc/latex/clrscode -%doc %{texmfdist}/doc/latex/cm-lgc -%doc %{texmfdist}/doc/latex/cmap -%doc %{texmfdist}/doc/latex/cmcyralt -%doc %{texmfdist}/doc/latex/cmdstring -%doc %{texmfdist}/doc/latex/codepage -%doc %{texmfdist}/doc/latex/colorinfo -%doc %{texmfdist}/doc/latex/commath -%doc %{texmfdist}/doc/latex/complexity -%doc %{texmfdist}/doc/latex/concprog -%doc %{texmfdist}/doc/latex/confproc -%doc %{texmfdist}/doc/latex/courier-scaled -%doc %{texmfdist}/doc/latex/courseoutline -%doc %{texmfdist}/doc/latex/coursepaper -%doc %{texmfdist}/doc/latex/coverpage -%doc %{texmfdist}/doc/latex/covington -%doc %{texmfdist}/doc/latex/crossreference -%doc %{texmfdist}/doc/latex/cryst -%doc %{texmfdist}/doc/latex/csbulletin -%doc %{texmfdist}/doc/latex/csquotes -%doc %{texmfdist}/doc/latex/ctib -%doc %{texmfdist}/doc/latex/cursor -%doc %{texmfdist}/doc/latex/cv -%doc %{texmfdist}/doc/latex/cweb-latex -%doc %{texmfdist}/doc/latex/dateiliste -%doc %{texmfdist}/doc/latex/datetime -%doc %{texmfdist}/doc/latex/dcpic -%doc %{texmfdist}/doc/latex/diagnose -%doc %{texmfdist}/doc/latex/dichokey -%doc %{texmfdist}/doc/latex/digiconfigs -%doc %{texmfdist}/doc/latex/din1505 -%doc %{texmfdist}/doc/latex/directory -%doc %{texmfdist}/doc/latex/dlfltxb -%doc %{texmfdist}/doc/latex/docmfp -%doc %{texmfdist}/doc/latex/doi -%doc %{texmfdist}/doc/latex/doipubmed -%doc %{texmfdist}/doc/latex/dotarrow -%doc %{texmfdist}/doc/latex/dottex -%doc %{texmfdist}/doc/latex/dpfloat -%doc %{texmfdist}/doc/latex/drac -%doc %{texmfdist}/doc/latex/dramatist -%doc %{texmfdist}/doc/latex/dtxgallery -%doc %{texmfdist}/doc/latex/duerer-latex -%doc %{texmfdist}/doc/latex/dvdcoll -%doc %{texmfdist}/doc/latex/eCards -%doc %{texmfdist}/doc/latex/ean13isbn -%doc %{texmfdist}/doc/latex/easy -%doc %{texmfdist}/doc/latex/ebezier -%doc %{texmfdist}/doc/latex/ebong -%doc %{texmfdist}/doc/latex/ebsthesis -%doc %{texmfdist}/doc/latex/ecclesiastic -%doc %{texmfdist}/doc/latex/ecltree -%doc %{texmfdist}/doc/latex/ed -%doc %{texmfdist}/doc/latex/edmac -%doc %{texmfdist}/doc/latex/edmargin -%doc %{texmfdist}/doc/latex/ednotes -%doc %{texmfdist}/doc/latex/eemeir -%doc %{texmfdist}/doc/latex/egameps -%doc %{texmfdist}/doc/latex/ellipsis -%doc %{texmfdist}/doc/latex/elpres -%doc %{texmfdist}/doc/latex/elsevier -%doc %{texmfdist}/doc/latex/em -%doc %{texmfdist}/doc/latex/emp -%doc %{texmfdist}/doc/latex/emulateapj -%doc %{texmfdist}/doc/latex/endheads -%doc %{texmfdist}/doc/latex/engpron -%doc %{texmfdist}/doc/latex/engrec -%doc %{texmfdist}/doc/latex/envlab -%doc %{texmfdist}/doc/latex/epigraph -%doc %{texmfdist}/doc/latex/epiolmec -%doc %{texmfdist}/doc/latex/epsdice -%doc %{texmfdist}/doc/latex/epspdfconversion -%doc %{texmfdist}/doc/latex/eqparbox -%doc %{texmfdist}/doc/latex/errata -%doc %{texmfdist}/doc/latex/eskdx -%doc %{texmfdist}/doc/latex/etex-pkg -%doc %{texmfdist}/doc/latex/ethiop-t1 -%doc %{texmfdist}/doc/latex/ethiop -%doc %{texmfdist}/doc/latex/etoolbox -%doc %{texmfdist}/doc/latex/eukdate -%doc %{texmfdist}/doc/latex/euproposal -%doc %{texmfdist}/doc/latex/euro -%doc %{texmfdist}/doc/latex/europecv -%doc %{texmfdist}/doc/latex/eurosans -%doc %{texmfdist}/doc/latex/everypage -%doc %{texmfdist}/doc/latex/examplep -%doc %{texmfdist}/doc/latex/exceltex -%doc %{texmfdist}/doc/latex/exercise -%doc %{texmfdist}/doc/latex/expl3 -%doc %{texmfdist}/doc/latex/extarrows -%doc %{texmfdist}/doc/latex/extract -%doc %{texmfdist}/doc/latex/facsimile -%doc %{texmfdist}/doc/latex/fancynum -%doc %{texmfdist}/doc/latex/fancyref -%doc %{texmfdist}/doc/latex/fancytooltips -%doc %{texmfdist}/doc/latex/fax -%doc %{texmfdist}/doc/latex/figbib -%doc %{texmfdist}/doc/latex/figsize -%doc %{texmfdist}/doc/latex/fink -%doc %{texmfdist}/doc/latex/fixfoot -%doc %{texmfdist}/doc/latex/flabels -%doc %{texmfdist}/doc/latex/flacards -%doc %{texmfdist}/doc/latex/flagderiv -%doc %{texmfdist}/doc/latex/flashcards -%doc %{texmfdist}/doc/latex/floatrow -%doc %{texmfdist}/doc/latex/fmp -%doc %{texmfdist}/doc/latex/fnbreak -%doc %{texmfdist}/doc/latex/fncychap -%doc %{texmfdist}/doc/latex/foekfont -%doc %{texmfdist}/doc/latex/fonttable -%doc %{texmfdist}/doc/latex/frankenstein -%doc %{texmfdist}/doc/latex/frenchle -%doc %{texmfdist}/doc/latex/fribrief -%doc %{texmfdist}/doc/latex/frletter -%doc %{texmfdist}/doc/latex/frontespizio -%doc %{texmfdist}/doc/latex/fullblck -%doc %{texmfdist}/doc/latex/fullpict -%doc %{texmfdist}/doc/latex/fundus -%doc %{texmfdist}/doc/latex/gaceta -%doc %{texmfdist}/doc/latex/gastex -%doc %{texmfdist}/doc/latex/gatech-thesis -%doc %{texmfdist}/doc/latex/gauss -%doc %{texmfdist}/doc/latex/gb4e -%doc %{texmfdist}/doc/latex/gcard -%doc %{texmfdist}/doc/latex/gcite -%doc %{texmfdist}/doc/latex/genmpage -%doc %{texmfdist}/doc/latex/geomsty -%doc %{texmfdist}/doc/latex/gloss -%doc %{texmfdist}/doc/latex/glossaries -%doc %{texmfdist}/doc/latex/gmdoc -%doc %{texmfdist}/doc/latex/gmeometric -%doc %{texmfdist}/doc/latex/gmiflink -%doc %{texmfdist}/doc/latex/gmutils -%doc %{texmfdist}/doc/latex/gmverb -%doc %{texmfdist}/doc/latex/graphicx-psmin -%doc %{texmfdist}/doc/latex/greek-inputenc -%doc %{texmfdist}/doc/latex/greekdates -%doc %{texmfdist}/doc/latex/greektex -%doc %{texmfdist}/doc/latex/grfpaste -%doc %{texmfdist}/doc/latex/grnumalt -%doc %{texmfdist}/doc/latex/grverb -%doc %{texmfdist}/doc/latex/gu -%doc %{texmfdist}/doc/latex/guitbeamer -%doc %{texmfdist}/doc/latex/hanging -%doc %{texmfdist}/doc/latex/har2nat -%doc %{texmfdist}/doc/latex/harmony -%doc %{texmfdist}/doc/latex/harpoon -%doc %{texmfdist}/doc/latex/harvard -%doc %{texmfdist}/doc/latex/hc -%doc %{texmfdist}/doc/latex/hep -%doc %{texmfdist}/doc/latex/hepnames -%doc %{texmfdist}/doc/latex/hepparticles -%doc %{texmfdist}/doc/latex/hepthesis -%doc %{texmfdist}/doc/latex/hepunits -%doc %{texmfdist}/doc/latex/hexgame -%doc %{texmfdist}/doc/latex/histogr -%doc %{texmfdist}/doc/latex/hitec -%doc %{texmfdist}/doc/latex/hpsdiss -%doc %{texmfdist}/doc/latex/hvfloat -%doc %{texmfdist}/doc/latex/hypdvips -%doc %{texmfdist}/doc/latex/hyperref-docsrc -%doc %{texmfdist}/doc/latex/hyperxmp -%doc %{texmfdist}/doc/latex/ibycus-babel -%doc %{texmfdist}/doc/latex/icsv -%doc %{texmfdist}/doc/latex/ieeepes -%doc %{texmfdist}/doc/latex/ifmslide -%doc %{texmfdist}/doc/latex/ifplatform -%doc %{texmfdist}/doc/latex/ijmart -%doc %{texmfdist}/doc/latex/imac -%doc %{texmfdist}/doc/latex/image-gallery -%doc %{texmfdist}/doc/latex/imtekda -%doc %{texmfdist}/doc/latex/inlinebib -%doc %{texmfdist}/doc/latex/inlinedef -%doc %{texmfdist}/doc/latex/interactiveworkbook -%doc %{texmfdist}/doc/latex/invoice -%doc %{texmfdist}/doc/latex/ipa -%doc %{texmfdist}/doc/latex/iso -%doc %{texmfdist}/doc/latex/iso10303 -%doc %{texmfdist}/doc/latex/isodate -%doc %{texmfdist}/doc/latex/isodoc -%doc %{texmfdist}/doc/latex/itnumpar -%doc %{texmfdist}/doc/latex/jknapltx -%doc %{texmfdist}/doc/latex/jneurosci -%doc %{texmfdist}/doc/latex/jpsj -%doc %{texmfdist}/doc/latex/jura -%doc %{texmfdist}/doc/latex/juraabbrev -%doc %{texmfdist}/doc/latex/juramisc -%doc %{texmfdist}/doc/latex/jurarsp -%doc %{texmfdist}/doc/latex/karnaugh -%doc %{texmfdist}/doc/latex/kerkis -%doc %{texmfdist}/doc/latex/kerntest -%doc %{texmfdist}/doc/latex/kluwer -%doc %{texmfdist}/doc/latex/lazylist -%doc %{texmfdist}/doc/latex/lcyw -%doc %{texmfdist}/doc/latex/ledmac -%doc %{texmfdist}/doc/latex/lgreek -%doc %{texmfdist}/doc/latex/lhelp -%doc %{texmfdist}/doc/latex/linguex -%doc %{texmfdist}/doc/latex/lipsum -%doc %{texmfdist}/doc/latex/listbib -%doc %{texmfdist}/doc/latex/lkproof -%doc %{texmfdist}/doc/latex/logic -%doc %{texmfdist}/doc/latex/ltxindex -%doc %{texmfdist}/doc/latex/mafr -%doc %{texmfdist}/doc/latex/magyar -%doc %{texmfdist}/doc/latex/mailing -%doc %{texmfdist}/doc/latex/makebarcode -%doc %{texmfdist}/doc/latex/makedtx -%doc %{texmfdist}/doc/latex/makeglos -%doc %{texmfdist}/doc/latex/mathdesign -%doc %{texmfdist}/doc/latex/mathpazo -%doc %{texmfdist}/doc/latex/mceinleger -%doc %{texmfdist}/doc/latex/memexsupp -%doc %{texmfdist}/doc/latex/metaplot -%doc %{texmfdist}/doc/latex/mff -%doc %{texmfdist}/doc/latex/mftinc -%doc %{texmfdist}/doc/latex/minutes -%doc %{texmfdist}/doc/latex/mmap -%doc %{texmfdist}/doc/latex/mnsymbol -%doc %{texmfdist}/doc/latex/moderncv -%doc %{texmfdist}/doc/latex/modroman -%doc %{texmfdist}/doc/latex/mongolian-babel -%doc %{texmfdist}/doc/latex/montex -%doc %{texmfdist}/doc/latex/moresize -%doc %{texmfdist}/doc/latex/msg -%doc %{texmfdist}/doc/latex/mslapa -%doc %{texmfdist}/doc/latex/mtgreek -%doc %{texmfdist}/doc/latex/multibbl -%doc %{texmfdist}/doc/latex/multirow -%doc %{texmfdist}/doc/latex/munich -%doc %{texmfdist}/doc/latex/muthesis -%doc %{texmfdist}/doc/latex/mxd -%doc %{texmfdist}/doc/latex/mxedruli -%doc %{texmfdist}/doc/latex/ncclatex -%doc %{texmfdist}/doc/latex/ncctools -%doc %{texmfdist}/doc/latex/nddiss -%doc %{texmfdist}/doc/latex/newalg -%doc %{texmfdist}/doc/latex/newfile -%doc %{texmfdist}/doc/latex/newlfm -%doc %{texmfdist}/doc/latex/newspaper -%doc %{texmfdist}/doc/latex/nomentbl -%doc %{texmfdist}/doc/latex/nonfloat -%doc %{texmfdist}/doc/latex/numname -%doc %{texmfdist}/doc/latex/ocr-latex -%doc %{texmfdist}/doc/latex/ogham -%doc %{texmfdist}/doc/latex/ogonek -%doc %{texmfdist}/doc/latex/opcit -%doc %{texmfdist}/doc/latex/ordinalpt -%doc %{texmfdist}/doc/latex/otibet -%doc %{texmfdist}/doc/latex/outline -%doc %{texmfdist}/doc/latex/outliner -%doc %{texmfdist}/doc/latex/pagenote -%doc %{texmfdist}/doc/latex/papercdcase -%doc %{texmfdist}/doc/latex/paresse -%doc %{texmfdist}/doc/latex/parrun -%doc %{texmfdist}/doc/latex/pauldoc -%doc %{texmfdist}/doc/latex/pdfwin -%doc %{texmfdist}/doc/latex/pecha -%doc %{texmfdist}/doc/latex/perception -%doc %{texmfdist}/doc/latex/perltex -%doc %{texmfdist}/doc/latex/pgf-soroban -%doc %{texmfdist}/doc/latex/pgfopts -%doc %{texmfdist}/doc/latex/philex -%doc %{texmfdist}/doc/latex/plates -%doc %{texmfdist}/doc/latex/plweb -%doc %{texmfdist}/doc/latex/pmgraph -%doc %{texmfdist}/doc/latex/polski -%doc %{texmfdist}/doc/latex/polyglot -%doc %{texmfdist}/doc/latex/postcards -%doc %{texmfdist}/doc/latex/prettyref -%doc %{texmfdist}/doc/latex/proba -%doc %{texmfdist}/doc/latex/procIAGssymp -%doc %{texmfdist}/doc/latex/protex -%doc %{texmfdist}/doc/latex/protocol -%doc %{texmfdist}/doc/latex/psfragx -%doc %{texmfdist}/doc/latex/psgo -%doc %{texmfdist}/doc/latex/pspicture -%doc %{texmfdist}/doc/latex/pst2pdf -%doc %{texmfdist}/doc/latex/qobitree -%doc %{texmfdist}/doc/latex/qstest -%doc %{texmfdist}/doc/latex/quotmark -%doc %{texmfdist}/doc/latex/r_und_s -%doc %{texmfdist}/doc/latex/randbild -%doc %{texmfdist}/doc/latex/rcs -%doc %{texmfdist}/doc/latex/rcsinfo -%doc %{texmfdist}/doc/latex/rectopma -%doc %{texmfdist}/doc/latex/refcheck -%doc %{texmfdist}/doc/latex/refstyle -%doc %{texmfdist}/doc/latex/relenc -%doc %{texmfdist}/doc/latex/repeatindex -%doc %{texmfdist}/doc/latex/rlepsf -%doc %{texmfdist}/doc/latex/rmpage -%doc %{texmfdist}/doc/latex/robustindex -%doc %{texmfdist}/doc/latex/rst -%doc %{texmfdist}/doc/latex/rtkinenc -%doc %{texmfdist}/doc/latex/rtklage -%doc %{texmfdist}/doc/latex/sagetex -%doc %{texmfdist}/doc/latex/sanskrit -%doc %{texmfdist}/doc/latex/sauerj -%doc %{texmfdist}/doc/latex/sauterfonts -%doc %{texmfdist}/doc/latex/savefnmark -%doc %{texmfdist}/doc/latex/savetrees -%doc %{texmfdist}/doc/latex/scalebar -%doc %{texmfdist}/doc/latex/scientificpaper -%doc %{texmfdist}/doc/latex/sciwordconv -%doc %{texmfdist}/doc/latex/semioneside -%doc %{texmfdist}/doc/latex/seqsplit -%doc %{texmfdist}/doc/latex/sf298 -%doc %{texmfdist}/doc/latex/sffms -%doc %{texmfdist}/doc/latex/sfg -%doc %{texmfdist}/doc/latex/shorttoc -%doc %{texmfdist}/doc/latex/show2e -%doc %{texmfdist}/doc/latex/showexpl -%doc %{texmfdist}/doc/latex/slantsc -%doc %{texmfdist}/doc/latex/smalltableof -%doc %{texmfdist}/doc/latex/smartref -%doc %{texmfdist}/doc/latex/smflatex -%doc %{texmfdist}/doc/latex/snapshot -%doc %{texmfdist}/doc/latex/sort-by-letters -%doc %{texmfdist}/doc/latex/soyombo -%doc %{texmfdist}/doc/latex/sparklines -%doc %{texmfdist}/doc/latex/spie -%doc %{texmfdist}/doc/latex/splitbib -%doc %{texmfdist}/doc/latex/spotcolor -%doc %{texmfdist}/doc/latex/sprite -%doc %{texmfdist}/doc/latex/srcltx -%doc %{texmfdist}/doc/latex/ssqquote -%doc %{texmfdist}/doc/latex/statistik -%doc %{texmfdist}/doc/latex/stdpage -%doc %{texmfdist}/doc/latex/stellenbosch -%doc %{texmfdist}/doc/latex/stex -%doc %{texmfdist}/doc/latex/struktex -%doc %{texmfdist}/doc/latex/sttools -%doc %{texmfdist}/doc/latex/stubs -%doc %{texmfdist}/doc/latex/sugconf -%doc %{texmfdist}/doc/latex/supertabular -%doc %{texmfdist}/doc/latex/svgcolor -%doc %{texmfdist}/doc/latex/svn-multi -%doc %{texmfdist}/doc/latex/svn -%doc %{texmfdist}/doc/latex/svninfo -%doc %{texmfdist}/doc/latex/swebib -%doc %{texmfdist}/doc/latex/swimgraf -%doc %{texmfdist}/doc/latex/synproof -%doc %{texmfdist}/doc/latex/syntax -%doc %{texmfdist}/doc/latex/syntrace -%doc %{texmfdist}/doc/latex/synttree -%doc %{texmfdist}/doc/latex/t-angles -%doc %{texmfdist}/doc/latex/tableaux -%doc %{texmfdist}/doc/latex/tablists -%doc %{texmfdist}/doc/latex/tablor -%doc %{texmfdist}/doc/latex/tabto-ltx -%doc %{texmfdist}/doc/latex/tabulary -%doc %{texmfdist}/doc/latex/tabvar -%doc %{texmfdist}/doc/latex/talk -%doc %{texmfdist}/doc/latex/tapir -%doc %{texmfdist}/doc/latex/tcldoc -%doc %{texmfdist}/doc/latex/tdsfrmath -%doc %{texmfdist}/doc/latex/technics -%doc %{texmfdist}/doc/latex/ted -%doc %{texmfdist}/doc/latex/tengwarscript -%doc %{texmfdist}/doc/latex/tensor -%doc %{texmfdist}/doc/latex/teubner -%doc %{texmfdist}/doc/latex/texmate -%doc %{texmfdist}/doc/latex/texpower -%doc %{texmfdist}/doc/latex/texshade -%doc %{texmfdist}/doc/latex/textcase -%doc %{texmfdist}/doc/latex/textopo -%doc %{texmfdist}/doc/latex/theoremref -%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac -%doc %{texmfdist}/doc/latex/thinsp -%doc %{texmfdist}/doc/latex/thmtools -%doc %{texmfdist}/doc/latex/thumb -%doc %{texmfdist}/doc/latex/thuthesis -%doc %{texmfdist}/doc/latex/ticket -%doc %{texmfdist}/doc/latex/tikz-inet -%doc %{texmfdist}/doc/latex/timesht -%doc %{texmfdist}/doc/latex/titling -%doc %{texmfdist}/doc/latex/tocvsec2 -%doc %{texmfdist}/doc/latex/tokenizer -%doc %{texmfdist}/doc/latex/toolbox -%doc %{texmfdist}/doc/latex/toptesi -%doc %{texmfdist}/doc/latex/trajan -%doc %{texmfdist}/doc/latex/translator -%doc %{texmfdist}/doc/latex/tree-dvips -%doc %{texmfdist}/doc/latex/trivfloat -%doc %{texmfdist}/doc/latex/turnstile -%doc %{texmfdist}/doc/latex/twoup -%doc %{texmfdist}/doc/latex/typogrid -%doc %{texmfdist}/doc/latex/umlaute -%doc %{texmfdist}/doc/latex/undertilde -%doc %{texmfdist}/doc/latex/unitsdef -%doc %{texmfdist}/doc/latex/unroman -%doc %{texmfdist}/doc/latex/upmethodology -%doc %{texmfdist}/doc/latex/urlbst -%doc %{texmfdist}/doc/latex/varindex -%doc %{texmfdist}/doc/latex/varsfromjobname -%doc %{texmfdist}/doc/latex/vector -%doc %{texmfdist}/doc/latex/verse -%doc %{texmfdist}/doc/latex/vhistory -%doc %{texmfdist}/doc/latex/vita -%doc %{texmfdist}/doc/latex/volumes -%doc %{texmfdist}/doc/latex/vpe -%doc %{texmfdist}/doc/latex/vrsion -%doc %{texmfdist}/doc/latex/vwcol -%doc %{texmfdist}/doc/latex/vxu -%doc %{texmfdist}/doc/latex/wadalab -%doc %{texmfdist}/doc/latex/wallpaper -%doc %{texmfdist}/doc/latex/warpcol -%doc %{texmfdist}/doc/latex/wnri -%doc %{texmfdist}/doc/latex/wordlike -%doc %{texmfdist}/doc/latex/xargs -%doc %{texmfdist}/doc/latex/xdoc -%doc %{texmfdist}/doc/latex/xfor -%doc %{texmfdist}/doc/latex/xifthen -%doc %{texmfdist}/doc/latex/xmpincl -%doc %{texmfdist}/doc/latex/xnewcommand -%doc %{texmfdist}/doc/latex/xoptarg -%doc %{texmfdist}/doc/latex/xpackages -%doc %{texmfdist}/doc/latex/xskak -%doc %{texmfdist}/doc/latex/xstring -%doc %{texmfdist}/doc/latex/xtcapts -%doc %{texmfdist}/doc/latex/xyling -%doc %{texmfdist}/doc/latex/xytree -%doc %{texmfdist}/doc/latex/yafoot -%doc %{texmfdist}/doc/latex/yhmath -%doc %{texmfdist}/doc/latex/york-thesis -%doc %{texmfdist}/doc/latex/yplan -%doc %{texmfdist}/doc/latex/zed-csp -%doc %{texmfdist}/doc/latex/zefonts -%doc %{texmfdist}/doc/latex/ziffer -%doc %{texmfdist}/doc/latex/zwgetfdate - -%files latex-math-sources -%defattr(644,root,root,755) -%dir %{texmfdist}/source -%dir %{texmfdist}/source/latex -%{texmfdist}/source/latex/bez123 -%{texmfdist}/source/latex/binomexp -%{texmfdist}/source/latex/cmll -%{texmfdist}/source/latex/constants -%{texmfdist}/source/latex/coordsys -%{texmfdist}/source/latex/dotseqn -%{texmfdist}/source/latex/egplot -%{texmfdist}/source/latex/eqlist -%{texmfdist}/source/latex/eqnarray -%{texmfdist}/source/latex/esdiff -%{texmfdist}/source/latex/esvect -%{texmfdist}/source/latex/extpfeil -%{texmfdist}/source/latex/fouridx -%{texmfdist}/source/latex/functan -%{texmfdist}/source/latex/galois -%{texmfdist}/source/latex/gnuplottex -%{texmfdist}/source/latex/hhtensor -%{texmfdist}/source/latex/logpap -%{texmfdist}/source/latex/noitcrul -%{texmfdist}/source/latex/permute -%{texmfdist}/source/latex/qsymbols -%{texmfdist}/source/latex/subdepth -%{texmfdist}/source/latex/faktor -%{texmfdist}/source/latex/sseq -%{texmfdist}/source/latex/trsym -%{texmfdist}/source/latex/petri-nets -%{texmfdist}/source/latex/mlist -%{texmfdist}/source/latex/numprint - -%files latex-math -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/bez123 -%doc %{texmfdist}/doc/latex/binomexp -%doc %{texmfdist}/doc/latex/cmll -%doc %{texmfdist}/doc/latex/constants -%doc %{texmfdist}/doc/latex/coordsys -%doc %{texmfdist}/doc/latex/egplot -%doc %{texmfdist}/doc/latex/eqlist -%doc %{texmfdist}/doc/latex/eqnarray -%doc %{texmfdist}/doc/latex/esdiff -%doc %{texmfdist}/doc/latex/esvect -%doc %{texmfdist}/doc/latex/extpfeil -%doc %{texmfdist}/doc/latex/faktor -%doc %{texmfdist}/doc/latex/fouridx -%doc %{texmfdist}/doc/latex/functan -%doc %{texmfdist}/doc/latex/galois -%doc %{texmfdist}/doc/latex/gnuplottex -%doc %{texmfdist}/doc/latex/hhtensor -%doc %{texmfdist}/doc/latex/logpap -%doc %{texmfdist}/doc/latex/makeplot -%doc %{texmfdist}/doc/latex/maybemath -%doc %{texmfdist}/doc/latex/mfpic4ode -%doc %{texmfdist}/doc/latex/mhequ -%doc %{texmfdist}/doc/latex/mlist -%doc %{texmfdist}/doc/latex/nath -%doc %{texmfdist}/doc/latex/noitcrul -%doc %{texmfdist}/doc/latex/numprint -%doc %{texmfdist}/doc/latex/permute -%doc %{texmfdist}/doc/latex/petri-nets -%doc %{texmfdist}/doc/latex/qsymbols -%doc %{texmfdist}/doc/latex/qtree -%doc %{texmfdist}/doc/latex/sdrt -%doc %{texmfdist}/doc/latex/semantic -%doc %{texmfdist}/doc/latex/simplewick -%doc %{texmfdist}/doc/latex/sseq -%doc %{texmfdist}/doc/latex/subdepth -%doc %{texmfdist}/doc/latex/subeqn -%doc %{texmfdist}/doc/latex/subeqnarray -%doc %{texmfdist}/doc/latex/trfsigns -%doc %{texmfdist}/doc/latex/trsym -%doc %{texmfdist}/doc/latex/ulsy -%{texmfdist}/fonts/map/dvips/cmll -%{texmfdist}/fonts/map/dvips/esvect -%{texmfdist}/fonts/source/public/cmll -%{texmfdist}/fonts/source/public/esvect -%{texmfdist}/fonts/source/public/trsym -%{texmfdist}/fonts/source/public/ulsy -%{texmfdist}/fonts/tfm/public/cmll -%{texmfdist}/fonts/tfm/public/esvect -%{texmfdist}/fonts/tfm/public/trsym -%{texmfdist}/fonts/tfm/public/ulsy -%{texmfdist}/fonts/type1/public/cmll -%{texmfdist}/fonts/type1/public/esvect -%{texmfdist}/source/latex/makeplot -%{texmfdist}/source/latex/mfpic4ode -%{texmfdist}/source/latex/semantic -%{texmfdist}/source/latex/simplewick -%{texmfdist}/source/latex/subeqn -%{texmfdist}/source/latex/subeqnarray -%{texmfdist}/source/latex/trfsigns -%{texmfdist}/source/latex/ulsy -%{texmfdist}/tex/latex/bez123 -%{texmfdist}/tex/latex/binomexp -%{texmfdist}/tex/latex/cmll -%{texmfdist}/tex/latex/constants -%{texmfdist}/tex/latex/coordsys -%{texmfdist}/tex/latex/dotseqn -%{texmfdist}/tex/latex/egplot -%{texmfdist}/tex/latex/eqlist -%{texmfdist}/tex/latex/eqnarray -%{texmfdist}/tex/latex/esdiff -%{texmfdist}/tex/latex/esvect -%{texmfdist}/tex/latex/extpfeil -%{texmfdist}/tex/latex/faktor -%{texmfdist}/tex/latex/fouridx -%{texmfdist}/tex/latex/functan -%{texmfdist}/tex/latex/galois -%{texmfdist}/tex/latex/gnuplottex -%{texmfdist}/tex/latex/hhtensor -%{texmfdist}/tex/latex/logpap -%{texmfdist}/tex/latex/makeplot -%{texmfdist}/tex/latex/maybemath -%{texmfdist}/tex/latex/mfpic4ode -%{texmfdist}/tex/latex/mhequ -%{texmfdist}/tex/latex/mhs -%{texmfdist}/tex/latex/mlist -%{texmfdist}/tex/latex/nath -%{texmfdist}/tex/latex/noitcrul -%{texmfdist}/tex/latex/numprint -%{texmfdist}/tex/latex/permute -%{texmfdist}/tex/latex/petri-nets -%{texmfdist}/tex/latex/qsymbols -%{texmfdist}/tex/latex/qtree -%{texmfdist}/tex/latex/sdrt -%{texmfdist}/tex/latex/semantic -%{texmfdist}/tex/latex/sfmath -%{texmfdist}/tex/latex/simplewick -%{texmfdist}/tex/latex/sseq -%{texmfdist}/tex/latex/subdepth -%{texmfdist}/tex/latex/subeqn -%{texmfdist}/tex/latex/subeqnarray -%{texmfdist}/tex/latex/trfsigns -%{texmfdist}/tex/latex/trsym -%{texmfdist}/tex/latex/ulsy - -%files latex-physics -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/circ -%doc %{texmfdist}/doc/latex/colorwav -%doc %{texmfdist}/doc/latex/dyntree -%doc %{texmfdist}/doc/latex/feynmf -%doc %{texmfdist}/doc/latex/formula -%doc %{texmfdist}/doc/latex/listofsymbols -%doc %{texmfdist}/doc/latex/miller -%doc %{texmfdist}/doc/latex/susy -%{texmfdist}/metapost/feynmf -%{texmfdist}/source/latex/circ -%{texmfdist}/source/latex/colorwav -%{texmfdist}/source/latex/dyntree -%{texmfdist}/source/latex/feynmf -%{texmfdist}/source/latex/formula -%{texmfdist}/source/latex/isotope -%{texmfdist}/source/latex/miller -%{texmfdist}/tex/latex/circ -%{texmfdist}/tex/latex/colorwav -%{texmfdist}/tex/latex/dyntree -%{texmfdist}/tex/latex/feynmf -%{texmfdist}/tex/latex/formula -%{texmfdist}/tex/latex/isotope -%{texmfdist}/tex/latex/listofsymbols -%{texmfdist}/tex/latex/miller -%{texmfdist}/tex/latex/susy - -%files latex-chem -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/achemso -%doc %{texmfdist}/doc/latex/bpchem -%doc %{texmfdist}/doc/latex/chemstyle -%doc %{texmfdist}/doc/latex/mhchem -%doc %{texmfdist}/doc/fonts/chemarrow -%doc %{texmfdist}/doc/latex/chemcompounds -%doc %{texmfdist}/doc/latex/chemcono -%{texmfdist}/fonts/afm/public/chemarrow -%{texmfdist}/fonts/map/dvips/chemarrow -%{texmfdist}/fonts/source/public/chemarrow -%{texmfdist}/fonts/tfm/public/chemarrow -%{texmfdist}/fonts/type1/public/chemarrow -%{texmfdist}/source/latex/achemso -%{texmfdist}/source/latex/bpchem -%{texmfdist}/source/latex/chemcompounds -%{texmfdist}/source/latex/chemstyle -%{texmfdist}/tex/latex/achemso -%{texmfdist}/tex/latex/bpchem -%{texmfdist}/tex/latex/chemarrow -%{texmfdist}/tex/latex/chemcompounds -%{texmfdist}/tex/latex/chemcono -%{texmfdist}/tex/latex/chemstyle -%{texmfdist}/tex/latex/mhchem - -%files latex-biology -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/biocon -%doc %{texmfdist}/doc/latex/dnaseq -%{texmfdist}/bibtex/bib/biocon -%{texmfdist}/source/latex/biocon -%{texmfdist}/source/latex/dnaseq -%{texmfdist}/tex/latex/biocon -%{texmfdist}/tex/latex/dnaseq - -%files latex-pdftools -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/attachfile -%doc %{texmfdist}/doc/latex/cooltooltips -%doc %{texmfdist}/doc/latex/movie15 -%doc %{texmfdist}/doc/latex/pdfcprot -%doc %{texmfdist}/doc/latex/pdfscreen -%doc %{texmfdist}/doc/latex/pdfsync -%doc %{texmfdist}/doc/latex/pdftricks -%{texmfdist}/source/latex/attachfile -%{texmfdist}/source/latex/cooltooltips -%{texmfdist}/source/latex/pdfcprot -%{texmfdist}/tex/latex/attachfile -%{texmfdist}/tex/latex/cooltooltips -%{texmfdist}/tex/latex/movie15 -%{texmfdist}/tex/latex/pdfcprot -%{texmfdist}/tex/latex/pdfscreen -%{texmfdist}/tex/latex/pdfsync -%{texmfdist}/tex/latex/pdftricks - -%files latex-informatic -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/alg -%doc %{texmfdist}/doc/latex/bytefield -%doc %{texmfdist}/doc/latex/lsc -%doc %{texmfdist}/doc/latex/method -%doc %{texmfdist}/doc/latex/msc -%doc %{texmfdist}/doc/latex/progkeys -%doc %{texmfdist}/doc/latex/register -%doc %{texmfdist}/doc/latex/uml -%{texmfdist}/source/latex/alg -%{texmfdist}/source/latex/bytefield -%{texmfdist}/source/latex/method -%{texmfdist}/source/latex/progkeys -%{texmfdist}/source/latex/register -%{texmfdist}/source/latex/uml -%{texmfdist}/tex/latex/alg -%{texmfdist}/tex/latex/bytefield -%{texmfdist}/tex/latex/lsc -%{texmfdist}/tex/latex/method -%{texmfdist}/tex/latex/msc -%{texmfdist}/tex/latex/progkeys -%{texmfdist}/tex/latex/register -%{texmfdist}/tex/latex/uml - -%files latex-games -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/backgammon -%doc %{texmfdist}/doc/latex/chessboard -%doc %{texmfdist}/doc/latex/chessfss -%doc %{texmfdist}/doc/latex/crosswrd -%doc %{texmfdist}/doc/latex/cwpuzzle -%doc %{texmfdist}/doc/latex/jeopardy -%doc %{texmfdist}/doc/latex/othello -%doc %{texmfdist}/doc/latex/sgame -%doc %{texmfdist}/doc/latex/skak -%doc %{texmfdist}/doc/latex/sudoku -%doc %{texmfdist}/doc/latex/sudokubundle -%{texmfdist}/fonts/enc/dvips/chessfss -%{texmfdist}/fonts/map/dvips/skak -%{texmfdist}/fonts/source/public/backgammon -%{texmfdist}/fonts/source/public/cchess -%{texmfdist}/fonts/source/public/chess -%{texmfdist}/fonts/source/public/go -%{texmfdist}/fonts/source/public/othello -%{texmfdist}/fonts/source/public/skak -%{texmfdist}/fonts/tfm/public/backgammon -%{texmfdist}/fonts/tfm/public/cchess -%{texmfdist}/fonts/tfm/public/go -%{texmfdist}/fonts/tfm/public/othello -%{texmfdist}/fonts/tfm/public/skak -%{texmfdist}/source/latex/backgammon -%{texmfdist}/source/latex/chessboard -%{texmfdist}/source/latex/chessfss -%{texmfdist}/source/latex/crosswrd -%{texmfdist}/source/latex/cwpuzzle -%{texmfdist}/source/latex/go -%{texmfdist}/source/latex/jeopardy -%{texmfdist}/source/latex/othello -%{texmfdist}/source/latex/sudoku -%{texmfdist}/source/latex/sudokubundle -%{texmfdist}/tex/latex/backgammon -%{texmfdist}/tex/latex/cchess -%{texmfdist}/tex/latex/chess -%{texmfdist}/tex/latex/chessboard -%{texmfdist}/tex/latex/chessfss -%{texmfdist}/tex/latex/crosswrd -%{texmfdist}/tex/latex/cwpuzzle -%{texmfdist}/tex/latex/go -%{texmfdist}/tex/latex/jeopardy -%{texmfdist}/tex/latex/othello -%{texmfdist}/tex/latex/sgame -%{texmfdist}/tex/latex/skak -%{texmfdist}/tex/latex/sudoku -%{texmfdist}/tex/latex/sudokubundle - -%files latex-sources -%defattr(644,root,root,755) -%dir %{texmfdist}/source -%dir %{texmfdist}/source/latex -%{texmfdist}/source/latex/acronym -%{texmfdist}/source/latex/adrlist -%{texmfdist}/source/latex/altfont -%{texmfdist}/source/latex/answers -%{texmfdist}/source/latex/ascii -%{texmfdist}/source/latex/augie -%{texmfdist}/source/latex/barcodes -%{texmfdist}/source/latex/bbding -%{texmfdist}/source/latex/bbm-macros -%{texmfdist}/source/latex/bengali -%{texmfdist}/source/latex/beton -%{texmfdist}/source/latex/bibarts -%{texmfdist}/source/latex/bibleref -%{texmfdist}/source/latex/biblist -%{texmfdist}/source/latex/bigfoot -%{texmfdist}/source/latex/bizcard -%{texmfdist}/source/latex/blindtext -%{texmfdist}/source/latex/bookhands -%{texmfdist}/source/latex/bophook -%{texmfdist}/source/latex/boxhandler -%{texmfdist}/source/latex/braille -%{texmfdist}/source/latex/breakurl -%{texmfdist}/source/latex/brushscr -%{texmfdist}/source/latex/burmese -%{texmfdist}/source/latex/captcont -%{texmfdist}/source/latex/catechis -%{texmfdist}/source/latex/cclicenses -%{texmfdist}/source/latex/cd -%{texmfdist}/source/latex/cd-cover -%{texmfdist}/source/latex/cdpbundl -%{texmfdist}/source/latex/changes -%{texmfdist}/source/latex/chapterfolder -%{texmfdist}/source/latex/cleveref -%{texmfdist}/source/latex/cmcyralt -%{texmfdist}/source/latex/cmsd -%{texmfdist}/source/latex/codepage -%{texmfdist}/source/latex/confproc -%{texmfdist}/source/latex/coverpage -%{texmfdist}/source/latex/crop -%{texmfdist}/source/latex/crossreference -%{texmfdist}/source/latex/ctib -%{texmfdist}/source/latex/cweb-latex -%{texmfdist}/source/latex/dateiliste -%{texmfdist}/source/latex/datetime -%{texmfdist}/source/latex/decimal -%{texmfdist}/source/latex/diagnose -%{texmfdist}/source/latex/docmfp -%{texmfdist}/source/latex/doipubmed -%{texmfdist}/source/latex/dotarrow -%{texmfdist}/source/latex/dottex -%{texmfdist}/source/latex/drac -%{texmfdist}/source/latex/draftcopy -%{texmfdist}/source/latex/dramatist -%{texmfdist}/source/latex/eCards -%{texmfdist}/source/latex/ebezier -%{texmfdist}/source/latex/ebsthesis -%{texmfdist}/source/latex/ecclesiastic -%{texmfdist}/source/latex/edmargin -%{texmfdist}/source/latex/eemeir -%{texmfdist}/source/latex/eiad -%{texmfdist}/source/latex/ellipsis -%{texmfdist}/source/latex/em -%{texmfdist}/source/latex/emp -%{texmfdist}/source/latex/endfloat -%{texmfdist}/source/latex/endheads -%{texmfdist}/source/latex/engpron -%{texmfdist}/source/latex/engrec -%{texmfdist}/source/latex/envlab -%{texmfdist}/source/latex/epigraph -%{texmfdist}/source/latex/epiolmec -%{texmfdist}/source/latex/epsdice -%{texmfdist}/source/latex/eqparbox -%{texmfdist}/source/latex/errata -%{texmfdist}/source/latex/eso-pic -%{texmfdist}/source/latex/ethiop -%{texmfdist}/source/latex/eukdate -%{texmfdist}/source/latex/euproposal -%{texmfdist}/source/latex/euro -%{texmfdist}/source/latex/everypage -%{texmfdist}/source/latex/exercise -%{texmfdist}/source/latex/expl3 -%{texmfdist}/source/latex/extract -%{texmfdist}/source/latex/facsimile -%{texmfdist}/source/latex/fancynum -%{texmfdist}/source/latex/fancyref -%{texmfdist}/source/latex/fancytooltips -%{texmfdist}/source/latex/fancyvrb -%{texmfdist}/source/latex/figsize -%{texmfdist}/source/latex/filecontents -%{texmfdist}/source/latex/fink -%{texmfdist}/source/latex/flabels -%{texmfdist}/source/latex/flagderiv -%{texmfdist}/source/latex/flashcards -%{texmfdist}/source/latex/float -%{texmfdist}/source/latex/floatrow -%{texmfdist}/source/latex/fmp -%{texmfdist}/source/latex/fnbreak -%{texmfdist}/source/latex/foilhtml -%{texmfdist}/source/latex/fonttable -%{texmfdist}/source/latex/footmisc -%{texmfdist}/source/latex/footnpag -%{texmfdist}/source/latex/frankenstein -%{texmfdist}/source/latex/frontespizio -%{texmfdist}/source/latex/fullblck -%{texmfdist}/source/latex/fundus -%{texmfdist}/source/latex/gcite -%{texmfdist}/source/latex/genmpage -%{texmfdist}/source/latex/geometry -%{texmfdist}/source/latex/geomsty -%{texmfdist}/source/latex/glossaries -%{texmfdist}/source/latex/graphics -%{texmfdist}/source/latex/graphicx-psmin -%{texmfdist}/source/latex/greekdates -%{texmfdist}/source/latex/grnumalt -%{texmfdist}/source/latex/grverb -%{texmfdist}/source/latex/hanging -%{texmfdist}/source/latex/harvard -%{texmfdist}/source/latex/hc -%{texmfdist}/source/latex/hepthesis -%{texmfdist}/source/latex/hilowres -%{texmfdist}/source/latex/histogr -%{texmfdist}/source/latex/hpsdiss -%{texmfdist}/source/latex/hyper -%{texmfdist}/source/latex/hyperref -%{texmfdist}/source/latex/hyperxmp -%{texmfdist}/source/latex/hyphenat -%{texmfdist}/source/latex/ibycus-babel -%{texmfdist}/source/latex/icsv -%{texmfdist}/source/latex/ifmslide -%{texmfdist}/source/latex/ifplatform -%{texmfdist}/source/latex/ijmart -%{texmfdist}/source/latex/imtekda -%{texmfdist}/source/latex/index -%{texmfdist}/source/latex/inlinedef -%{texmfdist}/source/latex/iso -%{texmfdist}/source/latex/iso10303 -%{texmfdist}/source/latex/isodate -%{texmfdist}/source/latex/isodoc -%{texmfdist}/source/latex/itnumpar -%{texmfdist}/source/latex/jura -%{texmfdist}/source/latex/juraabbrev -%{texmfdist}/source/latex/jurarsp -%{texmfdist}/source/latex/kdgreek -%{texmfdist}/source/latex/koma-script -%{texmfdist}/source/latex/labels -%{texmfdist}/source/latex/layouts -%{texmfdist}/source/latex/listings -%{texmfdist}/source/latex/localloc -%{texmfdist}/source/latex/mathcomp -%{texmfdist}/source/latex/mathpazo -%{texmfdist}/source/latex/mdwtools -%{texmfdist}/source/latex/memoir -%{texmfdist}/source/latex/mh -%{texmfdist}/source/latex/mnsymbol -%{texmfdist}/source/latex/modroman -%{texmfdist}/source/latex/mongolian-babel -%{texmfdist}/source/latex/montex -%{texmfdist}/source/latex/mparhack -%{texmfdist}/source/latex/ms -%{texmfdist}/source/latex/multibib -%{texmfdist}/source/latex/mwcls -%{texmfdist}/source/latex/natbib -%{texmfdist}/source/latex/ncctools -%{texmfdist}/source/latex/nddiss -%{texmfdist}/source/latex/newalg -%{texmfdist}/source/latex/newfile -%{texmfdist}/source/latex/newlfm -%{texmfdist}/source/latex/newspaper -%{texmfdist}/source/latex/nomencl -%{texmfdist}/source/latex/ntgclass -%{texmfdist}/source/latex/oberdiek -%{texmfdist}/source/latex/paralist -%{texmfdist}/source/latex/pdfpages -%{texmfdist}/source/latex/pict2e -%{texmfdist}/source/latex/preprint -%{texmfdist}/source/latex/preview -%{texmfdist}/source/latex/psfrag -%{texmfdist}/source/latex/pslatex -%{texmfdist}/source/latex/revtex -%{texmfdist}/source/latex/rotating -%{texmfdist}/source/latex/rotfloat -%{texmfdist}/source/latex/scale -%{texmfdist}/source/latex/sectsty -%{texmfdist}/source/latex/showlabels -%{texmfdist}/source/latex/sidecap -%{texmfdist}/source/latex/soul -%{texmfdist}/source/latex/stdclsdv -%{texmfdist}/source/latex/subfig -%{texmfdist}/source/latex/subfigure -%{texmfdist}/source/latex/supertabular -%{texmfdist}/source/latex/tablists -%{texmfdist}/source/latex/tabulary -%{texmfdist}/source/latex/tabvar -%{texmfdist}/source/latex/talk -%{texmfdist}/source/latex/tcldoc -%{texmfdist}/source/latex/tdsfrmath -%{texmfdist}/source/latex/technics -%{texmfdist}/source/latex/ted -%{texmfdist}/source/latex/tengwarscript -%{texmfdist}/source/latex/tensor -%{texmfdist}/source/latex/teubner -%{texmfdist}/source/latex/texmate -%{texmfdist}/source/latex/texpower -%{texmfdist}/source/latex/texshade -%{texmfdist}/source/latex/textcase -%{texmfdist}/source/latex/textfit -%{texmfdist}/source/latex/textopo -%{texmfdist}/source/latex/textpos -%{texmfdist}/source/latex/thesis-titlepage-fhac -%{texmfdist}/source/latex/thmtools -%{texmfdist}/source/latex/thumb -%{texmfdist}/source/latex/thuthesis -%{texmfdist}/source/latex/timesht -%{texmfdist}/source/latex/titling -%{texmfdist}/source/latex/tocbibind -%{texmfdist}/source/latex/tocloft -%{texmfdist}/source/latex/tools -%{texmfdist}/source/latex/totpages -%{texmfdist}/source/latex/type1cm -%{texmfdist}/source/latex/undertilde -%{texmfdist}/source/latex/units -%{texmfdist}/source/latex/unitsdef -%{texmfdist}/source/latex/unroman -%{texmfdist}/source/latex/upmethodology -%{texmfdist}/source/latex/urlbst -%{texmfdist}/source/latex/varindex -%{texmfdist}/source/latex/vector -%{texmfdist}/source/latex/verse -%{texmfdist}/source/latex/vmargin -%{texmfdist}/source/latex/volumes -%{texmfdist}/source/latex/vrsion -%{texmfdist}/source/latex/vwcol -%{texmfdist}/source/latex/vxu -%{texmfdist}/source/latex/warning -%{texmfdist}/source/latex/warpcol -%{texmfdist}/source/latex/was -%{texmfdist}/source/latex/xargs -%{texmfdist}/source/latex/xdoc -%{texmfdist}/source/latex/xfor -%{texmfdist}/source/latex/xmpincl -%{texmfdist}/source/latex/xpackages -%{texmfdist}/source/latex/xskak -%{texmfdist}/source/latex/xtab -%{texmfdist}/source/latex/xtcapts -%{texmfdist}/source/latex/yafoot -%{texmfdist}/source/latex/yfonts -%{texmfdist}/source/latex/yhmath -%{texmfdist}/source/latex/york-thesis -%{texmfdist}/source/latex/youngtab - -%files latex-styles -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/IEEEconf -%doc %{texmfdist}/doc/latex/aastex -%doc %{texmfdist}/doc/latex/acmconf -%doc %{texmfdist}/doc/latex/active-conf -%doc %{texmfdist}/doc/latex/aiaa -%doc %{texmfdist}/doc/latex/apacite -%doc %{texmfdist}/doc/latex/asaetr -%doc %{texmfdist}/doc/latex/computational-complexity -%doc %{texmfdist}/doc/latex/dtk -%doc %{texmfdist}/doc/latex/elsarticle -%doc %{texmfdist}/doc/latex/lettre -%doc %{texmfdist}/doc/latex/lexikon -%doc %{texmfdist}/doc/latex/lps -%doc %{texmfdist}/doc/latex/manuscript -%doc %{texmfdist}/doc/latex/maple -%doc %{texmfdist}/doc/latex/mentis -%doc %{texmfdist}/doc/latex/nature -%doc %{texmfdist}/doc/latex/nih -%doc %{texmfdist}/doc/latex/nostarch -%doc %{texmfdist}/doc/latex/nrc -%doc %{texmfdist}/doc/latex/octavo -%doc %{texmfdist}/doc/latex/paper -%doc %{texmfdist}/doc/latex/papertex -%doc %{texmfdist}/doc/latex/pbsheet -%doc %{texmfdist}/doc/latex/petiteannonce -%doc %{texmfdist}/doc/latex/philosophersimprint -%doc %{texmfdist}/doc/latex/pittetd -%doc %{texmfdist}/doc/latex/plari -%doc %{texmfdist}/doc/latex/play -%doc %{texmfdist}/doc/latex/poemscol -%doc %{texmfdist}/doc/latex/pracjourn -%doc %{texmfdist}/doc/latex/ptptex -%doc %{texmfdist}/doc/latex/refman -%doc %{texmfdist}/doc/latex/rsc -%doc %{texmfdist}/doc/latex/screenplay -%doc %{texmfdist}/doc/latex/script -%doc %{texmfdist}/doc/latex/shipunov -%doc %{texmfdist}/doc/latex/sides -%doc %{texmfdist}/doc/latex/siggraph -%doc %{texmfdist}/doc/latex/stage -%doc %{texmfdist}/doc/latex/tufte-latex -%doc %{texmfdist}/doc/latex/tugboat -%doc %{texmfdist}/doc/latex/uaclasses -%doc %{texmfdist}/doc/latex/ucthesis -%doc %{texmfdist}/doc/latex/uiucthesis -%doc %{texmfdist}/doc/latex/umich-thesis -%doc %{texmfdist}/doc/latex/umthesis -%doc %{texmfdist}/doc/latex/uwthesis -%{texmfdist}/bibtex/bib/aiaa -%{texmfdist}/bibtex/bib/apacite -%{texmfdist}/bibtex/bib/asaetr -%{texmfdist}/bibtex/bib/computational-complexity -%{texmfdist}/bibtex/bib/dtk -%{texmfdist}/bibtex/bib/philosophersimprint -%{texmfdist}/bibtex/bst/aiaa -%{texmfdist}/bibtex/bst/apacite -%{texmfdist}/bibtex/bst/asaetr -%{texmfdist}/bibtex/bst/computational-complexity -%{texmfdist}/bibtex/bst/dtk -%{texmfdist}/bibtex/bst/rsc -%{texmfdist}/source/latex/IEEEconf -%{texmfdist}/source/latex/aastex -%{texmfdist}/source/latex/acmconf -%{texmfdist}/source/latex/active-conf -%{texmfdist}/source/latex/aiaa -%{texmfdist}/source/latex/apacite -%{texmfdist}/source/latex/asaetr -%{texmfdist}/source/latex/computational-complexity -%{texmfdist}/source/latex/dtk -%{texmfdist}/source/latex/elsarticle -%{texmfdist}/source/latex/lexikon -%{texmfdist}/source/latex/lps -%{texmfdist}/source/latex/manuscript -%{texmfdist}/source/latex/mentis -%{texmfdist}/source/latex/menu -%{texmfdist}/source/latex/nostarch -%{texmfdist}/source/latex/nrc -%{texmfdist}/source/latex/octavo -%{texmfdist}/source/latex/paper -%{texmfdist}/source/latex/papertex -%{texmfdist}/source/latex/pbsheet -%{texmfdist}/source/latex/philosophersimprint -%{texmfdist}/source/latex/pittetd -%{texmfdist}/source/latex/plari -%{texmfdist}/source/latex/play -%{texmfdist}/source/latex/poemscol -%{texmfdist}/source/latex/pracjourn -%{texmfdist}/source/latex/refman -%{texmfdist}/source/latex/rsc -%{texmfdist}/source/latex/screenplay -%{texmfdist}/source/latex/siggraph -%{texmfdist}/source/latex/tugboat -%{texmfdist}/source/latex/uaclasses -%{texmfdist}/source/latex/uiucthesis -%{texmfdist}/tex/latex/IEEEconf -%{texmfdist}/tex/latex/aastex -%{texmfdist}/tex/latex/acmconf -%{texmfdist}/tex/latex/active-conf -%{texmfdist}/tex/latex/aiaa -%{texmfdist}/tex/latex/apacite -%{texmfdist}/tex/latex/asaetr -%{texmfdist}/tex/latex/computational-complexity -%{texmfdist}/tex/latex/dtk -%{texmfdist}/tex/latex/elsarticle -%{texmfdist}/tex/latex/lettre -%{texmfdist}/tex/latex/lexikon -%{texmfdist}/tex/latex/lps -%{texmfdist}/tex/latex/manuscript -%{texmfdist}/tex/latex/maple -%{texmfdist}/tex/latex/mentis -%{texmfdist}/tex/latex/menu -%{texmfdist}/tex/latex/muthesis -%{texmfdist}/tex/latex/nature -%{texmfdist}/tex/latex/nih -%{texmfdist}/tex/latex/nostarch -%{texmfdist}/tex/latex/nrc -%{texmfdist}/tex/latex/octavo -%{texmfdist}/tex/latex/paper -%{texmfdist}/tex/latex/papertex -%{texmfdist}/tex/latex/pbsheet -%{texmfdist}/tex/latex/petiteannonce -%{texmfdist}/tex/latex/philosophersimprint -%{texmfdist}/tex/latex/pittetd -%{texmfdist}/tex/latex/plari -%{texmfdist}/tex/latex/play -%{texmfdist}/tex/latex/poemscol -%{texmfdist}/tex/latex/pracjourn -%{texmfdist}/tex/latex/ptptex -%{texmfdist}/tex/latex/refman -%{texmfdist}/tex/latex/rsc -%{texmfdist}/tex/latex/screenplay -%{texmfdist}/tex/latex/script -%{texmfdist}/tex/latex/shipunov -%{texmfdist}/tex/latex/sides -%{texmfdist}/tex/latex/siggraph -%{texmfdist}/tex/latex/stage -%{texmfdist}/tex/latex/tufte-latex -%{texmfdist}/tex/latex/tugboat -%{texmfdist}/tex/latex/uaclasses -%{texmfdist}/tex/latex/ucthesis -%{texmfdist}/tex/latex/uiucthesis -%{texmfdist}/tex/latex/umich-thesis -%{texmfdist}/tex/latex/umthesis -%{texmfdist}/tex/latex/uwthesis - -%files latex-lang -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/ESIEEcv -%doc %{texmfdist}/doc/latex/chletter -%doc %{texmfdist}/doc/latex/dinbrief -%doc %{texmfdist}/doc/latex/disser -%doc %{texmfdist}/doc/latex/elmath -%doc %{texmfdist}/doc/latex/eskd -%doc %{texmfdist}/doc/latex/ginpenc -%doc %{texmfdist}/doc/latex/hrlatex -%doc %{texmfdist}/doc/latex/mla-paper -%{texmfdist}/source/latex/ESIEEcv -%{texmfdist}/source/latex/chletter -%{texmfdist}/source/latex/dinbrief -%{texmfdist}/source/latex/disser -%{texmfdist}/source/latex/elmath -%{texmfdist}/source/latex/eskd -%{texmfdist}/source/latex/ginpenc -%{texmfdist}/source/latex/hrlatex -%{texmfdist}/tex/latex/ESIEEcv -%{texmfdist}/tex/latex/chletter -%{texmfdist}/tex/latex/dinbrief -%{texmfdist}/tex/latex/disser -%{texmfdist}/tex/latex/elmath -%{texmfdist}/tex/latex/eskd -%{texmfdist}/tex/latex/ginpenc -%{texmfdist}/tex/latex/hrlatex -%{texmfdist}/tex/latex/mla-paper - -%files latex-music -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/musixps -%doc %{texmfdist}/doc/latex/abc -%doc %{texmfdist}/doc/latex/guitar -%doc %{texmfdist}/doc/latex/musixlyr -%doc %{texmfdist}/doc/latex/songbook -%{texmfdist}/fonts/source/public/musixps -%{texmfdist}/fonts/tfm/public/musixps -%{texmfdist}/source/latex/abc -%{texmfdist}/source/latex/guitar -%{texmfdist}/source/latex/songbook -%{texmfdist}/tex/generic/musixlyr -%{texmfdist}/tex/generic/musixps -%{texmfdist}/tex/latex/abc -%{texmfdist}/tex/latex/guitar -%{texmfdist}/tex/latex/songbook - -%files latex-extend -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/HA-prosper -%doc %{texmfdist}/doc/latex/addlines -%doc %{texmfdist}/doc/latex/alnumsec -%doc %{texmfdist}/doc/latex/arydshln -%doc %{texmfdist}/doc/latex/babelbib -%doc %{texmfdist}/doc/latex/bibtopicprefix -%doc %{texmfdist}/doc/latex/boites -%doc %{texmfdist}/doc/latex/booklet -%doc %{texmfdist}/doc/latex/bullcntr -%doc %{texmfdist}/doc/latex/chappg -%doc %{texmfdist}/doc/latex/clefval -%doc %{texmfdist}/doc/latex/colortbl -%doc %{texmfdist}/doc/latex/combine -%doc %{texmfdist}/doc/latex/contour -%doc %{texmfdist}/doc/latex/ctable -%doc %{texmfdist}/doc/latex/curve2e -%doc %{texmfdist}/doc/latex/dashrule -%doc %{texmfdist}/doc/latex/etaremune -%doc %{texmfdist}/doc/latex/expdlist -%doc %{texmfdist}/doc/latex/leading -%doc %{texmfdist}/doc/latex/listliketab -%doc %{texmfdist}/doc/latex/makebox -%doc %{texmfdist}/doc/latex/makecell -%doc %{texmfdist}/doc/latex/marginnote -%doc %{texmfdist}/doc/latex/mcaption -%doc %{texmfdist}/doc/latex/mcite -%doc %{texmfdist}/doc/latex/mciteplus -%doc %{texmfdist}/doc/latex/minipage-marginpar -%doc %{texmfdist}/doc/latex/miniplot -%doc %{texmfdist}/doc/latex/multicap -%doc %{texmfdist}/doc/latex/newvbtm -%doc %{texmfdist}/doc/latex/notes2bib -%doc %{texmfdist}/doc/latex/ntabbing -%doc %{texmfdist}/doc/latex/pbox -%doc %{texmfdist}/doc/latex/pinlabel -%doc %{texmfdist}/doc/latex/polytable -%doc %{texmfdist}/doc/latex/rccol -%doc %{texmfdist}/doc/latex/romannum -%doc %{texmfdist}/doc/latex/schedule -%doc %{texmfdist}/doc/latex/subfloat -%doc %{texmfdist}/doc/latex/umoline -%doc %{texmfdist}/doc/latex/underlin -%{texmfdist}/bibtex/bst/babelbib -%{texmfdist}/bibtex/bst/mciteplus -%{texmfdist}/source/latex/HA-prosper -%{texmfdist}/source/latex/addlines -%{texmfdist}/source/latex/alnumsec -%{texmfdist}/source/latex/arydshln -%{texmfdist}/source/latex/babelbib -%{texmfdist}/source/latex/bibtopicprefix -%{texmfdist}/source/latex/boites -%{texmfdist}/source/latex/booklet -%{texmfdist}/source/latex/bullcntr -%{texmfdist}/source/latex/chappg -%{texmfdist}/source/latex/cjw -%{texmfdist}/source/latex/clefval -%{texmfdist}/source/latex/colortbl -%{texmfdist}/source/latex/combine -%{texmfdist}/source/latex/contour -%{texmfdist}/source/latex/ctable -%{texmfdist}/source/latex/curve2e -%{texmfdist}/source/latex/dashbox -%{texmfdist}/source/latex/dashrule -%{texmfdist}/source/latex/etaremune -%{texmfdist}/source/latex/expdlist -%{texmfdist}/source/latex/leading -%{texmfdist}/source/latex/listliketab -%{texmfdist}/source/latex/makebox -%{texmfdist}/source/latex/makecell -%{texmfdist}/source/latex/marginnote -%{texmfdist}/source/latex/mcaption -%{texmfdist}/source/latex/mcite -%{texmfdist}/source/latex/minipage-marginpar -%{texmfdist}/source/latex/multicap -%{texmfdist}/source/latex/newvbtm -%{texmfdist}/source/latex/notes2bib -%{texmfdist}/source/latex/pbox -%{texmfdist}/source/latex/polytable -%{texmfdist}/source/latex/rccol -%{texmfdist}/source/latex/romannum -%{texmfdist}/source/latex/schedule -%{texmfdist}/source/latex/subfloat -%{texmfdist}/source/latex/umoline -%{texmfdist}/source/latex/underlin -%{texmfdist}/tex/latex/HA-prosper -%{texmfdist}/tex/latex/addlines -%{texmfdist}/tex/latex/alnumsec -%{texmfdist}/tex/latex/arydshln -%{texmfdist}/tex/latex/babelbib -%{texmfdist}/tex/latex/bibtopicprefix -%{texmfdist}/tex/latex/boites -%{texmfdist}/tex/latex/booklet -%{texmfdist}/tex/latex/bullcntr -%{texmfdist}/tex/latex/chappg -%{texmfdist}/tex/latex/cjw -%{texmfdist}/tex/latex/clefval -%{texmfdist}/tex/latex/colortbl -%{texmfdist}/tex/latex/combine -%{texmfdist}/tex/latex/contour -%{texmfdist}/tex/latex/ctable -%{texmfdist}/tex/latex/curve2e -%{texmfdist}/tex/latex/dashbox -%{texmfdist}/tex/latex/dashrule -%{texmfdist}/tex/latex/etaremune -%{texmfdist}/tex/latex/expdlist -%{texmfdist}/tex/latex/leading -%{texmfdist}/tex/latex/listliketab -%{texmfdist}/tex/latex/ltablex -%{texmfdist}/tex/latex/makebox -%{texmfdist}/tex/latex/makecell -%{texmfdist}/tex/latex/marginnote -%{texmfdist}/tex/latex/mcaption -%{texmfdist}/tex/latex/mcite -%{texmfdist}/tex/latex/mciteplus -%{texmfdist}/tex/latex/minipage-marginpar -%{texmfdist}/tex/latex/miniplot -%{texmfdist}/tex/latex/multicap -%{texmfdist}/tex/latex/newvbtm -%{texmfdist}/tex/latex/notes2bib -%{texmfdist}/tex/latex/ntabbing -%{texmfdist}/tex/latex/numline -%{texmfdist}/tex/latex/pbox -%{texmfdist}/tex/latex/pinlabel -%{texmfdist}/tex/latex/polytable -%{texmfdist}/tex/latex/rccol -%{texmfdist}/tex/latex/romannum -%{texmfdist}/tex/latex/schedule -%{texmfdist}/tex/latex/subfloat -%{texmfdist}/tex/latex/umoline -%{texmfdist}/tex/latex/underlin - -%files latex-presentation -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/ppower4 -%attr(755,root,root) %{_bindir}/pdfthumb -%doc %{texmfdist}/doc/latex/powerdot -%doc %{texmfdist}/doc/latex/ppower4 -%doc %{texmfdist}/doc/latex/sciposter -%doc %{texmfdist}/doc/latex/tpslifonts -%{texmfdist}/scripts/ppower4 -%{texmfdist}/source/latex/powerdot -%{texmfdist}/tex/latex/powerdot -%{texmfdist}/tex/latex/ppower4 -%{texmfdist}/tex/latex/sciposter -%{texmfdist}/tex/latex/tpslifonts - -%files latex-programming -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/cool -%doc %{texmfdist}/doc/latex/coollist -%doc %{texmfdist}/doc/latex/coolstr -%doc %{texmfdist}/doc/latex/csvtools -%doc %{texmfdist}/doc/latex/datatool -%doc %{texmfdist}/doc/latex/datenumber -%doc %{texmfdist}/doc/latex/delimtxt -%doc %{texmfdist}/doc/latex/dialogl -%doc %{texmfdist}/doc/latex/dprogress -%doc %{texmfdist}/doc/latex/environ -%doc %{texmfdist}/doc/latex/export -%doc %{texmfdist}/doc/latex/fmtcount -%doc %{texmfdist}/doc/latex/forarray -%doc %{texmfdist}/doc/latex/forloop -%doc %{texmfdist}/doc/latex/inversepath -%doc %{texmfdist}/doc/latex/labelcas -%doc %{texmfdist}/doc/latex/makecmds -%doc %{texmfdist}/doc/latex/nag -%doc %{texmfdist}/doc/latex/namespc -%doc %{texmfdist}/doc/latex/progress -%doc %{texmfdist}/doc/latex/randtext -%doc %{texmfdist}/doc/latex/regcount -%doc %{texmfdist}/doc/latex/robustcommand -%doc %{texmfdist}/doc/latex/splitindex -%doc %{texmfdist}/doc/latex/stringstrings -%doc %{texmfdist}/doc/latex/substr -%doc %{texmfdist}/doc/latex/typedref -%{texmfdist}/source/latex/cmdtrack -%{texmfdist}/source/latex/cool -%{texmfdist}/source/latex/coollist -%{texmfdist}/source/latex/coolstr -%{texmfdist}/source/latex/csvtools -%{texmfdist}/source/latex/datatool -%{texmfdist}/source/latex/datenumber -%{texmfdist}/source/latex/delimtxt -%{texmfdist}/source/latex/dialogl -%{texmfdist}/source/latex/dprogress -%{texmfdist}/source/latex/environ -%{texmfdist}/source/latex/export -%{texmfdist}/source/latex/fmtcount -%{texmfdist}/source/latex/forarray -%{texmfdist}/source/latex/forloop -%{texmfdist}/source/latex/inversepath -%{texmfdist}/source/latex/labelcas -%{texmfdist}/source/latex/lcg -%{texmfdist}/source/latex/makecmds -%{texmfdist}/source/latex/nag -%{texmfdist}/source/latex/namespc -%{texmfdist}/source/latex/patchcmd -%{texmfdist}/source/latex/regcount -%{texmfdist}/source/latex/robustcommand -%{texmfdist}/source/latex/splitindex -%{texmfdist}/source/latex/stack -%{texmfdist}/source/latex/stringstrings -%{texmfdist}/source/latex/typedref -%{texmfdist}/tex/latex/cmdtrack -%{texmfdist}/tex/latex/cool -%{texmfdist}/tex/latex/coollist -%{texmfdist}/tex/latex/coolstr -%{texmfdist}/tex/latex/csvtools -%{texmfdist}/tex/latex/datatool -%{texmfdist}/tex/latex/datenumber -%{texmfdist}/tex/latex/delimtxt -%{texmfdist}/tex/latex/dialogl -%{texmfdist}/tex/latex/dprogress -%{texmfdist}/tex/latex/environ -%{texmfdist}/tex/latex/export -%{texmfdist}/tex/latex/fmtcount -%{texmfdist}/tex/latex/forarray -%{texmfdist}/tex/latex/forloop -%{texmfdist}/tex/latex/inversepath -%{texmfdist}/tex/latex/labelcas -%{texmfdist}/tex/latex/lcg -%{texmfdist}/tex/latex/makecmds -%{texmfdist}/tex/latex/multido -%{texmfdist}/tex/latex/nag -%{texmfdist}/tex/latex/namespc -%{texmfdist}/tex/latex/patchcmd -%{texmfdist}/tex/latex/progress -%{texmfdist}/tex/latex/randtext -%{texmfdist}/tex/latex/regcount -%{texmfdist}/tex/latex/robustcommand -%{texmfdist}/tex/latex/splitindex -%{texmfdist}/tex/latex/stack -%{texmfdist}/tex/latex/stringstrings -%{texmfdist}/tex/latex/substr -%{texmfdist}/tex/latex/typedref - -%files latex-effects -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/umrand -%doc %{texmfdist}/doc/latex/arcs -%doc %{texmfdist}/doc/latex/blowup -%doc %{texmfdist}/doc/latex/changebar -%doc %{texmfdist}/doc/latex/draftwatermark -%doc %{texmfdist}/doc/latex/flippdf -%doc %{texmfdist}/doc/latex/flowfram -%doc %{texmfdist}/doc/latex/isorot -%doc %{texmfdist}/doc/latex/lettrine -%doc %{texmfdist}/doc/latex/niceframe -%doc %{texmfdist}/doc/latex/notes -%doc %{texmfdist}/doc/latex/objectz -%doc %{texmfdist}/doc/latex/parallel -%doc %{texmfdist}/doc/latex/quotchap -%doc %{texmfdist}/doc/latex/rotpages -%doc %{texmfdist}/doc/latex/sectionbox -%doc %{texmfdist}/doc/latex/shadethm -%doc %{texmfdist}/doc/latex/ushort -%{texmfdist}/fonts/source/public/niceframe -%{texmfdist}/fonts/source/public/umrand -%{texmfdist}/fonts/tfm/public/niceframe -%{texmfdist}/fonts/tfm/public/umrand -%{texmfdist}/source/latex/arcs -%{texmfdist}/source/latex/blowup -%{texmfdist}/source/latex/changebar -%{texmfdist}/source/latex/draftwatermark -%{texmfdist}/source/latex/flippdf -%{texmfdist}/source/latex/flowfram -%{texmfdist}/source/latex/isorot -%{texmfdist}/source/latex/lettrine -%{texmfdist}/source/latex/niceframe -%{texmfdist}/source/latex/notes -%{texmfdist}/source/latex/objectz -%{texmfdist}/source/latex/parallel -%{texmfdist}/source/latex/quotchap -%{texmfdist}/source/latex/ushort -%{texmfdist}/tex/latex/arcs -%{texmfdist}/tex/latex/blowup -%{texmfdist}/tex/latex/changebar -%{texmfdist}/tex/latex/draftwatermark -%{texmfdist}/tex/latex/flippdf -%{texmfdist}/tex/latex/flowfram -%{texmfdist}/tex/latex/isorot -%{texmfdist}/tex/latex/lettrine -%{texmfdist}/tex/latex/niceframe -%{texmfdist}/tex/latex/notes -%{texmfdist}/tex/latex/objectz -%{texmfdist}/tex/latex/parallel -%{texmfdist}/tex/latex/quotchap -%{texmfdist}/tex/latex/rotpages -%{texmfdist}/tex/latex/sectionbox -%{texmfdist}/tex/latex/shadethm -%{texmfdist}/tex/latex/umrand -%{texmfdist}/tex/latex/ushort - -# I don't sort them, because maybe can splitting and grouping them -%files latex-other -%defattr(644,root,root,755) -%{texmfdist}/metapost/latexmp -%{texmfdist}/metapost/makecirc -%dir %{texmfdist}/source/alatex -%{texmfdist}/source/alatex/base -%dir %{texmfdist}/source/cslatex -%{texmfdist}/source/cslatex/base -%{texmfdist}/source/generic/xypic -%{texmfdist}/source/latex/GuIT -# Definitive source of Plain TeX on CTAN. -%{texmfdist}/source/latex/base -%{texmfdist}/source/latex/bayer -# A small collection of minimal DTX examples. -%{texmfdist}/source/latex/dtxgallery -# Editorial Notes for LaTeX documents. -%{texmfdist}/source/latex/ed -# Typeset scholarly edition. -%{texmfdist}/source/latex/edmac -# Use AMS Euler fonts for math. -%{texmfdist}/source/latex/euler -# Ridgeway's fonts. -%{texmfdist}/source/latex/wnri -%dir %{texmfdist}/source/plain -%{texmfdist}/source/plain/jsmisc -%{texmfdist}/source/xelatex -%{texmfdist}/tex/alatex -%{texmfdist}/tex/generic/enctex -# Create a calendar, in German. -%{texmfdist}/tex/latex/kalender -# Typeset Karnaugh-Veitch-maps. -%{texmfdist}/tex/latex/karnaugh -# Kerkis (Greek) font family. -%{texmfdist}/tex/latex/kerkis -# Print tables and generate control files to adjust kernings. -%{texmfdist}/source/latex/kerntest -%{texmfdist}/tex/latex/kerntest -%{texmfdist}/tex/latex/kluwer -%{texmfdist}/source/latex/kluwer -# A two-element sans-serif typeface. -%{texmfdist}/tex/latex/kurier -# Lists in TeX's "mouth". -%{texmfdist}/tex/latex/lazylist -# This package makes available Classic Cyrillic CM fonts -%{texmfdist}/source/latex/lcyw -%{texmfdist}/tex/latex/lcyw -# Typeset scholarly editions in parallel texts. -%{texmfdist}/source/latex/ledmac -%{texmfdist}/tex/latex/ledmac -%{texmfdist}/tex/latex/levy -# Macros for using Silvio Levy's Greek fonts. -%{texmfdist}/tex/latex/lgreek -# A non-standard Cyrillic input scheme. -%{texmfdist}/source/latex/lhcyr -%{texmfdist}/tex/latex/lhcyr -# Miscellaneous helper packages. -%{texmfdist}/source/latex/lhelp -%{texmfdist}/tex/latex/lhelp -# Use the font Libertine with LaTeX. -%{texmfdist}/tex/latex/libertine -# Typeset maps and blocks according to the Information Mapping -%{texmfdist}/source/latex/limap -%{texmfdist}/tex/latex/limap -%{texmfdist}/tex/latex/linearA -# Format linguists' examples. -%{texmfdist}/tex/latex/linguex -# Easy access to the Lorem Ipsum dummy text. -%{texmfdist}/source/latex/lipsum -%{texmfdist}/tex/latex/lipsum -# Lists contents of BibTeX files. -%{texmfdist}/source/latex/listbib -%{texmfdist}/tex/latex/listbib -# LK Proof figure macros. -%{texmfdist}/tex/latex/lkproof -# A font for electronic logic design. -%{texmfdist}/tex/latex/logic -# A LaTeX package to typeset indices with GNU's Texindex. -%{texmfdist}/source/latex/ltxindex -%{texmfdist}/tex/latex/ltxindex -# Set of slide fonts based on CM. -%{texmfdist}/tex/latex/lxfonts -# Support for LY1 LaTeX encoding. -%{texmfdist}/tex/latex/ly1 -# Mathematics in accord with French usage. -%{texmfdist}/tex/latex/mafr -# Macros for mail merging. -%{texmfdist}/source/latex/mailing -%{texmfdist}/tex/latex/mailing -# Print various kinds 2/5 and Code 39 bar codes. -%{texmfdist}/tex/latex/makebarcode -# Perl script to help generate dtx and ins files -%{texmfdist}/source/latex/makedtx -%{texmfdist}/tex/latex/makedtx -# Include a glossary into a document. -%{texmfdist}/tex/latex/makeglos -# LaTeX support for the TeX book symbols. -%{texmfdist}/source/latex/manfnt -%{texmfdist}/tex/latex/manfnt -# Support for multiple character sets and encodings. -%{texmfdist}/source/latex/mapcodes -%{texmfdist}/tex/latex/mapcodes -# Mathematical fonts to fit with particular text fonts. -%{texmfdist}/tex/latex/mathdesign -# Creating covers for music cassettes. -%{texmfdist}/tex/latex/mceinleger -# Experimental memoir support. -%{texmfdist}/tex/latex/memexsupp -# Multiple font formats. -%{texmfdist}/source/latex/mff -%{texmfdist}/tex/latex/mff -# Pretty-print Metafont source. -%{texmfdist}/source/latex/mftinc -%{texmfdist}/tex/latex/mftinc -# Package for writing minutes of meetings. -%{texmfdist}/source/latex/minutes -%{texmfdist}/tex/latex/minutes -# Allows font sizes up to 35.83pt. -%{texmfdist}/source/latex/moresize -%{texmfdist}/tex/latex/moresize -# A package for LaTeX localisation. -%{texmfdist}/source/latex/msg -%{texmfdist}/tex/latex/msg -# Michael Landy's APA citation style. -%{texmfdist}/tex/latex/mslapa -# Use italic and upright greek letters with mathtime. -%{texmfdist}/source/latex/mtgreek -%{texmfdist}/tex/latex/mtgreek -# Multiple bibliographies. -%{texmfdist}/source/latex/multibbl -%{texmfdist}/tex/latex/multibbl -# Support for Mongolian "horizontal" (Xewtee Dorwoljin) script. -%{texmfdist}/source/latex/mxd -%{texmfdist}/tex/latex/mxd -# A pair of Georgian fonts. -%{texmfdist}/tex/latex/mxedruli -# Nomenclature typeset in a longtable -%{texmfdist}/source/latex/nomentbl -%{texmfdist}/tex/latex/nomentbl -# Non-floating table and figure captions. -%{texmfdist}/source/latex/nonfloat -%{texmfdist}/tex/latex/nonfloat -# Convert a number to its English expression. -%{texmfdist}/tex/latex/numname -# LaTeX support for ocr fonts. -%{texmfdist}/tex/latex/ocr-latex -# Support for Polish typography and the ogonek. -%{texmfdist}/source/latex/ogonek -%{texmfdist}/tex/latex/ogonek -# Old style numbers in OT1 encoding. -%{texmfdist}/source/latex/oldstyle -%{texmfdist}/tex/latex/oldstyle -# Footnote-style bibliographical references. -%{texmfdist}/source/latex/opcit -%{texmfdist}/tex/latex/opcit -# Counters as ordinal numbers in Portuguese. -%{texmfdist}/source/latex/ordinalpt -%{texmfdist}/tex/latex/ordinalpt -# Macros, metrics, etc., to use the OT2 Cyrillic encoding. -%{texmfdist}/tex/latex/ot2cyr -%{texmfdist}/tex/latex/otibet -%{texmfdist}/source/latex/otibet -# List environment for making outlines. -%{texmfdist}/tex/latex/outline -# Change section levels easily. -%{texmfdist}/tex/latex/outliner -# Fonts designed by Fra Luca de Pacioli in 1497. -%{texmfdist}/source/latex/pacioli -%{texmfdist}/tex/latex/pacioli -# Page number-only page styles. -%{texmfdist}/source/latex/pageno -%{texmfdist}/tex/latex/pageno -# Notes at end of document. -%{texmfdist}/source/latex/pagenote -%{texmfdist}/tex/latex/pagenote -%{texmfdist}/tex/latex/palatino -# Origami-style folding paper CD case. -%{texmfdist}/source/latex/papercdcase -%{texmfdist}/tex/latex/papercdcase -# Defines simple macros for greek letters. -%{texmfdist}/source/latex/paresse -%{texmfdist}/tex/latex/paresse -# Typesets (two) streams of text running parallel. -%{texmfdist}/source/latex/parrun -%{texmfdist}/tex/latex/parrun -# German LaTeX package documentation. -%{texmfdist}/source/latex/pauldoc -%{texmfdist}/tex/latex/pauldoc -# Using graphics from PAW. -%{texmfdist}/source/latex/pawpict -%{texmfdist}/tex/latex/pawpict -# Font support for current PCL printers. -%{texmfdist}/tex/latex/pclnfss -%{texmfdist}/tex/latex/pdfwin -# Print Tibetan text in the classic pecha layout style. -%{texmfdist}/tex/latex/pecha -# Define LaTeX macros in terms of Perl code -%{texmfdist}/source/latex/perltex -%{texmfdist}/tex/latex/perltex -# Create images of the soroban using TikZ/PGF. -%{texmfdist}/tex/latex/pgf-soroban -# Disk of Phaistos font. -%{texmfdist}/tex/latex/phaistos -# Cross references for named and numbered environments. -%{texmfdist}/tex/latex/philex -# MetaFont Phonetic fonts, based on Computer Modern. -%{texmfdist}/tex/latex/phonetic -# Adds relative coordinates and improves the \plot command. -%{texmfdist}/tex/latex/pictex2 -# Arrange for "plates" sections of documents. -%{texmfdist}/tex/latex/plates -%{texmfdist}/source/latex/plweb -%{texmfdist}/tex/latex/plweb -# "Poor man's" graphics. -%{texmfdist}/tex/latex/pmgraph -# Typeset Polish documents with LaTeX and Polish fonts. -%{texmfdist}/source/latex/polski -%{texmfdist}/tex/latex/polski -%{texmfdist}/source/latex/polyglot -%{texmfdist}/tex/latex/polyglot -# Facilitates mass-mailing of postcards (junkmail). -%{texmfdist}/tex/latex/postcards -# Make label references "self-identify". -%{texmfdist}/source/latex/prettyref -%{texmfdist}/tex/latex/prettyref -# Shortcuts commands to symbols used in probability texts. -%{texmfdist}/source/latex/proba -%{texmfdist}/tex/latex/proba -%{texmfdist}/tex/latex/procIAGssymp -# Literate programming package. -%{texmfdist}/tex/latex/protex -# A class for typesetting minutes (only german). -%{texmfdist}/source/latex/protocol -%{texmfdist}/tex/latex/protocol -# A psfrag eXtension. -%{texmfdist}/source/latex/psfragx -%{texmfdist}/tex/latex/psfragx -%{texmfdist}/tex/latex/psgo -# PostScript picture support. -%{texmfdist}/source/latex/pspicture -%{texmfdist}/tex/latex/pspicture -# LaTeX macros for typesetting trees. -%{texmfdist}/tex/latex/qobitree -# Bundle for unit tests and pattern matching. -%{texmfdist}/source/latex/qstest -%{texmfdist}/tex/latex/qstest -# Consistent quote marks. -%{texmfdist}/source/latex/quotmark -%{texmfdist}/tex/latex/quotmark -%{texmfdist}/tex/latex/r_und_s -# Marginal pictures. -%{texmfdist}/source/latex/randbild -%{texmfdist}/tex/latex/randbild -# Use RCS (revision control system) tags in LaTeX documents. -%{texmfdist}/source/latex/rcs -%{texmfdist}/tex/latex/rcs -# Support for the revision control system. -%{texmfdist}/source/latex/rcsinfo -%{texmfdist}/tex/latex/rcsinfo -# Recycle top matter. -%{texmfdist}/tex/latex/rectopma -# Check references (in figures, table, equations, etc). -%{texmfdist}/tex/latex/refcheck -# Advanced formatting of cross references. -%{texmfdist}/source/latex/refstyle -%{texmfdist}/tex/latex/refstyle -# A "relaxed" font encoding. -%{texmfdist}/source/latex/relenc -%{texmfdist}/tex/latex/relenc -# Repeat items in an index after a page or column break -%{texmfdist}/tex/latex/repeatindex -%{texmfdist}/tex/latex/resume -# Rewrite labels in EPS graphics. -%{texmfdist}/tex/latex/rlepsf -# A package to help change page layout parameters in LaTeX. -%{texmfdist}/source/latex/rmpage -%{texmfdist}/tex/latex/rmpage -# Create index with pagerefs. -%{texmfdist}/tex/latex/robustindex -# Drawing rhetorical structure analysis diagrams in LaTeX. -%{texmfdist}/source/latex/rst -%{texmfdist}/tex/latex/rst -# Input encoding with fallback procedures. -%{texmfdist}/source/latex/rtkinenc -%{texmfdist}/tex/latex/rtkinenc -%{texmfdist}/tex/latex/rtklage -# Embed Sage code and plots into LaTeX. -%{texmfdist}/source/latex/sagetex -%{texmfdist}/tex/latex/sagetex -# Sanskrit support. -%{texmfdist}/source/latex/sanskrit -%{texmfdist}/tex/latex/sanskrit -# A bundle of utilities by Jonathan Sauer. -%{texmfdist}/source/latex/sauerj -%{texmfdist}/tex/latex/sauerj -# Use sauter fonts in LaTeX. -%{texmfdist}/source/latex/sauterfonts -%{texmfdist}/tex/latex/sauterfonts -# Save name of the footnote mark for reuse. -%{texmfdist}/source/latex/savefnmark -%{texmfdist}/tex/latex/savefnmark -# Redefine symbols where names conflict. -%{texmfdist}/tex/latex/savesym -# Pack as much as possible onto each page of a LaTeX document. -%{texmfdist}/source/latex/savetrees -%{texmfdist}/tex/latex/savetrees -# Create scalebars for maps, diagrams or photos. -%{texmfdist}/source/latex/scalebar -%{texmfdist}/tex/latex/scalebar -# Format a scientific paper for journal -%{texmfdist}/tex/latex/scientificpaper -# Use Scientific Word/WorkPlace files with another TeX. -%{texmfdist}/source/latex/sciwordconv -%{texmfdist}/tex/latex/sciwordconv -# Semaphore alphabet font. -%{texmfdist}/tex/latex/semaphor -# Put only special contents on left-hand pages in two sided layout. -%{texmfdist}/source/latex/semioneside -%{texmfdist}/tex/latex/semioneside -# Split long sequences of characters in a neutral way. -%{texmfdist}/source/latex/seqsplit -%{texmfdist}/tex/latex/seqsplit -%{texmfdist}/source/latex/sf298 -%{texmfdist}/tex/latex/sf298 -# Typesetting science fiction/fantasy manuscripts. -%{texmfdist}/source/latex/sffms -%{texmfdist}/tex/latex/sffms -# Draw signal flow graphs. -%{texmfdist}/tex/latex/sfg -# Shade the background of any box. -%{texmfdist}/tex/latex/shadbox -# Table of contents with different depths. -%{texmfdist}/source/latex/shorttoc -%{texmfdist}/tex/latex/shorttoc -# Variants of \show for LaTeX2e. -%{texmfdist}/source/latex/show2e -%{texmfdist}/tex/latex/show2e -%{texmfdist}/source/latex/showexpl -%{texmfdist}/tex/latex/showexpl -# A font to draw a skull. -%{texmfdist}/source/latex/skull -%{texmfdist}/tex/latex/skull -# Access different-shaped small-caps fonts. -%{texmfdist}/source/latex/slantsc -%{texmfdist}/tex/latex/slantsc -# Create listoffigures etc. in a single chapter. -%{texmfdist}/tex/latex/smalltableof -# Extend LaTeX's \ref capability. -%{texmfdist}/tex/latex/smartref -# Classes for Société mathématique de France publications. -%{texmfdist}/tex/latex/smflatex -# List the external dependencies of a LaTeX document. -%{texmfdist}/source/latex/snapshot -%{texmfdist}/tex/latex/snapshot -# Fonts and a macro for Soyombo under LaTeX. -%{texmfdist}/tex/latex/soyombo -# Drawing sparklines: intense, simple, wordlike graphics. -%{texmfdist}/tex/latex/sparklines -# Support for formatting SPIE Proceedings manuscripts. -%{texmfdist}/tex/latex/spie -# Split and reorder your bibliography. -%{texmfdist}/source/latex/splitbib -%{texmfdist}/tex/latex/splitbib -# Macros to typeset simple bitmaps with LaTeX. -%{texmfdist}/tex/latex/sprite -# Jump between DVI and TeX files. -%{texmfdist}/source/latex/srcltx -%{texmfdist}/tex/latex/srcltx -# Use the cmssq fonts. -%{texmfdist}/source/latex/ssqquote -%{texmfdist}/tex/latex/ssqquote -# Statistics style. -%{texmfdist}/tex/latex/statex2 -# Store statistics of a document. -%{texmfdist}/source/latex/statistik -%{texmfdist}/tex/latex/statistik -# Typeset Icelandic staves and runic letters. -%{texmfdist}/source/latex/staves -%{texmfdist}/tex/latex/staves -# Standard pages with n lines of at most m characters each. -%{texmfdist}/source/latex/stdpage -%{texmfdist}/tex/latex/stdpage -# Stellenbosch thesis bundle. -%{texmfdist}/source/latex/stellenbosch -%{texmfdist}/tex/latex/stellenbosch -# An Infrastructure for Semantic Preloading of LaTeX Documents. -%{texmfdist}/source/latex/stex -%{texmfdist}/tex/latex/stex -# Draw Nassi-Schneidermann charts -%{texmfdist}/source/latex/struktex -%{texmfdist}/tex/latex/struktex -# Various macros. -%{texmfdist}/tex/latex/sttools -# Create tear-off stubs at the bottom of a page. -%{texmfdist}/tex/latex/stubs -# SAS(R) user group conference proceedings document class. -%{texmfdist}/tex/latex/sugconf -# Define SVG named colours. -%{texmfdist}/tex/latex/svgcolor -# Subversion keywords in multi-file LaTeX documents -%{texmfdist}/source/latex/svn-multi -%{texmfdist}/tex/latex/svn-multi -# Typeset Subversion keywords. -%{texmfdist}/source/latex/svn -%{texmfdist}/tex/latex/svn -# Typeset Subversion Keywords. -%{texmfdist}/source/latex/svninfo -%{texmfdist}/tex/latex/svninfo -# Graphical/textual representations of swimming performances -%{texmfdist}/source/latex/swimgraf -%{texmfdist}/tex/latex/swimgraf -%{texmfdist}/tex/latex/symbol -# Easy drawing of syntactic proofs. -%{texmfdist}/tex/latex/synproof -%{texmfdist}/tex/latex/syntax -# Labels for tracing in a syntax tree. -%{texmfdist}/source/latex/syntrace -%{texmfdist}/tex/latex/syntrace -# Typeset syntactic trees. -%{texmfdist}/source/latex/synttree -%{texmfdist}/tex/latex/synttree -# Fonts and macro package for drawing timing diagrams. -%{texmfdist}/tex/latex/timing -# Section numbering and table of contents control. -%{texmfdist}/source/latex/tocvsec2 -%{texmfdist}/tex/latex/tocvsec2 -# A tokenizer. -%{texmfdist}/tex/latex/tokenizer -# Macros for writing indices, glossaries. -%{texmfdist}/source/latex/toolbox -%{texmfdist}/tex/latex/toolbox -# Bundle of files for typsetting theses. -%{texmfdist}/source/latex/toptesi -%{texmfdist}/tex/latex/toptesi -# Adjust tracking of strings. -%{texmfdist}/tex/latex/tracking -# Fonts from the Trajan column in Rome. -%{texmfdist}/source/latex/trajan -%{texmfdist}/tex/latex/trajan -# Provide an open platform for packages to be localized. -%{texmfdist}/tex/latex/translator -# Trees and other linguists' macros. -%{texmfdist}/source/latex/tree-dvips -%{texmfdist}/tex/latex/tree-dvips -# Quick float definitions in LaTeX. -%{texmfdist}/source/latex/trivfloat -%{texmfdist}/tex/latex/trivfloat -# Typeset the (logic) turnstile notation. -%{texmfdist}/source/latex/turnstile -%{texmfdist}/tex/latex/turnstile -%{texmfdist}/source/latex/twoup -%{texmfdist}/tex/latex/twoup -# Print a typographic grid. -%{texmfdist}/source/latex/typogrid -%{texmfdist}/tex/latex/typogrid -# Time printing, in German. -%{texmfdist}/tex/latex/uhrzeit - -%files latex-pdfslide -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/pdfslide -%{texmfdist}/tex/latex/pdfslide - -%files latex-pgf -%defattr(644,root,root,755) -%dir %{texmfdist}/source/context -%dir %{texmfdist}/source/context/third -%doc %{texmfdist}/doc/generic/pgf -%doc %{texmfdist}/doc/latex/pgfplots -%{texmfdist}/source/context/third/pgfplots -%{texmfdist}/source/latex/pgfopts -%{texmfdist}/source/latex/pgfplots -%{texmfdist}/tex/generic/pgf -%{texmfdist}/tex/generic/pgfplots -%{texmfdist}/tex/latex/pgf -%{texmfdist}/tex/latex/pgfopts -%{texmfdist}/tex/latex/pgfplots - -%files latex-prosper -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/ppr-prv -%doc %{texmfdist}/doc/latex/prosper -%{texmfdist}/source/latex/ppr-prv -%{texmfdist}/source/latex/prosper -%{texmfdist}/tex/latex/ppr-prv -%{texmfdist}/tex/latex/prosper - -%files latex-polynom -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/polynom -%{texmfdist}/source/latex/polynom -%{texmfdist}/tex/latex/polynom - -%files latex-polynomial -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/polynomial -%{texmfdist}/source/latex/polynomial -%{texmfdist}/tex/latex/polynomial - -%files latex-pseudocode -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/pseudocode -%{texmfdist}/tex/latex/pseudocode - -%files latex-pst-2dplot -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-2dplot -%{texmfdist}/tex/latex/pst-2dplot - -%files latex-pst-3dplot -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-3dplot -%{texmfdist}/dvips/pst-3dplot -%{texmfdist}/tex/generic/pst-3dplot -%{texmfdist}/tex/latex/pst-3dplot - -%files latex-pst-bar -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-3dplot -%{texmfdist}/dvips/pst-bar -%{texmfdist}/tex/generic/pst-bar -%{texmfdist}/tex/latex/pst-bar - -%files latex-pst-circ -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-circ -%{texmfdist}/dvips/pst-circ -%{texmfdist}/tex/generic/pst-circ -%{texmfdist}/tex/latex/pst-circ - -%files latex-pst-diffraction -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-diffraction -%{texmfdist}/tex/generic/pst-diffraction -%{texmfdist}/tex/latex/pst-diffraction - -%files latex-pst-eucl -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-eucl -%{texmfdist}/tex/generic/pst-eucl -%{texmfdist}/tex/latex/pst-eucl - -%files latex-pst-fun -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-fun -%{texmfdist}/dvips/pst-fun -%{texmfdist}/tex/generic/pst-fun -%{texmfdist}/tex/latex/pst-fun - -%files latex-pst-func -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-func -%{texmfdist}/dvips/pst-func -%{texmfdist}/tex/generic/pst-func -%{texmfdist}/tex/latex/pst-func - -%files latex-pst-infixplot -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-infixplot -%{texmfdist}/tex/generic/pst-infixplot -%{texmfdist}/tex/latex/pst-infixplot - -%files latex-pst-fr3d -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-fr3d -%{texmfdist}/source/generic/pst-fr3d -%{texmfdist}/tex/generic/pst-fr3d -%{texmfdist}/tex/latex/pst-fr3d - -%files latex-pst-fractal -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-fractal -%{texmfdist}/dvips/pst-fractal -%{texmfdist}/tex/generic/pst-fractal -%{texmfdist}/tex/latex/pst-fractal - -%files latex-pst-math -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-math -%{texmfdist}/dvips/pst-math -%{texmfdist}/tex/generic/pst-math -%{texmfdist}/tex/latex/pst-math - -%files latex-pst-ob3d -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-ob3d -%{texmfdist}/source/generic/pst-ob3d -%{texmfdist}/tex/generic/pst-ob3d -%{texmfdist}/tex/latex/pst-ob3d - -%files latex-pst-optexp -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-optexp -%{texmfdist}/dvips/pst-optexp -%{texmfdist}/tex/generic/pst-optexp -%{texmfdist}/tex/latex/pst-optexp - -%files latex-pst-optic -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-optic -%{texmfdist}/tex/generic/pst-optic -%{texmfdist}/tex/latex/pst-optic - -%files latex-pst-text -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-text -%{texmfdist}/dvips/pst-text -%{texmfdist}/tex/generic/pst-text -%{texmfdist}/tex/latex/pst-text - -%files latex-pst-uncategorized -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pst-3d -%doc %{texmfdist}/doc/generic/pst-asr -%doc %{texmfdist}/doc/generic/pst-bar -%doc %{texmfdist}/doc/generic/pst-barcode -%doc %{texmfdist}/doc/generic/pst-blur -%doc %{texmfdist}/doc/generic/pst-coil -%doc %{texmfdist}/doc/generic/pst-cox -%doc %{texmfdist}/doc/generic/pst-dbicons -%doc %{texmfdist}/doc/generic/pst-eps -%doc %{texmfdist}/doc/generic/pst-fill -%doc %{texmfdist}/doc/generic/pst-geo -%doc %{texmfdist}/doc/generic/pst-ghsb -%doc %{texmfdist}/doc/generic/pst-gr3d -%doc %{texmfdist}/doc/generic/pst-grad -%doc %{texmfdist}/doc/generic/pst-jtree -%doc %{texmfdist}/doc/generic/pst-labo -%doc %{texmfdist}/doc/generic/pst-lens -%doc %{texmfdist}/doc/generic/pst-light3d -%doc %{texmfdist}/doc/generic/pst-osci -%doc %{texmfdist}/doc/generic/pst-pad -%doc %{texmfdist}/doc/generic/pst-pdgr -%doc %{texmfdist}/doc/generic/pst-poly -%doc %{texmfdist}/doc/generic/pst-qtree -%doc %{texmfdist}/doc/generic/pst-slpe -%doc %{texmfdist}/doc/generic/pst-solides3d -%doc %{texmfdist}/doc/generic/pst-soroban -%doc %{texmfdist}/doc/generic/pst-spectra -%doc %{texmfdist}/doc/generic/pst-stru -%doc %{texmfdist}/doc/generic/pst-uml -%doc %{texmfdist}/doc/generic/pst-vue3d -%doc %{texmfdist}/doc/latex/auto-pst-pdf -%doc %{texmfdist}/doc/latex/pst-pdf -%{texmfdist}/dvips/pst-barcode -%{texmfdist}/dvips/pst-blur -%{texmfdist}/dvips/pst-coil -%{texmfdist}/dvips/pst-cox -%{texmfdist}/dvips/pst-eucl -%{texmfdist}/dvips/pst-geo -%{texmfdist}/dvips/pst-ghsb -%{texmfdist}/dvips/pst-grad -%{texmfdist}/dvips/pst-light3d -%{texmfdist}/dvips/pst-slpe -%{texmfdist}/dvips/pst-solides3d -%{texmfdist}/dvips/pst-spectra -%{texmfdist}/dvips/pst-vue3d -%{texmfdist}/scripts/pst-pdf -%{texmfdist}/source/generic/pst-3d -%{texmfdist}/source/generic/pst-3dplot -%{texmfdist}/source/generic/pst-barcode -%{texmfdist}/source/generic/pst-blur -%{texmfdist}/source/generic/pst-circ -%{texmfdist}/source/generic/pst-coil -%{texmfdist}/source/generic/pst-dbicons -%{texmfdist}/source/generic/pst-diffraction -%{texmfdist}/source/generic/pst-eps -%{texmfdist}/source/generic/pst-fill -%{texmfdist}/source/generic/pst-fractal -%{texmfdist}/source/generic/pst-fun -%{texmfdist}/source/generic/pst-func -%{texmfdist}/source/generic/pst-lens -%{texmfdist}/source/generic/pst-light3d -%{texmfdist}/source/generic/pst-optic -%{texmfdist}/source/generic/pst-pad -%{texmfdist}/source/generic/pst-pdgr -%{texmfdist}/source/generic/pst-slpe -%{texmfdist}/source/generic/pst-soroban -%{texmfdist}/source/generic/pst-text -%{texmfdist}/source/generic/pst-uml -%{texmfdist}/source/generic/pst-vue3d -%{texmfdist}/source/latex/auto-pst-pdf -%{texmfdist}/source/latex/pst-gr3d -%{texmfdist}/source/latex/pst-pdf -%{texmfdist}/source/latex/pst-poly -%{texmfdist}/tex/generic/pst-3d -%{texmfdist}/tex/generic/pst-asr -%{texmfdist}/tex/generic/pst-barcode -%{texmfdist}/tex/generic/pst-blur -%{texmfdist}/tex/generic/pst-coil -%{texmfdist}/tex/generic/pst-cox -%{texmfdist}/tex/generic/pst-eps -%{texmfdist}/tex/generic/pst-fill -%{texmfdist}/tex/generic/pst-geo -%{texmfdist}/tex/generic/pst-ghsb -%{texmfdist}/tex/generic/pst-gr3d -%{texmfdist}/tex/generic/pst-grad -%{texmfdist}/tex/generic/pst-jtree -%{texmfdist}/tex/generic/pst-labo -%{texmfdist}/tex/generic/pst-lens -%{texmfdist}/tex/generic/pst-light3d -%{texmfdist}/tex/generic/pst-osci -%{texmfdist}/tex/generic/pst-pad -%{texmfdist}/tex/generic/pst-pdgr -%{texmfdist}/tex/generic/pst-poly -%{texmfdist}/tex/generic/pst-qtree -%{texmfdist}/tex/generic/pst-slpe -%{texmfdist}/tex/generic/pst-solides3d -%{texmfdist}/tex/generic/pst-spectra -%{texmfdist}/tex/generic/pst-stru -%{texmfdist}/tex/generic/pst-vue3d -%{texmfdist}/tex/latex/pst-3d -%{texmfdist}/tex/latex/pst-asr -%{texmfdist}/tex/latex/pst-barcode -%{texmfdist}/tex/latex/pst-blur -%{texmfdist}/tex/latex/pst-coil -%{texmfdist}/tex/latex/pst-cox -%{texmfdist}/tex/latex/pst-dbicons -%{texmfdist}/tex/latex/pst-eps -%{texmfdist}/tex/latex/pst-fill -%{texmfdist}/tex/latex/pst-geo -%{texmfdist}/tex/latex/pst-ghsb -%{texmfdist}/tex/latex/pst-gr3d -%{texmfdist}/tex/latex/pst-grad -%{texmfdist}/tex/latex/pst-jtree -%{texmfdist}/tex/latex/pst-labo -%{texmfdist}/tex/latex/pst-lens -%{texmfdist}/tex/latex/pst-light3d -%{texmfdist}/tex/latex/pst-osci -%{texmfdist}/tex/latex/pst-pad -%{texmfdist}/tex/latex/pst-pdf -%{texmfdist}/tex/latex/pst-pdgr -%{texmfdist}/tex/latex/pst-poly -%{texmfdist}/tex/latex/pst-qtree -%{texmfdist}/tex/latex/pst-slpe -%{texmfdist}/tex/latex/pst-solides3d -%{texmfdist}/tex/latex/pst-soroban -%{texmfdist}/tex/latex/pst-spectra -%{texmfdist}/tex/latex/pst-stru -%{texmfdist}/tex/latex/pst-uml -%{texmfdist}/tex/latex/pst-vue3d - -%files latex-psnfss -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/psnfss -%dir %{texmfdist}/source/latex -%{texmfdist}/fonts/map/dvips/psnfss -%{texmfdist}/source/latex/psnfss -%{texmfdist}/source/latex/latex-tds -%{texmfdist}/tex/latex/psnfss - -%files latex-pxfonts -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/pxfonts -%{texmfdist}/tex/latex/pxfonts -%{texmfdist}/fonts/type1/public/pxfonts -%{texmfdist}/fonts/afm/public/pxfonts -%{texmfdist}/fonts/tfm/public/pxfonts -%{texmfdist}/fonts/vf/public/pxfonts -%{texmfdist}/fonts/map/dvips/pxfonts - -%files latex-SIstyle -%defattr(644,root,root,755) -%{texmfdist}/doc/latex/SIstyle -%{texmfdist}/source/latex/SIstyle -%{texmfdist}/tex/latex/SIstyle - -%files latex-SIunits -%defattr(644,root,root,755) -%{texmfdist}/doc/latex/SIunits -%{texmfdist}/tex/latex/SIunits -%{texmfdist}/source/latex/SIunits - -%files latex-siunitx -%defattr(644,root,root,755) -%{texmfdist}/doc/latex/siunitx -%{texmfdist}/tex/latex/siunitx -%{texmfdist}/source/latex/siunitx - -%files latex-Tabbing -%defattr(644,root,root,755) -%{texmfdist}/source/latex/Tabbing -%{texmfdist}/doc/latex/Tabbing - -%files latex-txfonts -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/txfonts -%{texmfdist}/fonts/type1/public/txfonts -%{texmfdist}/fonts/afm/public/txfonts -%{texmfdist}/fonts/enc/dvips/txfonts -%{texmfdist}/fonts/tfm/public/txfonts -%{texmfdist}/fonts/vf/public/txfonts -%{texmfdist}/fonts/map/dvips/txfonts -%{texmfdist}/tex/latex/txfonts - -%files latex-ucs -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/ucs -%{texmfdist}/tex/latex/ucs - -%files latex-umlaute -%defattr(644,root,root,755) -%{texmfdist}/tex/latex/umlaute -%{texmfdist}/source/latex/umlaute - -%files latex-variations -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/variations -%{texmfdist}/tex/generic/variations - -%files latex-wasysym -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/wasysym -%{texmfdist}/tex/latex/wasysym -%{texmfdist}/source/latex/wasysym - -%files latex-xcolor -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/xcolor -%{texmfdist}/dvips/xcolor -%{texmfdist}/source/latex/xcolor - -%files format-pdflatex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/pdflatex -%{_mandir}/man1/pdflatex.1* - -%files tex-babel -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/babel -%{texmfdist}/source/generic/babel -%{texmfdist}/tex/generic/babel - -%files tex-german -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/german -%{texmfdist}/tex/generic/german -%{texmfdist}/source/generic/german - -%files tex-mfpic -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/mfpic -%{texmfdist}/tex/generic/mfpic -%{texmfdist}/source/generic/mfpic - -%files tex-midnight -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/midnight -%{texmfdist}/tex/generic/midnight - -%files tex-misc -%defattr(644,root,root,755) -%{texmfdist}/source/generic/tap -%doc %{texmfdist}/doc/latex/localloc -%doc %{texmfdist}/doc/generic/multido -%doc %{texmfdist}/doc/generic/tap -%doc %{texmfdist}/doc/generic/vrb - -%{texmfdist}/tex/generic/eijkhout -%{texmfdist}/tex/generic/multido -%{texmfdist}/tex/generic/misc -%{texmfdist}/tex/generic/vrb - -%files tex-pictex -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pictex -%{texmfdist}/tex/generic/pictex - -%files tex-psizzl -%defattr(644,root,root,755) -%{texmfdist}/doc/psizzl -%{texmfdist}/source/psizzl -%{texmfdist}/tex/psizzl - -%files tex-pstricks -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/pstricks -%doc %{texmfdist}/doc/generic/pstricks-add -%{texmfdist}/dvips/pstricks -%{texmfdist}/tex/generic/pstricks -%{texmfdist}/tex/latex/pstricks-add -%{texmfdist}/source/generic/pstricks-add -%{texmfdist}/tex/generic/pstricks-add - -%files tex-qpxqtx -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/qpxqtx -%{texmfdist}/fonts/tfm/public/qpxqtx -%{texmfdist}/fonts/vf/public/qpxqtx -%{texmfdist}/tex/generic/qpxqtx - -%files tex-ruhyphen -%defattr(644,root,root,755) -%{texmfdist}/tex/generic/ruhyphen -%{texmfdist}/source/generic/ruhyphen - -%files tex-huhyphen -%defattr(644,root,root,755) -%doc %{texmf}/doc/generic/huhyphen - -%files tex-spanish -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/spanish-mx -%dir %{texmfdist}/source/latex/mapcodes -%dir %{texmfdist}/source/latex/polyglot -%dir %{texmfdist}/source/latex/polyglot/langs -%dir %{texmfdist}/tex/latex/babelbib -%dir %{texmfdist}/tex/latex/dvdcoll/dcl -%dir %{texmfdist}/tex/texsis -%dir %{texmfdist}/tex/texsis/base -%{texmfdist}/source/generic/babel/spanish.ins -%{texmfdist}/source/generic/babel/spanish.dtx -%{texmfdist}/source/latex/polyglot/langs/spanish.ld -%{texmfdist}/source/latex/polyglot/langs/spanish.ot1 -%{texmfdist}/source/latex/mapcodes/spanish.map -%{texmfdist}/source/latex/mapcodes/spanish.dtx -%{texmfdist}/tex/texsis/base/Spanish.txs -%{texmfdist}/tex/generic/babel/spanish.sty -%{texmfdist}/tex/generic/babel/spanish.ldf -%{texmfdist}/tex/latex/spanish-mx -%{texmfdist}/tex/latex/custom-bib/spanish.mbs -%{texmfdist}/tex/latex/babelbib/spanish.bdf -%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl - -%files tex-texdraw -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/texdraw -%{texmfdist}/tex/generic/texdraw - -%files tex-thumbpdf -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/thumbpdf -%attr(755,root,root) %{_bindir}/thumbpdf -%{_mandir}/man1/thumbpdf.1* -%{texmfdist}/tex/generic/thumbpdf -%{texmfdist}/scripts/thumbpdf - -%files tex-ukrhyph -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/ukrhyph -%{texmfdist}/tex/generic/ukrhyph - -%files latex-vietnam -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/vntex -%{texmfdist}/tex/latex/vntex - -%files tex-xypic -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/generic/xypic -%{texmfdist}/tex/generic/xypic - -%files tex-xkeyval -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/xkeyval -%{texmfdist}/source/latex/xkeyval -%{texmfdist}/tex/generic/xkeyval -%{texmfdist}/tex/latex/xkeyval - -%files fonts-adobe -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/adobe -%{texmfdist}/fonts/afm/adobe -%{texmfdist}/fonts/tfm/adobe -%{texmfdist}/fonts/vf/adobe - -%files fonts-larm -%defattr(644,root,root,755) -%{texmfdist}/fonts/tfm/la -%{texmfdist}/fonts/type1/la/ -%{texmfdist}/fonts/enc/larm.enc - -%files fonts-ae -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/ae -%{texmfdist}/fonts/tfm/public/ae -%{texmfdist}/fonts/vf/public/ae -%{texmfdist}/source/fonts/ae - -%files fonts-ams -%defattr(644,root,root,755) -%{texmfdist}/bibtex/bst/ams -%{texmfdist}/bibtex/bib/ams -%{texmfdist}/dvips/ams -%{texmfdist}/fonts/source/public/ams -%{texmfdist}/fonts/type1/bluesky/ams -%{texmfdist}/fonts/afm/bluesky/ams -%{texmfdist}/fonts/tfm/public/ams -%{texmfdist}/fonts/map/dvips/ams - -%files fonts-antp -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/antp -%{texmfdist}/fonts/enc/dvips/antp -%{texmfdist}/fonts/map/dvips/antp -%{texmfdist}/fonts/afm/public/antp -%{texmfdist}/fonts/tfm/public/antp -%{texmfdist}/dvips/antp - -%files fonts-antt -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/antt -%{texmfdist}/fonts/afm/public/antt -%{texmfdist}/fonts/opentype/public/antt -%{texmfdist}/fonts/enc/dvips/antt -%{texmfdist}/fonts/tfm/public/antt -%{texmfdist}/fonts/map/dvips/antt -%{texmfdist}/tex/plain/antt -%{texmfdist}/tex/latex/antt - -%files fonts-arphic -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/arphic -%{texmfdist}/fonts/afm/arphic -%{texmfdist}/fonts/tfm/arphic -%{texmfdist}/fonts/vf/arphic - -%files fonts-bbm -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/bbm -%{texmfdist}/fonts/source/public/bbm -%{texmfdist}/fonts/tfm/public/bbm -%{texmfdist}/source/latex/bbm -%{texmfdist}/tex/latex/bbm - -%files fonts-bbold -%defattr(644,root,root,755) -%{texmfdist}/fonts/source/public/bbold -%{texmfdist}/fonts/tfm/public/bbold - -%files fonts-bitstream -%defattr(644,root,root,755) -%{texmfdist}/fonts/afm/bitstrea -%{texmfdist}/fonts/tfm/bitstrea -%{texmfdist}/fonts/vf/bitstrea - -%files fonts-cc-pl -%defattr(644,root,root,755) -%{texmfdist}/fonts/source/public/cc-pl -%{texmfdist}/fonts/enc/dvips/cc-pl -%{texmfdist}/fonts/tfm/public/cc-pl -%{texmfdist}/fonts/map/dvips/cc-pl - -%files fonts-cg -%defattr(644,root,root,755) -%{texmfdist}/fonts/tfm/cg -%{texmfdist}/fonts/vf/cg - -%files fonts-cm -%defattr(644,root,root,755) -%dir %{texmfdist}/doc/fonts -%dir %{texmfdist}/fonts/afm/bluesky -%dir %{texmfdist}/fonts/map/dvips -%dir %{texmfdist}/fonts/pk/ljfour/public -%doc %{texmfdist}/doc/fonts/cm -%{texmfdist}/dvips/cm -%{texmfdist}/fonts/afm/bluesky/cm -%{texmfdist}/fonts/map/dvips/cm -%{texmfdist}/fonts/pk/ljfour/public/cm -%{texmfdist}/fonts/source/public/cm -%{texmfdist}/fonts/tfm/public/cm - -%files fonts-cmbright -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/cmbright -%{texmfdist}/fonts/source/public/cmbright -%{texmfdist}/fonts/tfm/public/cmbright -%{texmfdist}/source/latex/cmbright -%{texmfdist}/tex/latex/cmbright - -%files fonts-cmcyr -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/cmcyr -%{texmfdist}/fonts/source/public/cmcyr -%{texmfdist}/fonts/type1/public/cmcyr -%{texmfdist}/fonts/tfm/public/cmcyr -%{texmfdist}/fonts/vf/public/cmcyr -%{texmfdist}/fonts/map/dvips/cmcyr - -%files fonts-cmextra -%defattr(644,root,root,755) -%{texmfdist}/fonts/source/public/cmextra -%{texmfdist}/fonts/tfm/public/cmextra - -%files fonts-cmsuper -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/cm-super -%{texmfdist}/fonts/afm/public/cm-super -%{texmfdist}/fonts/enc/dvips/cm-super -%{texmfdist}/fonts/map/dvips/cm-super -%{texmfdist}/fonts/map/vtex/cm-super -%{texmfdist}/fonts/type1/public/cm-super - -%files fonts-concmath -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/concmath -%doc %{texmfdist}/doc/latex/concmath -%{texmfdist}/fonts/source/public/concmath -%{texmfdist}/fonts/tfm/public/concmath -%{texmfdist}/source/latex/concmath -%{texmfdist}/tex/latex/concmath - -%files fonts-concrete -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/concrete -%{texmfdist}/fonts/source/public/concrete -%{texmfdist}/fonts/tfm/public/concrete - -%files fonts-cs -%defattr(644,root,root,755) -%{texmfdist}/dvips/cs -%{texmfdist}/fonts/source/public/cs -%{texmfdist}/fonts/enc/dvips/cs -%{texmfdist}/fonts/tfm/public/cs -%{texmfdist}/fonts/map/dvips/cs - -%files fonts-ecc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/ecc -%{texmfdist}/fonts/source/public/ecc -%{texmfdist}/fonts/tfm/public/ecc - -%files fonts-eurosym -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/eurosym -%{texmfdist}/fonts/source/public/eurosym -%{texmfdist}/fonts/tfm/public/eurosym -%{texmfdist}/fonts/map/dvips/eurosym -%{texmfdist}/source/fonts/eurosym -%{texmfdist}/tex/latex/eurosym - -%files fonts-eulervm -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/eulervm -%{texmfdist}/fonts/tfm/public/eulervm -%{texmfdist}/fonts/vf/public/eulervm -%{texmfdist}/source/latex/eulervm -%{texmfdist}/tex/latex/eulervm - -%files fonts-euxm -%defattr(644,root,root,755) -%{texmfdist}/fonts/source/public/euxm -%{texmfdist}/fonts/tfm/public/euxm - -%files fonts-gothic -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/gothic -%{texmfdist}/dvips/gothic -%{texmfdist}/fonts/source/public/gothic -%{texmfdist}/fonts/type1/public/gothic -%{texmfdist}/fonts/afm/public/gothic -%{texmfdist}/fonts/tfm/public/gothic -%{texmfdist}/fonts/vf/public/gothic -%{texmfdist}/fonts/map/dvips/gothic - -%files fonts-hoekwater -%defattr(644,root,root,755) -%{texmfdist}/fonts/afm/hoekwater -%{texmfdist}/fonts/tfm/hoekwater -%{texmfdist}/fonts/truetype/hoekwater - -%files fonts-jknappen -%defattr(644,root,root,755) -%{texmfdist}/fonts/source/jknappen -%{texmfdist}/fonts/tfm/jknappen - -%files fonts-kpfonts -%defattr(644,root,root,755) -%dir %{texmfdist}/doc/fonts -%doc %{texmfdist}/doc/fonts/kpfonts -%{texmfdist}/fonts/afm/public/kpfonts -%{texmfdist}/fonts/map/public/kpfonts -%{texmfdist}/fonts/source/public/kpfonts -%{texmfdist}/fonts/tfm/public/kpfonts -%{texmfdist}/fonts/type1/public/kpfonts -%{texmfdist}/fonts/vf/public/kpfonts -%{texmfdist}/tex/latex/kpfonts - -%files fonts-latex -%defattr(644,root,root,755) -%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts -%dir %{texmfdist}/fonts/map/dvips/latex-fonts -%dir %{texmfdist}/fonts/source/public/latex-fonts -%dir %{texmfdist}/fonts/tfm/public/latex-fonts -%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts -%doc %{texmfdist}/doc/latex/esint -%{texmfdist}/fonts/afm/bluesky/latex-fonts/* -%{texmfdist}/fonts/map/dvips/latex-fonts/* -%{texmfdist}/fonts/source/public/esint -%{texmfdist}/fonts/source/public/latex-fonts/* -%{texmfdist}/fonts/tfm/public/esint -%{texmfdist}/fonts/tfm/public/latex-fonts/* -%{texmfdist}/fonts/type1/bluesky/latex-fonts/* -%{texmfdist}/source/latex/esint -%{texmfdist}/tex/latex/esint - -%files fonts-lh -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/lh -%{texmfdist}/fonts/source/lh -%{texmfdist}/metapost/support/charlib/LH -%{texmfdist}/source/fonts/lh -%{texmfdist}/source/latex/lh - -%files fonts-lm -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/lm -%{texmfdist}/fonts/type1/public/lm -%{texmfdist}/fonts/afm/public/lm -%{texmfdist}/fonts/opentype/public/lm -%{texmfdist}/fonts/enc/dvips/lm -%{texmfdist}/fonts/tfm/public/lm -%{texmfdist}/fonts/map/dvips/lm -%{texmfdist}/fonts/map/dvipdfm/lm -%{texmfdist}/source/fonts/lm -%{texmfdist}/tex/latex/lm - -%files fonts-marvosym -%defattr(644,root,root,755) -%dir %{texmfdist}/source/fonts/eurofont -%dir %{texmfdist}/source/fonts/eurofont/marvosym -%dir %{texmfdist}/tex/latex -%doc %{texmfdist}/doc/latex/marvosym -%{texmfdist}/fonts/type1/public/marvosym -%{texmfdist}/fonts/afm/public/marvosym -%{texmfdist}/fonts/tfm/public/marvosym -%{texmfdist}/fonts/map/dvips/marvosym -%{texmfdist}/source/fonts/eurofont/marvosym/* -%{texmfdist}/tex/latex/marvosym - -%files fonts-mflogo -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/mflogo -%{texmfdist}/fonts/source/public/mflogo -%{texmfdist}/fonts/type1/hoekwater/mflogo -%{texmfdist}/fonts/afm/hoekwater/mflogo -%{texmfdist}/fonts/tfm/public/mflogo -%{texmfdist}/fonts/map/dvips/mflogo -%{texmfdist}/source/latex/mflogo -%{texmfdist}/tex/latex/mflogo - -%files fonts-misc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc -%{texmfdist}/fonts/source/public/misc -%{texmfdist}/fonts/tfm/public/misc -%{texmfdist}/fonts/misc - -%files fonts-monotype -%defattr(644,root,root,755) -%{texmfdist}/fonts/tfm/monotype -%{texmfdist}/fonts/vf/monotype - -%files fonts-other -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/yi4latex -%{texmf}/fonts/sfd -%{texmfdist}/fonts/afm/itc -%{texmf}/fonts/map/glyphlist -%{texmfdist}/fonts/map/glyphlist -%{texmfdist}/fonts/source/public/knuthotherfonts -%{texmfdist}/fonts/source/public/yi4latex -%{texmfdist}/fonts/tfm/public/yi4latex - -%{texmfdist}/fonts/tfm/public/pslatex -%{texmfdist}/fonts/map/dvips/pslatex -%{texmfdist}/fonts/vf/public/pslatex - -%doc %{texmfdist}/doc/fonts/allrunes -%{texmfdist}/fonts/source/public/allrunes -%{texmfdist}/fonts/tfm/public/allrunes -%{texmfdist}/fonts/type1/public/allrunes -%{texmfdist}/source/fonts/allrunes - -%doc %{texmfdist}/doc/fonts/antiqua -%{texmfdist}/fonts/map/dvips/antiqua - -%{texmfdist}/fonts/source/public/apl -%{texmfdist}/fonts/tfm/public/apl -%{texmfdist}/source/fonts/apl - -%{texmfdist}/fonts/afm/arabi -%{texmfdist}/fonts/tfm/arabi -%{texmfdist}/fonts/type1/arabi -%{texmfdist}/fonts/enc/dvips/arabi -%{texmfdist}/fonts/map/dvips/arabi - -%{texmfdist}/fonts/map/dvips/arabtex -%{texmfdist}/fonts/source/public/arabtex -%{texmfdist}/fonts/tfm/public/arabtex -%{texmfdist}/fonts/type1/public/arabtex - -%doc %{texmfdist}/doc/fonts/archaic -%{texmfdist}/fonts/afm/public/archaic -%{texmfdist}/fonts/map/dvips/archaic -%{texmfdist}/fonts/source/public/archaic -%{texmfdist}/fonts/tfm/public/archaic -%{texmfdist}/fonts/type1/public/archaic -%{texmfdist}/source/fonts/archaic - -%doc %{texmfdist}/doc/fonts/arev -%{texmfdist}/fonts/afm/public/arev -%{texmfdist}/fonts/enc/dvips/arev -%{texmfdist}/fonts/map/dvips/arev -%{texmfdist}/fonts/tfm/public/arev -%{texmfdist}/fonts/type1/public/arev -%{texmfdist}/fonts/vf/public/arev -%{texmfdist}/source/fonts/arev - -%{texmfdist}/fonts/tfm/vntex/arevvn -%{texmfdist}/fonts/type1/vntex/arevvn - -%{texmfdist}/fonts/source/public/ar -%{texmfdist}/fonts/tfm/public/ar - -%doc %{texmfdist}/doc/fonts/armenian -%{texmfdist}/fonts/source/public/armenian -%{texmfdist}/fonts/tfm/public/armenian - -%{texmfdist}/fonts/map/dvips/arphic - -%doc %{texmfdist}/doc/fonts/malayalam -%doc %{texmfdist}/doc/fonts/Asana-Math -%{texmfdist}/fonts/opentype/public/Asana-Math - -%doc %{texmfdist}/doc/fonts/ascii -%{texmfdist}/fonts/map/dvips/ascii -%{texmfdist}/fonts/tfm/public/ascii -%{texmfdist}/fonts/type1/public/ascii - -%doc %{texmfdist}/doc/fonts/astro -%{texmfdist}/fonts/source/public/astro -%{texmfdist}/fonts/tfm/public/astro - -%{texmfdist}/fonts/afm/public/augie -%{texmfdist}/fonts/map/dvips/augie -%{texmfdist}/fonts/tfm/public/augie -%{texmfdist}/fonts/type1/public/augie -%{texmfdist}/fonts/vf/public/augie - -%doc %{texmfdist}/doc/fonts/auncial-new -%{texmfdist}/fonts/afm/public/auncial-new -%{texmfdist}/fonts/map/dvips/auncial-new -%{texmfdist}/fonts/tfm/public/auncial-new -%{texmfdist}/fonts/type1/public/auncial-new -%{texmfdist}/source/fonts/auncial-new - -%{texmfdist}/fonts/afm/public/aurical -%{texmfdist}/fonts/map/dvips/aurical -%{texmfdist}/fonts/source/public/aurical -%{texmfdist}/fonts/tfm/public/aurical -%{texmfdist}/fonts/type1/public/aurical - -%{texmfdist}/fonts/map/dvips/avantgar - -%{texmfdist}/fonts/source/public/bangtex -%{texmfdist}/fonts/tfm/public/bangtex - -%{texmfdist}/fonts/source/public/barcodes -%{texmfdist}/fonts/tfm/public/barcodes - -%{texmfdist}/fonts/source/public/bayer -%{texmfdist}/fonts/tfm/public/bayer - -%{texmfdist}/fonts/source/public/bbding -%{texmfdist}/fonts/tfm/public/bbding - -%{texmfdist}/fonts/truetype/public - -%{texmfdist}/fonts/source/public/bengali -%{texmfdist}/fonts/tfm/public/bengali - -%doc %{texmfdist}/doc/fonts/bera -%{texmfdist}/fonts/afm/public/bera -%{texmfdist}/fonts/map/dvips/bera -%{texmfdist}/fonts/map/vtex/bera -%{texmfdist}/fonts/tfm/public/bera -%{texmfdist}/fonts/type1/public/bera -%{texmfdist}/fonts/vf/public/bera - -%doc %{texmfdist}/doc/fonts/blacklettert1 -%{texmfdist}/fonts/tfm/public/blacklettert1 -%{texmfdist}/fonts/vf/public/blacklettert1 -%{texmfdist}/source/fonts/blacklettert1 - -%doc %{texmfdist}/doc/fonts/boisik -%{texmfdist}/fonts/source/public/boisik - -%doc %{texmfdist}/doc/fonts/bookhands -%{texmfdist}/fonts/source/public/bookhands - -%{texmfdist}/fonts/map/dvips/bookman - -%{texmfdist}/fonts/afm/public/brushscr -%{texmfdist}/fonts/map/dvips/brushscr -%{texmfdist}/fonts/tfm/public/brushscr -%{texmfdist}/fonts/type1/public/brushscr -%{texmfdist}/fonts/vf/public/brushscr - -%doc %{texmfdist}/doc/fonts/burmese -%{texmfdist}/fonts/map/dvips/burmese -%{texmfdist}/fonts/tfm/public/burmese -%{texmfdist}/fonts/type1/public/burmese - -%doc %{texmfdist}/doc/fonts/cns -%{texmfdist}/fonts/tfm/cns - -%{texmfdist}/fonts/enc/dvips/c90enc - -%{texmfdist}/fonts/source/public/calligra -%{texmfdist}/fonts/tfm/public/calligra - -%doc %{texmfdist}/doc/fonts/carolmin-ps -%{texmfdist}/fonts/afm/public/carolmin-ps -%{texmfdist}/fonts/map/dvips/carolmin-ps -%{texmfdist}/fonts/type1/public/carolmin-ps - -%{texmfdist}/fonts/source/public/casyl -%{texmfdist}/fonts/tfm/public/casyl - -%{texmfdist}/fonts/source/public/cbcoptic -%{texmfdist}/fonts/tfm/public/cbcoptic -%{texmfdist}/fonts/type1/public/cbcoptic - -%doc %{texmfdist}/doc/fonts/cbfonts -%{texmfdist}/fonts/enc/dvips/cbfonts -%{texmfdist}/fonts/map/dvips/cbfonts -%{texmfdist}/fonts/source/public/cbfonts -%{texmfdist}/fonts/tfm/public/cbfonts -%{texmfdist}/fonts/type1/public/cbfonts - -%doc %{texmfdist}/doc/fonts/charter -%{texmfdist}/fonts/afm/vntex/chartervn -%{texmfdist}/fonts/tfm/vntex/chartervn -%{texmfdist}/fonts/type1/vntex/chartervn -%{texmfdist}/fonts/vf/vntex/chartervn - -%{texmfdist}/fonts/source/public/cherokee -%{texmfdist}/fonts/tfm/public/cherokee - -%{texmfdist}/fonts/source/public/china2e -%{texmfdist}/fonts/tfm/public/china2e - -%{texmfdist}/fonts/source/public/circ -%{texmfdist}/fonts/tfm/public/circ - -%doc %{texmfdist}/doc/fonts/cirth -%{texmfdist}/fonts/source/public/cirth -%{texmfdist}/fonts/tfm/public/cirth - -%doc %{texmfdist}/doc/fonts/cjhebrew -%{texmfdist}/fonts/afm/public/cjhebrew -%{texmfdist}/fonts/enc/dvips/cjhebrew -%{texmfdist}/fonts/map/dvips/cjhebrew -%{texmfdist}/fonts/tfm/public/cjhebrew -%{texmfdist}/fonts/type1/public/cjhebrew -%{texmfdist}/fonts/vf/public/cjhebrew - -%{texmfdist}/fonts/source/public/clock -%{texmfdist}/fonts/tfm/public/clock - -%doc %{texmfdist}/doc/fonts/cmastro -%{texmfdist}/fonts/source/public/cmastro -%{texmfdist}/fonts/tfm/public/cmastro - -%{texmfdist}/fonts/tfm/vntex/cmbrightvn -%{texmfdist}/fonts/type1/vntex/cmbrightvn - -%{texmfdist}/fonts/type1/public/cmex - -%{texmfdist}/fonts/afm/public/cm-lgc -%{texmfdist}/fonts/enc/dvips/cm-lgc -%{texmfdist}/fonts/map/dvips/cm-lgc -%{texmfdist}/fonts/ofm/public/cm-lgc -%{texmfdist}/fonts/ovf/public/cm-lgc -%{texmfdist}/fonts/tfm/public/cm-lgc -%{texmfdist}/fonts/type1/public/cm-lgc -%{texmfdist}/fonts/vf/public/cm-lgc - -%doc %{texmfdist}/doc/fonts/cmpica -%{texmfdist}/fonts/source/public/cmpica -%{texmfdist}/fonts/tfm/public/cmpica - - -%{texmfdist}/fonts/tfm/vntex/comicsansvn -%{texmfdist}/fonts/type1/vntex/comicsansvn -%{texmfdist}/fonts/vf/vntex/comicsansvn - -%{texmfdist}/fonts/tfm/vntex/concretevn -%{texmfdist}/fonts/type1/vntex/concretevn - -%{texmfdist}/fonts/afm/ibm -%{texmfdist}/fonts/tfm/ibm -%{texmfdist}/fonts/vf/ibm -%{texmfdist}/fonts/map/dvips/courier -%{texmfdist}/fonts/tfm/cspsfonts-adobe -%{texmfdist}/fonts/vf/cspsfonts-adobe - -%doc %{texmfdist}/doc/fonts/croatian -%{texmfdist}/fonts/source/public/croatian - -%{texmfdist}/fonts/afm/public/cryst -%{texmfdist}/fonts/source/public/cryst -%{texmfdist}/fonts/tfm/public/cryst -%{texmfdist}/fonts/type1/public/cryst - -%{texmfdist}/fonts/source/public/ctib -%{texmfdist}/fonts/tfm/public/ctib - -%doc %{texmfdist}/doc/fonts/cyklop -%{texmfdist}/fonts/afm/public/cyklop -%{texmfdist}/fonts/enc/dvips/cyklop -%{texmfdist}/fonts/map/dvips/cyklop -%{texmfdist}/fonts/opentype/public/cyklop -%{texmfdist}/fonts/tfm/public/cyklop -%{texmfdist}/fonts/type1/public/cyklop - -%{texmfdist}/fonts/source/public/dancers -%{texmfdist}/fonts/tfm/public/dancers - -%doc %{texmfdist}/doc/fonts/dice -%{texmfdist}/fonts/source/public/dice -%{texmfdist}/fonts/tfm/public/dice - -%doc %{texmfdist}/doc/fonts/dictsym -%{texmfdist}/fonts/afm/public/dictsym -%{texmfdist}/fonts/map/dvips/dictsym -%{texmfdist}/fonts/map/vtex/dictsym -%{texmfdist}/fonts/tfm/public/dictsym -%{texmfdist}/fonts/type1/public/dictsym - -%doc %{texmfdist}/doc/fonts/dingbat -%{texmfdist}/fonts/tfm/public/dingbat -%{texmfdist}/source/fonts/dingbat - -%doc %{texmfdist}/doc/fonts/doublestroke -%{texmfdist}/fonts/map/dvips/doublestroke -%{texmfdist}/fonts/source/public/doublestroke -%{texmfdist}/fonts/tfm/public/doublestroke -%{texmfdist}/fonts/type1/public/doublestroke - -%doc %{texmfdist}/doc/fonts/duerer -%{texmfdist}/fonts/source/public/duerer -%{texmfdist}/fonts/tfm/public/duerer - -%doc %{texmfdist}/doc/fonts/ean -%{texmfdist}/fonts/source/public/ean -%{texmfdist}/fonts/tfm/public/ean - -%doc %{texmfdist}/doc/fonts/eco -%{texmfdist}/fonts/tfm/public/eco -%{texmfdist}/fonts/vf/public/eco -%{texmfdist}/source/fonts/eco - -%doc %{texmfdist}/doc/fonts/eiad -%{texmfdist}/fonts/source/public/eiad -%{texmfdist}/fonts/tfm/public/eiad - -%doc %{texmfdist}/doc/fonts/elvish -%{texmfdist}/fonts/source/public/elvish -%{texmfdist}/fonts/tfm/public/elvish - -%doc %{texmfdist}/doc/fonts/epigrafica -%{texmfdist}/fonts/afm/public/epigrafica -%{texmfdist}/fonts/enc/dvips/epigrafica -%{texmfdist}/fonts/map/dvips/epigrafica -%{texmfdist}/fonts/tfm/public/epigrafica -%{texmfdist}/fonts/type1/public/epigrafica -%{texmfdist}/fonts/vf/public/epigrafica - -%{texmfdist}/fonts/map/dvips/epiolmec -%{texmfdist}/fonts/tfm/public/epiolmec -%{texmfdist}/fonts/type1/public/epiolmec - -%doc %{texmfdist}/doc/fonts/esint-type1 -%{texmfdist}/fonts/map/dvips/esint-type1 -%{texmfdist}/fonts/type1/public/esint-type1 - -%{texmfdist}/fonts/ofm/public/ethiop -%{texmfdist}/fonts/ovf/public/ethiop -%{texmfdist}/fonts/ovp/public/ethiop -%{texmfdist}/fonts/source/public/ethiop -%{texmfdist}/fonts/tfm/public/ethiop - -%{texmfdist}/fonts/map/dvips/ethiop-t1 -%{texmfdist}/fonts/type1/public/ethiop-t1 - -%doc %{texmfdist}/doc/fonts/euro-ce -%{texmfdist}/fonts/source/public/euro-ce -%{texmfdist}/fonts/tfm/public/euro-ce - -%doc %{texmfdist}/doc/fonts/eurofont -%{texmfdist}/fonts/map/dvips/eurofont -%{texmfdist}/source/fonts/eurofont - -%doc %{texmfdist}/doc/fonts/feyn -%{texmfdist}/fonts/source/public/feyn -%{texmfdist}/fonts/tfm/public/feyn -%{texmfdist}/source/fonts/feyn - -%doc %{texmfdist}/doc/fonts/fge -%{texmfdist}/fonts/source/public/fge -%{texmfdist}/fonts/tfm/public/fge -%{texmfdist}/source/fonts/fge - -%{texmfdist}/fonts/map/dvips/foekfont -%{texmfdist}/fonts/tfm/public/foekfont -%{texmfdist}/fonts/type1/public/foekfont - -%doc %{texmfdist}/doc/fonts/fonetika -%{texmfdist}/fonts/afm/public/fonetika -%{texmfdist}/fonts/map/dvips/fonetika -%{texmfdist}/fonts/tfm/public/fonetika -%{texmfdist}/fonts/type1/public/fonetika - -%doc %{texmfdist}/doc/fonts/fourier -%{texmfdist}/fonts/afm/public/fourier -%{texmfdist}/fonts/map/dvips/fourier -%{texmfdist}/fonts/tfm/public/fourier -%{texmfdist}/fonts/type1/public/fourier -%{texmfdist}/fonts/vf/public/fourier -%{texmfdist}/source/fonts/fourier - -%doc %{texmfdist}/doc/fonts/fouriernc -%{texmfdist}/fonts/afm/public/fouriernc -%{texmfdist}/fonts/tfm/public/fouriernc -%{texmfdist}/fonts/vf/public/fouriernc - -%doc %{texmfdist}/doc/fonts/frcursive -%{texmfdist}/fonts/source/public/frcursive -%{texmfdist}/fonts/tfm/public/frcursive -%{texmfdist}/source/fonts/frcursive - -%doc %{texmfdist}/doc/fonts/futhark -%{texmfdist}/fonts/source/public/futhark -%{texmfdist}/fonts/tfm/public/futhark - -%{texmfdist}/fonts/afm/public/garuda -%{texmfdist}/fonts/map/dvips/garuda -%{texmfdist}/fonts/tfm/public/garuda -%{texmfdist}/fonts/type1/public/garuda - -%doc %{texmfdist}/doc/fonts/genealogy -%{texmfdist}/fonts/source/public/genealogy -%{texmfdist}/fonts/tfm/public/genealogy - -%doc %{texmfdist}/doc/fonts/gfsartemisia -%{texmfdist}/fonts/afm/public/gfsartemisia -%{texmfdist}/fonts/enc/dvips/gfsartemisia -%{texmfdist}/fonts/map/dvips/gfsartemisia -%{texmfdist}/fonts/opentype/public/gfsartemisia -%{texmfdist}/fonts/tfm/public/gfsartemisia -%{texmfdist}/fonts/type1/public/gfsartemisia -%{texmfdist}/fonts/vf/public/gfsartemisia - -%doc %{texmfdist}/doc/fonts/gfsbaskerville -%{texmfdist}/fonts/afm/public/gfsbaskerville -%{texmfdist}/fonts/enc/dvips/gfsbaskerville -%{texmfdist}/fonts/map/dvips/gfsbaskerville -%{texmfdist}/fonts/opentype/public/gfsbaskerville -%{texmfdist}/fonts/tfm/public/gfsbaskerville -%{texmfdist}/fonts/type1/public/gfsbaskerville -%{texmfdist}/fonts/vf/public/gfsbaskerville - -%doc %{texmfdist}/doc/fonts/gfsbodoni -%{texmfdist}/fonts/afm/public/gfsbodoni -%{texmfdist}/fonts/enc/dvips/gfsbodoni -%{texmfdist}/fonts/map/dvips/gfsbodoni -%{texmfdist}/fonts/opentype/public/gfsbodoni -%{texmfdist}/fonts/tfm/public/gfsbodoni -%{texmfdist}/fonts/type1/public/gfsbodoni -%{texmfdist}/fonts/vf/public/gfsbodoni - -%doc %{texmfdist}/doc/fonts/gfscomplutum -%{texmfdist}/fonts/afm/public/gfscomplutum -%{texmfdist}/fonts/enc/dvips/gfscomplutum -%{texmfdist}/fonts/map/dvips/gfscomplutum -%{texmfdist}/fonts/opentype/public/gfscomplutum -%{texmfdist}/fonts/tfm/public/gfscomplutum -%{texmfdist}/fonts/type1/public/gfscomplutum -%{texmfdist}/fonts/vf/public/gfscomplutum - -%doc %{texmfdist}/doc/fonts/gfsdidot -%{texmfdist}/fonts/afm/public/gfsdidot -%{texmfdist}/fonts/enc/dvips/gfsdidot -%{texmfdist}/fonts/map/dvips/gfsdidot -%{texmfdist}/fonts/opentype/public/gfsdidot -%{texmfdist}/fonts/tfm/public/gfsdidot -%{texmfdist}/fonts/type1/public/gfsdidot -%{texmfdist}/fonts/vf/public/gfsdidot - -%doc %{texmfdist}/doc/fonts/gfsneohellenic -%{texmfdist}/fonts/afm/public/gfsneohellenic -%{texmfdist}/fonts/enc/dvips/gfsneohellenic -%{texmfdist}/fonts/map/dvips/gfsneohellenic -%{texmfdist}/fonts/opentype/public/gfsneohellenic -%{texmfdist}/fonts/tfm/public/gfsneohellenic -%{texmfdist}/fonts/type1/public/gfsneohellenic -%{texmfdist}/fonts/vf/public/gfsneohellenic - -%doc %{texmfdist}/doc/fonts/gfsporson -%{texmfdist}/fonts/afm/public/gfsporson -%{texmfdist}/fonts/enc/dvips/gfsporson -%{texmfdist}/fonts/map/dvips/gfsporson -%{texmfdist}/fonts/opentype/public/gfsporson -%{texmfdist}/fonts/tfm/public/gfsporson -%{texmfdist}/fonts/type1/public/gfsporson -%{texmfdist}/fonts/vf/public/gfsporson - -%doc %{texmfdist}/doc/fonts/gfssolomos -%{texmfdist}/fonts/afm/public/gfssolomos -%{texmfdist}/fonts/enc/dvips/gfssolomos -%{texmfdist}/fonts/map/dvips/gfssolomos -%{texmfdist}/fonts/opentype/public/gfssolomos -%{texmfdist}/fonts/tfm/public/gfssolomos -%{texmfdist}/fonts/type1/public/gfssolomos -%{texmfdist}/fonts/vf/public/gfssolomos - -%doc %{texmfdist}/doc/fonts/greenpoint -%{texmfdist}/fonts/source/public/greenpoint -%{texmfdist}/fonts/tfm/public/greenpoint - -%{texmfdist}/fonts/afm/groff -%{texmfdist}/fonts/enc/dvips/groff -%{texmfdist}/fonts/map/dvips/groff -%{texmfdist}/fonts/tfm/groff -%{texmfdist}/fonts/type1/groff - -%doc %{texmfdist}/doc/fonts/grotesq -%{texmfdist}/fonts/map/dvips/grotesq - -%{texmfdist}/fonts/afm/vntex/grotesqvn -%{texmfdist}/fonts/tfm/vntex/grotesqvn -%{texmfdist}/fonts/type1/vntex/grotesqvn - -%{texmfdist}/fonts/afm/public/grverb -%{texmfdist}/fonts/map/dvips/grverb -%{texmfdist}/fonts/tfm/public/grverb -%{texmfdist}/fonts/type1/public/grverb -%{texmfdist}/fonts/vf/public/grverb - -%{texmfdist}/fonts/source/public/hands -%{texmfdist}/fonts/tfm/public/hands - -%{texmfdist}/fonts/afm/jmn -%{texmfdist}/fonts/tfm/jmn -%{texmfdist}/fonts/type1/jmn - -%{texmfdist}/fonts/map/dvips/helvetic - -%doc %{texmfdist}/doc/fonts/hfbright -%{texmfdist}/fonts/afm/public/hfbright -%{texmfdist}/fonts/enc/dvips/hfbright -%{texmfdist}/fonts/map/dvips/hfbright -%{texmfdist}/fonts/type1/public/hfbright -%{texmfdist}/source/fonts/hfbright - -%doc %{texmfdist}/doc/fonts/hfoldsty -%{texmfdist}/fonts/tfm/public/hfoldsty -%{texmfdist}/fonts/vf/public/hfoldsty -%{texmfdist}/source/fonts/hfoldsty - -%doc %{texmfdist}/doc/fonts/ibygrk -%{texmfdist}/tex/generic/ibygrk -%{texmfdist}/fonts/afm/public/ibygrk -%{texmfdist}/fonts/enc/dvips/ibygrk -%{texmfdist}/fonts/map/dvips/ibygrk -%{texmfdist}/fonts/source/public/ibygrk -%{texmfdist}/fonts/tfm/public/ibygrk -%{texmfdist}/fonts/type1/public/ibygrk - -%doc %{texmfdist}/doc/fonts/ifsym -%{texmfdist}/fonts/source/public/ifsym -%{texmfdist}/fonts/tfm/public/ifsym - -%doc %{texmfdist}/doc/fonts/initials -%{texmfdist}/fonts/afm/public/initials -%{texmfdist}/fonts/map/dvips/initials -%{texmfdist}/fonts/tfm/public/initials -%{texmfdist}/fonts/type1/public/initials - -%doc %{texmfdist}/doc/fonts/itrans -%{texmfdist}/fonts/afm/public/itrans -%{texmfdist}/fonts/source/public/itrans -%{texmfdist}/fonts/tfm/public/itrans -%{texmfdist}/fonts/type1/public/itrans - -%doc %{texmfdist}/doc/fonts/iwona -%{texmfdist}/fonts/afm/public/iwona -%{texmfdist}/fonts/enc/dvips/iwona -%{texmfdist}/fonts/map/dvips/iwona -%{texmfdist}/fonts/opentype/public/iwona -%{texmfdist}/fonts/tfm/public/iwona -%{texmfdist}/fonts/type1/public/iwona - -%{texmfdist}/fonts/enc/dvips/jmn -%{texmfdist}/fonts/map/dvips/jmn - -%doc %{texmfdist}/doc/fonts/kdgreek -%{texmfdist}/fonts/source/public/kdgreek -%{texmfdist}/fonts/tfm/public/kdgreek - -%{texmfdist}/fonts/afm/public/kerkis -%{texmfdist}/fonts/enc/dvips/kerkis -%{texmfdist}/fonts/map/dvips/kerkis -%{texmfdist}/fonts/tfm/public/kerkis -%{texmfdist}/fonts/type1/public/kerkis -%{texmfdist}/fonts/vf/public/kerkis - -%doc %{texmfdist}/doc/fonts/kixfont -%{texmfdist}/fonts/source/public/kixfont -%{texmfdist}/fonts/tfm/public/kixfont - -%dir %{texmfdist}/fonts/map/public -%doc %{texmfdist}/doc/fonts/kurier -%{texmfdist}/fonts/afm/public/kurier -%{texmfdist}/fonts/enc/dvips/kurier -%{texmfdist}/fonts/map/dvips/kurier -%{texmfdist}/fonts/opentype/public/kurier -%{texmfdist}/fonts/tfm/public/kurier -%{texmfdist}/fonts/type1/public/kurier - -%doc %{texmfdist}/doc/fonts/levy -%{texmfdist}/fonts/source/public/levy - -%doc %{texmfdist}/doc/fonts/lfb -%{texmfdist}/fonts/source/public/lfb -%{texmfdist}/fonts/tfm/public/lfb - -%doc %{texmfdist}/doc/fonts/libertine -%{texmfdist}/fonts/afm/public/libertine -%{texmfdist}/fonts/enc/dvips/libertine -%{texmfdist}/fonts/map/dvips/libertine -%{texmfdist}/fonts/tfm/public/libertine -%{texmfdist}/fonts/type1/public/libertine -%{texmfdist}/fonts/vf/public/libertine - -%doc %{texmfdist}/doc/fonts/linearA -%{texmfdist}/fonts/afm/public/linearA -%{texmfdist}/fonts/map/dvips/linearA -%{texmfdist}/fonts/tfm/public/linearA -%{texmfdist}/fonts/type1/public/linearA -%{texmfdist}/source/fonts/linearA - -%{texmfdist}/fonts/source/public/logic -%{texmfdist}/fonts/tfm/public/logic - -%doc %{texmfdist}/doc/fonts/lxfonts -%{texmfdist}/fonts/map/dvips/lxfonts -%{texmfdist}/fonts/source/public/lxfonts -%{texmfdist}/fonts/tfm/public/lxfonts -%{texmfdist}/fonts/type1/public/lxfonts - -%doc %{texmfdist}/doc/fonts/ly1 -%{texmfdist}/fonts/map/dvips/ly1 - -%{texmfdist}/fonts/source/public/malayalam -%{texmfdist}/fonts/tfm/public/malayalam - -%{texmfdist}/fonts/map/dvips/manfnt - -%{texmfdist}/fonts/map/dvips/mathdesign - -%{texmfdist}/fonts/tfm/public/mathpazo -%{texmfdist}/fonts/vf/public/mathpazo - -%{texmfdist}/fonts/afm/mathdesign -%{texmfdist}/fonts/tfm/mathdesign -%{texmfdist}/fonts/type1/mathdesign -%{texmfdist}/fonts/vf/mathdesign - -%{texmfdist}/fonts/enc/dvips/mnsymbol -%{texmfdist}/fonts/map/dvips/mnsymbol -%dir %{texmfdist}/fonts/map/vtex -%{texmfdist}/fonts/map/vtex/mnsymbol -%{texmfdist}/fonts/opentype/public/mnsymbol -%{texmfdist}/fonts/source/public/mnsymbol -%{texmfdist}/fonts/tfm/public/mnsymbol -%{texmfdist}/fonts/type1/public/mnsymbol - -%{texmfdist}/fonts/map/dvips/montex -%{texmfdist}/fonts/source/public/montex -%{texmfdist}/fonts/tfm/public/montex -%{texmfdist}/fonts/type1/public/montex - -%{texmfdist}/fonts/tfm/vntex/mscorevn -%{texmfdist}/fonts/vf/vntex/mscorevn - -%doc %{texmfdist}/doc/generic/musixtex -%{texmfdist}/fonts/map/dvips/musixtex -%{texmfdist}/fonts/source/public/musixtex -%{texmfdist}/fonts/tfm/public/musixtex -%{texmfdist}/fonts/type1/public/musixtex - -%{texmfdist}/fonts/source/public/mxd -%{texmfdist}/fonts/tfm/public/mxd - -%{texmfdist}/fonts/source/public/mxedruli -%{texmfdist}/fonts/tfm/public/mxedruli - -%{texmfdist}/fonts/map/dvips/ncntrsbk - -%doc %{texmfdist}/doc/fonts/nkarta -%{texmfdist}/fonts/source/public/nkarta -%{texmfdist}/fonts/tfm/public/nkarta - -%{texmfdist}/fonts/afm/public/norasi -%{texmfdist}/fonts/map/dvips/norasi -%{texmfdist}/fonts/tfm/public/norasi -%{texmfdist}/fonts/type1/public/norasi - -%{texmfdist}/fonts/source/public/oca - -%{texmfdist}/fonts/afm/public/ocherokee -%{texmfdist}/fonts/map/dvips/ocherokee -%{texmfdist}/fonts/ofm/public/ocherokee -%{texmfdist}/fonts/ovf/public/ocherokee -%{texmfdist}/fonts/ovp/public/ocherokee -%{texmfdist}/fonts/tfm/public/ocherokee -%{texmfdist}/fonts/type1/public/ocherokee - -%{texmfdist}/fonts/source/public/ogham -%{texmfdist}/fonts/tfm/public/ogham - -%doc %{texmfdist}/doc/fonts/oinuit -%{texmfdist}/fonts/map/dvips/oinuit -%{texmfdist}/fonts/ofm/public/oinuit -%{texmfdist}/fonts/ovf/public/oinuit -%{texmfdist}/fonts/tfm/public/oinuit -%{texmfdist}/fonts/type1/public/oinuit - -%{texmfdist}/fonts/source/public/osmanian - -%doc %{texmfdist}/doc/fonts/ot2cyr -%{texmfdist}/fonts/map/dvips/ot2cyr -%{texmfdist}/source/fonts/ot2cyr - -%{texmfdist}/fonts/ofm/public/otibet -%{texmfdist}/fonts/ovf/public/otibet -%{texmfdist}/fonts/ovp/public/otibet -%{texmfdist}/fonts/source/public/otibet -%{texmfdist}/fonts/tfm/public/otibet - -%doc %{texmfdist}/doc/fonts/pacioli -%{texmfdist}/fonts/source/public/pacioli -%{texmfdist}/fonts/tfm/public/pacioli - -%{texmfdist}/fonts/map/dvips/palatino - -%doc %{texmfdist}/doc/fonts/phaistos -%{texmfdist}/fonts/afm/public/phaistos -%{texmfdist}/fonts/map/dvips/phaistos -%{texmfdist}/fonts/opentype/public/phaistos -%{texmfdist}/fonts/tfm/public/phaistos -%{texmfdist}/fonts/type1/public/phaistos -%{texmfdist}/source/fonts/phaistos - -%{texmfdist}/fonts/opentype/public/philokalia - -%doc %{texmfdist}/doc/fonts/phonetic -%{texmfdist}/fonts/source/public/phonetic -%{texmfdist}/fonts/tfm/public/phonetic -%{texmfdist}/source/fonts/phonetic - -%{texmfdist}/source/fonts/malayalam - -%{texmfdist}/fonts/source/public/punk -%{texmfdist}/fonts/tfm/public/punk - -%{texmfdist}/fonts/tfm/public/relenc -%{texmfdist}/fonts/vf/public/relenc - -%doc %{texmfdist}/doc/fonts/rsfs -%{texmfdist}/fonts/map/dvips/rsfs - -%{texmfdist}/fonts/map/dvips/sanskrit -%{texmfdist}/fonts/source/public/sanskrit -%{texmfdist}/fonts/tfm/public/sanskrit -%{texmfdist}/fonts/type1/public/sanskrit - -%{texmfdist}/fonts/source/public/sauter - -%doc %{texmfdist}/doc/fonts/semaphor -%{texmfdist}/fonts/afm/public/semaphor -%{texmfdist}/fonts/enc/dvips/semaphor -%{texmfdist}/fonts/map/dvips/semaphor -%{texmfdist}/fonts/opentype/public/semaphor -%{texmfdist}/fonts/source/public/semaphor -%{texmfdist}/fonts/tfm/public/semaphor -%{texmfdist}/fonts/type1/public/semaphor - -%{texmfdist}/fonts/source/public/simpsons - -%doc %{texmfdist}/doc/fonts/skaknew -%{texmfdist}/fonts/afm/public/skaknew -%{texmfdist}/fonts/map/dvips/skaknew -%{texmfdist}/fonts/map/vtex/skaknew -%{texmfdist}/fonts/tfm/public/skaknew -%{texmfdist}/fonts/type1/public/skaknew - -%{texmfdist}/fonts/source/public/skull - -%{texmfdist}/fonts/source/public/soyombo -%{texmfdist}/fonts/tfm/public/soyombo - -%doc %{texmfdist}/doc/fonts/staves -%{texmfdist}/fonts/map/dvips/staves -%{texmfdist}/fonts/tfm/public/staves -%{texmfdist}/fonts/type1/public/staves - -%{texmfdist}/fonts/map/dvips/stmaryrd -%{texmfdist}/fonts/source/public/stmaryrd - -%{texmfdist}/fonts/map/dvips/symbol - -%{texmfdist}/fonts/afm/public/tabvar -%{texmfdist}/fonts/map/dvips/tabvar -%{texmfdist}/fonts/tfm/public/tabvar -%{texmfdist}/fonts/type1/public/tabvar - - -%{texmfdist}/fonts/source/public/tapir -%{texmfdist}/fonts/type1/public/tapir - -%{texmfdist}/fonts/enc/dvips/tengwarscript -%{texmfdist}/fonts/map/dvips/tengwarscript -%{texmfdist}/fonts/tfm/public/tengwarscript -%{texmfdist}/fonts/vf/public/tengwarscript - -%{texmfdist}/doc/fonts/pclnfss -%{texmfdist}/source/fonts/pclnfss - -%doc %{texmfdist}/doc/fonts/tex-gyre -%{texmfdist}/fonts/afm/public/tex-gyre -%{texmfdist}/fonts/enc/dvips/tex-gyre -%{texmfdist}/fonts/map/dvips/tex-gyre -%{texmfdist}/fonts/opentype/public/tex-gyre -%{texmfdist}/fonts/tfm/public/tex-gyre -%{texmfdist}/fonts/type1/public/tex-gyre - -%{texmfdist}/fonts/map/dvips/times - - -%doc %{texmfdist}/doc/fonts/timing -%{texmfdist}/fonts/source/public/timing -%{texmfdist}/fonts/tfm/public/timing - -%doc %{texmfdist}/doc/fonts/tipa -%{texmfdist}/fonts/map/dvips/tipa -%{texmfdist}/fonts/source/public/tipa -%{texmfdist}/fonts/tfm/public/tipa -%{texmfdist}/fonts/type1/public/tipa - -%{texmfdist}/fonts/afm/public/trajan -%{texmfdist}/fonts/map/dvips/trajan -%{texmfdist}/fonts/tfm/public/trajan -%{texmfdist}/fonts/type1/public/trajan - - -%{texmfdist}/fonts/tfm/vntex/txttvn -%{texmfdist}/fonts/type1/vntex/txttvn - -%{texmfdist}/fonts/map/dvips/uhc - -%doc %{texmfdist}/doc/fonts/umtypewriter -%{texmfdist}/fonts/opentype/public/umtypewriter - -%doc %{texmfdist}/doc/fonts/universa -%{texmfdist}/fonts/source/public/universa -%{texmfdist}/fonts/tfm/public/universa -%{texmfdist}/source/fonts/universa - -%{texmfdist}/fonts/afm/public/velthuis -%{texmfdist}/fonts/map/dvips/velthuis -%{texmfdist}/fonts/source/public/velthuis -%{texmfdist}/fonts/tfm/public/velthuis -%{texmfdist}/fonts/type1/public/velthuis - -%{texmfdist}/fonts/enc/dvips/vntex - -%{texmfdist}/fonts/afm/vntex/vntopia -%{texmfdist}/fonts/tfm/vntex/vntopia -%{texmfdist}/fonts/type1/vntex/vntopia -%{texmfdist}/fonts/vf/vntex/vntopia - -%{texmfdist}/fonts/map/dvips/wadalab - -%doc %{texmfdist}/doc/fonts/wasy -%{texmfdist}/fonts/afm/public/wasy -%{texmfdist}/fonts/map/dvips/wasy -%{texmfdist}/fonts/type1/public/wasy - -%{texmfdist}/fonts/source/public/wnri -%{texmfdist}/fonts/tfm/public/wnri - -%{texmfdist}/fonts/source/public/wsuipa -%{texmfdist}/fonts/tfm/public/wsuipa - -%{texmfdist}/fonts/source/public/xbmc -%{texmfdist}/fonts/tfm/public/xbmc - -%doc %{texmfdist}/doc/fonts/xq -%{texmfdist}/fonts/source/public/xq -%{texmfdist}/fonts/tfm/public/xq - -%{texmfdist}/fonts/source/public/yannisgr - -%{texmfdist}/fonts/map/dvips/yhmath -%{texmfdist}/fonts/source/public/yhmath -%{texmfdist}/fonts/tfm/public/yhmath -%{texmfdist}/fonts/type1/public/yhmath -%{texmfdist}/fonts/vf/public/yhmath - -%{texmfdist}/fonts/map/dvips/zapfchan -%{texmfdist}/fonts/tfm/urw35vf - -%{texmfdist}/fonts/map/dvips/zapfding - -%{texmfdist}/dvips/zefonts -%{texmfdist}/fonts/map/dvips/zefonts -%{texmfdist}/fonts/tfm/public/zefonts -%{texmfdist}/fonts/vf/public/zefonts - -%files fonts-omega -%defattr(644,root,root,755) -%dir %{texmfdist}/omega -%dir %{texmfdist}/omega/ocp -%dir %{texmfdist}/omega/otp -%doc %{texmfdist}/doc/omega -%{texmfdist}/dvips/omega -%{texmfdist}/fonts/ofm/public/omega -%{texmfdist}/fonts/type1/public/omega -%{texmfdist}/fonts/afm/public/omega -%{texmfdist}/fonts/ovp/public/omega -%{texmfdist}/fonts/tfm/public/omega -%{texmfdist}/fonts/ovf/public/omega -%{texmfdist}/fonts/map/dvips/omega -%{texmfdist}/omega/ocp/omega -%{texmfdist}/omega/otp/omega -%{texmfdist}/tex/plain/omega - -%files fonts-pl -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/pl -%dir %{texmf}/scripts/texlive -%{texmfdist}/dvips/pl -%{texmfdist}/fonts/source/public/pl -%{texmfdist}/fonts/type1/public/pl -%{texmfdist}/fonts/afm/public/pl -%{texmfdist}/fonts/enc/dvips/pl -%{texmfdist}/fonts/tfm/public/pl -%{texmfdist}/fonts/map/dvips/pl - -%files fonts-px -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/pxfonts -%dir %{texmfdist}/fonts/map/dvips/pxfonts -%dir %{texmfdist}/tex/latex/pxfonts -%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map -%{texmfdist}/fonts/afm/public/pxfonts -%{texmfdist}/fonts/tfm/public/pxfonts -%{texmfdist}/fonts/type1/public/pxfonts -%{texmfdist}/fonts/vf/public/pxfonts -%{texmfdist}/tex/latex/pxfonts/pxfonts.sty - -%files fonts-qpxqtx -%defattr(644,root,root,755) -%{texmfdist}/fonts/tfm/public/qpxqtx -%{texmfdist}/fonts/vf/public/qpxqtx - -%files fonts-rsfs -%defattr(644,root,root,755) -%{texmfdist}/fonts/source/public/rsfs -%{texmfdist}/fonts/tfm/public/rsfs - -%files fonts-stmaryrd -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/stmaryrd -%{texmfdist}/source/fonts/stmaryrd -%{texmfdist}/fonts/tfm/public/stmaryrd - -%files fonts-tx -%defattr(644,root,root,755) -%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map -%{texmfdist}/fonts/afm/public/txfonts -%{texmfdist}/fonts/tfm/public/txfonts -%{texmfdist}/fonts/vf/public/txfonts - -%files fonts-uhc -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/uhc -%{texmfdist}/fonts/afm/uhc -%{texmfdist}/fonts/tfm/uhc -%{texmfdist}/fonts/vf/uhc - -%files fonts-urw -%defattr(644,root,root,755) -%{texmfdist}/fonts/afm/urw -%{texmfdist}/fonts/tfm/urw -%{texmfdist}/fonts/vf/urw - -%files fonts-urwvn -%defattr(644,root,root,755) -%{texmfdist}/fonts/afm/vntex/urwvn -%{texmfdist}/fonts/tfm/vntex/urwvn -%{texmfdist}/fonts/type1/vntex/urwvn -%{texmfdist}/fonts/vf/vntex/urwvn - -%files fonts-vnr -%defattr(644,root,root,755) -%{texmfdist}/fonts/map/dvips/vntex -%{texmfdist}/fonts/source/vntex/vnr -%{texmfdist}/fonts/tfm/vntex/vnr - -%files fonts-urw35vf -%defattr(644,root,root,755) -%{texmfdist}/fonts/vf/urw35vf - -%files fonts-wadalab -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/wadalab -%{texmfdist}/fonts/afm/wadalab -%{texmfdist}/fonts/tfm/wadalab -%{texmfdist}/fonts/vf/wadalab - -%files fonts-wasy -%defattr(644,root,root,755) -%{texmfdist}/fonts/source/public/wasy -%{texmfdist}/fonts/tfm/public/wasy - -%files fonts-xypic -%defattr(644,root,root,755) -%{texmfdist}/fonts/map/dvips/xypic -%{texmfdist}/fonts/source/public/xypic -%{texmfdist}/fonts/tfm/public/xypic - -%files fonts-yandy -%defattr(644,root,root,755) -%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy - -%files fonts-type1-antp -%defattr(644,root,root,755) -%{texmfdist}/dvips/antp -%{texmfdist}/fonts/type1/public/antp - -%files fonts-type1-antt -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/antt - -%files fonts-type1-arphic -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/arphic - -%files fonts-type1-belleek -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/belleek -%{texmfdist}/source/latex/belleek -%{texmfdist}/fonts/type1/public/belleek -%{texmfdist}/fonts/map/dvips/belleek - -%files fonts-type1-bitstream -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/bitstrea - -%files fonts-type1-bluesky -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/bluesky - -%files fonts-type1-cc-pl -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/cc-pl -%{texmfdist}/fonts/type1/public/cc-pl - -%files fonts-type1-cmcyr -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/cmcyr - -%files fonts-type1-cs -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/cs - -%files fonts-type1-eurosym -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/eurosym - -%files fonts-type1-hoekwater -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/hoekwater - -%files fonts-type1-fpl -%defattr(644,root,root,755) -%doc %{texmfdist}/doc/fonts/fpl -%{texmfdist}/fonts/afm/public/fpl -%{texmfdist}/fonts/type1/public/fpl -%{texmfdist}/source/fonts/fpl - -%files fonts-type1-lm -%defattr(644,root,root,755) -%{texmfdist}/fonts/afm/public/lm -%{texmfdist}/fonts/type1/public/lm - -%files fonts-type1-marvosym -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/marvosym - -%files fonts-type1-mathpazo -%defattr(644,root,root,755) -%{texmfdist}/fonts/afm/public/mathpazo -%{texmfdist}/fonts/type1/public/mathpazo - -%files fonts-type1-omega -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/omega - -%files fonts-type1-pl -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/pl - -%files fonts-type1-px -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/pxfonts - -%files fonts-type1-tx -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/txfonts - -%files fonts-type1-uhc -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/uhc - -%files fonts-type1-urw -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/urw - -%files fonts-type1-vnr -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/vntex/vnr - -%files fonts-type1-wadalab -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/wadalab - -%files fonts-type1-xypic -%defattr(644,root,root,755) -%{texmfdist}/fonts/type1/public/xypic - -%files afm2pl -%defattr(644,root,root,755) -%dir %{texmf}/tex/latex -%attr(755,root,root) %{_bindir}/afm2pl -%{_mandir}/man1/afm2pl* -%dir %{texmf}/fonts/lig -%{texmf}/fonts/lig/afm2pl -%{texmf}/tex/latex/afm2pl - -%files bbox -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/bbox -%{_mandir}/man1/bbox* - -%files cefutils -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/cef* -%dir %{texmfdist}/tex/latex/cjk -%dir %{texmfdist}/doc/latex/cjk -%doc %{texmfdist}/doc/latex/cjk/doc -%doc %{texmfdist}/doc/latex/cjk/examples -%{texmfdist}/source/latex/cjk -%{texmfdist}/tex/latex/cjk/CEF - -%files detex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/detex -%{_mandir}/man1/detex* - -%files dviutils -%defattr(644,root,root,755) -%dir %{texmfdist}/scripts/dviasm -%dir %{texmf}/fonts/cmap -%doc %{texmf}/fonts/cmap/README -%attr(755,root,root) %{_bindir}/dt2dv -%attr(755,root,root) %{_bindir}/dv2dt -%attr(755,root,root) %{_bindir}/dvi2tty -%attr(755,root,root) %{_bindir}/dviasm -%attr(755,root,root) %{_bindir}/dvibook -%attr(755,root,root) %{_bindir}/dviconcat -%attr(755,root,root) %{_bindir}/dvidvi -%attr(755,root,root) %{_bindir}/dvigif -%attr(755,root,root) %{_bindir}/dvipdfmx -%attr(755,root,root) %{_bindir}/dvipos -%attr(755,root,root) %{_bindir}/dviselect -%attr(755,root,root) %{_bindir}/dvitodvi -%attr(755,root,root) %{texmfdist}/scripts/dviasm/dviasm* -%{_mandir}/man1/dt2dv* -%{_mandir}/man1/dv2dt* -%{_mandir}/man1/dvi2tty* -%{_mandir}/man1/dvibook* -%{_mandir}/man1/dviconcat* -%{_mandir}/man1/dvidvi* -%{_mandir}/man1/dvigif* -%{_mandir}/man1/dvipos* -%{_mandir}/man1/dviselect* -%{_mandir}/man1/dvitodvi* -%{texmf}/dvipdfmx -%{texmf}/fonts/cmap/dvipdfmx -%{texmf}/fonts/map/dvipdfmx - -%files epsutils -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/epsffit -%attr(755,root,root) %{_bindir}/epspdf -%attr(755,root,root) %{_bindir}/epspdftk -%attr(755,root,root) %{_bindir}/pst2pdf -%doc %{texmfdist}/doc/epspdf -%{_mandir}/man1/epsffit* -%{texmfdist}/scripts/epspdf - -%files filters -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/fix* -%{_mandir}/man1/fix* - -%files psutils -%defattr(644,root,root,755) -%dir %{texmf}/scripts/ps2eps -%attr(755,root,root) %{_bindir}/extractres -%attr(755,root,root) %{_bindir}/getafm -%attr(755,root,root) %{_bindir}/includeres -%attr(755,root,root) %{_bindir}/psbook -%attr(755,root,root) %{_bindir}/psmerge -%attr(755,root,root) %{_bindir}/psnup -%attr(755,root,root) %{_bindir}/psresize -%attr(755,root,root) %{_bindir}/psselect -%attr(755,root,root) %{_bindir}/ps2eps -%attr(755,root,root) %{_bindir}/pstops -%attr(755,root,root) %{_bindir}/showchar -%attr(755,root,root) %{texmf}/scripts/ps2eps/ps2eps* -%{_mandir}/man1/extractres* -%{_mandir}/man1/getafm* -%{_mandir}/man1/includeres* -%{_mandir}/man1/psbook* -%{_mandir}/man1/psmerge* -%{_mandir}/man1/psnup* -%{_mandir}/man1/psresize* -%{_mandir}/man1/psselect* -%{_mandir}/man1/pstops* -%{_mandir}/man1/ps2eps.1* -%{texmf}/dvips/psutils - -%files uncategorized-utils -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/devnag -%attr(755,root,root) %{_bindir}/disdvi - -%files tex4ht -%defattr(644,root,root,755) -%dir %{texmfdist}/scripts/tex4ht -%doc %{texmfdist}/doc/generic/tex4ht -%attr(755,root,root) %{_bindir}/ht -%attr(755,root,root) %{_bindir}/htcontext -%attr(755,root,root) %{_bindir}/htlatex -%attr(755,root,root) %{_bindir}/htmex -%attr(755,root,root) %{_bindir}/httex -%attr(755,root,root) %{_bindir}/httexi -%attr(755,root,root) %{_bindir}/htxelatex -%attr(755,root,root) %{_bindir}/htxetex -%attr(755,root,root) %{_bindir}/mk4ht -%attr(755,root,root) %{_bindir}/t4ht -%attr(755,root,root) %{_bindir}/tex4ht -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh -%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl -%{texmfdist}/tex/generic/tex4ht -%{texmfdist}/tex4ht -%{texmf}/scripts/tex4ht - -%files xetex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/xdvipdfmx -%attr(755,root,root) %{_bindir}/xelatex -%attr(755,root,root) %{_bindir}/xetex -%doc %{texmfdist}/doc/generic/ifxetex -%doc %{texmfdist}/doc/generic/xetex-pstricks -%doc %{texmfdist}/doc/xelatex -%doc %{texmfdist}/doc/xetex -%{texmfdist}/scripts/xetex -%{texmfdist}/tex/generic/ifxetex -%{texmfdist}/tex/generic/xetexconfig -%{texmfdist}/tex/latex/latexconfig/xelatex.ini -%{texmfdist}/tex/plain/config/xetex.ini -%{texmfdist}/tex/xelatex -%{texmfdist}/tex/xetex -%{texmf}/fmtutil/format.xetex.cnf - -%files xmltex -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/pdfxmltex -%attr(755,root,root) %{_bindir}/xmltex -%doc %{texmfdist}/doc/xmltex -%{texmfdist}/source/xmltex -%{texmfdist}/tex/xmltex -%{texmf}/fmtutil/format.xmltex.cnf +# %attr(755,root,root) %{_bindir}/pdfxmltex +# %attr(755,root,root) %{_bindir}/xmltex +# %doc %{texmfdist}/doc/xmltex +# %{texmfdist}/source/xmltex +# %{texmfdist}/tex/xmltex +# %{texmf}/fmtutil/format.xmltex.cnf +# %{fmtdir}/pdftex/pdfxmltex.fmt +# %{fmtdir}/pdftex/xmltex.fmt +# %{fmtdir}/pdfxmltex +# %{fmtdir}/xmltex + +%files luatex +%dir %{texmfdist}/scripts/context/lua +%attr(755,root,root) %{_bindir}/luatex +%attr(755,root,root) %{_bindir}/luatangle +%attr(755,root,root) %{_bindir}/texlua +%attr(755,root,root) %{_bindir}/texluac +%attr(755,root,root) %{texmfdist}/scripts/cachepic/cachepic.tlu +%attr(755,root,root) %{_bindir}/cachepic +%attr(755,root,root) %{texmfdist}/scripts/context/lua/* +%attr(755,root,root) %{_bindir}/luatools +%attr(755,root,root) %{_bindir}/mtxrun +%attr(755,root,root) %{texmf}/scripts/texlive/rungs.tlu +%attr(755,root,root) %{_bindir}/rungs +%attr(755,root,root) %{_bindir}/texdoc +%attr(755,root,root) %{texmf}/scripts/texdoc/texdoc.tlu +%{_mandir}/man1/luatex.1*