[ghostscript] Remove cups/libs to avoid bundling, although it isn't built in any case.

Tim Waugh twaugh at fedoraproject.org
Thu Sep 27 16:21:50 UTC 2012


commit a8b1f7b7fc29cd1770407020791ff40f4a4156f6
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Sep 27 17:21:37 2012 +0100

    Remove cups/libs to avoid bundling, although it isn't built in any case.

 ghostscript.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index e5fae87..963f4bc 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
@@ -103,7 +103,7 @@ CUPS filter and conversion rules for interpreting PostScript and PDF.
 
 %prep
 %setup -q -n %{name}-%{gs_ver}
-rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib
+rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs
 
 # Fix ijs-config not to have multilib conflicts (bug #192672)
 %patch1 -p1 -b .multilib
@@ -333,6 +333,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Thu Sep 27 2012 Tim Waugh <twaugh at redhat.com> - 9.06-3
+- Remove cups/libs to avoid bundling, although it isn't built in any
+  case.
+
 * Tue Sep  4 2012 Tim Waugh <twaugh at redhat.com> - 9.06-2
 - Fixed encoding of German ps2pdf man page (bug #853764).
 


More information about the scm-commits mailing list