- Fixed runlibfileifexists patch.
This commit is contained in:
parent
89ab42c26f
commit
2050c98074
@ -20,7 +20,7 @@ diff -up ghostscript-8.61/lib/gs_init.ps.runlibfileifexists ghostscript-8.61/lib
|
|||||||
} bind def
|
} bind def
|
||||||
% Temporarily substitute it for the real runlibfile.
|
% Temporarily substitute it for the real runlibfile.
|
||||||
/.runlibfile /runlibfile load def
|
/.runlibfile /runlibfile load def
|
||||||
+/.runlibfileifexists /runlibfile load def
|
+/.runlibfileifexists /runlibfileifexists load def
|
||||||
/runlibfile /runlibfile0 load def
|
/runlibfile /runlibfile0 load def
|
||||||
|
|
||||||
% Create the error handling machinery.
|
% Create the error handling machinery.
|
||||||
|
@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
|
|||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.ghostscript.com/
|
URL: http://www.ghostscript.com/
|
||||||
@ -261,6 +261,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgs.so
|
%{_libdir}/libgs.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-5
|
||||||
|
- Fixed runlibfileifexists patch.
|
||||||
|
|
||||||
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
|
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
|
||||||
- Revert previous change, but define .runlibfileifexists, not just
|
- Revert previous change, but define .runlibfileifexists, not just
|
||||||
runlibfileifexists.
|
runlibfileifexists.
|
||||||
|
Loading…
Reference in New Issue
Block a user