Fix requires on ttmkfdir

- Resolves: rhbz#1162089
This commit is contained in:
Mikolaj Izdebski 2014-11-10 10:14:20 +01:00
parent 489a34eb93
commit ebe102c1fc

View File

@ -5,7 +5,7 @@
Summary: X.Org X11 fonts
Name: xorg-x11-fonts
Version: 7.5
Release: 12%{?dist}
Release: 13%{?dist}
License: MIT and Lucida and Public Domain
URL: http://www.x.org
@ -85,10 +85,10 @@ fonts for use with X Window System.
Summary: Type1 fonts provided by the X Window System
Requires(post): fontconfig
Requires(post): mkfontdir
Requires(post): ttmfkdir
Requires(post): ttmkfdir
Requires(postun): fontconfig
Requires(postun): mkfontdir
Requires(postun): ttmfkdir
Requires(postun): ttmkfdir
%description Type1
A collection of Type1 fonts which are part of the core X Window System
@ -99,11 +99,11 @@ Summary: Ethiopic fonts
Requires(post): fontconfig
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): ttmfkdir
Requires(post): ttmkfdir
Requires(postun): fontconfig
Requires(postun): mkfontdir
Requires(postun): mkfontscale
Requires(postun): ttmfkdir
Requires(postun): ttmkfdir
%description ethiopic
Ethiopic fonts which are part of the core X Window System distribution.
@ -939,6 +939,9 @@ mkfontdir %{_x11fontdir}/cyrillic
%ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-*
%changelog
* Mon Nov 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 7.5-13
- Fix requires on ttmkfdir (#1162089)
* Sun Nov 09 2014 Simone Caronni <negativo17@gmail.com> - 7.5-12
- Clean up SPEC file, remove obsolete tags, fix all rpmlint warnings.
- Rework build/install section to be like other xorg packages.