Remove jpegxr to ensure it isn't built (bug #1000387).
Resolves: rhbz#1000387
This commit is contained in:
parent
41ef5a5180
commit
4489aac000
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
|
||||
# Included CMap data is Redistributable, no modification permitted,
|
||||
# see http://bugzilla.redhat.com/487510
|
||||
@ -105,7 +105,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 cups/libs
|
||||
rm -rf expat freetype icclib jasper jpeg jpegxr lcms2 libpng openjpeg zlib cups/libs
|
||||
|
||||
# Fix ijs-config not to have multilib conflicts (bug #192672)
|
||||
%patch1 -p1 -b .multilib
|
||||
@ -343,6 +343,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
|
||||
%changelog
|
||||
* Wed Aug 28 2013 Tim Waugh <twaugh@redhat.com> 9.06-7
|
||||
- Remove jpegxr to ensure it isn't built (bug #1000387).
|
||||
|
||||
* Tue Jun 18 2013 Tim Waugh <twaugh@redhat.com> 9.06-6
|
||||
- Upstream patch from bug #690692 to handle strange fonts (bug #969660).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user