auto-import ghostscript-6.51-10 from ghostscript-6.51-10.src.rpm

This commit is contained in:
cvsdist 2004-09-09 05:10:16 +00:00
parent 2b5d24d3b2
commit dd72b28c4a

View File

@ -1,7 +1,7 @@
Summary: A PostScript(TM) interpreter and renderer. Summary: A PostScript(TM) interpreter and renderer.
Name: ghostscript Name: ghostscript
Version: 6.51 Version: 6.51
Release: 9 Release: 10
License: GPL License: GPL
URL: http://gnu-gs.sourceforge.net/ URL: http://gnu-gs.sourceforge.net/
Group: Applications/Publishing Group: Applications/Publishing
@ -31,6 +31,7 @@ Source13: ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200103.tar.gz
%define vflib_ver gs650 %define vflib_ver gs650
Source15: ftp://ftp.u-aizu.ac.jp/pub/tex/ptex-win32/WEB2C7.3/%{vflib_ver}-j-vlib.zip Source15: ftp://ftp.u-aizu.ac.jp/pub/tex/ptex-win32/WEB2C7.3/%{vflib_ver}-j-vlib.zip
Source16: ftp://ftp.gyve.org/pub/gs-cjk/acro4-cmaps-1999.tar.gz Source16: ftp://ftp.gyve.org/pub/gs-cjk/acro4-cmaps-1999.tar.gz
Source17: gdevgdi.c
Source20: ghostscript-6.51-cjk.tar.gz Source20: ghostscript-6.51-cjk.tar.gz
# Patch5 is gs6.51 friendly patch for gsj # Patch5 is gs6.51 friendly patch for gsj
Patch5: ghostscript-6.51-gsj.patch Patch5: ghostscript-6.51-gsj.patch
@ -46,6 +47,7 @@ Patch12: ghostscript-6.51-vflib.fixup.patch
Patch13: ghostscript-6.51-res_path.patch Patch13: ghostscript-6.51-res_path.patch
Patch14: ghostscript-6.51-ps2epsi.patch Patch14: ghostscript-6.51-ps2epsi.patch
Patch15: ghostscript-6.51-Omni_glib.patch Patch15: ghostscript-6.51-Omni_glib.patch
Patch16: ghostscript-6.51-gdevgdi.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
@ -303,7 +305,7 @@ $(DD)lx5000.dev: $(lx5000_) $(DD)page.dev
' >> src/contrib.mak ' >> src/contrib.mak
# Add a Henryk Paluch's additional lexmark drivers # Add Henryk Paluch's additional lexmark drivers
tar xzf %{SOURCE8} tar xzf %{SOURCE8}
cp lexmarkgs/gdevlx7.c src/ cp lexmarkgs/gdevlx7.c src/
@ -333,6 +335,28 @@ $(DD)lex2050.dev: $(lex7000_) $(DD)page.dev
' >> src/contrib.mak ' >> src/contrib.mak
# Add Samsung GDI driver for ML-4500
cp %{SOURCE17} src/
%patch16 -p1 -b .gdevgdi
# update the make files
GS_DEVS=$GS_DEVS'$(DD)gdi.dev '
echo '
### ---------------- The Samsung SmartGDI laser printer devices --------- ###
### Note : this driver is used by Samsung SmartGDI compatible printers. ###
###
GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL)
$(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gsparam_h)
$(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c
$(DD)gdi.dev: $(GDIMONO) $(DD)page.dev
$(SETPDEV) $(DD)gdi $(GDIMONO)
' >> src/contrib.mak
# Patch to make gcc296 happier # Patch to make gcc296 happier
%patch3 -p1 -b .gcc296 %patch3 -p1 -b .gcc296
@ -382,6 +406,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Tue Aug 21 2001 Paul Howarth <paul@city-fan.org> 6.51-10
- included Samsung GDI driver for ML-4500 printer support.
* Sun Aug 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-9 * Sun Aug 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-9
- applied IBM's glib patches for Omni, which now works. - applied IBM's glib patches for Omni, which now works.
- BE AWARE: we now link against libstdc++ and glib for this, and use a c++ - BE AWARE: we now link against libstdc++ and glib for this, and use a c++