[xorg-x11-fonts] Fix call of xorg-x11-fonts-update-dirs (#726267)

Matej Cepl mcepl at fedoraproject.org
Thu Jul 28 14:52:48 UTC 2011


commit ac7362961843c547b82205d050a4a244ec31b5aa
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Jul 28 16:52:09 2011 +0200

    Fix call of xorg-x11-fonts-update-dirs (#726267)

 xorg-x11-fonts.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-fonts.spec b/xorg-x11-fonts.spec
index a29309d..68cb860 100644
--- a/xorg-x11-fonts.spec
+++ b/xorg-x11-fonts.spec
@@ -26,7 +26,7 @@
 Summary:	X.Org X11 fonts
 Name:		xorg-x11-fonts
 Version:	7.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	MIT and Lucida and Public Domain
 Group:		User Interface/X
 URL:		http://www.x.org
@@ -408,7 +408,7 @@ done
 %if %{with_ethiopic_fonts}
 %post ethiopic
 {
-  xorg-x11-fonts-update-dirs --skip_fontscale --need_ttmkfdir %{_ttf_fontdir}/TTF
+  xorg-x11-fonts-update-dirs --skip-fontscale --need-ttmkfdir %{_ttf_fontdir}/TTF
   xorg-x11-fonts-update-dirs %{_ttf_fontdir}/OTF
 }
 
@@ -416,7 +416,7 @@ done
 {
   FONTDIR=%{_ttf_fontdir}/TTF
   if [ "$1" = "0" -a -d $FONTDIR ]; then
-    xorg-x11-fonts-update-dirs --skip_fontscale --need_ttmkfdir $FONTDIR
+    xorg-x11-fonts-update-dirs --skip-fontscale --need-ttmkfdir $FONTDIR
   fi
   FONTDIR=%{_otf_fontdir}/OTF
   if [ "$1" = "0" -a -d $FONTDIR ]; then
@@ -1054,6 +1054,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-*
 
 %changelog
+* Thu Jul 28 2011 Matěj Cepl <mcepl at redhat.com> - 7.5-4
+- Fix call of xorg-x11-fonts-update-dirs (#726267)
+
 * Fri Nov 19 2010 Peter Hutterer <peter.hutterer at redhat.com> 7.5-3
 - Rely on a script provided in xorg-x11-font-utils for mkfontscale and
   friends (#634039)


More information about the fonts-bugs mailing list