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

Resolves: rhbz#861600
This commit is contained in:
Tim Waugh 2012-10-10 16:31:30 +01:00
parent 6d215360a2
commit 43758bc3ce
1 changed files with 5 additions and 1 deletions

View File

@ -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@redhat.com> 9.05-3
- Added compatibility symlink for pstopxl name change (bug #861600).
* Tue Sep 11 2012 Tim Waugh <twaugh@redhat.com> 9.05-2
- Removed more bundled packages (bug #816747). In particular, icclib
is no longer bundled (bug #856060, CVE-2012-4405).