]> git.pld-linux.org Git - packages/XFree86-fonts.git/blobdiff - XFree86-fonts.spec
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86-fonts.git] / XFree86-fonts.spec
index 45648e94e791b30cc8ef785917801b83d9326d34..fa2717af43098e23e1880bd6ee5f7cd3f3951ef8 100644 (file)
@@ -1,55 +1,36 @@
-
-%define                _sver   %(echo %{version} | tr -d .)
-
 Summary:       XFree86 Fonts
-Summary(pl):   Fonty dla systemu XFree86
+Summary(pl.UTF-8):     Fonty dla systemu XFree86
 Name:          XFree86-fonts
-Version:       4.2.0
-Release:       3
+Version:       4.8.0
+Release:       1
 License:       MIT
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Source0:       ftp://ftp.xfree86.org/pub/XFree86/%{version}/source/X%{_sver}src-2.tgz
-Source1:       ftp://ftp.xfree86.org/pub/XFree86/%{version}/source/X%{_sver}src-1.tgz
-Source2:       http://www.biz.net.pl/images/ISO8859-2-bdf.tar.gz
-Source3:       ftp://crash.fce.vutbr.cz/pub/linux_fonts/TGZ/ulT1mo-beta-1.0.tgz
-Source4:       %{name}.Fontmap
-Source5:       %{name}-latin2-Type1.Fontmap
-Source6:       vga.pcf
+Group:         Fonts
+# We need source0 for arabic fonts
+Source0:       http://ftp.xfree86.org/pub/XFree86/%{version}/source/XFree86-%{version}-src-1.tgz
+# Source0-md5: 42d802caf03cbaadfa3a69b887e9b203
+Source1:       http://ftp.xfree86.org/pub/XFree86/%{version}/source/XFree86-%{version}-src-4.tgz
+# Source1-md5: 2743099973f1bd3a73bcb7b05df0f279
+Source2:       http://ftp.xfree86.org/pub/XFree86/%{version}/source/XFree86-%{version}-src-5.tgz
+# Source2-md5: 236c807d4f426850f24784ccceec08ab
+Source3:       %{name}.Fontmap
 Patch0:                %{name}-extras-fix.patch
-Patch1:                %{name}-ISO8859-2.patch
-Patch2:                %{name}-do_not_run_xftchache.patch
-BuildRequires: XFree86 >= %{version}-0.8
-BuildRequires: XFree86-devel >= %{version}-0.8
-BuildRequires: perl
+Patch1:                %{name}-do_not_run_fccache.patch
+Patch2:                %{name}-TTF_build.patch
+# allow utils from X11R7
+%if %(test -x /usr/bin/bdftopcf ; echo $?)
+BuildRequires: XFree86-devel
+%else
+BuildRequires: xorg-app-bdftopcf
+BuildRequires: xorg-cf-files
+BuildRequires: xorg-util-imake
+%endif
+BuildRequires: perl-base
 BuildRequires: t1utils
-Requires(post):        %{_bindir}/mkfontdir
-Requires(post):        fileutils
-Requires(post):        textutils
-Requires(post):        sed
-Requires(postun):      %{_bindir}/mkfontdir
-Requires(postun):      fileutils
-Requires(postun):      textutils
-Requires(postun):      sed
+Requires(post,postun): fontpostinst
 Requires:      %{name}-base = %{version}
+Requires:      %{_fontsdir}/misc
+Requires:      %{_fontsdir}/Type1
 Obsoletes:     XFree86-latin2-fonts
-BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -58,1810 +39,848 @@ BuildRoot:       %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _t1afmdir       %{_t1fontsdir}/afm
 %define                _t1pfmdir       %{_t1fontsdir}/pfm
 
+%if %(test -d /usr/%{_lib}/X11/config ; echo $?)
+%define                xconfdir        %{_prefix}/lib/X11/config
+%else
+%define                xconfdir        /usr/%{_lib}/X11/config
+%endif
+
 %description
-This package contains the basic fonts. This package is required when
-you have installed X server.
+This package contains some common used fonts. Normally fonts are
+needed only by X server (either locally to server or through xfs).
 
-%description -l pl
-Pakiet ten zawiera podstawowe czcionki. Pakiet ten jest koniecznie
-potrzebny, je¶li masz zainstalowany jakikolwiek X serwer.
+%description -l pl.UTF-8
+Pakiet ten zawiera często używane fonty. Zwykle fonty są potrzebne
+tylko dla X serwera (lokalnie dla serwera lub poprzez xfs).
 
 %package utils
 Summary:       Perl scripts for generating BDF fonts
-Summary(pl):   Skrypty perlowe do generowania fontów BDF
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
+Summary(pl.UTF-8):     Skrypty perlowe do generowania fontów BDF
+Group:         X11
 
 %description utils
 Perl scripts that allow to generate from an ISO10646-1 encoded BDF
 font other BDF fonts in any possible encoding.
 
-%description utils -l pl
-Skrypty perlowe pozwalaj±ce wygenerowaæ z fontów BDF kodowanych w
+%description utils -l pl.UTF-8
+Skrypty perlowe pozwalające wygenerować z fontów BDF kodowanych w
 ISO10646-1 fonty BDF z dowolnym kodowaniem.
 
 %package base
 Summary:       Base fonts (cursor and fixed)
-Summary(pl):   Podstawowe fonty (cursor i fixed)
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
+Summary(pl.UTF-8):     Podstawowe fonty (cursor i fixed)
+Group:         Fonts
+Requires(post,postun): fontpostinst
 
 %description base
 Base fonts (cursor and fixed) needed to start X server.
 
-%description base -l pl
-Podstawowe fonty (cursor i fixed) niezbêdne do uruchomienia X serwera.
-
-%package PEX
-Summary:       PEX fonts
-Summary(pl):   Fonty PEX
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-
-%description PEX
-PEX fonts for PEX extension (not installed by default since 4.2.0).
-
-%description PEX -l pl
-Fonty PEX do rozszerzenia PEX (nie instalowane domy¶lnie od 4.2.0).
-
-%package 75dpi
-Summary:       X11R6 75dpi fonts - only need on server side
-Summary(de):   X11RT 75 dpi-Fonts - nur auf Serverseite erforderlich
-Summary(fr):   Fontes 75 dpi X11R6 - nécessaire uniquement côté serveur
-Summary(pl):   Fonty o rozdzielczo¶ci 75dpi - potrzebne tylko po stronie serwera
-Summary(tr):   X11R6 75dpi yazýtipleri - yalnýzca sunucu tarafýnda gerekir
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
-Obsoletes:     XFree86-75dpi-fonts
-%ifarch sparc
-Obsoletes:     X11R6.1-75dpi-fonts
-%endif
-
-%description 75dpi
-The 75dpi fonts used on most Linux systems. Users with high resolution
-displays may prefer the 100dpi fonts available in a separate package.
-
-%description 75dpi -l de
-Die 75dpi-Fonts, die auf meisten Linux-Systemen verwendet werden. Für
-Benutzer mit einer hochauflösender Darstellung sind die 100dpi-Fonts
-eines getrennt erhältlichen Pakets besser geeignet.
+%description base -l pl.UTF-8
+Podstawowe fonty (cursor i fixed) niezbędne do uruchomienia X serwera.
 
-%description 75dpi -l fr
-Fontes 75 dpi utilisées sur la plupart des systèmes Linux. Ceux qui
-ont des écrans à haute résolution préfèreront les fontes 100 dpi
-disponibles dans un autre paquetage.
+%package ISO8859-1
+Summary:       ISO-8859-1 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-1
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%description 75dpi -l pl
-Pakiet ten zawiera czcionki rastrowe 75dpi. W wypadku wiêkszej
-rozdzielczo¶ci zalecane s± czcionki 100dpi, które s± dostêpne w
-osobnym pakiecie.
+%description ISO8859-1
+ISO-8859-1 basic raster fonts.
 
-%description 75dpi -l tr
-Çoðu Linux sisteminde 75dpi yazýtipi kullanýlýr. Yüksek çözünürlük
-kullanan kullanýcýlar 100dpi yazýtiplerini yeðleyebilirler.
+%description ISO8859-1 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-1.
 
-%package 100dpi
-Summary:       X11R6 100dpi fonts - only need on server side
-Summary(de):   X11R6 100dpi-Fonts - nur auf Server-Seite erforderlich
-Summary(fr):   Fontes 100ppp pour X11R6 - nécessaires seulement coté serveur.
-Summary(pl):   Fonty o rozdzielczosci 100dpi - potrzebne tylko po stronie serwera
-Summary(tr):   X11R6 100dpi yazýtipleri - yalnýzca sunucu tarafýnda gereklidir
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
-Obsoletes:     XFree86-100dpi-fonts
+%package ISO8859-2
+Summary:       ISO-8859-2 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-2
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%ifarch sparc
-Obsoletes:     X11R6.1-100dpi-fonts
-%endif
+%description ISO8859-2
+ISO-8859-2 basic raster fonts.
 
-%description 100dpi
-The 100dpi fonts used on most Linux systems. Users with high
-resolution displays may prefer the 100dpi fonts available in a
-separate package.
+%description ISO8859-2 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-2.
 
-%description 100dpi -l de
-Die 100dpi-Schriftarten, die auf den meisten Linux-Systemen zum
-Einsatz kommen. Anwender mit hochauflösenden Monitoren ziehen unter
-Umständen die 100dpi-Schriften vor, die in einem separaten Paket
-erhältlich sind.
+%package ISO8859-3
+Summary:       ISO-8859-3 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-3
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%description 100dpi -l fr
-Les fontes 100dpi sont utilisées par la plupart des systèmes Linux.
-Les utilisateurs ayant des hautes résolutions peuvent préférer les
-fontes 100dpi disponibles dans un package séparé.
+%description ISO8859-3
+ISO-8859-3 basic raster fonts.
 
-%description 100dpi -l pl
-Pakiet ten zawiera czcionki rastrowe 100dpi. Bed± one potrzebne przy
-pracy w du¿ych rozdzielczo¶ciach.
+%description ISO8859-3 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-3.
 
-%description 100dpi -l tr
-Yüksek çözünürlük kullanan kullanýcýlar 100dpi yazýtiplerini 75dpi
-olanlara yeðleyebilirler.
+%package ISO8859-4
+Summary:       ISO-8859-4 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-4
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package KOI8-R
-Summary:       KOI8-R (cyrillic) fonts - only need on server side
-Summary(pl):   Fonty rastrowe KOI8-R (cyrylica)
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
-Obsoletes:     XFree86-cyrillic-fonts
+%description ISO8859-4
+ISO-8859-4 basic raster fonts.
 
-%description KOI8-R
-KOI8-R (cyrillic) raster fonts.
+%description ISO8859-4 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-4.
 
-%description KOI8-R -l pl
-Fonty rastrowe KOI8-R (cyrylica).
+%package ISO8859-5
+Summary:       ISO-8859-5 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-5
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package 100dpi-KOI8-R
-Summary:       KOI8-R 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe KOI8-R o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description ISO8859-5
+Basic ISO-8859-5 raster fonts.
 
-%description 100dpi-KOI8-R
-KOI8-R raster fonts.
+%description ISO8859-5 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-5.
 
-%description 100dpi-KOI8-R -l pl
-Fonty rastrowe KOI8-R o rozdzielczo¶ci 100dpi.
+%package ISO8859-6
+Summary:       ISO-8859-6 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-6
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package 75dpi-KOI8-R
-Summary:       KOI8-R 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe KOI8-R o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description ISO8859-6
+ISO-8859-6 basic raster fonts.
 
-%description 75dpi-KOI8-R
-KOI8-R raster fonts.
+%description ISO8859-6 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-6.
 
-%description 75dpi-KOI8-R -l pl
-Fonty rastrowe ISO-KOI8-R o rozdzielczo¶ci 75dpi.
+%package ISO8859-7
+Summary:       ISO-8859-7 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-7
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package ISO8859-1
-Summary:       ISO-8859-1 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-1
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description ISO8859-7
+ISO-8859-7 basic raster fonts.
 
-%description ISO8859-1
-Basic ISO-8859-1 raster fonts.
+%description ISO8859-7 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-7.
 
-%description ISO8859-1 -l pl
-Podstawowe fonty rastrowe ISO-8859-1.
+%package ISO8859-8
+Summary:       ISO-8859-8 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-8
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package 100dpi-ISO8859-1
-Summary:       ISO-8859-1 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-1 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description ISO8859-8
+ISO-8859-8 basic raster fonts.
 
-%description 100dpi-ISO8859-1
-ISO-8859-1 raster fonts.
+%description ISO8859-8 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-8.
 
-%description 100dpi-ISO8859-1 -l pl
-Fonty rastrowe ISO-8859-1 o rozdzielczo¶ci 100dpi.
+%package ISO8859-9
+Summary:       ISO-8859-9 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-9
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package 75dpi-ISO8859-1
-Summary:       ISO-8859-1 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-1 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description ISO8859-9
+ISO-8859-9 basic raster fonts.
 
-%description 75dpi-ISO8859-1
-ISO-8859-1 raster fonts.
+%description ISO8859-9 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-9.
 
-%description 75dpi-ISO8859-1 -l pl
-Fonty rastrowe ISO-8859-1 o rozdzielczo¶ci 75dpi.
+%package ISO8859-10
+Summary:       ISO-8859-10 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-10
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package ISO8859-2
-Summary:       ISO-8859-2 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-2
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description ISO8859-10
+ISO-8859-10 basic raster fonts.
 
-%description ISO8859-2
-Basic ISO-8859-2 raster fonts.
+%description ISO8859-10 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-10.
 
-%description ISO8859-2 -l pl
-Podstawowe fonty rastrowe ISO-8859-2.
+%package ISO8859-11
+Summary:       ISO-8859-11 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-11
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package 100dpi-ISO8859-2
-Summary:       ISO-8859-2 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-2 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
-Obsoletes:     XFree86-ISO8859-2-100dpi-fonts
-Obsoletes:     XFree86-latin2-100dpi-fonts
+%description ISO8859-11
+ISO-8859-11 basic raster fonts.
 
-%description 100dpi-ISO8859-2
-ISO-8859-2 raster fonts.
+%description ISO8859-11 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-11.
 
-%description 100dpi-ISO8859-2 -l pl
-Fonty rastrowe ISO-8859-2 o rozdzielczo¶ci 100dpi.
+%package ISO8859-12
+Summary:       ISO-8859-12 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-12
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%package 75dpi-ISO8859-2
-Summary:       ISO-8859-2 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-2 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
-Obsoletes:     XFree86-ISO8859-2-75dpi-fonts
-Obsoletes:     XFree86-latin2-75dpi-fonts
+%description ISO8859-12
+ISO-8859-12 basic raster fonts.
 
-%description 75dpi-ISO8859-2
-ISO-8859-2 raster fonts.
-
-%description 75dpi-ISO8859-2 -l pl
-Fonty rastrowe ISO-8859-2 o rozdzielczo¶ci 75dpi.
-
-%package Type1-ISO8859-2
-Summary:       Type1 (scalable) ISO8859-2 X11 system fonts
-Summary(pl):   Fonty Type 1 ISO-8859-2
-Group:         X11/Fonts
-Group(cs):     X11/Fonty
-Group(da):     X11/Skrifttyper
-Group(de):     X11/Zeichensätze
-Group(es):     X11/Fuentes
-Group(fr):     X11/Polices
-Group(is):     X11/Leturgerðir
-Group(it):     X11/Font
-Group(no):     X11/Skrifttyper
-Group(pl):     X11/Fonty
-Group(pt):     X11/Tipos de Letra
-Group(ru):     X11/ûÒÉÆÔÙ
-Group(sl):     X11/Pisave
-Group(sv):     X11/Typsnitt
-Group(uk):     X11/ûÒÉÆÔÉ
-Requires(post):        fileutils
-Requires(post):        grep
-Requires(post):        textutils
-Requires(post):        sed
-Requires(postun):      fileutils
-Requires(postun):      grep
-Requires(postun):      textutils
-Requires(postun):      sed
-Requires:      XFree86 > 3.2
-Obsoletes:     XFree86-ISO8859-2-Type1-fonts
-Obsoletes:     XFree86-latin2-Type1-fonts
-
-%description Type1-ISO8859-2
-This package includes the Central European (ISO-8859-2) Type1 fonts
-for the X11 system.
-
-This is the famous ulT1mo (read ultimo) collection. All fonts are
-copyrighted to their authors and declared to be freeware. Originals
-was taken from the net or CDs.
-
-%description Type1-ISO8859-2 -l pl
-Pakiet ten zawiera zestaw fontów Type1 ISO-8859-2 dla X Window.
+%description ISO8859-12 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-12.
 
-%package ISO8859-3
-Summary:       ISO-8859-3 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-3
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package ISO8859-13
+Summary:       ISO-8859-13 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-13
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%description ISO8859-3
-Basic ISO-8859-3 raster fonts.
+%description ISO8859-13
+ISO-8859-13 basic raster fonts.
 
-%description ISO8859-3 -l pl
-Podstawowe fonty rastrowe ISO-8859-3.
+%description ISO8859-13 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-13.
 
-%package 100dpi-ISO8859-3
-Summary:       ISO-8859-3 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-3 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package ISO8859-14
+Summary:       ISO-8859-14 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-14
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%description 100dpi-ISO8859-3
-ISO-8859-3 raster fonts.
+%description ISO8859-14
+ISO-8859-14 basic raster fonts.
 
-%description 100dpi-ISO8859-3 -l pl
-Fonty rastrowe ISO-8859-3 o rozdzielczo¶ci 100dpi.
+%description ISO8859-14 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-14.
 
-%package 75dpi-ISO8859-3
-Summary:       ISO-8859-3 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-3 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package ISO8859-15
+Summary:       ISO-8859-15 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-15
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%description 75dpi-ISO8859-3
-ISO-8859-3 raster fonts.
+%description ISO8859-15
+ISO-8859-15 basic raster fonts.
 
-%description 75dpi-ISO8859-3 -l pl
-Fonty rastrowe ISO-8859-3 o rozdzielczo¶ci 75dpi.
+%description ISO8859-15 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-15.
 
-%package ISO8859-4
-Summary:       ISO-8859-4 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-4
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package ISO8859-16
+Summary:       ISO-8859-16 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe ISO-8859-16
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%description ISO8859-4
-Basic ISO-8859-4 raster fonts.
+%description ISO8859-16
+ISO-8859-16 basic raster fonts.
 
-%description ISO8859-4 -l pl
-Podstawowe fonty rastrowe ISO-8859-4.
+%description ISO8859-16 -l pl.UTF-8
+Podstawowe fonty rastrowe ISO-8859-16.
 
-%package 100dpi-ISO8859-4
-Summary:       ISO-8859-4 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-4 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package JISX0201.1976-0
+Summary:       JISX0201.1976-0 basic raster fonts
+Summary(pl.UTF-8):     Podstawowe fonty rastrowe JISX0201.1976-0
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
 
-%description 100dpi-ISO8859-4
-ISO-8859-4 raster fonts.
+%description JISX0201.1976-0
+JISX0201.1976-0 basic raster fonts.
 
-%description 100dpi-ISO8859-4 -l pl
-Fonty rastrowe ISO-8859-4 o rozdzielczo¶ci 100dpi.
+%description JISX0201.1976-0 -l pl.UTF-8
+Podstawowe fonty rastrowe JISX0201.1976-0.
 
-%package 75dpi-ISO8859-4
-Summary:       ISO-8859-4 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-4 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package KOI8-R
+Summary:       KOI8-R (cyrillic) raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe KOI8-R (cyrylica)
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
+Obsoletes:     XFree86-cyrillic-fonts
 
-%description 75dpi-ISO8859-4
-ISO-8859-4 raster fonts.
+%description KOI8-R
+KOI8-R (cyrillic) raster fonts.
 
-%description 75dpi-ISO8859-4 -l pl
-Fonty rastrowe ISO-8859-4 o rozdzielczo¶ci 75dpi.
+%description KOI8-R -l pl.UTF-8
+Fonty rastrowe KOI8-R (cyrylica).
 
-%package ISO8859-5
-Summary:       ISO-8859-5 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-5
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi
+Summary:       X11R6 75dpi raster fonts
+Summary(de.UTF-8):     X11R6 75 dpi-Fonts
+Summary(fr.UTF-8):     Fontes 75 dpi X11R6
+Summary(pl.UTF-8):     Fonty rastrowe o rozdzielczości 75dpi
+Summary(tr.UTF-8):     X11R6 75dpi yazıtipleri
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Obsoletes:     XFree86-75dpi-fonts
+%ifarch sparc
+Obsoletes:     X11R6.1-75dpi-fonts
+%endif
 
-%description ISO8859-5
-Basic ISO-8859-5 raster fonts.
+%description 75dpi
+The 75dpi fonts used on most Linux systems. Users with high resolution
+displays may prefer the 100dpi fonts available in a separate package.
 
-%description ISO8859-5 -l pl
-Podstawowe fonty rastrowe ISO-8859-5.
+%description 75dpi -l de.UTF-8
+Die 75dpi-Fonts, die auf meisten Linux-Systemen verwendet werden. Für
+Benutzer mit einer hochauflösender Darstellung sind die 100dpi-Fonts
+eines getrennt erhältlichen Pakets besser geeignet.
 
-%package 100dpi-ISO8859-5
-Summary:       ISO-8859-5 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-5 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description 75dpi -l fr.UTF-8
+Fontes 75 dpi utilisées sur la plupart des systèmes Linux. Ceux qui
+ont des écrans à haute résolution préfèreront les fontes 100 dpi
+disponibles dans un autre paquetage.
 
-%description 100dpi-ISO8859-5
-ISO-8859-5 raster fonts.
+%description 75dpi -l pl.UTF-8
+Pakiet ten zawiera fonty rastrowe 75dpi. W wypadku większej
+rozdzielczości zalecane są fonty 100dpi, które są dostępne w osobnym
+pakiecie.
 
-%description 100dpi-ISO8859-5 -l pl
-Fonty rastrowe ISO-8859-5 o rozdzielczo¶ci 100dpi.
+%description 75dpi -l tr.UTF-8
+Çoğu Linux sisteminde 75dpi yazıtipi kullanılır. Yüksek çözünürlük
+kullanan kullanıcılar 100dpi yazıtiplerini yeğleyebilirler.
 
-%package 75dpi-ISO8859-5
-Summary:       ISO-8859-5 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-5 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-1
+Summary:       ISO-8859-1 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-1 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 75dpi-ISO8859-5
-ISO-8859-5 raster fonts.
+%description 75dpi-ISO8859-1
+ISO-8859-1 75dpi raster fonts.
 
-%description 75dpi-ISO8859-5 -l pl
-Fonty rastrowe ISO-8859-5 o rozdzielczo¶ci 75dpi.
+%description 75dpi-ISO8859-1 -l pl.UTF-8
+Fonty rastrowe ISO-8859-1 o rozdzielczości 75dpi.
 
-%package ISO8859-6
-Summary:       ISO-8859-6 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-6
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-2
+Summary:       ISO-8859-2 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-2 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
+Obsoletes:     XFree86-ISO8859-2-75dpi-fonts
+Obsoletes:     XFree86-latin2-75dpi-fonts
 
-%description ISO8859-6
-Basic ISO-8859-6 raster fonts.
+%description 75dpi-ISO8859-2
+ISO-8859-2 75dpi raster fonts.
 
-%description ISO8859-6 -l pl
-Podstawowe fonty rastrowe ISO-8859-6.
+%description 75dpi-ISO8859-2 -l pl.UTF-8
+Fonty rastrowe ISO-8859-2 o rozdzielczości 75dpi.
 
-%package 100dpi-ISO8859-6
-Summary:       ISO-8859-6 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-6 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-3
+Summary:       ISO-8859-3 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-3 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 100dpi-ISO8859-6
-ISO-8859-6 raster fonts.
+%description 75dpi-ISO8859-3
+ISO-8859-3 75dpi raster fonts.
 
-%description 100dpi-ISO8859-6 -l pl
-Fonty rastrowe ISO-8859-6 o rozdzielczo¶ci 100dpi.
+%description 75dpi-ISO8859-3 -l pl.UTF-8
+Fonty rastrowe ISO-8859-3 o rozdzielczości 75dpi.
 
-%package 75dpi-ISO8859-6
-Summary:       ISO-8859-6 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-6 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-4
+Summary:       ISO-8859-4 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-4 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 75dpi-ISO8859-6
-ISO-8859-6 raster fonts.
+%description 75dpi-ISO8859-4
+ISO-8859-4 75dpi raster fonts.
 
-%description 75dpi-ISO8859-6 -l pl
-Fonty rastrowe ISO-8859-6 o rozdzielczo¶ci 75dpi.
+%description 75dpi-ISO8859-4 -l pl.UTF-8
+Fonty rastrowe ISO-8859-4 o rozdzielczości 75dpi.
 
-%package ISO8859-7
-Summary:       ISO-8859-7 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-7
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-5
+Summary:       ISO-8859-5 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-5 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description ISO8859-7
-Basic ISO-8859-7 raster fonts.
+%description 75dpi-ISO8859-5
+ISO-8859-5 75dpi raster fonts.
 
-%description ISO8859-7 -l pl
-Podstawowe fonty rastrowe ISO-8859-7.
+%description 75dpi-ISO8859-5 -l pl.UTF-8
+Fonty rastrowe ISO-8859-5 o rozdzielczości 75dpi.
 
-%package 100dpi-ISO8859-7
-Summary:       ISO-8859-7 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-7 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-6
+Summary:       ISO-8859-6 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-6 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 100dpi-ISO8859-7
-ISO-8859-7 raster fonts.
+%description 75dpi-ISO8859-6
+ISO-8859-6 75dpi raster fonts.
 
-%description 100dpi-ISO8859-7 -l pl
-Fonty rastrowe ISO-8859-7 o rozdzielczo¶ci 100dpi.
+%description 75dpi-ISO8859-6 -l pl.UTF-8
+Fonty rastrowe ISO-8859-6 o rozdzielczości 75dpi.
 
 %package 75dpi-ISO8859-7
-Summary:       ISO-8859-7 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-7 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+Summary:       ISO-8859-7 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-7 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
 %description 75dpi-ISO8859-7
-ISO-8859-7 raster fonts.
+ISO-8859-7 75dpi raster fonts.
 
-%description 75dpi-ISO8859-7 -l pl
-Fonty rastrowe ISO-8859-7 o rozdzielczoci 75dpi.
+%description 75dpi-ISO8859-7 -l pl.UTF-8
+Fonty rastrowe ISO-8859-7 o rozdzielczości 75dpi.
 
-%package ISO8859-8
-Summary:       ISO-8859-8 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-8
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-8
+Summary:       ISO-8859-8 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-8 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description ISO8859-8
-Basic ISO-8859-8 raster fonts.
+%description 75dpi-ISO8859-8
+ISO-8859-8 75dpi raster fonts.
 
-%description ISO8859-8 -l pl
-Podstawowe fonty rastrowe ISO-8859-8.
+%description 75dpi-ISO8859-8 -l pl.UTF-8
+Fonty rastrowe ISO-8859-8 o rozdzielczości 75dpi.
 
-%package 100dpi-ISO8859-8
-Summary:       ISO-8859-8 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-8 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-9
+Summary:       ISO-8859-9 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-9 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 100dpi-ISO8859-8
-ISO-8859-8 raster fonts.
+%description 75dpi-ISO8859-9
+ISO-8859-9 75dpi raster fonts.
 
-%description 100dpi-ISO8859-8 -l pl
-Fonty rastrowe ISO-8859-8 o rozdzielczo¶ci 100dpi.
+%description 75dpi-ISO8859-9 -l pl.UTF-8
+Fonty rastrowe ISO-8859-9 o rozdzielczości 75dpi.
 
-%package 75dpi-ISO8859-8
-Summary:       ISO-8859-8 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-8 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-10
+Summary:       ISO-8859-10 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-10 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 75dpi-ISO8859-8
-ISO-8859-8 raster fonts.
+%description 75dpi-ISO8859-10
+ISO-8859-10 75dpi raster fonts.
 
-%description 75dpi-ISO8859-8 -l pl
-Fonty rastrowe ISO-8859-8 o rozdzielczo¶ci 75dpi.
+%description 75dpi-ISO8859-10 -l pl.UTF-8
+Fonty rastrowe ISO-8859-10 o rozdzielczości 75dpi.
 
-%package ISO8859-9
-Summary:       ISO-8859-9 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-9
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-11
+Summary:       ISO-8859-11 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-11 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description ISO8859-9
-Basic ISO-8859-9 raster fonts.
+%description 75dpi-ISO8859-11
+ISO-8859-11 75dpi raster fonts.
 
-%description ISO8859-9 -l pl
-Podstawowe fonty rastrowe ISO-8859-9.
+%description 75dpi-ISO8859-11 -l pl.UTF-8
+Fonty rastrowe ISO-8859-11 o rozdzielczości 75dpi.
 
-%package 100dpi-ISO8859-9
-Summary:       ISO-8859-9 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-9 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-12
+Summary:       ISO-8859-12 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-12 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 100dpi-ISO8859-9
-ISO-8859-9 raster fonts.
+%description 75dpi-ISO8859-12
+ISO-8859-12 75dpi raster fonts.
 
-%description 100dpi-ISO8859-9 -l pl
-Fonty rastrowe ISO-8859-9 o rozdzielczo¶ci 100dpi.
+%description 75dpi-ISO8859-12 -l pl.UTF-8
+Fonty rastrowe ISO-8859-12 o rozdzielczości 75dpi.
 
-%package 75dpi-ISO8859-9
-Summary:       ISO-8859-9 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-9 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-13
+Summary:       ISO-8859-13 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-13 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 75dpi-ISO8859-9
-ISO-8859-9 raster fonts.
+%description 75dpi-ISO8859-13
+ISO-8859-13 75dpi raster fonts.
 
-%description 75dpi-ISO8859-9 -l pl
-Fonty rastrowe ISO-8859-9 o rozdzielczo¶ci 75dpi.
+%description 75dpi-ISO8859-13 -l pl.UTF-8
+Fonty rastrowe ISO-8859-13 o rozdzielczości 75dpi.
 
-%package ISO8859-10
-Summary:       ISO-8859-10 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-10
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-14
+Summary:       ISO-8859-14 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-14 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description ISO8859-10
-Basic ISO-8859-10 raster fonts.
+%description 75dpi-ISO8859-14
+ISO-8859-14 75dpi raster fonts.
 
-%description ISO8859-10 -l pl
-Podstawowe fonty rastrowe ISO-8859-10.
+%description 75dpi-ISO8859-14 -l pl.UTF-8
+Fonty rastrowe ISO-8859-14 o rozdzielczości 75dpi.
 
-%package 100dpi-ISO8859-10
-Summary:       ISO-8859-10 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-10 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-ISO8859-15
+Summary:       ISO-8859-15 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-15 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 100dpi-ISO8859-10
-ISO-8859-10 raster fonts.
+%description 75dpi-ISO8859-15
+ISO-8859-15 75dpi raster fonts.
 
-%description 100dpi-ISO8859-10 -l pl
-Fonty rastrowe ISO-8859-10 o rozdzielczo¶ci 100dpi.
+%description 75dpi-ISO8859-15 -l pl.UTF-8
+Fonty rastrowe ISO-8859-15 o rozdzielczości 75dpi.
 
-%package 75dpi-ISO8859-10
-Summary:       ISO-8859-10 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-10 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-JISX0201.1976-0
+Summary:       JISX0201.1976-0 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe JISX0201.1976-0 o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description 75dpi-ISO8859-10
-ISO-8859-10 raster fonts.
+%description 75dpi-JISX0201.1976-0
+JISX0201.1976-0 75dpi raster fonts.
 
-%description 75dpi-ISO8859-10 -l pl
-Fonty rastrowe ISO-8859-10 o rozdzielczo¶ci 75dpi.
+%description 75dpi-JISX0201.1976-0 -l pl.UTF-8
+Fonty rastrowe JISX0201.1976-0 o rozdzielczości 75dpi.
 
-%package ISO8859-11
-Summary:       ISO-8859-11 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-11
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 75dpi-KOI8-R
+Summary:       KOI8-R 75dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe KOI8-R o rozdzielczości 75dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/75dpi
 
-%description ISO8859-11
-Basic ISO-8859-11 raster fonts.
+%description 75dpi-KOI8-R
+KOI8-R 75dpi raster fonts.
 
-%description ISO8859-11 -l pl
-Podstawowe fonty rastrowe ISO-8859-11.
+%description 75dpi-KOI8-R -l pl.UTF-8
+Fonty rastrowe ISO-KOI8-R o rozdzielczości 75dpi.
 
-%package 100dpi-ISO8859-11
-Summary:       ISO-8859-11 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-11 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi
+Summary:       X11R6 100dpi raster fonts
+Summary(de.UTF-8):     X11R6 100dpi-Fonts
+Summary(fr.UTF-8):     Fontes 100ppp pour X11R6
+Summary(pl.UTF-8):     Fonty rastrowe o rozdzielczości 100dpi
+Summary(tr.UTF-8):     X11R6 100dpi yazıtipleri
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Obsoletes:     XFree86-100dpi-fonts
+%ifarch sparc
+Obsoletes:     X11R6.1-100dpi-fonts
+%endif
 
-%description 100dpi-ISO8859-11
-ISO-8859-11 raster fonts.
+%description 100dpi
+The 100dpi fonts used on most Linux systems. Users with low resolution
+displays may prefer the 75dpi fonts available in a separate package.
 
-%description 100dpi-ISO8859-11 -l pl
-Fonty rastrowe ISO-8859-11 o rozdzielczo¶ci 100dpi.
+%description 100dpi -l de.UTF-8
+Die 100dpi-Schriftarten, die auf den meisten Linux-Systemen zum
+Einsatz kommen. Anwender mit hochauflösenden Monitoren ziehen unter
+Umständen die 100dpi-Schriften vor, die in einem separaten Paket
+erhältlich sind.
 
-%package 75dpi-ISO8859-11
-Summary:       ISO-8859-11 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-11 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%description 100dpi -l fr.UTF-8
+Les fontes 100dpi sont utilisées par la plupart des systèmes Linux.
+Les utilisateurs ayant des hautes résolutions peuvent préférer les
+fontes 100dpi disponibles dans un package séparé.
 
-%description 75dpi-ISO8859-11
-ISO-8859-11 raster fonts.
+%description 100dpi -l pl.UTF-8
+Pakiet ten zawiera fonty rastrowe 100dpi. Bedą one potrzebne przy
+pracy w dużych rozdzielczościach.
 
-%description 75dpi-ISO8859-11 -l pl
-Fonty rastrowe ISO-8859-11 o rozdzielczo¶ci 75dpi.
+%description 100dpi -l tr.UTF-8
+Yüksek çözünürlük kullanan kullanıcılar 100dpi yazıtiplerini 75dpi
+olanlara yeğleyebilirler.
 
-%package ISO8859-12
-Summary:       ISO-8859-12 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-12
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-1
+Summary:       ISO-8859-1 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-1 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description ISO8859-12
-Basic ISO-8859-12 raster fonts.
+%description 100dpi-ISO8859-1
+ISO-8859-1 100dpi raster fonts.
 
-%description ISO8859-12 -l pl
-Podstawowe fonty rastrowe ISO-8859-12.
+%description 100dpi-ISO8859-1 -l pl.UTF-8
+Fonty rastrowe ISO-8859-1 o rozdzielczości 100dpi.
 
-%package 100dpi-ISO8859-12
-Summary:       ISO-8859-12 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-12 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-2
+Summary:       ISO-8859-2 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-2 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
+Obsoletes:     XFree86-ISO8859-2-100dpi-fonts
+Obsoletes:     XFree86-latin2-100dpi-fonts
 
-%description 100dpi-ISO8859-12
-ISO-8859-12 raster fonts.
+%description 100dpi-ISO8859-2
+ISO-8859-2 100dpi raster fonts.
 
-%description 100dpi-ISO8859-12 -l pl
-Fonty rastrowe ISO-8859-12 o rozdzielczo¶ci 100dpi.
+%description 100dpi-ISO8859-2 -l pl.UTF-8
+Fonty rastrowe ISO-8859-2 o rozdzielczości 100dpi.
 
-%package 75dpi-ISO8859-12
-Summary:       ISO-8859-12 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-12 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-3
+Summary:       ISO-8859-3 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-3 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 75dpi-ISO8859-12
-ISO-8859-12 raster fonts.
+%description 100dpi-ISO8859-3
+ISO-8859-3 100dpi raster fonts.
 
-%description 75dpi-ISO8859-12 -l pl
-Fonty rastrowe ISO-8859-12 o rozdzielczo¶ci 75dpi.
+%description 100dpi-ISO8859-3 -l pl.UTF-8
+Fonty rastrowe ISO-8859-3 o rozdzielczości 100dpi.
 
-%package ISO8859-13
-Summary:       ISO-8859-13 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-13
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-4
+Summary:       ISO-8859-4 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-4 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description ISO8859-13
-Basic ISO-8859-13 raster fonts.
+%description 100dpi-ISO8859-4
+ISO-8859-4 100dpi raster fonts.
 
-%description ISO8859-13 -l pl
-Podstawowe fonty rastrowe ISO-8859-13.
+%description 100dpi-ISO8859-4 -l pl.UTF-8
+Fonty rastrowe ISO-8859-4 o rozdzielczości 100dpi.
 
-%package 100dpi-ISO8859-13
-Summary:       ISO-8859-13 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-13 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-5
+Summary:       ISO-8859-5 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-5 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 100dpi-ISO8859-13
-ISO-8859-13 raster fonts.
+%description 100dpi-ISO8859-5
+ISO-8859-5 100dpi raster fonts.
 
-%description 100dpi-ISO8859-13 -l pl
-Fonty rastrowe ISO-8859-13 o rozdzielczo¶ci 100dpi.
+%description 100dpi-ISO8859-5 -l pl.UTF-8
+Fonty rastrowe ISO-8859-5 o rozdzielczości 100dpi.
 
-%package 75dpi-ISO8859-13
-Summary:       ISO-8859-13 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-13 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-6
+Summary:       ISO-8859-6 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-6 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 75dpi-ISO8859-13
-ISO-8859-13 raster fonts.
+%description 100dpi-ISO8859-6
+ISO-8859-6 100dpi raster fonts.
 
-%description 75dpi-ISO8859-13 -l pl
-Fonty rastrowe ISO-8859-13 o rozdzielczo¶ci 75dpi.
+%description 100dpi-ISO8859-6 -l pl.UTF-8
+Fonty rastrowe ISO-8859-6 o rozdzielczości 100dpi.
 
-%package ISO8859-14
-Summary:       ISO-8859-14 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-14
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-7
+Summary:       ISO-8859-7 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-7 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description ISO8859-14
-Basic ISO-8859-14 raster fonts.
+%description 100dpi-ISO8859-7
+ISO-8859-7 100dpi raster fonts.
 
-%description ISO8859-14 -l pl
-Podstawowe fonty rastrowe ISO-8859-14.
+%description 100dpi-ISO8859-7 -l pl.UTF-8
+Fonty rastrowe ISO-8859-7 o rozdzielczości 100dpi.
 
-%package 100dpi-ISO8859-14
-Summary:       ISO-8859-14 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-14 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-8
+Summary:       ISO-8859-8 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-8 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 100dpi-ISO8859-14
-ISO-8859-14 raster fonts.
+%description 100dpi-ISO8859-8
+ISO-8859-8 100dpi raster fonts.
 
-%description 100dpi-ISO8859-14 -l pl
-Fonty rastrowe ISO-8859-14 o rozdzielczo¶ci 100dpi.
+%description 100dpi-ISO8859-8 -l pl.UTF-8
+Fonty rastrowe ISO-8859-8 o rozdzielczości 100dpi.
 
-%package 75dpi-ISO8859-14
-Summary:       ISO-8859-14 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-14 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-9
+Summary:       ISO-8859-9 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-9 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 75dpi-ISO8859-14
-ISO-8859-14 raster fonts.
+%description 100dpi-ISO8859-9
+ISO-8859-9 100dpi raster fonts.
 
-%description 75dpi-ISO8859-14 -l pl
-Fonty rastrowe ISO-8859-14 o rozdzielczo¶ci 75dpi.
+%description 100dpi-ISO8859-9 -l pl.UTF-8
+Fonty rastrowe ISO-8859-9 o rozdzielczości 100dpi.
 
-%package ISO8859-15
-Summary:       ISO-8859-15 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe ISO-8859-15
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-10
+Summary:       ISO-8859-10 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-10 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description ISO8859-15
-Basic ISO-8859-15 raster fonts.
+%description 100dpi-ISO8859-10
+ISO-8859-10 100dpi raster fonts.
 
-%description ISO8859-15 -l pl
-Podstawowe fonty rastrowe ISO-8859-15.
+%description 100dpi-ISO8859-10 -l pl.UTF-8
+Fonty rastrowe ISO-8859-10 o rozdzielczości 100dpi.
 
-%package 100dpi-ISO8859-15
-Summary:       ISO-8859-15 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-15 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-11
+Summary:       ISO-8859-11 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-11 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 100dpi-ISO8859-15
-ISO-8859-15 raster fonts.
+%description 100dpi-ISO8859-11
+ISO-8859-11 100dpi raster fonts.
 
-%description 100dpi-ISO8859-15 -l pl
-Fonty rastrowe ISO-8859-15 o rozdzielczo¶ci 100dpi.
+%description 100dpi-ISO8859-11 -l pl.UTF-8
+Fonty rastrowe ISO-8859-11 o rozdzielczości 100dpi.
 
-%package 75dpi-ISO8859-15
-Summary:       ISO-8859-15 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe ISO-8859-15 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-12
+Summary:       ISO-8859-12 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-12 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 75dpi-ISO8859-15
-ISO-8859-15 raster fonts.
+%description 100dpi-ISO8859-12
+ISO-8859-12 100dpi raster fonts.
 
-%description 75dpi-ISO8859-15 -l pl
-Fonty rastrowe ISO-8859-15 o rozdzielczo¶ci 75dpi.
+%description 100dpi-ISO8859-12 -l pl.UTF-8
+Fonty rastrowe ISO-8859-12 o rozdzielczości 100dpi.
 
-%package JISX0201.1976-0
-Summary:       JISX0201.1976-0 basic fonts - only need on server side
-Summary(pl):   Podstawowe fonty rastrowe JISX0201.1976-0
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-ISO8859-13
+Summary:       ISO-8859-13 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-13 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description JISX0201.1976-0
-Basic JISX0201.1976-0 raster fonts.
+%description 100dpi-ISO8859-13
+ISO-8859-13 100dpi raster fonts.
 
-%description JISX0201.1976-0 -l pl
-Podstawowe fonty rastrowe JISX0201.1976-0.
+%description 100dpi-ISO8859-13 -l pl.UTF-8
+Fonty rastrowe ISO-8859-13 o rozdzielczości 100dpi.
+
+%package 100dpi-ISO8859-14
+Summary:       ISO-8859-14 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-14 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
+
+%description 100dpi-ISO8859-14
+ISO-8859-14 100dpi raster fonts.
+
+%description 100dpi-ISO8859-14 -l pl.UTF-8
+Fonty rastrowe ISO-8859-14 o rozdzielczości 100dpi.
+
+%package 100dpi-ISO8859-15
+Summary:       ISO-8859-15 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe ISO-8859-15 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
+
+%description 100dpi-ISO8859-15
+ISO-8859-15 100dpi raster fonts.
+
+%description 100dpi-ISO8859-15 -l pl.UTF-8
+Fonty rastrowe ISO-8859-15 o rozdzielczości 100dpi.
 
 %package 100dpi-JISX0201.1976-0
-Summary:       JISX0201.1976-0 100dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe JISX0201.1976-0 o rozdzielczo¶ci 100dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+Summary:       JISX0201.1976-0 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe JISX0201.1976-0 o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
 %description 100dpi-JISX0201.1976-0
-JISX0201.1976-0 raster fonts.
+JISX0201.1976-0 100dpi raster fonts.
 
-%description 100dpi-JISX0201.1976-0 -l pl
-Fonty rastrowe JISX0201.1976-0 o rozdzielczoci 100dpi.
+%description 100dpi-JISX0201.1976-0 -l pl.UTF-8
+Fonty rastrowe JISX0201.1976-0 o rozdzielczości 100dpi.
 
-%package 75dpi-JISX0201.1976-0
-Summary:       JISX0201.1976-0 75dpi fonts - only need on server side
-Summary(pl):   Fonty rastrowe JISX0201.1976-0 o rozdzielczo¶ci 75dpi
-Group:         X11/XFree86
-Group(cs):     X11/XFree86
-Group(da):     X11/XFree86
-Group(de):     X11/XFree86
-Group(es):     X11/XFree86
-Group(fr):     X11/XFree86
-Group(id):     X11/XFree86
-Group(is):     X11/XFree86
-Group(it):     X11/XFree86
-Group(ja):     X11/XFree86
-Group(no):     X11/XFree86
-Group(pl):     X11/XFree86
-Group(pt_BR):  X11/XFree86
-Group(pt):     X11/XFree86
-Group(ru):     X11/XFree86
-Group(sl):     X11/XFree86
-Group(sv):     X11/XFree86
-Group(uk):     X11/XFree86
-Requires(post):        %{_bindir}/mkfontdir
-Requires(postun):      %{_bindir}/mkfontdir
+%package 100dpi-KOI8-R
+Summary:       KOI8-R 100dpi raster fonts
+Summary(pl.UTF-8):     Fonty rastrowe KOI8-R o rozdzielczości 100dpi
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/100dpi
 
-%description 75dpi-JISX0201.1976-0
-JISX0201.1976-0 raster fonts.
+%description 100dpi-KOI8-R
+KOI8-R 100dpi raster fonts.
+
+%description 100dpi-KOI8-R -l pl.UTF-8
+Fonty rastrowe KOI8-R o rozdzielczości 100dpi.
+
+%package Ethiopic
+Summary:       Ethiopic OpenType and TrueType fonts
+Summary(pl.UTF-8):     Etiopskie fonty OpenType i TrueType
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/OTF
+Requires:      %{_fontsdir}/TTF
+
+%description Ethiopic
+Ethiopic OpenType and TrueType fonts.
+
+%description Ethiopic -l pl.UTF-8
+Etiopskie fonty OpenType i TrueType.
 
-%description 75dpi-JISX0201.1976-0 -l pl
-Fonty rastrowe JISX0201.1976-0 o rozdzielczo¶ci 75dpi.
+%package Syriac
+Summary:       Syriac OpenType fonts
+Summary(pl.UTF-8):     Starosyryjskie fonty OpenType
+License:       distributable without modifications
+Group:         Fonts
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/OTF
+
+%description Syriac
+Syriac OpenType fonts.
+
+%description Syriac -l pl.UTF-8
+Starosyryjskie fonty OpenType.
 
 %prep
-%setup -q -c -a1 -a2 -a3
-%patch0 -p1
-%patch1 -p1
+%setup -qc -a1 -a2
+%patch0 -p0
+%patch1 -p0
 %patch2 -p1
 
 cp -f xc/extras/fonts/arabic24/*.bdf xc/fonts/bdf/misc
 cp -f xc/extras/fonts/ClearlyU/*.bdf xc/fonts/bdf/misc
 
-# move ISO8859-2 fonts to main tree
-for i in {misc/{12x24,8x16},{75,100}dpi/{char,term,lu{BIS,bB}19}}*.bdf ; do
-       j="`echo $i | sed 's/\.bdf$//'`-ISO8859-2.bdf"
-       mv -f $i xc/fonts/bdf/$j
-done
-
 %build
-%{__make} all -C ulT1mo-beta-1.0
-
 cd xc/fonts
-imake -DBuildFonts -DUseInstalled -I%{_libdir}/X11/config
+imake -DBuildFonts -DUseInstalled -I%{xconfdir}
+%{__make} Makefiles
+cd scaled
+imake -DBuildFonts -DBuildEthiopicFonts -DBuildBethMarduthoFonts -DBuildSpeedoFonts \
+       -DUseInstalled -I%{xconfdir}
 %{__make} Makefiles
+cd ..
 %{__make} depend
 cd ..
-%{__make} -C fonts TOP=`pwd` \
+%{__make} -C fonts \
+       TOP=`pwd` \
        UCS2ANY=`pwd`/fonts/util/ucs2any.pl \
        BDFTRUNCATE=`pwd`/fonts/util/bdftruncate.pl \
        UCSMAPPREFIX=`pwd`/fonts/util/map- \
@@ -1869,953 +888,714 @@ cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_t1afmdir}
+
 cd xc
-%{__make} -C fonts install TOP=`pwd` \
+%{__make} -C fonts install \
+       TOP=`pwd` \
        UCS2ANY=`pwd`/fonts/util/ucs2any.pl \
        BDFTRUNCATE=`pwd`/fonts/util/bdftruncate.pl \
        UCSMAPPREFIX=`pwd`/fonts/util/map- \
+       BINDIR=%{_bindir} \
+       FONTDIR=%{_fontsdir} \
+       ENCODINGSDIR=%{_fontsdir}/encodings \
        DESTDIR=$RPM_BUILD_ROOT
-%{__make} -C fonts install.man TOP=`pwd` \
+%{__make} -C fonts install.man \
+       TOP=`pwd` \
        UCS2ANY=`pwd`/fonts/util/ucs2any.pl \
        BDFTRUNCATE=`pwd`/fonts/util/bdftruncate.pl \
        UCSMAPPREFIX=`pwd`/fonts/util/map- \
+       MANDIR=%{_mandir}/man1 \
        DESTDIR=$RPM_BUILD_ROOT
 cd ..
 
-%{__make} -C ulT1mo-beta-1.0 install \
-       FONTDIR=$RPM_BUILD_ROOT%{_fontsdir}
-
 # separate *.afm, convert *.pfa to .pfb
 mv -f $RPM_BUILD_ROOT%{_t1fontsdir}/*.afm $RPM_BUILD_ROOT%{_t1afmdir}
-(cd $RPM_BUILD_ROOT%{_t1fontsdir}
+cd $RPM_BUILD_ROOT%{_t1fontsdir}
 for f in *.pfa ; do
        t1binary $f `basename $f .pfa`.pfb
        rm -f $f
 done
-)
+cd -
 
-# make "fixed" font
-sed -e 's/^FONT -Misc.*/FONT fixed/' xc/fonts/bdf/misc/6x13-ISO8859-1.bdf | \
-       %{_bindir}/bdftopcf -t | gzip -9 > $RPM_BUILD_ROOT%{_fontsdir}/misc/fixed.pcf.gz
+# split fonts.alias (separate "fixed")
+grep -v '^fixed[ \t]' $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias \
+       > $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias.10XFree86-fonts
+grep '^fixed[ \t].*' $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias \
+       > $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias.00XFree86-fonts-base
+rm -f $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias
 
-tail -n +2 ulT1mo-beta-1.0/fonts.scale.ulT1mo | sed -e 's/\.pfb/-ISO-8859-2\.pfb/' \
-       > $RPM_BUILD_ROOT%{_t1fontsdir}/fonts.scale.XFree86-fonts-Type1-ISO8859-2
+# support merging font aliases from other packages
+mv -f $RPM_BUILD_ROOT%{_fontsdir}/cyrillic/fonts.alias{,.%{name}-KOI8-R}
+mv -f $RPM_BUILD_ROOT%{_fontsdir}/75dpi/fonts.alias{,.%{name}-75dpi-ISO8859-1}
+mv -f $RPM_BUILD_ROOT%{_fontsdir}/100dpi/fonts.alias{,.%{name}-100dpi-ISO8859-1}
+
+# mkfontscale is not able to generate proper fonts.scale for these Type1 fonts
 tail -n +2 xc/fonts/scaled/Type1/fonts.scale | sed -e 's/\.pfa/\.pfb/' \
        > $RPM_BUILD_ROOT%{_t1fontsdir}/fonts.scale.%{name}
-install %{SOURCE4} $RPM_BUILD_ROOT%{_t1fontsdir}/Fontmap.%{name}
-install %{SOURCE5} $RPM_BUILD_ROOT%{_t1fontsdir}/Fontmap.XFree86-fonts-Type1-ISO8859-2
-install %{SOURCE6} $RPM_BUILD_ROOT%{_fontsdir}/misc
-tail -n +2 $RPM_BUILD_ROOT%{_fontsdir}/TTF/fonts.scale \
-       > $RPM_BUILD_ROOT%{_fontsdir}/TTF/fonts.scale.XFree86-fonts
-rm -f $RPM_BUILD_ROOT%{_fontsdir}/TTF/fonts.scale
-gzip -9nf $RPM_BUILD_ROOT%{_fontsdir}/misc/vga.pcf
+rm -f $RPM_BUILD_ROOT%{_t1fontsdir}/fonts.scale
+# Fontmap for Type1 fonts (generated by type1inst)
+install %{SOURCE3} $RPM_BUILD_ROOT%{_t1fontsdir}/Fontmap.%{name}
+
+# mkfontscale doesn't support Speedo fonts
+tail -n +2 $RPM_BUILD_ROOT%{_fontsdir}/Speedo/fonts.scale \
+       > $RPM_BUILD_ROOT%{_fontsdir}/Speedo/fonts.scale.XFree86-fonts
+rm -f $RPM_BUILD_ROOT%{_fontsdir}/Speedo/fonts.scale
+
+# does mkfontscale support CID fonts? it's safer to assume that doesn't
+#tail -n +2 $RPM_BUILD_ROOT%{_fontsdir}/CID/fonts.scale \
+#      > $RPM_BUILD_ROOT%{_fontsdir}/CID/fonts.scale.XFree86-fonts
+#rm -f $RPM_BUILD_ROOT%{_fontsdir}/CID/fonts.scale
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
-cd %{_t1fontsdir}
-rm -f fonts.scale.bak Fontmap.bak
-cat fonts.scale.* | sort -u > fonts.scale.tmp
-cat fonts.scale.tmp | wc -l | sed -e 's/ //g' > fonts.scale
-cat fonts.scale.tmp >> fonts.scale
-rm -f fonts.scale.tmp
-ln -sf fonts.scale fonts.dir
-cat Fontmap.* > Fontmap
-if [ -x %{_bindir}/xftcache ]; then
-       %{_bindir}/xftcache .
-fi
-cd %{_fontsdir}/TTF
-umask 022
-cat fonts.scale.* | sort -u > fonts.scale.tmp
-cat fonts.scale.tmp | wc -l | sed -e 's/ //g' > fonts.scale
-cat fonts.scale.tmp >> fonts.scale
-rm -f fonts.scale.tmp
-ln -sf fonts.scale fonts.dir
-if [ -x %{_bindir}/xftcache ]; then
-       %{_bindir}/xftcache .
-fi
+fontpostinst misc
+#fontpostinst CID
+fontpostinst Speedo
+fontpostinst TTF
+fontpostinst Type1
+fontpostinst local
 
 %postun
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
-cd %{_t1fontsdir}
-rm -f fonts.scale.bak Fontmap.bak
-cat fonts.scale.* 2>/dev/null | sort -u > fonts.scale.tmp
-cat fonts.scale.tmp | wc -l | sed -e 's/ //g' > fonts.scale
-cat fonts.scale.tmp >> fonts.scale
-rm -f fonts.scale.tmp
-ln -sf fonts.scale fonts.dir
-cat Fontmap.* > Fontmap 2>/dev/null
-if [ -x %{_bindir}/xftcache ]; then
-       %{_bindir}/xftcache .
-fi
-cd %{_fontsdir}/TTF
-umask 022
-cat fonts.scale.* | sort -u > fonts.scale.tmp
-cat fonts.scale.tmp | wc -l | sed -e 's/ //g' > fonts.scale
-cat fonts.scale.tmp >> fonts.scale
-rm -f fonts.scale.tmp
-ln -sf fonts.scale fonts.dir
-if [ -x %{_bindir}/xftcache ]; then
-       %{_bindir}/xftcache .
-fi
+fontpostinst misc
+#fontpostinst CID
+fontpostinst Speedo
+fontpostinst TTF
+fontpostinst Type1
+fontpostinst local
 
 %post base
-cd %{_fontsdir}/misc
-umask 022
-if [ -x %{_bindir}/mkfontdir ]; then
-       %{_bindir}/mkfontdir
-else
-       cat > fonts.dir <<EOF
-2
-cursor.pcf.gz cursor
-fixed.pcf.gz fixed
-EOF
-fi
+fontpostinst misc
 
 %postun base
-if [ -x %{_bindir}/mkfontdir ]; then
-       cd %{_fontsdir}/misc
-       umask 022
-       %{_bindir}/mkfontdir
-fi
+fontpostinst misc
 
-%post 75dpi
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%triggerpostun base -- XFree86-fonts < 4.2.0-6
+fontpostinst misc
 
-%postun 75dpi
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-1
+fontpostinst misc
 
-%post 100dpi
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-1
+fontpostinst misc
 
-%postun 100dpi
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-2
+fontpostinst misc
 
-%post ISO8859-1
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-2
+fontpostinst misc
 
-%postun ISO8859-1
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-3
+fontpostinst misc
 
-%post 75dpi-ISO8859-1
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-3
+fontpostinst misc
 
-%postun 75dpi-ISO8859-1
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-4
+fontpostinst misc
 
-%post 100dpi-ISO8859-1
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-4
+fontpostinst misc
 
-%postun 100dpi-ISO8859-1
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-5
+fontpostinst misc
 
-%post ISO8859-2
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-5
+fontpostinst misc
 
-%postun ISO8859-2
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-6
+fontpostinst misc
 
-%post 75dpi-ISO8859-2
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-6
+fontpostinst misc
 
-%postun 75dpi-ISO8859-2
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-7
+fontpostinst misc
 
-%post 100dpi-ISO8859-2
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-7
+fontpostinst misc
 
-%postun 100dpi-ISO8859-2
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
-
-%post Type1-ISO8859-2
-cd %{_t1fontsdir}
-rm -f fonts.scale.bak Fontmap.bak
-cat fonts.scale.* | sort -u > fonts.scale.tmp
-cat fonts.scale.tmp | wc -l | sed -e 's/ //g' > fonts.scale
-cat fonts.scale.tmp >> fonts.scale
-rm -f fonts.scale.tmp
-ln -sf fonts.scale fonts.dir
-cat Fontmap.* > Fontmap
-grep '^.*ISO-8859-2.pfb' %{_t1fontsdir}/fonts.dir |\
-       sed 's/\(^.*ISO-8859-2.pfb \)\(.*\)/"\2"/' |\
-       sed 's/\(^".*\)\(-[a-z]*-[a-z]*"\)/\1-iso8859-2" \1\2/' |\
-       grep -v ^[0-9] > %{_t1fontsdir}/fonts.alias.tmp
-cat %{_t1fontsdir}/fonts.alias.tmp >> %{_t1fontsdir}/fonts.alias
-sort -u < %{_t1fontsdir}/fonts.alias > %{_t1fontsdir}/fonts.alias.tmp
-mv -f %{_t1fontsdir}/fonts.alias.tmp %{_t1fontsdir}/fonts.alias
-if [ -x %{_bindir}/xftcache ]; then
-       %{_bindir}/xftcache .
-fi
-
-%postun Type1-ISO8859-2
-cd %{_t1fontsdir}
-rm -f fonts.scale.bak Fontmap.bak
-cat fonts.scale.* 2>/dev/null | sort -u > fonts.scale.tmp
-cat fonts.scale.tmp | wc -l | sed -e 's/ //g' > fonts.scale
-cat fonts.scale.tmp >> fonts.scale
-rm -f fonts.scale.tmp
-ln -sf fonts.scale fonts.dir
-cat Fontmap.* > Fontmap 2>/dev/null
-sed 's/^.*pfb -//' %{_t1fontsdir}/fonts.dir > %{_t1fontsdir}/fonts.dir.tmp
-grep -f %{_t1fontsdir}/fonts.dir.tmp \
-       %{_t1fontsdir}/fonts.alias > %{_t1fontsdir}/fonts.alias.tmp
-mv -f %{_t1fontsdir}/fonts.alias.tmp %{_t1fontsdir}/fonts.alias
-rm -f %{_t1fontsdir}/fonts.dir.tmp
-if [ -x %{_bindir}/xftcache ]; then
-       %{_bindir}/xftcache .
-fi
+%post ISO8859-8
+fontpostinst misc
 
-%post ISO8859-3
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-8
+fontpostinst misc
 
-%postun ISO8859-3
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-9
+fontpostinst misc
 
-%post 75dpi-ISO8859-3
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-9
+fontpostinst misc
 
-%postun 75dpi-ISO8859-3
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-10
+fontpostinst misc
 
-%post 100dpi-ISO8859-4
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-10
+fontpostinst misc
 
-%postun 100dpi-ISO8859-4
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-11
+fontpostinst misc
 
-%post ISO8859-5
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-11
+fontpostinst misc
 
-%postun ISO8859-5
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-12
+fontpostinst misc
 
-%post 75dpi-ISO8859-5
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-12
+fontpostinst misc
 
-%postun 75dpi-ISO8859-5
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-13
+fontpostinst misc
 
-%post 100dpi-ISO8859-5
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-13
+fontpostinst misc
 
-%postun 100dpi-ISO8859-5
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-14
+fontpostinst misc
 
-%post ISO8859-6
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-14
+fontpostinst misc
 
-%postun ISO8859-6
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-15
+fontpostinst misc
 
-%post 75dpi-ISO8859-6
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-15
+fontpostinst misc
 
-%postun 75dpi-ISO8859-6
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post ISO8859-16
+fontpostinst misc
 
-%post 100dpi-ISO8859-6
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun ISO8859-16
+fontpostinst misc
 
-%postun 100dpi-ISO8859-6
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post JISX0201.1976-0
+fontpostinst misc
 
-%post ISO8859-7
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun JISX0201.1976-0
+fontpostinst misc
 
-%postun ISO8859-7
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post KOI8-R
+fontpostinst misc
+fontpostinst cyrillic
 
-%post 75dpi-ISO8859-7
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun KOI8-R
+fontpostinst misc
+fontpostinst cyrillic
 
-%postun 75dpi-ISO8859-7
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi
+fontpostinst 75dpi
 
-%post 100dpi-ISO8859-7
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi
+fontpostinst 75dpi
 
-%postun 100dpi-ISO8859-7
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-1
+fontpostinst 75dpi
 
-%post ISO8859-8
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-1
+fontpostinst 75dpi
 
-%postun ISO8859-8
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-2
+fontpostinst 75dpi
 
-%post 75dpi-ISO8859-8
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-2
+fontpostinst 75dpi
 
-%postun 75dpi-ISO8859-8
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-3
+fontpostinst 75dpi
 
-%post 100dpi-ISO8859-8
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-3
+fontpostinst 75dpi
 
-%postun 100dpi-ISO8859-8
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-4
+fontpostinst 75dpi
 
-%post ISO8859-9
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-4
+fontpostinst 75dpi
 
-%postun ISO8859-9
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-5
+fontpostinst 75dpi
 
-%post 75dpi-ISO8859-9
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-5
+fontpostinst 75dpi
 
-%postun 75dpi-ISO8859-9
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-6
+fontpostinst 75dpi
 
-%post 100dpi-ISO8859-9
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-6
+fontpostinst 75dpi
 
-%postun 100dpi-ISO8859-9
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-7
+fontpostinst 75dpi
 
-%post ISO8859-10
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-7
+fontpostinst 75dpi
 
-%postun ISO8859-10
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-8
+fontpostinst 75dpi
+
+%postun 75dpi-ISO8859-8
+fontpostinst 75dpi
+
+%post 75dpi-ISO8859-9
+fontpostinst 75dpi
+
+%postun 75dpi-ISO8859-9
+fontpostinst 75dpi
 
 %post 75dpi-ISO8859-10
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+fontpostinst 75dpi
 
 %postun 75dpi-ISO8859-10
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+fontpostinst 75dpi
 
-%post 100dpi-ISO8859-10
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-11
+fontpostinst 75dpi
 
-%postun 100dpi-ISO8859-10
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-11
+fontpostinst 75dpi
 
-%post ISO8859-11
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-12
+fontpostinst 75dpi
 
-%postun ISO8859-11
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-12
+fontpostinst 75dpi
 
-%post 75dpi-ISO8859-11
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-13
+fontpostinst 75dpi
 
-%postun 75dpi-ISO8859-11
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-13
+fontpostinst 75dpi
 
-%post 100dpi-ISO8859-11
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-14
+fontpostinst 75dpi
 
-%postun 100dpi-ISO8859-11
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-14
+fontpostinst 75dpi
 
-%post ISO8859-12
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-ISO8859-15
+fontpostinst 75dpi
 
-%postun ISO8859-12
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-ISO8859-15
+fontpostinst 75dpi
 
-%post 75dpi-ISO8859-12
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-JISX0201.1976-0
+fontpostinst 75dpi
 
-%postun 75dpi-ISO8859-12
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-JISX0201.1976-0
+fontpostinst 75dpi
 
-%post 100dpi-ISO8859-12
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 75dpi-KOI8-R
+fontpostinst 75dpi
 
-%postun 100dpi-ISO8859-12
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 75dpi-KOI8-R
+fontpostinst 75dpi
 
-%post ISO8859-13
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi
+fontpostinst 100dpi
 
-%postun ISO8859-13
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi
+fontpostinst 100dpi
 
-%post 75dpi-ISO8859-13
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-1
+fontpostinst 100dpi
 
-%postun 75dpi-ISO8859-13
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-1
+fontpostinst 100dpi
 
-%post 100dpi-ISO8859-13
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-2
+fontpostinst 100dpi
 
-%postun 100dpi-ISO8859-13
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-2
+fontpostinst 100dpi
 
-%post ISO8859-14
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-3
+fontpostinst 100dpi
 
-%postun ISO8859-14
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-3
+fontpostinst 100dpi
 
-%post 75dpi-ISO8859-14
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-4
+fontpostinst 100dpi
 
-%postun 75dpi-ISO8859-14
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-4
+fontpostinst 100dpi
 
-%post 100dpi-ISO8859-14
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-5
+fontpostinst 100dpi
 
-%postun 100dpi-ISO8859-14
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-5
+fontpostinst 100dpi
 
-%post ISO8859-15
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-6
+fontpostinst 100dpi
 
-%postun ISO8859-15
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-6
+fontpostinst 100dpi
 
-%post 75dpi-ISO8859-15
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-7
+fontpostinst 100dpi
 
-%postun 75dpi-ISO8859-15
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-7
+fontpostinst 100dpi
 
-%post 100dpi-ISO8859-15
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-8
+fontpostinst 100dpi
 
-%postun 100dpi-ISO8859-15
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-8
+fontpostinst 100dpi
 
-%post KOI8-R
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
-cd %{_fontsdir}/cyrillic
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-9
+fontpostinst 100dpi
 
-%postun KOI8-R
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
-cd %{_fontsdir}/cyrillic
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-9
+fontpostinst 100dpi
 
-%post 75dpi-KOI8-R
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-10
+fontpostinst 100dpi
 
-%postun 75dpi-KOI8-R
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-10
+fontpostinst 100dpi
 
-%post 100dpi-KOI8-R
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-11
+fontpostinst 100dpi
 
-%postun 100dpi-KOI8-R
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-11
+fontpostinst 100dpi
 
-%post JISX0201.1976-0
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-12
+fontpostinst 100dpi
 
-%postun JISX0201.1976-0
-cd %{_fontsdir}/misc
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-12
+fontpostinst 100dpi
 
-%post 75dpi-JISX0201.1976-0
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%post 100dpi-ISO8859-13
+fontpostinst 100dpi
 
-%postun 75dpi-JISX0201.1976-0
-cd %{_fontsdir}/75dpi
-umask 022
-%{_bindir}/mkfontdir
+%postun 100dpi-ISO8859-13
+fontpostinst 100dpi
+
+%post 100dpi-ISO8859-14
+fontpostinst 100dpi
+
+%postun 100dpi-ISO8859-14
+fontpostinst 100dpi
+
+%post 100dpi-ISO8859-15
+fontpostinst 100dpi
+
+%postun 100dpi-ISO8859-15
+fontpostinst 100dpi
 
 %post 100dpi-JISX0201.1976-0
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+fontpostinst 100dpi
 
 %postun 100dpi-JISX0201.1976-0
-cd %{_fontsdir}/100dpi
-umask 022
-%{_bindir}/mkfontdir
+fontpostinst 100dpi
+
+%post 100dpi-KOI8-R
+fontpostinst 100dpi
+
+%postun 100dpi-KOI8-R
+fontpostinst 100dpi
+
+%post Ethiopic
+fontpostinst OTF
+fontpostinst TTF
+
+%postun Ethiopic
+fontpostinst OTF
+fontpostinst TTF
+
+%post Syriac
+fontpostinst OTF
+
+%postun Syriac
+fontpostinst OTF
 
 %files
 %defattr(644,root,root,755)
-%dir %{_fontsdir}/CID
+%{_fontsdir}/encodings
+
+%{_fontsdir}/misc/*.pcf.gz
+%exclude %{_fontsdir}/misc/*-ISO8859-*.pcf.gz
+%exclude %{_fontsdir}/misc/*-JISX0201.1976-0.pcf.gz
+%exclude %{_fontsdir}/misc/*-KOI8-R.pcf.gz
+%exclude %{_fontsdir}/misc/cursor.pcf.gz
+%exclude %{_fontsdir}/misc/*ja.pcf.gz
+%exclude %{_fontsdir}/misc/jiskan*.pcf.gz
+%{_fontsdir}/misc/fonts.alias.10XFree86-fonts
+
+##%dir %{_fontsdir}/CID
+##%{_fontsdir}/CID/fonts.scale.%{name}
+##%ghost %{_fontsdir}/CID/fonts.dir
+
+%dir %{_fontsdir}/OTF
+
 %dir %{_fontsdir}/Speedo
-%dir %{_fontsdir}/TTF
-%dir %{_fontsdir}/encodings
-%dir %{_fontsdir}/local
 %{_fontsdir}/Speedo/*.spd
-%{_fontsdir}/TTF/*.ttf
-%{_fontsdir}/encodings/*
+%{_fontsdir}/Speedo/fonts.scale.%{name}
+%ghost %{_fontsdir}/Speedo/fonts.dir
+
+%{_fontsdir}/TTF/luxi*.ttf
+%ghost %{_fontsdir}/TTF/fonts.dir
+
+# These fonts are in fonts-ttf-bitstream-vera package
+##%{_fontsdir}/TTF/Vera*.ttf
+
 %{_t1fontsdir}/*[a-z_].pfb
-%{_t1afmdir}/*[a-z_].afm
 %{_t1fontsdir}/*.%{name}
-%{_fontsdir}/TTF/fonts.scale.%{name}
-%verify(not mtime size md5) %{_fontsdir}/CID/fonts.*
-%verify(not mtime size md5) %{_fontsdir}/Speedo/fonts.*
-%verify(not mtime size md5) %{_fontsdir}/TTF/fonts.dir
-%verify(not mtime size md5) %{_fontsdir}/local/fonts.*
-%verify(not mtime size md5) %{_fontsdir}/misc/fonts.*
-%{_fontsdir}/misc/10x20.pcf.gz
-%{_fontsdir}/misc/12x24.pcf.gz
-%{_fontsdir}/misc/5x7.pcf.gz
-%{_fontsdir}/misc/5x8.pcf.gz
-%{_fontsdir}/misc/6x10.pcf.gz
-%{_fontsdir}/misc/6x12.pcf.gz
-%{_fontsdir}/misc/6x13.pcf.gz
-%{_fontsdir}/misc/6x13B.pcf.gz
-%{_fontsdir}/misc/6x13O.pcf.gz
-%{_fontsdir}/misc/6x9.pcf.gz
-%{_fontsdir}/misc/7x13.pcf.gz
-%{_fontsdir}/misc/7x13B.pcf.gz
-%{_fontsdir}/misc/7x13O.pcf.gz
-%{_fontsdir}/misc/7x14.pcf.gz
-%{_fontsdir}/misc/7x14B.pcf.gz
-%{_fontsdir}/misc/8x13.pcf.gz
-%{_fontsdir}/misc/8x13B.pcf.gz
-%{_fontsdir}/misc/8x13O.pcf.gz
-%{_fontsdir}/misc/8x16.pcf.gz
-%{_fontsdir}/misc/9x15.pcf.gz
-%{_fontsdir}/misc/9x15B.pcf.gz
-%{_fontsdir}/misc/9x18.pcf.gz
-%{_fontsdir}/misc/9x18B.pcf.gz
-%{_fontsdir}/misc/arabic*.pcf.gz
-%{_fontsdir}/misc/c[^u]*.pcf.gz
-%{_fontsdir}/misc/cu[^r]*.pcf.gz
-%{_fontsdir}/misc/[d-e]*.pcf.gz
-%{_fontsdir}/misc/[g-h]*.pcf.gz
-%{_fontsdir}/misc/k*.pcf.gz
-%{_fontsdir}/misc/[m-z]*.pcf.gz
-%{_fontsdir}/misc/*rk.pcf.gz
-%{_fontsdir}/misc/*ko.pcf.gz
+%{_t1afmdir}/*[a-z_].afm
+
+%dir %{_fontsdir}/local
+%ghost %{_fontsdir}/local/fonts.dir
 
 %files base
 %defattr(644,root,root,755)
-%dir %{_fontsdir}/misc
 %{_fontsdir}/misc/cursor.pcf.gz
-%{_fontsdir}/misc/fixed.pcf.gz
-
-%files PEX
-%defattr(644,root,root,755)
-%{_fontsdir}/PEX
+%{_fontsdir}/misc/6x13-ISO8859-1.pcf.gz
+%{_fontsdir}/misc/fonts.alias.00XFree86-fonts-base
+%ghost %{_fontsdir}/misc/fonts.dir
 
 %files utils
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_fontsdir}/util
+%{_mandir}/man1/*
 
-%files 75dpi
+%files ISO8859-1
 %defattr(644,root,root,755)
-%dir %{_fontsdir}/75dpi
-%{_fontsdir}/75dpi/*[a-zA-Z_][0-9][0-9].pcf.gz
-%verify(not mtime size md5) %{_fontsdir}/75dpi/fonts.*
-%verify(not mtime size md5) %{_fontsdir}/75dpi/encodings.dir
+%{_fontsdir}/misc/*ISO8859-1.pcf.gz
+%exclude %{_fontsdir}/misc/6x13-ISO8859-1.pcf.gz
 
-%files 100dpi
+%files ISO8859-2
 %defattr(644,root,root,755)
-%dir %{_fontsdir}/100dpi
-%{_fontsdir}/100dpi/*[a-zA-Z_][0-9][0-9].pcf.gz
-%verify(not mtime size md5) %{_fontsdir}/100dpi/fonts.*
-%verify(not mtime size md5) %{_fontsdir}/100dpi/encodings.dir
+%{_fontsdir}/misc/*ISO8859-2.pcf.gz
 
-%files ISO8859-1
+%files ISO8859-3
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-1.pcf.gz
+%{_fontsdir}/misc/*ISO8859-3.pcf.gz
 
-%files 75dpi-ISO8859-1
+%files ISO8859-4
 %defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-1.pcf.gz
+%{_fontsdir}/misc/*ISO8859-4.pcf.gz
 
-%files 100dpi-ISO8859-1
+%files ISO8859-5
 %defattr(644,root,root,755)
-%{_fontsdir}/100dpi/*ISO8859-1.pcf.gz
+%{_fontsdir}/misc/*ISO8859-5.pcf.gz
 
-%files ISO8859-2
+#%files ISO8859-6
+#%defattr(644,root,root,755)
+#%%{_fontsdir}/misc/*ISO8859-6.pcf.gz
+
+%files ISO8859-7
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-2.pcf.gz
+%{_fontsdir}/misc/*ISO8859-7.pcf.gz
 
-%files 75dpi-ISO8859-2
+%files ISO8859-8
 %defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-2.pcf.gz
+%{_fontsdir}/misc/*ISO8859-8.pcf.gz
 
-%files 100dpi-ISO8859-2
+%files ISO8859-9
 %defattr(644,root,root,755)
-%{_fontsdir}/100dpi/*ISO8859-2.pcf.gz
+%{_fontsdir}/misc/*ISO8859-9.pcf.gz
 
-%files Type1-ISO8859-2
+%files ISO8859-10
 %defattr(644,root,root,755)
-%{_t1fontsdir}/*-ISO-8859-2*
-%{_t1afmdir}/*-ISO-8859-2*.afm
-%{_t1pfmdir}/*-ISO-8859-2*.pfm
-%{_t1fontsdir}/*.XFree86-fonts-Type1-ISO8859-2
+%{_fontsdir}/misc/*ISO8859-10.pcf.gz
 
-%files ISO8859-3
+%files ISO8859-11
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-3.pcf.gz
+%{_fontsdir}/misc/*ISO8859-11.pcf.gz
 
-%files 75dpi-ISO8859-3
+#%files ISO8859-12
+#%defattr(644,root,root,755)
+#%%{_fontsdir}/misc/*ISO8859-12.pcf.gz
+
+%files ISO8859-13
 %defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-3.pcf.gz
+%{_fontsdir}/misc/*ISO8859-13.pcf.gz
 
-%files 100dpi-ISO8859-3
+%files ISO8859-14
 %defattr(644,root,root,755)
-%{_fontsdir}/100dpi/*ISO8859-3.pcf.gz
+%{_fontsdir}/misc/*ISO8859-14.pcf.gz
 
-%files ISO8859-4
+%files ISO8859-15
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-4.pcf.gz
+%{_fontsdir}/misc/*ISO8859-15.pcf.gz
 
-%files 75dpi-ISO8859-4
+%files ISO8859-16
 %defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-4.pcf.gz
+%{_fontsdir}/misc/*ISO8859-16.pcf.gz
 
-%files 100dpi-ISO8859-4
+%files JISX0201.1976-0
 %defattr(644,root,root,755)
-%{_fontsdir}/100dpi/*ISO8859-4.pcf.gz
+%{_fontsdir}/misc/*JISX0201.1976-0.pcf.gz
+%{_fontsdir}/misc/*ja.pcf.gz
+%{_fontsdir}/misc/jiskan*.pcf.gz
 
-%files ISO8859-5
+%files KOI8-R
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-5.pcf.gz
+%{_fontsdir}/misc/*KOI8-R.pcf.gz
+%dir %{_fontsdir}/cyrillic
+%{_fontsdir}/cyrillic/*.pcf.gz
+%{_fontsdir}/cyrillic/fonts.alias.%{name}-KOI8-R
+%ghost %{_fontsdir}/cyrillic/fonts.dir
+
+%files 75dpi
+%defattr(644,root,root,755)
+%dir %{_fontsdir}/75dpi
+%{_fontsdir}/75dpi/*[a-zA-Z_][0-9][0-9].pcf.gz
+%ghost %{_fontsdir}/75dpi/fonts.dir
+
+%files 75dpi-ISO8859-1
+%defattr(644,root,root,755)
+%{_fontsdir}/75dpi/*ISO8859-1.pcf.gz
+%{_fontsdir}/75dpi/fonts.alias.%{name}-75dpi-ISO8859-1
+
+%files 75dpi-ISO8859-2
+%defattr(644,root,root,755)
+%{_fontsdir}/75dpi/*ISO8859-2.pcf.gz
+
+%files 75dpi-ISO8859-3
+%defattr(644,root,root,755)
+%{_fontsdir}/75dpi/*ISO8859-3.pcf.gz
+
+%files 75dpi-ISO8859-4
+%defattr(644,root,root,755)
+%{_fontsdir}/75dpi/*ISO8859-4.pcf.gz
 
 #%files 75dpi-ISO8859-5
 #%defattr(644,root,root,755)
-#%{_fontsdir}/75dpi/*ISO8859-5.pcf.gz
+#%%{_fontsdir}/75dpi/*ISO8859-5.pcf.gz
 
-#%files 100dpi-ISO8859-5
+#%files 75dpi-ISO8859-6
 #%defattr(644,root,root,755)
-#%{_fontsdir}/100dpi/*ISO8859-5.pcf.gz
+#%%{_fontsdir}/75dpi/*ISO8859-6.pcf.gz
 
-#%files ISO8859-6
+#%files 75dpi-ISO8859-7
 #%defattr(644,root,root,755)
-#%{_fontsdir}/misc/*ISO8859-6.pcf.gz
+#%%{_fontsdir}/75dpi/*ISO8859-7.pcf.gz
 
-#%files 75dpi-ISO8859-6
+#%files 75dpi-ISO8859-8
 #%defattr(644,root,root,755)
-#%{_fontsdir}/75dpi/*ISO8859-6.pcf.gz
+#%%{_fontsdir}/75dpi/*ISO8859-8.pcf.gz
 
-#%files 100dpi-ISO8859-6
-#%defattr(644,root,root,755)
-#%{_fontsdir}/100dpi/*ISO8859-6.pcf.gz
+%files 75dpi-ISO8859-9
+%defattr(644,root,root,755)
+%{_fontsdir}/75dpi/*ISO8859-9.pcf.gz
 
-%files ISO8859-7
+%files 75dpi-ISO8859-10
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-7.pcf.gz
+%{_fontsdir}/75dpi/*ISO8859-10.pcf.gz
 
-#%files 75dpi-ISO8859-7
+#%files 75dpi-ISO8859-11
 #%defattr(644,root,root,755)
-#%{_fontsdir}/75dpi/*ISO8859-7.pcf.gz
+#%%{_fontsdir}/75dpi/*ISO8859-11.pcf.gz
 
-#%files 100dpi-ISO8859-7
+#%files 75dpi-ISO8859-12
 #%defattr(644,root,root,755)
-#%{_fontsdir}/100dpi/*ISO8859-7.pcf.gz
+#%%{_fontsdir}/75dpi/*ISO8859-12.pcf.gz
 
-%files ISO8859-8
+%files 75dpi-ISO8859-13
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-8.pcf.gz
+%{_fontsdir}/75dpi/*ISO8859-13.pcf.gz
 
-#%files 75dpi-ISO8859-8
-#%defattr(644,root,root,755)
-#%{_fontsdir}/75dpi/*ISO8859-8.pcf.gz
+%files 75dpi-ISO8859-14
+%defattr(644,root,root,755)
+%{_fontsdir}/75dpi/*ISO8859-14.pcf.gz
 
-#%files 100dpi-ISO8859-8
+%files 75dpi-ISO8859-15
+%defattr(644,root,root,755)
+%{_fontsdir}/75dpi/*ISO8859-15.pcf.gz
+
+#%files 75dpi-JISX0201.1976-0
 #%defattr(644,root,root,755)
-#%{_fontsdir}/100dpi/*ISO8859-8.pcf.gz
 
-%files ISO8859-9
-%defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-9.pcf.gz
+#%files 75dpi-KOI8-R
+#%defattr(644,root,root,755)
 
-%files 75dpi-ISO8859-9
+%files 100dpi
 %defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-9.pcf.gz
+%dir %{_fontsdir}/100dpi
+%{_fontsdir}/100dpi/*[a-zA-Z_][0-9][0-9].pcf.gz
+%ghost %{_fontsdir}/100dpi/fonts.dir
 
-%files 100dpi-ISO8859-9
+%files 100dpi-ISO8859-1
 %defattr(644,root,root,755)
-%{_fontsdir}/100dpi/*ISO8859-9.pcf.gz
+%{_fontsdir}/100dpi/*ISO8859-1.pcf.gz
+%{_fontsdir}/100dpi/fonts.alias.%{name}-100dpi-ISO8859-1
 
-%files ISO8859-10
+%files 100dpi-ISO8859-2
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-10.pcf.gz
+%{_fontsdir}/100dpi/*ISO8859-2.pcf.gz
 
-%files 75dpi-ISO8859-10
+%files 100dpi-ISO8859-3
 %defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-10.pcf.gz
+%{_fontsdir}/100dpi/*ISO8859-3.pcf.gz
 
-%files 100dpi-ISO8859-10
+%files 100dpi-ISO8859-4
 %defattr(644,root,root,755)
-%{_fontsdir}/100dpi/*ISO8859-10.pcf.gz
+%{_fontsdir}/100dpi/*ISO8859-4.pcf.gz
 
-#%files ISO8859-11
+#%files 100dpi-ISO8859-5
 #%defattr(644,root,root,755)
-#%{_fontsdir}/misc/*ISO8859-11.pcf.gz
+#%%{_fontsdir}/100dpi/*ISO8859-5.pcf.gz
 
-#%files 75dpi-ISO8859-11
+#%files 100dpi-ISO8859-6
 #%defattr(644,root,root,755)
-#%{_fontsdir}/75dpi/*ISO8859-11.pcf.gz
+#%%{_fontsdir}/100dpi/*ISO8859-6.pcf.gz
 
-#%files 100dpi-ISO8859-11
+#%files 100dpi-ISO8859-7
 #%defattr(644,root,root,755)
-#%{_fontsdir}/100dpi/*ISO8859-11.pcf.gz
+#%%{_fontsdir}/100dpi/*ISO8859-7.pcf.gz
 
-#%files ISO8859-12
+#%files 100dpi-ISO8859-8
 #%defattr(644,root,root,755)
-#%{_fontsdir}/misc/*ISO8859-12.pcf.gz
+#%%{_fontsdir}/100dpi/*ISO8859-8.pcf.gz
 
-#%files 75dpi-ISO8859-12
+%files 100dpi-ISO8859-9
+%defattr(644,root,root,755)
+%{_fontsdir}/100dpi/*ISO8859-9.pcf.gz
+
+%files 100dpi-ISO8859-10
+%defattr(644,root,root,755)
+%{_fontsdir}/100dpi/*ISO8859-10.pcf.gz
+
+#%files 100dpi-ISO8859-11
 #%defattr(644,root,root,755)
-#%{_fontsdir}/75dpi/*ISO8859-12.pcf.gz
+#%%{_fontsdir}/100dpi/*ISO8859-11.pcf.gz
 
 #%files 100dpi-ISO8859-12
 #%defattr(644,root,root,755)
-#%{_fontsdir}/100dpi/*ISO8859-12.pcf.gz
-
-%files ISO8859-13
-%defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-13.pcf.gz
-
-%files 75dpi-ISO8859-13
-%defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-13.pcf.gz
+#%%{_fontsdir}/100dpi/*ISO8859-12.pcf.gz
 
 %files 100dpi-ISO8859-13
 %defattr(644,root,root,755)
 %{_fontsdir}/100dpi/*ISO8859-13.pcf.gz
 
-%files ISO8859-14
-%defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-14.pcf.gz
-
-%files 75dpi-ISO8859-14
-%defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-14.pcf.gz
-
 %files 100dpi-ISO8859-14
 %defattr(644,root,root,755)
 %{_fontsdir}/100dpi/*ISO8859-14.pcf.gz
 
-%files ISO8859-15
-%defattr(644,root,root,755)
-%{_fontsdir}/misc/*ISO8859-15.pcf.gz
-
-%files 75dpi-ISO8859-15
-%defattr(644,root,root,755)
-%{_fontsdir}/75dpi/*ISO8859-15.pcf.gz
-
 %files 100dpi-ISO8859-15
 %defattr(644,root,root,755)
 %{_fontsdir}/100dpi/*ISO8859-15.pcf.gz
 
-%files KOI8-R
-%defattr(644,root,root,755)
-%{_fontsdir}/misc/*KOI8-R.pcf.gz
-%{_fontsdir}/cyrillic
-
-#%files 75dpi-KOI8-R
+#%files 100dpi-JISX0201.1976-0
 #%defattr(644,root,root,755)
-#
+
 #%files 100dpi-KOI8-R
 #%defattr(644,root,root,755)
 
-%files JISX0201.1976-0
+%files Ethiopic
 %defattr(644,root,root,755)
-%{_fontsdir}/misc/*JISX0201.1976-0.pcf.gz
-%{_fontsdir}/misc/*ja.pcf.gz
-%{_fontsdir}/misc/jiskan*.pcf.gz
+%{_fontsdir}/OTF/GohaTibebZemen.otf
+%{_fontsdir}/TTF/GohaTibebZemen.ttf
 
-#%files 75dpi-JISX0201.1976-0
-#%defattr(644,root,root,755)
-#
-#%files 100dpi-JISX0201.1976-0
-#%defattr(644,root,root,755)
+%files Syriac
+%defattr(644,root,root,755)
+%doc xc/fonts/scaled/Meltho/{README,license.txt}
+%{_fontsdir}/OTF/SyrCOM*.otf
This page took 0.253452 seconds and 4 git commands to generate.