Add %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/IdiomSet
(RHBZ #1100338).
This commit is contained in:
parent
7237d438e3
commit
d84f0e02dd
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
# Included CMap data is Redistributable, no modification permitted,
|
||||
# see http://bugzilla.redhat.com/487510
|
||||
@ -296,6 +296,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/ColorSpace
|
||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Decoding
|
||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Encoding
|
||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/IdiomSet
|
||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/SubstCID
|
||||
%{_datadir}/ghostscript/%{gs_dot_ver}/lib
|
||||
%{_datadir}/ghostscript/%{gs_dot_ver}/iccprofiles
|
||||
@ -328,6 +329,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
|
||||
%changelog
|
||||
* Tue Jun 03 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 9.10-6
|
||||
- Add %%{_datadir}/ghostscript/%%{gs_dot_ver}/Resource/IdiomSet
|
||||
(RHBZ #1100338).
|
||||
|
||||
* Tue Dec 10 2013 Tim Waugh <twaugh@redhat.com> 9.10-5
|
||||
- Use upstream patches to fix gs segfaults (bug #1026428, bug #1039718).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user