auto-import ghostscript-7.07-29 from ghostscript-7.07-29.src.rpm

This commit is contained in:
cvsdist 2004-09-09 05:21:23 +00:00
parent c259c84e9e
commit af6faed769
1 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13
# Set this to '1' for fontconfig support.
%define use_fontconfig 1
Release: 28
Release: 29
License: GPL
URL: http://www.ghostscript.com/doc/gnu/
@ -82,6 +82,7 @@ Patch46: ghostscript-7.07-gcc34.patch
Patch47: ghostscript-7.07-gtk2.patch
Patch48: ghostscript-7.07-omni-glib2.patch
Patch49: ghostscript-bjc250gs.patch
Patch50: ghostscript-pagesize.patch
Requires: VFlib2, zlib, libpng, glib2
Requires: urw-fonts >= 1.1, ghostscript-fonts
@ -485,6 +486,9 @@ $(GLOBJ)gdevcups.$(OBJ): $(GLSRC)gdevcups.c $(PDEVH)
GS_DEVS=$GS_DEVS'$(DD)bjcmono.dev $(DD)bjcgray.dev '
GS_DEVS=$GS_DEVS'$(DD)bjccmyk.dev $(DD)bjccolor.dev '
# Prevent pdf2ps generating "null setpagesize" (bug #126446).
%patch50 -p1 -b .pagesize
# Set up for a unix os, gcc compiler build, and replace our insertion string
sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile
@ -593,6 +597,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libijs.a
%changelog
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 7.07-29
- Prevent pdf2ps generating "null setpagesize" (bug #126446).
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 7.07-28
- Fix Omni patch assumption about /usr/lib which breaks for multilib
architectures.