[ghostscript/f16] Added compatibility symlink for pstopxl name change (bug #861600).

Tim Waugh twaugh at fedoraproject.org
Wed Oct 10 15:47:43 UTC 2012


commit 43758bc3ceebde1ffb46818cf691ecf076b3b11a
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Oct 10 16:31:30 2012 +0100

    Added compatibility symlink for pstopxl name change (bug #861600).
    
    Resolves: rhbz#861600

 ghostscript.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index c2e037e..07cf0b0 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
@@ -230,6 +230,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap{,.GS}
 # cidfmap which the font packages own.
 install -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/CIDFnmap
 install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap
+ln -s gstopxl $RPM_BUILD_ROOT%{_cups_serverbin}/filter/pstopxl
 
 # Documentation
 install -m0644 doc/COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver}
@@ -322,6 +323,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Wed Oct 10 2012 Tim Waugh <twaugh at redhat.com> 9.05-3
+- Added compatibility symlink for pstopxl name change (bug #861600).
+
 * Tue Sep 11 2012 Tim Waugh <twaugh at redhat.com> 9.05-2
 - Removed more bundled packages (bug #816747). In particular, icclib
   is no longer bundled (bug #856060, CVE-2012-4405).


More information about the scm-commits mailing list