]> git.pld-linux.org Git - packages/texlive.git/blobdiff - texlive.spec
- latex-jknappen obsoloted by fonts-jknappen
[packages/texlive.git] / texlive.spec
index 2304f8bd7f1fef3396f4aab1d8591d79df2f5af5..5497d7abf86a96ab8d4852942d98059130213259 100644 (file)
@@ -1,35 +1,27 @@
 # 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
-#
-# 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
-#
-%bcond_without bootstrap
+# Conditional build:
+%bcond_with    bootstrap       # bootstrap build
+%bcond_without xindy           # do not build xindy packages
+
+%if %{with bootstrap}
+%undefine      with_xindy
+%endif
+
 #
 Summary:       TeX typesetting system and MetaFont font formatter
 Summary(de.UTF-8):     TeX-Satzherstellungssystem und MetaFont-Formatierung
@@ -41,7 +33,7 @@ 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:       1
+Release:       6
 Epoch:         1
 License:       distributable
 Group:         Applications/Publishing/TeX
@@ -54,6 +46,10 @@ 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/%{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
@@ -82,11 +78,17 @@ 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
 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
@@ -101,6 +103,7 @@ BuildRequires:      libtool
 BuildRequires: libsigsegv
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
+BuildRequires: readline-devel
 BuildRequires: rpm-perlprov
 BuildRequires: rpm-pythonprov
 BuildRequires: sed >= 4.0
@@ -112,10 +115,27 @@ BuildRequires:    tetex-format-pdflatex
 BuildRequires: tetex-latex-cyrillic
 BuildRequires: tetex-tex-babel
 %else
-BuildRequires: texlive-format-latex
-BuildRequires: texlive-format-pdflatex
-BuildRequires: texlive-latex-cyrillic
-BuildRequires: texlive-tex-babel
+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
@@ -129,7 +149,6 @@ 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:      awk
 Requires:      dialog
 Requires:      kpathsea = %{epoch}:%{version}-%{release}
@@ -139,7 +158,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
@@ -155,25 +175,22 @@ Obsoletes:        tetex-format-pdfemex
 Obsoletes:     tetex-format-pdfetex
 Obsoletes:     tetex-latex-vnps
 Obsoletes:     tetex-latex-vnr
+Obsoletes:     tetex-metafont
 Obsoletes:     tetex-oxdvi
-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 ;
@@ -233,10 +250,29 @@ TeXbook' başlıklı kitabında anlatılmaktadır.
 %package other-utils
 Summary:       Other utilities
 Group:         Applications/Publishing/TeX
+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
@@ -405,39 +441,6 @@ Group:             Documentation
 %description doc-zh_CN
 Assorted useful Chinese documentation for TeX Live.
 
-%package doc-Catalogue
-Summary:       TeX Catalogue
-Summary(pl.UTF-8):     Katalog TeXa
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name} = %{epoch}:%{version}-%{release}
-
-%description doc-Catalogue
-TeX Catalogue.
-
-%description doc-Catalogue -l pl.UTF-8
-Katalog TeXa.
-
-%package doc-tug-faq
-Summary:       TeX User Group FAQ
-Summary(hu.UTF-8):     TeX felhasználók FAQ-ja
-Summary(pl.UTF-8):     FAQ Grupy Użytkowników TeXa
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name} = %{epoch}:%{version}-%{release}
-Obsoletes:     tetex-doc-LaTeX-FAQ-francaise
-Obsoletes:     tetex-doc-de-tex-faq
-Obsoletes:     tetex-doc-uktug-faq
-
-%description doc-tug-faq
-TeX User Group FAQ.
-
-%description doc-tug-faq -l hu.UTF8
-TeX felhasználók FAQ-ja.
-
-%description doc-tug-faq -l pl.UTF-8
-FAQ Grupy Użytkowników TeXa.
-
 %package doc-latex
 Summary:       Basic LaTeX packages documentation
 Summary(hu.UTF-8):     Az alap LaTeX csomagok dokumentációja
@@ -445,6 +448,7 @@ Summary(pl.UTF-8):  Podstawowa dokumentacja do pakietów LaTeXa
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-doc-latex
 
 %description doc-latex
 Basic LaTeX packages documentation.
@@ -512,7 +516,7 @@ Summary(tr.UTF-8):  dvi'dan postscript'e dönüştürücü
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-Provides:      tetex-dvips
+Provides:      tetex-dvips = %{epoch}:%{version}-%{release}
 Obsoletes:     tetex-dvips
 
 %description dvips
@@ -568,6 +572,7 @@ Summary(tr.UTF-8):  dvi'dan laserjet'e dönüştürücü
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-dvilj
 
 %description dvilj
 Dvilj and dvilj's siblings (included in this package) will convert TeX
@@ -757,22 +762,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
@@ -780,7 +769,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.
@@ -811,6 +800,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,6 +817,7 @@ Summary(pl.UTF-8):  Łatwy dostęp do dokumentacji TeXa
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-texdoctk
 
 %description texdoctk
 A Perl/Tk-based GUI for easy access to package documentation for TeX
@@ -856,7 +847,6 @@ 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
 
@@ -877,7 +867,6 @@ 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
 
@@ -1410,6 +1399,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
+Requires:      ghostscript
 Provides:      tetex-format-pdftex = %{epoch}:%{version}-%{release}
 Provides:      tetex-pdftex
 Obsoletes:     tetex-format-pdftex
@@ -1426,7 +1416,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
@@ -1465,6 +1458,7 @@ Requires(post,postun):    %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-omega = %{epoch}:%{version}-%{release}
 Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-omega
 
 %description omega
 Omega is a version of the TeX program modified for multilingual
@@ -1488,6 +1482,8 @@ 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
 
@@ -1497,54 +1493,6 @@ Plain TeX format basic files.
 %description plain -l pl.UTF-8
 Podstawowe pliki dla formatu Plain TeX.
 
-%package format-plain
-Summary:       TeX Plain format
-Summary(pl.UTF-8):     Format TeX Plain
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
-
-%description format-plain
-TeX Plain format.
-
-%description format-plain -l pl.UTF-8
-Format TeX Plain.
-
-%package format-pdftex
-Summary:       PDFTeX Plain format
-Summary(pl.UTF-8):     Format PDFTeX Plain
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-pdftex = %{epoch}:%{version}-%{release}
-Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
-# for epstopdf to work
-Requires:      fonts-Type1-urw
-Requires:      ghostscript
-Provides:      tetex-format-pdftex
-Obsoletes:     tetex-format-pdftex
-
-%description format-pdftex
-PDFTeX Plain format.
-
-%description format-pdftex -l pl.UTF-8
-Format PDFTeX Plain.
-
-%package format-pdfetex
-Summary:       PDFTeX EPlain format
-Summary(pl.UTF-8):     Format PDFTeX EPlain
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-pdftex = %{epoch}:%{version}-%{release}
-Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
-Provides:      tetex-format-pdfetex = %{epoch}:%{version}-%{release}
-Obsoletes:     tetex-format-pdfetex
-
-%description format-pdfetex
-PDFTeX EPlain format.
-
-%description format-pdfetex -l pl.UTF-8
-Format PDFTeX EPlain.
-
 # MeX Plain format
 
 %package mex
@@ -1555,6 +1503,7 @@ Requires(post,postun):    %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      texlive-fonts-pl = %{epoch}:%{version}-%{release}
 Requires:      texlive-plain = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-mex
 
 %description mex
 MeX Plain Format basic files.
@@ -1568,6 +1517,7 @@ Summary(pl.UTF-8):        Format MeX Plain
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      texlive-mex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-mex
 
 %description format-mex
 MeX Plain Format.
@@ -1582,6 +1532,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-mex = %{epoch}:%{version}-%{release}
 Requires:      %{name}-pdftex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-pdfmex
 
 %description format-pdfmex
 PDFMeX Plain Format.
@@ -1595,6 +1546,7 @@ 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}
+Obsoletes:     tetex-format-utf8mex
 
 %description format-utf8mex
 MeX Plain Format with UTF-8 encoded source files.
@@ -1613,6 +1565,7 @@ Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
 Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
 Provides:      tetex-ams
 Obsoletes:     tetex-ams
+Obsoletes:     tetex-amstex
 Obsoletes:     tetex-plain-amsfonts
 
 %description amstex
@@ -1628,7 +1581,8 @@ 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
+Obsoletes:     tetex-format-amstex
+Obsoletes:     tetex-format-cyramstex
 
 %description format-amstex
 American Mathematical Society macros for Plain TeX.
@@ -1636,20 +1590,6 @@ American Mathematical Society macros for Plain TeX.
 %description format-amstex -l pl.UTF-8
 Makra AMS (American Mathematical Society) dla formatu Plain TeX.
 
-%package format-pdfamstex
-Summary:       AMS macros for PDFTeX
-Summary(pl.UTF-8):     Makra AMS dla formatu PDFTeX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-amstex = %{epoch}:%{version}-%{release}
-Requires:      %{name}-pdftex = %{epoch}:%{version}-%{release}
-
-%description format-pdfamstex
-American Mathematical Society macros for PDFTeX.
-
-%description format-pdfamstex -l pl.UTF-8
-Makra AMS (American Mathematical Society) dla formatu PDFTeX.
-
 # CSPlain format
 
 %package csplain
@@ -1674,6 +1614,7 @@ Summary(pl.UTF-8):        Format TeX CSPlain
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-csplain = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-csplain
 
 %description format-csplain
 TeX CSPlain format.
@@ -1687,6 +1628,7 @@ Summary(pl.UTF-8):        Format PDFTeX CSPlain
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-csplain = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-pdfcsplain
 
 %description format-pdfcsplain
 PDFTeX CSPlain format.
@@ -1703,6 +1645,8 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-cs = %{epoch}:%{version}-%{release}
 Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
+Provides:      tetex-cslatex
+Obsoletes:     tetex-cslatex
 
 %description cslatex
 CSLaTeX format basic files.
@@ -1716,6 +1660,7 @@ Summary(pl.UTF-8):        Format CSLaTeX
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-cslatex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-cslatex
 
 %description format-cslatex
 CSLaTeX format.
@@ -1729,6 +1674,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.
@@ -1736,62 +1682,6 @@ PDF CSLaTeX format.
 %description format-pdfcslatex -l pl.UTF-8
 Format PDF CSLaTeX.
 
-# Cyrillic Plain format
-
-%package cyrplain
-Summary:       Cyrillic Plain format basic files
-Summary(pl.UTF-8):     Podstawowe pliki dla formatu Cyrillic Plain
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
-
-%description cyrplain
-Cyrillic Plain format basic files.
-
-%description cyrplain -l pl.UTF-8
-Podstawowe pliki dla formatu Cyrillic Plain.
-
-%package format-cyrplain
-Summary:       Cyrillic Plain format
-Summary(pl.UTF-8):     Format Cyrillic Plain
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-cyrplain = %{epoch}:%{version}-%{release}
-
-%description format-cyrplain
-Cyrillic Plain format.
-
-%description format-cyrplain -l pl.UTF-8
-Format Cyrillic Plain.
-
-%package format-cyramstex
-Summary:       Cyrillic AMSTeX format
-Summary(pl.UTF-8):     Format Cyrillic AMSTeX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
-Obsoletes:     tetex-cyramstex
-
-%description format-cyramstex
-Cyrillic AMSTeX format.
-
-%description format-cyramstex -l pl.UTF-8
-Format Cyrillic AMSTeX.
-
-%package format-cyrtexinfo
-Summary:       Cyrillic TeXInfo format
-Summary(pl.UTF-8):     Format Cyrillic TeXInfo
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-plain = %{epoch}:%{version}-%{release}
-Obsoletes:     tetex-cyrtexinfo
-
-%description format-cyrtexinfo
-Cyrillic TeXInfo format.
-
-%description format-cyrtexinfo -l pl.UTF-8
-Format Cyrillic TeXInfo.
-
 # EPlain format
 
 %package eplain
@@ -1800,6 +1690,7 @@ 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-eplain
 Obsoletes:     tetex-etex
 
 %description eplain
@@ -1814,6 +1705,7 @@ Summary(pl.UTF-8):        Format EPlain
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-eplain = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-eplain
 
 %description format-eplain
 EPlain format.
@@ -1852,6 +1744,7 @@ Summary(pl.UTF-8):        Niemiecka wersja formatu ConTeXt
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-context = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-context-de
 
 %description format-context-de
 German ConTeXt format.
@@ -1865,6 +1758,7 @@ Summary(pl.UTF-8):        Angielska wersja formatu ConTeXt
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-context = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-context-en
 
 %description format-context-en
 English ConTeXt format.
@@ -1878,6 +1772,7 @@ Summary(pl.UTF-8):        Holenderska wersja formatu ConTeXt
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-context = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-format-context-nl
 
 %description format-context-nl
 Dutch ConTeXt format.
@@ -1903,8 +1798,8 @@ Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
 Requires:      %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
 Suggests:      %{name}-fonts-jknappen
 Suggests:      %{name}-latex-ucs = %{epoch}:%{version}-%{release}
-Provides:      tetex-format-latex
-Provides:      tetex-latex
+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
@@ -1913,6 +1808,7 @@ Obsoletes:        tetex-latex-caption
 Obsoletes:     tetex-latex-curves
 Obsoletes:     tetex-latex-dinbrief
 Obsoletes:     tetex-latex-draftcopy
+Obsoletes:     tetex-latex-dstroke
 Obsoletes:     tetex-latex-dvilj
 Obsoletes:     tetex-latex-eepic
 Obsoletes:     tetex-latex-endfloat
@@ -1935,6 +1831,7 @@ Obsoletes:        tetex-latex-ntgclass
 Obsoletes:     tetex-latex-oberdiek
 Obsoletes:     tetex-latex-pb-diagram
 Obsoletes:     tetex-latex-pstricks
+Obsoletes:     tetex-latex-qfonts
 Obsoletes:     tetex-latex-revtex4
 Obsoletes:     tetex-latex-seminar
 Obsoletes:     tetex-latex-t2
@@ -2047,6 +1944,8 @@ Summary(pl.UTF-8):        Pływające środowisko dla algorytmów
 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
@@ -2085,6 +1984,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-antp = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-antp
 
 %description latex-antp
 A replica of Antykwa Poltawskiego font in PostScript Type 1 format
@@ -2111,6 +2011,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-antt = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-antt
 
 %description latex-antt
 Antykwa Torunska is a serif font designed by the late Polish
@@ -2142,6 +2043,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-bbm
 
 %description latex-bbm
 Blackboard variant fonts for Computer Modern, with LaTeX support.
@@ -2168,6 +2070,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-bbold
 
 %description latex-bbold
 A geometric sans serif blackboard bold font, for use in mathematics.
@@ -2200,6 +2103,7 @@ Summary(hu.UTF-8):        LaTeX dokumentumosztály prezentációk és fóliák készít
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-beamer
 
 %description latex-beamer
 A LaTeX class for producing presentations and slides.
@@ -2228,6 +2132,7 @@ Requires(post,postun):    %{_bindir}/texhash
 Requires:      %{name}-latex-ams = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
 Obsoletes:     tetex-bibtex-ams
+Obsoletes:     tetex-latex-bibtex-ams
 
 %description latex-bibtex-ams
 BibTeX style files for American Mathematical Society publications.
@@ -2241,6 +2146,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
@@ -2254,19 +2161,6 @@ Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
 rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
 stylu LaTeXa.
 
-%package latex-bibtex-nor
-Summary:       Norwegian variants of the standard BibTeX styles
-Summary(pl.UTF-8):     Norweskie warianty standardowych stylów BibTeXa
-Group:         Applications/Publishing/TeX
-Requires(post,postun): /usr/bin/texhash
-Requires:      %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
-
-%description latex-bibtex-nor
-Norwegian variants of the standard BibTeX styles.
-
-%description latex-bibtex-nor -l pl.UTF-8
-Norweskie warianty standardowych stylów BibTeXa.
-
 %package latex-bibtex-pl
 Summary:       Polish bibliography management for LaTeX
 Summary(pl.UTF-8):     Polska wersja zarządzania bibliografią dla LaTeXa
@@ -2274,6 +2168,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
 Obsoletes:     tetex-bibtex-plbib
+Obsoletes:     tetex-latex-bibtex-pl
 
 %description latex-bibtex-pl
 Polish bibliography management for LaTeX.
@@ -2288,6 +2183,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
 Obsoletes:     tetex-bibtex-germbib
+Obsoletes:     tetex-latex-bibtex-german
 
 %description latex-bibtex-german
 German variants of standard BibTeX styles.
@@ -2302,6 +2198,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Obsoletes:     tetex-bibtex-revtex4
+Obsoletes:     tetex-latex-bibtex-revtex4
 
 %description latex-bibtex-revtex4
 BibTeX styles for REVTeX4.
@@ -2316,6 +2213,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Obsoletes:     tetex-bibtex-jurabib
+Obsoletes:     tetex-latex-bibtex-jurabib
 
 %description latex-bibtex-jurabib
 Extended BibTeX citation support for the humanities and legal texts.
@@ -2397,6 +2295,7 @@ Summary(pl.UTF-8):        Obsługa fontów tekstowych i matematycznych Concrete w LaTeX
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-ccfonts
 
 %description latex-ccfonts
 LaTeX font definition files for the Concrete fonts and a LaTeX package
@@ -2416,6 +2315,7 @@ Summary(pl.UTF-8):        Obsługa kompresowanych, sortowanych list numerowanych cytat
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-cite
 
 %description latex-cite
 Supports compressed, sorted lists of numerical citations.
@@ -2430,6 +2330,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-cmbright
 
 %description latex-cmbright
 A family of sans serif fonts for TeX and LaTeX, based on Donald
@@ -2465,6 +2366,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-concmath
 
 %description latex-concmath
 LaTeX package and font definition files to access the Concrete math
@@ -2509,6 +2411,7 @@ Summary(pl.UTF-8):        Dostosowywanie stylów BibTeXa dla LaTeXa
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-custom-bib
 
 %description latex-custom-bib
 Package generating customized BibTeX bibliography styles from a
@@ -2533,25 +2436,6 @@ LaTeX Cyrillic support.
 %description latex-cyrillic -l pl.UTF-8
 Obsługa cyrylicy dla LaTeXa.
 
-%package latex-dstroke
-Summary:       LaTeX doublestroke font
-Summary(pl.UTF-8):     Podwójnie kreślony font dla LaTeXa
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-Provides:      tetex-latex-dstroke
-Obsoletes:     tetex-latex-dstroke
-
-%description latex-dstroke
-Doublestroke font for typesetting the mathematical symbols for the
-natural numbers, whole numbers, rational numbers, real numbers and
-complex numbers.
-
-%description latex-dstroke -l pl.UTF-8
-Podwójnie kreślony font do składania symboli matematycznych liczb
-naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
-
 %package latex-enumitem
 Summary:       A package to customize the three basic lists
 Summary(hu.UTF-8):     Egy csomag, amivel testreszabhatod a három alapvető listát
@@ -2593,6 +2477,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")
@@ -2639,6 +2536,7 @@ 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
@@ -2653,7 +2551,7 @@ Summary:  Graphical representation of keys on keyboard
 Summary(hu.UTF-8):     A billentyűk grafikus megjelenítése
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-keystroke
 Graphical representation of keys on keyboard.
@@ -2666,7 +2564,7 @@ Summary:  Typeset laboratory journals
 Summary(hu.UTF-8):     Laborjegyzőkönyvek szedése
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-labbook
 Typeset laboratory journals.
@@ -2679,7 +2577,7 @@ Summary:  Alphanumerical LCD-style displays
 Summary(hu.UTF-8):     Alfanumerikus LCD-szerű kijelzés
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-lcd
 Alphanumerical LCD-style displays.
@@ -2692,7 +2590,7 @@ Summary:  Create small handouts (flyers)
 Summary(hu.UTF-8):     Kis "kézikönyvek" készítése (brossúrák)
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-leaflet
 Create small handouts (flyers).
@@ -2718,7 +2616,7 @@ Summary:  Draw Lewis structures (chemistry)
 Summary(hu.UTF-8):     Lewis struktúrák készítése (kémia)
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-lewis
 Draw Lewis structures (chemistry).
@@ -2733,6 +2631,8 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): /usr/bin/texhash
 Requires:      %{name}-fonts-lm = %{epoch}:%{version}-%{release}
 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
@@ -2774,6 +2674,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.
@@ -2801,7 +2702,7 @@ Summary:  Packages for typesetting games
 Summary(hu.UTF-8):     Játékok szedése
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-games
 Chess, chinese chess, crosswords, go, backgammon and more.
@@ -2814,7 +2715,7 @@ Summary:  Extensions, patches, improvements of main LaTeX styles, environments
 Summary(hu.UTF-8):     Az alap LaTeX stílusok, környezetek, stb. bővítései, foltjai
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 Provides:      tetex-latex-ltablex
 Obsoletes:     tetex-latex-ltablex
 
@@ -2929,7 +2830,7 @@ Summary:  Additional effects to fonts, texts
 Summary(hu.UTF-8):     További effektek betűkhöz, szövegekhez,...
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-effects
 This package contains:
@@ -2985,7 +2886,17 @@ Summary: Mathematical packages
 Summary(hu.UTF-8):     Matematikai csomagok
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
+Requires:      %{name}-fonts-stmaryrd = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex-ams = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex-carlisle = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex-pst-3dplot = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex-wasysym = %{epoch}:%{version}-%{release}
+Requires:      %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
+Requires:      %{name}-tex-xkeyval = %{epoch}:%{version}-%{release}
+Requires:      %{name}-tex-xypic = %{epoch}:%{version}-%{release}
 # gnuplottex needs gnuplot
 Requires:      gnuplot
 
@@ -3030,6 +2941,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.
@@ -3076,6 +2988,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
@@ -3085,7 +2998,7 @@ Summary:  Misc packages
 Summary(hu.UTF-8):     Vegyes csomagok
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-misc
 This packages contains:
@@ -3108,7 +3021,7 @@ Summary:  Musical packages
 Summary(hu.UTF-8):     Zenei csomagok
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-music
 This package contains:
@@ -3127,7 +3040,10 @@ Summary: Physical packages
 Summary(hu.UTF-8):     Fizikai csomagok
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Suggests:      %{name}-latex-SIstyle
+Suggests:      %{name}-latex-SIunits
+Suggests:      %{name}-latex-siunitx
 
 %description latex-physics
 This package contains:
@@ -3149,7 +3065,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
 
@@ -3158,7 +3074,8 @@ Summary:  Biological packages
 Summary(hu.UTF-8):     Biológiai csomagok
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Requires:      %{name}-xetex = %{epoch}:%{version}-%{release}
 
 %description latex-biology
 This package contains:
@@ -3175,7 +3092,8 @@ 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
+Requires:      %{name}-latex-foiltex = %{epoch}:%{version}-%{release}
+Suggests:      %{name}-latex-prosper = %{epoch}:%{version}-%{release}
 
 %description latex-presentation
 This package contains:
@@ -3195,11 +3113,9 @@ 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
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Suggests:      %{name}-latex-lewis
 
 %description latex-chem
 This package contains:
@@ -3227,7 +3143,7 @@ Summary:  Informatical packages
 Summary(hu.UTF-8):     Informatikai csomagok
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-informatic
 This package contains:
@@ -3259,7 +3175,7 @@ Summary:  Various tools to pdf output
 Summary(hu.UTF-8):     Különböző eszközök pdf output-hoz
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-pdftools
 This package contains:
@@ -3290,6 +3206,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
@@ -3326,6 +3243,7 @@ Summary(pl.UTF-8):        Pakiet umożliwiający używanie fontów Lucida Bright w LaTe
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-lucidabr
 
 %description latex-lucidabr
 Package to make Lucida Bright fonts usable with LaTeX.
@@ -3359,50 +3277,6 @@ strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
 (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
 CE i inne.
 
-%package latex-mathpple
-Summary:       Use PostScript Palatino for typesetting maths
-Summary(pl.UTF-8):     Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-
-%description latex-mathpple
-The package defines the PostScript font family `Palatino' (ppl) as the
-default roman font and then uses the `mathpple' fonts for typesetting
-math. These virtual fonts have been created for typesetting math in a
-style that suits the Palatino text fonts. The AMS fonts, when used
-additionally, will be scaled to fit Palatino.
-
-%description latex-mathpple -l pl.UTF-8
-Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
-domyślny font roman i używa fontów mathpple do składania wzorów
-matematycznych. Te wirtualne fonty zostały stworzone do składania
-wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
-Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
-pasować do Palatino.
-
-%package latex-mathtime
-Summary:       Mathtime fonts for LaTeX
-Summary(pl.UTF-8):     Fonty Mathtime dla LaTeXa
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-
-%description latex-mathtime
-The Mathtime fonts have a number of characters remapped to positions
-different from the ones normally used by the corresponding TeX
-CM-fonts. For the symbol font ``operators'' the corresponding mathtime
-style files use the Times Roman font (often called something like:
-ptmr or ptmr7t or ptmrq).
-
-%description latex-mathtime -l pl.UTF-8
-Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
-różniące się od tych normalnie używanych w odpowiadających im TeXowych
-fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
-używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
-ptmrq).
-
 %package latex-mflogo
 Summary:       LaTeX support for MetaFont and logo fonts
 Summary(pl.UTF-8):     Obsługa LaTeXa dla MetaFonta i fontów logo
@@ -3410,6 +3284,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-mflogo
 
 %description latex-mflogo
 LaTeX package and font definition file to access the Knuthian `logo'
@@ -3427,6 +3302,7 @@ Summary(pl.UTF-8):        Pliki opisów fontów udostępniające dodatkowe fonty, jak y
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-mfnfss
 
 %description latex-mfnfss
 Font description files to use extra fonts like yinit and ygoth.
@@ -3440,6 +3316,7 @@ Summary(pl.UTF-8):        Tworzenie spisów treści dla każdego rozdziału
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-minitoc
 
 %description latex-minitoc
 Produce a table of contents for each chapter.
@@ -3453,6 +3330,7 @@ Summary(pl.UTF-8):        Wsparcie dla MLTeXa
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-mltex
 
 %description latex-mltex
 Support for MLTeX, the multilingual TeX extension from Michael J.
@@ -3508,6 +3386,7 @@ Summary(hu.UTF-8):        Néhány további LaTeX csomag
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-platex
 
 %description latex-other
 Other LaTeX packages.
@@ -3528,19 +3407,6 @@ Other LaTeX packages documentation.
 %description latex-other-doc -l hu.UTF-8
 Néhány további LaTeX csomag dokumentációja.
 
-%package latex-palatcm
-Summary:       Palatino + Computer Modern math fonts for LaTeX
-Summary(pl.UTF-8):     Fonty matematyczne Palatino i Computer Modern dla LaTeXa
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-
-%description latex-palatcm
-Palatino + Computer Modern math fonts for LaTeX.
-
-%description latex-palatcm -l pl.UTF-8
-Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
-
 %package latex-pdfslide
 Summary:       Presentation slides using pdftex
 Summary(hu.UTF-8):     Prezentáció készítése pdftex-hel
@@ -3682,6 +3548,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.
@@ -3953,6 +3820,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-px = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-pxfonts
 
 %description latex-pxfonts
 PX fonts LaTeX support.
@@ -3960,30 +3828,6 @@ PX fonts LaTeX support.
 %description latex-pxfonts -l pl.UTF-8
 Obsługa fontów PX w LaTeXu.
 
-%package latex-qfonts
-Summary:       A collection of PostScript (Adobe Type 1) fonts in QX layout
-Summary(pl.UTF-8):     Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-
-%description latex-qfonts
-A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
-QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
-QuasiTimes (regular, italic, bold and bold italic), based on URW++
-fonts distributed with Ghostscript. The fonts are encoded according to
-QX layout which facilitates multilingual and technical typesetting
-using TeX, preserving usability in Windows applications.
-
-%description latex-qfonts -l pl.UTF-8
-Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
-QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
-QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
-fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
-zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
-TeXu, zachowując przydatność dla aplikacji windowsowych.
-
 %package latex-SIstyle
 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
@@ -4016,7 +3860,7 @@ Summary:  A comprehensive (SI) units package
 Summary(hu.UTF-8):     Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
 Group:         Applications/Publishing/TeX
 Requires(post,postun): /usr/bin/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-siunitx
 A comprehensive (SI) units package.
@@ -4040,7 +3884,7 @@ Summary:  Various LaTeX styles
 Summary(hu.UTF-8):     Különböző LaTeX stílusok
 Group:         Applications/Publishing/TeX
 Requires(post,postun): /usr/bin/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-styles
 Various LaTeX styles.
@@ -4053,7 +3897,7 @@ Summary:  LaTeX support for non-english languages
 Summary(hu.UTF-8):     LaTeX támogatás nem-angol nyelvekhez
 Group:         Applications/Publishing/TeX
 Requires(post,postun): /usr/bin/texhash
-Requires:      %{name}-latex
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 
 %description latex-lang
 LaTeX support for non-english languages.
@@ -4073,20 +3917,6 @@ Tabbing with accented letters.
 %description latex-Tabbing -l hu.UTF-8
 Tabbing környezet ékezetes betűk használatával.
 
-%package latex-urwvn
-Summary:       URWVN fonts
-Summary(pl.UTF-8):     Fonty URWVN
-Group:         Applications/Publishing/TeX
-Requires(post,postun): /usr/bin/texhash
-Requires:      %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-
-%description latex-urwvn
-URWVN fonts.
-
-%description latex-urwvn -l pl.UTF-8
-Fonty URWVN.
-
 %package latex-txfonts
 Summary:       TX fonts LaTeX support
 Summary(pl.UTF-8):     Obsługa fontów TX w LaTeXu
@@ -4094,6 +3924,7 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-fonts-tx = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-txfonts
 
 %description latex-txfonts
 TX fonts LaTeX support.
@@ -4121,6 +3952,7 @@ Summary(pl.UTF-8):        Interfejs inputenc do używania alternatywnych kodowań wejś
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-latex-umlaute
 
 %description latex-umlaute
 An interface to inputenc for using alternate input encodings.
@@ -4185,39 +4017,16 @@ na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
 schematów kolorów, konwersji między ośmioma modelami kolorów oraz
 naprzemiennych kolorów w tabelach.
 
-%package format-latex
-Summary:       LaTeX macro package
-Summary(pl.UTF-8):     Pakiet makr LaTeX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-Provides:      tetex-format-latex
-Obsoletes:     hugelatex
-Obsoletes:     tetex-format-latex
-
-%description format-latex
-LaTeX is a front end for the TeX text formatting system. Easier to use
-than TeX, LaTeX is essentially a set of TeX macros which provide
-convenient, predefined document formats for users.
-
-This package contains LaTeX format.
-
-%description format-latex -l pl.UTF-8
-LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
-łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
-dających użytkownikom wygodne, predefiniowane formaty dokumentów.
-
-Ten pakiet zawiera format LaTeX.
-
 %package format-pdflatex
 Summary:       PDF LaTeX macro package
 Summary(pl.UTF-8):     Pakiet makr PDF LaTeX
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
+Requires:      %{name}-fonts-type1-urw = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
 Requires:      %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
-Requires:      %{name}-metafont = %{epoch}:%{version}-%{release}
 Requires:      %{name}-pdftex = %{epoch}:%{version}-%{release}
 Provides:      tetex-format-pdflatex
 Obsoletes:     tetex-format-pdflatex
@@ -4236,50 +4045,6 @@ dających użytkownikom wygodne, predefiniowane formaty dokumentów.
 
 Ten pakiet zawiera format PDF LaTeX.
 
-# PLaTeX format
-
-%package platex
-Summary:       PLaTeX format basic files
-Summary(pl.UTF-8):     Podstawowe pliki dla formatu PLaTeX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-fonts-pl = %{epoch}:%{version}-%{release}
-Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
-
-%description platex
-PLaTeX format basic files.
-
-%description platex -l pl.UTF-8
-Podstawowe pliki dla formatu PLaTeX.
-
-%package format-platex
-Summary:       PLaTeX format
-Summary(pl.UTF-8):     Format PLaTeX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-platex = %{epoch}:%{version}-%{release}
-
-%description format-platex
-PLaTeX format.
-
-%description format-platex -l pl.UTF-8
-Format PLaTeX.
-
-%package format-pdfplatex
-Summary:       PDF PLaTeX format
-Summary(pl.UTF-8):     Format PDF PLaTeX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
-Requires:      %{name}-pdftex = %{epoch}:%{version}-%{release}
-Requires:      %{name}-platex = %{epoch}:%{version}-%{release}
-
-%description format-pdfplatex
-PDF PLaTeX format.
-
-%description format-pdfplatex -l pl.UTF-8
-Format PDF PLaTeX.
-
 %package scripts
 Summary:       Various scripts
 Summary(hu.UTF-8):     Néhány szkript
@@ -4293,6 +4058,21 @@ Various scripts.
 %description scripts -l hu.UTF-8
 Néhány szkript.
 
+%package tlmgr
+Summary:       TeXLive manager
+Summary(hu.UTF-8):     TeXLive manager
+Group:         Applications/Publishing/TeX
+
+%description tlmgr
+tlmgr manages an existing TeX Live installation, both packages and
+configuration options. It performs many of the same actions as
+texconfig, and more besides.
+
+%description tlmgr -l hu.UTF-8
+tlmgr egy létező TeX Live telepítést tart karban, csomag és beállítás
+tekintetében is. Hasonló műveleteket végez, mint a texconfig, sőt,
+többet is.
+
 # # TeX generic macros #
 
 %package tex-babel
@@ -4344,6 +4124,7 @@ Summary(pl.UTF-8):        Makra generujące Metafont lub Metapost do rysowania obrazkó
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-tex-mfpic
 
 %description tex-mfpic
 Macros which generate Metafont or Metapost for drawing pictures.
@@ -4373,6 +4154,7 @@ Summary(pl.UTF-8):        Makra do rysowania obrazków dla TeXa i LaTeXa
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-tex-pictex
 
 %description tex-pictex
 Picture drawing macros for TeX and LaTeX.
@@ -4398,6 +4180,7 @@ Summary:  PostScript macros for TeX
 Summary(pl.UTF-8):     Makra postscriptowe dla TeXa
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
+Requires:      %{name}-dvips = %{epoch}:%{version}-%{release}
 Requires:      %{name}-tex-misc = %{epoch}:%{version}-%{release}
 Provides:      tetex-tex-pstricks
 Obsoletes:     tetex-tex-pstricks
@@ -4419,20 +4202,6 @@ nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
 rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
 makra do kolorowania lub cieniowania komórek tabel.
 
-%package tex-qpx
-Summary:       QuasiPalatino and PX fonts typesetting support
-Summary(pl.UTF-8):     Wsparcie dla składu fontami QuasiPalatino i PX
-Group:         Applications/Publishing/TeX
-Requires(post,postun): %{_bindir}/texhash
-Requires:      %{name} = %{epoch}:%{version}-%{release}
-Requires:      %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
-
-%description tex-qpx
-QuasiPalatino and PX fonts typesetting support.
-
-%description tex-qpx -l pl.UTF-8
-Wsparcie dla składu fontami QuasiPalatino i PX.
-
 %package tex-qpxqtx
 Summary:       QuasiTimes and TX fonts typesetting support
 Summary(pl.UTF-8):     Wsparcie dla składu fontami QuasiTimes i TX
@@ -4440,6 +4209,8 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-tex-qpx
+Obsoletes:     tetex-tex-qtx
 
 %description tex-qpxqtx
 QuasiTimes and TX fonts typesetting support.
@@ -4485,6 +4256,7 @@ 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-spanish
 Obsoletes:     tetex-tex-spanishb
 
 %description tex-spanish
@@ -4501,6 +4273,7 @@ Summary(pl.UTF-8):        Makra graficzne używające osadzanego PostScriptu
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-tex-texdraw
 
 %description tex-texdraw
 Graphical macros, using embedded PostScript.
@@ -4514,6 +4287,7 @@ Summary(pl.UTF-8):        Ikonki dla PDFTeXa i dvips/ps2pdf
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-tex-thumbpdf
 
 %description tex-thumbpdf
 Provides support, using Perl, for thumbnails in pdfTeX and
@@ -4564,6 +4338,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
@@ -4579,6 +4355,8 @@ Group:            Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-tex-xypic
+Obsoletes:     tetex-xypic
 
 %description tex-xypic
 A package for typesetting a variety of graphs and diagrams with TeX.
@@ -4597,6 +4375,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.
@@ -4608,6 +4387,7 @@ Rozszerzenie do pakietu keyval.
 Summary:       TeX font directories
 Summary(pl.UTF-8):     Katalogi fontów TeXa
 Group:         Fonts
+Provides:      tetex-dirs-fonts
 Obsoletes:     tetex-dirs-fonts
 
 %description dirs-fonts
@@ -4632,11 +4412,20 @@ Adobe fonts.
 %description fonts-adobe -l pl.UTF-8
 Fonty Adobe.
 
+%package fonts-larm
+Summary:       Larm (cyrillic) fonts
+Group:         Fonts
+Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+
+%description fonts-larm
+Larm (cyrillic) fonts.
+
 %package fonts-ae
 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}
+Obsoletes:     tetex-fonts-ae
 
 %description fonts-ae
 Virtual fonts for PDF-files with T1 encoded CMR-fonts.
@@ -4649,6 +4438,7 @@ Summary:  AMS fonts
 Summary(pl.UTF-8):     Fonty AMS
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
 Provides:      tetex-fonts-ams
 Obsoletes:     tetex-fonts-ams
 
@@ -4663,6 +4453,7 @@ 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}
+Obsoletes:     tetex-fonts-antp
 
 %description fonts-antp
 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
@@ -4676,6 +4467,7 @@ 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}
+Obsoletes:     tetex-fonts-antt
 
 %description fonts-antt
 Antykwa Torunska, a Type 1 family of a Polish traditional type.
@@ -4696,6 +4488,7 @@ 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}
+Obsoletes:     tetex-fonts-bbm
 
 %description fonts-bbm
 Blackboard variant fonts for Computer Modern, with LaTeX support.
@@ -4708,6 +4501,7 @@ 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}
+Obsoletes:     tetex-fonts-bbold
 
 %description fonts-bbold
 Sans serif blackboard bold for LaTeX.
@@ -4715,18 +4509,6 @@ Sans serif blackboard bold for LaTeX.
 %description fonts-bbold -l pl.UTF-8
 Tablicowy tłusty font sans serif dla LaTeXa.
 
-%package fonts-bh
-Summary:       Bold & Heavy Fonts
-Summary(pl.UTF-8):     Fonty Bold i Heavy
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-
-%description fonts-bh
-Bold & Heavy Fonts.
-
-%description fonts-bh -l pl.UTF-8
-Fonty Bold i Heavy.
-
 %package fonts-bitstream
 Summary:       Bitstream fonts
 Summary(pl.UTF-8):     Fonty Bitstream
@@ -4740,23 +4522,12 @@ Bitstream fonts.
 %description fonts-bitstream -l pl.UTF-8
 Fonty Bitstream.
 
-%package fonts-cbgreek
-Summary:       Complete set of Greek fonts
-Summary(pl.UTF-8):     Pełny zestaw fontów greckich
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-
-%description fonts-cbgreek
-Complete set of Greek fonts.
-
-%description fonts-cbgreek -l pl.UTF-8
-Pełny zestaw fontów greckich.
-
 %package fonts-cc-pl
 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}
+Obsoletes:     tetex-fonts-cc-pl
 
 %description fonts-cc-pl
 Polish version of Computer Concrete fonts.
@@ -4769,6 +4540,7 @@ Summary:  Compugraphic fonts
 Summary(pl.UTF-8):     Fonty Compugraphic
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-cg
 
 %description fonts-cg
 Compugraphic fonts.
@@ -4795,6 +4567,7 @@ Summary:  CM Bright fonts
 Summary(pl.UTF-8):     Fonty CM Bright
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-cmbright
 
 %description fonts-cmbright
 CM Bright fonts.
@@ -4822,6 +4595,7 @@ Group:            Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
 Provides:      tetex-fonts-cmcyr
 Obsoletes:     tetex-fonts-cmcyr
+Obsoletes:     texlive-fonts-type1-cmcyr
 
 %description fonts-cmcyr
 Computer Modern fonts extended with Russian letters.
@@ -4848,6 +4622,7 @@ Summary:  Concrete Math fonts
 Summary(pl.UTF-8):     Fonty matematyczne Concrete Math
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-concmath
 
 %description fonts-concmath
 Concrete Math fonts.
@@ -4860,6 +4635,7 @@ Summary:  Concrete Roman fonts
 Summary(pl.UTF-8):     Fonty Concrete Roman
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-concrete
 
 %description fonts-concrete
 Concrete Roman fonts, designed by Donald E. Knuth, originally for use
@@ -4874,6 +4650,7 @@ 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}
+Obsoletes:     tetex-fonts-cs
 
 %description fonts-cs
 Czech/Slovak-tuned MetaFont Computer Modern fonts.
@@ -4882,23 +4659,12 @@ Czech/Slovak-tuned MetaFont Computer Modern fonts.
 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
 czeskiego i słowackiego.
 
-%package fonts-dstroke
-Summary:       Doublestroke font for typesetting the mathematical symbols
-Summary(pl.UTF-8):     Podwójnie kreślony font do składania symboli matematycznych
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-
-%description fonts-dstroke
-Doublestroke font for typesetting the mathematical symbols.
-
-%description fonts-dstroke -l pl.UTF-8
-Podwójnie kreślony font do składania symboli matematycznych.
-
 %package fonts-ecc
 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}
+Obsoletes:     tetex-fonts-ecc
 
 %description fonts-ecc
 The MetaFont sources and tfm files of the European Concrete Fonts.
@@ -4915,6 +4681,7 @@ 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}
+Obsoletes:     tetex-fonts-eurosym
 
 %description fonts-eurosym
 The new European currency symbol for the Euro implemented in Metafont,
@@ -4931,6 +4698,7 @@ Summary:  The Virtual Euler Math fonts
 Summary(pl.UTF-8):     Fonty Virtual Euler Math
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-eulervm
 
 %description fonts-eulervm
 Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
@@ -4951,6 +4719,7 @@ 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}
+Obsoletes:     tetex-fonts-euxm
 
 %description fonts-euxm
 Fonts like EUSM but with two more characters needed for Concrete Math
@@ -4965,6 +4734,7 @@ 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}
+Obsoletes:     tetex-fonts-gothic
 
 %description fonts-gothic
 Gothic and ornamental initial fonts by Yannis Haralambous.
@@ -4977,6 +4747,7 @@ Summary:  Converted mflogo font
 Summary(pl.UTF-8):     Przekonwertowany font mflogo
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-hoekwater
 
 %description fonts-hoekwater
 Fonts originally created in MetaFont, transformed to PostScript by
@@ -4995,6 +4766,7 @@ Group:            Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
 Provides:      tetex-fonts-jknappen
 Obsoletes:     tetex-fonts-jknappen
+Obsoletes:     %{name}-latex-jknappen
 
 %description fonts-jknappen
 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
@@ -5035,6 +4807,7 @@ Summary:  Olga Lapko's LH fonts
 Summary(pl.UTF-8):     Fonty LH Olgi Lapko
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-lh
 
 %description fonts-lh
 The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
@@ -5047,6 +4820,7 @@ 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}
+Obsoletes:     tetex-fonts-lm
 
 %description fonts-lm
 Latin Modern family of fonts, based on the Computer Modern fonts
@@ -5075,6 +4849,7 @@ 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}
+Obsoletes:     tetex-fonts-marvosym
 
 %description fonts-marvosym
 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
@@ -5097,6 +4872,7 @@ Summary:  Logo fonts
 Summary(pl.UTF-8):     Fonty logo
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-mflogo
 
 %description fonts-mflogo
 Logo fonts.
@@ -5109,6 +4885,7 @@ Summary:  Miscellaneous fonts
 Summary(pl.UTF-8):     Różne fonty
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-misc
 
 %description fonts-misc
 Miscellaneous fonts.
@@ -5121,6 +4898,7 @@ Summary:  Monotype fonts
 Summary(pl.UTF-8):     Fonty Monotype
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-monotype
 
 %description fonts-monotype
 Monotype fonts.
@@ -5133,6 +4911,7 @@ 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}
+Obsoletes:     tetex-fonts-omega
 
 %description fonts-omega
 Fonts for Omega - extended unicode TeX.
@@ -5145,32 +4924,26 @@ Summary:        Other fonts
 Summary(hu.UTF-8):     További betűtípusok
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-cbgreek
+Obsoletes:     tetex-fonts-dstroke
+Obsoletes:     tetex-fonts-pazo
+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-pazo
-Summary:       Pazo fonts
-Summary(pl.UTF-8):     Fonty Pazo
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-Provides:      tetex-fonts-pazo
-Obsoletes:     tetex-fonts-pazo
-
-%description fonts-pazo
-Pazo fonts.
-
-%description fonts-pazo -l pl.UTF-8
-Fonty Pazo.
-
-%package fonts-pl
-Summary:       Polish fonts
-Summary(pl.UTF-8):     Polskie fonty
+%package fonts-pl
+Summary:       Polish fonts
+Summary(pl.UTF-8):     Polskie fonty
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-pl
 
 %description fonts-pl
 Polish fonts.
@@ -5183,6 +4956,7 @@ Summary:  PX fonts
 Summary(pl.UTF-8):     Fonty PX
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-px
 
 %description fonts-px
 PX fonts.
@@ -5190,32 +4964,6 @@ PX fonts.
 %description fonts-px -l pl.UTF-8
 Fonty PX.
 
-%package fonts-qfonts
-Summary:       Quasi fonts
-Summary(pl.UTF-8):     Fonty Quasi
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-
-%description fonts-qfonts
-Quasi fonts.
-
-%description fonts-qfonts -l pl.UTF-8
-Fonty Quasi.
-
-%package fonts-qpx
-Summary:       Additional fonts for QPX package
-Summary(pl.UTF-8):     Dodatkowe fonty dla pakietu QPX
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-Requires:      %{name}-fonts-px = %{epoch}:%{version}-%{release}
-Requires:      %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
-
-%description fonts-qpx
-Additional fonts for QPX package.
-
-%description fonts-qpx -l pl.UTF-8
-Dodatkowe fonty dla pakietu QPX.
-
 %package fonts-qpxqtx
 Summary:       Additional fonts for QTX package
 Summary(pl.UTF-8):     Dodatkowe fonty dla pakietu QTX
@@ -5224,6 +4972,8 @@ Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
 # I hope qpxqtx doesn't need qfonts
 # Requires:    %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-tx = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-qpx
+Obsoletes:     tetex-fonts-qtx
 
 %description fonts-qpxqtx
 Additional fonts for QTX package.
@@ -5236,6 +4986,7 @@ Summary:  Fonts of uppercase script letters for scientific and mathematical types
 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}
+Obsoletes:     tetex-fonts-rsfs
 
 %description fonts-rsfs
 Fonts of uppercase script letters for use as symbols in scientific and
@@ -5268,6 +5019,7 @@ Summary:  TX fonts
 Summary(pl.UTF-8):     Fonty TX
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-tx
 
 %description fonts-tx
 TX fonts.
@@ -5288,6 +5040,7 @@ Summary:  URW fonts
 Summary(pl.UTF-8):     Fonty URW
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-urw
 
 %description fonts-urw
 URW fonts.
@@ -5300,6 +5053,7 @@ Summary:  URWVN fonts
 Summary(pl.UTF-8):     Fonty URWVN
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-urwvn
 
 %description fonts-urwvn
 URWVN fonts.
@@ -5312,6 +5066,7 @@ Summary:  VNR fonts
 Summary(pl.UTF-8):     Fonty VNR
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-vnr
 
 %description fonts-vnr
 VNR fonts.
@@ -5359,6 +5114,7 @@ Summary:  Xy-pic fonts
 Summary(pl.UTF-8):     Fonty Xy-pic
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-xypic
 
 %description fonts-xypic
 Xy-pic fonts.
@@ -5371,6 +5127,7 @@ 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}
+Obsoletes:     tetex-fonts-yandy
 
 %description fonts-yandy
 European Modern fonts from Y&Y.
@@ -5383,6 +5140,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-antp
 
 %description fonts-type1-antp
 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
@@ -5396,6 +5154,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-antt
 
 %description fonts-type1-antt
 Antykwa Torunska, a Type 1 family of a Polish traditional type.
@@ -5416,6 +5175,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-belleek
 
 %description fonts-type1-belleek
 Free replacement for basic MathTime fonts.
@@ -5441,6 +5201,8 @@ Summary:  Computer Modern family fonts
 Summary(pl.UTF-8):     Fonty z rodziny Computer Modern
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Provides:      tetex-fonts-type1-bluesky
+Obsoletes:     tetex-fonts-type1-bluesky
 
 %description fonts-type1-bluesky
 Computer Modern family fonts.
@@ -5453,6 +5215,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-cc-pl
 
 %description fonts-type1-cc-pl
 Polish version of Computer Concrete fonts.
@@ -5465,6 +5228,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-cmcyr
 
 %description fonts-type1-cmcyr
 Computer Modern fonts extended with Russian letters.
@@ -5477,6 +5241,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-cs
 
 %description fonts-type1-cs
 Czech/Slovak-tuned MetaFont Computer Modern fonts.
@@ -5485,23 +5250,12 @@ Czech/Slovak-tuned MetaFont Computer Modern fonts.
 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
 czeskiego i słowackiego.
 
-%package fonts-type1-dstroke
-Summary:       Doublestroke Type1 font for typesetting the mathematical symbols
-Summary(pl.UTF-8):     Podwójnie kreślony font Type1 do składania symboli matematycznych
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-
-%description fonts-type1-dstroke
-Doublestroke Type1 font for typesetting the mathematical symbols.
-
-%description fonts-type1-dstroke -l pl.UTF-8
-Podwójnie kreślony font Type1 do składania symboli matematycznych.
-
 %package fonts-type1-eurosym
 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}
+Obsoletes:     tetex-fonts-type1-eurosym
 
 %description fonts-type1-eurosym
 The new European currency symbol for the Euro implemented in Metafont,
@@ -5518,6 +5272,7 @@ Summary:  Converted mflogo font
 Summary(pl.UTF-8):     Przekonwertowany font mflogo
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-type1-hoekwater
 
 %description fonts-type1-hoekwater
 Fonts originally created in MetaFont, transformed to PostScript by
@@ -5534,6 +5289,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-fpl
 
 %description fonts-type1-fpl
 The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
@@ -5561,23 +5317,12 @@ wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
 Palatino Waltera Schmidta.
 
-%package fonts-type1-tt2001
-Summary:       Type1 tt2001 family fonts
-Summary(pl.UTF-8):     Fonty Type1 z rodziny tt2001
-Group:         Applications/Publishing/TeX
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-
-%description fonts-type1-tt2001
-Type1 tt2001 famliy fonts.
-
-%description fonts-type1-tt2001 -l pl.UTF-8
-Fonty Type1 z rodziny tt2001.
-
 %package fonts-type1-lm
 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}
+Obsoletes:     tetex-fonts-type1-lm
 
 %description fonts-type1-lm
 Latin Modern family of fonts, based on the Computer Modern fonts
@@ -5606,6 +5351,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-marvosym
 
 %description fonts-type1-marvosym
 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
@@ -5628,6 +5374,7 @@ Summary:  Pazo Math fonts
 Summary(pl.UTF-8):     Fonty matematyczne Pazo Math
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-type1-mathpazo
 
 %description fonts-type1-mathpazo
 Pazo Math fonts.
@@ -5640,6 +5387,7 @@ 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}
+Obsoletes:     tetex-fonts-type1-omega
 
 %description fonts-type1-omega
 Type1 fonts for Omega - extended unicode TeX.
@@ -5653,6 +5401,7 @@ Summary(pl.UTF-8):        Polskie fonty
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-type1-pl
 
 %description fonts-type1-pl
 Polish fonts.
@@ -5665,6 +5414,7 @@ Summary:  PX fonts
 Summary(pl.UTF-8):     Fonty PX
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-type1-px
 
 %description fonts-type1-px
 PX fonts.
@@ -5672,23 +5422,12 @@ PX fonts.
 %description fonts-type1-px -l pl.UTF-8
 Fonty PX.
 
-%package fonts-type1-qfonts
-Summary:       Quasi fonts
-Summary(pl.UTF-8):     Fonty Quasi
-Group:         Fonts
-Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
-
-%description fonts-type1-qfonts
-Quasi fonts.
-
-%description fonts-type1-qfonts -l pl.UTF-8
-Fonty Quasi.
-
 %package fonts-type1-tx
 Summary:       TX fonts
 Summary(pl.UTF-8):     Fonty TX
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-type1-tx
 
 %description fonts-type1-tx
 TX fonts.
@@ -5723,6 +5462,7 @@ Summary:  Type1 VNR fonts
 Summary(pl.UTF-8):     Fonty Type1 VNR
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-type1-vnr
 
 %description fonts-type1-vnr
 Type1 VNR fonts.
@@ -5743,6 +5483,7 @@ Summary:  Xy-pic fonts
 Summary(pl.UTF-8):     Fonty Xy-pic
 Group:         Fonts
 Requires:      %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
+Obsoletes:     tetex-fonts-type1-xypic
 
 %description fonts-type1-xypic
 Xy-pic fonts.
@@ -5789,6 +5530,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.
@@ -5796,20 +5539,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
@@ -5843,6 +5572,10 @@ 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.
@@ -5854,6 +5587,17 @@ It allows TeX to directly process XML files.
 lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1 
+%patch5 -p1 
+CURDIR=$(pwd)
+
+cd utils/xindy/make-rules/alphabets
+tar xvf %{SOURCE11}
+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
@@ -5872,13 +5616,17 @@ 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
+# clisp does not work properly on forge
+ulimit -s unlimited
+%endif
+
 %configure \
-%if %{with bootstrap}
-       --without-xindy \
+       --with%{!?with_xindy:out}-xindy \
        --without-luatex \
-%endif
        --disable-multiplatform \
        --disable-static \
        --enable-a4 \
@@ -5902,7 +5650,7 @@ cd ../..
        --without-t1utils \
        --without-texinfo
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -6035,15 +5783,47 @@ 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 ..
+
+# 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
 
@@ -6113,6 +5893,48 @@ rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip
 # install -d format-logs
 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
 
+# xindy files are in %%{texmf}
+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 \
+       pdfxmltex \
+       physe \
+       phyzzx \
+       tex \
+       texsis \
+       xetex \
+       xelatex \
+       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
 
@@ -6126,32 +5948,32 @@ if [ "$1" = "1" ]; then
        %texhash
 fi
 
-%post doc-Catalogue
+%post other-utils
 %texhash
 
-%postun doc-Catalogue
+%postun other-utils
 %texhash
 
-%post doc-tug-faq
+%post jadetex
 %texhash
 
-%postun doc-tug-faq
+%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
@@ -6234,12 +6056,6 @@ fi
 %postun tex-ytex
 %texhash
 
-%post metafont
-%texhash
-
-%postun metafont
-%texhash
-
 %post metapost
 %texhash
 
@@ -6294,24 +6110,6 @@ fi
 %postun plain
 %texhash
 
-%post format-plain
-%texhash
-
-%postun format-plain
-%texhash
-
-%post format-pdftex
-%texhash
-
-%postun format-pdftex
-%texhash
-
-%post format-pdfetex
-%texhash
-
-%postun format-pdfetex
-%texhash
-
 %post mex
 %texhash
 
@@ -6345,12 +6143,6 @@ fi
 %postun format-amstex
 %texhash
 
-%post format-pdfamstex
-%texhash
-
-%postun format-pdfamstex
-%texhash
-
 %post csplain
 %texhash
 
@@ -6387,30 +6179,6 @@ fi
 %postun format-pdfcslatex
 %texhash
 
-%post cyrplain
-%texhash
-
-%postun cyrplain
-%texhash
-
-%post format-cyrplain
-%texhash
-
-%postun format-cyrplain
-%texhash
-
-%post format-cyramstex
-%texhash
-
-%postun format-cyramstex
-%texhash
-
-%post format-cyrtexinfo
-%texhash
-
-%postun format-cyrtexinfo
-%texhash
-
 %post eplain
 %texhash
 
@@ -6775,6 +6543,12 @@ fi
 %postun latex-float
 %texhash
 
+%post latex-foiltex
+%texhash
+
+%postun latex-foiltex
+%texhash
+
 %post latex-formlett
 %texhash
 
@@ -6859,18 +6633,6 @@ fi
 %postun latex-marvosym
 %texhash
 
-%post latex-mathpple
-%texhash
-
-%postun latex-mathpple
-%texhash
-
-%post latex-mathtime
-%texhash
-
-%postun latex-mathtime
-%texhash
-
 %post latex-mflogo
 %texhash
 
@@ -6931,12 +6693,6 @@ fi
 %postun latex-other-doc
 %texhash
 
-%post latex-palatcm
-%texhash
-
-%postun latex-palatcm
-%texhash
-
 %post latex-pdfslide
 %texhash
 
@@ -7087,12 +6843,6 @@ fi
 %postun latex-pxfonts
 %texhash
 
-%post latex-qfonts
-%texhash
-
-%postun latex-qfonts
-%texhash
-
 %post latex-SIstyle
 %texhash
 
@@ -7153,36 +6903,12 @@ fi
 %postun latex-xcolor
 %texhash
 
-%post format-latex
-%texhash
-
-%postun format-latex
-%texhash
-
 %post format-pdflatex
 %texhash
 
 %postun format-pdflatex
 %texhash
 
-%post platex
-%texhash
-
-%postun platex
-%texhash
-
-%post format-platex
-%texhash
-
-%postun format-platex
-%texhash
-
-%post format-pdfplatex
-%texhash
-
-%postun format-pdfplatex
-%texhash
-
 %post tex-babel
 %texhash
 
@@ -7225,12 +6951,6 @@ fi
 %postun tex-pstricks
 %texhash
 
-%post tex-qpx
-%texhash
-
-%postun tex-qpx
-%texhash
-
 %post tex-qpxqtx
 %texhash
 
@@ -7291,6 +7011,12 @@ fi
 %postun fonts-adobe
 %texhash
 
+%post fonts-larm
+%texhash
+
+%postun fonts-larm
+%texhash
+
 %post fonts-ae
 %texhash
 
@@ -7327,24 +7053,12 @@ fi
 %postun fonts-bbold
 %texhash
 
-%post fonts-bh
-%texhash
-
-%postun fonts-bh
-%texhash
-
 %post fonts-bitstream
 %texhash
 
 %postun fonts-bitstream
 %texhash
 
-%post fonts-cbgreek
-%texhash
-
-%postun fonts-cbgreek
-%texhash
-
 %post fonts-cc-pl
 %texhash
 
@@ -7405,12 +7119,6 @@ fi
 %postun fonts-cs
 %texhash
 
-%post fonts-dstroke
-%texhash
-
-%postun fonts-dstroke
-%texhash
-
 %post fonts-ecc
 %texhash
 
@@ -7507,12 +7215,6 @@ fi
 %postun fonts-other
 %texhash
 
-%post fonts-pazo
-%texhash
-
-%postun fonts-pazo
-%texhash
-
 %post fonts-pl
 %texhash
 
@@ -7525,18 +7227,6 @@ fi
 %postun fonts-px
 %texhash
 
-%post fonts-qfonts
-%texhash
-
-%postun fonts-qfonts
-%texhash
-
-%post fonts-qpx
-%texhash
-
-%postun fonts-qpx
-%texhash
-
 %post fonts-qpxqtx
 %texhash
 
@@ -7645,12 +7335,6 @@ fi
 %postun fonts-type1-cs
 %texhash
 
-%post fonts-type1-dstroke
-%texhash
-
-%postun fonts-type1-dstroke
-%texhash
-
 %post fonts-type1-eurosym
 %texhash
 
@@ -7699,12 +7383,6 @@ fi
 %postun fonts-type1-px
 %texhash
 
-%post fonts-type1-qfonts
-%texhash
-
-%postun fonts-type1-qfonts
-%texhash
-
 %post fonts-type1-tx
 %texhash
 
@@ -7747,32 +7425,11 @@ fi
 %postun xmltex
 %texhash
 
-# Check the commented lines!!!
-
 %files
 %defattr(644,root,root,755)
-# %doc %{texmf}/LICENSE.texmf
-# %doc %{texmf}/ChangeLog
-# %doc %{texmf}/doc/README.knuth
 # There isn't doc/fonts directory
 %dir %{texmfdist}/doc/fonts
 %doc %{texmfdist}/doc/fontname
-# %dir %{texmf}/doc/fonts/polish
-# %dir %{texmf}/doc/help
-# %doc %{texmf}/doc/help/csname.txt
-# %doc %{texmf}/doc/help/ctan
-# %doc %{texmf}/doc/help/tds.dvi
-# %doc %{texmf}/doc/help/unixtex.ftp
-# %dir %{texmf}/doc/help/faq
-# %doc %{texmf}/doc/images
-# %dir %{texmf}/doc/polish
-# %doc %{texmf}/doc/polish/*.html
-# %dir %{texmf}/doc/programs
-# %doc %{texmf}/doc/programs/web2c*
-# %doc %{texmf}/doc/programs/cwebman.dvi
-# %doc %{texmf}/doc/knuth
-#%attr(755,root,root) %{_bindir}/MakeTeXPK
-#%attr(755,root,root) %{_bindir}/access
 
 # ***********
 # executables
@@ -7787,23 +7444,24 @@ fi
 %attr(755,root,root) %{_bindir}/dmp
 %attr(755,root,root) %{_bindir}/dvipng
 %attr(755,root,root) %{_bindir}/ebb
-# %attr(755,root,root) %{_bindir}/fdf2tan
 %attr(755,root,root) %{_bindir}/fmtutil
 %attr(755,root,root) %{_bindir}/fmtutil-sys
-#%attr(755,root,root) %{_bindir}/fontexport
-#%attr(755,root,root) %{_bindir}/fontimport
 %attr(755,root,root) %{_bindir}/fontinst
 %attr(755,root,root) %{_bindir}/gftodvi
 %attr(755,root,root) %{_bindir}/gftopk
 %attr(755,root,root) %{_bindir}/gftype
 %attr(755,root,root) %{_bindir}/gsftopk
-#%attr(755,root,root) %{_bindir}/initex
 %attr(755,root,root) %{_bindir}/kpseaccess
 %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}/mkfontdesc
+%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
@@ -7819,9 +7477,7 @@ fi
 %attr(755,root,root) %{_bindir}/ps2pk
 # TODO: move this file to correct subpackage ?
 %attr(755,root,root) %{_bindir}/ps4pdf
-#%attr(755,root,root) %{_bindir}/t1mapper
 %attr(755,root,root) %{_bindir}/tangle
-#%attr(755,root,root) %{_bindir}/tetex-updmap
 %attr(755,root,root) %{_bindir}/tex
 %attr(755,root,root) %{_bindir}/texhash
 %attr(755,root,root) %{_bindir}/texlinks
@@ -7831,7 +7487,6 @@ fi
 %attr(755,root,root) %{_bindir}/updmap
 %attr(755,root,root) %{_bindir}/updmap-sys
 %attr(755,root,root) %{_bindir}/vftovp
-#%attr(755,root,root) %{_bindir}/virtex
 %attr(755,root,root) %{_bindir}/vptovf
 %attr(755,root,root) %{_bindir}/weave
 
@@ -7841,12 +7496,8 @@ fi
 
 %attr(750,root,root) /etc/cron.daily/texlive
 
-#%dir /etc/sysconfig/tetex-updmap
-#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
-
 %ghost %{texmf}/ls-R
 %ghost %{texmfdist}/ls-R
-# %ghost %{_localstatedir}/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
@@ -7878,12 +7529,14 @@ 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}/mft
 %dir %{texmfdist}/tex
 %dir %{texmfdist}/tex/cslatex
 %dir %{texmfdist}/tex/cslatex/base
@@ -7894,7 +7547,9 @@ fi
 %dir %{texmfdist}/tex/generic/misc
 %dir %{texmfdist}/tex/latex
 %dir %{texmfdist}/tex/latex/base
+%dir %{texmfdist}/scripts
 %dir %{texmfdist}/source
+%dir %{texmfdist}/source/latex
 %dir %{texmfdist}/source/generic
 %dir %{texmf}
 %dir %{texmf}/doc
@@ -7917,24 +7572,25 @@ fi
 %dir %{texmf}/tex/generic/config
 %dir %{texmf}/web2c
 
-
 # Docs
-# %doc %{texmf}/doc/README
-%doc %{texmf}/README
 %doc %{texmfdist}/README
-%doc %{texmf}/doc/tetex/TETEXDOC.*
-%doc %{texmf}/doc/tetex/teTeX-FAQ
+%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
 
-# %{texmf}/fonts/map/dvips/tetex/contnav.map
-# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
 %{texmfdist}/fonts/map/dvips/vntex/urwvn.map
 %{texmfdist}/fonts/map/fontname
 %{texmfdist}/fonts/enc/dvips/vntex/t5.enc
 
-# Main fonts from TeTeX
 %{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
 %{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
 %{texmf}/fonts/enc/dvips/tetex/10037936.enc
@@ -7948,54 +7604,26 @@ fi
 %{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
 %{texmf}/fonts/map/dvips/tetex/ps2pk35.map
 
+%{texmfdist}/metafont
+%{texmfdist}/mft/base
+%{texmfdist}/source/metafont
 %{texmfdist}/tex/fontinst
 %{texmfdist}/tex/generic/dehyph-exptl/*
 %{texmfdist}/tex/generic/encodings
 %{texmfdist}/tex/generic/epsf
 %{texmfdist}/tex/generic/hyph-utf8/*
-%doc %{texmfdist}/doc/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
-%doc %{texmf}/doc/texinfo
 %{texmf}/tex/fontinst
 %{texmf}/tex/generic/hyphen
-
-%doc %{texmfdist}/doc/generic/epsf
-%doc %{texmfdist}/doc/generic/tex-ps
-%doc %{texmf}/doc/web2c
-
-# %{fmtdir}/metafun.mem
-#%{texmf}/web2c/tex-pl.pool
-# %{texmf}/web2c/tex.pool
+%{texmf}/fmtutil/format.metafont.cnf
 %{texmf}/fonts/map/dvips/updmap/*
-
 %{texmf}/web2c/*.tcx
 
-# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
-# %lang(fi) %{_mandir}/fi/man1/allcm.1*
-# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
-# %lang(fr) %{_mandir}/fr/man1/access.1*
-# %lang(hu) %{_mandir}/hu/man1/access.1*
-# %lang(hu) %{_mandir}/hu/man1/newer.1*
-# %lang(pl) %{_mandir}/pl/man1/access.1*
-# %lang(pl) %{_mandir}/pl/man1/newer.1*
-#%{_mandir}/man1/MakeTeXPK.1*
-#%{_mandir}/man1/access.1*
-#%{_mandir}/man1/fontexport.1*
-#%{_mandir}/man1/fontimport.1*
-#%{_mandir}/man1/initex.1*
-#%{_mandir}/man1/t1mapper.1*
-#%{_mandir}/man1/texdoc.1*
-#%{_mandir}/man1/texi2html.1*
-#%{_mandir}/man1/virtex.1*
-#%{_mandir}/man8/fmtutil.8*
-#%{_mandir}/man8/mkfontdesc.8*
-#%{_mandir}/man8/texlinks.8*
-
 %{_mandir}/man1/afm2tfm.1*
 %{_mandir}/man1/allcm.1*
 %{_mandir}/man1/allec.1*
@@ -8021,6 +7649,12 @@ fi
 %{_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*
@@ -8049,6 +7683,8 @@ fi
 %{_mandir}/man1/weave.1*
 %{_mandir}/man5/fmtutil.cnf.5*
 %{_mandir}/man5/updmap.cfg.5*
+%{fmtdir}/pdftex/pdfetex.fmt
+%{fmtdir}/tex/tex.fmt
 
 %files other-utils
 %defattr(644,root,root,755)
@@ -8068,7 +7704,6 @@ fi
 %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
@@ -8085,7 +7720,6 @@ fi
 %attr(755,root,root) %{_bindir}/oxdvi
 %attr(755,root,root) %{_bindir}/pdfatfi
 %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
@@ -8131,12 +7765,9 @@ fi
 %{_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
@@ -8162,11 +7793,22 @@ fi
 %{texmfdist}/source/generic/mkjobtexmf
 %{texmf}/hbf2gf
 %{texmf}/fmtutil/format.texsis.cnf
+%{fmtdir}/pdftex/texsis.fmt
+
+%files jadetex
+%defattr(644,root,root,755)
+%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/jadetex
 %doc %{texmfdist}/doc/texsis
 %doc %{texmfdist}/doc/startex
 %doc %{texmfdist}/doc/generic/c-pascal
@@ -8188,7 +7830,6 @@ fi
 
 %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
@@ -8201,6 +7842,7 @@ fi
 %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
@@ -8225,9 +7867,7 @@ fi
 %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
@@ -8331,34 +7971,12 @@ fi
 %defattr(644,root,root,755)
 %{texmfdoc}/doc/chinese
 
-# %files doc-Catalogue
-# %defattr(644,root,root,755)
-# %{texmf}/doc/help/Catalogue
-
-# %files doc-tug-faq
-# %defattr(644,root,root,755)
-# %{texmf}/doc/help/faq/uktug-faq
-
-
 %files doc-latex
 %defattr(644,root,root,755)
-# %{texmfdist}/doc/latex/bar
-# %{texmfdist}/doc/latex/eclbip
-# %{texmfdist}/doc/latex/eo
-%{texmfdist}/doc/latex/floatflt
-# %{texmfdist}/doc/latex/general
-# %{texmfdist}/doc/latex/germbib
-# %{texmfdist}/doc/latex/images
-# %{texmfdist}/doc/latex/mathcomp
-# %{texmfdist}/doc/latex/mt11p
-# %{texmfdist}/doc/latex/picins
-# %{texmfdist}/doc/latex/ps4pdf
-# %{texmfdist}/doc/latex/pslatex
-# %{texmfdist}/doc/latex/supertab
-# %{texmfdist}/doc/latex/tex-refs
-# %{texmfdist}/doc/latex/textmerg
-# %{texmfdist}/doc/latex/treesvr
+%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
@@ -8369,7 +7987,6 @@ fi
 %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
@@ -8379,6 +7996,7 @@ fi
 %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
@@ -8399,7 +8017,6 @@ fi
 %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
@@ -8414,7 +8031,6 @@ fi
 %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
@@ -8441,9 +8057,6 @@ fi
 %doc %{texmfdist}/doc/latex/wrapfig
 %doc %{texmfdist}/doc/latex/xtab
 %doc %{texmfdist}/doc/latex/yfonts
-%doc %{texmfdist}/doc/fonts/calrsfs
-%doc %{texmfdist}/doc/generic/encxvlna
-%doc %{texmfdist}/doc/generic/textmerg
 
 %files -n kpathsea
 %defattr(644,root,root,755)
@@ -8469,30 +8082,22 @@ fi
 
 %files dvips
 %defattr(644,root,root,755)
-# %doc %{texmf}/doc/programs/dvips.dvi
-# %doc %{texmf}/doc/programs/dvipdfm.dvi
-# %doc %{texmf}/doc/latex/psnfssx
-# %lang(fi) %{_mandir}/fi/man1/dvips.1*
-# %{texmf}/dvips/misc
-# %{texmf}/dvips/config/config.generic
-# %{texmf}/fonts/map/dvips/misc
-# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
-# %{texmf}/fonts/map/dvips/tetex/bsr.map
-# %{_localstatedir}/fonts/map/dvipdfm
-# %{_localstatedir}/fonts/map/dvips
 %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
+# dvi2fax requires ghostscript
+%attr(755,root,root) %{_bindir}/dvi2fax
+%attr(755,root,root) %{_bindir}/dvicopy
+%attr(755,root,root) %{_bindir}/dvipdfm
+%attr(755,root,root) %{_bindir}/dvipdft
 %attr(755,root,root) %{_bindir}/dvips
 %attr(755,root,root) %{_bindir}/dvired
 %attr(755,root,root) %{_bindir}/dvitomp
 %attr(755,root,root) %{_bindir}/dvitype
-%attr(755,root,root) %{_bindir}/dvicopy
-%attr(755,root,root) %{_bindir}/dvipdfm
-%attr(755,root,root) %{_bindir}/dvipdft
-# dvi2fax requires ghostscript
-%attr(755,root,root) %{_bindir}/dvi2fax
 %{_infodir}/dvips.info*
 %{_mandir}/man1/dvi2fax.1*
 %{_mandir}/man1/dvicopy.1*
@@ -8505,7 +8110,6 @@ fi
 %{texmf}/dvips/config
 %{texmf}/dvips/getafm
 %{texmf}/dvips/gsftopk
-# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
 %{texmfdist}/fonts/enc/dvips/base
 %{texmfdist}/fonts/map/dvips/allrunes
 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
@@ -8515,10 +8119,6 @@ fi
 %{texmf}/dvips/tetex/config.*
 %{texmf}/fonts/enc/dvips/tetex/mtex.enc
 %{texmf}/fonts/enc/dvips/afm2pl
-# %{texmf}/fonts/map
-%dir %{texmf}/fonts/map/dvipdfm
-%dir %{texmf}/fonts/map/dvips
-%dir %{texmf}/fonts/map/dvips/tetex
 %{texmf}/fonts/map/dvipdfm/updmap
 %{texmf}/fonts/map/dvipdfm/dvipdfmx
 %{texmf}/fonts/map/dvipdfm/tetex
@@ -8530,7 +8130,6 @@ fi
 %{texmf}/fonts/map/dvips/tetex/mt-yy.map
 %{texmf}/fonts/map/dvips/tetex/pdftex35.map
 
-
 %files dvilj
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/dvihp
@@ -8549,17 +8148,32 @@ fi
 %files makeindex
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/makeindex
-%attr(755,root,root) %{_bindir}/mkindex
 %attr(755,root,root) %{_bindir}/makeindex
+%attr(755,root,root) %{_bindir}/mkindex
 %attr(755,root,root) %{_bindir}/rumakeindex
 %{texmfdist}/makeindex
 %{_mandir}/man1/makeindex.1*
 %{_mandir}/man1/mkindex.1*
 %{_mandir}/man1/rumakeindex.1*
 
+%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
+
 %files scripts
 %defattr(644,root,root,755)
-%dir %{texmfdist}/scripts
 %dir %{texmfdist}/scripts/bengali
 %dir %{texmfdist}/scripts/glossaries
 %dir %{texmfdist}/scripts/oberdiek
@@ -8569,18 +8183,10 @@ fi
 %dir %{texmfdist}/scripts/shipunov
 %dir %{texmfdist}/scripts/texcount
 %dir %{texmfdist}/scripts/vpe
-%dir %{texmf}/scripts
 %dir %{texmf}/scripts/a2ping
 %dir %{texmf}/scripts/pkfix
 %dir %{texmf}/scripts/simpdftex
 %dir %{texmf}/scripts/tetex
-%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
-%{texmf}/scripts/texlive/tlmgrgui/lang
-%{perl_vendorlib}/TeXLive
 %attr(755,root,root) %{texmfdist}/scripts/bengali/*
 %attr(755,root,root) %{texmfdist}/scripts/glossaries/*
 %attr(755,root,root) %{texmfdist}/scripts/oberdiek/*
@@ -8594,12 +8200,6 @@ fi
 %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) %{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
 %attr(755,root,root) %{_bindir}/a2ping
 %attr(755,root,root) %{_bindir}/e2pall
 %{_mandir}/man1/e2pall.1*
@@ -8620,7 +8220,7 @@ fi
 
 %files tex-kastrup
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/generic/kastrup/binhex.pdf
+%doc %{texmfdist}/doc/generic/kastrup
 %{texmfdist}/source/generic/kastrup
 %{texmfdist}/tex/generic/kastrup
 
@@ -8639,6 +8239,7 @@ fi
 %defattr(644,root,root,755)
 %{texmfdist}/tex/physe
 %{texmf}/fmtutil/format.physe.cnf
+%{fmtdir}/pdftex/physe.fmt
 
 %files tex-velthuis
 %defattr(644,root,root,755)
@@ -8649,46 +8250,8 @@ fi
 %defattr(644,root,root,755)
 %{texmfdist}/tex/ytex
 
-%files metafont
-%defattr(644,root,root,755)
-#%attr(755,root,root) %{_bindir}/mfw
-#%attr(755,root,root) %{_bindir}/virmf
-#%attr(755,root,root) %{_bindir}/inimf
-#%{texmf}/mft/cmbase.mft
-# %{texmf}/mft/e.mft
-# %{texmf}/mft/pl.mft
-# %{fmtdir}/mf.base
-#%{texmf}/web2c/mf-nowin.base
-# %{texmf}/web2c/mf.pool
-#%{texmf}/web2c/mfw.base
-#%{_mandir}/man1/inimf.1*
-#%{_mandir}/man1/virmf.1*
-%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
-%{_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*
-%{texmf}/fmtutil/format.metafont.cnf
-
 %files metapost
 %defattr(644,root,root,755)
-#%attr(755,root,root) %{_bindir}/virmpost
-#%attr(755,root,root) %{_bindir}/inimpost
-# %{texmf}/web2c/mp.pool
-# %{fmtdir}/mpost.mem
-#%{_mandir}/man1/inimpost.1*
-#%{_mandir}/man1/virmpost.1*
 %dir %{texmfdist}/metapost
 %doc %{texmfdist}/doc/metapost
 %attr(755,root,root) %{_bindir}/mpost
@@ -8735,11 +8298,10 @@ fi
 %attr(755,root,root) %{_bindir}/mptopdf
 %{_mandir}/man1/mptopdf.1*
 %{texmfdist}/tex/mptopdf
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
+%{fmtdir}/pdftex/mptopdf.fmt
 
 %files texdoctk
 %defattr(644,root,root,755)
-# %doc %{texmf}/doc/texdoctk
 %attr(755,root,root) %{_bindir}/texdoctk
 %{texmf}/texdoctk
 %{_mandir}/man1/texdoctk.1*
@@ -8760,19 +8322,26 @@ 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
 %attr(755,root,root) %{texmf}/scripts/xindy/*
+%attr(755,root,root) %{_bindir}/tex2xindy
+%attr(755,root,root) %{_bindir}/xindy
+%attr(755,root,root) %{_bindir}/texindy
+%{_libdir}/xindy
 %{texmf}/xindy/base
 %{texmf}/xindy/class
 %{texmf}/xindy/ord
 %{texmf}/xindy/rules
 %{texmf}/xindy/styles
 %{texmf}/xindy/tex
+%{_mandir}/man1/tex2xindy.1*
+%{_mandir}/man1/texindy.1*
+%{_mandir}/man1/xindy.1*
 
 %files -n xindy-albanian
 %defattr(644,root,root,755)
@@ -8949,12 +8518,10 @@ fi
 %files -n xindy-vietnamese
 %defattr(644,root,root,755)
 %{texmf}/xindy/lang/vietnamese/
+%endif
 
 %files -n xdvi
 %defattr(644,root,root,755)
-#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
-# %attr(755,root,root) %{_bindir}/xdvizilla
-# %{_mandir}/man1/xdvizilla.1*
 %attr(755,root,root) %{_bindir}/xdvi-xaw
 %attr(755,root,root) %{_bindir}/xdvi
 %{_mandir}/man1/xdvi.1*
@@ -8964,35 +8531,25 @@ fi
 
 %files pdftex
 %defattr(644,root,root,755)
-# %doc %{texmf}/doc/programs/pdfcrop.txt
-# %attr(755,root,root) %{_bindir}/pdfxtex
-# %{_localstatedir}/fonts/map/pdftex
-# %dir %{texmf}/fonts/map/pdftex
-# %dir %{texmf}/fonts/map/pdftex/cmttf
-# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
-# %{texmf}/web2c/pdfetex-pl.pool
-# %{texmf}/web2c/pdfetex.pool
-# %{texmf}/web2c/pdfxtex.pool
-# %{_mandir}/man1/pdfxtex.1*
-%dir %{texmf}/fonts/map/pdftex
+%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
-%dir %{texmf}/scripts
-%dir %{texmf}/scripts/epstopdf
 %attr(755,root,root) %{_bindir}/epstopdf
 %attr(755,root,root) %{_bindir}/pdfcrop
 %attr(755,root,root) %{_bindir}/pdftex
-%attr(1777,root,root) %dir %{fmtdir}/pdftex
-%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
-%{texmf}/fmtutil/format.pdftex.cnf
-%{texmfdist}/scripts/pdfcrop
+%attr(755,root,root) %{texmf}/scripts/epstopdf/epstopdf*
+%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
-%attr(755,root,root) %{texmf}/scripts/epstopdf/epstopdf*
+%{fmtdir}/pdftex/pdftex.fmt
 
 %files phyzzx
 %defattr(644,root,root,755)
@@ -9003,15 +8560,11 @@ fi
 %{texmfdist}/tex/phyzzx/base
 %{texmfdist}/tex/phyzzx/config
 %{texmf}/fmtutil/format.phyzzx.cnf
+%{fmtdir}/pdftex/phyzzx.fmt
 
 %files omega
 %defattr(644,root,root,755)
-# %{texmf}/web2c/omega.pool
-# %{texmf}/web2c/aleph.pool
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
+%doc %{texmfdist}/doc/aleph
 %doc %{texmfdist}/doc/omega
 %doc %{texmfdist}/doc/lambda
 %dir %{texmfdist}/omega
@@ -9039,6 +8592,8 @@ fi
 %{texmfdist}/omega/otp
 %{texmfdist}/tex/lambda
 %{texmfdist}/source/lambda
+%{texmf}/fmtutil/format.omega.cnf
+%{texmf}/fmtutil/format.aleph.cnf
 %{_mandir}/man1/lambda.1*
 %{_mandir}/man1/mkocp.1*
 %{_mandir}/man1/mkofm.1*
@@ -9052,9 +8607,8 @@ fi
 %{_mandir}/man1/outocp.1*
 %{_mandir}/man1/ovf2ovp.1*
 %{_mandir}/man1/ovp2ovf.1*
-%{texmf}/fmtutil/format.omega.cnf
-%{texmf}/fmtutil/format.aleph.cnf
-%doc %{texmfdist}/doc/aleph
+%{fmtdir}/aleph
+%{fmtdir}/omega
 
 %files plain
 %defattr(644,root,root,755)
 %{texmfdist}/tex/plain
 %exclude %{texmfdist}/tex/plain/config/xetex.ini
 %{texmf}/fmtutil/format.tex.cnf
-#%{texmf}/web2c/plain.mem
-#%{texmf}/web2c/plain.base
-
-# %files format-plain
-# %defattr(644,root,root,755)
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
-#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
-
-# %files format-pdftex
-# %defattr(644,root,root,755)
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
-
-# %files format-pdfetex
-# %defattr(644,root,root,755)
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
 
 %files mex
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/mex
 %dir %{texmfdist}/tex/mex
-%{texmfdist}/tex/mex/base
 %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
-%{texmfdist}/source/mex
 
 %files format-mex
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/mex
 %{texmfdist}/tex/mex/config/mex.ini
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
+%{fmtdir}/pdftex/mex.fmt
 
 %files format-pdfmex
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pdfmex
 %{texmfdist}/tex/mex/config/pdfmex.ini
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
 
 %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
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
 
 %files amstex
 %defattr(644,root,root,755)
-%dir %{texmfdist}/tex/amstex
-%{texmfdist}/tex/amstex/base
 %{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
-%attr(755,root,root) %{_bindir}/amstex
-%{_mandir}/man1/amstex.1*
 %{texmf}/fmtutil/format.amstex.cnf
 %{texmf}/fmtutil/format.cyramstex.cnf
-# %lang(fi) %{_mandir}/fi/man1/amstex.1*
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
-
-# %files format-pdfamstex
-# %defattr(644,root,root,755)
-# %attr(755,root,root) %{_bindir}/pdfamstex
-#%{texmf}/pdftex/amstex
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
+%{_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
+%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)
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
+%{fmtdir}/pdftex/csplain.fmt
 
 %files format-pdfcsplain
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pdfcsplain
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
+%{fmtdir}/pdftex/pdfcsplain.fmt
 
 %files cslatex
 %defattr(644,root,root,755)
-# %doc %{texmf}/doc/cstex/INSTALL.cslatex
-# %doc %{texmf}/doc/cstex/README.cslatex
 %{texmfdist}/tex/cslatex
 %{texmfdist}/tex/latex/cslatex
 
@@ -9167,32 +8683,10 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/cslatex
 %{texmf}/fmtutil/format.cslatex.cnf
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
 
 %files format-pdfcslatex
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pdfcslatex
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
-
-# %files cyrplain
-# %defattr(644,root,root,755)
-# %doc %{texmf}/doc/cyrplain
-# %{texmf}/tex/cyrplain
-
-# %files format-cyrplain
-# %defattr(644,root,root,755)
-# %attr(755,root,root) %{_bindir}/cyrtex
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
-
-# %files format-cyramstex
-# %defattr(644,root,root,755)
-# %attr(755,root,root) %{_bindir}/cyramstex
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
-
-# %files format-cyrtexinfo
-# %defattr(644,root,root,755)
-# %attr(755,root,root) %{_bindir}/cyrtexinfo
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
 
 %files eplain
 %defattr(644,root,root,755)
@@ -9200,6 +8694,7 @@ fi
 %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
@@ -9209,13 +8704,12 @@ fi
 %{_mandir}/man1/eplain.1*
 %{_mandir}/man1/etex.1*
 %{texmf}/fmtutil/format.eplain.cnf
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
+%{fmtdir}/pdftex/etex.fmt
 
 %files context
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/context
-# %doc %{texmf}/doc/polish/context
+%doc %{texmfdist}/doc/luatex
 %attr(755,root,root) %{_bindir}/context
 %attr(755,root,root) %{_bindir}/ctxtools
 %attr(755,root,root) %{_bindir}/exatools
@@ -9238,7 +8732,6 @@ fi
 %attr(755,root,root) %{_bindir}/texutil
 %attr(755,root,root) %{_bindir}/tmftools
 %attr(755,root,root) %{_bindir}/xmltools
-# %{_mandir}/man1/fdf2tex.1*
 %{_mandir}/man1/ctxtools.1*
 %{_mandir}/man1/pdftools.1*
 %{_mandir}/man1/pstopdf.1*
@@ -9247,10 +8740,8 @@ fi
 %{_mandir}/man1/texmfstart.1*
 %{_mandir}/man1/textools.1*
 %{_mandir}/man1/texutil.1*
-# %{_mandir}/man1/texshow.1*
 %{texmfdist}/context
 %{texmfdist}/fonts/enc/dvips/context
-# %{texmfdist}/fonts/map/dvips/context
 %{texmfdist}/metapost/context
 %{texmfdist}/scripts/context
 %{texmfdist}/tex/context
@@ -9264,89 +8755,37 @@ fi
 %{texmf}/fmtutil/format.context.cnf
 %{texmf}/fmtutil/format.luatex.cnf
 %{texmf}/web2c/context.cnf
-%doc %{texmfdist}/doc/luatex
-
-# no fmt, so commented out
-#%files format-context-cz
-#%defattr(644,root,root,755)
-#%%{texmf}/tex/context/config/cont-cz.ini
-# does not build with beta 20021025
-#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
 
 %files format-context-de
 %defattr(644,root,root,755)
 %{texmfdist}/tex/context/config/cont-de.ini
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
-#%{_mandir}/man1/cont-de.1*
 
 %files format-context-en
 %defattr(644,root,root,755)
 %{texmfdist}/tex/context/config/cont-en.ini
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
-#%{_mandir}/man1/cont-en.1*
 # what is the difference betwen uk and en in this particular situation?
 %{texmfdist}/tex/context/config/cont-uk.ini
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
-
-# no fmt, so commented out
-#%files format-context-it
-#%defattr(644,root,root,755)
-#%%{texmf}/tex/context/config/cont-it.ini
 
 %files format-context-nl
 %defattr(644,root,root,755)
 %{texmfdist}/tex/context/config/cont-nl.ini
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
-#%{_mandir}/man1/cont-nl.1*
-
-# no fmt, so commented out
-#%files format-context-ro
-#%defattr(644,root,root,755)
-#%%{texmf}/tex/context/config/cont-ro.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
-# %lang(fi) %{_mandir}/fi/man1/latex.1*
-# %lang(pl) %{_mandir}/pl/man1/latex.1*
-# %{_infodir}/latex.info*
-%{texmf}/fmtutil/format.latex.cnf
-%{_mandir}/man1/lacheck.1*
-%{_mandir}/man1/latex.1*
-%{_mandir}/man1/pslatex.1*
-
-%dir %{texmfdist}/scripts
 %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
-
-# %{texmfdist}/tex/latex/citesort
-# %{texmfdist}/tex/latex/dvilj
-# %{texmfdist}/tex/latex/eclbip
-# %{texmfdist}/tex/latex/eo
-# %{texmfdist}/tex/latex/example
-# %{texmfdist}/tex/latex/fguill
+%{_mandir}/man1/lacheck.1*
+%{_mandir}/man1/latex.1*
+%{_mandir}/man1/pslatex.1*
+%{texmf}/fmtutil/format.latex.cnf
 %{texmfdist}/tex/latex/floatflt
-# %{texmfdist}/tex/latex/gletter
-# %{texmfdist}/tex/latex/here
-# %{texmfdist}/tex/latex/mt11p
-# %{texmfdist}/tex/latex/relsize
-# %{texmfdist}/tex/latex/selectp
-# %{texmfdist}/tex/latex/shadow
-# %{texmfdist}/tex/latex/showtags
-# %{texmfdist}/tex/latex/tabls
-# %{texmfdist}/tex/latex/texmacs
-# %{texmfdist}/tex/latex/threeparttable
-# %{texmfdist}/tex/latex/treesvr
-# %{texmfdist}/tex/latex/ulem
-# %{texmfdist}/tex/latex/url
-# %{texmf}/tex/latex/version
-# %{texmf}/tex/latex/vpage
 %{texmfdist}/scripts/pst-pdf/ps4pdf
 %{texmfdist}/tex/generic/pstricks
 %{texmfdist}/tex/generic/shapepar
@@ -9356,7 +8795,6 @@ fi
 %{texmfdist}/tex/latex/AkkTeX
 %{texmfdist}/tex/latex/GuIT
 %{texmfdist}/tex/latex/IEEEtran
-%{texmfdist}/tex/latex/SIstyle
 %{texmfdist}/tex/latex/Tabbing
 %{texmfdist}/tex/latex/a0poster
 %{texmfdist}/tex/latex/acmtrans
@@ -9706,7 +9144,6 @@ fi
 %{texmfdist}/tex/latex/jurarsp
 %{texmfdist}/tex/latex/koma-script
 %{texmfdist}/tex/latex/labels
-%dir %{texmfdist}/tex/latex/latexconfig
 %{texmfdist}/tex/latex/latexconfig/latex.ini
 %{texmfdist}/tex/latex/latexconfig/lualatex.ini
 %{texmfdist}/tex/latex/latexconfig/mllatex.ini
@@ -9889,6 +9326,8 @@ fi
 %{texmfdist}/tex/plain/etex
 %{texmf}/tex/latex/config
 %{texmf}/tex/latex/dvipdfm
+%{fmtdir}/pdftex/latex.fmt
+%{fmtdir}/pdftex/mllatex.fmt
 
 %files latex-12many
 %defattr(644,root,root,755)
@@ -9922,10 +9361,10 @@ fi
 
 %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}/doc/fonts/amsfonts
 %{texmfdist}/tex/latex/amscls
 %{texmfdist}/tex/latex/amsmath
 %{texmfdist}/tex/latex/amsfonts
@@ -9958,7 +9397,6 @@ fi
 
 %files latex-bbm
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/fonts/bbm
 %{texmfdist}/tex/latex/bbm
 
 %files latex-bbold
@@ -9980,44 +9418,39 @@ fi
 
 %files latex-bibtex
 %defattr(644,root,root,755)
+%dir %{texmfdist}/bibtex
+%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/natbib
 %doc %{texmfdist}/doc/latex/footbib
+%doc %{texmfdist}/doc/latex/natbib
 %doc %{texmf}/doc/bibtex8
-%dir %{texmfdist}/doc/bibtex
-%dir %{texmfdist}/bibtex
-%dir %{texmfdist}/bibtex/bib
-%dir %{texmfdist}/bibtex/bst
-%dir %{texmfdist}/bibtex/csf
+%{_mandir}/man1/bibtex.1*
+%{_mandir}/man1/rubibtex.1*
 
 %attr(755,root,root) %{_bindir}/bibtex
 %attr(755,root,root) %{_bindir}/rubibtex
-
-%{texmfdist}/bibtex/bst/base
-%{texmfdist}/bibtex/csf/base
+%{texmfdist}/bibtex/bib/adrconv
 %{texmfdist}/bibtex/bib/base
 %{texmfdist}/bibtex/bst/adrconv
-%{texmfdist}/bibtex/bib/adrconv
-%{texmfdist}/source/latex/adrconv
-%{texmfdist}/tex/latex/adrconv
-# %{texmf}/bibtex/bst/misc
+%{texmfdist}/bibtex/bst/base
 %{texmfdist}/bibtex/bst/natbib
-%{texmfdist}/tex/latex/natbib
-%{texmfdist}/tex/latex/bibtopic
+%{texmfdist}/bibtex/csf/base
+%{texmfdist}/source/latex/adrconv
 %{texmfdist}/source/latex/bibtopic
 %{texmfdist}/source/latex/bibunits
-%{texmfdist}/tex/latex/bibunits
 %{texmfdist}/source/latex/footbib
+%{texmfdist}/tex/latex/bibtopic
+%{texmfdist}/tex/latex/bibunits
 %{texmfdist}/tex/latex/footbib
-%dir %{texmf}/bibtex
+%{texmfdist}/tex/latex/natbib
 %{texmf}/bibtex/csf
 
-%{_mandir}/man1/bibtex.1*
-%{_mandir}/man1/rubibtex.1*
-
 %files latex-bibtex-ams
 %defattr(644,root,root,755)
 %{texmfdist}/bibtex/bst/ams
@@ -10037,7 +9470,8 @@ fi
 %files latex-bibtex-revtex4
 %defattr(644,root,root,755)
 %dir %{texmfdist}/source/latex/revtex
-%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
+%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
 %{texmfdist}/source/latex/dk-bib
 %{texmfdist}/tex/latex/dk-bib
 
-# %files latex-bibtex-nor
-# %defattr(644,root,root,755)
-# %{texmf}/bibtex/bst/norbib
-
 %files latex-bibtex-styles
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/generic/t2
 %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
@@ -10154,15 +9593,6 @@ fi
 %{texmfdist}/bibtex/bst/tugboat
 %{texmfdist}/bibtex/bst/urlbst
 %{texmfdist}/bibtex/csf/gost
-%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/latex/IEEEtran
 %{texmfdist}/source/bibtex/gost
 
 %files latex-bibtex-vancouver
 %dir %{texmfdist}/bibtex/bib/vancouver
 %dir %{texmfdist}/bibtex/bst/vancouver
 %dir %{texmfdist}/doc/bibtex/vancouver
-%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
-%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
 %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)
@@ -10258,10 +9688,6 @@ fi
 %{texmfdist}/source/latex/cyrillic
 %{texmfdist}/tex/latex/cyrillic
 
-# %files latex-dstroke
-# %defattr(644,root,root,755)
-# %{texmf}/tex/latex/dstroke
-
 %files latex-enumitem
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/latex/enumitem
 %files latex-exams
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/latex/exam
-%{texmfdist}/tex/latex/exam
-# generate problem sheets and their solution sheets
-%doc %{texmfdist}/doc/latex/probsoln
-%{texmfdist}/source/latex/probsoln
-%{texmfdist}/tex/latex/probsoln
 %doc %{texmfdist}/doc/latex/examdesign
-%{texmfdist}/tex/latex/examdesign
-%{texmfdist}/source/latex/examdesign
 %doc %{texmfdist}/doc/latex/mathexam
-%{texmfdist}/source/latex/mathexam
-%{texmfdist}/tex/latex/mathexam
-# A LaTeX2e class for making multiple choice questionnaires
+%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
-# A LaTeX class for writing exercise sheets.
-%doc %{texmfdist}/doc/latex/uebungsblatt
 %{texmfdist}/tex/latex/uebungsblatt
 
 %files latex-float
 %defattr(644,root,root,755)
-# Continuation headings and legends for floats.
 %doc %{texmfdist}/doc/latex/ccaption
-%{texmfdist}/source/latex/ccaption
-%{texmfdist}/tex/latex/ccaption
-# A float environment for photographs.
 %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
-# Move floats to the top of the page.
-%doc %{texmfdist}/doc/latex/topfloat
 %{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
@@ -10320,11 +9745,6 @@ fi
 %{texmfdist}/source/latex/g-brief
 %{texmfdist}/tex/latex/g-brief
 
-%files latex-jknappen
-%defattr(644,root,root,755)
-%doc %{texmfdist}/fonts/source/jknappen
-%{texmfdist}/fonts/tfm/jknappen
-
 %files latex-keystroke
 %defattr(644,root,root,755)
 %{texmfdist}/tex/latex/keystroke
 
 %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
@@ -10397,12 +9814,6 @@ fi
 %defattr(644,root,root,755)
 %{texmfdist}/tex/latex/marvosym
 
-#%files latex-mathpple
-#%defattr(644,root,root,755)
-
-#%files latex-mathtime
-#%defattr(644,root,root,755)
-
 %files latex-microtype
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/latex/microtype
@@ -10450,6 +9861,7 @@ fi
 %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
@@ -10481,8 +9893,6 @@ fi
 %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
@@ -10547,7 +9957,6 @@ fi
 %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
@@ -10934,7 +10343,6 @@ fi
 %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
@@ -10985,8 +10393,6 @@ fi
 
 %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
 
 %files latex-math
 %defattr(644,root,root,755)
-%{texmfdist}/tex/latex/permute
-%doc %{texmfdist}/doc/latex/mfpic4ode
-%{texmfdist}/source/latex/mfpic4ode
-%{texmfdist}/tex/latex/mfpic4ode
-%doc %{texmfdist}/doc/latex/permute
-%doc %{texmfdist}/doc/latex/makeplot
-%{texmfdist}/tex/latex/makeplot
-%{texmfdist}/source/latex/makeplot
-%{texmfdist}/tex/latex/bez123
+%doc %{texmfdist}/doc/fonts/eco
 %doc %{texmfdist}/doc/latex/bez123
-%{texmfdist}/tex/latex/binomexp
 %doc %{texmfdist}/doc/latex/binomexp
+%doc %{texmfdist}/doc/latex/cmll
+%doc %{texmfdist}/doc/latex/constants
 %doc %{texmfdist}/doc/latex/coordsys
-%{texmfdist}/tex/latex/coordsys
 %doc %{texmfdist}/doc/latex/egplot
-%{texmfdist}/tex/latex/egplot
 %doc %{texmfdist}/doc/latex/eqlist
-%{texmfdist}/tex/latex/eqlist
 %doc %{texmfdist}/doc/latex/eqnarray
-%{texmfdist}/tex/latex/eqnarray
 %doc %{texmfdist}/doc/latex/esdiff
-%{texmfdist}/tex/latex/esdiff
 %doc %{texmfdist}/doc/latex/esvect
-%{texmfdist}/fonts/source/public/esvect
-%{texmfdist}/fonts/map/dvips/esvect
-%{texmfdist}/fonts/tfm/public/esvect
-%{texmfdist}/fonts/type1/public/esvect
-%{texmfdist}/tex/latex/esvect
 %doc %{texmfdist}/doc/latex/extpfeil
-%{texmfdist}/tex/latex/extpfeil
 %doc %{texmfdist}/doc/latex/faktor
-%{texmfdist}/tex/latex/faktor
-%doc %{texmfdist}/doc/latex/cmll
-%{texmfdist}/fonts/map/dvips/cmll
-%{texmfdist}/fonts/source/public/cmll
-%{texmfdist}/fonts/tfm/public/cmll
-%{texmfdist}/fonts/type1/public/cmll
-%{texmfdist}/tex/latex/cmll
-%{texmfdist}/tex/latex/dotseqn
+%doc %{texmfdist}/doc/latex/fouridx
 %doc %{texmfdist}/doc/latex/functan
-%{texmfdist}/tex/latex/functan
 %doc %{texmfdist}/doc/latex/galois
-%{texmfdist}/tex/latex/galois
 %doc %{texmfdist}/doc/latex/gnuplottex
-%{texmfdist}/tex/latex/gnuplottex
 %doc %{texmfdist}/doc/latex/hhtensor
-%{texmfdist}/tex/latex/hhtensor
-%doc %{texmfdist}/doc/latex/fouridx
-%{texmfdist}/tex/latex/fouridx
-%doc %{texmfdist}/doc/latex/noitcrul
-%{texmfdist}/tex/latex/noitcrul
-%doc %{texmfdist}/doc/latex/constants
-%{texmfdist}/tex/latex/constants
 %doc %{texmfdist}/doc/latex/logpap
-%{texmfdist}/tex/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
-%{texmfdist}/tex/latex/qsymbols
-%{texmfdist}/source/latex/subeqn
-%{texmfdist}/source/latex/subeqnarray
-%{texmfdist}/tex/latex/subeqn
-%{texmfdist}/tex/latex/subeqnarray
+%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/ulsy
-%{texmfdist}/tex/latex/sfmath
-%doc %{texmfdist}/doc/latex/subdepth
-%{texmfdist}/tex/latex/subdepth
-%doc %{texmfdist}/doc/latex/mhequ
+%{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
-%doc %{texmfdist}/doc/latex/nath
+%{texmfdist}/tex/latex/mlist
 %{texmfdist}/tex/latex/nath
-%doc %{texmfdist}/doc/latex/numprint
+%{texmfdist}/tex/latex/noitcrul
 %{texmfdist}/tex/latex/numprint
-%doc %{texmfdist}/doc/latex/sseq
-%{texmfdist}/tex/latex/sseq
-%doc %{texmfdist}/doc/latex/trsym
-%{texmfdist}/tex/latex/trsym
-%{texmfdist}/fonts/source/public/trsym
-%{texmfdist}/fonts/tfm/public/trsym
-%doc %{texmfdist}/doc/latex/maybemath
-%{texmfdist}/tex/latex/maybemath
-%doc %{texmfdist}/doc/latex/mlist
-%{texmfdist}/tex/latex/mlist
-%doc %{texmfdist}/doc/latex/petri-nets
+%{texmfdist}/tex/latex/permute
 %{texmfdist}/tex/latex/petri-nets
-%doc %{texmfdist}/doc/latex/qtree
+%{texmfdist}/tex/latex/qsymbols
 %{texmfdist}/tex/latex/qtree
-%doc %{texmfdist}/doc/latex/simplewick
-%{texmfdist}/source/latex/simplewick
-%{texmfdist}/tex/latex/simplewick
-%doc %{texmfdist}/doc/latex/trfsigns
-%{texmfdist}/source/latex/trfsigns
-%{texmfdist}/tex/latex/trfsigns
-%doc %{texmfdist}/doc/latex/sdrt
 %{texmfdist}/tex/latex/sdrt
-%doc %{texmfdist}/doc/latex/semantic
-%{texmfdist}/source/latex/semantic
 %{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
-%{texmfdist}/tex/latex/circ
-%{texmfdist}/source/latex/circ
 %doc %{texmfdist}/doc/latex/colorwav
-%{texmfdist}/source/latex/colorwav
-%{texmfdist}/tex/latex/colorwav
 %doc %{texmfdist}/doc/latex/dyntree
-%{texmfdist}/source/latex/dyntree
-%{texmfdist}/tex/latex/dyntree
 %doc %{texmfdist}/doc/latex/feynmf
-%{texmfdist}/source/latex/feynmf
-%{texmfdist}/tex/latex/feynmf
-%{texmfdist}/metapost/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}/tex/latex/formula
 %{texmfdist}/source/latex/isotope
-%{texmfdist}/tex/latex/isotope
-%doc %{texmfdist}/doc/latex/miller
 %{texmfdist}/source/latex/miller
-%{texmfdist}/tex/latex/miller
-%doc %{texmfdist}/doc/latex/listofsymbols
+%{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
-%doc %{texmfdist}/doc/latex/susy
+%{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)
 %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}/tex/latex/biocon
-%doc %{texmfdist}/doc/latex/dnaseq
 %{texmfdist}/source/latex/dnaseq
+%{texmfdist}/tex/latex/biocon
 %{texmfdist}/tex/latex/dnaseq
 
 %files latex-pdftools
 %defattr(644,root,root,755)
-%{texmfdist}/source/latex/attachfile
-%{texmfdist}/tex/latex/attachfile
 %doc %{texmfdist}/doc/latex/attachfile
 %doc %{texmfdist}/doc/latex/cooltooltips
-%{texmfdist}/source/latex/cooltooltips
-%{texmfdist}/tex/latex/cooltooltips
-%doc %{texmfdist}/doc/latex/pdftricks
-%{texmfdist}/tex/latex/pdftricks
+%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
-%doc %{texmfdist}/doc/latex/pdfscreen
 %{texmfdist}/tex/latex/pdfscreen
-%doc %{texmfdist}/doc/latex/movie15
-%{texmfdist}/tex/latex/movie15
-%doc %{texmfdist}/doc/latex/pdfsync
 %{texmfdist}/tex/latex/pdfsync
+%{texmfdist}/tex/latex/pdftricks
 
 %files latex-informatic
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/latex/alg
-%{texmfdist}/source/latex/alg
-%{texmfdist}/tex/latex/alg
-%{texmfdist}/source/latex/bytefield
-%{texmfdist}/tex/latex/bytefield
 %doc %{texmfdist}/doc/latex/bytefield
-%doc %{texmfdist}/doc/latex/progkeys
-%{texmfdist}/source/latex/progkeys
-%{texmfdist}/tex/latex/progkeys
-%doc %{texmfdist}/doc/latex/uml
-%{texmfdist}/source/latex/uml
-%{texmfdist}/tex/latex/uml
+%doc %{texmfdist}/doc/latex/lsc
+%doc %{texmfdist}/doc/latex/method
 %doc %{texmfdist}/doc/latex/msc
-%{texmfdist}/tex/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}/tex/latex/register
-%doc %{texmfdist}/doc/latex/lsc
+%{texmfdist}/source/latex/uml
+%{texmfdist}/tex/latex/alg
+%{texmfdist}/tex/latex/bytefield
 %{texmfdist}/tex/latex/lsc
-%doc %{texmfdist}/doc/latex/method
-%{texmfdist}/source/latex/method
 %{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
-%{texmfdist}/tex/latex/cwpuzzle
-%{texmfdist}/source/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
-%doc %{texmfdist}/doc/latex/crosswrd
-%{texmfdist}/source/latex/crosswrd
 %{texmfdist}/tex/latex/crosswrd
-%doc %{texmfdist}/doc/latex/jeopardy
-%{texmfdist}/tex/latex/jeopardy
-%{texmfdist}/source/latex/jeopardy
+%{texmfdist}/tex/latex/cwpuzzle
 %{texmfdist}/tex/latex/go
-%{texmfdist}/source/latex/go
-%{texmfdist}/fonts/source/public/go
-%{texmfdist}/fonts/tfm/public/go
-%doc %{texmfdist}/doc/latex/othello
-%{texmfdist}/source/latex/othello
+%{texmfdist}/tex/latex/jeopardy
 %{texmfdist}/tex/latex/othello
-%{texmfdist}/fonts/source/public/othello
-%{texmfdist}/fonts/tfm/public/othello
-%doc %{texmfdist}/doc/latex/sudoku
-%{texmfdist}/source/latex/sudoku
+%{texmfdist}/tex/latex/sgame
+%{texmfdist}/tex/latex/skak
 %{texmfdist}/tex/latex/sudoku
-%doc %{texmfdist}/doc/latex/sudokubundle
-%{texmfdist}/source/latex/sudokubundle
 %{texmfdist}/tex/latex/sudokubundle
-# Fonts and macros for typesetting chess games.
-%doc %{texmfdist}/doc/latex/skak
-%{texmfdist}/tex/latex/skak
-%{texmfdist}/fonts/map/dvips/skak
-%{texmfdist}/fonts/source/public/skak
-%{texmfdist}/fonts/tfm/public/skak
-# LaTeX style for typesetting strategic games.
-%doc %{texmfdist}/doc/latex/sgame
-%{texmfdist}/tex/latex/sgame
 
 %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
 
 %files latex-styles
 %defattr(644,root,root,755)
+%doc %{texmfdist}/doc/latex/IEEEconf
+%doc %{texmfdist}/doc/latex/aastex
 %doc %{texmfdist}/doc/latex/acmconf
-%{texmfdist}/source/latex/acmconf
-%{texmfdist}/tex/latex/acmconf
 %doc %{texmfdist}/doc/latex/active-conf
-%{texmfdist}/source/latex/active-conf
-%{texmfdist}/tex/latex/active-conf
-%doc %{texmfdist}/doc/latex/asaetr
-%{texmfdist}/bibtex/bst/asaetr
-%{texmfdist}/bibtex/bib/asaetr
-%{texmfdist}/tex/latex/asaetr
-%{texmfdist}/source/latex/asaetr
 %doc %{texmfdist}/doc/latex/aiaa
-%{texmfdist}/source/latex/aiaa
-%{texmfdist}/tex/latex/aiaa
-%{texmfdist}/bibtex/bib/aiaa
-%{texmfdist}/bibtex/bst/aiaa
 %doc %{texmfdist}/doc/latex/apacite
-%{texmfdist}/bibtex/bib/apacite
-%{texmfdist}/bibtex/bst/apacite
-%{texmfdist}/source/latex/apacite
-%{texmfdist}/tex/latex/apacite
-%doc %{texmfdist}/doc/latex/aastex
-%{texmfdist}/source/latex/aastex
-%{texmfdist}/tex/latex/aastex
-%doc %{texmfdist}/doc/latex/IEEEconf
-%{texmfdist}/source/latex/IEEEconf
-%{texmfdist}/tex/latex/IEEEconf
+%doc %{texmfdist}/doc/latex/asaetr
 %doc %{texmfdist}/doc/latex/computational-complexity
-%{texmfdist}/source/latex/computational-complexity
-%{texmfdist}/tex/latex/computational-complexity
-%{texmfdist}/bibtex/bib/computational-complexity
-%{texmfdist}/bibtex/bst/computational-complexity
-# Document class for the journal of DANTE.
 %doc %{texmfdist}/doc/latex/dtk
-%{texmfdist}/source/latex/dtk
-%{texmfdist}/tex/latex/dtk
-%{texmfdist}/bibtex/bib/dtk
-%{texmfdist}/bibtex/bst/dtk
-# Class for articles for submission to Elsevier journals.
 %doc %{texmfdist}/doc/latex/elsarticle
-%{texmfdist}/source/latex/elsarticle
-%{texmfdist}/tex/latex/elsarticle
-# Letters and faxes in French.
 %doc %{texmfdist}/doc/latex/lettre
-%{texmfdist}/tex/latex/lettre
-# Macros for a two language dictionary.
 %doc %{texmfdist}/doc/latex/lexikon
-%{texmfdist}/source/latex/lexikon
-%{texmfdist}/tex/latex/lexikon
-# Class for "Logic and Philosophy of Science".
 %doc %{texmfdist}/doc/latex/lps
-%{texmfdist}/source/latex/lps
-%{texmfdist}/tex/latex/lps
-# Emulate look of a document typed on a typewriter.
 %doc %{texmfdist}/doc/latex/manuscript
-%{texmfdist}/source/latex/manuscript
-%{texmfdist}/tex/latex/manuscript
-# Styles and examples for the MAPLE newsletter.
 %doc %{texmfdist}/doc/latex/maple
-%{texmfdist}/tex/latex/maple
-# Typesetting menus.
-%{texmfdist}/source/latex/menu
-%{texmfdist}/tex/latex/menu
-# Classes for University of Manchester Dept of Computer
-%{texmfdist}/tex/latex/muthesis
-# Prepare papers for the journal Nature.
+%doc %{texmfdist}/doc/latex/mentis
 %doc %{texmfdist}/doc/latex/nature
-%{texmfdist}/tex/latex/nature
-# LaTeX class for No Starch Press.
+%doc %{texmfdist}/doc/latex/nih
 %doc %{texmfdist}/doc/latex/nostarch
-%{texmfdist}/source/latex/nostarch
-%{texmfdist}/tex/latex/nostarch
-# Class for the NRC technical journals.
 %doc %{texmfdist}/doc/latex/nrc
-%{texmfdist}/source/latex/nrc
-%{texmfdist}/tex/latex/nrc
-# Versions of article class, tuned for scholarly publications.
+%doc %{texmfdist}/doc/latex/octavo
 %doc %{texmfdist}/doc/latex/paper
-%{texmfdist}/source/latex/paper
-%{texmfdist}/tex/latex/paper
-# Class for newspapers, etc.
 %doc %{texmfdist}/doc/latex/papertex
-%{texmfdist}/source/latex/papertex
-%{texmfdist}/tex/latex/papertex
-# Problem sheet class.
 %doc %{texmfdist}/doc/latex/pbsheet
-%{texmfdist}/source/latex/pbsheet
-%{texmfdist}/tex/latex/pbsheet
-# Typeset drama using LaTeX.
+%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
-%{texmfdist}/source/latex/play
-%{texmfdist}/tex/latex/play
-# Typesetting Critical Editions of Poetry.
 %doc %{texmfdist}/doc/latex/poemscol
-%{texmfdist}/source/latex/poemscol
-%{texmfdist}/tex/latex/poemscol
-# Typeset articles for PracTeX.
 %doc %{texmfdist}/doc/latex/pracjourn
-%{texmfdist}/source/latex/pracjourn
-%{texmfdist}/tex/latex/pracjourn
-# Macros for 'Progress of Theoretical Physics'.
 %doc %{texmfdist}/doc/latex/ptptex
-%{texmfdist}/tex/latex/ptptex
-# Format technical reference manuals.
 %doc %{texmfdist}/doc/latex/refman
-%{texmfdist}/source/latex/refman
-%{texmfdist}/tex/latex/refman
-# A class file to typeset screenplays.
+%doc %{texmfdist}/doc/latex/rsc
 %doc %{texmfdist}/doc/latex/screenplay
-%{texmfdist}/source/latex/screenplay
-%{texmfdist}/tex/latex/screenplay
-# Variant report and book styles.
 %doc %{texmfdist}/doc/latex/script
-%{texmfdist}/tex/latex/script
-# A collection of LaTeX packages and classes.
 %doc %{texmfdist}/doc/latex/shipunov
-%{texmfdist}/tex/latex/shipunov
-# A LaTeX class for typesetting stage plays.
 %doc %{texmfdist}/doc/latex/sides
-%{texmfdist}/tex/latex/sides
-# SIGGRAPH conference class.
 %doc %{texmfdist}/doc/latex/siggraph
-%{texmfdist}/source/latex/siggraph
-%{texmfdist}/tex/latex/siggraph
-# A LaTeX class for stage plays
 %doc %{texmfdist}/doc/latex/stage
-%{texmfdist}/tex/latex/stage
-# Document classes inspired by the work of Edward Tufte.
 %doc %{texmfdist}/doc/latex/tufte-latex
-%{texmfdist}/tex/latex/tufte-latex
-# LaTeX macros for TUGboat articles.
 %doc %{texmfdist}/doc/latex/tugboat
-%{texmfdist}/source/latex/tugboat
-%{texmfdist}/tex/latex/tugboat
-# University of Arizona thesis and dissertation format.
 %doc %{texmfdist}/doc/latex/uaclasses
-%{texmfdist}/source/latex/uaclasses
-%{texmfdist}/tex/latex/uaclasses
-# UIUC thesis class.
+%doc %{texmfdist}/doc/latex/ucthesis
 %doc %{texmfdist}/doc/latex/uiucthesis
-%{texmfdist}/source/latex/uiucthesis
-%{texmfdist}/tex/latex/uiucthesis
-# University of Michigan Thesis LaTeX class.
 %doc %{texmfdist}/doc/latex/umich-thesis
-%{texmfdist}/tex/latex/umich-thesis
-# University of California thesis format.
-%doc %{texmfdist}/doc/latex/ucthesis
-%{texmfdist}/tex/latex/ucthesis
-# Dissertations at the University of Michigan.
 %doc %{texmfdist}/doc/latex/umthesis
-%{texmfdist}/tex/latex/umthesis
-# University of Washington thesis class.
 %doc %{texmfdist}/doc/latex/uwthesis
-%{texmfdist}/tex/latex/uwthesis
-# A basis for books to be published by Mentis publishers.
-%doc %{texmfdist}/doc/latex/mentis
+%{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}/tex/latex/mentis
-# Typeset books following classical design and layout.
-%doc %{texmfdist}/doc/latex/octavo
+%{texmfdist}/source/latex/menu
+%{texmfdist}/source/latex/nostarch
+%{texmfdist}/source/latex/nrc
 %{texmfdist}/source/latex/octavo
-%{texmfdist}/tex/latex/octavo
-# A class for NIH grant applications.
-%doc %{texmfdist}/doc/latex/nih
+%{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
-# A class for small advertisements.
-%doc %{texmfdist}/doc/latex/petiteannonce
+%{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
-# Electronic Theses and Dissertations at Pitt.
-%doc %{texmfdist}/doc/latex/pittetd
-%{texmfdist}/source/latex/pittetd
+%{texmfdist}/tex/latex/philosophersimprint
 %{texmfdist}/tex/latex/pittetd
-# Typesetting stageplay scripts.
-%doc %{texmfdist}/doc/latex/plari
-%{texmfdist}/source/latex/plari
 %{texmfdist}/tex/latex/plari
-# Typesetting articles for "Philosophers' Imprint".
-%doc %{texmfdist}/doc/latex/philosophersimprint
-%{texmfdist}/bibtex/bib/philosophersimprint
-%{texmfdist}/source/latex/philosophersimprint
-%{texmfdist}/tex/latex/philosophersimprint
-# BibTeX style for use with RSC journals.
-%doc %{texmfdist}/doc/latex/rsc
-%{texmfdist}/bibtex/bst/rsc
-%{texmfdist}/source/latex/rsc
+%{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)
-# Curriculum vitae for French use.
 %doc %{texmfdist}/doc/latex/ESIEEcv
-%{texmfdist}/source/latex/ESIEEcv
-%{texmfdist}/tex/latex/ESIEEcv
-# Class for typesetting letters to Swiss rules.
 %doc %{texmfdist}/doc/latex/chletter
-%{texmfdist}/source/latex/chletter
-%{texmfdist}/tex/latex/chletter
-# German letter DIN style.
 %doc %{texmfdist}/doc/latex/dinbrief
-%{texmfdist}/source/latex/dinbrief
-%{texmfdist}/tex/latex/dinbrief
-# Class and templates for typesetting dissertations in Russian.
 %doc %{texmfdist}/doc/latex/disser
-%{texmfdist}/tex/latex/disser
-%{texmfdist}/source/latex/disser
-# Mathematics in Greek texts.
 %doc %{texmfdist}/doc/latex/elmath
-%{texmfdist}/source/latex/elmath
-%{texmfdist}/tex/latex/elmath
-# Modern Russian typesetting.
 %doc %{texmfdist}/doc/latex/eskd
-%{texmfdist}/source/latex/eskd
-%{texmfdist}/tex/latex/eskd
-# Modification of inputenc for German.
 %doc %{texmfdist}/doc/latex/ginpenc
-%{texmfdist}/source/latex/ginpenc
-%{texmfdist}/tex/latex/ginpenc
-# LaTeX support for Croatian documents.
 %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
-# Proper MLA formatting.
-%doc %{texmfdist}/doc/latex/mla-paper
 %{texmfdist}/tex/latex/mla-paper
 
 %files latex-music
 %defattr(644,root,root,755)
+%doc %{texmfdist}/doc/generic/musixps
 %doc %{texmfdist}/doc/latex/abc
-%{texmfdist}/source/latex/abc
-%{texmfdist}/tex/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}/tex/latex/guitar
 %{texmfdist}/source/latex/songbook
-%{texmfdist}/tex/latex/songbook
-%doc %{texmfdist}/doc/latex/songbook
 %{texmfdist}/tex/generic/musixlyr
-%doc %{texmfdist}/doc/latex/musixlyr
 %{texmfdist}/tex/generic/musixps
-%doc %{texmfdist}/doc/generic/musixps
-%{texmfdist}/fonts/source/public/musixps
-%{texmfdist}/fonts/tfm/public/musixps
+%{texmfdist}/tex/latex/abc
+%{texmfdist}/tex/latex/guitar
+%{texmfdist}/tex/latex/songbook
 
 %files latex-extend
 %defattr(644,root,root,755)
-%{texmfdist}/source/latex/marginnote
-%{texmfdist}/tex/latex/marginnote
-%doc %{texmfdist}/doc/latex/marginnote
 %doc %{texmfdist}/doc/latex/HA-prosper
-%{texmfdist}/source/latex/HA-prosper
-%{texmfdist}/tex/latex/HA-prosper
-%doc %{texmfdist}/doc/latex/arydshln
-%{texmfdist}/source/latex/arydshln
-%{texmfdist}/tex/latex/arydshln
-%doc %{texmfdist}/doc/latex/chappg
-%{texmfdist}/source/latex/chappg
-%{texmfdist}/tex/latex/chappg
 %doc %{texmfdist}/doc/latex/addlines
-%{texmfdist}/source/latex/addlines
-%{texmfdist}/tex/latex/addlines
 %doc %{texmfdist}/doc/latex/alnumsec
-%{texmfdist}/source/latex/alnumsec
-%{texmfdist}/tex/latex/alnumsec
+%doc %{texmfdist}/doc/latex/arydshln
 %doc %{texmfdist}/doc/latex/babelbib
-%{texmfdist}/source/latex/babelbib
-%{texmfdist}/bibtex/bst/babelbib
-%{texmfdist}/tex/latex/babelbib
 %doc %{texmfdist}/doc/latex/bibtopicprefix
-%{texmfdist}/source/latex/bibtopicprefix
-%{texmfdist}/tex/latex/bibtopicprefix
 %doc %{texmfdist}/doc/latex/boites
-%{texmfdist}/source/latex/boites
-%{texmfdist}/tex/latex/boites
-%{texmfdist}/source/latex/cjw
-%{texmfdist}/tex/latex/cjw
 %doc %{texmfdist}/doc/latex/booklet
-%{texmfdist}/source/latex/booklet
-%{texmfdist}/tex/latex/booklet
 %doc %{texmfdist}/doc/latex/bullcntr
-%{texmfdist}/source/latex/bullcntr
-%{texmfdist}/tex/latex/bullcntr
+%doc %{texmfdist}/doc/latex/chappg
 %doc %{texmfdist}/doc/latex/clefval
-%{texmfdist}/tex/latex/clefval
-%{texmfdist}/source/latex/clefval
 %doc %{texmfdist}/doc/latex/colortbl
-%{texmfdist}/source/latex/colortbl
-%{texmfdist}/tex/latex/colortbl
-%doc %{texmfdist}/doc/latex/contour
-%{texmfdist}/source/latex/contour
-%{texmfdist}/tex/latex/contour
 %doc %{texmfdist}/doc/latex/combine
-%{texmfdist}/source/latex/combine
-%{texmfdist}/tex/latex/combine
-%doc %{texmfdist}/doc/latex/curve2e
-%{texmfdist}/source/latex/curve2e
-%{texmfdist}/tex/latex/curve2e
+%doc %{texmfdist}/doc/latex/contour
 %doc %{texmfdist}/doc/latex/ctable
-%{texmfdist}/source/latex/ctable
-%{texmfdist}/tex/latex/ctable
+%doc %{texmfdist}/doc/latex/curve2e
 %doc %{texmfdist}/doc/latex/dashrule
-%{texmfdist}/tex/latex/dashrule
-%{texmfdist}/source/latex/dashrule
-%{texmfdist}/tex/latex/dashbox
-%{texmfdist}/source/latex/dashbox
 %doc %{texmfdist}/doc/latex/etaremune
-%{texmfdist}/source/latex/etaremune
-%{texmfdist}/tex/latex/etaremune
 %doc %{texmfdist}/doc/latex/expdlist
-%{texmfdist}/source/latex/expdlist
-%{texmfdist}/tex/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
-%{texmfdist}/source/latex/notes2bib
-%{texmfdist}/tex/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}/source/latex/underlin
-%{texmfdist}/tex/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
-%doc %{texmfdist}/doc/latex/listliketab
 %{texmfdist}/tex/latex/ltablex
-%doc %{texmfdist}/doc/latex/leading
-%{texmfdist}/source/latex/leading
-%{texmfdist}/tex/latex/leading
-%doc %{texmfdist}/doc/latex/makecell
-%{texmfdist}/source/latex/makecell
-%{texmfdist}/tex/latex/makecell
-%doc %{texmfdist}/doc/latex/makebox
-%{texmfdist}/source/latex/makebox
 %{texmfdist}/tex/latex/makebox
-%doc %{texmfdist}/doc/latex/mcite
-%{texmfdist}/source/latex/mcite
+%{texmfdist}/tex/latex/makecell
+%{texmfdist}/tex/latex/marginnote
+%{texmfdist}/tex/latex/mcaption
 %{texmfdist}/tex/latex/mcite
-%doc %{texmfdist}/doc/latex/mciteplus
 %{texmfdist}/tex/latex/mciteplus
-%{texmfdist}/bibtex/bst/mciteplus
-%doc %{texmfdist}/doc/latex/mcaption
-%{texmfdist}/source/latex/mcaption
-%{texmfdist}/tex/latex/mcaption
-%doc %{texmfdist}/doc/latex/minipage-marginpar
-%{texmfdist}/source/latex/minipage-marginpar
 %{texmfdist}/tex/latex/minipage-marginpar
-%doc %{texmfdist}/doc/latex/newvbtm
-%{texmfdist}/source/latex/newvbtm
-%{texmfdist}/tex/latex/newvbtm
-%doc %{texmfdist}/doc/latex/miniplot
 %{texmfdist}/tex/latex/miniplot
-%doc %{texmfdist}/doc/latex/multicap
-%{texmfdist}/source/latex/multicap
 %{texmfdist}/tex/latex/multicap
-%doc %{texmfdist}/doc/latex/ntabbing
+%{texmfdist}/tex/latex/newvbtm
+%{texmfdist}/tex/latex/notes2bib
 %{texmfdist}/tex/latex/ntabbing
 %{texmfdist}/tex/latex/numline
-%doc %{texmfdist}/doc/latex/pbox
-%{texmfdist}/source/latex/pbox
 %{texmfdist}/tex/latex/pbox
-%doc %{texmfdist}/doc/latex/pinlabel
 %{texmfdist}/tex/latex/pinlabel
-%doc %{texmfdist}/doc/latex/polytable
-%{texmfdist}/source/latex/polytable
 %{texmfdist}/tex/latex/polytable
-%doc %{texmfdist}/doc/latex/rccol
-%{texmfdist}/source/latex/rccol
 %{texmfdist}/tex/latex/rccol
-%doc %{texmfdist}/doc/latex/romannum
-%{texmfdist}/source/latex/romannum
 %{texmfdist}/tex/latex/romannum
-%doc %{texmfdist}/doc/latex/schedule
-%{texmfdist}/source/latex/schedule
 %{texmfdist}/tex/latex/schedule
-%doc %{texmfdist}/doc/latex/umoline
-%{texmfdist}/source/latex/umoline
-%{texmfdist}/tex/latex/umoline
-%doc %{texmfdist}/doc/latex/subfloat
-%{texmfdist}/source/latex/subfloat
 %{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
-%dir %{texmfdist}/scripts
+%doc %{texmfdist}/doc/latex/sciposter
+%doc %{texmfdist}/doc/latex/tpslifonts
 %{texmfdist}/scripts/ppower4
-%{texmfdist}/tex/latex/ppower4
-%doc %{texmfdist}/doc/latex/powerdot
 %{texmfdist}/source/latex/powerdot
 %{texmfdist}/tex/latex/powerdot
-%doc %{texmfdist}/doc/latex/sciposter
+%{texmfdist}/tex/latex/ppower4
 %{texmfdist}/tex/latex/sciposter
-%doc %{texmfdist}/doc/latex/tpslifonts
 %{texmfdist}/tex/latex/tpslifonts
 
 %files latex-programming
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/latex/cool
-%{texmfdist}/source/latex/cool
-%{texmfdist}/tex/latex/cool
-%doc %{texmfdist}/doc/latex/coolstr
-%{texmfdist}/source/latex/coolstr
-%{texmfdist}/tex/latex/coolstr
 %doc %{texmfdist}/doc/latex/coollist
-%{texmfdist}/source/latex/coollist
-%{texmfdist}/tex/latex/coollist
-%{texmfdist}/source/latex/cmdtrack
-%{texmfdist}/tex/latex/cmdtrack
-%doc %{texmfdist}/doc/latex/datenumber
-%{texmfdist}/source/latex/datenumber
-%{texmfdist}/tex/latex/datenumber
-%doc %{texmfdist}/doc/latex/dprogress
-%{texmfdist}/source/latex/dprogress
-%{texmfdist}/tex/latex/dprogress
+%doc %{texmfdist}/doc/latex/coolstr
 %doc %{texmfdist}/doc/latex/csvtools
-%{texmfdist}/source/latex/csvtools
-%{texmfdist}/tex/latex/csvtools
 %doc %{texmfdist}/doc/latex/datatool
-%{texmfdist}/source/latex/datatool
-%{texmfdist}/tex/latex/datatool
-%doc %{texmfdist}/doc/latex/dialogl
-%{texmfdist}/source/latex/dialogl
-%{texmfdist}/tex/latex/dialogl
+%doc %{texmfdist}/doc/latex/datenumber
 %doc %{texmfdist}/doc/latex/delimtxt
-%{texmfdist}/tex/latex/delimtxt
-%{texmfdist}/source/latex/delimtxt
+%doc %{texmfdist}/doc/latex/dialogl
+%doc %{texmfdist}/doc/latex/dprogress
 %doc %{texmfdist}/doc/latex/environ
-%{texmfdist}/source/latex/environ
-%{texmfdist}/tex/latex/environ
+%doc %{texmfdist}/doc/latex/export
 %doc %{texmfdist}/doc/latex/fmtcount
-%{texmfdist}/source/latex/fmtcount
-%{texmfdist}/tex/latex/fmtcount
 %doc %{texmfdist}/doc/latex/forarray
-%{texmfdist}/source/latex/forarray
-%{texmfdist}/tex/latex/forarray
 %doc %{texmfdist}/doc/latex/forloop
-%{texmfdist}/source/latex/forloop
-%{texmfdist}/tex/latex/forloop
+%doc %{texmfdist}/doc/latex/inversepath
 %doc %{texmfdist}/doc/latex/labelcas
-%{texmfdist}/source/latex/labelcas
-%{texmfdist}/tex/latex/labelcas
-%doc %{texmfdist}/doc/latex/export
+%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}/tex/latex/export
-%doc %{texmfdist}/doc/latex/inversepath
+%{texmfdist}/source/latex/fmtcount
+%{texmfdist}/source/latex/forarray
+%{texmfdist}/source/latex/forloop
 %{texmfdist}/source/latex/inversepath
-%{texmfdist}/tex/latex/inversepath
+%{texmfdist}/source/latex/labelcas
 %{texmfdist}/source/latex/lcg
-%{texmfdist}/tex/latex/lcg
-%doc %{texmfdist}/doc/latex/namespc
-%{texmfdist}/source/latex/namespc
-%{texmfdist}/tex/latex/namespc
-%doc %{texmfdist}/doc/latex/makecmds
 %{texmfdist}/source/latex/makecmds
-%{texmfdist}/tex/latex/makecmds
-%{texmfdist}/source/latex/patchcmd
-%{texmfdist}/tex/latex/patchcmd
-%doc %{texmfdist}/doc/latex/stringstrings
-%{texmfdist}/source/latex/stringstrings
-%{texmfdist}/tex/latex/stringstrings
-%doc %{texmfdist}/doc/latex/nag
 %{texmfdist}/source/latex/nag
-%{texmfdist}/tex/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}/tex/latex/stack
-%doc %{texmfdist}/doc/latex/substr
-%{texmfdist}/tex/latex/substr
+%{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
-%doc %{texmfdist}/doc/latex/progress
+%{texmfdist}/tex/latex/nag
+%{texmfdist}/tex/latex/namespc
+%{texmfdist}/tex/latex/patchcmd
 %{texmfdist}/tex/latex/progress
-%doc %{texmfdist}/doc/latex/randtext
 %{texmfdist}/tex/latex/randtext
-%doc %{texmfdist}/doc/latex/regcount
-%{texmfdist}/source/latex/regcount
 %{texmfdist}/tex/latex/regcount
-%doc %{texmfdist}/doc/latex/robustcommand
-%{texmfdist}/source/latex/robustcommand
 %{texmfdist}/tex/latex/robustcommand
-%doc %{texmfdist}/doc/latex/typedref
-%{texmfdist}/source/latex/typedref
-%{texmfdist}/tex/latex/typedref
-%doc %{texmfdist}/doc/latex/splitindex
-%{texmfdist}/source/latex/splitindex
 %{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
-%{texmfdist}/source/latex/arcs
-%{texmfdist}/tex/latex/arcs
 %doc %{texmfdist}/doc/latex/blowup
-%{texmfdist}/source/latex/blowup
-%{texmfdist}/tex/latex/blowup
 %doc %{texmfdist}/doc/latex/changebar
-%{texmfdist}/tex/latex/changebar
-%{texmfdist}/source/latex/changebar
 %doc %{texmfdist}/doc/latex/draftwatermark
-%{texmfdist}/source/latex/draftwatermark
-%{texmfdist}/tex/latex/draftwatermark
 %doc %{texmfdist}/doc/latex/flippdf
-%{texmfdist}/source/latex/flippdf
-%{texmfdist}/tex/latex/flippdf
 %doc %{texmfdist}/doc/latex/flowfram
-%{texmfdist}/source/latex/flowfram
-%{texmfdist}/tex/latex/flowfram
 %doc %{texmfdist}/doc/latex/isorot
-%{texmfdist}/source/latex/isorot
-%{texmfdist}/tex/latex/isorot
 %doc %{texmfdist}/doc/latex/lettrine
-%{texmfdist}/source/latex/lettrine
-%{texmfdist}/tex/latex/lettrine
 %doc %{texmfdist}/doc/latex/niceframe
-%{texmfdist}/source/latex/niceframe
-%{texmfdist}/tex/latex/niceframe
-%{texmfdist}/fonts/source/public/niceframe
-%{texmfdist}/fonts/tfm/public/niceframe
 %doc %{texmfdist}/doc/latex/notes
-%{texmfdist}/source/latex/notes
-%{texmfdist}/tex/latex/notes
 %doc %{texmfdist}/doc/latex/objectz
-%{texmfdist}/source/latex/objectz
-%{texmfdist}/tex/latex/objectz
 %doc %{texmfdist}/doc/latex/parallel
-%{texmfdist}/source/latex/parallel
-%{texmfdist}/tex/latex/parallel
 %doc %{texmfdist}/doc/latex/quotchap
-%{texmfdist}/source/latex/quotchap
-%{texmfdist}/tex/latex/quotchap
 %doc %{texmfdist}/doc/latex/rotpages
-%{texmfdist}/tex/latex/rotpages
-%{texmfdist}/tex/latex/umrand
-%doc %{texmfdist}/doc/fonts/umrand
+%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
-%doc %{texmfdist}/doc/latex/ushort
+%{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/ushort
-%doc %{texmfdist}/doc/latex/sectionbox
+%{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
-%doc %{texmfdist}/doc/latex/shadethm
 %{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
@@ -12519,9 +11879,6 @@ fi
 %{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
 # Time printing, in German.
 %{texmfdist}/tex/latex/uhrzeit
 
-# %files latex-palatcm
-# %defattr(644,root,root,755)
-# %{texmf}/tex/latex/palatcm
-
 %files latex-pdfslide
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/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/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
-%dir %{texmfdist}/source/context
-%dir %{texmfdist}/source/context/third
-%{texmfdist}/source/context/third/pgfplots
 
 %files latex-prosper
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/latex/prosper
-%{texmfdist}/tex/latex/prosper
-%{texmfdist}/source/latex/prosper
-# Prosper preview.
 %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)
 
 %files latex-pst-3dplot
 %defattr(644,root,root,755)
+%doc %{texmfdist}/doc/generic/pst-3d
 %doc %{texmfdist}/doc/generic/pst-3dplot
-%{texmfdist}/dvips/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)
-%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-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-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
 
@@ -12676,7 +12025,6 @@ fi
 %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-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-cox/pst-coxcoor
-# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
 %doc %{texmfdist}/doc/generic/pst-dbicons
 %doc %{texmfdist}/doc/generic/pst-eps
 %doc %{texmfdist}/doc/generic/pst-fill
@@ -12722,8 +12066,6 @@ fi
 %doc %{texmfdist}/doc/generic/pst-qtree
 %doc %{texmfdist}/doc/generic/pst-slpe
 %doc %{texmfdist}/doc/generic/pst-solides3d
-# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
-# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
 %doc %{texmfdist}/doc/generic/pst-soroban
 %doc %{texmfdist}/doc/generic/pst-spectra
 %doc %{texmfdist}/doc/generic/pst-stru
 %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
@@ -12772,7 +12099,6 @@ fi
 %{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
@@ -12798,7 +12124,6 @@ fi
 %{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
@@ -12832,7 +12157,6 @@ fi
 %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
 
 %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-qfonts
-#%defattr(644,root,root,755)
-
 %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)
@@ -12879,7 +12199,6 @@ fi
 %{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
@@ -12894,9 +12213,6 @@ fi
 %{texmfdist}/tex/latex/umlaute
 %{texmfdist}/source/latex/umlaute
 
-# %files latex-urwvn
-# %defattr(644,root,root,755)
-
 %files latex-variations
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/generic/variations
 %files latex-xcolor
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/latex/xcolor
-%{texmfdist}/dvips/xcolor
 %{texmfdist}/source/latex/xcolor
 
-# %files format-latex
-# %defattr(644,root,root,755)
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
-
 %files format-pdflatex
 %defattr(644,root,root,755)
-#%{texmf}/pdftex/latex/config
-# %dir %{texmf}/pdftex/latex
 %attr(755,root,root) %{_bindir}/pdflatex
+%{fmtdir}/pdftex/pdflatex.fmt
 %{_mandir}/man1/pdflatex.1*
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
-
-# %files platex
-# %defattr(644,root,root,755)
-# %doc %{texmf}/doc/latex/platex
-# %dir %{texmf}/tex/platex
-# %{texmf}/tex/platex/config
-# %{texmf}/tex/latex/platex
-
-# %files format-platex
-# %defattr(644,root,root,755)
-# %attr(755,root,root) %{_bindir}/platex
-#%attr(755,root,root) %{_bindir}/platex-pl
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
-#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
-
-# %files format-pdfplatex
-# %defattr(644,root,root,755)
-#%dir %{texmf}/pdftex/platex
-#%{texmf}/pdftex/platex/config
-# %attr(755,root,root) %{_bindir}/pdfplatex
-# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
 
 %files tex-babel
 %defattr(644,root,root,755)
-%{texmfdist}/source/generic/babel
 %doc %{texmfdist}/doc/generic/babel
+%{texmfdist}/source/generic/babel
 %{texmfdist}/tex/generic/babel
 
 %files tex-german
@@ -12973,7 +12261,6 @@ fi
 %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
 %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-qpx
-# %defattr(644,root,root,755)
-# %doc %{texmf}/doc/fonts/polish/qpx
-# %{texmf}/tex/generic/qpx
-
 %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
 
@@ -13058,9 +12338,9 @@ fi
 %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
-%{_mandir}/man1/thumbpdf.1*
 
 %files tex-ukrhyph
 %defattr(644,root,root,755)
 %{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
 
 %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
 
@@ -13116,7 +12397,6 @@ fi
 %{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)
 %{texmfdist}/fonts/source/public/bbold
 %{texmfdist}/fonts/tfm/public/bbold
 
-# %files fonts-bh
-# %defattr(644,root,root,755)
-# %doc %{texmf}/doc/fonts/bh
-# %{texmf}/fonts/tfm/bh
-# %{texmf}/fonts/vf/bh
-
 %files fonts-bitstream
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/afm/bitstrea
 %{texmfdist}/fonts/tfm/bitstrea
 %{texmfdist}/fonts/vf/bitstrea
 
-#%files fonts-cbgreek
-#%defattr(644,root,root,755)
-
 %files fonts-cc-pl
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/source/public/cc-pl
 
 %files fonts-cm
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/fonts/cm
 %dir %{texmfdist}/doc/fonts
-# %dir %{texmfdist}/dvips
 %dir %{texmfdist}/fonts/afm/bluesky
 %dir %{texmfdist}/fonts/map/dvips
 %dir %{texmfdist}/fonts/pk/ljfour/public
-%{texmfdist}/dvips/cm
-%{texmfdist}/fonts/source/public/cm
+%doc %{texmfdist}/doc/fonts/cm
 %{texmfdist}/fonts/afm/bluesky/cm
-%{texmfdist}/fonts/tfm/public/cm
-%{texmfdist}/fonts/pk/ljfour/public/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
@@ -13225,7 +12493,6 @@ fi
 %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
 
 %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-dstroke
-#%defattr(644,root,root,755)
-
 %files fonts-ecc
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/fonts/ecc
@@ -13265,7 +12528,6 @@ fi
 
 %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
@@ -13278,8 +12540,7 @@ fi
 
 %files fonts-gothic
 %defattr(644,root,root,755)
-%{texmfdist}/doc/fonts/gothic
-%{texmfdist}/dvips/gothic
+%doc %{texmfdist}/doc/fonts/gothic
 %{texmfdist}/fonts/source/public/gothic
 %{texmfdist}/fonts/type1/public/gothic
 %{texmfdist}/fonts/afm/public/gothic
 
 %files fonts-latex
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/latex/esint
-%dir %{texmfdist}/fonts/source/public/latex-fonts
-%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
 %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
-%dir %{texmfdist}/fonts/tfm/public/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
-%{texmfdist}/fonts/source/public/latex-fonts/*
-%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
-%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
-%{texmfdist}/fonts/tfm/public/latex-fonts/*
-%{texmfdist}/fonts/map/dvips/latex-fonts/*
 
 %files fonts-lh
 %defattr(644,root,root,755)
 
 %files fonts-marvosym
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/latex/marvosym
 %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
@@ -13364,9 +12623,7 @@ fi
 
 %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
@@ -13375,7 +12632,6 @@ fi
 
 %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
@@ -13387,8 +12643,8 @@ fi
 
 %files fonts-other
 %defattr(644,root,root,755)
-%{texmf}/fonts/sfd
 %doc %{texmfdist}/doc/fonts/yi4latex
+%{texmf}/fonts/sfd
 %{texmfdist}/fonts/afm/itc
 %{texmf}/fonts/map/glyphlist
 %{texmfdist}/fonts/map/glyphlist
@@ -13575,9 +12831,6 @@ fi
 %{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
@@ -13611,7 +12864,6 @@ fi
 %{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/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
@@ -13851,7 +13098,6 @@ fi
 %{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
@@ -14212,7 +13458,7 @@ fi
 %{texmfdist}/fonts/tfm/public/velthuis
 %{texmfdist}/fonts/type1/public/velthuis
 
-%{texmfdist}/fonts/enc/dvips/vntex
+%{texmfdist}/fonts/enc/dvips/vntex/*
 
 %{texmfdist}/fonts/afm/vntex/vntopia
 %{texmfdist}/fonts/tfm/vntex/vntopia
 
 %{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)
-%doc %{texmfdist}/doc/omega
 %dir %{texmfdist}/omega
-%dir %{texmfdist}/omega/otp
 %dir %{texmfdist}/omega/ocp
-%{texmfdist}/dvips/omega
+%dir %{texmfdist}/omega/otp
 %{texmfdist}/fonts/ofm/public/omega
 %{texmfdist}/fonts/type1/public/omega
 %{texmfdist}/fonts/afm/public/omega
 %{texmfdist}/omega/otp/omega
 %{texmfdist}/tex/plain/omega
 
-#%files fonts-pazo
-#%defattr(644,root,root,755)
-
 %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
@@ -14294,8 +13532,6 @@ fi
 %files fonts-px
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/fonts/pxfonts
-# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
-# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
 %dir %{texmfdist}/fonts/map/dvips/pxfonts
 %dir %{texmfdist}/tex/latex/pxfonts
 %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
 %{texmfdist}/fonts/vf/public/pxfonts
 %{texmfdist}/tex/latex/pxfonts/pxfonts.sty
 
-#%files fonts-qfonts
-#%defattr(644,root,root,755)
-# %doc %{texmf}/doc/fonts/polish/qfonts
-# %{texmf}/fonts/enc/dvips/qfonts
-# %{texmf}/fonts/map/dvips/qfonts
-# %{texmf}/dvips/qfonts
-# %{texmf}/fonts/afm/public/qfonts
-# %{texmf}/fonts/tfm/public/qfonts
-
-# %files fonts-qpx
-# %defattr(644,root,root,755)
-# %{texmf}/fonts/tfm/public/qpx
-# %{texmf}/fonts/vf/public/qpx
-
 %files fonts-qpxqtx
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/tfm/public/qpxqtx
 %files fonts-xypic
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/map/dvips/xypic
-# %{texmfdist}/fonts/afm/public/xypic
 %{texmfdist}/fonts/source/public/xypic
 %{texmfdist}/fonts/tfm/public/xypic
 
 %files fonts-yandy
 %defattr(644,root,root,755)
-# %{texmf}/fonts/afm/yandy
 %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
-# %{texmf}/fonts/tfm/yandy
-# %{texmf}/fonts/vf/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)
-# %{texmf}/dvips/antt
 %{texmfdist}/fonts/type1/public/antt
 
 %files fonts-type1-arphic
@@ -14425,8 +13641,6 @@ fi
 
 %files fonts-type1-bluesky
 %defattr(644,root,root,755)
-# %doc %{texmf}/doc/fonts/bluesky
-# %{texmf}/dvips/bluesky
 %{texmfdist}/fonts/type1/bluesky
 
 %files fonts-type1-cc-pl
 %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-dstroke
-# %defattr(644,root,root,755)
-# %{texmf}/fonts/type1/public/dstroke
-
 %files fonts-type1-eurosym
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/type1/public/eurosym
 %{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)
-# %doc %{texmf}/doc/fonts/mathpazo
 %{texmfdist}/fonts/afm/public/mathpazo
 %{texmfdist}/fonts/type1/public/mathpazo
 
 
 %files fonts-type1-pl
 %defattr(644,root,root,755)
-# %doc %{texmf}/doc/fonts/polish/plpsfont
 %{texmfdist}/fonts/type1/public/pl
 
 %files fonts-type1-px
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/type1/public/pxfonts
 
-# %files fonts-type1-qfonts
-# %defattr(644,root,root,755)
-# %{texmfdist}/fonts/type1/public/qfonts
-
 %files fonts-type1-tx
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/type1/public/txfonts
 
-# %files fonts-type1-tt2001
-# %defattr(644,root,root,755)
-# %{texmf}/fonts/type1/public/tt2001
-
 %files fonts-type1-uhc
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/type1/uhc
 %defattr(644,root,root,755)
 %{texmfdist}/fonts/type1/public/xypic
 
-# TeXLive-specific
-
 %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
 
 %attr(755,root,root) %{_bindir}/cef*
 %dir %{texmfdist}/tex/latex/cjk
 %dir %{texmfdist}/doc/latex/cjk
-%{texmfdist}/source/latex/cjk
-%{texmfdist}/tex/latex/cjk/CEF
 %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}/disdvi
 %attr(755,root,root) %{_bindir}/dt2dv
 %attr(755,root,root) %{_bindir}/dv2dt
 %attr(755,root,root) %{_bindir}/dvi2tty
@@ -14566,6 +13759,7 @@ fi
 %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/dvipos*
 %{_mandir}/man1/dviselect*
 %{_mandir}/man1/dvitodvi*
-%{texmf}/fonts/map/dvipdfmx
-%dir %{texmf}/fonts/cmap
-%doc %{texmf}/fonts/cmap/README
 %{texmf}/dvipdfmx
 %{texmf}/fonts/cmap/dvipdfmx
-%dir %{texmfdist}/scripts
-%dir %{texmfdist}/scripts/dviasm
-%attr(755,root,root) %{texmfdist}/scripts/dviasm/dviasm*
+%{texmf}/fonts/map/dvipdfmx
 
-%files epsutils
+%files psutils
 %defattr(644,root,root,755)
+%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}/pst2pdf
-%{texmfdist}/scripts/epspdf
-%{_mandir}/man1/epsffit*
-%doc %{texmfdist}/doc/epspdf
-
-%files filters
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/fix*
-%{_mandir}/man1/fix*
-
-%files psutils
-%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/extractres
+%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}/ps2eps
+%attr(755,root,root) %{_bindir}/pst2pdf
 %attr(755,root,root) %{_bindir}/pstops
 %attr(755,root,root) %{_bindir}/showchar
-%dir %{texmf}/scripts/ps2eps
 %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*
-%{_mandir}/man1/ps2eps.1*
+%{texmfdist}/scripts/epspdf
 %{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
@@ -14645,9 +13829,6 @@ fi
 %attr(755,root,root) %{_bindir}/mk4ht
 %attr(755,root,root) %{_bindir}/t4ht
 %attr(755,root,root) %{_bindir}/tex4ht
-%{texmf}/scripts/tex4ht
-%{texmfdist}/tex/generic/tex4ht
-%dir %{texmfdist}/scripts/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/htxelatex.sh
 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
-%doc %{texmfdist}/doc/generic/tex4ht
+%{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
-%{texmf}/fmtutil/format.xetex.cnf
+%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
-%doc %{texmfdist}/doc/generic/ifxetex
-%doc %{texmfdist}/doc/generic/xetex-pstricks
 %{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
 
 %files xmltex
 %defattr(644,root,root,755)
-%doc %{texmfdist}/doc/xmltex
 %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
-%{texmfdist}/source/xmltex
+%{fmtdir}/pdftex/pdfxmltex.fmt
+%{fmtdir}/pdftex/xmltex.fmt
This page took 2.092128 seconds and 4 git commands to generate.