auto-import ghostscript-7.05-20.1 from ghostscript-7.05-20.1.src.rpm

This commit is contained in:
cvsdist 2004-09-09 05:16:20 +00:00
parent 48221a52cd
commit 4a440434ac

View File

@ -5,7 +5,7 @@ Version: %{gs_ver}
BuildRequires: gimp-print-devel BuildRequires: gimp-print-devel
BuildRequires: patchutils >= 0.2.13 BuildRequires: patchutils >= 0.2.13
Release: 20 Release: 20.1
%define hpijs 1.1 %define hpijs 1.1
%define hpijs_release %{release} %define hpijs_release %{release}
@ -76,6 +76,7 @@ Patch25: ghostscript-7.05-gsj-fixups.patch
Patch26: ghostscript-7.05-dx6.patch Patch26: ghostscript-7.05-dx6.patch
Patch27: ghostscript-7.05-fPIC.patch Patch27: ghostscript-7.05-fPIC.patch
Patch28: ghostscript-7.05-gb18030.patch Patch28: ghostscript-7.05-gb18030.patch
Patch29: ghostscript-7.05-zfile.patch
# I dont think this patch is needed anymore, so it is not applied. # I dont think this patch is needed anymore, so it is not applied.
# but I might be wrong, and dont really understand it, so it is still # but I might be wrong, and dont really understand it, so it is still
@ -464,6 +465,9 @@ $(GLOBJ)gdevcups.$(OBJ): $(GLSRC)gdevcups.c $(PDEVH)
# Add CIDnmap for GB18030 font (bug #71135) # Add CIDnmap for GB18030 font (bug #71135)
%patch28 -p1 -b .gb18030 %patch28 -p1 -b .gb18030
# Added zfile.c security fixes from 7.07.
%patch29 -p1 -b .zfile
# Set up for a unix os, gcc compiler build, and replace our insertion string # 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 sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile
@ -581,6 +585,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libijs.a %{_libdir}/libijs.a
%changelog %changelog
* Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 7.05-20.1
- Added zfile.c security fixes from 7.07.
* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 7.05-20 * Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 7.05-20
- Add cups device (bug #69573). - Add cups device (bug #69573).