[ghostscript] Remove bundled expat directory. Not used, but this makes it clearer.

Tim Waugh twaugh at fedoraproject.org
Tue Apr 12 10:32:40 UTC 2011


commit 9aeffaf6ca09df8f02a172ce5cc4b21a954a890a
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Apr 7 13:07:59 2011 +0100

    Remove bundled expat directory.  Not used, but this makes it
    clearer.

 ghostscript.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index fafb31e..bf8cdf8 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -106,7 +106,7 @@ CUPS filter and conversion rules for interpreting PostScript and PDF.
 
 %prep
 %setup -q -n %{name}-%{gs_ver}
-rm -rf libpng zlib jpeg jasper
+rm -rf libpng zlib jpeg jasper expat
 
 # Fix ijs-config not to have multilib conflicts (bug #192672)
 %patch1 -p1 -b .multilib
@@ -346,6 +346,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Thu Apr  7 2011 Tim Waugh <twaugh at redhat.com>
+- Remove bundled expat directory.  Not used, but this makes it
+  clearer.
+
 * Wed Apr  6 2011 Tim Waugh <twaugh at redhat.com> 9.02-2
 - pxl: match landscape page sizes (bug #692165).
 


More information about the scm-commits mailing list