[ghostscript-fonts/f14: 4/4] Removed Hershey fonts as they cause problems (bug #707007).

Tim Waugh twaugh at fedoraproject.org
Wed Oct 12 14:12:55 UTC 2011


commit 400f4ece19245f74a3646e1c38fcc6c98962cec6
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Oct 12 15:06:26 2011 +0100

    Removed Hershey fonts as they cause problems (bug #707007).

 ghostscript-fonts.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ghostscript-fonts.spec b/ghostscript-fonts.spec
index 2ee473b..78e3e35 100644
--- a/ghostscript-fonts.spec
+++ b/ghostscript-fonts.spec
@@ -1,7 +1,7 @@
 Summary: Fonts for the Ghostscript PostScript interpreter
 Name: ghostscript-fonts
 Version: 5.50
-Release: 26%{?dist}
+Release: 27%{?dist}
 # Contacted Kevin Hartig, who agreed to relicense his fonts under the SIL Open Font 
 # License. Hershey fonts are under the "Hershey Font License", which is not what Fontmap 
 # says (Fontmap is wrong).
@@ -37,6 +37,9 @@ addition to the fonts shared by Ghostscript and the X Window System.
 %setup -q -c ghostscript-fonts-%{version}
 cp -p %{SOURCE1} %{SOURCE2} .
 
+# Remove Hershey fonts as they cause problems (bug #707007).
+find fonts -type f | xargs grep -lw Hershey | xargs rm -f
+
 %build
 
 %install
@@ -77,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %verify(not md5 size mtime) %{fontdir}/fonts.scale
 
 %changelog
+* Wed Oct 12 2011 Tim Waugh <twaugh at redhat.com> 5.50-27
+- Removed Hershey fonts as they cause problems (bug #707007).
+
 * Mon May 30 2011 Ville Skyttä <ville.skytta at iki.fi> - 5.50-26
 - Own %%ghosted fonts.dir and fonts.scale.
 


More information about the fonts-bugs mailing list